@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:400,700);
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);
    transform: translateZ(0);
    will-change: transform
}

.cd-main-content,
.cd-main-header {
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-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;
    transition: opacity .3s;
    -webkit-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);
    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);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.cd-search-trigger span:hover {
    color: #7c2a23
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span::after {
    -webkit-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);
    transform: rotate(135deg)
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-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;
    transition: background .3s .3s
}

.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-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);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-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);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .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);
    transform: rotate(45deg)
}

.go-back a::after,
.has-children>a::after {
    -webkit-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%;
    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%;
    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;
    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%;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    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;
    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;
    transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s, -webkit-transform .3s 0s
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s, -webkit-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;
    -webkit-box-shadow: none;
    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-gradient(linear, left top, left bottom, from(#f6f6f3), to(#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-gradient(linear, left top, left bottom, from(#fcfcfa), to(#e9e9dd));
    background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
    color: #1a1a1a;
    -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 0%, .125);
    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-gradient(linear, left top, left bottom, from(#f6f6f3), to(#e7e7df));
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    -webkit-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
    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-gradient(linear, left top, left bottom, from(#f6f6f3), to(#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-gradient(linear, left top, left bottom, from(#fcfcfa), to(#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 {
    -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 0%, .125);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, .125)
}

.dropbutton-single .dropbutton-action a:active {
    background-color: #dfdfd9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f3), to(#e7e7df));
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    -webkit-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
    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-gradient(linear, left top, left bottom, from(#fcfcfa), to(#e9e9dd));
    background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
    color: #1a1a1a;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 0%, .125);
    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-gradient(linear, left top, left bottom, from(#f6f6f3), to(#e7e7df));
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    -webkit-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
    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-gradient(linear, left top, left bottom, from(#007bc6), to(#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-gradient(linear, left top, left bottom, from(#007bc6), to(#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-gradient(linear, left top, left bottom, from(#0c97ed), to(#1f86c7));
    background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
    -webkit-box-shadow: 0 1px 2px hsla(203, 10%, 10%, .25);
    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-gradient(linear, left top, left bottom, from(#08639b), to(#0071b8));
    background-image: linear-gradient(to bottom, #08639b, #0071b8);
    border-color: #144b78;
    -webkit-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
    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-gradient(linear, left top, left bottom, from(#007bc6), to(#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-gradient(linear, left top, left bottom, from(#0c97ed), to(#1f86c7));
    background-image: linear-gradient(to bottom, #0c97ed, #1f86c7)
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#08639b), to(#0071b8));
    background-image: linear-gradient(to bottom, #08639b, #0071b8);
    border-color: #144b78;
    -webkit-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
    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
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #fff;
    opacity: .9
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #000;
    padding: 1px
}

#cboxLoadingGraphic {
    background: url(colorbox/images/loading.gif) no-repeat center center
}

#cboxLoadingOverlay {
    background: #000
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(colorbox/images/controls.png) no-repeat 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}

#cboxPrevious {
    background-position: 0 0;
    right: 44px
}

#cboxPrevious:hover {
    background-position: 0 -25px
}

#cboxNext {
    background-position: -25px 0;
    right: 22px
}

#cboxNext:hover {
    background-position: -25px -25px
}

#cboxClose {
    background-position: -50px 0;
    right: 0
}

#cboxClose:hover {
    background-position: -50px -25px
}

.cboxSlideshow_off #cboxPrevious,
.cboxSlideshow_on #cboxPrevious {
    right: 66px
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px
}

.dol-system-notifications-error i,
.dol-system-notifications-inform i,
.dol-system-notifications-inform-with-comment i,
.dol-system-notifications-success i,
.dol-system-notifications-warning i {
    height: 26px;
    width: 42px;
    font-size: 30px;
    line-height: 35px;
    float: left
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

* {
    -webkit-box-sizing: border-box;
    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
}


/*! uswds @version */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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
}

[hidden],
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
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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 {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    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;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.usa-grid,
.usa-grid-full {
    max-width: 1520px;
    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.82916%;
        width: 100%
    }
    .usa-width-one-whole:last-child {
        margin-right: 0
    }
    .usa-width-one-half {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%
    }
    .usa-width-one-half:last-child {
        margin-right: 0
    }
    .usa-width-one-third {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 30.11389%
    }
    .usa-width-one-third:last-child {
        margin-right: 0
    }
    .usa-width-two-thirds {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 65.05695%
    }
    .usa-width-two-thirds:last-child {
        margin-right: 0
    }
    .usa-width-one-fourth {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%
    }
    .usa-width-one-fourth:last-child {
        margin-right: 0
    }
    .usa-width-one-fourth:nth-child(2n) {
        margin-right: 0
    }
    .usa-width-three-fourths {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .usa-width-three-fourths:last-child {
        margin-right: 0
    }
    .usa-width-one-sixth {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 30.11389%
    }
    .usa-width-one-sixth:last-child {
        margin-right: 0
    }
    .usa-width-one-sixth:nth-child(3n) {
        margin-right: 0
    }
    .usa-width-five-sixths {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 65.05695%
    }
    .usa-width-five-sixths:last-child {
        margin-right: 0
    }
    .usa-width-one-twelfth {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 30.11389%
    }
    .usa-width-one-twelfth:last-child {
        margin-right: 0
    }
    .usa-width-one-twelfth:nth-child(3n) {
        margin-right: 0
    }
    .usa-width-five-twelfths {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 30.11389%
    }
    .usa-width-five-twelfths:last-child {
        margin-right: 0
    }
    .usa-width-seven-twelfths {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 65.05695%
    }
    .usa-width-seven-twelfths:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:1201px) {
    .usa-width-one-whole {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%
    }
    .usa-width-one-whole:last-child {
        margin-right: 0
    }
    .usa-width-one-half {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .usa-width-one-half:last-child {
        margin-right: 0
    }
    .usa-width-one-third {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }
    .usa-width-one-third:last-child {
        margin-right: 0
    }
    .usa-width-two-thirds {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }
    .usa-width-two-thirds:last-child {
        margin-right: 0
    }
    .usa-width-one-fourth {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%
    }
    .usa-width-one-fourth:last-child {
        margin-right: 0
    }
    .usa-width-one-fourth:nth-child(2n) {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%
    }
    .usa-width-one-fourth:nth-child(2n):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.35765%;
        width: 74.41059%
    }
    .usa-width-three-fourths:last-child {
        margin-right: 0
    }
    .usa-width-one-sixth {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%
    }
    .usa-width-one-sixth:last-child {
        margin-right: 0
    }
    .usa-width-one-sixth:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%
    }
    .usa-width-one-sixth:nth-child(3n):last-child {
        margin-right: 0
    }
    .usa-width-one-sixth:nth-child(6n) {
        margin-right: 0
    }
    .usa-width-five-sixths {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%
    }
    .usa-width-five-sixths:last-child {
        margin-right: 0
    }
    .usa-width-one-twelfth {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%
    }
    .usa-width-one-twelfth:last-child {
        margin-right: 0
    }
    .usa-width-one-twelfth:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%
    }
    .usa-width-one-twelfth:nth-child(3n):last-child {
        margin-right: 0
    }
    .usa-width-one-twelfth:nth-child(12n) {
        margin-right: 0
    }
    .usa-width-five-twelfths {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%
    }
    .usa-width-five-twelfths:last-child {
        margin-right: 0
    }
    .usa-width-seven-twelfths {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%
    }
    .usa-width-seven-twelfths:last-child {
        margin-right: 0
    }
}

.usa-end-row {
    margin-right: 0
}

.usa-offset-one-twelfth {
    margin-left: 8.5298%
}

.usa-offset-one-sixth {
    margin-left: 17.05961%
}

.usa-offset-one-fourth {
    margin-left: 25.58941%
}

.usa-offset-one-third {
    margin-left: 34.11922%
}

.usa-offset-five-twelfths {
    margin-left: 42.64902%
}

.usa-offset-one-half {
    margin-left: 51.17883%
}

.usa-offset-seven-twelfths {
    margin-left: 59.70863%
}

.usa-offset-two-thirds {
    margin-left: 68.23843%
}

.usa-offset-three-fourths {
    margin-left: 76.76824%
}

.usa-offset-five-sixths {
    margin-left: 85.29804%
}

.usa-offset-eleven-twelfths {
    margin-left: 93.82785%
}

.usa-sr-only {
    position: absolute;
    left: -999em
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background-color: #fff;
    overflow-x: hidden
}

.lt-ie9 * {
    -webkit-filter: none!important;
    filter: none!important
}

[hidden] {
    display: none!important
}

.usa-focus,
:focus {
    outline: 2px dotted #aeb0b5;
    outline-offset: 3px
}

.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) {
    .usa-button,
    .usa-button-primary,
    .usa-button-primary:visited,
    .usa-button:visited {
        width: auto
    }
}

.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
}

.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.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.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.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.usa-button-secondary,
.usa-button:visited.usa-button-secondary {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #0071bc;
    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.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 {
    -webkit-box-shadow: inset 0 0 0 2px #205493;
    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.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 {
    -webkit-box-shadow: inset 0 0 0 2px #112e51;
    box-shadow: inset 0 0 0 2px #112e51;
    color: #112e51
}

.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.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;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff
}

.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.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 {
    -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
    box-shadow: inset 0 0 0 2px #d6d7d9;
    color: #d6d7d9
}

.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.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 {
    -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
    box-shadow: inset 0 0 0 2px #aeb0b5;
    color: #d6d7d9
}

.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-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-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.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.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.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-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
}

.usa-button-primary:disabled,
.usa-button-primary:visited:disabled,
.usa-button:disabled,
.usa-button:visited:disabled {
    background-color: #d6d7d9;
    pointer-events: none
}

.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;
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: none;
    box-shadow: none
}

.usa-button-outline-inverse:disabled,
.usa-button-secondary-disabled,
.usa-button-secondary-inverse-disabled,
.usa-button-secondary-inverse:disabled,
.usa-button-secondary:disabled {
    -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
    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;
    -webkit-box-shadow: inset 0 0 0 2px #5b616b;
    box-shadow: inset 0 0 0 2px #5b616b
}

.usa-button-unstyled {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto
}

.usa-button-unstyled:hover {
    background-color: transparent
}

.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%
}

.media_link {
    display: inline-block;
    line-height: 0
}

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-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 {
    display: block;
    font-size: 1.7rem;
    font-weight: 700
}

.usa-input-error-message {
    color: #cd2026;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 3px;
    padding-top: 3px
}

.usa-input-required:after {
    color: #981b1e;
    content: ' (*required)'
}

.usa-input-optional:after {
    color: #757575;
    content: ' (optional)'
}

textarea {
    height: 16rem
}

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
}
/*
legend {
    font-size: 3rem;
    font-weight: 700
}
*/
.usa-fieldset-inputs label {
    margin-top: 0
}

.usa-form-hint {
    color: #757575;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 0
}
/*
[type=checkbox],
[type=radio] {
    position: absolute;
    left: -999em
}
*/
.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;
    -webkit-box-shadow: 0 0 0 1px #757575;
    box-shadow: 0 0 0 1px #757575;
    content: '\a0';
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    margin-right: .6em;
    text-indent: .15em;
    width: 2rem
}

[type=radio]+label::before {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #757575;
    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,
[type=radio]:checked+label::before {
    background-color: #0071bc;
    -webkit-box-shadow: 0 0 0 1px #0071bc;
    box-shadow: 0 0 0 1px #0071bc
}

[type=radio]:checked+label::before {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #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(../img/correct8.png);
    background-image: url(../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;
    -webkit-box-shadow: 0 0 0 1px #aeb0b5;
    box-shadow: 0 0 0 1px #aeb0b5;
    cursor: not-allowed
}*/

[type=range] {
    -webkit-appearance: none;
    border: none;
    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-label,
.usa-label-big {
    background-color: #5b616b;
    border-radius: 2px;
    color: #fff;
    font-size: 1.5rem;
    margin-right: .5rem;
    padding: .1rem .7rem;
    text-transform: uppercase
}

.usa-label-big:only-of-type,
.usa-label:only-of-type {
    margin-right: 0
}

.usa-label-big {
    font-size: 1.7rem;
    padding-left: .9rem;
    padding-right: .9rem
}

.usa-unstyled-list {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-unstyled-list>li {
    margin-bottom: 0
}

.usa-accordion,
.usa-accordion-bordered {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    color: #212121;
    margin: 0;
    padding: 0;
    width: 100%
}

.usa-accordion-bordered>li,
.usa-accordion>li {
    margin-bottom: 0
}

.usa-accordion-bordered>ul li ul,
.usa-accordion>ul li ul {
    list-style: disc
}

.usa-accordion-bordered>ul li ul>li>ul,
.usa-accordion>ul li ul>li>ul {
    list-style: circle
}

.usa-accordion-bordered>ul li ul>li>ul>li>ul,
.usa-accordion>ul li ul>li>ul>li>ul {
    list-style: square
}

.usa-accordion+.usa-accordion,
.usa-accordion+.usa-accordion-bordered,
.usa-accordion-bordered+.usa-accordion,
.usa-accordion-bordered+.usa-accordion-bordered {
    margin-top: 1rem
}

.usa-accordion-bordered>ul,
.usa-accordion>ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    color: #212121;
    margin: 0;
    padding: 0;
    width: 100%
}

.usa-accordion-bordered>ul>li,
.usa-accordion>ul>li {
    margin-bottom: 0
}

.usa-accordion-bordered>ul>li,
.usa-accordion>ul>li {
    background-color: #f1f1f1;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    list-style: none;
    margin-bottom: .5rem;
    width: 100%
}

.usa-accordion-bordered>ul button,
.usa-accordion>ul button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    background-color: #f1f1f1;
    background-image: url(../img/minus.png);
    background-image: url(../img/minus.svg);
    background-position: right 2rem center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 1.5rem 5.5rem 1.5rem 2rem;
    width: 100%
}

.usa-accordion-bordered>ul button:hover,
.usa-accordion>ul button:hover {
    background-color: transparent
}

.usa-accordion-bordered>ul button:hover,
.usa-accordion>ul button:hover {
    background-color: #d6d7d9;
    color: #212121
}

.usa-accordion-bordered>ul [aria-expanded=false],
.usa-accordion>ul [aria-expanded=false] {
    background-image: url(../img/plus.png);
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem
}

.usa-accordion-bordered>li,
.usa-accordion>li {
    background-color: #f1f1f1;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    list-style: none;
    margin-bottom: .5rem;
    width: 100%
}

.usa-accordion-bordered .usa-accordion-content {
    border-bottom: 3px solid #f1f1f1;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1
}

.usa-accordion-content {
    background-color: #fff;
    overflow: auto;
    padding: 1.5rem 2rem
}

.usa-accordion-content>:first-child {
    margin-top: 0
}

.usa-accordion-content>:last-child {
    margin-bottom: 0
}

.usa-accordion-content:not([aria-hidden]) {
    position: absolute;
    left: -999em
}

.usa-accordion-content[aria-hidden=true] {
    display: none
}

.usa-accordion-button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    background-color: #f1f1f1;
    background-image: url(../img/minus.png);
    background-image: url(../img/minus.svg);
    background-position: right 2rem center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 1.5rem 5.5rem 1.5rem 2rem;
    width: 100%;
    background-size: .7rem
}

.usa-accordion-button:hover {
    background-color: transparent
}

.usa-accordion-button:hover {
    background-color: #d6d7d9;
    color: #212121
}

.usa-accordion-button[aria-expanded=false] {
    background-image: url(../img/plus.png);
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-size: .7rem
}

.usa-layout-docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.usa-layout-docs-main_content {
    margin-bottom: 3rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 100
}

.usa-skipnav:focus {
    background: #fff;
    left: 0;
    outline: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.usa-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
    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
}


/*! uswds @version */

[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
}

.usa-sr-only {
    position: absolute;
    left: -999em
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"), url(../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(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"), url(../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(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"), url(../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(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"), url(../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(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"), url(../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(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"), url(../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(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(../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/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(../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/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(../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(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(../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(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(../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(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype")
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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
}

[hidden],
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
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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 {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    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;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}
/*
table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}
*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background-color: #fff;
    color: #1b1b1b;
    overflow-x: hidden
}

.lt-ie9 * {
    -webkit-filter: none!important;
    filter: none!important
}

[hidden] {
    display: none!important
}

.usa-button {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: .93923;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #005ea2;
    border: 0;
    border-radius: .25rem;
    color: #fff;
    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 {
    background-color: #1a4480;
    border-bottom: 0;
    color: #fff;
    text-decoration: none
}

.usa-button.usa-button--active,
.usa-button:active {
    background-color: #162e51;
    color: #fff
}

.usa-button.usa-focus,
.usa-button: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;
    -webkit-box-shadow: none;
    box-shadow: none
}

.usa-button--accent-cool {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #00bde3;
    color: #1b1b1b
}

.usa-button--accent-cool:visited {
    color: #1b1b1b
}

.usa-button--accent-cool.usa-button--hover,
.usa-button--accent-cool:hover {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #28a0cb;
    color: #fff
}

.usa-button--accent-cool.usa-button--active,
.usa-button--accent-cool:active {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #07648d;
    color: #fff
}

.usa-button--outline {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #005ea2;
    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;
    -webkit-box-shadow: inset 0 0 0 2px #1a4480;
    box-shadow: inset 0 0 0 2px #1a4480;
    color: #1a4480
}

.usa-button--outline.usa-button--active,
.usa-button--outline:active {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #162e51;
    box-shadow: inset 0 0 0 2px #162e51;
    color: #162e51
}

.usa-button--outline.usa-button--inverse {
    -webkit-box-shadow: inset 0 0 0 2px #dcdee0;
    box-shadow: inset 0 0 0 2px #dcdee0;
    color: #dcdee0
}

.usa-button--outline.usa-button--inverse:visited {
    color: #dcdee0
}

.usa-button--outline.usa-button--inverse.usa-button--hover,
.usa-button--outline.usa-button--inverse:hover {
    -webkit-box-shadow: inset 0 0 0 2px #f0f0f0;
    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;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    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;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #dcdee0
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
    color: #1a4480
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
    color: #162e51
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
    color: #562b97
}

.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;
    -webkit-box-shadow: none;
    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 {
    background-color: #71767a
}

.usa-button--base.usa-button--hover,
.usa-button--base:hover {
    background-color: #565c65
}

.usa-button--base.usa-button--active,
.usa-button--base:active {
    background-color: #3d4551
}

.usa-button--secondary {
    background-color: #d83933
}

.usa-button--secondary.usa-button--hover,
.usa-button--secondary:hover {
    background-color: #b50909
}

.usa-button--secondary.usa-button--active,
.usa-button--secondary:active {
    background-color: #8b0a03
}

.usa-button--big {
    border-radius: .25rem;
    font-size: 1.46397rem;
    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;
    -webkit-box-shadow: none;
    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 {
    -webkit-box-shadow: inset 0 0 0 2px #c9c9c9;
    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;
    -webkit-box-shadow: inset 0 0 0 2px #71767a;
    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;
    -webkit-box-shadow: none;
    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:visited {
    color: #562b97
}

.usa-button--unstyled:active,
.usa-button--unstyled:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    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%
}

img {
    max-width: 100%
}

.usa-media-link {
    display: inline-block;
    line-height: 0
}

.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.06471rem;
    line-height: 1.26796
}

.usa-input,
.usa-range,
.usa-select,
.usa-textarea {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    height: 2.5rem;
    margin-top: .5rem;
    max-width: 30rem;
    padding: .5rem;
    width: 100%
}

.usa-input.usa-input--success,
.usa-range.usa-input--success,
.usa-select.usa-input--success,
.usa-textarea.usa-input--success {
    border-width: .25rem;
    border-color: #00a91c;
    border-style: solid
}

.usa-fieldset {
    border: none;
    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-input--error {
    border-width: .25rem;
    border-color: #b50909;
    border-style: solid
}

.usa-label--error {
    display: block;
    font-weight: 700;
    margin-top: 0
}

.usa-error-message {
    padding-bottom: .25rem;
    padding-top: .25rem;
    color: #b50909;
    display: block;
    font-weight: 700
}

.usa-hint {
    color: #71767a
}

.usa-label--required {
    color: #b50909
}

.usa-label,
.usa-label-big {
    display: block;
    line-height: 1.12707;
    margin-top: 1.5rem;
    max-width: 30rem
}

.usa-textarea {
    height: 10rem
}

.usa-select {
    background-image: url(../img/arrow-both.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../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
}

.usa-legend {
    font-size: 2.12941rem;
    font-weight: 700
}

.usa-input-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-input-list li {
    line-height: 1.26796
}

.usa-prose .usa-input-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-prose .usa-input-list li {
    line-height: 1.26796
}

.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-bottom: .75rem;
    padding-left: 2rem;
    position: relative;
    text-indent: -2rem
}

.usa-checkbox__label::before,
.usa-radio__label::before {
    background: #fff;
    content: '\a0';
    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 {
    -webkit-box-shadow: 0 0 0 2px #71767a;
    box-shadow: 0 0 0 2px #71767a;
    line-height: 1.25rem;
    margin-right: .75rem
}

.usa-checkbox__input:checked+.usa-checkbox__label::before,
.usa-radio__input:checked+.usa-radio__label::before {
    background-color: #005ea2;
    -webkit-box-shadow: 0 0 0 2px #005ea2;
    box-shadow: 0 0 0 2px #005ea2
}

.usa-radio__input:checked+.usa-radio__label::before {
    -webkit-box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff
}

@media print {
    .usa-radio__input:checked+.usa-radio__label::before {
        -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2;
        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(../img/correct8.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/correct8.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center
}

@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(../img/correct8-alt.svg);
        text-indent: 0
    }
}

.usa-checkbox__input:disabled+.usa-checkbox__label {
    color: #c9c9c9
}

.usa-checkbox__input:disabled+.usa-checkbox__label::before,
.usa-radio__input:disabled+.usa-radio__label::before {
    background: #e6e6e6;
    -webkit-box-shadow: 0 0 0 2px #c9c9c9;
    box-shadow: 0 0 0 2px #c9c9c9;
    cursor: not-allowed
}

.usa-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding-left: 1px;
    width: 100%
}

.usa-range:focus {
    outline: 0
}

.usa-range:focus::-webkit-slider-thumb {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #2491ff;
    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: none;
    -webkit-box-shadow: 0 0 0 2px #71767a;
    box-shadow: 0 0 0 2px #71767a;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    margin-top: -.1875rem
}

.usa-range::-moz-range-thumb {
    height: 1.25rem;
    border-radius: 99rem;
    width: 1.25rem;
    background: #f0f0f0;
    border: none;
    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: none;
    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
}

[type=file] {
    border: none;
    padding-left: 0
}

.usa-memorable-date {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 1rem;
    width: 3rem
}

.usa-form-group--year {
    width: 4.5rem
}

.usa-list,
.usa-prose>ol,
.usa-prose>ul {
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.52155;
    padding-left: 3ch
}

.usa-list:last-child,
.usa-prose>ol:last-child,
.usa-prose>ul:last-child {
    margin-bottom: 0
}

.usa-list li,
.usa-prose>ol li,
.usa-prose>ul li {
    margin-bottom: .25em;
    max-width: 68ex
}

.usa-list li:last-child,
.usa-prose>ol li:last-child,
.usa-prose>ul li:last-child {
    margin-bottom: 0
}

.usa-list--unstyled {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-list--unstyled>li {
    margin-bottom: 0;
    max-width: unset
}

.usa-prose .usa-list--unstyled {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-prose .usa-list--unstyled>li {
    margin-bottom: 0;
    max-width: unset
}

.usa-prose>table,
.usa-table {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    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-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .91476rem;
    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
}

.usa-tag {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: .93162rem;
    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.06471rem
}

html {
    -webkit-font-feature-settings: 'kern' 1;
    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%
}

.usa-prose {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155
}

.usa-prose>a {
    color: #005ea2;
    text-decoration: underline
}

.usa-prose>a:hover {
    color: #1a4480
}

.usa-prose>a:active {
    color: #162e51
}

.usa-prose>a:visited {
    color: #562b97
}

.usa-prose>h1 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2.43935rem;
    line-height: 1.22983;
    font-weight: 700
}

.usa-prose>h2 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.95148rem;
    line-height: 1.22983;
    font-weight: 700
}

.usa-prose>h3 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    font-weight: 700
}

.usa-prose>h4 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .97574rem;
    line-height: 1.22983;
    font-weight: 700
}

.usa-prose>h5 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .91476rem;
    line-height: 1.22983;
    font-weight: 700
}

.usa-prose>h6 {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: .86507rem;
    line-height: 1.12707;
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: uppercase
}

.usa-paragraph {
    line-height: 1.52155;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex
}

*+.usa-paragraph {
    margin-top: 1em
}

.usa-paragraph+* {
    margin-top: 1em
}

.usa-link {
    color: #005ea2;
    text-decoration: underline
}

.usa-link:hover {
    color: #1a4480
}

.usa-link:active {
    color: #162e51
}

.usa-link:visited {
    color: #562b97
}

.usa-link--external::after {
    background: url(../img/external-link.svg) no-repeat 0 0;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: .65em;
    margin-bottom: -1px;
    margin-left: .25rem;
    width: .65em
}

.usa-link--external:hover::after {
    background-image: url(../img/external-link-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/external-link-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-link--external.usa-link--alt::after {
    background: url(../img/external-link-alt.svg) no-repeat 0 0;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: .65em;
    margin-bottom: -1px;
    margin-left: .25rem;
    width: .65em
}

.usa-link--external.usa-link--alt:hover::after {
    background-image: url(../img/external-link-alt-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/external-link-alt-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

address,
cite,
dfn,
var {
    font-style: normal
}

.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-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    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.43935rem;
        line-height: 1.22983;
        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.92722rem;
        line-height: 1.22983;
        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.34164rem;
    line-height: 1.79351;
    font-weight: 400;
    max-width: 88ex
}

.usa-dark-background {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #3d4551
}

.usa-dark-background p,
.usa-dark-background span {
    color: #fff
}

.usa-dark-background a {
    color: #dcdee0
}

.usa-dark-background a:hover {
    color: #fff
}

.usa-prose>p {
    line-height: 1.52155;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex
}

.usa-prose>*+p {
    margin-top: 1em
}

.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-prose>h1+*,
.usa-prose>h2+*,
.usa-prose>h3+*,
.usa-prose>h4+*,
.usa-prose>h5+*,
.usa-prose>h6+* {
    margin-top: 1em
}

.usa-accordion {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    color: #1b1b1b;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155
}

.usa-accordion>li {
    margin-bottom: 0;
    max-width: unset
}

.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.06471rem;
    line-height: .93923;
    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) 1.25rem
}

.usa-accordion__content>:first-child {
    margin-top: 0
}

.usa-accordion__content>:last-child {
    margin-bottom: 0
}

.usa-accordion__content[aria-hidden=true] {
    display: none
}

.usa-accordion__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    background-image: url(../img/minus.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../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-accordion__button:hover {
    color: #1a4480
}

.usa-accordion__button:active {
    color: #162e51
}

.usa-accordion__button:visited {
    color: #562b97
}

.usa-accordion__button:active,
.usa-accordion__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

.usa-accordion__button:hover {
    background-color: #dcdee0;
    color: #1b1b1b;
    text-decoration: none
}

.usa-accordion__button[aria-expanded=false] {
    background-image: url(../img/plus.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../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.06471rem;
    line-height: 1.52155;
    background-color: #f0f0f0;
    background-position: 1.25rem 1.25rem;
    background-repeat: no-repeat;
    background-size: 3.5rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    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 ul {
    margin-bottom: 0;
    margin-top: .5rem;
    padding-left: .5rem
}

.usa-alert .usa-checklist {
    padding-left: 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.46397rem;
    line-height: 1.12707;
    margin-top: 0;
    margin-bottom: .5rem
}

.usa-alert__text {
    margin-bottom: 0;
    margin-top: 0
}

.usa-alert__text a {
    color: #005ea2;
    text-decoration: underline
}

.usa-alert__text a:hover {
    color: #1a4480
}

.usa-alert__text a:active {
    color: #162e51
}

.usa-alert__text a:visited {
    color: #562b97
}

.usa-alert__text:only-child {
    margin-bottom: .5rem;
    padding-top: .25rem
}

.usa-alert--success {
    background-image: url(../img/alerts/success.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/alerts/success.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #ecf3ec
}

.usa-alert--success::before {
    background-color: #00a91c
}

.usa-alert--success .usa-alert__body {
    padding-left: 3.25rem
}

.usa-alert--warning {
    background-image: url(../img/alerts/warning.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/alerts/warning.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #faf3d1
}

.usa-alert--warning::before {
    background-color: #ffbe2e
}

.usa-alert--warning .usa-alert__body {
    padding-left: 3.25rem
}

.usa-alert--error {
    background-image: url(../img/alerts/error.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/alerts/error.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f4e3db
}

.usa-alert--error::before {
    background-color: #d63e04
}

.usa-alert--error .usa-alert__body {
    padding-left: 3.25rem
}

.usa-alert--info {
    background-image: url(../img/alerts/info.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/alerts/info.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #e7f6f8
}

.usa-alert--info::before {
    background-color: #00bde3
}

.usa-alert--info .usa-alert__body {
    padding-left: 3.25rem
}

.usa-alert--slim {
    background-position: 1.25rem center;
    background-size: 2.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: 2.5rem
}

.usa-alert--validation .usa-alert__body {
    padding-left: 2.5rem
}

.usa-alert--validation .usa-checklist {
    margin-top: 1rem
}

.usa-banner {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    background-color: #f0f0f0
}

@media all and (min-width:40em) {
    .usa-banner {
        font-size: .86507rem;
        padding-bottom: 0
    }
}

.usa-banner__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: transparent;
    font-size: .99816rem;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-top: .25rem;
    width: 100%
}

@media all and (min-width:64em) {
    .usa-banner__content {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@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 {
    padding-top: 1rem
}

@media all and (min-width:40em) {
    .usa-banner__guidance {
        padding-top: 0
    }
}

.usa-banner__inner {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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:64em) {
    .usa-banner__inner {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media all and (min-width:40em) {
    .usa-banner__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.usa-banner__header {
    padding-bottom: .5rem;
    padding-top: .5rem;
    font-size: .79853rem;
    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-close-text {
    margin-bottom: 0;
    margin-top: 0;
    color: #565c65;
    display: none;
    font-size: .79853rem;
    line-height: 1.12707;
    padding-top: .25rem
}

.usa-banner__header--expanded .usa-banner__header-close-text {
    display: block
}

@media all and (min-width:40em) {
    .usa-banner__header--expanded .usa-banner__header-close-text {
        display: none
    }
}

.usa-banner__header-text {
    margin-bottom: 0;
    margin-top: 0;
    font-size: .79853rem;
    line-height: 1.12707
}

.usa-banner__header-action {
    color: #005ea2;
    line-height: 1.12707;
    margin-bottom: 0;
    margin-top: 2px;
    text-decoration: underline
}

.usa-banner__header-action::after {
    background-image: url(../img/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: .5rem;
    content: '';
    display: inline-block;
    height: .5rem;
    width: .5rem;
    margin-left: .25rem
}

.usa-banner__header-action:hover::after {
    background-image: url(../img/angle-arrow-down-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/angle-arrow-down-primary-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-banner__header--expanded .usa-banner__header-action {
    display: none
}

@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;
        color: #1b1b1b;
        display: block;
        font-size: .79853rem;
        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;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    color: #005ea2;
    text-decoration: underline;
    vertical-align: baseline;
    display: block;
    font-size: .79853rem;
    height: auto;
    line-height: 1.12707;
    padding-top: 0;
    padding-left: 0;
    text-decoration: none;
    width: auto
}

.usa-banner__button:hover {
    color: #1a4480
}

.usa-banner__button:active {
    color: #162e51
}

.usa-banner__button:visited {
    color: #562b97
}

.usa-banner__button:active,
.usa-banner__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

@media all and (max-width:39.99em) {
    .usa-banner__button {
        width: 100%
    }
}

@media all and (min-width:40em) {
    .usa-banner__button {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        display: inline;
        margin-left: .5rem;
        position: relative
    }
    .usa-banner__button::after {
        background-image: url(../img/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: .5rem;
        content: '';
        display: inline-block;
        height: .5rem;
        width: .5rem;
        margin-left: 2px
    }
    .usa-banner__button:hover::after {
        background-image: url(../img/angle-arrow-down-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../img/angle-arrow-down-primary-hover.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat
    }
    .usa-banner__button:hover {
        color: #162e51
    }
}

.usa-banner__button[aria-expanded=false] {
    background-image: none
}

.usa-banner__button[aria-expanded=true] {
    background-image: none
}

@media all and (max-width:39.99em) {
    .usa-banner__button[aria-expanded=true]::after {
        background-image: url(../img/close-blue-60v-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../img/close-blue-60v-alt.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1rem;
        content: '';
        display: inline-block;
        height: 3rem;
        width: 3rem;
        margin-left: 0
    }
    .usa-banner__button[aria-expanded=true]::after {
        position: absolute;
        bottom: 0;
        top: 0;
        position: absolute;
        right: 0;
        background-color: #dcdee0;
        bottom: 0;
        height: auto
    }
}

@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-image: url(../img/angle-arrow-up-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../img/angle-arrow-up-primary.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: .5rem;
        content: '';
        display: inline-block;
        height: .5rem;
        width: .5rem;
        margin-left: 2px
    }
    .usa-banner__button[aria-expanded=true]:hover::after {
        background-image: url(../img/angle-arrow-up-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../img/angle-arrow-up-primary-hover.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat
    }
}

.usa-banner__button[aria-expanded=true]::after {
    position: absolute;
    right: 1rem;
    top: .75rem
}

@media all and (min-width:40em) {
    .usa-banner__button[aria-expanded=true]::after {
        position: static
    }
}

.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-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.06471rem;
    line-height: 1.52155
}

.usa-checklist__item {
    text-indent: -2.5rem;
    margin-bottom: 0;
    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(../img/correct9.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/correct9.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%
}

.usa-footer {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    overflow: hidden
}

.usa-footer__return-to-top {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    line-height: .93923
}

.usa-footer__return-to-top a {
    color: #005ea2;
    text-decoration: underline
}

.usa-footer__return-to-top a:hover {
    color: #1a4480
}

.usa-footer__return-to-top a:active {
    color: #162e51
}

.usa-footer__return-to-top a:visited {
    color: #562b97
}

.usa-footer__nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #a9aeb1;
    max-width: 64rem
}

@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-content {
    line-height: 1.12707
}

.usa-footer__primary-link a,
.usa-footer__secondary-link a {
    text-decoration: none
}

.usa-footer__primary-link a:hover,
.usa-footer__secondary-link a:hover {
    text-decoration: underline
}

.usa-footer__primary-link {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 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.12707;
    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:visited {
    color: #562b97
}

.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 {
    display: inline-block;
    line-height: 1.12707
}

.usa-footer__contact-info a {
    color: #1b1b1b;
    text-decoration: none
}

.usa-footer__contact-info:hover {
    text-decoration: underline
}

@media all and (min-width:30em) {
    .usa-footer__contact-info {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        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: none
    }
}

.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.34164rem;
    line-height: 1.22983;
    font-weight: 700;
    margin: 0
}

.usa-footer__secondary-section {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    background-color: #dcdee0
}

.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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.usa-footer__logo-img {
    max-width: 5rem
}

.usa-footer__logo-heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1.02486
}

.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: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    font-weight: 700;
    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: .93923;
    padding-bottom: .5rem
}

.usa-footer__social-links a {
    text-decoration: none
}

@media all and (min-width:30em) {
    .usa-footer__social-links {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        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 {
    background-image: url(../img/social-icons/facebook25.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/social-icons/facebook25.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-social-link--twitter {
    background-image: url(../img/social-icons/twitter16.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/social-icons/twitter16.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-social-link--youtube {
    background-image: url(../img/social-icons/youtube15.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/social-icons/youtube15.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-social-link--rss {
    background-image: url(../img/social-icons/rss25.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/social-icons/rss25.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

@media all and (min-width:30em) {
    .usa-footer__address {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        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-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width:30em) {
    .usa-footer--slim .usa-footer__address {
        padding: 0
    }
}

.usa-footer--slim .usa-footer__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.usa-footer--slim .usa-footer__logo-img {
    max-width: 3rem
}

@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: .97574rem;
    line-height: 1.22983;
    font-weight: 700;
    background-image: url(../img/arrow-down.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/arrow-down.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-size: .75rem;
    line-height: 1.22983;
    margin: 0;
    padding-left: 2rem
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-link {
        padding-bottom: 0;
        padding-top: 0;
        background: 0 0;
        margin-bottom: .5rem;
        padding-left: 0
    }
    .usa-footer--big .usa-footer__primary-link:hover {
        cursor: auto;
        text-decoration: 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 {
    background-image: url(../img/arrow-right.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/arrow-right.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    cursor: pointer
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
        background: 0 0;
        margin: 0;
        padding-left: 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.06471rem;
    line-height: 1.26796
}

@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:visited {
    color: #562b97
}

@media all and (min-width:30em) {
    .usa-form--large {
        max-width: 30rem
    }
}

.usa-form__note {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: .93162rem;
    line-height: 1.26796;
    float: right;
    margin: .25rem 0 1rem
}

.usa-graphic-list {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155
}

.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
    }
}

@media all and (min-width:40em) {
    .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.34164rem;
    line-height: 1.22983;
    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.06471rem;
    line-height: 1.52155;
    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
    }
}

@media all and (min-width:64em) {
    .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
    }
}

@media all and (min-width:64em) {
    .usa-header+.usa-section,
    .usa-header+main {
        border-top: 1px solid #dcdee0
    }
}

@media all and (max-width:63.99em) {
    .usa-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        font-size: .93162rem;
        line-height: .93923;
        margin-left: 1rem
    }
}

@media all and (min-width:64em) {
    .usa-logo {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.46397rem;
        line-height: 1.12707
    }
}

.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;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: #005ea2;
    color: #fff;
    font-size: .86507rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.usa-menu-btn:hover {
    color: #1a4480
}

.usa-menu-btn:active {
    color: #162e51
}

.usa-menu-btn:visited {
    color: #562b97
}

.usa-menu-btn:active,
.usa-menu-btn:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

@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 {
    color: #fff
}

.usa-menu-btn:visited {
    color: #fff
}

.usa-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 .25rem .5rem;
        width: 100%
    }
    .usa-header--basic .usa-nav-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .usa-header--basic .usa-current,
    .usa-header--basic .usa-nav__link:hover,
    .usa-header--basic [aria-expanded=true] {
        position: relative
    }
    .usa-header--basic .usa-current::after,
    .usa-header--basic .usa-nav__link:hover::after,
    .usa-header--basic [aria-expanded=true]::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__primary {
        width: auto
    }
    .usa-header--basic .usa-search {
        top: 0
    }
}

.usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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
    }
}

@media all and (min-width:64em) {
    .usa-header--extended {
        padding-top: 0
    }
    .usa-header--extended .usa-current,
    .usa-header--extended .usa-nav__link:hover,
    .usa-header--extended [aria-expanded=true] {
        position: relative
    }
    .usa-header--extended .usa-current::after,
    .usa-header--extended .usa-nav__link:hover::after,
    .usa-header--extended [aria-expanded=true]::after {
        background-color: #005ea2;
        border-radius: 0;
        content: '';
        display: block;
        position: absolute;
        height: .25rem;
        left: 1rem;
        right: 1rem;
        bottom: 0
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-logo {
        font-size: 2.12941rem;
        margin: 2rem 0 1.5rem;
        max-width: 50%
    }
}

@media all and (min-width:64em) {
    .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 #dcdee0;
        padding: 0;
        width: 100%
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav__inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-left: 1rem!important;
        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::after {
        clear: both;
        content: '';
        display: block
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav__link {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav__submenu .usa-grid-full {
        padding-left: .75rem
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .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.06471rem;
    line-height: 1.52155;
    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.95148rem;
    line-height: 1.22983;
    font-weight: 700;
    color: #00bde3;
    line-height: 1.22983
}

*+.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 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 2rem
}

@media all and (min-width:64em) {
    .usa-layout-docs__sidenav {
        padding-top: 0
    }
}

@media all and (min-width:64em) {
    .usa-layout-docs__main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.usa-media-block__img {
    float: left;
    margin-right: .5rem
}

.usa-media-block__body {
    overflow: hidden
}

@-webkit-keyframes slidein-left {
    from {
        -webkit-transform: translateX(15rem);
        transform: translateX(15rem)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein-left {
    from {
        -webkit-transform: translateX(15rem);
        transform: translateX(15rem)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.usa-navbar {
    height: 3rem
}

@media all and (max-width:63.99em) {
    .usa-navbar {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #dcdee0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:64em) {
    .usa-navbar {
        border-bottom: none;
        display: inline-block;
        height: auto
    }
}

@media all and (min-width:64em) {
    .usa-nav-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        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-nav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: .93923
}

@media all and (max-width:63.99em) {
    .usa-nav {
        position: absolute;
        right: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        position: fixed;
        background: #fff;
        border-right: 0;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:64em) {
    .usa-nav {
        float: right;
        position: relative
    }
}

@media all and (min-width:64em) {
    .usa-nav .usa-search {
        margin-left: 1rem
    }
}

@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;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .usa-nav__primary>li {
        margin-bottom: 0;
        max-width: unset
    }
    .usa-nav__primary-item {
        border-top: 1px solid #dcdee0
    }
    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.usa-nav__primary .usa-nav__primary-item a {
    text-decoration: none
}

.usa-nav__primary>.usa-nav__primary-item {
    line-height: 1.12707
}

@media all and (min-width:64em) {
    .usa-nav__primary>.usa-nav__primary-item {
        font-size: .93162rem;
        line-height: .93923
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary>.usa-nav__primary-item>a {
        line-height: .93923;
        padding: 1rem;
        color: #565c65;
        display: block;
        font-weight: 700
    }
    .usa-nav__primary>.usa-nav__primary-item>a:hover {
        color: #005ea2
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary a {
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.usa-nav__primary button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #565c65;
    font-weight: 400;
    line-height: 1.12707;
    padding: .75rem 1rem;
    text-decoration: none
}

.usa-nav__primary button:hover {
    color: #1a4480
}

.usa-nav__primary button:active {
    color: #162e51
}

.usa-nav__primary button:visited {
    color: #562b97
}

.usa-nav__primary button:active,
.usa-nav__primary button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

@media all and (min-width:64em) {
    .usa-nav__primary button {
        line-height: .93923;
        padding: 1rem;
        font-size: .93162rem;
        font-weight: 700
    }
}

.usa-nav__primary button:hover {
    color: #005ea2;
    background-color: #f0f0f0;
    text-decoration: none
}

@media all and (min-width:64em) {
    .usa-nav__primary button:hover {
        background-color: transparent
    }
}

.usa-nav__primary button[aria-expanded=false] {
    background-image: url(../img/plus-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../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(../img/angle-arrow-down.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../img/angle-arrow-down.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-size: .5rem;
        background-position: right 1rem top 53%
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary button[aria-expanded=false]:hover {
        background-image: url(../img/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat
    }
}

.usa-nav__primary button[aria-expanded=true] {
    background-image: url(../img/minus-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../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(../img/angle-arrow-up-white.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../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
    }
}

@media all and (min-width:64em) {
    .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: .93162rem;
        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.26796;
    margin-top: 1.5rem
}

@media all and (min-width:64em) {
    .usa-nav__secondary-links {
        float: right;
        line-height: .93923;
        margin-bottom: .25rem;
        margin-top: 0
    }
}

@media all and (min-width:64em) {
    .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: #dcdee0;
        content: '|';
        padding-right: .25rem
    }
}

.usa-nav__secondary-links a {
    color: #71767a;
    display: inline-block;
    font-size: .93162rem;
    text-decoration: none
}

.usa-nav__secondary-links a:hover {
    color: #005ea2;
    text-decoration: underline
}

@media all and (max-width:63.99em) {
    .usa-nav__submenu {
        margin-bottom: 0;
        margin-top: 0;
        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 #dcdee0;
        font-size: .93162rem
    }
    .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.26796
    }
    .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 {
    margin-bottom: 0;
    max-width: unset
}

.usa-nav__submenu-list .usa-nav__submenu-list-item {
    margin: 0;
    font-size: .93162rem
}

.usa-nav__submenu-list .usa-nav__submenu-list-item a {
    line-height: 1.26796
}

.usa-nav__close {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 3rem;
    width: 3rem;
    color: currentColor;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    float: right;
    margin: -.75rem -1rem 1rem auto;
    text-align: center
}

.usa-nav__close:hover {
    color: #1a4480
}

.usa-nav__close:active {
    color: #162e51
}

.usa-nav__close:visited {
    color: #562b97
}

.usa-nav__close:active,
.usa-nav__close:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    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
}

@media all and (min-width:64em) {
    .usa-megamenu {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-top: 2rem;
        left: -33%;
        right: 0;
        width: auto
    }
}

@media all and (min-width:64em) {
    .usa-megamenu::before {
        position: absolute;
        bottom: 0;
        top: 0;
        background-color: #162e51;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        right: 100%
    }
}

@media all and (min-width:64em) {
    .usa-megamenu::after {
        position: absolute;
        bottom: 0;
        top: 0;
        background-color: #162e51;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        left: 100%
    }
}

.usa-search {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    position: relative
}

.usa-search::after {
    clear: both;
    content: '';
    display: block
}

.usa-search [role=search] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.usa-search [type=submit] {
    background-image: url(../img/search.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(../img/search.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem;
    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
    }
}

@media all and (min-width:30em) {
    .usa-search--big .usa-search__input,
    .usa-search--big [type=search] {
        font-size: 1.06471rem;
        height: 3rem
    }
}

@media all and (min-width:30em) {
    .usa-search--big .usa-search__submit,
    .usa-search--big [type=submit] {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.46397rem;
        height: 3rem;
        width: auto
    }
}

@media all and (min-width:30em) {
    .usa-search--small .usa-search__submit,
    .usa-search--small [type=submit] {
        background-image: url(../img/search.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(../img/search.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1.5rem;
        width: 3rem
    }
}

input[type=search] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: .99816rem;
    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 p {
    color: #fff
}

.usa-section--dark a {
    color: #dcdee0
}

.usa-section--dark a:hover {
    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.06471rem;
    line-height: 1.26796;
    border-bottom: 1px solid #dcdee0
}

.usa-sidenav>li {
    margin-bottom: 0;
    max-width: unset
}

.usa-sidenav__item {
    border-top: 1px solid #dcdee0
}

.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 {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-size: .99816rem
}

.usa-sidenav__sublist>li {
    margin-bottom: 0;
    max-width: unset
}

.usa-sidenav__sublist-item {
    border-top: 1px solid #dcdee0;
    font-size: .93162rem
}

.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.06471rem;
    line-height: 1.52155;
    background: 0 0;
    left: 0;
    padding: .5rem 1rem;
    position: absolute;
    top: -3.8rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 100
}

.usa-skipnav:focus {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.grid-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
    max-width: 100%
}

.grid-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.grid-col-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
    max-width: 100%
}

.grid-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.grid-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.grid-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.grid-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.grid-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.grid-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }
    .mobile-lg\:grid-col-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }
    .mobile-lg\:grid-col-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .mobile-lg\:grid-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .mobile-lg\:grid-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .mobile-lg\:grid-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .mobile-lg\:grid-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .mobile-lg\:grid-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .mobile-lg\:grid-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .mobile-lg\:grid-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .mobile-lg\:grid-col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .mobile-lg\:grid-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .mobile-lg\:grid-col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .mobile-lg\:grid-col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .mobile-lg\:grid-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }
    .tablet\:grid-col-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }
    .tablet\:grid-col-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .tablet\:grid-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .tablet\:grid-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .tablet\:grid-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .tablet\:grid-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .tablet\:grid-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .tablet\:grid-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .tablet\:grid-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .tablet\:grid-col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .tablet\:grid-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .tablet\:grid-col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .tablet\:grid-col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .tablet\:grid-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }
    .desktop\:grid-col-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }
    .desktop\:grid-col-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .desktop\:grid-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .desktop\:grid-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .desktop\:grid-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .desktop\:grid-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .desktop\:grid-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .desktop\:grid-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .desktop\:grid-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .desktop\:grid-col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .desktop\:grid-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .desktop\:grid-col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .desktop\:grid-col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .desktop\:grid-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.grid-offset-1 {
    margin-left: 8.33333%
}

.grid-offset-2 {
    margin-left: 16.66667%
}

.grid-offset-3 {
    margin-left: 25%
}

.grid-offset-4 {
    margin-left: 33.33333%
}

.grid-offset-5 {
    margin-left: 41.66667%
}

.grid-offset-6 {
    margin-left: 50%
}

.grid-offset-7 {
    margin-left: 58.33333%
}

.grid-offset-8 {
    margin-left: 66.66667%
}

.grid-offset-9 {
    margin-left: 75%
}

.grid-offset-10 {
    margin-left: 83.33333%
}

.grid-offset-11 {
    margin-left: 91.66667%
}

.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.33333%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-2 {
        margin-left: 16.66667%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-3 {
        margin-left: 25%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-4 {
        margin-left: 33.33333%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-5 {
        margin-left: 41.66667%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-6 {
        margin-left: 50%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-7 {
        margin-left: 58.33333%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-8 {
        margin-left: 66.66667%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-9 {
        margin-left: 75%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-10 {
        margin-left: 83.33333%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-11 {
        margin-left: 91.66667%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-12 {
        margin-left: 100%
    }
}

@media all and (min-width:30em) {
    .mobile-lg\:grid-offset-none {
        margin-left: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-1 {
        margin-left: 8.33333%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-2 {
        margin-left: 16.66667%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-3 {
        margin-left: 25%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-4 {
        margin-left: 33.33333%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-5 {
        margin-left: 41.66667%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-6 {
        margin-left: 50%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-7 {
        margin-left: 58.33333%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-8 {
        margin-left: 66.66667%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-9 {
        margin-left: 75%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-10 {
        margin-left: 83.33333%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-11 {
        margin-left: 91.66667%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-12 {
        margin-left: 100%
    }
}

@media all and (min-width:40em) {
    .tablet\:grid-offset-none {
        margin-left: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-1 {
        margin-left: 8.33333%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-2 {
        margin-left: 16.66667%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-3 {
        margin-left: 25%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-4 {
        margin-left: 33.33333%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-5 {
        margin-left: 41.66667%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-6 {
        margin-left: 50%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-7 {
        margin-left: 58.33333%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-8 {
        margin-left: 66.66667%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-9 {
        margin-left: 75%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-10 {
        margin-left: 83.33333%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-11 {
        margin-left: 91.66667%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-12 {
        margin-left: 100%
    }
}

@media all and (min-width:64em) {
    .desktop\:grid-offset-none {
        margin-left: 0
    }
}

.add-aspect-9x16 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 177.77778%;
    position: relative
}

.add-aspect-1x1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 100%;
    position: relative
}

.add-aspect-4x3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 75%;
    position: relative
}

.add-aspect-16x9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative
}

.add-aspect-2x1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 50%;
    position: relative
}

.add-list-reset {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.bg-transparent {
    background-color: transparent
}

.hover\:bg-transparent:hover {
    background-color: transparent
}

.bg-black {
    background-color: #000
}

.hover\:bg-black:hover {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.hover\:bg-white:hover {
    background-color: #fff
}

.bg-red {
    background-color: #e52207
}

.hover\:bg-red:hover {
    background-color: #e52207
}

.bg-orange {
    background-color: #e66f0e
}

.hover\:bg-orange:hover {
    background-color: #e66f0e
}

.bg-gold {
    background-color: #ffbe2e
}

.hover\:bg-gold:hover {
    background-color: #ffbe2e
}

.bg-yellow {
    background-color: #fee685
}

.hover\:bg-yellow:hover {
    background-color: #fee685
}

.bg-green {
    background-color: #538200
}

.hover\:bg-green:hover {
    background-color: #538200
}

.bg-mint {
    background-color: #04c585
}

.hover\:bg-mint:hover {
    background-color: #04c585
}

.bg-cyan {
    background-color: #009ec1
}

.hover\:bg-cyan:hover {
    background-color: #009ec1
}

.bg-blue {
    background-color: #0076d6
}

.hover\:bg-blue:hover {
    background-color: #0076d6
}

.bg-indigo {
    background-color: #676cc8
}

.hover\:bg-indigo:hover {
    background-color: #676cc8
}

.bg-violet {
    background-color: #8168b3
}

.hover\:bg-violet:hover {
    background-color: #8168b3
}

.bg-magenta {
    background-color: #d72d79
}

.hover\:bg-magenta:hover {
    background-color: #d72d79
}

.bg-gray-5 {
    background-color: #f0f0f0
}

.hover\:bg-gray-5:hover {
    background-color: #f0f0f0
}

.bg-gray-10 {
    background-color: #e6e6e6
}

.hover\:bg-gray-10:hover {
    background-color: #e6e6e6
}

.bg-gray-30 {
    background-color: #adadad
}

.hover\:bg-gray-30:hover {
    background-color: #adadad
}

.bg-gray-50 {
    background-color: #757575
}

.hover\:bg-gray-50:hover {
    background-color: #757575
}

.bg-gray-70 {
    background-color: #454545
}

.hover\:bg-gray-70:hover {
    background-color: #454545
}

.bg-gray-90 {
    background-color: #1b1b1b
}

.hover\:bg-gray-90:hover {
    background-color: #1b1b1b
}

.bg-base-lightest {
    background-color: #f0f0f0
}

.hover\:bg-base-lightest:hover {
    background-color: #f0f0f0
}

.bg-base-lighter {
    background-color: #dcdee0
}

.hover\:bg-base-lighter:hover {
    background-color: #dcdee0
}

.bg-base-light {
    background-color: #a9aeb1
}

.hover\:bg-base-light:hover {
    background-color: #a9aeb1
}

.bg-base {
    background-color: #71767a
}

.hover\:bg-base:hover {
    background-color: #71767a
}

.bg-base-dark {
    background-color: #565c65
}

.hover\:bg-base-dark:hover {
    background-color: #565c65
}

.bg-base-darker {
    background-color: #3d4551
}

.hover\:bg-base-darker:hover {
    background-color: #3d4551
}

.bg-base-darkest {
    background-color: #1b1b1b
}

.hover\:bg-base-darkest:hover {
    background-color: #1b1b1b
}

.bg-ink {
    background-color: #1b1b1b
}

.hover\:bg-ink:hover {
    background-color: #1b1b1b
}

.bg-primary-lighter {
    background-color: #d9e8f6
}

.hover\:bg-primary-lighter:hover {
    background-color: #d9e8f6
}

.bg-primary-light {
    background-color: #73b3e7
}

.hover\:bg-primary-light:hover {
    background-color: #73b3e7
}

.bg-primary {
    background-color: #005ea2
}

.hover\:bg-primary:hover {
    background-color: #005ea2
}

.bg-primary-vivid {
    background-color: #0050d8
}

.hover\:bg-primary-vivid:hover {
    background-color: #0050d8
}

.bg-primary-dark {
    background-color: #1a4480
}

.hover\:bg-primary-dark:hover {
    background-color: #1a4480
}

.bg-primary-darker {
    background-color: #162e51
}

.hover\:bg-primary-darker:hover {
    background-color: #162e51
}

.bg-secondary-lighter {
    background-color: #f3e1e4
}

.hover\:bg-secondary-lighter:hover {
    background-color: #f3e1e4
}

.bg-secondary-light {
    background-color: #f2938c
}

.hover\:bg-secondary-light:hover {
    background-color: #f2938c
}

.bg-secondary {
    background-color: #d83933
}

.hover\:bg-secondary:hover {
    background-color: #d83933
}

.bg-secondary-vivid {
    background-color: #e41d3d
}

.hover\:bg-secondary-vivid:hover {
    background-color: #e41d3d
}

.bg-secondary-dark {
    background-color: #b50909
}

.hover\:bg-secondary-dark:hover {
    background-color: #b50909
}

.bg-secondary-darker {
    background-color: #8b0a03
}

.hover\:bg-secondary-darker:hover {
    background-color: #8b0a03
}

.bg-accent-warm-darker {
    background-color: #775540
}

.hover\:bg-accent-warm-darker:hover {
    background-color: #775540
}

.bg-accent-warm-dark {
    background-color: #c05600
}

.hover\:bg-accent-warm-dark:hover {
    background-color: #c05600
}

.bg-accent-warm {
    background-color: #fa9441
}

.hover\:bg-accent-warm:hover {
    background-color: #fa9441
}

.bg-accent-warm-light {
    background-color: #ffbc78
}

.hover\:bg-accent-warm-light:hover {
    background-color: #ffbc78
}

.bg-accent-warm-lighter {
    background-color: #f2e4d4
}

.hover\:bg-accent-warm-lighter:hover {
    background-color: #f2e4d4
}

.bg-accent-cool-darker {
    background-color: #07648d
}

.hover\:bg-accent-cool-darker:hover {
    background-color: #07648d
}

.bg-accent-cool-dark {
    background-color: #28a0cb
}

.hover\:bg-accent-cool-dark:hover {
    background-color: #28a0cb
}

.bg-accent-cool {
    background-color: #00bde3
}

.hover\:bg-accent-cool:hover {
    background-color: #00bde3
}

.bg-accent-cool-light {
    background-color: #97d4ea
}

.hover\:bg-accent-cool-light:hover {
    background-color: #97d4ea
}

.bg-accent-cool-lighter {
    background-color: #e1f3f8
}

.hover\:bg-accent-cool-lighter:hover {
    background-color: #e1f3f8
}

.border-1px {
    border: 1px solid
}

.hover\:border-1px:hover {
    border: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-1px {
        border: 1px solid
    }
    .mobile-lg\:border-1px .mobile-lg\:hover\:border-1px:hover {
        border: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-1px {
        border: 1px solid
    }
    .tablet\:border-1px .tablet\:hover\:border-1px:hover {
        border: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-1px {
        border: 1px solid
    }
    .desktop\:border-1px .desktop\:hover\:border-1px:hover {
        border: 1px solid
    }
}

.border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-1px {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
    .mobile-lg\:border-y-1px .mobile-lg\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-1px {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
    .tablet\:border-y-1px .tablet\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-1px {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
    .desktop\:border-y-1px .desktop\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
}

.border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid
}

.hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-1px {
        border-left: 1px solid;
        border-right: 1px solid
    }
    .mobile-lg\:border-x-1px .mobile-lg\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-1px {
        border-left: 1px solid;
        border-right: 1px solid
    }
    .tablet\:border-x-1px .tablet\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-1px {
        border-left: 1px solid;
        border-right: 1px solid
    }
    .desktop\:border-x-1px .desktop\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }
}

.border-top-1px {
    border-top: 1px solid
}

.hover\:border-top-1px:hover {
    border-top: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-1px {
        border-top: 1px solid
    }
    .mobile-lg\:border-top-1px .mobile-lg\:hover\:border-top-1px:hover {
        border-top: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-1px {
        border-top: 1px solid
    }
    .tablet\:border-top-1px .tablet\:hover\:border-top-1px:hover {
        border-top: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-1px {
        border-top: 1px solid
    }
    .desktop\:border-top-1px .desktop\:hover\:border-top-1px:hover {
        border-top: 1px solid
    }
}

.border-right-1px {
    border-right: 1px solid
}

.hover\:border-right-1px:hover {
    border-right: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-1px {
        border-right: 1px solid
    }
    .mobile-lg\:border-right-1px .mobile-lg\:hover\:border-right-1px:hover {
        border-right: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-1px {
        border-right: 1px solid
    }
    .tablet\:border-right-1px .tablet\:hover\:border-right-1px:hover {
        border-right: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-1px {
        border-right: 1px solid
    }
    .desktop\:border-right-1px .desktop\:hover\:border-right-1px:hover {
        border-right: 1px solid
    }
}

.border-bottom-1px {
    border-bottom: 1px solid
}

.hover\:border-bottom-1px:hover {
    border-bottom: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-1px {
        border-bottom: 1px solid
    }
    .mobile-lg\:border-bottom-1px .mobile-lg\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-1px {
        border-bottom: 1px solid
    }
    .tablet\:border-bottom-1px .tablet\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-1px {
        border-bottom: 1px solid
    }
    .desktop\:border-bottom-1px .desktop\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid
    }
}

.border-left-1px {
    border-left: 1px solid
}

.hover\:border-left-1px:hover {
    border-left: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-1px {
        border-left: 1px solid
    }
    .mobile-lg\:border-left-1px .mobile-lg\:hover\:border-left-1px:hover {
        border-left: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-1px {
        border-left: 1px solid
    }
    .tablet\:border-left-1px .tablet\:hover\:border-left-1px:hover {
        border-left: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-1px {
        border-left: 1px solid
    }
    .desktop\:border-left-1px .desktop\:hover\:border-left-1px:hover {
        border-left: 1px solid
    }
}

.border-2px {
    border: 2px solid
}

.hover\:border-2px:hover {
    border: 2px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-2px {
        border: 2px solid
    }
    .mobile-lg\:border-2px .mobile-lg\:hover\:border-2px:hover {
        border: 2px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-2px {
        border: 2px solid
    }
    .tablet\:border-2px .tablet\:hover\:border-2px:hover {
        border: 2px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-2px {
        border: 2px solid
    }
    .desktop\:border-2px .desktop\:hover\:border-2px:hover {
        border: 2px solid
    }
}

.border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid
}

.hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-2px {
        border-top: 2px solid;
        border-bottom: 2px solid
    }
    .mobile-lg\:border-y-2px .mobile-lg\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-2px {
        border-top: 2px solid;
        border-bottom: 2px solid
    }
    .tablet\:border-y-2px .tablet\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-2px {
        border-top: 2px solid;
        border-bottom: 2px solid
    }
    .desktop\:border-y-2px .desktop\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid
    }
}

.border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid
}

.hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-2px {
        border-left: 2px solid;
        border-right: 2px solid
    }
    .mobile-lg\:border-x-2px .mobile-lg\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-2px {
        border-left: 2px solid;
        border-right: 2px solid
    }
    .tablet\:border-x-2px .tablet\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-2px {
        border-left: 2px solid;
        border-right: 2px solid
    }
    .desktop\:border-x-2px .desktop\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid
    }
}

.border-top-2px {
    border-top: 2px solid
}

.hover\:border-top-2px:hover {
    border-top: 2px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-2px {
        border-top: 2px solid
    }
    .mobile-lg\:border-top-2px .mobile-lg\:hover\:border-top-2px:hover {
        border-top: 2px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-2px {
        border-top: 2px solid
    }
    .tablet\:border-top-2px .tablet\:hover\:border-top-2px:hover {
        border-top: 2px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-2px {
        border-top: 2px solid
    }
    .desktop\:border-top-2px .desktop\:hover\:border-top-2px:hover {
        border-top: 2px solid
    }
}

.border-right-2px {
    border-right: 2px solid
}

.hover\:border-right-2px:hover {
    border-right: 2px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-2px {
        border-right: 2px solid
    }
    .mobile-lg\:border-right-2px .mobile-lg\:hover\:border-right-2px:hover {
        border-right: 2px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-2px {
        border-right: 2px solid
    }
    .tablet\:border-right-2px .tablet\:hover\:border-right-2px:hover {
        border-right: 2px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-2px {
        border-right: 2px solid
    }
    .desktop\:border-right-2px .desktop\:hover\:border-right-2px:hover {
        border-right: 2px solid
    }
}

.border-bottom-2px {
    border-bottom: 2px solid
}

.hover\:border-bottom-2px:hover {
    border-bottom: 2px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-2px {
        border-bottom: 2px solid
    }
    .mobile-lg\:border-bottom-2px .mobile-lg\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-2px {
        border-bottom: 2px solid
    }
    .tablet\:border-bottom-2px .tablet\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-2px {
        border-bottom: 2px solid
    }
    .desktop\:border-bottom-2px .desktop\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid
    }
}

.border-left-2px {
    border-left: 2px solid
}

.hover\:border-left-2px:hover {
    border-left: 2px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-2px {
        border-left: 2px solid
    }
    .mobile-lg\:border-left-2px .mobile-lg\:hover\:border-left-2px:hover {
        border-left: 2px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-2px {
        border-left: 2px solid
    }
    .tablet\:border-left-2px .tablet\:hover\:border-left-2px:hover {
        border-left: 2px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-2px {
        border-left: 2px solid
    }
    .desktop\:border-left-2px .desktop\:hover\:border-left-2px:hover {
        border-left: 2px solid
    }
}

.border-05 {
    border: .25rem solid
}

.hover\:border-05:hover {
    border: .25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-05 {
        border: .25rem solid
    }
    .mobile-lg\:border-05 .mobile-lg\:hover\:border-05:hover {
        border: .25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-05 {
        border: .25rem solid
    }
    .tablet\:border-05 .tablet\:hover\:border-05:hover {
        border: .25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-05 {
        border: .25rem solid
    }
    .desktop\:border-05 .desktop\:hover\:border-05:hover {
        border: .25rem solid
    }
}

.border-y-05 {
    border-top: .25rem solid;
    border-bottom: .25rem solid
}

.hover\:border-y-05:hover {
    border-top: .25rem solid;
    border-bottom: .25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-05 {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }
    .mobile-lg\:border-y-05 .mobile-lg\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-05 {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }
    .tablet\:border-y-05 .tablet\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-05 {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }
    .desktop\:border-y-05 .desktop\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }
}

.border-x-05 {
    border-left: .25rem solid;
    border-right: .25rem solid
}

.hover\:border-x-05:hover {
    border-left: .25rem solid;
    border-right: .25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-05 {
        border-left: .25rem solid;
        border-right: .25rem solid
    }
    .mobile-lg\:border-x-05 .mobile-lg\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-05 {
        border-left: .25rem solid;
        border-right: .25rem solid
    }
    .tablet\:border-x-05 .tablet\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-05 {
        border-left: .25rem solid;
        border-right: .25rem solid
    }
    .desktop\:border-x-05 .desktop\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid
    }
}

.border-top-05 {
    border-top: .25rem solid
}

.hover\:border-top-05:hover {
    border-top: .25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-05 {
        border-top: .25rem solid
    }
    .mobile-lg\:border-top-05 .mobile-lg\:hover\:border-top-05:hover {
        border-top: .25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-05 {
        border-top: .25rem solid
    }
    .tablet\:border-top-05 .tablet\:hover\:border-top-05:hover {
        border-top: .25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-05 {
        border-top: .25rem solid
    }
    .desktop\:border-top-05 .desktop\:hover\:border-top-05:hover {
        border-top: .25rem solid
    }
}

.border-right-05 {
    border-right: .25rem solid
}

.hover\:border-right-05:hover {
    border-right: .25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-05 {
        border-right: .25rem solid
    }
    .mobile-lg\:border-right-05 .mobile-lg\:hover\:border-right-05:hover {
        border-right: .25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-05 {
        border-right: .25rem solid
    }
    .tablet\:border-right-05 .tablet\:hover\:border-right-05:hover {
        border-right: .25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-05 {
        border-right: .25rem solid
    }
    .desktop\:border-right-05 .desktop\:hover\:border-right-05:hover {
        border-right: .25rem solid
    }
}

.border-bottom-05 {
    border-bottom: .25rem solid
}

.hover\:border-bottom-05:hover {
    border-bottom: .25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-05 {
        border-bottom: .25rem solid
    }
    .mobile-lg\:border-bottom-05 .mobile-lg\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-05 {
        border-bottom: .25rem solid
    }
    .tablet\:border-bottom-05 .tablet\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-05 {
        border-bottom: .25rem solid
    }
    .desktop\:border-bottom-05 .desktop\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid
    }
}

.border-left-05 {
    border-left: .25rem solid
}

.hover\:border-left-05:hover {
    border-left: .25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-05 {
        border-left: .25rem solid
    }
    .mobile-lg\:border-left-05 .mobile-lg\:hover\:border-left-05:hover {
        border-left: .25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-05 {
        border-left: .25rem solid
    }
    .tablet\:border-left-05 .tablet\:hover\:border-left-05:hover {
        border-left: .25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-05 {
        border-left: .25rem solid
    }
    .desktop\:border-left-05 .desktop\:hover\:border-left-05:hover {
        border-left: .25rem solid
    }
}

.border-1 {
    border: .5rem solid
}

.hover\:border-1:hover {
    border: .5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-1 {
        border: .5rem solid
    }
    .mobile-lg\:border-1 .mobile-lg\:hover\:border-1:hover {
        border: .5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-1 {
        border: .5rem solid
    }
    .tablet\:border-1 .tablet\:hover\:border-1:hover {
        border: .5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-1 {
        border: .5rem solid
    }
    .desktop\:border-1 .desktop\:hover\:border-1:hover {
        border: .5rem solid
    }
}

.border-y-1 {
    border-top: .5rem solid;
    border-bottom: .5rem solid
}

.hover\:border-y-1:hover {
    border-top: .5rem solid;
    border-bottom: .5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-1 {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }
    .mobile-lg\:border-y-1 .mobile-lg\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-1 {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }
    .tablet\:border-y-1 .tablet\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-1 {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }
    .desktop\:border-y-1 .desktop\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }
}

.border-x-1 {
    border-left: .5rem solid;
    border-right: .5rem solid
}

.hover\:border-x-1:hover {
    border-left: .5rem solid;
    border-right: .5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-1 {
        border-left: .5rem solid;
        border-right: .5rem solid
    }
    .mobile-lg\:border-x-1 .mobile-lg\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-1 {
        border-left: .5rem solid;
        border-right: .5rem solid
    }
    .tablet\:border-x-1 .tablet\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-1 {
        border-left: .5rem solid;
        border-right: .5rem solid
    }
    .desktop\:border-x-1 .desktop\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid
    }
}

.border-top-1 {
    border-top: .5rem solid
}

.hover\:border-top-1:hover {
    border-top: .5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-1 {
        border-top: .5rem solid
    }
    .mobile-lg\:border-top-1 .mobile-lg\:hover\:border-top-1:hover {
        border-top: .5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-1 {
        border-top: .5rem solid
    }
    .tablet\:border-top-1 .tablet\:hover\:border-top-1:hover {
        border-top: .5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-1 {
        border-top: .5rem solid
    }
    .desktop\:border-top-1 .desktop\:hover\:border-top-1:hover {
        border-top: .5rem solid
    }
}

.border-right-1 {
    border-right: .5rem solid
}

.hover\:border-right-1:hover {
    border-right: .5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-1 {
        border-right: .5rem solid
    }
    .mobile-lg\:border-right-1 .mobile-lg\:hover\:border-right-1:hover {
        border-right: .5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-1 {
        border-right: .5rem solid
    }
    .tablet\:border-right-1 .tablet\:hover\:border-right-1:hover {
        border-right: .5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-1 {
        border-right: .5rem solid
    }
    .desktop\:border-right-1 .desktop\:hover\:border-right-1:hover {
        border-right: .5rem solid
    }
}

.border-bottom-1 {
    border-bottom: .5rem solid
}

.hover\:border-bottom-1:hover {
    border-bottom: .5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-1 {
        border-bottom: .5rem solid
    }
    .mobile-lg\:border-bottom-1 .mobile-lg\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-1 {
        border-bottom: .5rem solid
    }
    .tablet\:border-bottom-1 .tablet\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-1 {
        border-bottom: .5rem solid
    }
    .desktop\:border-bottom-1 .desktop\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid
    }
}

.border-left-1 {
    border-left: .5rem solid
}

.hover\:border-left-1:hover {
    border-left: .5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-1 {
        border-left: .5rem solid
    }
    .mobile-lg\:border-left-1 .mobile-lg\:hover\:border-left-1:hover {
        border-left: .5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-1 {
        border-left: .5rem solid
    }
    .tablet\:border-left-1 .tablet\:hover\:border-left-1:hover {
        border-left: .5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-1 {
        border-left: .5rem solid
    }
    .desktop\:border-left-1 .desktop\:hover\:border-left-1:hover {
        border-left: .5rem solid
    }
}

.border-105 {
    border: .75rem solid
}

.hover\:border-105:hover {
    border: .75rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-105 {
        border: .75rem solid
    }
    .mobile-lg\:border-105 .mobile-lg\:hover\:border-105:hover {
        border: .75rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-105 {
        border: .75rem solid
    }
    .tablet\:border-105 .tablet\:hover\:border-105:hover {
        border: .75rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-105 {
        border: .75rem solid
    }
    .desktop\:border-105 .desktop\:hover\:border-105:hover {
        border: .75rem solid
    }
}

.border-y-105 {
    border-top: .75rem solid;
    border-bottom: .75rem solid
}

.hover\:border-y-105:hover {
    border-top: .75rem solid;
    border-bottom: .75rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-105 {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }
    .mobile-lg\:border-y-105 .mobile-lg\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-105 {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }
    .tablet\:border-y-105 .tablet\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-105 {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }
    .desktop\:border-y-105 .desktop\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }
}

.border-x-105 {
    border-left: .75rem solid;
    border-right: .75rem solid
}

.hover\:border-x-105:hover {
    border-left: .75rem solid;
    border-right: .75rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-105 {
        border-left: .75rem solid;
        border-right: .75rem solid
    }
    .mobile-lg\:border-x-105 .mobile-lg\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-105 {
        border-left: .75rem solid;
        border-right: .75rem solid
    }
    .tablet\:border-x-105 .tablet\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-105 {
        border-left: .75rem solid;
        border-right: .75rem solid
    }
    .desktop\:border-x-105 .desktop\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid
    }
}

.border-top-105 {
    border-top: .75rem solid
}

.hover\:border-top-105:hover {
    border-top: .75rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-105 {
        border-top: .75rem solid
    }
    .mobile-lg\:border-top-105 .mobile-lg\:hover\:border-top-105:hover {
        border-top: .75rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-105 {
        border-top: .75rem solid
    }
    .tablet\:border-top-105 .tablet\:hover\:border-top-105:hover {
        border-top: .75rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-105 {
        border-top: .75rem solid
    }
    .desktop\:border-top-105 .desktop\:hover\:border-top-105:hover {
        border-top: .75rem solid
    }
}

.border-right-105 {
    border-right: .75rem solid
}

.hover\:border-right-105:hover {
    border-right: .75rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-105 {
        border-right: .75rem solid
    }
    .mobile-lg\:border-right-105 .mobile-lg\:hover\:border-right-105:hover {
        border-right: .75rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-105 {
        border-right: .75rem solid
    }
    .tablet\:border-right-105 .tablet\:hover\:border-right-105:hover {
        border-right: .75rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-105 {
        border-right: .75rem solid
    }
    .desktop\:border-right-105 .desktop\:hover\:border-right-105:hover {
        border-right: .75rem solid
    }
}

.border-bottom-105 {
    border-bottom: .75rem solid
}

.hover\:border-bottom-105:hover {
    border-bottom: .75rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-105 {
        border-bottom: .75rem solid
    }
    .mobile-lg\:border-bottom-105 .mobile-lg\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-105 {
        border-bottom: .75rem solid
    }
    .tablet\:border-bottom-105 .tablet\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-105 {
        border-bottom: .75rem solid
    }
    .desktop\:border-bottom-105 .desktop\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid
    }
}

.border-left-105 {
    border-left: .75rem solid
}

.hover\:border-left-105:hover {
    border-left: .75rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-105 {
        border-left: .75rem solid
    }
    .mobile-lg\:border-left-105 .mobile-lg\:hover\:border-left-105:hover {
        border-left: .75rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-105 {
        border-left: .75rem solid
    }
    .tablet\:border-left-105 .tablet\:hover\:border-left-105:hover {
        border-left: .75rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-105 {
        border-left: .75rem solid
    }
    .desktop\:border-left-105 .desktop\:hover\:border-left-105:hover {
        border-left: .75rem solid
    }
}

.border-2 {
    border: 1rem solid
}

.hover\:border-2:hover {
    border: 1rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-2 {
        border: 1rem solid
    }
    .mobile-lg\:border-2 .mobile-lg\:hover\:border-2:hover {
        border: 1rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-2 {
        border: 1rem solid
    }
    .tablet\:border-2 .tablet\:hover\:border-2:hover {
        border: 1rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-2 {
        border: 1rem solid
    }
    .desktop\:border-2 .desktop\:hover\:border-2:hover {
        border: 1rem solid
    }
}

.border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid
}

.hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-2 {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }
    .mobile-lg\:border-y-2 .mobile-lg\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-2 {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }
    .tablet\:border-y-2 .tablet\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-2 {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }
    .desktop\:border-y-2 .desktop\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }
}

.border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid
}

.hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-2 {
        border-left: 1rem solid;
        border-right: 1rem solid
    }
    .mobile-lg\:border-x-2 .mobile-lg\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-2 {
        border-left: 1rem solid;
        border-right: 1rem solid
    }
    .tablet\:border-x-2 .tablet\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-2 {
        border-left: 1rem solid;
        border-right: 1rem solid
    }
    .desktop\:border-x-2 .desktop\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid
    }
}

.border-top-2 {
    border-top: 1rem solid
}

.hover\:border-top-2:hover {
    border-top: 1rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-2 {
        border-top: 1rem solid
    }
    .mobile-lg\:border-top-2 .mobile-lg\:hover\:border-top-2:hover {
        border-top: 1rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-2 {
        border-top: 1rem solid
    }
    .tablet\:border-top-2 .tablet\:hover\:border-top-2:hover {
        border-top: 1rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-2 {
        border-top: 1rem solid
    }
    .desktop\:border-top-2 .desktop\:hover\:border-top-2:hover {
        border-top: 1rem solid
    }
}

.border-right-2 {
    border-right: 1rem solid
}

.hover\:border-right-2:hover {
    border-right: 1rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-2 {
        border-right: 1rem solid
    }
    .mobile-lg\:border-right-2 .mobile-lg\:hover\:border-right-2:hover {
        border-right: 1rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-2 {
        border-right: 1rem solid
    }
    .tablet\:border-right-2 .tablet\:hover\:border-right-2:hover {
        border-right: 1rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-2 {
        border-right: 1rem solid
    }
    .desktop\:border-right-2 .desktop\:hover\:border-right-2:hover {
        border-right: 1rem solid
    }
}

.border-bottom-2 {
    border-bottom: 1rem solid
}

.hover\:border-bottom-2:hover {
    border-bottom: 1rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-2 {
        border-bottom: 1rem solid
    }
    .mobile-lg\:border-bottom-2 .mobile-lg\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-2 {
        border-bottom: 1rem solid
    }
    .tablet\:border-bottom-2 .tablet\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-2 {
        border-bottom: 1rem solid
    }
    .desktop\:border-bottom-2 .desktop\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid
    }
}

.border-left-2 {
    border-left: 1rem solid
}

.hover\:border-left-2:hover {
    border-left: 1rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-2 {
        border-left: 1rem solid
    }
    .mobile-lg\:border-left-2 .mobile-lg\:hover\:border-left-2:hover {
        border-left: 1rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-2 {
        border-left: 1rem solid
    }
    .tablet\:border-left-2 .tablet\:hover\:border-left-2:hover {
        border-left: 1rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-2 {
        border-left: 1rem solid
    }
    .desktop\:border-left-2 .desktop\:hover\:border-left-2:hover {
        border-left: 1rem solid
    }
}

.border-205 {
    border: 1.25rem solid
}

.hover\:border-205:hover {
    border: 1.25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-205 {
        border: 1.25rem solid
    }
    .mobile-lg\:border-205 .mobile-lg\:hover\:border-205:hover {
        border: 1.25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-205 {
        border: 1.25rem solid
    }
    .tablet\:border-205 .tablet\:hover\:border-205:hover {
        border: 1.25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-205 {
        border: 1.25rem solid
    }
    .desktop\:border-205 .desktop\:hover\:border-205:hover {
        border: 1.25rem solid
    }
}

.border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid
}

.hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-205 {
        border-top: 1.25rem solid;
        border-bottom: 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
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-205 {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid
    }
    .tablet\:border-y-205 .tablet\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-205 {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid
    }
    .desktop\:border-y-205 .desktop\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid
    }
}

.border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid
}

.hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-205 {
        border-left: 1.25rem solid;
        border-right: 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
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-205 {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid
    }
    .tablet\:border-x-205 .tablet\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-205 {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid
    }
    .desktop\:border-x-205 .desktop\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid
    }
}

.border-top-205 {
    border-top: 1.25rem solid
}

.hover\:border-top-205:hover {
    border-top: 1.25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-205 {
        border-top: 1.25rem solid
    }
    .mobile-lg\:border-top-205 .mobile-lg\:hover\:border-top-205:hover {
        border-top: 1.25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-205 {
        border-top: 1.25rem solid
    }
    .tablet\:border-top-205 .tablet\:hover\:border-top-205:hover {
        border-top: 1.25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-205 {
        border-top: 1.25rem solid
    }
    .desktop\:border-top-205 .desktop\:hover\:border-top-205:hover {
        border-top: 1.25rem solid
    }
}

.border-right-205 {
    border-right: 1.25rem solid
}

.hover\:border-right-205:hover {
    border-right: 1.25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-205 {
        border-right: 1.25rem solid
    }
    .mobile-lg\:border-right-205 .mobile-lg\:hover\:border-right-205:hover {
        border-right: 1.25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-205 {
        border-right: 1.25rem solid
    }
    .tablet\:border-right-205 .tablet\:hover\:border-right-205:hover {
        border-right: 1.25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-205 {
        border-right: 1.25rem solid
    }
    .desktop\:border-right-205 .desktop\:hover\:border-right-205:hover {
        border-right: 1.25rem solid
    }
}

.border-bottom-205 {
    border-bottom: 1.25rem solid
}

.hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-205 {
        border-bottom: 1.25rem solid
    }
    .mobile-lg\:border-bottom-205 .mobile-lg\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-205 {
        border-bottom: 1.25rem solid
    }
    .tablet\:border-bottom-205 .tablet\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-205 {
        border-bottom: 1.25rem solid
    }
    .desktop\:border-bottom-205 .desktop\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid
    }
}

.border-left-205 {
    border-left: 1.25rem solid
}

.hover\:border-left-205:hover {
    border-left: 1.25rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-205 {
        border-left: 1.25rem solid
    }
    .mobile-lg\:border-left-205 .mobile-lg\:hover\:border-left-205:hover {
        border-left: 1.25rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-205 {
        border-left: 1.25rem solid
    }
    .tablet\:border-left-205 .tablet\:hover\:border-left-205:hover {
        border-left: 1.25rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-205 {
        border-left: 1.25rem solid
    }
    .desktop\:border-left-205 .desktop\:hover\:border-left-205:hover {
        border-left: 1.25rem solid
    }
}

.border-3 {
    border: 1.5rem solid
}

.hover\:border-3:hover {
    border: 1.5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-3 {
        border: 1.5rem solid
    }
    .mobile-lg\:border-3 .mobile-lg\:hover\:border-3:hover {
        border: 1.5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-3 {
        border: 1.5rem solid
    }
    .tablet\:border-3 .tablet\:hover\:border-3:hover {
        border: 1.5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-3 {
        border: 1.5rem solid
    }
    .desktop\:border-3 .desktop\:hover\:border-3:hover {
        border: 1.5rem solid
    }
}

.border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid
}

.hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-3 {
        border-top: 1.5rem solid;
        border-bottom: 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
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-3 {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid
    }
    .tablet\:border-y-3 .tablet\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-3 {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid
    }
    .desktop\:border-y-3 .desktop\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid
    }
}

.border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid
}

.hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-3 {
        border-left: 1.5rem solid;
        border-right: 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
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-3 {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid
    }
    .tablet\:border-x-3 .tablet\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-3 {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid
    }
    .desktop\:border-x-3 .desktop\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid
    }
}

.border-top-3 {
    border-top: 1.5rem solid
}

.hover\:border-top-3:hover {
    border-top: 1.5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-3 {
        border-top: 1.5rem solid
    }
    .mobile-lg\:border-top-3 .mobile-lg\:hover\:border-top-3:hover {
        border-top: 1.5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-3 {
        border-top: 1.5rem solid
    }
    .tablet\:border-top-3 .tablet\:hover\:border-top-3:hover {
        border-top: 1.5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-3 {
        border-top: 1.5rem solid
    }
    .desktop\:border-top-3 .desktop\:hover\:border-top-3:hover {
        border-top: 1.5rem solid
    }
}

.border-right-3 {
    border-right: 1.5rem solid
}

.hover\:border-right-3:hover {
    border-right: 1.5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-3 {
        border-right: 1.5rem solid
    }
    .mobile-lg\:border-right-3 .mobile-lg\:hover\:border-right-3:hover {
        border-right: 1.5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-3 {
        border-right: 1.5rem solid
    }
    .tablet\:border-right-3 .tablet\:hover\:border-right-3:hover {
        border-right: 1.5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-3 {
        border-right: 1.5rem solid
    }
    .desktop\:border-right-3 .desktop\:hover\:border-right-3:hover {
        border-right: 1.5rem solid
    }
}

.border-bottom-3 {
    border-bottom: 1.5rem solid
}

.hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-3 {
        border-bottom: 1.5rem solid
    }
    .mobile-lg\:border-bottom-3 .mobile-lg\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-3 {
        border-bottom: 1.5rem solid
    }
    .tablet\:border-bottom-3 .tablet\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-3 {
        border-bottom: 1.5rem solid
    }
    .desktop\:border-bottom-3 .desktop\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid
    }
}

.border-left-3 {
    border-left: 1.5rem solid
}

.hover\:border-left-3:hover {
    border-left: 1.5rem solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-3 {
        border-left: 1.5rem solid
    }
    .mobile-lg\:border-left-3 .mobile-lg\:hover\:border-left-3:hover {
        border-left: 1.5rem solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-3 {
        border-left: 1.5rem solid
    }
    .tablet\:border-left-3 .tablet\:hover\:border-left-3:hover {
        border-left: 1.5rem solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-3 {
        border-left: 1.5rem solid
    }
    .desktop\:border-left-3 .desktop\:hover\:border-left-3:hover {
        border-left: 1.5rem solid
    }
}

.border-0 {
    border: 0 solid
}

.hover\:border-0:hover {
    border: 0 solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-0 {
        border: 0 solid
    }
    .mobile-lg\:border-0 .mobile-lg\:hover\:border-0:hover {
        border: 0 solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-0 {
        border: 0 solid
    }
    .tablet\:border-0 .tablet\:hover\:border-0:hover {
        border: 0 solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-0 {
        border: 0 solid
    }
    .desktop\:border-0 .desktop\:hover\:border-0:hover {
        border: 0 solid
    }
}

.border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid
}

.hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y-0 {
        border-top: 0 solid;
        border-bottom: 0 solid
    }
    .mobile-lg\:border-y-0 .mobile-lg\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y-0 {
        border-top: 0 solid;
        border-bottom: 0 solid
    }
    .tablet\:border-y-0 .tablet\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y-0 {
        border-top: 0 solid;
        border-bottom: 0 solid
    }
    .desktop\:border-y-0 .desktop\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid
    }
}

.border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid
}

.hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x-0 {
        border-left: 0 solid;
        border-right: 0 solid
    }
    .mobile-lg\:border-x-0 .mobile-lg\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x-0 {
        border-left: 0 solid;
        border-right: 0 solid
    }
    .tablet\:border-x-0 .tablet\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x-0 {
        border-left: 0 solid;
        border-right: 0 solid
    }
    .desktop\:border-x-0 .desktop\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid
    }
}

.border-top-0 {
    border-top: 0 solid
}

.hover\:border-top-0:hover {
    border-top: 0 solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top-0 {
        border-top: 0 solid
    }
    .mobile-lg\:border-top-0 .mobile-lg\:hover\:border-top-0:hover {
        border-top: 0 solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top-0 {
        border-top: 0 solid
    }
    .tablet\:border-top-0 .tablet\:hover\:border-top-0:hover {
        border-top: 0 solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top-0 {
        border-top: 0 solid
    }
    .desktop\:border-top-0 .desktop\:hover\:border-top-0:hover {
        border-top: 0 solid
    }
}

.border-right-0 {
    border-right: 0 solid
}

.hover\:border-right-0:hover {
    border-right: 0 solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right-0 {
        border-right: 0 solid
    }
    .mobile-lg\:border-right-0 .mobile-lg\:hover\:border-right-0:hover {
        border-right: 0 solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right-0 {
        border-right: 0 solid
    }
    .tablet\:border-right-0 .tablet\:hover\:border-right-0:hover {
        border-right: 0 solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right-0 {
        border-right: 0 solid
    }
    .desktop\:border-right-0 .desktop\:hover\:border-right-0:hover {
        border-right: 0 solid
    }
}

.border-bottom-0 {
    border-bottom: 0 solid
}

.hover\:border-bottom-0:hover {
    border-bottom: 0 solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom-0 {
        border-bottom: 0 solid
    }
    .mobile-lg\:border-bottom-0 .mobile-lg\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom-0 {
        border-bottom: 0 solid
    }
    .tablet\:border-bottom-0 .tablet\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom-0 {
        border-bottom: 0 solid
    }
    .desktop\:border-bottom-0 .desktop\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid
    }
}

.border-left-0 {
    border-left: 0 solid
}

.hover\:border-left-0:hover {
    border-left: 0 solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left-0 {
        border-left: 0 solid
    }
    .mobile-lg\:border-left-0 .mobile-lg\:hover\:border-left-0:hover {
        border-left: 0 solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left-0 {
        border-left: 0 solid
    }
    .tablet\:border-left-0 .tablet\:hover\:border-left-0:hover {
        border-left: 0 solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left-0 {
        border-left: 0 solid
    }
    .desktop\:border-left-0 .desktop\:hover\:border-left-0:hover {
        border-left: 0 solid
    }
}

.border {
    border: 1px solid
}

.hover\:border:hover {
    border: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border {
        border: 1px solid
    }
    .mobile-lg\:border .mobile-lg\:hover\:border:hover {
        border: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border {
        border: 1px solid
    }
    .tablet\:border .tablet\:hover\:border:hover {
        border: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border {
        border: 1px solid
    }
    .desktop\:border .desktop\:hover\:border:hover {
        border: 1px solid
    }
}

.border-y {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-y {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
    .mobile-lg\:border-y .mobile-lg\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-y {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
    .tablet\:border-y .tablet\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-y {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
    .desktop\:border-y .desktop\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }
}

.border-x {
    border-left: 1px solid;
    border-right: 1px solid
}

.hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-x {
        border-left: 1px solid;
        border-right: 1px solid
    }
    .mobile-lg\:border-x .mobile-lg\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-x {
        border-left: 1px solid;
        border-right: 1px solid
    }
    .tablet\:border-x .tablet\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-x {
        border-left: 1px solid;
        border-right: 1px solid
    }
    .desktop\:border-x .desktop\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }
}

.border-top {
    border-top: 1px solid
}

.hover\:border-top:hover {
    border-top: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-top {
        border-top: 1px solid
    }
    .mobile-lg\:border-top .mobile-lg\:hover\:border-top:hover {
        border-top: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-top {
        border-top: 1px solid
    }
    .tablet\:border-top .tablet\:hover\:border-top:hover {
        border-top: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-top {
        border-top: 1px solid
    }
    .desktop\:border-top .desktop\:hover\:border-top:hover {
        border-top: 1px solid
    }
}

.border-right {
    border-right: 1px solid
}

.hover\:border-right:hover {
    border-right: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-right {
        border-right: 1px solid
    }
    .mobile-lg\:border-right .mobile-lg\:hover\:border-right:hover {
        border-right: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-right {
        border-right: 1px solid
    }
    .tablet\:border-right .tablet\:hover\:border-right:hover {
        border-right: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-right {
        border-right: 1px solid
    }
    .desktop\:border-right .desktop\:hover\:border-right:hover {
        border-right: 1px solid
    }
}

.border-bottom {
    border-bottom: 1px solid
}

.hover\:border-bottom:hover {
    border-bottom: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-bottom {
        border-bottom: 1px solid
    }
    .mobile-lg\:border-bottom .mobile-lg\:hover\:border-bottom:hover {
        border-bottom: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-bottom {
        border-bottom: 1px solid
    }
    .tablet\:border-bottom .tablet\:hover\:border-bottom:hover {
        border-bottom: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-bottom {
        border-bottom: 1px solid
    }
    .desktop\:border-bottom .desktop\:hover\:border-bottom:hover {
        border-bottom: 1px solid
    }
}

.border-left {
    border-left: 1px solid
}

.hover\:border-left:hover {
    border-left: 1px solid
}

@media all and (min-width:30em) {
    .mobile-lg\:border-left {
        border-left: 1px solid
    }
    .mobile-lg\:border-left .mobile-lg\:hover\:border-left:hover {
        border-left: 1px solid
    }
}

@media all and (min-width:40em) {
    .tablet\:border-left {
        border-left: 1px solid
    }
    .tablet\:border-left .tablet\:hover\:border-left:hover {
        border-left: 1px solid
    }
}

@media all and (min-width:64em) {
    .desktop\:border-left {
        border-left: 1px solid
    }
    .desktop\:border-left .desktop\:hover\:border-left:hover {
        border-left: 1px solid
    }
}

.border-transparent {
    border-color: transparent
}

.hover\:border-transparent:hover {
    border-color: transparent
}

@media all and (min-width:30em) {
    .mobile-lg\:border-transparent {
        border-color: transparent
    }
    .mobile-lg\:border-transparent .mobile-lg\:hover\:border-transparent:hover {
        border-color: transparent
    }
}

@media all and (min-width:40em) {
    .tablet\:border-transparent {
        border-color: transparent
    }
    .tablet\:border-transparent .tablet\:hover\:border-transparent:hover {
        border-color: transparent
    }
}

@media all and (min-width:64em) {
    .desktop\:border-transparent {
        border-color: transparent
    }
    .desktop\:border-transparent .desktop\:hover\:border-transparent:hover {
        border-color: transparent
    }
}

.border-black {
    border-color: #000
}

.hover\:border-black:hover {
    border-color: #000
}

@media all and (min-width:30em) {
    .mobile-lg\:border-black {
        border-color: #000
    }
    .mobile-lg\:border-black .mobile-lg\:hover\:border-black:hover {
        border-color: #000
    }
}

@media all and (min-width:40em) {
    .tablet\:border-black {
        border-color: #000
    }
    .tablet\:border-black .tablet\:hover\:border-black:hover {
        border-color: #000
    }
}

@media all and (min-width:64em) {
    .desktop\:border-black {
        border-color: #000
    }
    .desktop\:border-black .desktop\:hover\:border-black:hover {
        border-color: #000
    }
}

.border-white {
    border-color: #fff
}

.hover\:border-white:hover {
    border-color: #fff
}

@media all and (min-width:30em) {
    .mobile-lg\:border-white {
        border-color: #fff
    }
    .mobile-lg\:border-white .mobile-lg\:hover\:border-white:hover {
        border-color: #fff
    }
}

@media all and (min-width:40em) {
    .tablet\:border-white {
        border-color: #fff
    }
    .tablet\:border-white .tablet\:hover\:border-white:hover {
        border-color: #fff
    }
}

@media all and (min-width:64em) {
    .desktop\:border-white {
        border-color: #fff
    }
    .desktop\:border-white .desktop\:hover\:border-white:hover {
        border-color: #fff
    }
}

.border-red {
    border-color: #e52207
}

.hover\:border-red:hover {
    border-color: #e52207
}

@media all and (min-width:30em) {
    .mobile-lg\:border-red {
        border-color: #e52207
    }
    .mobile-lg\:border-red .mobile-lg\:hover\:border-red:hover {
        border-color: #e52207
    }
}

@media all and (min-width:40em) {
    .tablet\:border-red {
        border-color: #e52207
    }
    .tablet\:border-red .tablet\:hover\:border-red:hover {
        border-color: #e52207
    }
}

@media all and (min-width:64em) {
    .desktop\:border-red {
        border-color: #e52207
    }
    .desktop\:border-red .desktop\:hover\:border-red:hover {
        border-color: #e52207
    }
}

.border-orange {
    border-color: #e66f0e
}

.hover\:border-orange:hover {
    border-color: #e66f0e
}

@media all and (min-width:30em) {
    .mobile-lg\:border-orange {
        border-color: #e66f0e
    }
    .mobile-lg\:border-orange .mobile-lg\:hover\:border-orange:hover {
        border-color: #e66f0e
    }
}

@media all and (min-width:40em) {
    .tablet\:border-orange {
        border-color: #e66f0e
    }
    .tablet\:border-orange .tablet\:hover\:border-orange:hover {
        border-color: #e66f0e
    }
}

@media all and (min-width:64em) {
    .desktop\:border-orange {
        border-color: #e66f0e
    }
    .desktop\:border-orange .desktop\:hover\:border-orange:hover {
        border-color: #e66f0e
    }
}

.border-gold {
    border-color: #ffbe2e
}

.hover\:border-gold:hover {
    border-color: #ffbe2e
}

@media all and (min-width:30em) {
    .mobile-lg\:border-gold {
        border-color: #ffbe2e
    }
    .mobile-lg\:border-gold .mobile-lg\:hover\:border-gold:hover {
        border-color: #ffbe2e
    }
}

@media all and (min-width:40em) {
    .tablet\:border-gold {
        border-color: #ffbe2e
    }
    .tablet\:border-gold .tablet\:hover\:border-gold:hover {
        border-color: #ffbe2e
    }
}

@media all and (min-width:64em) {
    .desktop\:border-gold {
        border-color: #ffbe2e
    }
    .desktop\:border-gold .desktop\:hover\:border-gold:hover {
        border-color: #ffbe2e
    }
}

.border-yellow {
    border-color: #fee685
}

.hover\:border-yellow:hover {
    border-color: #fee685
}

@media all and (min-width:30em) {
    .mobile-lg\:border-yellow {
        border-color: #fee685
    }
    .mobile-lg\:border-yellow .mobile-lg\:hover\:border-yellow:hover {
        border-color: #fee685
    }
}

@media all and (min-width:40em) {
    .tablet\:border-yellow {
        border-color: #fee685
    }
    .tablet\:border-yellow .tablet\:hover\:border-yellow:hover {
        border-color: #fee685
    }
}

@media all and (min-width:64em) {
    .desktop\:border-yellow {
        border-color: #fee685
    }
    .desktop\:border-yellow .desktop\:hover\:border-yellow:hover {
        border-color: #fee685
    }
}

.border-green {
    border-color: #538200
}

.hover\:border-green:hover {
    border-color: #538200
}

@media all and (min-width:30em) {
    .mobile-lg\:border-green {
        border-color: #538200
    }
    .mobile-lg\:border-green .mobile-lg\:hover\:border-green:hover {
        border-color: #538200
    }
}

@media all and (min-width:40em) {
    .tablet\:border-green {
        border-color: #538200
    }
    .tablet\:border-green .tablet\:hover\:border-green:hover {
        border-color: #538200
    }
}

@media all and (min-width:64em) {
    .desktop\:border-green {
        border-color: #538200
    }
    .desktop\:border-green .desktop\:hover\:border-green:hover {
        border-color: #538200
    }
}

.border-mint {
    border-color: #04c585
}

.hover\:border-mint:hover {
    border-color: #04c585
}

@media all and (min-width:30em) {
    .mobile-lg\:border-mint {
        border-color: #04c585
    }
    .mobile-lg\:border-mint .mobile-lg\:hover\:border-mint:hover {
        border-color: #04c585
    }
}

@media all and (min-width:40em) {
    .tablet\:border-mint {
        border-color: #04c585
    }
    .tablet\:border-mint .tablet\:hover\:border-mint:hover {
        border-color: #04c585
    }
}

@media all and (min-width:64em) {
    .desktop\:border-mint {
        border-color: #04c585
    }
    .desktop\:border-mint .desktop\:hover\:border-mint:hover {
        border-color: #04c585
    }
}

.border-cyan {
    border-color: #009ec1
}

.hover\:border-cyan:hover {
    border-color: #009ec1
}

@media all and (min-width:30em) {
    .mobile-lg\:border-cyan {
        border-color: #009ec1
    }
    .mobile-lg\:border-cyan .mobile-lg\:hover\:border-cyan:hover {
        border-color: #009ec1
    }
}

@media all and (min-width:40em) {
    .tablet\:border-cyan {
        border-color: #009ec1
    }
    .tablet\:border-cyan .tablet\:hover\:border-cyan:hover {
        border-color: #009ec1
    }
}

@media all and (min-width:64em) {
    .desktop\:border-cyan {
        border-color: #009ec1
    }
    .desktop\:border-cyan .desktop\:hover\:border-cyan:hover {
        border-color: #009ec1
    }
}

.border-blue {
    border-color: #0076d6
}

.hover\:border-blue:hover {
    border-color: #0076d6
}

@media all and (min-width:30em) {
    .mobile-lg\:border-blue {
        border-color: #0076d6
    }
    .mobile-lg\:border-blue .mobile-lg\:hover\:border-blue:hover {
        border-color: #0076d6
    }
}

@media all and (min-width:40em) {
    .tablet\:border-blue {
        border-color: #0076d6
    }
    .tablet\:border-blue .tablet\:hover\:border-blue:hover {
        border-color: #0076d6
    }
}

@media all and (min-width:64em) {
    .desktop\:border-blue {
        border-color: #0076d6
    }
    .desktop\:border-blue .desktop\:hover\:border-blue:hover {
        border-color: #0076d6
    }
}

.border-indigo {
    border-color: #676cc8
}

.hover\:border-indigo:hover {
    border-color: #676cc8
}

@media all and (min-width:30em) {
    .mobile-lg\:border-indigo {
        border-color: #676cc8
    }
    .mobile-lg\:border-indigo .mobile-lg\:hover\:border-indigo:hover {
        border-color: #676cc8
    }
}

@media all and (min-width:40em) {
    .tablet\:border-indigo {
        border-color: #676cc8
    }
    .tablet\:border-indigo .tablet\:hover\:border-indigo:hover {
        border-color: #676cc8
    }
}

@media all and (min-width:64em) {
    .desktop\:border-indigo {
        border-color: #676cc8
    }
    .desktop\:border-indigo .desktop\:hover\:border-indigo:hover {
        border-color: #676cc8
    }
}

.border-violet {
    border-color: #8168b3
}

.hover\:border-violet:hover {
    border-color: #8168b3
}

@media all and (min-width:30em) {
    .mobile-lg\:border-violet {
        border-color: #8168b3
    }
    .mobile-lg\:border-violet .mobile-lg\:hover\:border-violet:hover {
        border-color: #8168b3
    }
}

@media all and (min-width:40em) {
    .tablet\:border-violet {
        border-color: #8168b3
    }
    .tablet\:border-violet .tablet\:hover\:border-violet:hover {
        border-color: #8168b3
    }
}

@media all and (min-width:64em) {
    .desktop\:border-violet {
        border-color: #8168b3
    }
    .desktop\:border-violet .desktop\:hover\:border-violet:hover {
        border-color: #8168b3
    }
}

.border-magenta {
    border-color: #d72d79
}

.hover\:border-magenta:hover {
    border-color: #d72d79
}

@media all and (min-width:30em) {
    .mobile-lg\:border-magenta {
        border-color: #d72d79
    }
    .mobile-lg\:border-magenta .mobile-lg\:hover\:border-magenta:hover {
        border-color: #d72d79
    }
}

@media all and (min-width:40em) {
    .tablet\:border-magenta {
        border-color: #d72d79
    }
    .tablet\:border-magenta .tablet\:hover\:border-magenta:hover {
        border-color: #d72d79
    }
}

@media all and (min-width:64em) {
    .desktop\:border-magenta {
        border-color: #d72d79
    }
    .desktop\:border-magenta .desktop\:hover\:border-magenta:hover {
        border-color: #d72d79
    }
}

.border-gray-5 {
    border-color: #f0f0f0
}

.hover\:border-gray-5:hover {
    border-color: #f0f0f0
}

@media all and (min-width:30em) {
    .mobile-lg\:border-gray-5 {
        border-color: #f0f0f0
    }
    .mobile-lg\:border-gray-5 .mobile-lg\:hover\:border-gray-5:hover {
        border-color: #f0f0f0
    }
}

@media all and (min-width:40em) {
    .tablet\:border-gray-5 {
        border-color: #f0f0f0
    }
    .tablet\:border-gray-5 .tablet\:hover\:border-gray-5:hover {
        border-color: #f0f0f0
    }
}

@media all and (min-width:64em) {
    .desktop\:border-gray-5 {
        border-color: #f0f0f0
    }
    .desktop\:border-gray-5 .desktop\:hover\:border-gray-5:hover {
        border-color: #f0f0f0
    }
}

.border-gray-10 {
    border-color: #e6e6e6
}

.hover\:border-gray-10:hover {
    border-color: #e6e6e6
}

@media all and (min-width:30em) {
    .mobile-lg\:border-gray-10 {
        border-color: #e6e6e6
    }
    .mobile-lg\:border-gray-10 .mobile-lg\:hover\:border-gray-10:hover {
        border-color: #e6e6e6
    }
}

@media all and (min-width:40em) {
    .tablet\:border-gray-10 {
        border-color: #e6e6e6
    }
    .tablet\:border-gray-10 .tablet\:hover\:border-gray-10:hover {
        border-color: #e6e6e6
    }
}

@media all and (min-width:64em) {
    .desktop\:border-gray-10 {
        border-color: #e6e6e6
    }
    .desktop\:border-gray-10 .desktop\:hover\:border-gray-10:hover {
        border-color: #e6e6e6
    }
}

.border-gray-30 {
    border-color: #adadad
}

.hover\:border-gray-30:hover {
    border-color: #adadad
}

@media all and (min-width:30em) {
    .mobile-lg\:border-gray-30 {
        border-color: #adadad
    }
    .mobile-lg\:border-gray-30 .mobile-lg\:hover\:border-gray-30:hover {
        border-color: #adadad
    }
}

@media all and (min-width:40em) {
    .tablet\:border-gray-30 {
        border-color: #adadad
    }
    .tablet\:border-gray-30 .tablet\:hover\:border-gray-30:hover {
        border-color: #adadad
    }
}

@media all and (min-width:64em) {
    .desktop\:border-gray-30 {
        border-color: #adadad
    }
    .desktop\:border-gray-30 .desktop\:hover\:border-gray-30:hover {
        border-color: #adadad
    }
}

.border-gray-50 {
    border-color: #757575
}

.hover\:border-gray-50:hover {
    border-color: #757575
}

@media all and (min-width:30em) {
    .mobile-lg\:border-gray-50 {
        border-color: #757575
    }
    .mobile-lg\:border-gray-50 .mobile-lg\:hover\:border-gray-50:hover {
        border-color: #757575
    }
}

@media all and (min-width:40em) {
    .tablet\:border-gray-50 {
        border-color: #757575
    }
    .tablet\:border-gray-50 .tablet\:hover\:border-gray-50:hover {
        border-color: #757575
    }
}

@media all and (min-width:64em) {
    .desktop\:border-gray-50 {
        border-color: #757575
    }
    .desktop\:border-gray-50 .desktop\:hover\:border-gray-50:hover {
        border-color: #757575
    }
}

.border-gray-70 {
    border-color: #454545
}

.hover\:border-gray-70:hover {
    border-color: #454545
}

@media all and (min-width:30em) {
    .mobile-lg\:border-gray-70 {
        border-color: #454545
    }
    .mobile-lg\:border-gray-70 .mobile-lg\:hover\:border-gray-70:hover {
        border-color: #454545
    }
}

@media all and (min-width:40em) {
    .tablet\:border-gray-70 {
        border-color: #454545
    }
    .tablet\:border-gray-70 .tablet\:hover\:border-gray-70:hover {
        border-color: #454545
    }
}

@media all and (min-width:64em) {
    .desktop\:border-gray-70 {
        border-color: #454545
    }
    .desktop\:border-gray-70 .desktop\:hover\:border-gray-70:hover {
        border-color: #454545
    }
}

.border-gray-90 {
    border-color: #1b1b1b
}

.hover\:border-gray-90:hover {
    border-color: #1b1b1b
}

@media all and (min-width:30em) {
    .mobile-lg\:border-gray-90 {
        border-color: #1b1b1b
    }
    .mobile-lg\:border-gray-90 .mobile-lg\:hover\:border-gray-90:hover {
        border-color: #1b1b1b
    }
}

@media all and (min-width:40em) {
    .tablet\:border-gray-90 {
        border-color: #1b1b1b
    }
    .tablet\:border-gray-90 .tablet\:hover\:border-gray-90:hover {
        border-color: #1b1b1b
    }
}

@media all and (min-width:64em) {
    .desktop\:border-gray-90 {
        border-color: #1b1b1b
    }
    .desktop\:border-gray-90 .desktop\:hover\:border-gray-90:hover {
        border-color: #1b1b1b
    }
}

.border-base-lightest {
    border-color: #f0f0f0
}

.hover\:border-base-lightest:hover {
    border-color: #f0f0f0
}

@media all and (min-width:30em) {
    .mobile-lg\:border-base-lightest {
        border-color: #f0f0f0
    }
    .mobile-lg\:border-base-lightest .mobile-lg\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0
    }
}

@media all and (min-width:40em) {
    .tablet\:border-base-lightest {
        border-color: #f0f0f0
    }
    .tablet\:border-base-lightest .tablet\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0
    }
}

@media all and (min-width:64em) {
    .desktop\:border-base-lightest {
        border-color: #f0f0f0
    }
    .desktop\:border-base-lightest .desktop\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0
    }
}

.border-base-lighter {
    border-color: #dcdee0
}

.hover\:border-base-lighter:hover {
    border-color: #dcdee0
}

@media all and (min-width:30em) {
    .mobile-lg\:border-base-lighter {
        border-color: #dcdee0
    }
    .mobile-lg\:border-base-lighter .mobile-lg\:hover\:border-base-lighter:hover {
        border-color: #dcdee0
    }
}

@media all and (min-width:40em) {
    .tablet\:border-base-lighter {
        border-color: #dcdee0
    }
    .tablet\:border-base-lighter .tablet\:hover\:border-base-lighter:hover {
        border-color: #dcdee0
    }
}

@media all and (min-width:64em) {
    .desktop\:border-base-lighter {
        border-color: #dcdee0
    }
    .desktop\:border-base-lighter .desktop\:hover\:border-base-lighter:hover {
        border-color: #dcdee0
    }
}

.border-base-light {
    border-color: #a9aeb1
}

.hover\:border-base-light:hover {
    border-color: #a9aeb1
}

@media all and (min-width:30em) {
    .mobile-lg\:border-base-light {
        border-color: #a9aeb1
    }
    .mobile-lg\:border-base-light .mobile-lg\:hover\:border-base-light:hover {
        border-color: #a9aeb1
    }
}

@media all and (min-width:40em) {
    .tablet\:border-base-light {
        border-color: #a9aeb1
    }
    .tablet\:border-base-light .tablet\:hover\:border-base-light:hover {
        border-color: #a9aeb1
    }
}

@media all and (min-width:64em) {
    .desktop\:border-base-light {
        border-color: #a9aeb1
    }
    .desktop\:border-base-light .desktop\:hover\:border-base-light:hover {
        border-color: #a9aeb1
    }
}

.border-base {
    border-color: #71767a
}

.hover\:border-base:hover {
    border-color: #71767a
}

@media all and (min-width:30em) {
    .mobile-lg\:border-base {
        border-color: #71767a
    }
    .mobile-lg\:border-base .mobile-lg\:hover\:border-base:hover {
        border-color: #71767a
    }
}

@media all and (min-width:40em) {
    .tablet\:border-base {
        border-color: #71767a
    }
    .tablet\:border-base .tablet\:hover\:border-base:hover {
        border-color: #71767a
    }
}

@media all and (min-width:64em) {
    .desktop\:border-base {
        border-color: #71767a
    }
    .desktop\:border-base .desktop\:hover\:border-base:hover {
        border-color: #71767a
    }
}

.border-base-dark {
    border-color: #565c65
}

.hover\:border-base-dark:hover {
    border-color: #565c65
}

@media all and (min-width:30em) {
    .mobile-lg\:border-base-dark {
        border-color: #565c65
    }
    .mobile-lg\:border-base-dark .mobile-lg\:hover\:border-base-dark:hover {
        border-color: #565c65
    }
}

@media all and (min-width:40em) {
    .tablet\:border-base-dark {
        border-color: #565c65
    }
    .tablet\:border-base-dark .tablet\:hover\:border-base-dark:hover {
        border-color: #565c65
    }
}

@media all and (min-width:64em) {
    .desktop\:border-base-dark {
        border-color: #565c65
    }
    .desktop\:border-base-dark .desktop\:hover\:border-base-dark:hover {
        border-color: #565c65
    }
}

.border-base-darker {
    border-color: #3d4551
}

.hover\:border-base-darker:hover {
    border-color: #3d4551
}

@media all and (min-width:30em) {
    .mobile-lg\:border-base-darker {
        border-color: #3d4551
    }
    .mobile-lg\:border-base-darker .mobile-lg\:hover\:border-base-darker:hover {
        border-color: #3d4551
    }
}

@media all and (min-width:40em) {
    .tablet\:border-base-darker {
        border-color: #3d4551
    }
    .tablet\:border-base-darker .tablet\:hover\:border-base-darker:hover {
        border-color: #3d4551
    }
}

@media all and (min-width:64em) {
    .desktop\:border-base-darker {
        border-color: #3d4551
    }
    .desktop\:border-base-darker .desktop\:hover\:border-base-darker:hover {
        border-color: #3d4551
    }
}

.border-base-darkest {
    border-color: #1b1b1b
}

.hover\:border-base-darkest:hover {
    border-color: #1b1b1b
}

@media all and (min-width:30em) {
    .mobile-lg\:border-base-darkest {
        border-color: #1b1b1b
    }
    .mobile-lg\:border-base-darkest .mobile-lg\:hover\:border-base-darkest:hover {
        border-color: #1b1b1b
    }
}

@media all and (min-width:40em) {
    .tablet\:border-base-darkest {
        border-color: #1b1b1b
    }
    .tablet\:border-base-darkest .tablet\:hover\:border-base-darkest:hover {
        border-color: #1b1b1b
    }
}

@media all and (min-width:64em) {
    .desktop\:border-base-darkest {
        border-color: #1b1b1b
    }
    .desktop\:border-base-darkest .desktop\:hover\:border-base-darkest:hover {
        border-color: #1b1b1b
    }
}

.border-ink {
    border-color: #1b1b1b
}

.hover\:border-ink:hover {
    border-color: #1b1b1b
}

@media all and (min-width:30em) {
    .mobile-lg\:border-ink {
        border-color: #1b1b1b
    }
    .mobile-lg\:border-ink .mobile-lg\:hover\:border-ink:hover {
        border-color: #1b1b1b
    }
}

@media all and (min-width:40em) {
    .tablet\:border-ink {
        border-color: #1b1b1b
    }
    .tablet\:border-ink .tablet\:hover\:border-ink:hover {
        border-color: #1b1b1b
    }
}

@media all and (min-width:64em) {
    .desktop\:border-ink {
        border-color: #1b1b1b
    }
    .desktop\:border-ink .desktop\:hover\:border-ink:hover {
        border-color: #1b1b1b
    }
}

.border-primary-lighter {
    border-color: #d9e8f6
}

.hover\:border-primary-lighter:hover {
    border-color: #d9e8f6
}

@media all and (min-width:30em) {
    .mobile-lg\:border-primary-lighter {
        border-color: #d9e8f6
    }
    .mobile-lg\:border-primary-lighter .mobile-lg\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6
    }
}

@media all and (min-width:40em) {
    .tablet\:border-primary-lighter {
        border-color: #d9e8f6
    }
    .tablet\:border-primary-lighter .tablet\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6
    }
}

@media all and (min-width:64em) {
    .desktop\:border-primary-lighter {
        border-color: #d9e8f6
    }
    .desktop\:border-primary-lighter .desktop\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6
    }
}

.border-primary-light {
    border-color: #73b3e7
}

.hover\:border-primary-light:hover {
    border-color: #73b3e7
}

@media all and (min-width:30em) {
    .mobile-lg\:border-primary-light {
        border-color: #73b3e7
    }
    .mobile-lg\:border-primary-light .mobile-lg\:hover\:border-primary-light:hover {
        border-color: #73b3e7
    }
}

@media all and (min-width:40em) {
    .tablet\:border-primary-light {
        border-color: #73b3e7
    }
    .tablet\:border-primary-light .tablet\:hover\:border-primary-light:hover {
        border-color: #73b3e7
    }
}

@media all and (min-width:64em) {
    .desktop\:border-primary-light {
        border-color: #73b3e7
    }
    .desktop\:border-primary-light .desktop\:hover\:border-primary-light:hover {
        border-color: #73b3e7
    }
}

.border-primary {
    border-color: #005ea2
}

.hover\:border-primary:hover {
    border-color: #005ea2
}

@media all and (min-width:30em) {
    .mobile-lg\:border-primary {
        border-color: #005ea2
    }
    .mobile-lg\:border-primary .mobile-lg\:hover\:border-primary:hover {
        border-color: #005ea2
    }
}

@media all and (min-width:40em) {
    .tablet\:border-primary {
        border-color: #005ea2
    }
    .tablet\:border-primary .tablet\:hover\:border-primary:hover {
        border-color: #005ea2
    }
}

@media all and (min-width:64em) {
    .desktop\:border-primary {
        border-color: #005ea2
    }
    .desktop\:border-primary .desktop\:hover\:border-primary:hover {
        border-color: #005ea2
    }
}

.border-primary-vivid {
    border-color: #0050d8
}

.hover\:border-primary-vivid:hover {
    border-color: #0050d8
}

@media all and (min-width:30em) {
    .mobile-lg\:border-primary-vivid {
        border-color: #0050d8
    }
    .mobile-lg\:border-primary-vivid .mobile-lg\:hover\:border-primary-vivid:hover {
        border-color: #0050d8
    }
}

@media all and (min-width:40em) {
    .tablet\:border-primary-vivid {
        border-color: #0050d8
    }
    .tablet\:border-primary-vivid .tablet\:hover\:border-primary-vivid:hover {
        border-color: #0050d8
    }
}

@media all and (min-width:64em) {
    .desktop\:border-primary-vivid {
        border-color: #0050d8
    }
    .desktop\:border-primary-vivid .desktop\:hover\:border-primary-vivid:hover {
        border-color: #0050d8
    }
}

.border-primary-dark {
    border-color: #1a4480
}

.hover\:border-primary-dark:hover {
    border-color: #1a4480
}

@media all and (min-width:30em) {
    .mobile-lg\:border-primary-dark {
        border-color: #1a4480
    }
    .mobile-lg\:border-primary-dark .mobile-lg\:hover\:border-primary-dark:hover {
        border-color: #1a4480
    }
}

@media all and (min-width:40em) {
    .tablet\:border-primary-dark {
        border-color: #1a4480
    }
    .tablet\:border-primary-dark .tablet\:hover\:border-primary-dark:hover {
        border-color: #1a4480
    }
}

@media all and (min-width:64em) {
    .desktop\:border-primary-dark {
        border-color: #1a4480
    }
    .desktop\:border-primary-dark .desktop\:hover\:border-primary-dark:hover {
        border-color: #1a4480
    }
}

.border-primary-darker {
    border-color: #162e51
}

.hover\:border-primary-darker:hover {
    border-color: #162e51
}

@media all and (min-width:30em) {
    .mobile-lg\:border-primary-darker {
        border-color: #162e51
    }
    .mobile-lg\:border-primary-darker .mobile-lg\:hover\:border-primary-darker:hover {
        border-color: #162e51
    }
}

@media all and (min-width:40em) {
    .tablet\:border-primary-darker {
        border-color: #162e51
    }
    .tablet\:border-primary-darker .tablet\:hover\:border-primary-darker:hover {
        border-color: #162e51
    }
}

@media all and (min-width:64em) {
    .desktop\:border-primary-darker {
        border-color: #162e51
    }
    .desktop\:border-primary-darker .desktop\:hover\:border-primary-darker:hover {
        border-color: #162e51
    }
}

.border-secondary-lighter {
    border-color: #f3e1e4
}

.hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4
}

@media all and (min-width:30em) {
    .mobile-lg\:border-secondary-lighter {
        border-color: #f3e1e4
    }
    .mobile-lg\:border-secondary-lighter .mobile-lg\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4
    }
}

@media all and (min-width:40em) {
    .tablet\:border-secondary-lighter {
        border-color: #f3e1e4
    }
    .tablet\:border-secondary-lighter .tablet\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4
    }
}

@media all and (min-width:64em) {
    .desktop\:border-secondary-lighter {
        border-color: #f3e1e4
    }
    .desktop\:border-secondary-lighter .desktop\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4
    }
}

.border-secondary-light {
    border-color: #f2938c
}

.hover\:border-secondary-light:hover {
    border-color: #f2938c
}

@media all and (min-width:30em) {
    .mobile-lg\:border-secondary-light {
        border-color: #f2938c
    }
    .mobile-lg\:border-secondary-light .mobile-lg\:hover\:border-secondary-light:hover {
        border-color: #f2938c
    }
}

@media all and (min-width:40em) {
    .tablet\:border-secondary-light {
        border-color: #f2938c
    }
    .tablet\:border-secondary-light .tablet\:hover\:border-secondary-light:hover {
        border-color: #f2938c
    }
}

@media all and (min-width:64em) {
    .desktop\:border-secondary-light {
        border-color: #f2938c
    }
    .desktop\:border-secondary-light .desktop\:hover\:border-secondary-light:hover {
        border-color: #f2938c
    }
}

.border-secondary {
    border-color: #d83933
}

.hover\:border-secondary:hover {
    border-color: #d83933
}

@media all and (min-width:30em) {
    .mobile-lg\:border-secondary {
        border-color: #d83933
    }
    .mobile-lg\:border-secondary .mobile-lg\:hover\:border-secondary:hover {
        border-color: #d83933
    }
}

@media all and (min-width:40em) {
    .tablet\:border-secondary {
        border-color: #d83933
    }
    .tablet\:border-secondary .tablet\:hover\:border-secondary:hover {
        border-color: #d83933
    }
}

@media all and (min-width:64em) {
    .desktop\:border-secondary {
        border-color: #d83933
    }
    .desktop\:border-secondary .desktop\:hover\:border-secondary:hover {
        border-color: #d83933
    }
}

.border-secondary-vivid {
    border-color: #e41d3d
}

.hover\:border-secondary-vivid:hover {
    border-color: #e41d3d
}

@media all and (min-width:30em) {
    .mobile-lg\:border-secondary-vivid {
        border-color: #e41d3d
    }
    .mobile-lg\:border-secondary-vivid .mobile-lg\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d
    }
}

@media all and (min-width:40em) {
    .tablet\:border-secondary-vivid {
        border-color: #e41d3d
    }
    .tablet\:border-secondary-vivid .tablet\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d
    }
}

@media all and (min-width:64em) {
    .desktop\:border-secondary-vivid {
        border-color: #e41d3d
    }
    .desktop\:border-secondary-vivid .desktop\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d
    }
}

.border-secondary-dark {
    border-color: #b50909
}

.hover\:border-secondary-dark:hover {
    border-color: #b50909
}

@media all and (min-width:30em) {
    .mobile-lg\:border-secondary-dark {
        border-color: #b50909
    }
    .mobile-lg\:border-secondary-dark .mobile-lg\:hover\:border-secondary-dark:hover {
        border-color: #b50909
    }
}

@media all and (min-width:40em) {
    .tablet\:border-secondary-dark {
        border-color: #b50909
    }
    .tablet\:border-secondary-dark .tablet\:hover\:border-secondary-dark:hover {
        border-color: #b50909
    }
}

@media all and (min-width:64em) {
    .desktop\:border-secondary-dark {
        border-color: #b50909
    }
    .desktop\:border-secondary-dark .desktop\:hover\:border-secondary-dark:hover {
        border-color: #b50909
    }
}

.border-secondary-darker {
    border-color: #8b0a03
}

.hover\:border-secondary-darker:hover {
    border-color: #8b0a03
}

@media all and (min-width:30em) {
    .mobile-lg\:border-secondary-darker {
        border-color: #8b0a03
    }
    .mobile-lg\:border-secondary-darker .mobile-lg\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03
    }
}

@media all and (min-width:40em) {
    .tablet\:border-secondary-darker {
        border-color: #8b0a03
    }
    .tablet\:border-secondary-darker .tablet\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03
    }
}

@media all and (min-width:64em) {
    .desktop\:border-secondary-darker {
        border-color: #8b0a03
    }
    .desktop\:border-secondary-darker .desktop\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03
    }
}

.border-accent-warm-darker {
    border-color: #775540
}

.hover\:border-accent-warm-darker:hover {
    border-color: #775540
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-warm-darker {
        border-color: #775540
    }
    .mobile-lg\:border-accent-warm-darker .mobile-lg\:hover\:border-accent-warm-darker:hover {
        border-color: #775540
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-warm-darker {
        border-color: #775540
    }
    .tablet\:border-accent-warm-darker .tablet\:hover\:border-accent-warm-darker:hover {
        border-color: #775540
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-warm-darker {
        border-color: #775540
    }
    .desktop\:border-accent-warm-darker .desktop\:hover\:border-accent-warm-darker:hover {
        border-color: #775540
    }
}

.border-accent-warm-dark {
    border-color: #c05600
}

.hover\:border-accent-warm-dark:hover {
    border-color: #c05600
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-warm-dark {
        border-color: #c05600
    }
    .mobile-lg\:border-accent-warm-dark .mobile-lg\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-warm-dark {
        border-color: #c05600
    }
    .tablet\:border-accent-warm-dark .tablet\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-warm-dark {
        border-color: #c05600
    }
    .desktop\:border-accent-warm-dark .desktop\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600
    }
}

.border-accent-warm {
    border-color: #fa9441
}

.hover\:border-accent-warm:hover {
    border-color: #fa9441
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-warm {
        border-color: #fa9441
    }
    .mobile-lg\:border-accent-warm .mobile-lg\:hover\:border-accent-warm:hover {
        border-color: #fa9441
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-warm {
        border-color: #fa9441
    }
    .tablet\:border-accent-warm .tablet\:hover\:border-accent-warm:hover {
        border-color: #fa9441
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-warm {
        border-color: #fa9441
    }
    .desktop\:border-accent-warm .desktop\:hover\:border-accent-warm:hover {
        border-color: #fa9441
    }
}

.border-accent-warm-light {
    border-color: #ffbc78
}

.hover\:border-accent-warm-light:hover {
    border-color: #ffbc78
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-warm-light {
        border-color: #ffbc78
    }
    .mobile-lg\:border-accent-warm-light .mobile-lg\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-warm-light {
        border-color: #ffbc78
    }
    .tablet\:border-accent-warm-light .tablet\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-warm-light {
        border-color: #ffbc78
    }
    .desktop\:border-accent-warm-light .desktop\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78
    }
}

.border-accent-warm-lighter {
    border-color: #f2e4d4
}

.hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-warm-lighter {
        border-color: #f2e4d4
    }
    .mobile-lg\:border-accent-warm-lighter .mobile-lg\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-warm-lighter {
        border-color: #f2e4d4
    }
    .tablet\:border-accent-warm-lighter .tablet\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-warm-lighter {
        border-color: #f2e4d4
    }
    .desktop\:border-accent-warm-lighter .desktop\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4
    }
}

.border-accent-cool-darker {
    border-color: #07648d
}

.hover\:border-accent-cool-darker:hover {
    border-color: #07648d
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-cool-darker {
        border-color: #07648d
    }
    .mobile-lg\:border-accent-cool-darker .mobile-lg\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-cool-darker {
        border-color: #07648d
    }
    .tablet\:border-accent-cool-darker .tablet\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-cool-darker {
        border-color: #07648d
    }
    .desktop\:border-accent-cool-darker .desktop\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d
    }
}

.border-accent-cool-dark {
    border-color: #28a0cb
}

.hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-cool-dark {
        border-color: #28a0cb
    }
    .mobile-lg\:border-accent-cool-dark .mobile-lg\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-cool-dark {
        border-color: #28a0cb
    }
    .tablet\:border-accent-cool-dark .tablet\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-cool-dark {
        border-color: #28a0cb
    }
    .desktop\:border-accent-cool-dark .desktop\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb
    }
}

.border-accent-cool {
    border-color: #00bde3
}

.hover\:border-accent-cool:hover {
    border-color: #00bde3
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-cool {
        border-color: #00bde3
    }
    .mobile-lg\:border-accent-cool .mobile-lg\:hover\:border-accent-cool:hover {
        border-color: #00bde3
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-cool {
        border-color: #00bde3
    }
    .tablet\:border-accent-cool .tablet\:hover\:border-accent-cool:hover {
        border-color: #00bde3
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-cool {
        border-color: #00bde3
    }
    .desktop\:border-accent-cool .desktop\:hover\:border-accent-cool:hover {
        border-color: #00bde3
    }
}

.border-accent-cool-light {
    border-color: #97d4ea
}

.hover\:border-accent-cool-light:hover {
    border-color: #97d4ea
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-cool-light {
        border-color: #97d4ea
    }
    .mobile-lg\:border-accent-cool-light .mobile-lg\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-cool-light {
        border-color: #97d4ea
    }
    .tablet\:border-accent-cool-light .tablet\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-cool-light {
        border-color: #97d4ea
    }
    .desktop\:border-accent-cool-light .desktop\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea
    }
}

.border-accent-cool-lighter {
    border-color: #e1f3f8
}

.hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8
}

@media all and (min-width:30em) {
    .mobile-lg\:border-accent-cool-lighter {
        border-color: #e1f3f8
    }
    .mobile-lg\:border-accent-cool-lighter .mobile-lg\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8
    }
}

@media all and (min-width:40em) {
    .tablet\:border-accent-cool-lighter {
        border-color: #e1f3f8
    }
    .tablet\:border-accent-cool-lighter .tablet\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8
    }
}

@media all and (min-width:64em) {
    .desktop\:border-accent-cool-lighter {
        border-color: #e1f3f8
    }
    .desktop\:border-accent-cool-lighter .desktop\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8
    }
}

.radius-0 {
    border-radius: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-0 {
        border-radius: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-0 {
        border-radius: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-0 {
        border-radius: 0
    }
}

.radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

.radius-sm {
    border-radius: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-sm {
        border-radius: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-sm {
        border-radius: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-sm {
        border-radius: 2px
    }
}

.radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px
    }
}

.radius-md {
    border-radius: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-md {
        border-radius: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-md {
        border-radius: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-md {
        border-radius: .25rem
    }
}

.radius-top-md {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
}

.radius-lg {
    border-radius: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-lg {
        border-radius: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-lg {
        border-radius: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-lg {
        border-radius: .5rem
    }
}

.radius-top-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }
}

.radius-pill {
    border-radius: 99rem
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-pill {
        border-radius: 99rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-pill {
        border-radius: 99rem
    }
}

@media all and (min-width:64em) {
    .desktop\:radius-pill {
        border-radius: 99rem
    }
}

.radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem
    }
}

@media all and (min-width:40em) {
    .tablet\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem
    }
}

@media all and (min-width:64em) {
    .desktop\: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%
}

.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none
}

.hover\:shadow-none:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.shadow-1 {
    -webkit-box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-1:hover {
    -webkit-box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1)
}

.shadow-2 {
    -webkit-box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-2:hover {
    -webkit-box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1)
}

.shadow-3 {
    -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-3:hover {
    -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1)
}

.shadow-4 {
    -webkit-box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-4:hover {
    -webkit-box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1)
}

.shadow-5 {
    -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-5:hover {
    -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.circle-1px {
    height: 1px;
    width: 1px;
    border-radius: 50%
}

.circle-2px {
    height: 2px;
    width: 2px;
    border-radius: 50%
}

.circle-05 {
    height: .25rem;
    width: .25rem;
    border-radius: 50%
}

.circle-1 {
    height: .5rem;
    width: .5rem;
    border-radius: 50%
}

.circle-105 {
    height: .75rem;
    width: .75rem;
    border-radius: 50%
}

.circle-2 {
    height: 1rem;
    width: 1rem;
    border-radius: 50%
}

.circle-205 {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%
}

.circle-3 {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%
}

.circle-4 {
    height: 2rem;
    width: 2rem;
    border-radius: 50%
}

.circle-5 {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%
}

.circle-6 {
    height: 3rem;
    width: 3rem;
    border-radius: 50%
}

.circle-7 {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%
}

.circle-8 {
    height: 4rem;
    width: 4rem;
    border-radius: 50%
}

.circle-9 {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%
}

.circle-10 {
    height: 5rem;
    width: 5rem;
    border-radius: 50%
}

.circle-15 {
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%
}

.circle-card {
    height: 10rem;
    width: 10rem;
    border-radius: 50%
}

.circle-card-lg {
    height: 15rem;
    width: 15rem;
    border-radius: 50%
}

.circle-mobile {
    height: 20rem;
    width: 20rem;
    border-radius: 50%
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

.text-transparent {
    color: transparent
}

.hover\:text-transparent:hover {
    color: transparent
}

.text-black {
    color: #000
}

.hover\:text-black:hover {
    color: #000
}

.text-white {
    color: #fff
}

.hover\:text-white:hover {
    color: #fff
}

.text-red {
    color: #e52207
}

.hover\:text-red:hover {
    color: #e52207
}

.text-orange {
    color: #e66f0e
}

.hover\:text-orange:hover {
    color: #e66f0e
}

.text-gold {
    color: #ffbe2e
}

.hover\:text-gold:hover {
    color: #ffbe2e
}

.text-yellow {
    color: #fee685
}

.hover\:text-yellow:hover {
    color: #fee685
}

.text-green {
    color: #538200
}

.hover\:text-green:hover {
    color: #538200
}

.text-mint {
    color: #04c585
}

.hover\:text-mint:hover {
    color: #04c585
}

.text-cyan {
    color: #009ec1
}

.hover\:text-cyan:hover {
    color: #009ec1
}

.text-blue {
    color: #0076d6
}

.hover\:text-blue:hover {
    color: #0076d6
}

.text-indigo {
    color: #676cc8
}

.hover\:text-indigo:hover {
    color: #676cc8
}

.text-violet {
    color: #8168b3
}

.hover\:text-violet:hover {
    color: #8168b3
}

.text-magenta {
    color: #d72d79
}

.hover\:text-magenta:hover {
    color: #d72d79
}

.text-gray-5 {
    color: #f0f0f0
}

.hover\:text-gray-5:hover {
    color: #f0f0f0
}

.text-gray-10 {
    color: #e6e6e6
}

.hover\:text-gray-10:hover {
    color: #e6e6e6
}

.text-gray-30 {
    color: #adadad
}

.hover\:text-gray-30:hover {
    color: #adadad
}

.text-gray-50 {
    color: #757575
}

.hover\:text-gray-50:hover {
    color: #757575
}

.text-gray-70 {
    color: #454545
}

.hover\:text-gray-70:hover {
    color: #454545
}

.text-gray-90 {
    color: #1b1b1b
}

.hover\:text-gray-90:hover {
    color: #1b1b1b
}

.text-base-lightest {
    color: #f0f0f0
}

.hover\:text-base-lightest:hover {
    color: #f0f0f0
}

.text-base-lighter {
    color: #dcdee0
}

.hover\:text-base-lighter:hover {
    color: #dcdee0
}

.text-base-light {
    color: #a9aeb1
}

.hover\:text-base-light:hover {
    color: #a9aeb1
}

.text-base {
    color: #71767a
}

.hover\:text-base:hover {
    color: #71767a
}

.text-base-dark {
    color: #565c65
}

.hover\:text-base-dark:hover {
    color: #565c65
}

.text-base-darker {
    color: #3d4551
}

.hover\:text-base-darker:hover {
    color: #3d4551
}

.text-base-darkest {
    color: #1b1b1b
}

.hover\:text-base-darkest:hover {
    color: #1b1b1b
}

.text-ink {
    color: #1b1b1b
}

.hover\:text-ink:hover {
    color: #1b1b1b
}

.text-primary-lighter {
    color: #d9e8f6
}

.hover\:text-primary-lighter:hover {
    color: #d9e8f6
}

.text-primary-light {
    color: #73b3e7
}

.hover\:text-primary-light:hover {
    color: #73b3e7
}

.text-primary {
    color: #005ea2
}

.hover\:text-primary:hover {
    color: #005ea2
}

.text-primary-vivid {
    color: #0050d8
}

.hover\:text-primary-vivid:hover {
    color: #0050d8
}

.text-primary-dark {
    color: #1a4480
}

.hover\:text-primary-dark:hover {
    color: #1a4480
}

.text-primary-darker {
    color: #162e51
}

.hover\:text-primary-darker:hover {
    color: #162e51
}

.text-secondary-lighter {
    color: #f3e1e4
}

.hover\:text-secondary-lighter:hover {
    color: #f3e1e4
}

.text-secondary-light {
    color: #f2938c
}

.hover\:text-secondary-light:hover {
    color: #f2938c
}

.text-secondary {
    color: #d83933
}

.hover\:text-secondary:hover {
    color: #d83933
}

.text-secondary-vivid {
    color: #e41d3d
}

.hover\:text-secondary-vivid:hover {
    color: #e41d3d
}

.text-secondary-dark {
    color: #b50909
}

.hover\:text-secondary-dark:hover {
    color: #b50909
}

.text-secondary-darker {
    color: #8b0a03
}

.hover\:text-secondary-darker:hover {
    color: #8b0a03
}

.text-accent-warm-darker {
    color: #775540
}

.hover\:text-accent-warm-darker:hover {
    color: #775540
}

.text-accent-warm-dark {
    color: #c05600
}

.hover\:text-accent-warm-dark:hover {
    color: #c05600
}

.text-accent-warm {
    color: #fa9441
}

.hover\:text-accent-warm:hover {
    color: #fa9441
}

.text-accent-warm-light {
    color: #ffbc78
}

.hover\:text-accent-warm-light:hover {
    color: #ffbc78
}

.text-accent-warm-lighter {
    color: #f2e4d4
}

.hover\:text-accent-warm-lighter:hover {
    color: #f2e4d4
}

.text-accent-cool-darker {
    color: #07648d
}

.hover\:text-accent-cool-darker:hover {
    color: #07648d
}

.text-accent-cool-dark {
    color: #28a0cb
}

.hover\:text-accent-cool-dark:hover {
    color: #28a0cb
}

.text-accent-cool {
    color: #00bde3
}

.hover\:text-accent-cool:hover {
    color: #00bde3
}

.text-accent-cool-light {
    color: #97d4ea
}

.hover\:text-accent-cool-light:hover {
    color: #97d4ea
}

.text-accent-cool-lighter {
    color: #e1f3f8
}

.hover\:text-accent-cool-lighter:hover {
    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
}

@media all and (min-width:30em) {
    .mobile-lg\:display-block {
        display: block
    }
}

@media all and (min-width:40em) {
    .tablet\:display-block {
        display: block
    }
}

@media all and (min-width:64em) {
    .desktop\:display-block {
        display: block
    }
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media all and (min-width:30em) {
    .mobile-lg\:display-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:40em) {
    .tablet\:display-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:64em) {
    .desktop\:display-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.display-none {
    display: none
}

@media all and (min-width:30em) {
    .mobile-lg\:display-none {
        display: none
    }
}

@media all and (min-width:40em) {
    .tablet\:display-none {
        display: none
    }
}

@media all and (min-width:64em) {
    .desktop\:display-none {
        display: none
    }
}

.display-inline {
    display: inline
}

@media all and (min-width:30em) {
    .mobile-lg\:display-inline {
        display: inline
    }
}

@media all and (min-width:40em) {
    .tablet\:display-inline {
        display: inline
    }
}

@media all and (min-width:64em) {
    .desktop\:display-inline {
        display: inline
    }
}

.display-inline-block {
    display: inline-block
}

@media all and (min-width:30em) {
    .mobile-lg\:display-inline-block {
        display: inline-block
    }
}

@media all and (min-width:40em) {
    .tablet\:display-inline-block {
        display: inline-block
    }
}

@media all and (min-width:64em) {
    .desktop\:display-inline-block {
        display: inline-block
    }
}

.display-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media all and (min-width:30em) {
    .mobile-lg\:display-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media all and (min-width:40em) {
    .tablet\:display-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media all and (min-width:64em) {
    .desktop\:display-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.display-table {
    display: table
}

@media all and (min-width:30em) {
    .mobile-lg\:display-table {
        display: table
    }
}

@media all and (min-width:40em) {
    .tablet\:display-table {
        display: table
    }
}

@media all and (min-width:64em) {
    .desktop\:display-table {
        display: table
    }
}

.display-table-cell {
    display: table-cell
}

@media all and (min-width:30em) {
    .mobile-lg\:display-table-cell {
        display: table-cell
    }
}

@media all and (min-width:40em) {
    .tablet\:display-table-cell {
        display: table-cell
    }
}

@media all and (min-width:64em) {
    .desktop\:display-table-cell {
        display: table-cell
    }
}

.display-table-row {
    display: table-row
}

@media all and (min-width:30em) {
    .mobile-lg\:display-table-row {
        display: table-row
    }
}

@media all and (min-width:40em) {
    .tablet\:display-table-row {
        display: table-row
    }
}

@media all and (min-width:64em) {
    .desktop\:display-table-row {
        display: table-row
    }
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2 0 0px;
    flex: 2 0 0
}

.flex-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3 0 0px;
    flex: 3 0 0
}

.flex-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 0
}

.flex-5 {
    -webkit-box-flex: 5;
    -ms-flex: 5 0 0px;
    flex: 5 0 0
}

.flex-6 {
    -webkit-box-flex: 6;
    -ms-flex: 6 0 0px;
    flex: 6 0 0
}

.flex-7 {
    -webkit-box-flex: 7;
    -ms-flex: 7 0 0px;
    flex: 7 0 0
}

.flex-8 {
    -webkit-box-flex: 8;
    -ms-flex: 8 0 0px;
    flex: 8 0 0
}

.flex-9 {
    -webkit-box-flex: 9;
    -ms-flex: 9 0 0px;
    flex: 9 0 0
}

.flex-10 {
    -webkit-box-flex: 10;
    -ms-flex: 10 0 0px;
    flex: 10 0 0
}

.flex-11 {
    -webkit-box-flex: 11;
    -ms-flex: 11 0 0px;
    flex: 11 0 0
}

.flex-12 {
    -webkit-box-flex: 12;
    -ms-flex: 12 0 0px;
    flex: 12 0 0
}

.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.flex-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.float-left {
    float: left
}

.float-none {
    float: none
}

.float-right {
    float: right
}

.font-mono-3xs {
    font-size: .77401rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-3xs {
        font-size: .77401rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-3xs {
        font-size: .77401rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-3xs {
        font-size: .77401rem
    }
}

.font-mono-2xs {
    font-size: .83355rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-2xs {
        font-size: .83355rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-2xs {
        font-size: .83355rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-2xs {
        font-size: .83355rem
    }
}

.font-mono-xs {
    font-size: .89309rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-xs {
        font-size: .89309rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-xs {
        font-size: .89309rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-xs {
        font-size: .89309rem
    }
}

.font-mono-sm {
    font-size: .95263rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-sm {
        font-size: .95263rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-sm {
        font-size: .95263rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-sm {
        font-size: .95263rem
    }
}

.font-mono-md {
    font-size: 1.01217rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-md {
        font-size: 1.01217rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-md {
        font-size: 1.01217rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-md {
        font-size: 1.01217rem
    }
}

.font-mono-lg {
    font-size: 1.30987rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-lg {
        font-size: 1.30987rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-lg {
        font-size: 1.30987rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-lg {
        font-size: 1.30987rem
    }
}

.font-mono-xl {
    font-size: 1.90526rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-xl {
        font-size: 1.90526rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-xl {
        font-size: 1.90526rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-xl {
        font-size: 1.90526rem
    }
}

.font-mono-2xl {
    font-size: 2.38158rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-2xl {
        font-size: 2.38158rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-2xl {
        font-size: 2.38158rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-2xl {
        font-size: 2.38158rem
    }
}

.font-mono-3xl {
    font-size: 2.85789rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-mono-3xl {
        font-size: 2.85789rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-mono-3xl {
        font-size: 2.85789rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-mono-3xl {
        font-size: 2.85789rem
    }
}

.font-sans-3xs {
    font-size: .86507rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-3xs {
        font-size: .86507rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-3xs {
        font-size: .86507rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-3xs {
        font-size: .86507rem
    }
}

.font-sans-2xs {
    font-size: .93162rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-2xs {
        font-size: .93162rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-2xs {
        font-size: .93162rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-2xs {
        font-size: .93162rem
    }
}

.font-sans-xs {
    font-size: .99816rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-xs {
        font-size: .99816rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-xs {
        font-size: .99816rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-xs {
        font-size: .99816rem
    }
}

.font-sans-sm {
    font-size: 1.06471rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-sm {
        font-size: 1.06471rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-sm {
        font-size: 1.06471rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-sm {
        font-size: 1.06471rem
    }
}

.font-sans-md {
    font-size: 1.13125rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-md {
        font-size: 1.13125rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-md {
        font-size: 1.13125rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-md {
        font-size: 1.13125rem
    }
}

.font-sans-lg {
    font-size: 1.46397rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-lg {
        font-size: 1.46397rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-lg {
        font-size: 1.46397rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-lg {
        font-size: 1.46397rem
    }
}

.font-sans-xl {
    font-size: 2.12941rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-xl {
        font-size: 2.12941rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-xl {
        font-size: 2.12941rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-xl {
        font-size: 2.12941rem
    }
}

.font-sans-2xl {
    font-size: 2.66176rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-2xl {
        font-size: 2.66176rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-2xl {
        font-size: 2.66176rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-2xl {
        font-size: 2.66176rem
    }
}

.font-sans-3xl {
    font-size: 3.19412rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-sans-3xl {
        font-size: 3.19412rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-sans-3xl {
        font-size: 3.19412rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-sans-3xl {
        font-size: 3.19412rem
    }
}

.font-serif-3xs {
    font-size: .79279rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-3xs {
        font-size: .79279rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-3xs {
        font-size: .79279rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-3xs {
        font-size: .79279rem
    }
}

.font-serif-2xs {
    font-size: .85377rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-2xs {
        font-size: .85377rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-2xs {
        font-size: .85377rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-2xs {
        font-size: .85377rem
    }
}

.font-serif-xs {
    font-size: .91476rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-xs {
        font-size: .91476rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-xs {
        font-size: .91476rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-xs {
        font-size: .91476rem
    }
}

.font-serif-sm {
    font-size: .97574rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-sm {
        font-size: .97574rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-sm {
        font-size: .97574rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-sm {
        font-size: .97574rem
    }
}

.font-serif-md {
    font-size: 1.03673rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-md {
        font-size: 1.03673rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-md {
        font-size: 1.03673rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-md {
        font-size: 1.03673rem
    }
}

.font-serif-lg {
    font-size: 1.34164rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-lg {
        font-size: 1.34164rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-lg {
        font-size: 1.34164rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-lg {
        font-size: 1.34164rem
    }
}

.font-serif-xl {
    font-size: 1.95148rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-xl {
        font-size: 1.95148rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-xl {
        font-size: 1.95148rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-xl {
        font-size: 1.95148rem
    }
}

.font-serif-2xl {
    font-size: 2.43935rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-2xl {
        font-size: 2.43935rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-2xl {
        font-size: 2.43935rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-2xl {
        font-size: 2.43935rem
    }
}

.font-serif-3xl {
    font-size: 2.92722rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-serif-3xl {
        font-size: 2.92722rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-serif-3xl {
        font-size: 2.92722rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-serif-3xl {
        font-size: 2.92722rem
    }
}

.font-heading-3xs {
    font-size: .79279rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-3xs {
        font-size: .79279rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-3xs {
        font-size: .79279rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-3xs {
        font-size: .79279rem
    }
}

.font-heading-2xs {
    font-size: .85377rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-2xs {
        font-size: .85377rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-2xs {
        font-size: .85377rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-2xs {
        font-size: .85377rem
    }
}

.font-heading-xs {
    font-size: .91476rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-xs {
        font-size: .91476rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-xs {
        font-size: .91476rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-xs {
        font-size: .91476rem
    }
}

.font-heading-sm {
    font-size: .97574rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-sm {
        font-size: .97574rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-sm {
        font-size: .97574rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-sm {
        font-size: .97574rem
    }
}

.font-heading-md {
    font-size: 1.03673rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-md {
        font-size: 1.03673rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-md {
        font-size: 1.03673rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-md {
        font-size: 1.03673rem
    }
}

.font-heading-lg {
    font-size: 1.34164rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-lg {
        font-size: 1.34164rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-lg {
        font-size: 1.34164rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-lg {
        font-size: 1.34164rem
    }
}

.font-heading-xl {
    font-size: 1.95148rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-xl {
        font-size: 1.95148rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-xl {
        font-size: 1.95148rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-xl {
        font-size: 1.95148rem
    }
}

.font-heading-2xl {
    font-size: 2.43935rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-2xl {
        font-size: 2.43935rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-2xl {
        font-size: 2.43935rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-2xl {
        font-size: 2.43935rem
    }
}

.font-heading-3xl {
    font-size: 2.92722rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-heading-3xl {
        font-size: 2.92722rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-heading-3xl {
        font-size: 2.92722rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-heading-3xl {
        font-size: 2.92722rem
    }
}

.font-body-3xs {
    font-size: .86507rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-3xs {
        font-size: .86507rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-3xs {
        font-size: .86507rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-3xs {
        font-size: .86507rem
    }
}

.font-body-2xs {
    font-size: .93162rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-2xs {
        font-size: .93162rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-2xs {
        font-size: .93162rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-2xs {
        font-size: .93162rem
    }
}

.font-body-xs {
    font-size: .99816rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-xs {
        font-size: .99816rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-xs {
        font-size: .99816rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-xs {
        font-size: .99816rem
    }
}

.font-body-sm {
    font-size: 1.06471rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-sm {
        font-size: 1.06471rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-sm {
        font-size: 1.06471rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-sm {
        font-size: 1.06471rem
    }
}

.font-body-md {
    font-size: 1.13125rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-md {
        font-size: 1.13125rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-md {
        font-size: 1.13125rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-md {
        font-size: 1.13125rem
    }
}

.font-body-lg {
    font-size: 1.46397rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-lg {
        font-size: 1.46397rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-lg {
        font-size: 1.46397rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-lg {
        font-size: 1.46397rem
    }
}

.font-body-xl {
    font-size: 2.12941rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-xl {
        font-size: 2.12941rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-xl {
        font-size: 2.12941rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-xl {
        font-size: 2.12941rem
    }
}

.font-body-2xl {
    font-size: 2.66176rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-2xl {
        font-size: 2.66176rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-2xl {
        font-size: 2.66176rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-2xl {
        font-size: 2.66176rem
    }
}

.font-body-3xl {
    font-size: 3.19412rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-body-3xl {
        font-size: 3.19412rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-body-3xl {
        font-size: 3.19412rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-body-3xl {
        font-size: 3.19412rem
    }
}

.font-code-3xs {
    font-size: .77401rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-3xs {
        font-size: .77401rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-3xs {
        font-size: .77401rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-3xs {
        font-size: .77401rem
    }
}

.font-code-2xs {
    font-size: .83355rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-2xs {
        font-size: .83355rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-2xs {
        font-size: .83355rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-2xs {
        font-size: .83355rem
    }
}

.font-code-xs {
    font-size: .89309rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-xs {
        font-size: .89309rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-xs {
        font-size: .89309rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-xs {
        font-size: .89309rem
    }
}

.font-code-sm {
    font-size: .95263rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-sm {
        font-size: .95263rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-sm {
        font-size: .95263rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-sm {
        font-size: .95263rem
    }
}

.font-code-md {
    font-size: 1.01217rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-md {
        font-size: 1.01217rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-md {
        font-size: 1.01217rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-md {
        font-size: 1.01217rem
    }
}

.font-code-lg {
    font-size: 1.30987rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-lg {
        font-size: 1.30987rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-lg {
        font-size: 1.30987rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-lg {
        font-size: 1.30987rem
    }
}

.font-code-xl {
    font-size: 1.90526rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-xl {
        font-size: 1.90526rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-xl {
        font-size: 1.90526rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-xl {
        font-size: 1.90526rem
    }
}

.font-code-2xl {
    font-size: 2.38158rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-2xl {
        font-size: 2.38158rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-2xl {
        font-size: 2.38158rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-2xl {
        font-size: 2.38158rem
    }
}

.font-code-3xl {
    font-size: 2.85789rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-code-3xl {
        font-size: 2.85789rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-code-3xl {
        font-size: 2.85789rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-code-3xl {
        font-size: 2.85789rem
    }
}

.font-alt-3xs {
    font-size: .79279rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-3xs {
        font-size: .79279rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-3xs {
        font-size: .79279rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-3xs {
        font-size: .79279rem
    }
}

.font-alt-2xs {
    font-size: .85377rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-2xs {
        font-size: .85377rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-2xs {
        font-size: .85377rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-2xs {
        font-size: .85377rem
    }
}

.font-alt-xs {
    font-size: .91476rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-xs {
        font-size: .91476rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-xs {
        font-size: .91476rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-xs {
        font-size: .91476rem
    }
}

.font-alt-sm {
    font-size: .97574rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-sm {
        font-size: .97574rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-sm {
        font-size: .97574rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-sm {
        font-size: .97574rem
    }
}

.font-alt-md {
    font-size: 1.03673rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-md {
        font-size: 1.03673rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-md {
        font-size: 1.03673rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-md {
        font-size: 1.03673rem
    }
}

.font-alt-lg {
    font-size: 1.34164rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-lg {
        font-size: 1.34164rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-lg {
        font-size: 1.34164rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-lg {
        font-size: 1.34164rem
    }
}

.font-alt-xl {
    font-size: 1.95148rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-xl {
        font-size: 1.95148rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-xl {
        font-size: 1.95148rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-xl {
        font-size: 1.95148rem
    }
}

.font-alt-2xl {
    font-size: 2.43935rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-2xl {
        font-size: 2.43935rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-2xl {
        font-size: 2.43935rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-2xl {
        font-size: 2.43935rem
    }
}

.font-alt-3xl {
    font-size: 2.92722rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-alt-3xl {
        font-size: 2.92722rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-alt-3xl {
        font-size: 2.92722rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-alt-3xl {
        font-size: 2.92722rem
    }
}

.font-ui-3xs {
    font-size: .86507rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-3xs {
        font-size: .86507rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-3xs {
        font-size: .86507rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-3xs {
        font-size: .86507rem
    }
}

.font-ui-2xs {
    font-size: .93162rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-2xs {
        font-size: .93162rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-2xs {
        font-size: .93162rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-2xs {
        font-size: .93162rem
    }
}

.font-ui-xs {
    font-size: .99816rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-xs {
        font-size: .99816rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-xs {
        font-size: .99816rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-xs {
        font-size: .99816rem
    }
}

.font-ui-sm {
    font-size: 1.06471rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-sm {
        font-size: 1.06471rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-sm {
        font-size: 1.06471rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-sm {
        font-size: 1.06471rem
    }
}

.font-ui-md {
    font-size: 1.13125rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-md {
        font-size: 1.13125rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-md {
        font-size: 1.13125rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-md {
        font-size: 1.13125rem
    }
}

.font-ui-lg {
    font-size: 1.46397rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-lg {
        font-size: 1.46397rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-lg {
        font-size: 1.46397rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-lg {
        font-size: 1.46397rem
    }
}

.font-ui-xl {
    font-size: 2.12941rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-xl {
        font-size: 2.12941rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-xl {
        font-size: 2.12941rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-xl {
        font-size: 2.12941rem
    }
}

.font-ui-2xl {
    font-size: 2.66176rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-2xl {
        font-size: 2.66176rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-2xl {
        font-size: 2.66176rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-2xl {
        font-size: 2.66176rem
    }
}

.font-ui-3xl {
    font-size: 3.19412rem
}

@media all and (min-width:30em) {
    .mobile-lg\:font-ui-3xl {
        font-size: 3.19412rem
    }
}

@media all and (min-width:40em) {
    .tablet\:font-ui-3xl {
        font-size: 3.19412rem
    }
}

@media all and (min-width:64em) {
    .desktop\:font-ui-3xl {
        font-size: 3.19412rem
    }
}

.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 {
    -webkit-font-feature-settings: "tnum" 1, "kern" 1;
    font-feature-settings: "tnum" 1, "kern" 1
}

.text-no-tabular {
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1
}

.text-italic {
    font-style: italic
}

.text-no-italic {
    font-style: normal
}

.text-light {
    font-weight: 300
}

@media all and (min-width:30em) {
    .mobile-lg\:text-light {
        font-weight: 300
    }
}

@media all and (min-width:40em) {
    .tablet\:text-light {
        font-weight: 300
    }
}

@media all and (min-width:64em) {
    .desktop\:text-light {
        font-weight: 300
    }
}

.text-normal {
    font-weight: 400
}

@media all and (min-width:30em) {
    .mobile-lg\:text-normal {
        font-weight: 400
    }
}

@media all and (min-width:40em) {
    .tablet\:text-normal {
        font-weight: 400
    }
}

@media all and (min-width:64em) {
    .desktop\:text-normal {
        font-weight: 400
    }
}

.text-bold {
    font-weight: 700
}

@media all and (min-width:30em) {
    .mobile-lg\:text-bold {
        font-weight: 700
    }
}

@media all and (min-width:40em) {
    .tablet\:text-bold {
        font-weight: 700
    }
}

@media all and (min-width:64em) {
    .desktop\: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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (min-width:30em) {
    .mobile-lg\:flex-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media all and (min-width:40em) {
    .tablet\:flex-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media all and (min-width:64em) {
    .desktop\:flex-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.flex-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media all and (min-width:30em) {
    .mobile-lg\:flex-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media all and (min-width:40em) {
    .tablet\:flex-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media all and (min-width:64em) {
    .desktop\:flex-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media all and (min-width:30em) {
    .mobile-lg\:flex-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media all and (min-width:40em) {
    .tablet\:flex-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media all and (min-width:64em) {
    .desktop\:flex-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.flex-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (min-width:30em) {
    .mobile-lg\:flex-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media all and (min-width:40em) {
    .tablet\:flex-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media all and (min-width:64em) {
    .desktop\:flex-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: 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: .93923
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-sans-1 {
        line-height: .93923
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-sans-1 {
        line-height: .93923
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-sans-1 {
        line-height: .93923
    }
}

.line-height-sans-2 {
    line-height: 1.12707
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-sans-2 {
        line-height: 1.12707
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-sans-2 {
        line-height: 1.12707
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-sans-2 {
        line-height: 1.12707
    }
}

.line-height-sans-3 {
    line-height: 1.26796
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-sans-3 {
        line-height: 1.26796
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-sans-3 {
        line-height: 1.26796
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-sans-3 {
        line-height: 1.26796
    }
}

.line-height-sans-4 {
    line-height: 1.40884
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-sans-4 {
        line-height: 1.40884
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-sans-4 {
        line-height: 1.40884
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-sans-4 {
        line-height: 1.40884
    }
}

.line-height-sans-5 {
    line-height: 1.52155
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-sans-5 {
        line-height: 1.52155
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-sans-5 {
        line-height: 1.52155
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-sans-5 {
        line-height: 1.52155
    }
}

.line-height-sans-6 {
    line-height: 1.64365
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-sans-6 {
        line-height: 1.64365
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-sans-6 {
        line-height: 1.64365
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-sans-6 {
        line-height: 1.64365
    }
}

.line-height-serif-1 {
    line-height: 1.02486
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-serif-1 {
        line-height: 1.02486
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-serif-1 {
        line-height: 1.02486
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-serif-1 {
        line-height: 1.02486
    }
}

.line-height-serif-2 {
    line-height: 1.22983
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-serif-2 {
        line-height: 1.22983
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-serif-2 {
        line-height: 1.22983
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-serif-2 {
        line-height: 1.22983
    }
}

.line-height-serif-3 {
    line-height: 1.38356
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-serif-3 {
        line-height: 1.38356
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-serif-3 {
        line-height: 1.38356
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-serif-3 {
        line-height: 1.38356
    }
}

.line-height-serif-4 {
    line-height: 1.53729
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-serif-4 {
        line-height: 1.53729
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-serif-4 {
        line-height: 1.53729
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-serif-4 {
        line-height: 1.53729
    }
}

.line-height-serif-5 {
    line-height: 1.66028
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-serif-5 {
        line-height: 1.66028
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-serif-5 {
        line-height: 1.66028
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-serif-5 {
        line-height: 1.66028
    }
}

.line-height-serif-6 {
    line-height: 1.79351
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-serif-6 {
        line-height: 1.79351
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-serif-6 {
        line-height: 1.79351
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-serif-6 {
        line-height: 1.79351
    }
}

.line-height-mono-1 {
    line-height: 1.04972
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-mono-1 {
        line-height: 1.04972
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-mono-1 {
        line-height: 1.04972
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-mono-1 {
        line-height: 1.04972
    }
}

.line-height-mono-2 {
    line-height: 1.25967
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-mono-2 {
        line-height: 1.25967
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-mono-2 {
        line-height: 1.25967
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-mono-2 {
        line-height: 1.25967
    }
}

.line-height-mono-3 {
    line-height: 1.41713
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-mono-3 {
        line-height: 1.41713
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-mono-3 {
        line-height: 1.41713
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-mono-3 {
        line-height: 1.41713
    }
}

.line-height-mono-4 {
    line-height: 1.57459
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-mono-4 {
        line-height: 1.57459
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-mono-4 {
        line-height: 1.57459
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-mono-4 {
        line-height: 1.57459
    }
}

.line-height-mono-5 {
    line-height: 1.70055
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-mono-5 {
        line-height: 1.70055
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-mono-5 {
        line-height: 1.70055
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-mono-5 {
        line-height: 1.70055
    }
}

.line-height-mono-6 {
    line-height: 1.83702
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-mono-6 {
        line-height: 1.83702
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-mono-6 {
        line-height: 1.83702
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-mono-6 {
        line-height: 1.83702
    }
}

.line-height-heading-1 {
    line-height: 1.02486
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-heading-1 {
        line-height: 1.02486
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-heading-1 {
        line-height: 1.02486
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-heading-1 {
        line-height: 1.02486
    }
}

.line-height-heading-2 {
    line-height: 1.22983
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-heading-2 {
        line-height: 1.22983
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-heading-2 {
        line-height: 1.22983
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-heading-2 {
        line-height: 1.22983
    }
}

.line-height-heading-3 {
    line-height: 1.38356
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-heading-3 {
        line-height: 1.38356
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-heading-3 {
        line-height: 1.38356
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-heading-3 {
        line-height: 1.38356
    }
}

.line-height-heading-4 {
    line-height: 1.53729
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-heading-4 {
        line-height: 1.53729
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-heading-4 {
        line-height: 1.53729
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-heading-4 {
        line-height: 1.53729
    }
}

.line-height-heading-5 {
    line-height: 1.66028
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-heading-5 {
        line-height: 1.66028
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-heading-5 {
        line-height: 1.66028
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-heading-5 {
        line-height: 1.66028
    }
}

.line-height-heading-6 {
    line-height: 1.79351
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-heading-6 {
        line-height: 1.79351
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-heading-6 {
        line-height: 1.79351
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-heading-6 {
        line-height: 1.79351
    }
}

.line-height-ui-1 {
    line-height: .93923
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-ui-1 {
        line-height: .93923
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-ui-1 {
        line-height: .93923
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-ui-1 {
        line-height: .93923
    }
}

.line-height-ui-2 {
    line-height: 1.12707
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-ui-2 {
        line-height: 1.12707
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-ui-2 {
        line-height: 1.12707
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-ui-2 {
        line-height: 1.12707
    }
}

.line-height-ui-3 {
    line-height: 1.26796
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-ui-3 {
        line-height: 1.26796
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-ui-3 {
        line-height: 1.26796
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-ui-3 {
        line-height: 1.26796
    }
}

.line-height-ui-4 {
    line-height: 1.40884
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-ui-4 {
        line-height: 1.40884
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-ui-4 {
        line-height: 1.40884
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-ui-4 {
        line-height: 1.40884
    }
}

.line-height-ui-5 {
    line-height: 1.52155
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-ui-5 {
        line-height: 1.52155
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-ui-5 {
        line-height: 1.52155
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-ui-5 {
        line-height: 1.52155
    }
}

.line-height-ui-6 {
    line-height: 1.64365
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-ui-6 {
        line-height: 1.64365
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-ui-6 {
        line-height: 1.64365
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-ui-6 {
        line-height: 1.64365
    }
}

.line-height-body-1 {
    line-height: .93923
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-body-1 {
        line-height: .93923
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-body-1 {
        line-height: .93923
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-body-1 {
        line-height: .93923
    }
}

.line-height-body-2 {
    line-height: 1.12707
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-body-2 {
        line-height: 1.12707
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-body-2 {
        line-height: 1.12707
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-body-2 {
        line-height: 1.12707
    }
}

.line-height-body-3 {
    line-height: 1.26796
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-body-3 {
        line-height: 1.26796
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-body-3 {
        line-height: 1.26796
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-body-3 {
        line-height: 1.26796
    }
}

.line-height-body-4 {
    line-height: 1.40884
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-body-4 {
        line-height: 1.40884
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-body-4 {
        line-height: 1.40884
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-body-4 {
        line-height: 1.40884
    }
}

.line-height-body-5 {
    line-height: 1.52155
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-body-5 {
        line-height: 1.52155
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-body-5 {
        line-height: 1.52155
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-body-5 {
        line-height: 1.52155
    }
}

.line-height-body-6 {
    line-height: 1.64365
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-body-6 {
        line-height: 1.64365
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-body-6 {
        line-height: 1.64365
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-body-6 {
        line-height: 1.64365
    }
}

.line-height-code-1 {
    line-height: 1.04972
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-code-1 {
        line-height: 1.04972
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-code-1 {
        line-height: 1.04972
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-code-1 {
        line-height: 1.04972
    }
}

.line-height-code-2 {
    line-height: 1.25967
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-code-2 {
        line-height: 1.25967
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-code-2 {
        line-height: 1.25967
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-code-2 {
        line-height: 1.25967
    }
}

.line-height-code-3 {
    line-height: 1.41713
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-code-3 {
        line-height: 1.41713
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-code-3 {
        line-height: 1.41713
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-code-3 {
        line-height: 1.41713
    }
}

.line-height-code-4 {
    line-height: 1.57459
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-code-4 {
        line-height: 1.57459
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-code-4 {
        line-height: 1.57459
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-code-4 {
        line-height: 1.57459
    }
}

.line-height-code-5 {
    line-height: 1.70055
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-code-5 {
        line-height: 1.70055
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-code-5 {
        line-height: 1.70055
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-code-5 {
        line-height: 1.70055
    }
}

.line-height-code-6 {
    line-height: 1.83702
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-code-6 {
        line-height: 1.83702
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-code-6 {
        line-height: 1.83702
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-code-6 {
        line-height: 1.83702
    }
}

.line-height-alt-1 {
    line-height: 1.02486
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-alt-1 {
        line-height: 1.02486
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-alt-1 {
        line-height: 1.02486
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-alt-1 {
        line-height: 1.02486
    }
}

.line-height-alt-2 {
    line-height: 1.22983
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-alt-2 {
        line-height: 1.22983
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-alt-2 {
        line-height: 1.22983
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-alt-2 {
        line-height: 1.22983
    }
}

.line-height-alt-3 {
    line-height: 1.38356
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-alt-3 {
        line-height: 1.38356
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-alt-3 {
        line-height: 1.38356
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-alt-3 {
        line-height: 1.38356
    }
}

.line-height-alt-4 {
    line-height: 1.53729
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-alt-4 {
        line-height: 1.53729
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-alt-4 {
        line-height: 1.53729
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-alt-4 {
        line-height: 1.53729
    }
}

.line-height-alt-5 {
    line-height: 1.66028
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-alt-5 {
        line-height: 1.66028
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-alt-5 {
        line-height: 1.66028
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-alt-5 {
        line-height: 1.66028
    }
}

.line-height-alt-6 {
    line-height: 1.79351
}

@media all and (min-width:30em) {
    .mobile-lg\:line-height-alt-6 {
        line-height: 1.79351
    }
}

@media all and (min-width:40em) {
    .tablet\:line-height-alt-6 {
        line-height: 1.79351
    }
}

@media all and (min-width:64em) {
    .desktop\:line-height-alt-6 {
        line-height: 1.79351
    }
}

.margin-1px {
    margin: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-1px {
        margin: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-1px {
        margin: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-1px {
        margin: 1px
    }
}

.margin-2px {
    margin: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-2px {
        margin: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-2px {
        margin: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-2px {
        margin: 2px
    }
}

.margin-05 {
    margin: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-05 {
        margin: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-05 {
        margin: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-05 {
        margin: .25rem
    }
}

.margin-1 {
    margin: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-1 {
        margin: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-1 {
        margin: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-1 {
        margin: .5rem
    }
}

.margin-105 {
    margin: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-105 {
        margin: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-105 {
        margin: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-105 {
        margin: .75rem
    }
}

.margin-2 {
    margin: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-2 {
        margin: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-2 {
        margin: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-2 {
        margin: 1rem
    }
}

.margin-205 {
    margin: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-205 {
        margin: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-205 {
        margin: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-205 {
        margin: 1.25rem
    }
}

.margin-3 {
    margin: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-3 {
        margin: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-3 {
        margin: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-3 {
        margin: 1.5rem
    }
}

.margin-4 {
    margin: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-4 {
        margin: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-4 {
        margin: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-4 {
        margin: 2rem
    }
}

.margin-5 {
    margin: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-5 {
        margin: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-5 {
        margin: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-5 {
        margin: 2.5rem
    }
}

.margin-6 {
    margin: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-6 {
        margin: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-6 {
        margin: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-6 {
        margin: 3rem
    }
}

.margin-7 {
    margin: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-7 {
        margin: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-7 {
        margin: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-7 {
        margin: 3.5rem
    }
}

.margin-8 {
    margin: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-8 {
        margin: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-8 {
        margin: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-8 {
        margin: 4rem
    }
}

.margin-9 {
    margin: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-9 {
        margin: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-9 {
        margin: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-9 {
        margin: 4.5rem
    }
}

.margin-10 {
    margin: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-10 {
        margin: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-10 {
        margin: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-10 {
        margin: 5rem
    }
}

.margin-15 {
    margin: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-15 {
        margin: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-15 {
        margin: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-15 {
        margin: 7.5rem
    }
}

.margin-05em {
    margin: .5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-05em {
        margin: .5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-05em {
        margin: .5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-05em {
        margin: .5em
    }
}

.margin-1em {
    margin: 1em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-1em {
        margin: 1em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-1em {
        margin: 1em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-1em {
        margin: 1em
    }
}

.margin-105em {
    margin: 1.5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-105em {
        margin: 1.5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-105em {
        margin: 1.5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-105em {
        margin: 1.5em
    }
}

.margin-2em {
    margin: 2em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-2em {
        margin: 2em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-2em {
        margin: 2em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-2em {
        margin: 2em
    }
}

.margin-0 {
    margin: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-0 {
        margin: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-0 {
        margin: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-0 {
        margin: 0
    }
}

.margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px
    }
}

.margin-top-1px {
    margin-top: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-1px {
        margin-top: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-1px {
        margin-top: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-1px {
        margin-top: 1px
    }
}

.margin-bottom-1px {
    margin-bottom: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-1px {
        margin-bottom: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-1px {
        margin-bottom: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-1px {
        margin-bottom: 1px
    }
}

.margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px
    }
}

.margin-top-2px {
    margin-top: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-2px {
        margin-top: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-2px {
        margin-top: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-2px {
        margin-top: 2px
    }
}

.margin-bottom-2px {
    margin-bottom: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-2px {
        margin-bottom: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-2px {
        margin-bottom: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-2px {
        margin-bottom: 2px
    }
}

.margin-y-05 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }
}

.margin-top-05 {
    margin-top: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-05 {
        margin-top: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-05 {
        margin-top: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-05 {
        margin-top: .25rem
    }
}

.margin-bottom-05 {
    margin-bottom: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-05 {
        margin-bottom: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-05 {
        margin-bottom: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-05 {
        margin-bottom: .25rem
    }
}

.margin-y-1 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

.margin-top-1 {
    margin-top: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-1 {
        margin-top: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-1 {
        margin-top: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-1 {
        margin-top: .5rem
    }
}

.margin-bottom-1 {
    margin-bottom: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-1 {
        margin-bottom: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-1 {
        margin-bottom: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-1 {
        margin-bottom: .5rem
    }
}

.margin-y-105 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

.margin-top-105 {
    margin-top: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-105 {
        margin-top: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-105 {
        margin-top: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-105 {
        margin-top: .75rem
    }
}

.margin-bottom-105 {
    margin-bottom: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-105 {
        margin-bottom: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-105 {
        margin-bottom: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-105 {
        margin-bottom: .75rem
    }
}

.margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

.margin-top-2 {
    margin-top: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-2 {
        margin-top: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-2 {
        margin-top: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-2 {
        margin-top: 1rem
    }
}

.margin-bottom-2 {
    margin-bottom: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-2 {
        margin-bottom: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-2 {
        margin-bottom: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-2 {
        margin-bottom: 1rem
    }
}

.margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
}

.margin-top-205 {
    margin-top: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-205 {
        margin-top: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-205 {
        margin-top: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-205 {
        margin-top: 1.25rem
    }
}

.margin-bottom-205 {
    margin-bottom: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-205 {
        margin-bottom: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-205 {
        margin-bottom: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-205 {
        margin-bottom: 1.25rem
    }
}

.margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.margin-top-3 {
    margin-top: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-3 {
        margin-top: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-3 {
        margin-top: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-3 {
        margin-top: 1.5rem
    }
}

.margin-bottom-3 {
    margin-bottom: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-3 {
        margin-bottom: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-3 {
        margin-bottom: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-3 {
        margin-bottom: 1.5rem
    }
}

.margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px
    }
}

.margin-top-neg-1px {
    margin-top: -1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-neg-1px {
        margin-top: -1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-neg-1px {
        margin-top: -1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-neg-1px {
        margin-top: -1px
    }
}

.margin-bottom-neg-1px {
    margin-bottom: -1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-neg-1px {
        margin-bottom: -1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-neg-1px {
        margin-bottom: -1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-neg-1px {
        margin-bottom: -1px
    }
}

.margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px
    }
}

.margin-top-neg-2px {
    margin-top: -2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-neg-2px {
        margin-top: -2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-neg-2px {
        margin-top: -2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-neg-2px {
        margin-top: -2px
    }
}

.margin-bottom-neg-2px {
    margin-bottom: -2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-neg-2px {
        margin-bottom: -2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-neg-2px {
        margin-bottom: -2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-neg-2px {
        margin-bottom: -2px
    }
}

.margin-y-neg-05 {
    margin-top: -.25rem;
    margin-bottom: -.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem
    }
}

.margin-top-neg-05 {
    margin-top: -.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-neg-05 {
        margin-top: -.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-neg-05 {
        margin-top: -.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-neg-05 {
        margin-top: -.25rem
    }
}

.margin-bottom-neg-05 {
    margin-bottom: -.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-neg-05 {
        margin-bottom: -.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-neg-05 {
        margin-bottom: -.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-neg-05 {
        margin-bottom: -.25rem
    }
}

.margin-y-neg-1 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }
}

.margin-top-neg-1 {
    margin-top: -.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-neg-1 {
        margin-top: -.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-neg-1 {
        margin-top: -.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-neg-1 {
        margin-top: -.5rem
    }
}

.margin-bottom-neg-1 {
    margin-bottom: -.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-neg-1 {
        margin-bottom: -.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-neg-1 {
        margin-bottom: -.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-neg-1 {
        margin-bottom: -.5rem
    }
}

.margin-y-neg-105 {
    margin-top: -.75rem;
    margin-bottom: -.75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.margin-top-neg-105 {
    margin-top: -.75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-neg-105 {
        margin-top: -.75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-neg-105 {
        margin-top: -.75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-neg-105 {
        margin-top: -.75rem
    }
}

.margin-bottom-neg-105 {
    margin-bottom: -.75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-neg-105 {
        margin-bottom: -.75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-neg-105 {
        margin-bottom: -.75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-neg-105 {
        margin-bottom: -.75rem
    }
}

.margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem
    }
}

.margin-top-neg-2 {
    margin-top: -1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-neg-2 {
        margin-top: -1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-neg-2 {
        margin-top: -1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-neg-2 {
        margin-top: -1rem
    }
}

.margin-bottom-neg-2 {
    margin-bottom: -1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-neg-2 {
        margin-bottom: -1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-neg-2 {
        margin-bottom: -1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-neg-2 {
        margin-bottom: -1rem
    }
}

.margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }
}

.margin-top-neg-205 {
    margin-top: -1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-neg-205 {
        margin-top: -1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-neg-205 {
        margin-top: -1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-neg-205 {
        margin-top: -1.25rem
    }
}

.margin-bottom-neg-205 {
    margin-bottom: -1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem
    }
}

.margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem
    }
}

.margin-top-neg-3 {
    margin-top: -1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-neg-3 {
        margin-top: -1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-neg-3 {
        margin-top: -1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-neg-3 {
        margin-top: -1.5rem
    }
}

.margin-bottom-neg-3 {
    margin-bottom: -1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem
    }
}

.margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.margin-top-4 {
    margin-top: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-4 {
        margin-top: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-4 {
        margin-top: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-4 {
        margin-top: 2rem
    }
}

.margin-bottom-4 {
    margin-bottom: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-4 {
        margin-bottom: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-4 {
        margin-bottom: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-4 {
        margin-bottom: 2rem
    }
}

.margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.margin-top-5 {
    margin-top: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-5 {
        margin-top: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-5 {
        margin-top: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-5 {
        margin-top: 2.5rem
    }
}

.margin-bottom-5 {
    margin-bottom: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-5 {
        margin-bottom: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-5 {
        margin-bottom: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-5 {
        margin-bottom: 2.5rem
    }
}

.margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

.margin-top-6 {
    margin-top: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-6 {
        margin-top: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-6 {
        margin-top: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-6 {
        margin-top: 3rem
    }
}

.margin-bottom-6 {
    margin-bottom: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-6 {
        margin-bottom: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-6 {
        margin-bottom: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-6 {
        margin-bottom: 3rem
    }
}

.margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }
}

.margin-top-7 {
    margin-top: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-7 {
        margin-top: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-7 {
        margin-top: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-7 {
        margin-top: 3.5rem
    }
}

.margin-bottom-7 {
    margin-bottom: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-7 {
        margin-bottom: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-7 {
        margin-bottom: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-7 {
        margin-bottom: 3.5rem
    }
}

.margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
}

.margin-top-8 {
    margin-top: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-8 {
        margin-top: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-8 {
        margin-top: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-8 {
        margin-top: 4rem
    }
}

.margin-bottom-8 {
    margin-bottom: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-8 {
        margin-bottom: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-8 {
        margin-bottom: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-8 {
        margin-bottom: 4rem
    }
}

.margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem
    }
}

.margin-top-9 {
    margin-top: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-9 {
        margin-top: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-9 {
        margin-top: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-9 {
        margin-top: 4.5rem
    }
}

.margin-bottom-9 {
    margin-bottom: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-9 {
        margin-bottom: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-9 {
        margin-bottom: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-9 {
        margin-bottom: 4.5rem
    }
}

.margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

.margin-top-10 {
    margin-top: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-10 {
        margin-top: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-10 {
        margin-top: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-10 {
        margin-top: 5rem
    }
}

.margin-bottom-10 {
    margin-bottom: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-10 {
        margin-bottom: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-10 {
        margin-bottom: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-10 {
        margin-bottom: 5rem
    }
}

.margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

.margin-top-15 {
    margin-top: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-15 {
        margin-top: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-15 {
        margin-top: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-15 {
        margin-top: 7.5rem
    }
}

.margin-bottom-15 {
    margin-bottom: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-15 {
        margin-bottom: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-15 {
        margin-bottom: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-15 {
        margin-bottom: 7.5rem
    }
}

.margin-y-05em {
    margin-top: .5em;
    margin-bottom: .5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em
    }
}

.margin-top-05em {
    margin-top: .5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-05em {
        margin-top: .5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-05em {
        margin-top: .5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-05em {
        margin-top: .5em
    }
}

.margin-bottom-05em {
    margin-bottom: .5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-05em {
        margin-bottom: .5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-05em {
        margin-bottom: .5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-05em {
        margin-bottom: .5em
    }
}

.margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em
    }
}

.margin-top-1em {
    margin-top: 1em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-1em {
        margin-top: 1em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-1em {
        margin-top: 1em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-1em {
        margin-top: 1em
    }
}

.margin-bottom-1em {
    margin-bottom: 1em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-1em {
        margin-bottom: 1em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-1em {
        margin-bottom: 1em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-1em {
        margin-bottom: 1em
    }
}

.margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em
    }
}

.margin-top-105em {
    margin-top: 1.5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-105em {
        margin-top: 1.5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-105em {
        margin-top: 1.5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-105em {
        margin-top: 1.5em
    }
}

.margin-bottom-105em {
    margin-bottom: 1.5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-105em {
        margin-bottom: 1.5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-105em {
        margin-bottom: 1.5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-105em {
        margin-bottom: 1.5em
    }
}

.margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.margin-top-2em {
    margin-top: 2em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-2em {
        margin-top: 2em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-2em {
        margin-top: 2em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-2em {
        margin-top: 2em
    }
}

.margin-bottom-2em {
    margin-bottom: 2em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-2em {
        margin-bottom: 2em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-2em {
        margin-bottom: 2em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-2em {
        margin-bottom: 2em
    }
}

.margin-y-0 {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0
    }
}

.margin-top-0 {
    margin-top: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-top-0 {
        margin-top: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-top-0 {
        margin-top: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-top-0 {
        margin-top: 0
    }
}

.margin-bottom-0 {
    margin-bottom: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-bottom-0 {
        margin-bottom: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-bottom-0 {
        margin-bottom: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-bottom-0 {
        margin-bottom: 0
    }
}

.margin-x-1px {
    margin-left: 1px;
    margin-right: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px
    }
}

.margin-right-1px {
    margin-right: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-1px {
        margin-right: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-1px {
        margin-right: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-1px {
        margin-right: 1px
    }
}

.margin-left-1px {
    margin-left: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-1px {
        margin-left: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-1px {
        margin-left: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-1px {
        margin-left: 1px
    }
}

.margin-x-2px {
    margin-left: 2px;
    margin-right: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px
    }
}

.margin-right-2px {
    margin-right: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-2px {
        margin-right: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-2px {
        margin-right: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-2px {
        margin-right: 2px
    }
}

.margin-left-2px {
    margin-left: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-2px {
        margin-left: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-2px {
        margin-left: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-2px {
        margin-left: 2px
    }
}

.margin-x-05 {
    margin-left: .25rem;
    margin-right: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem
    }
}

.margin-right-05 {
    margin-right: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-05 {
        margin-right: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-05 {
        margin-right: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-05 {
        margin-right: .25rem
    }
}

.margin-left-05 {
    margin-left: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-05 {
        margin-left: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-05 {
        margin-left: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-05 {
        margin-left: .25rem
    }
}

.margin-x-1 {
    margin-left: .5rem;
    margin-right: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.margin-right-1 {
    margin-right: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-1 {
        margin-right: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-1 {
        margin-right: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-1 {
        margin-right: .5rem
    }
}

.margin-left-1 {
    margin-left: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-1 {
        margin-left: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-1 {
        margin-left: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-1 {
        margin-left: .5rem
    }
}

.margin-x-105 {
    margin-left: .75rem;
    margin-right: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem
    }
}

.margin-right-105 {
    margin-right: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-105 {
        margin-right: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-105 {
        margin-right: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-105 {
        margin-right: .75rem
    }
}

.margin-left-105 {
    margin-left: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-105 {
        margin-left: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-105 {
        margin-left: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-105 {
        margin-left: .75rem
    }
}

.margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.margin-right-2 {
    margin-right: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-2 {
        margin-right: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-2 {
        margin-right: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-2 {
        margin-right: 1rem
    }
}

.margin-left-2 {
    margin-left: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-2 {
        margin-left: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-2 {
        margin-left: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-2 {
        margin-left: 1rem
    }
}

.margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

.margin-right-205 {
    margin-right: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-205 {
        margin-right: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-205 {
        margin-right: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-205 {
        margin-right: 1.25rem
    }
}

.margin-left-205 {
    margin-left: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-205 {
        margin-left: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-205 {
        margin-left: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-205 {
        margin-left: 1.25rem
    }
}

.margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }
}

.margin-right-3 {
    margin-right: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-3 {
        margin-right: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-3 {
        margin-right: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-3 {
        margin-right: 1.5rem
    }
}

.margin-left-3 {
    margin-left: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-3 {
        margin-left: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-3 {
        margin-left: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-3 {
        margin-left: 1.5rem
    }
}

.margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px
    }
}

.margin-right-neg-1px {
    margin-right: -1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-neg-1px {
        margin-right: -1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-neg-1px {
        margin-right: -1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-neg-1px {
        margin-right: -1px
    }
}

.margin-left-neg-1px {
    margin-left: -1px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-neg-1px {
        margin-left: -1px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-neg-1px {
        margin-left: -1px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-neg-1px {
        margin-left: -1px
    }
}

.margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px
    }
}

.margin-right-neg-2px {
    margin-right: -2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-neg-2px {
        margin-right: -2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-neg-2px {
        margin-right: -2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-neg-2px {
        margin-right: -2px
    }
}

.margin-left-neg-2px {
    margin-left: -2px
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-neg-2px {
        margin-left: -2px
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-neg-2px {
        margin-left: -2px
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-neg-2px {
        margin-left: -2px
    }
}

.margin-x-neg-05 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }
}

.margin-right-neg-05 {
    margin-right: -.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-neg-05 {
        margin-right: -.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-neg-05 {
        margin-right: -.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-neg-05 {
        margin-right: -.25rem
    }
}

.margin-left-neg-05 {
    margin-left: -.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-neg-05 {
        margin-left: -.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-neg-05 {
        margin-left: -.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-neg-05 {
        margin-left: -.25rem
    }
}

.margin-x-neg-1 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }
}

.margin-right-neg-1 {
    margin-right: -.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-neg-1 {
        margin-right: -.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-neg-1 {
        margin-right: -.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-neg-1 {
        margin-right: -.5rem
    }
}

.margin-left-neg-1 {
    margin-left: -.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-neg-1 {
        margin-left: -.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-neg-1 {
        margin-left: -.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-neg-1 {
        margin-left: -.5rem
    }
}

.margin-x-neg-105 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

.margin-right-neg-105 {
    margin-right: -.75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-neg-105 {
        margin-right: -.75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-neg-105 {
        margin-right: -.75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-neg-105 {
        margin-right: -.75rem
    }
}

.margin-left-neg-105 {
    margin-left: -.75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-neg-105 {
        margin-left: -.75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-neg-105 {
        margin-left: -.75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-neg-105 {
        margin-left: -.75rem
    }
}

.margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.margin-right-neg-2 {
    margin-right: -1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-neg-2 {
        margin-right: -1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-neg-2 {
        margin-right: -1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-neg-2 {
        margin-right: -1rem
    }
}

.margin-left-neg-2 {
    margin-left: -1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-neg-2 {
        margin-left: -1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-neg-2 {
        margin-left: -1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-neg-2 {
        margin-left: -1rem
    }
}

.margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

.margin-right-neg-205 {
    margin-right: -1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-neg-205 {
        margin-right: -1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-neg-205 {
        margin-right: -1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-neg-205 {
        margin-right: -1.25rem
    }
}

.margin-left-neg-205 {
    margin-left: -1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-neg-205 {
        margin-left: -1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-neg-205 {
        margin-left: -1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-neg-205 {
        margin-left: -1.25rem
    }
}

.margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

.margin-right-neg-3 {
    margin-right: -1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-neg-3 {
        margin-right: -1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-neg-3 {
        margin-right: -1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-neg-3 {
        margin-right: -1.5rem
    }
}

.margin-left-neg-3 {
    margin-left: -1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-neg-3 {
        margin-left: -1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-neg-3 {
        margin-left: -1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-neg-3 {
        margin-left: -1.5rem
    }
}

.margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

.margin-right-4 {
    margin-right: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-4 {
        margin-right: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-4 {
        margin-right: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-4 {
        margin-right: 2rem
    }
}

.margin-left-4 {
    margin-left: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-4 {
        margin-left: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-4 {
        margin-left: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-4 {
        margin-left: 2rem
    }
}

.margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }
}

.margin-right-5 {
    margin-right: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-5 {
        margin-right: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-5 {
        margin-right: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-5 {
        margin-right: 2.5rem
    }
}

.margin-left-5 {
    margin-left: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-5 {
        margin-left: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-5 {
        margin-left: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-5 {
        margin-left: 2.5rem
    }
}

.margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem
    }
}

.margin-right-6 {
    margin-right: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-6 {
        margin-right: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-6 {
        margin-right: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-6 {
        margin-right: 3rem
    }
}

.margin-left-6 {
    margin-left: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-6 {
        margin-left: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-6 {
        margin-left: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-6 {
        margin-left: 3rem
    }
}

.margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem
    }
}

.margin-right-7 {
    margin-right: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-7 {
        margin-right: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-7 {
        margin-right: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-7 {
        margin-right: 3.5rem
    }
}

.margin-left-7 {
    margin-left: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-7 {
        margin-left: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-7 {
        margin-left: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-7 {
        margin-left: 3.5rem
    }
}

.margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem
    }
}

.margin-right-8 {
    margin-right: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-8 {
        margin-right: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-8 {
        margin-right: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-8 {
        margin-right: 4rem
    }
}

.margin-left-8 {
    margin-left: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-8 {
        margin-left: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-8 {
        margin-left: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-8 {
        margin-left: 4rem
    }
}

.margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem
    }
}

.margin-right-9 {
    margin-right: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-9 {
        margin-right: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-9 {
        margin-right: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-9 {
        margin-right: 4.5rem
    }
}

.margin-left-9 {
    margin-left: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-9 {
        margin-left: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-9 {
        margin-left: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-9 {
        margin-left: 4.5rem
    }
}

.margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem
    }
}

.margin-right-10 {
    margin-right: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-10 {
        margin-right: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-10 {
        margin-right: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-10 {
        margin-right: 5rem
    }
}

.margin-left-10 {
    margin-left: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-10 {
        margin-left: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-10 {
        margin-left: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-10 {
        margin-left: 5rem
    }
}

.margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }
}

.margin-right-15 {
    margin-right: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-15 {
        margin-right: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-15 {
        margin-right: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-15 {
        margin-right: 7.5rem
    }
}

.margin-left-15 {
    margin-left: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-15 {
        margin-left: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-15 {
        margin-left: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-15 {
        margin-left: 7.5rem
    }
}

.margin-x-05em {
    margin-left: .5em;
    margin-right: .5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em
    }
}

.margin-right-05em {
    margin-right: .5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-05em {
        margin-right: .5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-05em {
        margin-right: .5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-05em {
        margin-right: .5em
    }
}

.margin-left-05em {
    margin-left: .5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-05em {
        margin-left: .5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-05em {
        margin-left: .5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-05em {
        margin-left: .5em
    }
}

.margin-x-1em {
    margin-left: 1em;
    margin-right: 1em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em
    }
}

.margin-right-1em {
    margin-right: 1em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-1em {
        margin-right: 1em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-1em {
        margin-right: 1em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-1em {
        margin-right: 1em
    }
}

.margin-left-1em {
    margin-left: 1em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-1em {
        margin-left: 1em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-1em {
        margin-left: 1em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-1em {
        margin-left: 1em
    }
}

.margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em
    }
}

.margin-right-105em {
    margin-right: 1.5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-105em {
        margin-right: 1.5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-105em {
        margin-right: 1.5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-105em {
        margin-right: 1.5em
    }
}

.margin-left-105em {
    margin-left: 1.5em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-105em {
        margin-left: 1.5em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-105em {
        margin-left: 1.5em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-105em {
        margin-left: 1.5em
    }
}

.margin-x-2em {
    margin-left: 2em;
    margin-right: 2em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em
    }
}

.margin-right-2em {
    margin-right: 2em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-2em {
        margin-right: 2em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-2em {
        margin-right: 2em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-2em {
        margin-right: 2em
    }
}

.margin-left-2em {
    margin-left: 2em
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-2em {
        margin-left: 2em
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-2em {
        margin-left: 2em
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-2em {
        margin-left: 2em
    }
}

.margin-x-0 {
    margin-left: 0;
    margin-right: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-0 {
        margin-left: 0;
        margin-right: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-0 {
        margin-left: 0;
        margin-right: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-0 {
        margin-left: 0;
        margin-right: 0
    }
}

.margin-right-0 {
    margin-right: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-0 {
        margin-right: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-0 {
        margin-right: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-0 {
        margin-right: 0
    }
}

.margin-left-0 {
    margin-left: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-0 {
        margin-left: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-0 {
        margin-left: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-left-0 {
        margin-left: 0
    }
}

.margin-x-auto {
    margin-left: auto;
    margin-right: auto
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-x-auto {
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-x-auto {
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-x-auto {
        margin-left: auto;
        margin-right: auto
    }
}

.margin-right-auto {
    margin-right: auto
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-right-auto {
        margin-right: auto
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-right-auto {
        margin-right: auto
    }
}

@media all and (min-width:64em) {
    .desktop\:margin-right-auto {
        margin-right: auto
    }
}

.margin-left-auto {
    margin-left: auto
}

@media all and (min-width:30em) {
    .mobile-lg\:margin-left-auto {
        margin-left: auto
    }
}

@media all and (min-width:40em) {
    .tablet\:margin-left-auto {
        margin-left: auto
    }
}

@media all and (min-width:64em) {
    .desktop\: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
}

@media all and (min-width:30em) {
    .mobile-lg\:measure-1 {
        max-width: 44ex
    }
}

@media all and (min-width:40em) {
    .tablet\:measure-1 {
        max-width: 44ex
    }
}

@media all and (min-width:64em) {
    .desktop\:measure-1 {
        max-width: 44ex
    }
}

.measure-2 {
    max-width: 60ex
}

@media all and (min-width:30em) {
    .mobile-lg\:measure-2 {
        max-width: 60ex
    }
}

@media all and (min-width:40em) {
    .tablet\:measure-2 {
        max-width: 60ex
    }
}

@media all and (min-width:64em) {
    .desktop\:measure-2 {
        max-width: 60ex
    }
}

.measure-3 {
    max-width: 64ex
}

@media all and (min-width:30em) {
    .mobile-lg\:measure-3 {
        max-width: 64ex
    }
}

@media all and (min-width:40em) {
    .tablet\:measure-3 {
        max-width: 64ex
    }
}

@media all and (min-width:64em) {
    .desktop\:measure-3 {
        max-width: 64ex
    }
}

.measure-4 {
    max-width: 68ex
}

@media all and (min-width:30em) {
    .mobile-lg\:measure-4 {
        max-width: 68ex
    }
}

@media all and (min-width:40em) {
    .tablet\:measure-4 {
        max-width: 68ex
    }
}

@media all and (min-width:64em) {
    .desktop\:measure-4 {
        max-width: 68ex
    }
}

.measure-5 {
    max-width: 72ex
}

@media all and (min-width:30em) {
    .mobile-lg\:measure-5 {
        max-width: 72ex
    }
}

@media all and (min-width:40em) {
    .tablet\:measure-5 {
        max-width: 72ex
    }
}

@media all and (min-width:64em) {
    .desktop\:measure-5 {
        max-width: 72ex
    }
}

.measure-6 {
    max-width: 88ex
}

@media all and (min-width:30em) {
    .mobile-lg\:measure-6 {
        max-width: 88ex
    }
}

@media all and (min-width:40em) {
    .tablet\:measure-6 {
        max-width: 88ex
    }
}

@media all and (min-width:64em) {
    .desktop\:measure-6 {
        max-width: 88ex
    }
}

.measure-none {
    max-width: none
}

@media all and (min-width:30em) {
    .mobile-lg\:measure-none {
        max-width: none
    }
}

@media all and (min-width:40em) {
    .tablet\:measure-none {
        max-width: none
    }
}

@media all and (min-width:64em) {
    .desktop\: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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media all and (min-width:30em) {
    .mobile-lg\:order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media all and (min-width:40em) {
    .tablet\:order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media all and (min-width:64em) {
    .desktop\:order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.order-last {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999
}

@media all and (min-width:30em) {
    .mobile-lg\:order-last {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999
    }
}

@media all and (min-width:40em) {
    .tablet\:order-last {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999
    }
}

@media all and (min-width:64em) {
    .desktop\:order-last {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999
    }
}

.order-initial {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial
}

@media all and (min-width:30em) {
    .mobile-lg\:order-initial {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial
    }
}

@media all and (min-width:40em) {
    .tablet\:order-initial {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial
    }
}

@media all and (min-width:64em) {
    .desktop\:order-initial {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial
    }
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media all and (min-width:30em) {
    .mobile-lg\:order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media all and (min-width:40em) {
    .tablet\:order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media all and (min-width:64em) {
    .desktop\:order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media all and (min-width:30em) {
    .mobile-lg\:order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media all and (min-width:40em) {
    .tablet\:order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media all and (min-width:64em) {
    .desktop\:order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media all and (min-width:30em) {
    .mobile-lg\:order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media all and (min-width:40em) {
    .tablet\:order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media all and (min-width:64em) {
    .desktop\:order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media all and (min-width:30em) {
    .mobile-lg\:order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media all and (min-width:40em) {
    .tablet\:order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media all and (min-width:64em) {
    .desktop\:order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

@media all and (min-width:30em) {
    .mobile-lg\:order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

@media all and (min-width:40em) {
    .tablet\:order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

@media all and (min-width:64em) {
    .desktop\:order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media all and (min-width:30em) {
    .mobile-lg\:order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media all and (min-width:40em) {
    .tablet\:order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media all and (min-width:64em) {
    .desktop\:order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

@media all and (min-width:30em) {
    .mobile-lg\:order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
}

@media all and (min-width:40em) {
    .tablet\:order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
}

@media all and (min-width:64em) {
    .desktop\:order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

@media all and (min-width:30em) {
    .mobile-lg\:order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

@media all and (min-width:40em) {
    .tablet\:order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

@media all and (min-width:64em) {
    .desktop\:order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

@media all and (min-width:30em) {
    .mobile-lg\:order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
}

@media all and (min-width:40em) {
    .tablet\:order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
}

@media all and (min-width:64em) {
    .desktop\:order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

@media all and (min-width:30em) {
    .mobile-lg\:order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
}

@media all and (min-width:40em) {
    .tablet\:order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
}

@media all and (min-width:64em) {
    .desktop\:order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

@media all and (min-width:30em) {
    .mobile-lg\:order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
}

@media all and (min-width:40em) {
    .tablet\:order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
}

@media all and (min-width:64em) {
    .desktop\:order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-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: #dcdee0
}

.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-color: #1b1b1b
}

.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
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-1px {
        padding: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-1px {
        padding: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-1px {
        padding: 1px
    }
}

.padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px
    }
}

.padding-x-1px {
    padding-left: 1px;
    padding-right: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px
    }
}

.padding-top-1px {
    padding-top: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-1px {
        padding-top: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-1px {
        padding-top: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-1px {
        padding-top: 1px
    }
}

.padding-right-1px {
    padding-right: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-1px {
        padding-right: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-1px {
        padding-right: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-1px {
        padding-right: 1px
    }
}

.padding-bottom-1px {
    padding-bottom: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-1px {
        padding-bottom: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-1px {
        padding-bottom: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-1px {
        padding-bottom: 1px
    }
}

.padding-left-1px {
    padding-left: 1px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-1px {
        padding-left: 1px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-1px {
        padding-left: 1px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-1px {
        padding-left: 1px
    }
}

.padding-2px {
    padding: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-2px {
        padding: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-2px {
        padding: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-2px {
        padding: 2px
    }
}

.padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px
    }
}

.padding-x-2px {
    padding-left: 2px;
    padding-right: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px
    }
}

.padding-top-2px {
    padding-top: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-2px {
        padding-top: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-2px {
        padding-top: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-2px {
        padding-top: 2px
    }
}

.padding-right-2px {
    padding-right: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-2px {
        padding-right: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-2px {
        padding-right: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-2px {
        padding-right: 2px
    }
}

.padding-bottom-2px {
    padding-bottom: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-2px {
        padding-bottom: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-2px {
        padding-bottom: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-2px {
        padding-bottom: 2px
    }
}

.padding-left-2px {
    padding-left: 2px
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-2px {
        padding-left: 2px
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-2px {
        padding-left: 2px
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-2px {
        padding-left: 2px
    }
}

.padding-05 {
    padding: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-05 {
        padding: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-05 {
        padding: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-05 {
        padding: .25rem
    }
}

.padding-y-05 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
}

.padding-x-05 {
    padding-left: .25rem;
    padding-right: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem
    }
}

.padding-top-05 {
    padding-top: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-05 {
        padding-top: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-05 {
        padding-top: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-05 {
        padding-top: .25rem
    }
}

.padding-right-05 {
    padding-right: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-05 {
        padding-right: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-05 {
        padding-right: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-05 {
        padding-right: .25rem
    }
}

.padding-bottom-05 {
    padding-bottom: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-05 {
        padding-bottom: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-05 {
        padding-bottom: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-05 {
        padding-bottom: .25rem
    }
}

.padding-left-05 {
    padding-left: .25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-05 {
        padding-left: .25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-05 {
        padding-left: .25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-05 {
        padding-left: .25rem
    }
}

.padding-1 {
    padding: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-1 {
        padding: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-1 {
        padding: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-1 {
        padding: .5rem
    }
}

.padding-y-1 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.padding-x-1 {
    padding-left: .5rem;
    padding-right: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.padding-top-1 {
    padding-top: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-1 {
        padding-top: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-1 {
        padding-top: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-1 {
        padding-top: .5rem
    }
}

.padding-right-1 {
    padding-right: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-1 {
        padding-right: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-1 {
        padding-right: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-1 {
        padding-right: .5rem
    }
}

.padding-bottom-1 {
    padding-bottom: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-1 {
        padding-bottom: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-1 {
        padding-bottom: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-1 {
        padding-bottom: .5rem
    }
}

.padding-left-1 {
    padding-left: .5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-1 {
        padding-left: .5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-1 {
        padding-left: .5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-1 {
        padding-left: .5rem
    }
}

.padding-105 {
    padding: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-105 {
        padding: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-105 {
        padding: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-105 {
        padding: .75rem
    }
}

.padding-y-105 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.padding-x-105 {
    padding-left: .75rem;
    padding-right: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.padding-top-105 {
    padding-top: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-105 {
        padding-top: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-105 {
        padding-top: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-105 {
        padding-top: .75rem
    }
}

.padding-right-105 {
    padding-right: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-105 {
        padding-right: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-105 {
        padding-right: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-105 {
        padding-right: .75rem
    }
}

.padding-bottom-105 {
    padding-bottom: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-105 {
        padding-bottom: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-105 {
        padding-bottom: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-105 {
        padding-bottom: .75rem
    }
}

.padding-left-105 {
    padding-left: .75rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-105 {
        padding-left: .75rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-105 {
        padding-left: .75rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-105 {
        padding-left: .75rem
    }
}

.padding-2 {
    padding: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-2 {
        padding: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-2 {
        padding: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-2 {
        padding: 1rem
    }
}

.padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.padding-top-2 {
    padding-top: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-2 {
        padding-top: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-2 {
        padding-top: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-2 {
        padding-top: 1rem
    }
}

.padding-right-2 {
    padding-right: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-2 {
        padding-right: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-2 {
        padding-right: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-2 {
        padding-right: 1rem
    }
}

.padding-bottom-2 {
    padding-bottom: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-2 {
        padding-bottom: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-2 {
        padding-bottom: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-2 {
        padding-bottom: 1rem
    }
}

.padding-left-2 {
    padding-left: 1rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-2 {
        padding-left: 1rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-2 {
        padding-left: 1rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-2 {
        padding-left: 1rem
    }
}

.padding-205 {
    padding: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-205 {
        padding: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-205 {
        padding: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-205 {
        padding: 1.25rem
    }
}

.padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.padding-top-205 {
    padding-top: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-205 {
        padding-top: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-205 {
        padding-top: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-205 {
        padding-top: 1.25rem
    }
}

.padding-right-205 {
    padding-right: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-205 {
        padding-right: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-205 {
        padding-right: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-205 {
        padding-right: 1.25rem
    }
}

.padding-bottom-205 {
    padding-bottom: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-205 {
        padding-bottom: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-205 {
        padding-bottom: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-205 {
        padding-bottom: 1.25rem
    }
}

.padding-left-205 {
    padding-left: 1.25rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-205 {
        padding-left: 1.25rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-205 {
        padding-left: 1.25rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-205 {
        padding-left: 1.25rem
    }
}

.padding-3 {
    padding: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-3 {
        padding: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-3 {
        padding: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-3 {
        padding: 1.5rem
    }
}

.padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.padding-top-3 {
    padding-top: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-3 {
        padding-top: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-3 {
        padding-top: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-3 {
        padding-top: 1.5rem
    }
}

.padding-right-3 {
    padding-right: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-3 {
        padding-right: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-3 {
        padding-right: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-3 {
        padding-right: 1.5rem
    }
}

.padding-bottom-3 {
    padding-bottom: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-3 {
        padding-bottom: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-3 {
        padding-bottom: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-3 {
        padding-bottom: 1.5rem
    }
}

.padding-left-3 {
    padding-left: 1.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-3 {
        padding-left: 1.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-3 {
        padding-left: 1.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-3 {
        padding-left: 1.5rem
    }
}

.padding-4 {
    padding: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-4 {
        padding: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-4 {
        padding: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-4 {
        padding: 2rem
    }
}

.padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.padding-top-4 {
    padding-top: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-4 {
        padding-top: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-4 {
        padding-top: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-4 {
        padding-top: 2rem
    }
}

.padding-right-4 {
    padding-right: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-4 {
        padding-right: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-4 {
        padding-right: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-4 {
        padding-right: 2rem
    }
}

.padding-bottom-4 {
    padding-bottom: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-4 {
        padding-bottom: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-4 {
        padding-bottom: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-4 {
        padding-bottom: 2rem
    }
}

.padding-left-4 {
    padding-left: 2rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-4 {
        padding-left: 2rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-4 {
        padding-left: 2rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-4 {
        padding-left: 2rem
    }
}

.padding-5 {
    padding: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-5 {
        padding: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-5 {
        padding: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-5 {
        padding: 2.5rem
    }
}

.padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

.padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.padding-top-5 {
    padding-top: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-5 {
        padding-top: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-5 {
        padding-top: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-5 {
        padding-top: 2.5rem
    }
}

.padding-right-5 {
    padding-right: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-5 {
        padding-right: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-5 {
        padding-right: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-5 {
        padding-right: 2.5rem
    }
}

.padding-bottom-5 {
    padding-bottom: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-5 {
        padding-bottom: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-5 {
        padding-bottom: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-5 {
        padding-bottom: 2.5rem
    }
}

.padding-left-5 {
    padding-left: 2.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-5 {
        padding-left: 2.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-5 {
        padding-left: 2.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-5 {
        padding-left: 2.5rem
    }
}

.padding-6 {
    padding: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-6 {
        padding: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-6 {
        padding: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-6 {
        padding: 3rem
    }
}

.padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.padding-top-6 {
    padding-top: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-6 {
        padding-top: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-6 {
        padding-top: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-6 {
        padding-top: 3rem
    }
}

.padding-right-6 {
    padding-right: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-6 {
        padding-right: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-6 {
        padding-right: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-6 {
        padding-right: 3rem
    }
}

.padding-bottom-6 {
    padding-bottom: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-6 {
        padding-bottom: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-6 {
        padding-bottom: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-6 {
        padding-bottom: 3rem
    }
}

.padding-left-6 {
    padding-left: 3rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-6 {
        padding-left: 3rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-6 {
        padding-left: 3rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-6 {
        padding-left: 3rem
    }
}

.padding-7 {
    padding: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-7 {
        padding: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-7 {
        padding: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-7 {
        padding: 3.5rem
    }
}

.padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

.padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

.padding-top-7 {
    padding-top: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-7 {
        padding-top: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-7 {
        padding-top: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-7 {
        padding-top: 3.5rem
    }
}

.padding-right-7 {
    padding-right: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-7 {
        padding-right: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-7 {
        padding-right: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-7 {
        padding-right: 3.5rem
    }
}

.padding-bottom-7 {
    padding-bottom: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-7 {
        padding-bottom: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-7 {
        padding-bottom: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-7 {
        padding-bottom: 3.5rem
    }
}

.padding-left-7 {
    padding-left: 3.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-7 {
        padding-left: 3.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-7 {
        padding-left: 3.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-7 {
        padding-left: 3.5rem
    }
}

.padding-8 {
    padding: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-8 {
        padding: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-8 {
        padding: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-8 {
        padding: 4rem
    }
}

.padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

.padding-top-8 {
    padding-top: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-8 {
        padding-top: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-8 {
        padding-top: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-8 {
        padding-top: 4rem
    }
}

.padding-right-8 {
    padding-right: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-8 {
        padding-right: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-8 {
        padding-right: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-8 {
        padding-right: 4rem
    }
}

.padding-bottom-8 {
    padding-bottom: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-8 {
        padding-bottom: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-8 {
        padding-bottom: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-8 {
        padding-bottom: 4rem
    }
}

.padding-left-8 {
    padding-left: 4rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-8 {
        padding-left: 4rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-8 {
        padding-left: 4rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-8 {
        padding-left: 4rem
    }
}

.padding-9 {
    padding: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-9 {
        padding: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-9 {
        padding: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-9 {
        padding: 4.5rem
    }
}

.padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }
}

.padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }
}

.padding-top-9 {
    padding-top: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-9 {
        padding-top: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-9 {
        padding-top: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-9 {
        padding-top: 4.5rem
    }
}

.padding-right-9 {
    padding-right: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-9 {
        padding-right: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-9 {
        padding-right: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-9 {
        padding-right: 4.5rem
    }
}

.padding-bottom-9 {
    padding-bottom: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-9 {
        padding-bottom: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-9 {
        padding-bottom: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-9 {
        padding-bottom: 4.5rem
    }
}

.padding-left-9 {
    padding-left: 4.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-9 {
        padding-left: 4.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-9 {
        padding-left: 4.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-9 {
        padding-left: 4.5rem
    }
}

.padding-10 {
    padding: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-10 {
        padding: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-10 {
        padding: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-10 {
        padding: 5rem
    }
}

.padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

.padding-top-10 {
    padding-top: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-10 {
        padding-top: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-10 {
        padding-top: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-10 {
        padding-top: 5rem
    }
}

.padding-right-10 {
    padding-right: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-10 {
        padding-right: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-10 {
        padding-right: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-10 {
        padding-right: 5rem
    }
}

.padding-bottom-10 {
    padding-bottom: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-10 {
        padding-bottom: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-10 {
        padding-bottom: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-10 {
        padding-bottom: 5rem
    }
}

.padding-left-10 {
    padding-left: 5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-10 {
        padding-left: 5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-10 {
        padding-left: 5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-10 {
        padding-left: 5rem
    }
}

.padding-15 {
    padding: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-15 {
        padding: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-15 {
        padding: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-15 {
        padding: 7.5rem
    }
}

.padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }
}

.padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }
}

.padding-top-15 {
    padding-top: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-15 {
        padding-top: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-15 {
        padding-top: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-15 {
        padding-top: 7.5rem
    }
}

.padding-right-15 {
    padding-right: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-15 {
        padding-right: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-15 {
        padding-right: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-15 {
        padding-right: 7.5rem
    }
}

.padding-bottom-15 {
    padding-bottom: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-15 {
        padding-bottom: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-15 {
        padding-bottom: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-15 {
        padding-bottom: 7.5rem
    }
}

.padding-left-15 {
    padding-left: 7.5rem
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-15 {
        padding-left: 7.5rem
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-15 {
        padding-left: 7.5rem
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-15 {
        padding-left: 7.5rem
    }
}

.padding-0 {
    padding: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-0 {
        padding: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-0 {
        padding: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-0 {
        padding: 0
    }
}

.padding-y-0 {
    padding-top: 0;
    padding-bottom: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.padding-x-0 {
    padding-left: 0;
    padding-right: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-x-0 {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-x-0 {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-x-0 {
        padding-left: 0;
        padding-right: 0
    }
}

.padding-top-0 {
    padding-top: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-top-0 {
        padding-top: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-top-0 {
        padding-top: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-top-0 {
        padding-top: 0
    }
}

.padding-right-0 {
    padding-right: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-right-0 {
        padding-right: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-right-0 {
        padding-right: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-right-0 {
        padding-right: 0
    }
}

.padding-bottom-0 {
    padding-bottom: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-bottom-0 {
        padding-bottom: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-bottom-0 {
        padding-bottom: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-bottom-0 {
        padding-bottom: 0
    }
}

.padding-left-0 {
    padding-left: 0
}

@media all and (min-width:30em) {
    .mobile-lg\:padding-left-0 {
        padding-left: 0
    }
}

@media all and (min-width:40em) {
    .tablet\:padding-left-0 {
        padding-left: 0
    }
}

@media all and (min-width:64em) {
    .desktop\:padding-left-0 {
        padding-left: 0
    }
}

.pin-all {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute
}

.pin-x {
    left: 0;
    right: 0;
    position: absolute
}

.pin-y {
    bottom: 0;
    top: 0;
    position: absolute
}

.pin-bottom {
    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
}

.text-strike {
    text-decoration: line-through
}

.hover\:text-strike:hover {
    text-decoration: line-through
}

.text-underline {
    text-decoration: underline
}

.hover\:text-underline:hover {
    text-decoration: underline
}

.text-no-underline {
    text-decoration: none
}

.hover\:text-no-underline:hover {
    text-decoration: none
}

.text-no-strike {
    text-decoration: none
}

.hover\:text-no-strike:hover {
    text-decoration: none
}

.underline-red {
    -webkit-text-decoration-color: #e52207;
    text-decoration-color: #e52207
}

.hover\:underline-red:hover {
    -webkit-text-decoration-color: #e52207;
    text-decoration-color: #e52207
}

.underline-orange {
    -webkit-text-decoration-color: #e66f0e;
    text-decoration-color: #e66f0e
}

.hover\:underline-orange:hover {
    -webkit-text-decoration-color: #e66f0e;
    text-decoration-color: #e66f0e
}

.underline-gold {
    -webkit-text-decoration-color: #ffbe2e;
    text-decoration-color: #ffbe2e
}

.hover\:underline-gold:hover {
    -webkit-text-decoration-color: #ffbe2e;
    text-decoration-color: #ffbe2e
}

.underline-yellow {
    -webkit-text-decoration-color: #fee685;
    text-decoration-color: #fee685
}

.hover\:underline-yellow:hover {
    -webkit-text-decoration-color: #fee685;
    text-decoration-color: #fee685
}

.underline-green {
    -webkit-text-decoration-color: #538200;
    text-decoration-color: #538200
}

.hover\:underline-green:hover {
    -webkit-text-decoration-color: #538200;
    text-decoration-color: #538200
}

.underline-mint {
    -webkit-text-decoration-color: #04c585;
    text-decoration-color: #04c585
}

.hover\:underline-mint:hover {
    -webkit-text-decoration-color: #04c585;
    text-decoration-color: #04c585
}

.underline-cyan {
    -webkit-text-decoration-color: #009ec1;
    text-decoration-color: #009ec1
}

.hover\:underline-cyan:hover {
    -webkit-text-decoration-color: #009ec1;
    text-decoration-color: #009ec1
}

.underline-blue {
    -webkit-text-decoration-color: #0076d6;
    text-decoration-color: #0076d6
}

.hover\:underline-blue:hover {
    -webkit-text-decoration-color: #0076d6;
    text-decoration-color: #0076d6
}

.underline-indigo {
    -webkit-text-decoration-color: #676cc8;
    text-decoration-color: #676cc8
}

.hover\:underline-indigo:hover {
    -webkit-text-decoration-color: #676cc8;
    text-decoration-color: #676cc8
}

.underline-violet {
    -webkit-text-decoration-color: #8168b3;
    text-decoration-color: #8168b3
}

.hover\:underline-violet:hover {
    -webkit-text-decoration-color: #8168b3;
    text-decoration-color: #8168b3
}

.underline-magenta {
    -webkit-text-decoration-color: #d72d79;
    text-decoration-color: #d72d79
}

.hover\:underline-magenta:hover {
    -webkit-text-decoration-color: #d72d79;
    text-decoration-color: #d72d79
}

.underline-gray-5 {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0
}

.hover\:underline-gray-5:hover {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0
}

.underline-gray-10 {
    -webkit-text-decoration-color: #e6e6e6;
    text-decoration-color: #e6e6e6
}

.hover\:underline-gray-10:hover {
    -webkit-text-decoration-color: #e6e6e6;
    text-decoration-color: #e6e6e6
}

.underline-gray-30 {
    -webkit-text-decoration-color: #adadad;
    text-decoration-color: #adadad
}

.hover\:underline-gray-30:hover {
    -webkit-text-decoration-color: #adadad;
    text-decoration-color: #adadad
}

.underline-gray-50 {
    -webkit-text-decoration-color: #757575;
    text-decoration-color: #757575
}

.hover\:underline-gray-50:hover {
    -webkit-text-decoration-color: #757575;
    text-decoration-color: #757575
}

.underline-gray-70 {
    -webkit-text-decoration-color: #454545;
    text-decoration-color: #454545
}

.hover\:underline-gray-70:hover {
    -webkit-text-decoration-color: #454545;
    text-decoration-color: #454545
}

.underline-gray-90 {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b
}

.hover\:underline-gray-90:hover {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b
}

.underline-base-lightest {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0
}

.hover\:underline-base-lightest:hover {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0
}

.underline-base-lighter {
    -webkit-text-decoration-color: #dcdee0;
    text-decoration-color: #dcdee0
}

.hover\:underline-base-lighter:hover {
    -webkit-text-decoration-color: #dcdee0;
    text-decoration-color: #dcdee0
}

.underline-base-light {
    -webkit-text-decoration-color: #a9aeb1;
    text-decoration-color: #a9aeb1
}

.hover\:underline-base-light:hover {
    -webkit-text-decoration-color: #a9aeb1;
    text-decoration-color: #a9aeb1
}

.underline-base {
    -webkit-text-decoration-color: #71767a;
    text-decoration-color: #71767a
}

.hover\:underline-base:hover {
    -webkit-text-decoration-color: #71767a;
    text-decoration-color: #71767a
}

.underline-base-dark {
    -webkit-text-decoration-color: #565c65;
    text-decoration-color: #565c65
}

.hover\:underline-base-dark:hover {
    -webkit-text-decoration-color: #565c65;
    text-decoration-color: #565c65
}

.underline-base-darker {
    -webkit-text-decoration-color: #3d4551;
    text-decoration-color: #3d4551
}

.hover\:underline-base-darker:hover {
    -webkit-text-decoration-color: #3d4551;
    text-decoration-color: #3d4551
}

.underline-base-darkest {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b
}

.hover\:underline-base-darkest:hover {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b
}

.underline-ink {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b
}

.hover\:underline-ink:hover {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b
}

.underline-primary-lighter {
    -webkit-text-decoration-color: #d9e8f6;
    text-decoration-color: #d9e8f6
}

.hover\:underline-primary-lighter:hover {
    -webkit-text-decoration-color: #d9e8f6;
    text-decoration-color: #d9e8f6
}

.underline-primary-light {
    -webkit-text-decoration-color: #73b3e7;
    text-decoration-color: #73b3e7
}

.hover\:underline-primary-light:hover {
    -webkit-text-decoration-color: #73b3e7;
    text-decoration-color: #73b3e7
}

.underline-primary {
    -webkit-text-decoration-color: #005ea2;
    text-decoration-color: #005ea2
}

.hover\:underline-primary:hover {
    -webkit-text-decoration-color: #005ea2;
    text-decoration-color: #005ea2
}

.underline-primary-vivid {
    -webkit-text-decoration-color: #0050d8;
    text-decoration-color: #0050d8
}

.hover\:underline-primary-vivid:hover {
    -webkit-text-decoration-color: #0050d8;
    text-decoration-color: #0050d8
}

.underline-primary-dark {
    -webkit-text-decoration-color: #1a4480;
    text-decoration-color: #1a4480
}

.hover\:underline-primary-dark:hover {
    -webkit-text-decoration-color: #1a4480;
    text-decoration-color: #1a4480
}

.underline-primary-darker {
    -webkit-text-decoration-color: #162e51;
    text-decoration-color: #162e51
}

.hover\:underline-primary-darker:hover {
    -webkit-text-decoration-color: #162e51;
    text-decoration-color: #162e51
}

.underline-secondary-lighter {
    -webkit-text-decoration-color: #f3e1e4;
    text-decoration-color: #f3e1e4
}

.hover\:underline-secondary-lighter:hover {
    -webkit-text-decoration-color: #f3e1e4;
    text-decoration-color: #f3e1e4
}

.underline-secondary-light {
    -webkit-text-decoration-color: #f2938c;
    text-decoration-color: #f2938c
}

.hover\:underline-secondary-light:hover {
    -webkit-text-decoration-color: #f2938c;
    text-decoration-color: #f2938c
}

.underline-secondary {
    -webkit-text-decoration-color: #d83933;
    text-decoration-color: #d83933
}

.hover\:underline-secondary:hover {
    -webkit-text-decoration-color: #d83933;
    text-decoration-color: #d83933
}

.underline-secondary-vivid {
    -webkit-text-decoration-color: #e41d3d;
    text-decoration-color: #e41d3d
}

.hover\:underline-secondary-vivid:hover {
    -webkit-text-decoration-color: #e41d3d;
    text-decoration-color: #e41d3d
}

.underline-secondary-dark {
    -webkit-text-decoration-color: #b50909;
    text-decoration-color: #b50909
}

.hover\:underline-secondary-dark:hover {
    -webkit-text-decoration-color: #b50909;
    text-decoration-color: #b50909
}

.underline-secondary-darker {
    -webkit-text-decoration-color: #8b0a03;
    text-decoration-color: #8b0a03
}

.hover\:underline-secondary-darker:hover {
    -webkit-text-decoration-color: #8b0a03;
    text-decoration-color: #8b0a03
}

.underline-accent-warm-darker {
    -webkit-text-decoration-color: #775540;
    text-decoration-color: #775540
}

.hover\:underline-accent-warm-darker:hover {
    -webkit-text-decoration-color: #775540;
    text-decoration-color: #775540
}

.underline-accent-warm-dark {
    -webkit-text-decoration-color: #c05600;
    text-decoration-color: #c05600
}

.hover\:underline-accent-warm-dark:hover {
    -webkit-text-decoration-color: #c05600;
    text-decoration-color: #c05600
}

.underline-accent-warm {
    -webkit-text-decoration-color: #fa9441;
    text-decoration-color: #fa9441
}

.hover\:underline-accent-warm:hover {
    -webkit-text-decoration-color: #fa9441;
    text-decoration-color: #fa9441
}

.underline-accent-warm-light {
    -webkit-text-decoration-color: #ffbc78;
    text-decoration-color: #ffbc78
}

.hover\:underline-accent-warm-light:hover {
    -webkit-text-decoration-color: #ffbc78;
    text-decoration-color: #ffbc78
}

.underline-accent-warm-lighter {
    -webkit-text-decoration-color: #f2e4d4;
    text-decoration-color: #f2e4d4
}

.hover\:underline-accent-warm-lighter:hover {
    -webkit-text-decoration-color: #f2e4d4;
    text-decoration-color: #f2e4d4
}

.underline-accent-cool-darker {
    -webkit-text-decoration-color: #07648d;
    text-decoration-color: #07648d
}

.hover\:underline-accent-cool-darker:hover {
    -webkit-text-decoration-color: #07648d;
    text-decoration-color: #07648d
}

.underline-accent-cool-dark {
    -webkit-text-decoration-color: #28a0cb;
    text-decoration-color: #28a0cb
}

.hover\:underline-accent-cool-dark:hover {
    -webkit-text-decoration-color: #28a0cb;
    text-decoration-color: #28a0cb
}

.underline-accent-cool {
    -webkit-text-decoration-color: #00bde3;
    text-decoration-color: #00bde3
}

.hover\:underline-accent-cool:hover {
    -webkit-text-decoration-color: #00bde3;
    text-decoration-color: #00bde3
}

.underline-accent-cool-light {
    -webkit-text-decoration-color: #97d4ea;
    text-decoration-color: #97d4ea
}

.hover\:underline-accent-cool-light:hover {
    -webkit-text-decoration-color: #97d4ea;
    text-decoration-color: #97d4ea
}

.underline-accent-cool-lighter {
    -webkit-text-decoration-color: #e1f3f8;
    text-decoration-color: #e1f3f8
}

.hover\:underline-accent-cool-lighter:hover {
    -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
}

header .accessible-megamenu {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 3.077em
}

header .accessible-megamenu h2,
header .accessible-megamenu h3,
header .accessible-megamenu h4 {
    font-size: 1em;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: inherit
}

header .accessible-megamenu .accessible-megamenu-top-nav-item {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 3.077em;
    float: left;
    color: #454545!important;
    text-shadow: 0 1px 0 #fff;
    -moz-text-shadow: 0 1px 0 #fff;
    border-right: 1px solid #b3b3b3;
    border-right-color: rgba(0, 0, 0, .3)
}

header .accessible-megamenu:focus {
    outline: 2px solid rgba(34, 95, 215, .3);
    -moz-outline-radius: 3px
}

header .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded] {
    position: relative;
    display: block;
    line-height: 3em;
    height: 3em;
    padding-left: .769em;
    padding-right: .769em;
    color: #454545!important;
    text-decoration: none;
    -webkit-box-shadow: inset 1px 1px 0 #fff;
    box-shadow: inset 1px 1px 0 #fff;
    z-index: inherit
}

header .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
header .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:hover {
    outline-offset: -1px
}

header .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open,
header .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
header .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:hover {
    margin-left: 0;
    z-index: 1002
}

header .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open {
    padding-bottom: 2px
}

header .accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-expanded] {
    border-bottom-left-radius: 3px
}

header .accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open {
    left: -1px;
    margin-right: -1px
}

header .accessible-megamenu .accessible-megamenu-panel {
    position: absolute;
    display: block;
    left: -1px;
    margin: 0;
    padding: 0 .769em .769em;
    line-height: normal;
    cursor: default;
    visibility: hidden;
    top: -9999em;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

header .accessible-megamenu .accessible-megamenu-panel.open {
    visibility: visible;
    top: 3em;
    max-height: 600px;
    opacity: 1;
    z-index: 1001;
    -webkit-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
    transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s
}

header .accessible-megamenu .accessible-megamenu-panel a {
    display: inline-block;
    font-size: .92em;
    line-height: 1.2em;
    text-decoration: none;
    color: #225fd7;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: .5em
}

header .accessible-megamenu .accessible-megamenu-panel.cols-4 {
    width: 878px
}

header .accessible-megamenu .accessible-megamenu-panel.cols-4>ol>li {
    width: 22%
}

header .accessible-megamenu .accessible-megamenu-panel.cols-4b {
    width: 878px;
    left: -6.462em;
    border-top-left-radius: 3px
}

header .accessible-megamenu .accessible-megamenu-panel.cols-4b>ol>li {
    width: 22%
}

header .accessible-megamenu .accessible-megamenu-panel.cols-3 {
    width: 724px
}

header .accessible-megamenu .accessible-megamenu-panel.cols-3>ol>li {
    width: 30%
}

header .accessible-megamenu .accessible-megamenu-panel.cols-1 {
    width: 615px
}

header .accessible-megamenu .accessible-megamenu-panel.cols-1>ol>li {
    width: auto
}

header .accessible-megamenu .accessible-megamenu-panel ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

header .accessible-megamenu .accessible-megamenu-panel ol>li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

header .accessible-megamenu .accessible-megamenu-panel>ol>li {
    float: left;
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    border-left: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff
}

header .accessible-megamenu .accessible-megamenu-panel>ol>li:first-of-type {
    padding-left: 0;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

header .accessible-megamenu .accessible-megamenu-panel>p {
    color: #454545;
    font-size: 1.2em;
    line-height: 1.1em
}

header .accessible-megamenu .accessible-megamenu-panel>ol>li>h3>a {
    font-weight: 700;
    color: #454545;
    font-size: 1.2em;
    margin-bottom: 6px;
    padding-top: .4em;
    padding-bottom: 0;
    line-height: 1.1em
}

header .accessible-megamenu .accessible-megamenu-panel ol ol>li>a {
    width: auto;
    text-indent: -2.333em;
    padding-left: 2.333em
}

header .accessible-megamenu .accessible-megamenu-panel a:focus,
header .accessible-megamenu .accessible-megamenu-panel a:hover {
    color: #225fd7;
    text-decoration: underline
}

header .accessible-megamenu .accessible-megamenu-panel>ol>li>h3>a:focus,
header .accessible-megamenu .accessible-megamenu-panel>ol>li>h3>a:hover {
    color: #333
}

header .accessible-megamenu .accessible-megamenu-panel hr {
    border-width: 1px 0;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, .3);
    border-bottom-color: #fff
}

.nav-menu {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15
}

.nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0
}

.nav-item.link-4-col ul:first-child {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.nav-item.link-3-col ul:first-child {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%
}

.nav-item.link-2-col ul:first-child {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.nav-item>a {
    position: relative;
    display: inline-block;
    padding: .5em 1em;
    margin: 0 0 -1px 0;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    background: 0 0;
    text-transform: uppercase
}

.nav-item>a.open,
.nav-item>a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.nav-item>a.open span,
.nav-item>a:hover span {
    padding-bottom: 0;
    border-bottom: 2px solid #fff
}

.nav-item>a.no-menu.open span,
.nav-item>a.no-menu:hover span {
    padding-bottom: 0;
    border-bottom: 2px solid #fff
}

.nav-item>a.no-menu.open span:after,
.nav-item>a.no-menu:hover span:after {
    border: 0;
    content: ''
}

.nav-item>a:before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.nav-item>a:visited {
    color: #fff
}

.nav-item>a.open:after {
    position: absolute;
    top: 23px;
    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: '';
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
}

.nav-item>a.open,
.nav-item>a:focus,
.nav-item>a:hover {
    background: 0 0;
    font-weight: 500;
    color: #fff
}

.nav-item>a.open {
    border-bottom: none;
    z-index: 1
}

.sub-nav {
    position: absolute;
    display: none;
    top: 37px;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px -8px #5b616b;
    box-shadow: 0 5px 10px -8px #5b616b;
    width: 100%;
    padding: 1.25em;
    margin: 0 0 1.25em
}

.sub-nav::after,
.sub-nav::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    -webkit-box-shadow: 0 5px 10px -8px #5b616b;
    box-shadow: 0 5px 10px -8px #5b616b
}

.sub-nav:before {
    right: 98.5%
}

.sub-nav:after {
    left: 98.5%
}

.sub-nav.open {
    display: block
}

.sub-nav ul {
    display: inline-block;
    vertical-align: top;
    padding: 0
}

.sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.sub-nav li a {
    color: inherit
}

.sub-nav h3.nav-item-title {
    padding: 1.4rem 0
}

.sub-nav h3.nav-item-title a {
    color: #0071bc;
    font-size: 24px
}

.sub-nav .d-flex ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%
}

.sub-nav.sub-nav-sm {
    left: auto;
    width: auto;
    border-top: none!important;
    border: 1px solid #979797;
    width: 44vw
}

.sub-nav.sub-nav-sm .dropdown-item {
    padding: 1.4rem 0
}

.sub-nav.sub-nav-sm::after,
.sub-nav.sub-nav-sm::before {
    content: none
}

.sub-nav.sub-nav-sm .d-flex ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.sub-nav .dropdown-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.sub-nav .dropdown-group+.dropdown-group,
.sub-nav .sub-nav-group+.sub-nav-group {
    margin-left: 30px
}

.sub-nav .dropdown-topics-block {
    border: 1px solid #979797;
    background: #f1f1f1;
    padding: 10px
}

.sub-nav .dropdown-topics-block h4 {
    font-size: 19px;
    margin-bottom: 1.15em;
    text-transform: uppercase;
    font-weight: 700
}

.sub-nav .dropdown-topics-block a {
    font-size: 15px;
    display: block;
    margin-bottom: 1em;
    color: inherit
}

.sub-nav .dropdown-topics-block a:hover {
    color: #0071bc;
    text-decoration: underline;
    background: 0 0
}

header .accessible-megamenu a {
    color: inherit
}

.accessible-menu {
    -webkit-transform: translateY(45%);
    transform: translateY(45%)
}

.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 0
}

.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
}
/*
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table thead th {
    background-color: #5b616b;
    color: #fff;
    font-weight: 700;
    text-align: left;
    border: 0;
    vertical-align: middle;
    line-height: 1.5
}

.table thead tr {
    border-bottom: 1px solid #5b616b
}

.table td p,
.table th p {
    margin: 0
}

.table-bordered {
    border: 1px solid #e9ecef
}
*/
body {
    background: #fff;
    font: 100%/1.5 "Source Sans Pro", sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #212121;
    font-weight: Normal;
    font-size: 14px;
    line-height: 1.375em
}

a {
    color: #0071bc;
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #205493
}

a:focus {
    color: #008bf2
}

a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
    color: #205493
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Merriweather, serif
}

.alpha,
h1 {
    line-height: 1.2
}

.beta,
h2 {
    line-height: 1.2
}

.gamma,
h3 {
    line-height: 1.2
}

.subheading {
    font-family: Merriweather, serif;
    font-weight: 400
}

p {
    margin-bottom: 1em;
    font-size: 17px
}

a {
    color: #0071bc
}

a:hover {
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    color: #205493
}
/*
a:visited {
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    color: #981b1e
}
*/
a:focus {
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    color: #008bf2
}

display,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3em
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Merriweather, serif;
    font-weight: 700
}

h1,
h3,
h4,
h5 {
    margin-bottom: 10px
}

display {
    font-family: Merriweather, serif;
    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-weight: 400;
    font-size: 13px;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 5px
}

blockquote {
    font-style: italic;
    border-left: 1px solid grey;
    color: grey;
    padding-left: 1em;
    margin-bottom: 1em
}

hr {
    border: 0;
    height: 2px;
    background: #eee;
    margin: 2em 0
}

abbr {
    border-bottom: 1px dotted grey;
    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 0;
    text-transform: uppercase;
    line-height: 1.1
}

em,
i {
    font-style: italic
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

dl {
    overflow: hidden;
    margin: 0 0 1em
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

img,
object,
video {
    max-width: 100%;
    height: auto
}

iframe {
    margin-bottom: 1em
}

figure {
    margin-bottom: 1em
}

figure img {
    margin-bottom: .5em
}

figcaption {
    font-style: italic
}

form ol,
form ul {
    list-style: none;
    margin-left: 0
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0
}
/*
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0 1px 0
}

input,
textarea {
    width: 100%;
    border: 1px solid grey;
    padding: .5em .65rem
}
*/
input[type=number],
input[type=search],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none
}

button,
input[type=submit] {
   /* padding: .5em;
    background: #333;
    border: 1px solid grey;
    cursor: pointer*/
}

.ui-dialog-buttonset button {
    background: #fff
}

input[type=checkbox],
input[type=radio] {
    width: auto;
    margin-right: .3em
}

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: grey;
    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 grey;
    color: grey
}
/*
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid grey;
    width: 100%
}

th {
    text-align: left;
    border: 1px solid grey;
    padding: .2em
}

td {
    border: 1px solid grey;
    padding: .2em
}
*/
@-moz-document url-prefix() {
    table.emptycell {
        border-collapse: separate!important;
        border-spacing: 1px!important;
        border: none!important;
        background-color: grey!important
    }
    table.emptycell td {
        border: unset
    }
    table.emptycell td:empty {
        visibility: initial!important;
        background-color: #fff
    }
}

.animate-fade {
    -webkit-transition: opacity, .3s, ease-out;
    transition: opacity, .3s, ease-out
}

.animate-fade:hover {
    opacity: 0
}

.animate-move {
    -webkit-transition: all, .8s, ease-in-out;
    transition: all, .8s, ease-in-out
}

.animate-move:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

.agency-homepage #breadcrumbs-container {
    display: none
}

.agency-homepage #block-opa-theme-local-tasks {
    display: none
}

.container.agency-name {
    max-width: 1500px
}

.container.agency-name h2 {
    margin-bottom: 0
}

.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
}

.agency-header header {
    max-width: 100%
}

.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 .cd-header-buttons {
    top: 0
}

.agency-header header .cd-header-buttons a {
    text-decoration: none
}

.agency-header header .open-nav {
    top: 25px;
    right: -45px
}

.agency-header header .agency {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.agency-header header .container {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.agency-header header .agency-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 30px;
    position: relative
}

.agency-header header .agency-name h2 {
    color: #212121;
    font-size: 19px;
    font-weight: 700;
    min-width: 200px
}

.agency-header header .agency-name h2 a {
    border-bottom: 1px solid transparent;
    color: #000
}

.agency-header header .agency-name h2 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #212121;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.agency-header header .agency-name h2 a:visited {
    color: #000;
    text-decoration: none!important
}

.agency-header header #top-agency-name {
    background: #112e51;
    text-transform: none;
    max-width: 100%;
    padding: 0;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0
}

.agency-header header #top-agency-name .dol-logo-area--small {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.agency-header header #top-agency-name>.container {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%
}

.agency-header header #top-agency-name h1 {
    color: #fff;
    font-size: 14px;
    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-breadcrumbs {
    display: none
}

.agency-header #block-opa-theme-page-title h1 {
    margin: 0
}

.agency-header #block-opa-theme-page-title span {
    padding: 2% 0 2% 0;
    margin-bottom: 0;
    font-size: 19px;
    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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.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: 42px
}

@media screen and (min-width:993px) {
    .agency-header .search .notoolbar-buttons a,
    .agency-header .secondarylinks-container .notoolbar-buttons a {
        line-height: 42px
    }
}

.agency-header .search .secondary-links a,
.agency-header .secondarylinks-container .secondary-links a {
    font-size: 14px;
    text-transform: uppercase;
    color: inherit
}

.agency-header .search .secondary-links a+a,
.agency-header .secondarylinks-container .secondary-links a+a {
    margin-left: 20px
}

@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 .form input,
.agency-header .secondarylinks-container .form input {
    width: 15vw;
    height: auto;
    padding: 6px
}

.agency-header .search .form .input-group-btn button[type=submit],
.agency-header .secondarylinks-container .form .input-group-btn button[type=submit] {
    margin: 0
}

.agency-header #search-placeholder form.agency-search-placeholder {
    display: none
}

.agency-header #search-placeholder .input-group-btn {
    font-size: 12px;
    margin-left: -2px
}

.agency-header #search-placeholder input::-webkit-input-placeholder {
    color: #5b616b
}

.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 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 {
    background: #0071bc
}

#header-content .agency-nav-container,
#header-content .main-nav-container {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-width: 0;
    width: auto;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    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 form.searchbox,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border: #5b616b 1px solid;
    border-radius: 3px;
    height: 50px;
    background-color: #fff
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .searchbox-input,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .searchbox-input,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .searchbox-input,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .searchbox-input {
    border: 0;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .searchbox-input:focus,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .searchbox-input:focus,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .searchbox-input:focus,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .searchbox-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button,
#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
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button svg,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button svg,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button svg,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button svg {
    color: #0071bc
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox button.search-button,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox button.search-button,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox button.search-button,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox button.search-button {
    padding: 5px 10px
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border: #5b616b 1px solid;
    border-radius: 5px;
    height: 50px;
    background-color: #fff
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .searchbox-input,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .searchbox-input,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .searchbox-input,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .searchbox-input {
    border: 0
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn .search-button,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn .search-button,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn .search-button,
#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
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn .search-button svg,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn .search-button svg,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn .search-button svg,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn .search-button svg {
    color: #0071bc
}

#header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .searchbox-input,
#header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .searchbox-input,
#header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .searchbox-input,
#header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .searchbox-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 50%
}

@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;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100vw - 40px);
        -ms-flex-item-align: center;
        align-self: center;
        margin: 1em auto .5em auto
    }
    #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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media all and (max-width:992px) {
    #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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media all and (min-width:993px) {
    #header-content .agency-nav-container.nav-is-open>.container,
    #header-content .main-nav-container.nav-is-open>.container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:0px) {
    #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: -webkit-box;
        display: -ms-flexbox;
        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: 16px
    }
}

@media only screen and (max-width:479px) {
    .agency-header .header .agency-name {
        padding: 15px
    }
    .agency-header .agency-name {
        padding: 15px
    }
    .agency-header .agency-name a h2 {
        font-size: 14px!important;
        padding: 5%
    }
}

.apprenticeship-menu {
    background-color: #f1f1f1
}

.apprenticeship-menu .nav-container {
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto
}

.apprenticeship-menu .nav-container .cd-tertiary-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media all and (min-width:993px) {
    .apprenticeship-menu .nav-container .cd-tertiary-nav,
    .apprenticeship-menu .nav-container .usa-nav-primary {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        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: 14px;
    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: none
}

@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
}

.dol-accordion .card-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    cursor: pointer
}

.dol-accordion .card-header a {
    color: #212121;
    line-height: 20px;
    text-decoration: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dol-accordion .card-header a i {
    width: 20px
}

.dol-accordion .card-header a .field {
    padding: 0
}

.dol-accordion .card-header a:hover {
    color: inherit
}

.dol-accordion .card-header a:active,
.dol-accordion .card-header a:focus,
.dol-accordion .card-header a:hover {
    outline: 0
}

.dol-accordion .card-header h5 {
    font-size: 17px
}

.dol-accordion .card-header:active,
.dol-accordion .card-header:focus {
    outline: 3px solid #008bf2
}

.dol-accordion .card {
    border-width: .5px;
    border-radius: 0;
    border: 1px solid #d6d7d9
}

.dol-accordion .card-block {
    padding: 30px
}

@media screen and (max-width:900px) {
    .dol-accordion .card-block {
        padding: 10px
    }
    .dol-accordion .table td {
        padding: 5px
    }
}

.accordion-group {
    padding: 0!important
}

.accordion-group .panel-toggler {
    padding: 15px 0 15px 0
}

.accordion-group .dol-accordion-border .card-header:hover {
    background-color: #d6d7d9
}

.accordion-group .dol-accordion-light .card-header {
    background-color: #fff;
    border-bottom: 1px solid #aeb0b5
}

.accordion-group .dol-accordion-light .card {
    border: none
}

.accordion-group .dol-accordion-light .card-block {
    padding: 20px 30px
}

.dol-alerts {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
    padding: 1em;
    display: block;
    position: relative;
    max-width: 90em;
    margin: 1em auto
}

.dol-alerts h2 {
    height: auto;
    width: auto;
    color: #212121;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px
}

.dol-alerts p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212121;
    font-size: 17px;
    line-height: 26px;
    padding-top: .3em
}

@media only screen and (max-width:1200px) {
    .dol-alerts p {
        display: table
    }
}

.dol-alerts a {
    color: #0071bc!important
}

.dol-alerts svg.fa-times {
    width: 14px!important;
    height: 17px;
    color: #212121;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.dol-alerts .alert-text {
    padding-left: 1em
}

.dol-alerts.paragraph--type--contextual-alerts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dol-contextual-alert-success {
    border-left: 4px solid #2e8540;
    background-color: #e7f4e4
}

.dol-contextual-alert-success i,
.dol-contextual-alert-success svg {
    height: 26px;
    width: 42px!important;
    color: #212121;
    font-size: 26px;
    line-height: 26px;
    float: left
}

.dol-contextual-alert-warning {
    border-left: 4px solid #fdb81e;
    background-color: #fff1d2
}

.dol-contextual-alert-warning i,
.dol-contextual-alert-warning svg {
    height: 26px;
    width: 42px!important;
    color: #212121;
    font-size: 26px;
    line-height: 26px;
    float: left
}

.dol-contextual-alert-error {
    border-left: 4px solid #e31c3d;
    background-color: #f9dede
}

.dol-contextual-alert-error i,
.dol-contextual-alert-error svg {
    height: 26px;
    width: 42px!important;
    color: #212121;
    font-size: 26px;
    line-height: 26px;
    float: left
}

.dol-contextual-alert-inform,
.dol-contextual-alert-inform-with-comment {
    border-left: 4px solid #02bfe7;
    background-color: #e1f3f8
}

.dol-contextual-alert-inform i,
.dol-contextual-alert-inform svg,
.dol-contextual-alert-inform-with-comment i,
.dol-contextual-alert-inform-with-comment svg {
    height: 26px;
    width: 42px!important;
    color: #212121;
    font-size: 26px;
    line-height: 26px;
    float: left
}

.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
}

.paragraph--type--contextual-alerts {
    border: 1px solid #aeb0b5;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.paragraph--type--contextual-alerts .alert-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative
}

.paragraph--type--contextual-alerts .alert-content-container .field--name-field-alert-headline {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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-headline p {
    font-weight: 700;
    margin-bottom: .25em
}

.paragraph--type--contextual-alerts .alert-content-container .field--name-field-alert-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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: 17px;
    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
}

#block-opa-theme-breadcrumbs {
    background-color: #f1f1f1
}

#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: 13px!important;
    color: #0071bc!important;
    text-decoration: none
}

#breadcrumbs-container ul a,
#breadcrumbs-container ul li a {
    font-size: 13px!important;
    color: #0071bc!important
}

#breadcrumbs-container ul>span {
    font-size: 13px!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 0 5px;
    font-size: 9px!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
    }
    #breadcrumbs-container ul.breadcrumbs {
        margin-left: 0
    }
}

#breadcrumbs-container-fill {
    background-color: #323a45;
    height: 20px;
    width: 100%
}

.homepage #block-opa-theme-breadcrumbs {
    display: none
}

.search-button {
    background-color: #0071bc
}

.search-button i {
    font-size: 18px
}

.search-button:hover {
    background-color: #205493
}

.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: "\00d7";
    color: #0071bc
}

.autologout-dialog .ui-dialog-titlebar-close {
    top: 46%;
    width: 25px;
    height: 25px
}

.news-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.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 .dol-filter-body h3 {
    margin-bottom: 20px
}

.dol-filter-light .dol-filter-body {
    background-color: transparent!important
}

#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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    height: 3.4em;
    line-height: 1
}

#block-exposedformnewsletter-homepage-2 .chosen-single,
#views-exposed-form-group-nodes-page-1 .chosen-single {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-color: #fff;
    background-size: 5px 5px, 5px 5px, 1px 2em;
    background-repeat: no-repeat;
    padding: 5px 75px 30px 10px
}

#block-exposedformnewsletter-homepage-2 .chosen-container-single .chosen-single div b,
#views-exposed-form-group-nodes-page-1 .chosen-container-single .chosen-single div b {
    background-image: none!important
}

#block-exposedformnewsletter-homepage-2 .card-header,
#views-exposed-form-group-nodes-page-1 .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    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: 17px;
    margin-left: 11px
}

#block-exposedformnewsletter-homepage-2 .card,
#views-exposed-form-group-nodes-page-1 .card {
    border: none
}

#block-exposedformnewsletter-homepage-2 .card-block,
#views-exposed-form-group-nodes-page-1 .card-block {
    background-color: #f1f1f1;
    margin-top: 2em;
    margin: 2em 1em 0 1em
}

#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 7px
}

#block-exposedformnewsletter-homepage-2 #headingOne>h5,
#views-exposed-form-group-nodes-page-1 #headingOne>h5 {
    width: auto;
    background: 0 0
}

#block-exposedformnewsletter-homepage-2 #headingOne>h5:focus #block-exposedformnewsletter-homepage-2 #headingOne>h5:hover #block-exposedformnewsletter-homepage-2 #headingOne>h5:active,
#block-exposedformnewsletter-homepage-2 #headingOne>h5:focus #block-exposedformnewsletter-homepage-2 #headingOne>h5:hover #views-exposed-form-group-nodes-page-1 #headingOne>h5:active,
#block-exposedformnewsletter-homepage-2 #headingOne>h5:focus #views-exposed-form-group-nodes-page-1 #headingOne>h5:hover #block-exposedformnewsletter-homepage-2 #headingOne>h5:active,
#block-exposedformnewsletter-homepage-2 #headingOne>h5:focus #views-exposed-form-group-nodes-page-1 #headingOne>h5:hover #views-exposed-form-group-nodes-page-1 #headingOne>h5:active,
#views-exposed-form-group-nodes-page-1 #headingOne>h5:focus #block-exposedformnewsletter-homepage-2 #headingOne>h5:hover #block-exposedformnewsletter-homepage-2 #headingOne>h5:active,
#views-exposed-form-group-nodes-page-1 #headingOne>h5:focus #block-exposedformnewsletter-homepage-2 #headingOne>h5:hover #views-exposed-form-group-nodes-page-1 #headingOne>h5:active,
#views-exposed-form-group-nodes-page-1 #headingOne>h5:focus #views-exposed-form-group-nodes-page-1 #headingOne>h5:hover #block-exposedformnewsletter-homepage-2 #headingOne>h5:active,
#views-exposed-form-group-nodes-page-1 #headingOne>h5:focus #views-exposed-form-group-nodes-page-1 #headingOne>h5:hover #views-exposed-form-group-nodes-page-1 #headingOne>h5:active {
    background: 0 0
}

#block-exposedformnewsletter-homepage-2 #headingOne>h5 a,
#views-exposed-form-group-nodes-page-1 #headingOne>h5 a {
    color: #fff;
    padding: 10px;
    font-size: 17px
}

#block-exposedformnewsletter-homepage-2 #headingOne>h5 a:active,
#block-exposedformnewsletter-homepage-2 #headingOne>h5 a:focus,
#block-exposedformnewsletter-homepage-2 #headingOne>h5 a:hover,
#views-exposed-form-group-nodes-page-1 #headingOne>h5 a:active,
#views-exposed-form-group-nodes-page-1 #headingOne>h5 a:focus,
#views-exposed-form-group-nodes-page-1 #headingOne>h5 a:hover {
    outline: 0
}

#block-exposedformnewsletter-homepage-2 .js-form-item,
#views-exposed-form-group-nodes-page-1 .js-form-item {
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

#block-exposedformnewsletter-homepage-2 #edit-release-date,
#views-exposed-form-group-nodes-page-1 #edit-release-date {
    border: .1rem solid #205493
}

#block-exposedformnewsletter-homepage-2 #edit-actions,
#views-exposed-form-group-nodes-page-1 #edit-actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: right
}

#block-exposedformnewsletter-homepage-2 #edit-submit-newsletter-home,
#views-exposed-form-group-nodes-page-1 #edit-submit-newsletter-home {
    height: auto;
    line-height: 0;
    border: 2px solid #0071bc
}

#block-exposedformnewsletter-homepage-2 #edit-submit-newsletter-home:hover,
#views-exposed-form-group-nodes-page-1 #edit-submit-newsletter-home:hover {
    border: 2px solid #205493
}

#block-exposedformnewsletter-homepage-2 #edit-submit-newsletter-home:active,
#views-exposed-form-group-nodes-page-1 #edit-submit-newsletter-home:active {
    background-color: #112e51;
    border: 2px solid #112e51
}

#block-exposedformnewsletter-homepage-2 #edit-submit-newsletter-home:focus,
#views-exposed-form-group-nodes-page-1 #edit-submit-newsletter-home:focus {
    outline: 3px solid #008bf2;
    outline-offset: 1px
}

#block-exposedformnewsletter-homepage-2 #edit-reset,
#views-exposed-form-group-nodes-page-1 #edit-reset {
    height: 2em;
    line-height: 0;
    color: #0071bc;
    background-color: #fff!important;
    border: 2px solid #0071bc
}

#block-exposedformnewsletter-homepage-2 #edit-reset:hover,
#views-exposed-form-group-nodes-page-1 #edit-reset:hover {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    background-color: #fff;
    border: 2px solid #205493;
    color: #205493
}

#block-exposedformnewsletter-homepage-2 #edit-reset:active,
#views-exposed-form-group-nodes-page-1 #edit-reset:active {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    background-color: #fff;
    border: 2px solid #112e51;
    color: #112e51
}

#block-exposedformnewsletter-homepage-2 #edit-reset:focus,
#views-exposed-form-group-nodes-page-1 #edit-reset:focus {
    outline: 3px solid #008bf2;
    outline-offset: 1px
}

#block-exposedformnewsletter-homepage-2 #edit-title,
#views-exposed-form-group-nodes-page-1 #edit-title {
    margin-top: 0;
    border: 1px solid #aeb0b5;
    height: 35px;
    border-radius: 3px
}

#block-exposedformnewsletter-homepage-2 label,
#views-exposed-form-group-nodes-page-1 label {
    margin: 0;
    padding: 0
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    #block-exposedformnewsletter-homepage-2 .chosen-container {
        width: 300px!important
    }
    #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 {
    padding-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#views-exposed-form-group-nodes-page-1 .js-form-item {
    margin-left: .5em;
    padding-bottom: 0
}

#views-exposed-form-group-nodes-page-1 .js-form-status {
    margin-left: -.2em
}

#views-exposed-form-group-nodes-page-1 #edit-submit-group-nodes {
    height: 2em;
    border: 2px solid #0071bc;
    margin-top: -10px;
    line-height: 0
}

#views-exposed-form-group-nodes-page-1 #edit-submit-group-nodes:hover {
    color: #0071bc;
    background-color: #fff!important;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    text-decoration: underline!important
}

#views-exposed-form-group-nodes-page-1 #edit-actions {
    margin-top: 1.6em;
    margin-left: .5em;
    padding: 0
}

@media only screen and (min-width:0px) {
    #block-exposedformnewsletter-homepage-2 #edit-agency,
    #block-exposedformnewsletter-homepage-2 .chosen-container,
    #block-exposedformnewsletter-homepage-2 .js-form-item,
    #views-exposed-form-group-nodes-page-1 #edit-agency,
    #views-exposed-form-group-nodes-page-1 .chosen-container,
    #views-exposed-form-group-nodes-page-1 .js-form-item {
        width: 100%!important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.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
}

.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
}

.press_prev-next {
    background-color: #f1f1f1;
    max-width: 900px;
    margin: 15px 0;
    padding: 5px
}

.press_prev-next h3 {
    padding: 20px 0 0 20px;
    margin-bottom: 0
}

.press_prev-next .flippy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em 0
}

.press_prev-next .flippy .flippy-previous {
    margin-right: 5px
}

.press_prev-next .flippy .flippy-next {
    margin-left: 5px
}

.press_prev-next .flippy li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0
}

.press_prev-next .flippy li:active,
.press_prev-next .flippy lifocus {
    outline: 3px solid #008bf2
}

.press_prev-next .flippy li a {
    padding: 0 10px 10px 10px;
    display: block;
    white-space: normal
}

.press_prev-next .flippy li a:active,
.press_prev-next .flippy li a:focus {
    outline: 0
}

.press_prev-next .flippy li p {
    margin: 0;
    padding: 0 10px;
    font-weight: 700
}

@media only screen and (max-width:768px) {
    .press_prev-next .flippy {
        display: grid
    }
    .press_prev-next .flippy .flippy-next,
    .press_prev-next .flippy .flippy-previous {
        margin: 0
    }
}

.footer-scroll-to-top {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 20%;
    margin-left: auto;
    max-width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-scroll-to-top:visited {
    color: #0071bc
}

.footer-scroll-to-top span {
    margin-right: 10px
}

@media only screen and (max-width:479px) {
    a.footer-scroll-to-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        max-width: none
    }
}

footer a:visited {
    color: #0071bc
}

footer .dol-footer-primary {
    max-width: 100%;
    margin: 0;
    background-color: #f7f7f7
}

@media only screen and (min-width:0px) {
    footer .dol-footer-primary {
        padding: 0 10px
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-primary {
        padding: 0 30px
    }
}

footer .dol-footer-primary .width {
    max-width: 1440px;
    margin: auto
}

footer .dol-footer-nav {
    background: #ececec;
    padding: 0
}

footer .dol-footer-nav .nav-container {
    background: 0 0;
    display: block
}

footer .dol-footer-nav .nav-container ul li a {
    color: #212121
}

footer .dol-footer-nav .nav-container ul li a span {
    color: #212121
}

footer .dol-footer-nav .nav-container ul li a:hover {
    text-decoration: underline
}

footer .dol-footer-nav .nav-container ul li a:hover span {
    border-bottom: none
}

@media only screen and (min-width:0px) {
    footer .dol-footer-nav .nav-container ul li+li {
        border-top: 1px solid #aeb0b5;
        border-left: 0
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-nav .nav-container ul li+li {
        border-left: 1px solid #aeb0b5;
        border-top: 0
    }
}

footer .dol-footer-nav-menu {
    background: #ececec
}

@media only screen and (min-width:0px) {
    footer .dol-footer-nav-menu {
        padding: 0 10px;
        margin: none
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-nav-menu {
        padding: 0 30px
    }
}

footer footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

footer .dol-secondary-menu-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .dol-secondary-menu-footer-menu ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

footer .contact-block p.dol-footer-description-1 {
    margin-top: 1rem
}

footer .contact-block p.dol-footer-description-2 {
    margin-bottom: 1rem
}

@media only screen and (min-width:0px) {
    footer .dol-footer-primary_section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 0;
        margin: 20px auto;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media all and (min-width:0px) and (max-width:959px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    footer .dol-footer-primary_section {
        display: block;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding: 20px 10px 20px 20px
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer .dol-footer-primary_section {
        padding: 20px 10px 20px 20px;
        margin: 0 auto
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-primary_section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0
    }
}

footer .dol-footer-primary_section .dol-footer-seal {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%
}

@media only screen and (min-width:0px) {
    footer .dol-footer-primary_section .dol-footer-seal {
        display: inherit;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-primary_section .dol-footer-seal {
        display: block;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer .dol-footer-primary_section .dol-footer-seal {
        margin-top: 20px
    }
}

footer .dol-footer-primary_section .dol-footer-seal .footer-seal-block {
    max-width: 300px
}

@media only screen and (min-width:0px) {
    footer .dol-footer-primary_section .dol-footer-seal .footer-seal-block {
        width: 100%;
        float: none;
        margin-top: 0
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-primary_section .dol-footer-seal .footer-seal-block {
        width: 75%;
        float: left;
        padding-top: 0;
        margin-top: 0
    }
}

footer .dol-footer-primary_section .dol-footer-seal .dol-seal {
    height: 100px;
    margin-bottom: 30px
}

footer .dol-footer-primary_section .dol-footer-seal .dol-seal img {
    height: 120px;
    width: 120px
}

@media only screen and (min-width:960px) {
    footer .dol-footer-primary_section .dol-footer-seal .dol-seal img {
        height: 120px;
        width: 120px
    }
}

@media only screen and (min-width:0px) {
    footer .dol-footer-primary_section .dol-footer-seal .dol-seal {
        padding-right: 20px
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-primary_section .dol-footer-seal .dol-seal {
        padding-right: 0
    }
}

@media all and (min-width:0px) and (max-width:951px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    footer .dol-footer-primary_section .dol-footer-seal .dol-seal {
        padding-right: 0;
        width: 40%;
        float: left
    }
}

footer .dol-footer-primary_section .dol-primary-footer-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%
}

footer .dol-footer-secondary {
    max-width: 1440px
}

footer section.dol-footer-secondary {
    max-width: 100%;
    margin: 0;
    padding: 0 30px 0 30px
}

@media all and (min-width:0px) and (max-width:959px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    footer section.dol-footer-secondary {
        display: inline-block;
        width: 100%
    }
}

footer section.dol-footer-secondary span i {
    margin-top: 20px;
    padding-bottom: 8px
}

footer footer .popover {
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    max-width: 138px!important
}

footer footer .popover-content {
    height: 49px;
    margin: 0;
    padding: 0!important;
    max-width: 5%;
    margin-left: 7%;
    color: #0071bc
}

@media only screen and (min-width:0px) {
    footer footer .popover-content {
        background-color: #f7f7f7;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width:960px) {
    footer footer .popover-content {
        background-color: #ececec;
        padding-bottom: 15px;
        padding-top: 15px
    }
}

footer footer .popover-content div div.width-inner-padding {
    margin: 0 auto!important
}

@media only screen and (min-width:0px) {
    footer footer .popover-content div div.width-inner-padding {
        border-top: #b5b5b5 1px solid;
        padding: 0;
        margin: 0 30px
    }
}

@media only screen and (min-width:960px) {
    footer footer .popover-content div div.width-inner-padding {
        border-top: none;
        padding: 0 30px;
        margin: 0
    }
}

footer .dol-secondary-footer-menu ul {
    margin-top: 65px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media only screen and (min-width:0px) {
    footer .dol-secondary-footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:0px) and (max-width:959px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    footer .dol-secondary-footer-menu {
        display: block
    }
}

@media only screen and (min-width:960px) {
    footer .dol-secondary-footer-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

footer .dol-footer-secondary-container {
    max-width: 1440px;
    margin: auto
}

@media only screen and (min-width:0px) {
    footer .dol-footer-secondary-container {
        display: block;
        padding: 0
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-secondary-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .dol-footer-secondary-container .dol-utility-menu {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    width: 100%
}

footer .dol-footer-secondary-container .dol-utility-menu ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

footer .dol-footer-secondary-container .dol-utility-menu ul li h4 {
    font-size: 10px;
    font-family: "Source Sans Pro", sans-serif
}

footer .dol-footer-secondary-container .dol-utility-menu ul li h4:after:not(:first-child) {
    border-left: 1px #000 solid
}

footer .dol-footer-secondary-container .social-media-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media only screen and (min-width:0px) {
    footer .dol-footer-secondary-container .social-media-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-secondary-container .social-media-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
        flex: 1 1 55%;
        width: auto
    }
}

footer .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) {
    footer .dol-footer-secondary-container .social-media-block p {
        margin-left: 0;
        margin-right: 0;
        display: block;
        font-size: 15px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-secondary-container .social-media-block p {
        display: inline;
        margin-right: 10px;
        font-size: 15px;
        margin-bottom: 0
    }
}

footer .social-media-icons {
    height: inherit;
    margin: 0;
    line-height: 45px;
    margin: 0;
    height: 36px;
    text-align: center;
    position: relative;
    top: 3px
}

@media only screen and (min-width:0px) {
    footer .social-media-icons {
        margin-left: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin-left: 0
    }
}

@media only screen and (min-width:960px) {
    footer .social-media-icons {
        display: inline;
        font-size: 10px;
        margin-bottom: 0;
        margin-left: 0
    }
}

footer .social-media-icons a {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    border: 3px solid #aeb0b5;
    border-radius: 20px;
    margin-right: 7px
}

footer .social-media-icons a:hover {
    color: #0071bc;
    border: 3px solid #0071bc
}

footer .social-media-icons a:hover svg {
    width: unset!important;
    color: #0071bc
}

footer .social-media-icons a:hover svg {
    color: #0071bc!important
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    footer .social-media-icons a {
        margin: auto
    }
}

@media all and (min-width:951px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    footer .social-media-icons a {
        margin-left: 5px
    }
}

footer .social-media-icons i {
    position: relative;
    bottom: 8px;
    color: #212121;
    margin: 0;
    vertical-align: middle;
    display: inline-block
}

footer .social-media-icons i:hover {
    color: #0071bc
}

footer .social-media-icons svg {
    height: 17px;
    width: 17px;
    color: #000
}

@media only screen and (min-width:0px) {
    footer .social-media-icons svg {
        margin-bottom: 6px
    }
}

@media only screen and (min-width:960px) {
    footer .social-media-icons svg {
        margin-bottom: 6px
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer .social-media-icons svg {
        margin-bottom: 6px
    }
}

footer .social-media-icons svg:hover {
    color: #0071bc
}

footer .dol-name-and-seal h5 {
    margin: 0;
    margin-top: 1.1em!important;
    font-size: 15px;
    margin-bottom: 1.1em;
    text-transform: uppercase
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer .dol-name-and-seal h5 {
        margin: 0;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer p.agency_name-footer {
        padding: 10px 0
    }
}

footer p.agency_page-footer {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 20px;
    max-width: 200px
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer p.agency_page-footer {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 17px;
        line-height: 1.55em
    }
}

footer .contact-block p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer .contact-block p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 17px;
        line-height: 1.55em
    }
}

footer .dol-footer-primary {
    clear: both;
    padding-top: 10px;
    padding-bottom: 15px
}

@media only screen and (min-width:0px) {
    footer .dol-footer-primary div div.width-inner-padding {
        padding: 0 0
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-primary div div.width-inner-padding {
        padding: 0 30px
    }
}

footer .footer-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

@media only screen and (min-width:0px) {
    footer .footer-column {
        margin-right: 15px
    }
}

@media only screen and (max-width:479px) {
    footer .footer-column {
        margin-left: 20px
    }
}

footer .footer-column button.accordion {
    width: 100%
}

@media only screen and (min-width:0px) {
    footer .footer-column button.accordion {
        background: 0 0;
        border-radius: 0;
        float: left;
        padding: 15px 15px 15px 0;
        margin: 0;
        cursor: pointer;
        border: 0;
        text-align: left;
        color: #212121;
        font-weight: 700;
        font-size: 17px;
        text-transform: uppercase
    }
    footer .footer-column button.accordion:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
    }
}

@media only screen and (min-width:960px) {
    footer .footer-column button.accordion {
        background: 0 0;
        padding-top: 0;
        color: #000;
        margin-bottom: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: text
    }
    footer .footer-column button.accordion:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (min-width:0px) {
    footer .footer-column div.panel.active {
        display: block
    }
}

@media only screen and (min-width:960px) {
    footer .footer-column div.panel.active {
        display: block
    }
}

footer .footer-column div.panel {
    border-bottom: none
}

@media only screen and (min-width:0px) {
    footer .footer-column div.panel {
        display: none
    }
}

@media only screen and (min-width:960px) {
    footer .footer-column div.panel {
        display: block
    }
}

footer .footer-column div.panel ul {
    margin-top: 30px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 5px;
    border-bottom: none
}

footer .footer-secondary-nav-menu {
    list-style-type: none;
    padding: 0;
    margin-top: 60px
}

footer .footer-secondary-nav-menu li {
    padding: 0;
    padding-top: 0;
    padding-bottom: 8px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    line-height: 22.1px
}

footer .footer-secondary-nav-menu li a {
    text-decoration: none;
    font-size: 17px
}

footer .footer-secondary-nav-menu li a:hover {
    text-decoration: underline
}

footer #block-utilitymenu {
    text-align: right
}

footer #block-utilitymenu 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";
    font-size: 13px;
    line-height: 17px
}

footer #block-utilitymenu a+a {
    border-left: 1px solid #a9a9a9
}

@media only screen and (min-width:0px) {
    footer #block-utilitymenu {
        display: none!important
    }
}

@media only screen and (min-width:768px) {
    footer #block-utilitymenu {
        display: block!important;
        padding: 20px
    }
}

footer #block-utilitymenu a:last-child {
    padding-right: 0
}

footer svg.svg-inline--fa.fa-youtube.fa-w-18 {
    height: 17px;
    width: 17px;
    color: #000
}

@media only screen and (min-width:0px) {
    footer svg.svg-inline--fa.fa-youtube.fa-w-18 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:960px) {
    footer svg.svg-inline--fa.fa-youtube.fa-w-18 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer svg.svg-inline--fa.fa-youtube.fa-w-18 {
        margin-bottom: 3px
    }
}

footer svg.svg-inline--fa.fa-instagram.fa-w-14 {
    height: 17px;
    width: 17px;
    color: #000
}

@media only screen and (min-width:0px) {
    footer svg.svg-inline--fa.fa-instagram.fa-w-14 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:960px) {
    footer svg.svg-inline--fa.fa-instagram.fa-w-14 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer svg.svg-inline--fa.fa-instagram.fa-w-14 {
        margin-bottom: 3px
    }
}

footer svg.svg-inline--fa.fa-twitter.fa-w-16 {
    height: 17px;
    width: 17px;
    color: #000
}

@media only screen and (min-width:0px) {
    footer svg.svg-inline--fa.fa-twitter.fa-w-16 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:960px) {
    footer svg.svg-inline--fa.fa-twitter.fa-w-16 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer svg.svg-inline--fa.fa-twitter.fa-w-16 {
        margin-bottom: 3px
    }
}

footer svg.svg-inline--fa.fa-facebook-f.fa-w-9 {
    height: 17px;
    width: 17px;
    color: #000
}

@media only screen and (min-width:0px) {
    footer svg.svg-inline--fa.fa-facebook-f.fa-w-9 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:960px) {
    footer svg.svg-inline--fa.fa-facebook-f.fa-w-9 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer svg.svg-inline--fa.fa-facebook-f.fa-w-9 {
        margin-bottom: 3px
    }
}

footer svg.svg-inline--fa.fa-envelope.fa-w-16 {
    height: 17px;
    width: 17px;
    color: #000
}

@media only screen and (min-width:0px) {
    footer svg.svg-inline--fa.fa-envelope.fa-w-16 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:960px) {
    footer svg.svg-inline--fa.fa-envelope.fa-w-16 {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    footer svg.svg-inline--fa.fa-envelope.fa-w-16 {
        margin-bottom: 3px
    }
}

footer svg.svg-inline--fa.fa-plus-square.fa-w-14 {
    color: #0071bc;
    height: 14px;
    float: right
}

@media only screen and (min-width:0px) {
    footer svg.svg-inline--fa.fa-plus-square.fa-w-14 {
        display: block!important
    }
}

@media only screen and (min-width:960px) {
    footer svg.svg-inline--fa.fa-plus-square.fa-w-14 {
        display: none!important
    }
}

footer svg.svg-inline--fa.fa-minus-square.fa-w-14 {
    color: #0071bc;
    height: 14px;
    float: right
}

@media only screen and (min-width:0px) {
    footer svg.svg-inline--fa.fa-minus-square.fa-w-14 {
        display: block!important
    }
}

@media only screen and (min-width:960px) {
    footer svg.svg-inline--fa.fa-minus-square.fa-w-14 {
        display: none!important
    }
}

footer .footer-seal-header {
    font-family: "Source Sans Pro", sans-serif
}

footer .dol-footer-nav {
    margin: 0
}

footer .dol-footer-nav .panel {
    width: 100%;
    background: #ececec;
    border-top: 1px solid #aeb0b5;
    border-bottom: 1px solid #aeb0b5
}

@media only screen and (min-width:0px) {
    footer .dol-footer-nav .panel {
        border-top: 1px solid #aeb0b5;
        border-bottom: 1px solid #aeb0b5
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-nav .panel {
        border-top: none;
        border-bottom: none
    }
}

footer .dol-footer-nav .panel ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width:0px) {
    footer .dol-footer-nav .panel ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-nav .panel ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px
    }
}

footer .dol-footer-nav .panel ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media only screen and (min-width:0px) {
    footer .dol-footer-nav .panel ul li {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-nav .panel ul li {
        padding-top: 0;
        padding-bottom: 0
    }
}

footer .dol-footer-nav .panel ul li a {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    padding: 10px 15px 10px 15px;
    line-height: 1
}

@media only screen and (min-width:0px) {
    footer .dol-footer-nav .panel ul li a {
        text-align: left
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-nav .panel ul li a {
        text-align: center
    }
}

@media only screen and (min-width:0px) {
    footer .dol-footer-nav .panel ul li+li {
        border-top: 1px solid #aeb0b5;
        border-left: 0
    }
}

@media only screen and (min-width:960px) {
    footer .dol-footer-nav .panel ul li+li {
        border-left: 1px solid #aeb0b5;
        border-top: 0
    }
}

.footer-underline {
    text-decoration: underline
}

@media print {
    .ebsa-footer {
        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
}

input label {
    text-transform: uppercase
}

#user-login-form input,
#user-register-form input {
    height: 55px
}

#user-login-form input#edit-submit,
#user-register-form input#edit-submit {
    margin-top: 3em;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#user-login-form input:valid,
#user-register-form input:valid {
    border: 1px solid #5b616b!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

#user-login-form input.error,
#user-register-form input.error {
    border: 1px solid #d9534f!important;
    -webkit-box-shadow: 0 0 0 .1rem #d35c58!important;
    box-shadow: 0 0 0 .1rem #d35c58!important
}

#user-login-form .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-register-form .field-add-more-submit {
    color: #fff
}

#user-login-form .field-add-more-submit:hover,
#user-register-form .field-add-more-submit:hover {
    color: #0071bc
}

#user-login-form .js-form-item-name>label,
#user-login-form .js-form-item-pass>label,
#user-register-form .js-form-item-name>label,
#user-register-form .js-form-item-pass>label {
    display: none
}

#user-login-form .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
}

div#block-opa-theme-local-tasks ul.nav-tabs {
    margin-bottom: 10px
}

.agency-banner {
    position: relative;
    height: 100%
}

.agency-banner .banner-image img {
    border-bottom: 5px solid #00a6d2
}

.agency-banner .agency-bannerTitle h3 {
    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 h3 {
        line-height: 40px
    }
}

@media (max-width:768px) {
    .agency-banner .agency-bannerTitle h3 {
        font-size: 17px;
        line-height: 25px;
        bottom: 10px
    }
}

.landingContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.landingContent .dol-one-third {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.landingContent .dol-two-thirds {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.landingContent .dol-two-thirds .featured-stories-block .agency-header h2 {
    display: none
}

.landingContent .dol-two-thirds .featured-stories-block .agency-header h3 {
    font-size: 30px
}

.book-nav {
    margin-right: 30px;
    padding: 5px 0;
    width: 330px
}

@media only screen and (max-width:768px) {
    .landingContent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .landingContent .dol-one-third {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .landingContent .dol-one-third .dol-subnav-wrapper label>svg {
        display: block;
        float: right;
        margin-top: 11px;
        font-size: 20px
    }
    .landingContent .dol-two-thirds {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.agency-page-featured-image {
    margin-bottom: 1em;
    max-width: 100%
}

.agency-page-featured-image img {
    width: 100%;
    height: auto
}

div[role=main],
main[role=main] {
    color: #212121!important;
    line-height: 26px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px
}

main ul {
    list-style: disc
}

body {
    font: 100%/1.5 "Source Sans Pro", sans-serif
}

#block-opa-theme-content,
.cd-main-content {
    clear: both
}

.dol-front-homepage h2 {
    font-size: 30px;
    margin: 15px 0
}

.container {
    max-width: 1440px
}

.comma-list:not(:last-child):after {
    content: ',';
    margin-left: -3px
}

.pipe-list:not(:last-child):after {
    content: '\007C';
    padding: 0 5px 0 5px;
    font-weight: 300;
    font-size: 16px;
    margin-top: -3px
}

.greater-list:not(:last-child):after {
    content: '\232A';
    font-size: 14px;
    margin-left: 5px
}

.paragraph--type--row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.paragraph--type--row>div .field {
    padding: 0
}

.paragraph--type--row>div .field p {
    margin-bottom: .5em
}

.paragraph--type--row>div .table {
    margin: 0
}

.paragraph--type--row>div .table caption {
    padding-bottom: 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 {
        -ms-flex-preferred-size: 100%!important;
        flex-basis: 100%!important
    }
}

blockquote {
    border: none;
    max-width: 700px;
    height: auto;
    padding: 20px;
    margin: 20px;
    color: #212121;
    font-style: normal
}

@media only screen and (min-width:0px) and (max-width:951px) {
    blockquote {
        padding: 10px!important;
        margin: 0!important
    }
}

blockquote h3 {
    padding-bottom: .8em
}

blockquote button {
    font-size: 1.1rem;
    -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-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none
}

contentbox {
    display: block;
    border: 1px solid grey;
    max-width: 700px;
    height: auto;
    padding: 20px;
    margin: 20px;
    color: #212121;
    font-style: normal;
    margin-left: 0
}

@media only screen and (min-width:0px) and (max-width:951px) {
    contentbox {
        padding: 10px!important;
        margin: 0!important
    }
}

contentbox h3 {
    padding-bottom: .8em
}

contentbox button {
    font-size: 1.1rem;
    -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-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none
}

b,
strong {
    font-weight: bolder!important
}

.chosen-search-input input {
    height: 2.5em
}

.field--name-field-header p {
    font-size: 20px;
    text-transform: uppercase;
    color: #494440;
    font-weight: lighter;
    margin-bottom: -2em
}

@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%
    }
    html body div.layout-container main.cd-main-content {
        display: block!important
    }
    #block-opa-theme-page-title h1 {
        font-size: 35px
    }
    #top-agency-name {
        display: block!important;
        float: left
    }
}

@media screen and (max-width:375px) {
    .legacy-page {
        display: contents
    }
    .legacy-page td {
        width: 100%;
        display: inline-block
    }
}

#tfa-entry-form legend {
    font-size: 1em
}

#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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

main.active-book-page #block-opa-theme-content {
    padding-left: 30px
}

#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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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%
    }
}

.topic-wrapper ul {
    padding: 1em
}

.topic-wrapper ul li a:active,
.topic-wrapper ul li a:focus {
    outline: 0
}

.topic-wrapper ul li:active,
.topic-wrapper ul li:focus {
    outline: 3px solid #008bf2
}

@media only screen and (min-width:576px) {
    .inner-page .cd-overlay {
        display: none
    }
}

#dol-menu {
    z-index: 999!important
}

#block-footercss {
    display: none
}

#edit-field-pdf-override-wrapper {
    display: block!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;
    outline-offset: 1px!important;
    text-decoration: underline!important
}

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] {
    -webkit-transform: none;
    transform: none;
    height: auto
}

#header-content {
    height: auto;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header-content>div {
    width: 100%
}

@media screen and (max-width:899px) {
    #header-content .container .accessible-menu {
        display: none
    }
}

#header-content .container {
    height: 100%;
    max-width: 87em
}

.DOL-header-logo img {
    height: 65px;
    width: 65px;
    margin: 0
}

#top-agency-name h1,
#top-agency-name h2 {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0 10px
}

#top-agency-name a:hover {
    color: #205493
}

.agency-container--small a {
    border-bottom: 1px solid transparent
}

.agency-container--small a:hover {
    text-decoration: none!important
}

.agency-container--small a:hover h2 {
    border-bottom: 1px solid;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    color: #fff!important
}

.dol-logo-area--small h2 {
    color: #fff;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    width: 155px;
    text-align: center
}

.dol-logo-area {
    min-width: 100%
}

.dol-logo-area h1 {
    color: #212121;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid transparent
}

.dol-logo-area a:hover {
    color: #205493
}

.dol-logo-area h2 {
    color: #212121;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    margin: 0
}

@media (min-width:46.8em) {
    body>div>header>a>img {
        height: 65px!important
    }
}

.agency p {
    margin-bottom: 0
}

header.cd-main-header {
    max-width: 100%!important;
    background: #0071bc
}

.topics-left-column {
    background-color: #f1f1f1;
    border: 1px solid #5b616b;
    line-height: 1.2em;
    margin-left: 2em;
    margin-top: 2em;
    width: 14em;
    height: 17em;
    display: inline-block;
    float: left;
    padding: 1em;
    margin-right: 2em;
    margin-bottom: 7em
}

.topics-left-column ul>li>a {
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: none
}

.topics-left-column ul>li:nth-child(3)>a {
    line-height: 1em
}

.topics-left-column h2 {
    font-size: 20px
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0
}

@media screen and (max-width:992px) {
    #top-agency-name {
        border-bottom: 1px solid #979797
    }
}

#top-agency-name>.container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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
}

#top-agency-name a:hover h1,
#top-agency-name a:hover h2 {
    border-bottom: 1px solid;
    -webkit-transition: .2s all ease-in-out;
    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 .notoolbar-buttons,
#top-agency-name .secondarylinks-container .notoolbar-buttons {
    height: 42px
}

@media screen and (min-width:1200px) {
    #top-agency-name .search .notoolbar-buttons a,
    #top-agency-name .secondarylinks-container .notoolbar-buttons a {
        line-height: 42px
    }
}

#top-agency-name .search .secondary-links a,
#top-agency-name .secondarylinks-container .secondary-links a {
    font-size: 14px;
    text-transform: uppercase;
    color: inherit;
    border-bottom: 1px solid transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

#top-agency-name .search .secondary-links a+a,
#top-agency-name .secondarylinks-container .secondary-links a+a {
    margin-left: 20px
}

@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 .search .form .input-group-btn button[type=submit],
#top-agency-name .secondarylinks-container .form .input-group-btn button[type=submit] {
    margin: 0
}

#search-placeholder .input-group-btn {
    font-size: 12px;
    margin-left: -2px
}

#search-placeholder input::-webkit-input-placeholder {
    color: #5b616b
}

#search-placeholder input::-moz-placeholder {
    color: #5b616b
}

#search-placeholder input::-ms-input-placeholder {
    color: #5b616b
}

#search-placeholder input::placeholder {
    color: #5b616b
}

#search {
    margin-top: 10px
}

.sb-search {
    position: relative;
    margin-top: -5em;
    width: 0;
    min-width: 60px;
    height: 55px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
    color: #fff;
    margin-right: 2%
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: 0;
    background: 0 0;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 15px;
    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: none;
    outline: 0;
    z-index: -1
}

.sb-icon-search {
    color: #fff;
    z-index: 90;
    font-size: 2.3em;
    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.3em;
        float: left;
        margin-top: -11px;
        margin-right: 0;
        width: 80%
    }
    #top-agency-name .container {
        padding-left: 15px
    }
    #top-agency-name .container .DOL-header-logo img {
        width: 44px
    }
    .dol-logo-area h1,
    .dol-logo-area h2 {
        font-size: 14px
    }
}

@media screen and (max-width:1100px) {
    .logo {
        margin-left: 0
    }
    .top-agency-name h1,
    .top-agency-name p {
        margin-left: 6em
    }
    .sb-search-input {
        font-size: 16px
    }
    #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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /*padding: 10px 10px 10px 0*/
}

.cd-header-buttons {
    position: relative
}

@media screen and (min-width:0px) {
    .cd-header-buttons {
        top: 0
    }
}

@media screen and (min-width:0px) {
    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: 18px;
    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
    }
}

.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 .svg-inline--fa {
    margin: 0 5px 0 5px
}

.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) {
    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 .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 {
    padding-bottom: 20px
}

.ilab-countries-landing main .fa-chevron-right,
.ilab-goods-page main .fa-chevron-right,
.ilab-index-page main .fa-chevron-right,
.ilab-naalc-page main .fa-chevron-right,
.ilab-performance-page main .fa-chevron-right,
.ilab-products-page main .fa-chevron-right,
.ilab-research-page main .fa-chevron-right,
.ilab-submission-page main .fa-chevron-right,
.ilab-world-landing main .fa-chevron-right {
    font-size: 14px;
    border: 1px solid;
    padding: 5px;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    color: #0071bc
}

.ilab-countries-landing main .fa-chevron-down,
.ilab-goods-page main .fa-chevron-down,
.ilab-index-page main .fa-chevron-down,
.ilab-naalc-page main .fa-chevron-down,
.ilab-performance-page main .fa-chevron-down,
.ilab-products-page main .fa-chevron-down,
.ilab-research-page main .fa-chevron-down,
.ilab-submission-page main .fa-chevron-down,
.ilab-world-landing main .fa-chevron-down {
    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-right {
    font-size: 14px;
    border: 1px solid;
    padding: 5px;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    color: #0071bc
}

main[class*=ilab] .fa-chevron-down {
    font-size: 14px;
    border: 1px solid;
    padding: 5px;
    border-radius: 3px;
    color: #0071bc;
    height: 25px;
    width: 25px
}

.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 {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.views-field-field-exp-good-description-1 .ilab-summary-div ul li:not(:last-child):after,
.views-field-field-good-description .ilab-summary-div ul li:not(:last-child):after,
.views-field-field-naalc-summary .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 0 5px;
    font-weight: 500;
    font-size: 20px
}

.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-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
}

.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 .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
}

.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-naalc-summary .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0
}

.views-field-field-naalc-summary .ilab-summary-div ul li:not(:last-child):after {
    content: ',';
    margin: 0 5px 0 -4px
}

.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 .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: 0
}

.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 .dol-filter-body h3 {
    margin-bottom: 20px
}

.dol-filter-light .dol-filter-body {
    background-color: transparent!important
}

.ilab-countries-landing,
.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 #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
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-fields,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-fields,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-fields,
#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 .ilab-filter-fields,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-fields,
#block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-fields,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-fields,
#block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-fields,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-fields,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-fields,
#block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-fields,
#block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-fields {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

#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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformilab-index-pagesprojects-ilab-topics-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 #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#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-prod2list-of-prod-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformilab-naalcnaalc-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformilab-researchresearch-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformilab-submissionsubmission-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page,
#block-exposedformlist-of-products-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#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 #edit-active-from-date,
#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-active-to-date,
#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .form-autocomplete,
#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page input,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page .form-autocomplete,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page input,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-active-from-date,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-active-to-date,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .form-autocomplete,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page input,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .form-autocomplete,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page input,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .form-autocomplete,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page input,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .form-autocomplete,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page input,
#block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-naalcnaalc-ilab-index-view-page .form-autocomplete,
#block-exposedformilab-naalcnaalc-ilab-index-view-page input,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-active-from-date,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-active-to-date,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .form-autocomplete,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view input,
#block-exposedformilab-researchresearch-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-researchresearch-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-researchresearch-ilab-index-view-page .form-autocomplete,
#block-exposedformilab-researchresearch-ilab-index-view-page input,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-active-from-date,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-active-to-date,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page .form-autocomplete,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page input,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-active-from-date,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-active-to-date,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page .form-autocomplete,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page input,
#block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-submissionsubmission-ilab-index-view-page .form-autocomplete,
#block-exposedformilab-submissionsubmission-ilab-index-view-page input,
#block-exposedformlist-of-products-ilab-index-view-page #edit-active-from-date,
#block-exposedformlist-of-products-ilab-index-view-page #edit-active-to-date,
#block-exposedformlist-of-products-ilab-index-view-page .form-autocomplete,
#block-exposedformlist-of-products-ilab-index-view-page input {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 15px;
    font-size: 13px;
    height: 3.1em!important
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-active-from-date,
#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-active-to-date,
#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .chosen-search-input,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page .chosen-search-input,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-active-from-date,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-active-to-date,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .chosen-search-input,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .chosen-search-input,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .chosen-search-input,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .chosen-search-input,
#block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-naalcnaalc-ilab-index-view-page .chosen-search-input,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-active-from-date,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-active-to-date,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .chosen-search-input,
#block-exposedformilab-researchresearch-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-researchresearch-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-researchresearch-ilab-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-researchresearch-ilab-index-view-page .chosen-search-input,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-active-from-date,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-active-to-date,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page .chosen-search-input,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-active-from-date,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-active-to-date,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page .chosen-search-input,
#block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-active-from-date,
#block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-active-to-date,
#block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformilab-submissionsubmission-ilab-index-view-page .chosen-search-input,
#block-exposedformlist-of-products-ilab-index-view-page #edit-active-from-date,
#block-exposedformlist-of-products-ilab-index-view-page #edit-active-to-date,
#block-exposedformlist-of-products-ilab-index-view-page #edit-field-project-ilab-project-reg-target-id,
#block-exposedformlist-of-products-ilab-index-view-page .chosen-search-input {
    height: 2.4em
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .chosen-container,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page .chosen-container,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .chosen-container,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .chosen-container,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .chosen-container,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .chosen-container,
#block-exposedformilab-naalcnaalc-ilab-index-view-page .chosen-container,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .chosen-container,
#block-exposedformilab-researchresearch-ilab-index-view-page .chosen-container,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page .chosen-container,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page .chosen-container,
#block-exposedformilab-submissionsubmission-ilab-index-view-page .chosen-container,
#block-exposedformlist-of-products-ilab-index-view-page .chosen-container {
    width: 100%!important
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .chosen-single,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page .chosen-single,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .chosen-single,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .chosen-single,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .chosen-single,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .chosen-single,
#block-exposedformilab-naalcnaalc-ilab-index-view-page .chosen-single,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .chosen-single,
#block-exposedformilab-researchresearch-ilab-index-view-page .chosen-single,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page .chosen-single,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page .chosen-single,
#block-exposedformilab-submissionsubmission-ilab-index-view-page .chosen-single,
#block-exposedformlist-of-products-ilab-index-view-page .chosen-single {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) calc(1em + 5px), calc(100% - 13px) calc(1em + 5px), calc(100% - 2.5em) .5em;
    background-color: #fff;
    background-size: 7px 5px, 5px 5px, 1px 2em;
    background-repeat: no-repeat;
    padding: 8px 50px 5px 10px;
    height: 43px
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .show-hide-filters,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page .show-hide-filters,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .show-hide-filters,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .show-hide-filters,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .show-hide-filters,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .show-hide-filters,
#block-exposedformilab-naalcnaalc-ilab-index-view-page .show-hide-filters,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .show-hide-filters,
#block-exposedformilab-researchresearch-ilab-index-view-page .show-hide-filters,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page .show-hide-filters,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page .show-hide-filters,
#block-exposedformilab-submissionsubmission-ilab-index-view-page .show-hide-filters,
#block-exposedformlist-of-products-ilab-index-view-page .show-hide-filters {
    padding-left: 5px
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-naalcnaalc-ilab-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .chosen-container-single .chosen-single div b,
#block-exposedformilab-researchresearch-ilab-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformilab-submissionsubmission-ilab-index-view-page .chosen-container-single .chosen-single div b,
#block-exposedformlist-of-products-ilab-index-view-page .chosen-container-single .chosen-single div b {
    background-image: none!important
}

#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-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 {
    border: none
}

#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-top: 2em;
    margin: 2em 1em 0 1em
}

#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 7px
}

#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 {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-shadow: none;
    box-shadow: none
}

#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;
    -webkit-transition: .2s all ease-in-out;
    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 {
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: right;
    margin-top: 1em
}

#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: #0071bc;
    background-color: #fff!important;
    -webkit-transition: .2s all ease-in-out;
    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;
    color: #0071bc;
    background-color: #fff!important;
    border: 2px solid #0071bc
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-reset:hover,
#block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-reset:hover,
#block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-reset:hover,
#block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-reset:hover,
#block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-reset:hover,
#block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-reset:hover,
#block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-reset:hover,
#block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-reset:hover,
#block-exposedformilab-researchresearch-ilab-index-view-page #edit-reset:hover,
#block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-reset:hover,
#block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-reset:hover,
#block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-reset:hover,
#block-exposedformlist-of-products-ilab-index-view-page #edit-reset:hover {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    color: #fff;
    background-color: #0071bc!important;
    text-decoration: underline!important
}

#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
}

.ui-widget-content li a {
    font-size: 13px!important;
    display: block
}

.ui-widget-content li a:hover {
    background-color: #3875d7
}

.content-moderation-entity-moderation-form #edit_new_state_chosen {
    width: 200px!important
}

.content-moderation-entity-moderation-form #edit-submit {
    height: auto;
    padding: 1em 2em 1em 2em;
    margin-bottom: 2em
}

.content-moderation-entity-moderation-form #edit-current {
    font-weight: 700
}

.content-moderation-entity-moderation-form #edit-current label {
    font-weight: 400
}

.form-item-items-per-page .chosen-container {
    width: 65px!important
}

.ilab-index-page-filter-toolbar .form-item-items-per-page label {
    display: none!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 #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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ilab-index-page-filter-toolbar .ilab-index-page-print-button {
    color: #0071bc;
    background-color: #fff;
    border: 2px solid #0071bc;
    height: 40px;
    padding: 12px 5px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .ilab-index-page-filter-toolbar .ilab-index-page-filter-toolbar-section:nth-child(2) {
        margin-top: 2.5rem
    }
}

@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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.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
}

@media print {
    #block-ilabgoodsproductsheader,
    #block-ilabnaalcheader,
    #block-ilabperformancemonitoringheader,
    #block-ilabprojectsheader,
    #block-ilabresearchheader,
    #block-ilabsubmissionheader {
        text-align: left;
        background-color: #d6d7d9;
        padding: 20px 20px 0 20px
    }
    #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-countries-dropdown select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-color: #fff;
    background-size: 7px 5px, 5px 5px, 1px 1.6em;
    background-repeat: no-repeat;
    padding: 8px 50px 5px 10px;
    height: 43px;
    border: 1px solid #aeb0b5;
    border-radius: 4px
}

.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;
    -webkit-transition: .2s all ease-in-out;
    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 0 5px;
    padding-bottom: 0
}

.ilab-individual-page .flex-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.ilab-individual-page .projects-label {
    padding-right: 3px
}

.ilab-individual-page .ilab-funding-and-year>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-individual-page .funding-year {
    padding-left: 3px
}

.ilab-individual-page .projects-evaluation-type .field-evaluation-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:0px) {
    .ilab-individual-page .projects-evaluation-type .field-evaluation-type {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:993px) {
    .ilab-individual-page .projects-evaluation-type .field-evaluation-type {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.ilab-individual-page .projects-evaluation-type .field-evaluation-type .pipe-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .ilab-individual-page .projects-evaluation-type .field-evaluation-type .pipe-list:not(:last-child):after {
        content: '\007C'
    }
}

.ilab-individual-page .projects-evaluation-type .paragraph--type--ilab-evaluation-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-individual-page .projects-evaluation-type .paragraph--type--ilab-evaluation-type a {
    text-decoration: none
}

.ilab-individual-page .projects-evaluation-type .paragraph--type--ilab-evaluation-type .fa-file-pdf-o::before {
    color: #212121;
    padding-right: 3px
}

.ilab-individual-page .projects-evaluation-type .paragraph--type--ilab-evaluation-type .fa-file-pdf-o:hover {
    text-decoration: underline
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-individual-page .field--name-field-funding-and-year>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-individual-page .field--name-field-funding-and-year:not(:last-child)::after {
    content: '|';
    margin-right: 3px
}

.ilab-individual-page .project-end {
    margin-bottom: 1em
}

.ilab-individual-page .region-country a,
.ilab-individual-page .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
}

.ilab-individual-page .region-country a:hover,
.ilab-individual-page .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 .subheaders div a {
    text-decoration: none
}

.ilab-individual-page .subheaders div a:hover {
    text-decoration: underline
}

.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-summary p {
    margin: 0
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ilab-individual-research-page .research-banner-image {
    margin: 0 auto;
    padding-top: 12px
}

.ilab-individual-research-page .research-topics-keywords a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px
}

.ilab-individual-research-page .research-topics-keywords a:not(:last-child):after {
    content: ',';
    margin-left: -4px
}

.ilab-individual-research-page .research-topics-keywords a:hover {
    text-decoration: underline
}

.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;
    margin-bottom: 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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid #f1f1f1;
    white-space: nowrap;
    text-decoration: none;
    overflow: visible;
    white-space: normal;
    height: auto
}

.ilab-individual-research-page #ilab-research-print:hover {
    background-color: #205493;
    -webkit-transition: .2s all ease-in-out;
    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-world-landing .ilab-countries-dropdown {
    position: relative;
    width: 480px;
    max-width: 100%;
    margin-right: 1.5em
}

.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;
    font-size: 8px;
    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 #east-asia-pacific:hover #eap {
    display: block
}

.ilab-world-landing .map-container #south-central-asia:hover #sca {
    display: block
}

.ilab-world-landing .map-container #europe-eurasia:hover #europe {
    display: block
}

.ilab-world-landing .map-container #americas:hover #lac {
    display: block
}

.ilab-world-landing .map-container #middle-east-north-africa:hover #mena {
    display: block
}

.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-findings h2.region-select {
    padding-bottom: 1em
}

.ilab-findings div.ilab-countries-dropdown {
    padding-bottom: 2em
}

.ilab-findings div.ilab-countries-dropdown .chevron {
    top: 3.5em
}

.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>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ilab-findings #findings-blocks-container #block-findingsreportsfrompreviousyears {
    width: 100%;
    -ms-flex-preferred-size: 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 div.findings-region-dropdown i.chevron {
    top: 3.5em
}

.ilab-findings #findings-dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ilab-findings .sweat-toil i {
    font-size: 1.5em;
    color: #00a6d2
}

.ilab-findings .sweat-toil ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-findings .sweat-toil ul a {
    margin-left: 25px
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.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 {
    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 {
    position: absolute;
    right: 1em;
    top: 3.4em
}

.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-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-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-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    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;
    border-bottom: 1px solid #aeb0b5;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: unset;
    border-radius: 0
}

.ilab-countries-landing .ilab-countries a:visited,
.ilab-findings-region .ilab-countries a:visited,
.ilab-world-landing .ilab-countries a:visited {
    color: #205493
}

.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 {
    border: none
}

.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 tbody tr,
.ilab-findings-region table tbody tr,
.ilab-world-landing table tbody tr {
    background-color: #fff
}

.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 .country-not-listed a:visited,
.ilab-findings-region .country-not-listed a:visited,
.ilab-world-landing .country-not-listed a:visited {
    color: #205493
}

.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
}

.ilab-findings-region .views-field-nothing-2 .field-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-findings-region .sweat-toil i {
    font-size: 1.5em;
    color: #02bfe7
}

.ilab-findings-region .sweat-toil ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-findings-region .sweat-toil ul a {
    margin-left: 25px
}

.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;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .ilab-findings #findings-blocks-container #block-findingsontheworstformssubmissions,
    .ilab-findings-region #findings-blocks-container #block-findingsontheworstformssubmissions {
        width: 100%!important
    }
}

.ilab .views-row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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
}

#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 .carousel-control-prev:hover .carousel-control-prev-icon {
    background-color: #205493;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

#ILABHomepageCarousel .carousel-control-next:hover .carousel-control-next-icon {
    background-color: #205493;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

#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 a.carousel-control-next:hover,
#ILABHomepageCarousel a.carousel-control-prev:hover {
    cursor: pointer
}

#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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    text-align: left
}

#ILABHomepageCarousel .ILABCarouselText h3 {
    margin-bottom: 1em
}

#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 {
    text-decoration: none
}

#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
}

#ILABHomepageCarousel .ILABCarouselText .flex-item h3 a:hover {
    text-decoration: underline
}

@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 {
        width: 100%
    }
    #ILABHomepageCarousel #carouselButtons p {
        display: inline
    }
    #ILABHomepageCarousel .carousel-inner {
        width: 100%
    }
    #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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ILABHomepageCarousel .d-flex .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

#ILABHomepageCarousel .d-flex .flex-item a>img {
    padding: 1em
}

#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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #ILABHomepageCarousel .d-flex .flex-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        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 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>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#block-views-block-ilab-featured-post-block-1 .views-row {
    margin: 1em 2em 0 0;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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 {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

#block-views-block-ilab-featured-post-block-1 .views-row:hover .views-field-field-teaser-title {
    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 {
    display: none
}

#block-views-block-ilab-featured-post-block-1 .views-field-field-long-text p {
    margin: 1em 1em 1em 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 {
    text-decoration: underline;
    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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ilab-child-report .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-child-report .top-row h2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.ilab-child-report .top-row .ilab-countries-dropdown {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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 .field--name-field-summary-paragraph p {
    font-size: 14px
}

.ilab-child-report .ilab-collapsible-sections i {
    padding-right: 1.1em
}

.ilab-child-report .ilab-pdf-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ilab-child-report .ilab-pdf-report span {
    font-weight: 700
}

.ilab-child-report .ilab-pdf-report .field--name-field-report-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    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(../../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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1em
}

.ilab-child-report .advancement-level h3 {
    padding-left: .5em
}

.ilab-child-report .advancement-level .advancement-level-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-child-report .advancement-level .advancement-level-container .field {
    padding-bottom: 0
}

.ilab-child-report .goods-map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5em
}

.ilab-child-report .field--name-field-ilab-country-image {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.ilab-child-report .field--name-field-ilab-country-image .field--name-name {
    display: none
}

.ilab-child-report .ilab-country-map {
    padding-left: 2em
}

.ilab-child-report .ilab-country-map h2 a {
    display: none
}

.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 a {
    color: #212121;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px
}

.ilab-child-report .card h5 a i {
    float: right;
    font-weight: 700
}

.ilab-child-report .card h5 a .transition {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.ilab-child-report .card h5 a .field {
    padding-bottom: 0
}

.ilab-child-report table>tbody {
    border: 1px solid
}

.ilab-child-report table td {
    padding: .3em
}

.ilab-child-report table p {
    margin-bottom: 0
}

.ilab-child-report .projects-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ilab-child-report .projects-row #active-projects,
.ilab-child-report .projects-row #further-research {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 1em
}

.ilab-child-report .projects-row #active-projects>div,
.ilab-child-report .projects-row #further-research>div {
    font-weight: 700
}

.ilab-child-report .projects-row #active-projects>div a,
.ilab-child-report .projects-row #further-research>div a {
    font-weight: 400
}

@media all and (max-width:978px) {
    .ilab-child-report .country-goods-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .ilab-child-report .country-goods-row .ilab-icons-list {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
    .ilab-child-report .goods-map-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media all and (max-width:800px) {
    .ilab-child-report .top-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 .projects-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .ilab-child-report .ilab-previous-pdf-reports select {
        width: 90%
    }
}

@media all and (max-width:430px) {
    .ilab-country-map {
        padding-left: unset!important
    }
}

.dol-date-text {
    color: #5b616b!important;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 3px
}

.dol-date-text p a:hover {
    text-decoration: none
}

.left-teaser-text p a {
    display: inline
}

.left-teaser-text p:hover {
    text-decoration: none
}

.left-teaser-text h5:hover {
    text-decoration: underline
}

.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
}

.image-left-teaser .dol-feed-block {
    border-bottom: 1px solid #d6d7d9
}

.image-left-teaser .field--name-field-long-text {
    padding-bottom: 0
}

.highlight-slide a:hover {
    text-decoration: none
}

.highlight-slide a:hover h2 {
    text-decoration: underline
}

.dol-feed-block {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d6d7d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dol-feed-block .dol-date-text a:hover,
.dol-feed-block .image-left-teaser a,
.dol-feed-block a {
    text-decoration: none
}

.dol-feed-block .image-left-teaser a:hover {
    text-decoration: none
}

.dol-feed-block a:hover h3 {
    text-decoration: underline
}

.dol-feed-block h3 {
    color: #0071bc;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.dol-feed-block .left-teaser-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.dol-feed-block .left-teaser-image {
    max-width: 240px;
    width: 100%;
    height: 180px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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 {
        -ms-flex-wrap: wrap;
        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
    }
}

.toolbar-tray a {
    color: #5b616b!important
}
/*
.cd-main-content a,
.main a {
    color: #0071bc;
    text-decoration: underline
}

.cd-main-content a:hover,
.main a:hover {
    color: #205493
}

.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
}

.cd-main-content .dol-external-link a[target="_blank"]:after,
.main .dol-external-link a[target="_blank"]:after {
    font-family: FontAwesome;
    content: " \f08e"
}

.cd-main-content .dol-background-dark,
.main .dol-background-dark {
    background-color: #323a45;
    width: 25%
}

.cd-main-content .dol-background-dark p,
.main .dol-background-dark p {
    color: #fff
}

.cd-main-content .dol-background-dark a,
.main .dol-background-dark a {
    color: #d6d7d9
}

.cd-main-content .dol-background-dark a:focus,
.cd-main-content .dol-background-dark a:hover,
.cd-main-content .dol-background-dark a:visited,
.main .dol-background-dark a:focus,
.main .dol-background-dark a:hover,
.main .dol-background-dark a:visited {
    color: #fff
}

ul.pager {
    position: absolute;
    right: 0;
    margin: -6px 20px;
    z-index: 9999
}

ul.pager li {
    display: inline
}

ul.pager li a {
    color: #205493;
    border: none;
    text-decoration: none;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 15px
}

ul.pager li span {
    padding: 0
}

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 {
    border-right: none
}

a div p {
    color: #212121;
    text-decoration: none
}

.cd-main-content div.dexi-results a {
    text-decoration: none
}

.agency-quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.agency-quick-links #block-views-block-agency-quick-links {
    width: 100%;
    padding-bottom: 30px
}

.agency-quick-links #block-views-block-agency-quick-links span a {
    margin: 0!important;
    padding: 10px 0 10px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aeb0b5
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .agency-quick-links #block-views-block-agency-quick-links span a {
        padding: 0!important
    }
}

.agency-quick-links #block-views-block-agency-quick-links span a:hover {
    text-decoration: underline
}

ul li a {
    display: inline
}

.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: 24px;
    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
}

.main ol li,
.main ul li {
    font-size: 17px;
    line-height: 26px
}

.main ol li a,
.main ul li a {
    color: #0071bc
}

ul li ul {
    list-style: circle!important
}

main ol,
main ul {
    margin: 0 0 1em 1.2em;
    padding: 0
}

main ol ol,
main ol ul,
main ul ol,
main ul ul {
    margin-bottom: 0
}

main ul {
    list-style: disc
}

main ul li {
    vertical-align: top
}

main ol {
    list-style: decimal
}

.groups-sidebar {
    max-width: 300px
}

.groups-sidebar .item-list ul {
    padding: 1em 1em 1em 0
}

.groups-sidebar .item-list ul li span a {
    display: inline
}

.carousel-inner .carousel-item .field--type-file div>span>a {
    display: none
}

.image-gallery {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 895px
}

.image-gallery .pdf-slideshow-viewer {
    height: 25vw;
    width: 45vw
}

.image-gallery .pdf-slideshow-viewer embed {
    height: 100%;
    width: 100%
}

.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: 16px;
    margin-top: 1em
}

.image-gallery .file--image {
    display: none
}

.image-gallery a.carousel-control-next,
.image-gallery a.carousel-control-prev {
    text-decoration: none
}

.image-gallery a.carousel-control-next>:hover,
.image-gallery a.carousel-control-prev>:hover {
    color: #0071bc
}

.image-gallery a.carousel-control-next i,
.image-gallery a.carousel-control-prev i {
    color: #323a45;
    font-size: 3em;
    background-color: #dce4ef;
    height: 50px;
    width: 32px
}

.image-gallery .carousel-indicators li.active {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    max-width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #0071bc
}

@media only screen and (min-width:1126px) {
    .image-gallery .carousel-control-next,
    .image-gallery .carousel-control-prev {
        width: 2em!important
    }
}

@media only screen and (max-width:1125px) {
    .image-gallery .carousel-control-next,
    .image-gallery .carousel-control-prev {
        width: 2em
    }
    .image-gallery a.carousel-control-next i,
    .image-gallery a.carousel-control-prev i {
        font-size: 2em;
        height: 32px;
        width: 26px
    }
}

.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 .gdoc-filename {
    font-size: 16px;
    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 .num {
    float: right;
    margin-top: -3em;
    margin-right: 2em
}

#dolFrontPageCarousel a {
    text-decoration: none;
    color: #0071bc
}

#dolFrontPageCarousel .carousel-indicators {
    bottom: -15px;
    margin-right: auto;
    margin-left: auto
}

#dolFrontPageCarousel .carousel-indicators li {
    background-color: #aeb0b5
}

#dolFrontPageCarousel a.carousel-control-next:hover,
#dolFrontPageCarousel a.carousel-control-prev:hover {
    cursor: pointer
}

#dolFrontPageCarousel a.carousel-control-next:hover span,
#dolFrontPageCarousel a.carousel-control-prev:hover span {
    background-color: #112e51
}

#dolFrontPageCarousel .carousel-indicators--round li {
    border-radius: 10px;
    margin: 1px 10px!important;
    height: 10px;
    max-width: 10px;
    border: 1px solid #aeb0b5;
    background-color: #aeb0b5
}

#dolFrontPageCarousel .carousel-indicators .active {
    background-color: #0071bc;
    border: 1px solid #aeb0b5;
    max-width: 12px;
    height: 12px
}

#dolFrontPageCarousel .carousel-item-next,
#dolFrontPageCarousel .carousel-item-prev,
#dolFrontPageCarousel .carousel-item.active,
#dolFrontPageCarousel .dolFrontPageCarouselText {
    display: block
}

#dolFrontPageCarousel .carousel-control-next-icon,
#dolFrontPageCarousel .carousel-control-prev-icon {
    background-size: 65% 100%;
    background-color: #0071bc;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    opacity: .9
}

#dolFrontPageCarousel a.carousel-control-next:hover,
#dolFrontPageCarousel a.carousel-control-prev:hover {
    opacity: 1!important;
    text-decoration: none!important
}

#dolFrontPageCarousel .carousel-control-next:focus,
#dolFrontPageCarousel .carousel-control-next:hover,
#dolFrontPageCarousel .carousel-control-prev:focus,
#dolFrontPageCarousel .carousel-control-prev:hover {
    opacity: 1;
    color: #112e51
}

#dolFrontPageCarousel .carousel-control-next,
#dolFrontPageCarousel .carousel-control-prev {
    width: 6em;
    opacity: 1
}

#dolFrontPageCarousel .carousel-control-next-icon,
#dolFrontPageCarousel .carousel-control-prev-icon {
    background-position: 50%
}

#dolFrontPageCarousel #pauseButton {
    text-align: center;
    background-color: transparent!important;
    color: #0071bc!important;
    font-size: 1em;
    padding: 0
}

#dolFrontPageCarousel #pauseButton:hover {
    font-size: 20px
}

#dolFrontPageCarouselText {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%
}

#dolFrontPageCarouselText h2 {
    margin-bottom: 1em;
    color: #0071bc;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left
}

#dolFrontPageCarouselText p {
    color: #212121;
    font-size: 17px;
    width: 100%
}

#dolFrontPageCarouselText a {
    text-decoration: none
}

#dolFrontPageCarouselText a:active,
#dolFrontPageCarouselText a:focus,
#dolFrontPageCarouselText a:hover {
    cursor: pointer
}

#dolFrontPageCarouselText h2:hover {
    text-decoration: underline;
    color: #0071bc!important
}

#dolFrontPageCarouselText p:hover {
    text-decoration: underline;
    color: #212121!important
}

#dolFrontPageCarouselText .flex-item h3 a:hover {
    text-decoration: underline
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    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;
    -webkit-transform: translate3d(0, 0, 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
    }
    .carousel-inner {
        width: 100%
    }
    .d-block {
        max-width: 40%;
        float: left;
        margin-left: 10%
    }
    #dolFrontPageCarouselText {
        max-width: 30%;
        float: left;
        margin-left: 8%;
        margin-top: 5%
    }
    #carouselButtons {
        position: absolute;
        bottom: 0;
        z-index: 15
    }
    #carouselButtons p {
        display: inline
    }
    .carousel-control-next,
    .carousel-control-prev {
        bottom: 0
    }
}

@media only screen and (max-width:992px) {
    .d-block {
        width: 100%!important
    }
    #dolFrontPageCarousel .dolFrontPageCarouselText {
        max-width: 100%;
        margin: 1em
    }
    #dolFrontPageCarousel .dolFrontPageCarouselText h3 {
        font-size: 24px
    }
    #dolFrontPageCarousel .dolFrontPageCarouselText p {
        width: 100%
    }
    #carouselButtons p {
        display: inline
    }
    .carousel-inner {
        width: 100%
    }
    .carousel-control-next,
    .carousel-control-prev {
        height: 60%
    }
}

@media only screen and (max-width:479px) {
    #pauseButton {
        display: none
    }
    .carousel-control-next,
    .carousel-control-prev {
        height: auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    #dolFrontPageCarousel .d-flex .flex-item+.flex-item {
        padding-right: 0!important;
        max-width: 100%
    }
}

@media only screen and (max-width:379px) {
    .carousel-control-next,
    .carousel-control-prev {
        height: auto
    }
}

main #dolFrontPageCarousel .carousel-inner .flex-item>img {
    padding: 1em
}

main #dolFrontPageCarousel .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

main #dolFrontPageCarousel .d-flex .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

main #dolFrontPageCarousel .d-flex .flex-item a>img {
    padding: 1em
}

main #dolFrontPageCarousel .d-flex .flex-item+.flex-item {
    padding: 0 5em 0 1em;
    max-width: 50%
}

main #dolFrontPageCarousel h3 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-family: Merriweather, serif
}

main #dolFrontPageCarousel h3:hover {
    text-decoration: underline
}

main #dolFrontPageCarousel p {
    font-size: 1.1em
}

main #pauseButton span {
    color: #212121;
    font-size: .7em
}

@media only screen and (max-width:479px) {
    main #dolFrontPageCarousel .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    main #dolFrontPageCarousel .d-flex .flex-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
    main #dolFrontPageCarousel .d-flex .flex-item .img-fluid {
        width: 100%
    }
    main #dolFrontPageCarousel .d-flex .flex-item+.flex-item {
        padding: 0;
        max-width: 100%
    }
    main #dolFrontPageCarousel .carousel-item {
        padding: 0
    }
    main #dolFrontPageCarousel h3 {
        margin: 15px 60px 15px 60px;
        line-height: 31px
    }
    main #dolFrontPageCarousel .img-fluid {
        width: 100%
    }
    main #dolFrontPageCarousel .carousel-control-next,
    main #dolFrontPageCarousel .carousel-control-prev {
        bottom: auto;
        margin: 0 -3%
    }
}

@media only screen and (max-width:400px) {
    main #dolFrontPageCarousel .carousel-control-next,
    main #dolFrontPageCarousel .carousel-control-prev {
        margin: 0 -8%
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #dolFrontPageCarousel p {
        padding-right: 4em
    }
}

.dol-hero {
    max-height: 500px;
    padding: 0;
    position: relative
}

.dol-hero .field {
    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 {
    max-height: 350px!important
}

.dol-hero.no-hero-overlay .usa-grid {
    width: 100%;
    max-height: 350px
}

.dol-hero .no-hero-overlay {
    max-height: 350px!important
}

.dol-hero .container {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 500px
}

.dol-hero .container .dol-hero-callout {
    position: absolute;
    top: 15%;
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-flow: column wrap!important;
    flex-flow: column wrap!important;
    height: auto!important;
    min-height: unset
}

@media only screen and (max-width:992px) {
    .dol-hero .container .dol-hero-callout {
        min-height: unset
    }
}

.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.flex-align--right .hero-button a {
    right: 4%
}

.dol-hero .container .dol-hero-callout h2 {
    width: 100%
}

.dol-hero .container .dol-hero-callout.dol-section-light {
    background-color: #fff;
    opacity: .9;
    padding: 1.5em 1.5em 1em 1.5em;
    position: absolute
}

.dol-hero .container .dol-hero-callout.dol-section-light h2 {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 30px;
    color: #212121
}

.dol-hero .container .dol-hero-callout.dol-section-light p {
    font-size: 1.0625em;
    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 {
    font-size: 1em;
    color: #fff!important;
    position: relative;
    bottom: 5%;
    padding: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-transform: capitalize
}

.dol-hero .container .dol-hero-callout.dol-section-light .hero-button a.usa-button-primary div:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (max-width:992px) {
    .dol-hero {
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .dol-hero .dol-hero-callout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: auto!important;
        max-width: 34rem;
        top: 0
    }
    .dol-hero .dol-hero-callout.dol-section-light h2 {
        font-size: 28px
    }
    .dol-hero .dol-hero-callout .hero-button {
        width: 100%
    }
}

@media only screen and (max-width:576px) {
    .dol-hero {
        margin: 0 auto;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .dol-hero .container {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        width: 95%
    }
    .dol-hero .container .dol-hero-callout {
        height: auto;
        width: 95%;
        left: 0!important;
        max-width: 95%;
        top: 15%
    }
    .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 h2,
    .dol-hero .container .dol-hero-callout.usa-section-light--right h2 {
        font-size: 1.4375em
    }
    .dol-hero .container .dol-hero-callout.dol-section-light p,
    .dol-hero .container .dol-hero-callout.usa-section-light--right p {
        font-size: .875em
    }
    .dol-hero .container .dol-hero-callout.dol-section-light .hero-button,
    .dol-hero .container .dol-hero-callout.usa-section-light--right .hero-button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative
    }
    .dol-hero .container .dol-hero-callout.dol-section-light .hero-button a.usa-button-primary,
    .dol-hero .container .dol-hero-callout.usa-section-light--right .hero-button a.usa-button-primary {
        text-align: center;
        font-size: 1em;
        margin: 0 auto;
        padding: 10px;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0
    }
    .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%
    }
}

.paragraph--image h4 {
    margin-top: 0
}

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
}

header #header-content .agency-submenu.cd-primary-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

header #header-content .agency-submenu.cd-primary-nav li a {
    text-decoration: none;
    font-size: 1em;
    height: 100%;
    margin: 0 20px;
    padding: 0;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    font-family: "Source Sans Pro", sans-serif;
    visibility: visible
}

@media all and (min-width:993px) {
    header #header-content .agency-submenu.cd-primary-nav li a {
        font-size: .875em
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    header #header-content .agency-submenu.cd-primary-nav li a {
        font-size: 1vw
    }
}

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: 1px!important
}

header #header-content .agency-submenu.cd-primary-nav li a.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 5px solid #fff
}

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: 16px;
        margin: 0;
        padding: 0 10px
    }
    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 {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        padding: 20px!important
    }
}

@media screen and (max-width:1420px) and (-ms-high-contrast:none),
(max-width:1420px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu.cd-primary-nav li a {
        margin: 0 10px
    }
}

header #header-content .agency-submenu.cd-primary-nav li:first-child a {
    margin: 0 20px 0 0
}

@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:last-child {
    border-right: none
}

header #header-content .agency-submenu.cd-primary-nav>li a {
    border-left: 1px solid #205493;
    white-space: pre-wrap;
    line-height: 17px
}

header #header-content .agency-submenu.cd-primary-nav>li a:first-child {
    border-left: none
}

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: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu li h4 {
    width: 100%;
    font-family: "Source Sans Pro", sans-serif!important;
    border-bottom: 1px solid #aeb0b5;
    padding-bottom: .5em;
    color: #212121;
    font-size: 19px;
    font-weight: 700;
    border-top: 1px solid transparent;
    margin: 0 5px 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 h4 {
        line-height: 1.3em;
        margin: 0 5px 15px 5px;
        z-index: 10
    }
}

header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu li h4>a {
    color: #212121;
    font-size: 19px;
    font-weight: 700;
    margin-left: 0;
    line-height: 1.25em;
    border-bottom: 0
}

header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu li h4>a:hover {
    border-bottom: 0
}

header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-column-break-inside: avoid;
    page-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 5px
    }
}

header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu>li {
    padding: 10px;
    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 {
        padding: 15px;
        min-width: 325px;
        -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, .2);
        box-shadow: 10px 10px 25px rgba(0, 0, 0, .2);
        background-color: #fff;
        margin: 0
    }
}

header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu>li>a {
    font-size: 19px;
    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 {
        -webkit-box-shadow: -5px 3px 13px 1px #aeb0b5;
        box-shadow: -5px 3px 13px 1px #aeb0b5
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu>:last-child {
        -webkit-box-shadow: 5px 3px 13px 1px #aeb0b5;
        box-shadow: 5px 3px 13px 1px #aeb0b5
    }
}

@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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: auto;
        min-width: unset;
        -webkit-box-shadow: 0 3px 13px 1px #aeb0b5;
        box-shadow: 0 3px 13px 1px #aeb0b5;
        padding: 0
    }
}

@media all and (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 all and (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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        height: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1em;
        margin-left: 0;
        margin-right: 0
    }
}

@media all and (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: auto;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@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 0;
        padding-bottom: 0;
        border-bottom: 1px solid transparent;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        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 {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media all and (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 {
        display: block;
        overflow: hidden
    }
}

@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 {
            display: block
        }
    }
    header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu>li.has-children>ul>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>li a:active,
    header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu>li.has-children>ul>li a:focus {
        outline: 0
    }
    header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu>li.has-children>ul li:active,
    header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu>li.has-children>ul li:focus,
    header #header-content .agency-submenu .cd-secondary-nav>li ul.main-primary-menu>li.has-children>ul 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: 65px;
        overflow: visible;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        color: #212121;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none),
all and (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.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 .has-children>a::after,
    header #header-content .agency-submenu .has-children>a::before {
        background: #fff
    }
    header #header-content .agency-submenu ul.cd-secondary-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: auto;
        right: initial;
        padding: 1em;
        min-height: 100px;
        top: 65px
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none),
all and (min-width:993px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        top: 47px;
        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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
        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),
all and (min-width:993px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav li {
        display: -webkit-box;
        display: -ms-flexbox;
        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 .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 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-height: 40px
    }
    header #header-content .agency-submenu ul.cd-secondary-nav .landing-page-link a {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 0;
        position: relative;
        min-height: 1px;
        padding-left: 40px;
        padding-right: 15px;
        text-align: left;
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 22px;
        text-transform: none;
        color: #0071bc;
        font-weight: 700
    }
    header #header-content .agency-submenu ul.cd-secondary-nav .landing-page-link a:hover {
        -webkit-transition: .2s all ease-in-out;
        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: 15px;
        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;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f1f1f1;
        overflow-y: hidden;
        overflow-x: hidden
    }
}

@media all and (max-width:992px) and (-ms-high-contrast:none),
all and (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        position: absolute;
        top: 170px
    }
}

@media all and (max-width:992px) and (-ms-high-contrast:none),
all and (max-width:992px) and (-ms-high-contrast:active) {
    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 - 290px)
    }
}

@media only screen and (max-width:479px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        height: calc(100vh - 275px)
    }
}

@media all and (min-width:480px) and (max-width:992px) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        height: calc(100vh - 260px)
    }
}

@media all and (min-width:480px) and (max-width:992px) and (-ms-high-contrast:none),
all and (min-width:480px) and (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        height: calc(100vh - 235px)
    }
}

header #header-content .agency-nav-container>.container,
header #header-content .main-nav-container>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-width: 0;
    width: auto;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    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 div[id^=block-searchbox] .field--name-body button.search-button,
header #header-content .main-nav-container .agencysearchblock .field--name-body button.search-button,
header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body 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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border: #5b616b 1px solid;
    border-radius: 3px;
    height: 50px;
    background-color: #fff
}

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;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .searchbox-input:focus,
header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .searchbox-input:focus,
header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .searchbox-input:focus,
header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .searchbox-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

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 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0
}

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
}

header #header-content .agency-nav-container .agencysearchblock .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 .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 div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button svg {
    color: #0071bc
}

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 form.searchbox 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 form.searchbox button.search-button {
    padding: 5px 10px
}

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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    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
}

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 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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
}

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 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 form.searchbox .input-group-btn .search-button svg {
    color: #0071bc
}

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 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 50%
}

@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;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100vw - 40px);
        -ms-flex-item-align: center;
        align-self: center;
        margin: 1em auto .5em auto
    }
    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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 100vh!important
    }
    header #header-content .agency-nav-container.nav-is-open>* {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media all and (min-width:993px) {
    header #header-content .agency-nav-container.nav-is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: auto!important
    }
    header #header-content .agency-nav-container.nav-is-open>* {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none),
all and (min-width:993px) and (-ms-high-contrast:active) {
    header #header-content .agency-nav-container.nav-is-open>* {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        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;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav {
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        top: 75px
    }
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #205493;
        width: 100%
    }
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 6px 6px 6px 28px
    }
}

@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: 47px
    }
}

@media all and (max-width:992px) {
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li>a:focus {
        background: #112e51;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0
    }
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li>a>span {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media all and (max-width:992px) and (-ms-high-contrast:none),
all and (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li>a>span {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media all and (max-width:992px) {
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li>a>span.menutitle {
        white-space: normal;
        line-height: 20px
    }
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li>a>span.menuarrow {
        text-align: right;
        padding-right: 1em
    }
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li>a>span.menuarrow>p.backtext {
        display: none
    }
    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-flex-item-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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visbility: visible
    }
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li.menu-is-active.menu-is-open>* {
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav>li.menu-is-active.menu-is-open>a {
        width: 100vw
    }
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: 1em;
        text-transform: initial
    }
}

@media all and (min-width:993px) {
    #dol-primary-menu .cd-primary-nav.front-menu li:first-child .cd-secondary-nav li .main-primary-menu li ul {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none),
all and (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
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none),
all and (min-width:993px) and (-ms-high-contrast:active) {
    #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 {
        -moz-column-count: 3;
        -moz-column-width: 300px;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-width: 300px;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-width: 300px;
        column-gap: 20px
    }
    #dol-primary-menu .cd-primary-nav.front-menu li:nth-child(2) .cd-secondary-nav li .main-primary-menu li ul li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none),
all and (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
    }
}

@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;
        border-left: 1px solid #205493
    }
    #dol-primary-menu .cd-primary-nav>li a span.menutitle {
        padding-right: 10px
    }
    #dol-primary-menu .cd-primary-nav>li a span.menuarrow {
        font-size: .875em
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none),
all and (min-width:993px) and (-ms-high-contrast:active) {
    #dol-primary-menu .cd-primary-nav>li a span.menuarrow {
        font-size: .825vw
    }
}

@media all and (min-width:993px) {
    #dol-primary-menu .cd-primary-nav>li a span.menuarrow p.backtext {
        display: none;
        visibility: hidden;
        text-transform: initial
    }
    #dol-primary-menu .cd-primary-nav>li.nav-show-on-mobile {
        border-left: 1px solid transparent
    }
    #dol-primary-menu .cd-primary-nav>li:first-child {
        border-left: 1px solid transparent
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none),
all and (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: 19px!important
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    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:hover,
.cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics ul a:hover {
    border-bottom: 5px solid transparent
}

.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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0
    }
}

@media screen and (min-width:0px) {
    header .container.nav-container {
        padding: 0
    }
}

.nav-container.nav-is-open {
    max-width: unset!important
}

@media screen and (min-width:0px) {
    .nav-container.nav-is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh!important
    }
    .nav-container.nav-is-open>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 1;
        flex: 0 1
    }
}

@media screen and (min-width:993px) {
    .nav-container.nav-is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto!important
    }
    .nav-container.nav-is-open>* {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
}

nav {
    width: 100%
}

@media only screen and (min-width:0px) {
    .hidden-on-mobile {
        display: none
    }
}

@media all and (min-width:993px) {
    .hidden-on-mobile {
        display: block
    }
}

@media all and (max-width:992px) {
    .usa-mobile_nav-active {
        overflow: hidden
    }
}

@media all and (min-width:993px) {
    .cd-primary-nav {
        visibility: visible!important;
        top: 0;
        -webkit-box-shadow: none!important;
        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;
        -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 25px rgba(0, 0, 0, .2);
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 25px rgba(0, 0, 0, .2);
        -webkit-transform: translateX(0);
        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 {
        -webkit-transform: translateZ(0);
        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 {
        -webkit-transform: translateX(100%);
        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 {
        -webkit-transform: translateX(-260px);
        transform: translateX(-260px)
    }
    .cd-header-buttons {
        display: block
    }
    #cd-primary-nav ul li,
    .cd-primary-nav ul li {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .cd-primary-nav ul li a {
        white-space: normal;
        overflow: visible;
        font-size: 1vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .cd-primary-nav .see-all a {
        color: #222
    }
    .cd-primary-nav .see-all li:after {
        background: none repeat scroll 0 0 #222;
        bottom: -10px;
        content: "";
        display: block;
        height: 10px;
        position: relative;
        width: 100px
    }
    .cd-primary-nav {
        visibility: hidden;
        -webkit-transition: visibility 0s .3s;
        transition: visibility 0s .3s
    }
    .cd-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        transition: visibility 0s 0s
    }
}

#newsletter-content p {
    text-align: left;
    font-size: 12px
}

#newsletter-content p img {
    padding: .5em 0 .5em 0;
    width: 100%;
    height: auto
}

#newsletter-content tbody {
    text-align: left
}

#newsletter-content a:visited {
    color: unset
}

.newsletter-footer a {
    display: inline-block
}

.newsletter-footer a img:hover,
.newsletter-footer a:hover {
    color: #aeb0b5!important
}

.dol-press-page .field--label-inline div {
    display: inline-block
}

.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: ','
}

.newsletter-table a img {
    max-width: 100%!important;
    width: inherit;
    height: auto;
    padding: .5em
}

@media screen and (max-width:375px) {
    #newsletter-content {
        display: contents
    }
    #newsletter-content td {
        width: 100%;
        display: inline-block
    }
}

.featured-stories-block .grid-container {
    padding: 0
}

.featured-stories-list {
    width: 100%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .featured-stories-grid-row {
        max-width: 100%
    }
}

.featured-stories-grid-row .grid-col-6 a {
    text-decoration: none;
    border-bottom: 1px solid transparent
}

.featured-stories-grid-row .grid-col-6 a h3 {
    color: #205493
}

.featured-stories-grid-row .grid-col-6 a p {
    color: #212121
}

.featured-stories-grid-row .grid-col-6 a:hover h3,
.featured-stories-grid-row .grid-col-6 a:hover p {
    border-bottom: 1px solid inherit;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.featured-stories-grid-row .grid-col-6 a:active,
.featured-stories-grid-row .grid-col-6 a:focus,
.featured-stories-grid-row .grid-col-6 a:visited {
    border-bottom: none;
    text-decoration: none;
    color: inherit
}

.agency-homepage .featured-stories-grid-row {
    max-width: 100%
}

.agency-landing-page .featured-stories-grid-row {
    max-width: 100%
}

@media screen and (max-width:597px) {
    .featured-stories-grid-row .grid-col-6 {
        width: 100%
    }
    .featured-stories-grid-row .grid-col-6 img {
        width: 100%
    }
}

a.news-button {
    max-width: 150px;
    width: 100%;
    float: right
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .featured-stories-grid-row {
        max-width: 48%
    }
    .agency-homepage .featured-stories-grid-row,
    .agency-landing-page .featured-stories-grid-row {
        max-width: 100%
    }
}

.dol-pagination.pagination {
    border-radius: 0;
    overflow: visible;
    -ms-flex-wrap: wrap;
    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: 17px;
    color: #5b616b;
    text-decoration: none;
    padding: 4px;
    border-color: #aeb0b5;
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0;
    border: none;
    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.active .page-link,
.dol-pagination.pagination li.is-active .page-link {
    color: #0071bc;
    -webkit-box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, .35);
    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
}

.dol-pagination.pagination .pager__item--first a,
.dol-pagination.pagination .pager__item--last a {
    width: auto
}

.social-media-icon-block {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-media-icon-block:after,
.social-media-icon-block:before {
    content: '';
    height: 1px;
    width: 100%;
    border: 1px solid #aeb0b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translatey(25px);
    transform: translatey(25px)
}

.social-media-icon-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    background: #0071bc;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative
}

.social-media-icon-block a:hover {
    background: 0 0;
    border: 3px solid #0071bc;
    -webkit-transition: all 250ms ease;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.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 .social-icon-container.hover {
    opacity: 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,
.secretary-twitter-light:hover {
    background-color: rgba(160, 200, 220, .12)
}

.dol-twitter-light:hover .timeline-Widget,
.secretary-twitter-light:hover .timeline-Widget {
    background-color: rgba(160, 200, 220, .12)
}

@media screen and (min-width:768px) {
    .active-book-page aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    #block-dol-booknavigation>ul>li.dol-sub-menu-item--active-trail>ul>li.dol-sub-menu-item--active-trail {
        border-bottom: 1px solid #aeb0b5!important
    }
    #block-dol-booknavigation>ul>li.dol-sub-menu-item--active-trail>ul>li.dol-sub-menu-item--active-trail>a {
        border-left: 5px solid #0071bc;
        padding-left: 15px!important
    }
    #block-dol-booknavigation,
    .dol-subnav,
    .dol-subnav-wrapper {
        display: block;
        min-width: 275px;
        max-width: 330px;
        color: #333;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 30px
    }
    #block-dol-booknavigation ul.dol-subnav,
    .dol-subnav ul.dol-subnav,
    .dol-subnav-wrapper ul.dol-subnav {
        list-style: none!important;
        padding: 0;
        display: inherit;
        margin: 0
    }
    #block-dol-booknavigation ul.dol-subnav li a:first-child,
    .dol-subnav ul.dol-subnav li a:first-child,
    .dol-subnav-wrapper ul.dol-subnav li a:first-child {
        padding-top: .5em;
        padding-bottom: .5em
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item {
        border: 1px solid #aeb0b5;
        border-bottom: none;
        list-style: none;
        line-height: 25px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a {
        color: #212121!important;
        display: block;
        padding-left: 1em;
        text-decoration: none!important;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 17px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:not(:last-child),
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:not(:last-child),
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:not(:last-child) {
        border-bottom: 1px solid #aeb0b5
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:hover,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:hover,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:hover {
        background-color: #d6d7d9;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        color: #0071bc!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:active,
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:focus,
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:visited,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:active,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:focus,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:visited,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:active,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:focus,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:visited {
        outline: 2px dotted #aeb0b5!important;
        outline-offset: 2px!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a.current-active-item {
        color: #0071bc!important;
        font-weight: 700;
        background-color: #f1f1f1;
        border-bottom: 1px solid #aeb0b5!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a.current-active-item:hover,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a.current-active-item:hover,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a.current-active-item:hover {
        background-color: #d6d7d9;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item:last-child a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item:last-child a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item:last-child a {
        border-bottom: 1px solid #aeb0b5
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item a.current-active-item {
        color: #0071bc!important;
        font-weight: 700;
        border-bottom: none!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail {
        background-color: #f1f1f1
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail *,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail *,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail * {
        border-bottom: none!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a {
        font-weight: 400!important;
        border-bottom: 1px solid #aeb0b5
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li {
        border: none!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li a {
        padding: .5em;
        padding-left: 20px;
        padding-right: 35px;
        margin-bottom: 0;
        line-height: 26px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li a.current-active-item {
        padding-left: 20px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li li a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li li a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li li a {
        padding-left: 30px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li li a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li li a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li li a.current-active-item {
        padding-left: 30px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a {
        padding-left: 40px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a.current-active-item {
        padding-left: 40px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li.dol-sub-menu-item--active-trail a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li.dol-sub-menu-item--active-trail a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li.dol-sub-menu-item--active-trail a {
        border-bottom: none
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail a:hover,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail a:hover,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail a:hover {
        background-color: #d6d7d9;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out
    }
    #block-dol-booknavigation ul li a,
    .dol-subnav ul li a,
    .dol-subnav-wrapper ul li a {
        display: block
    }
    #swipe,
    .dol-subnav-wrapper label,
    .sub-menu-close {
        display: none
    }
    #block-dol-booknavigation>.dol-subnav>.dol-sub-menu-item--active-trail>a {
        display: none!important
    }
}

@media screen and (max-width:767px) {
    aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 100%;
        padding-bottom: 15px
    }
    .dol-subnav-wrapper label>i {
        display: block;
        float: right;
        margin-top: 11px;
        font-size: 20px
    }
    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 300px;
        width: 100%;
        height: 45px;
        font: 17px/42px fontawesome;
        color: #212121;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        border: 1px solid #aeb0b5;
        padding: 0 .5em;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), to(#fff));
        background: linear-gradient(0deg, #f1f1f1 0, #fff 100%);
        border-radius: 4px
    }
    .dol-subnav-wrapper label[data-function*=swipe] svg {
        color: #0071bc;
        border: 2px solid #0071bc;
        background-color: #e0f3f8;
        border-radius: 19px;
        padding: 5px;
        width: 27px;
        height: 27px;
        margin-right: 10px;
        font-size: 20px;
        float: right;
        margin-top: 8px
    }
    .dol-subnav-wrapper label:hover {
        color: #0071bc;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out
    }
    .dol-subnav-wrapper label::before {
        display: none!important
    }
    .dol-subnav-wrapper .cd-main-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 80px 30px;
        background: #fff;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }
    .dol-subnav-wrapper .dol-sidebar {
        -webkit-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
        position: absolute;
        width: 250px;
        background: #fff;
        color: #0071bc;
        top: 0;
        left: 0;
        height: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        min-height: 1200px;
        z-index: 1;
        border: 1px solid #5b616b
    }
    .dol-subnav-wrapper li.sub-menu-close {
        font-size: 15px;
        list-style: none;
        text-align: right;
        margin-bottom: 0;
        border-bottom: 1px solid #aeb0b5
    }
    .dol-subnav-wrapper li.sub-menu-close i {
        margin-right: 10px
    }
    .dol-subnav-wrapper li.sub-menu-close a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 45px;
        padding: 10px;
        color: #212121!important;
        text-decoration: none;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .dol-subnav-wrapper li.sub-menu-close a span {
        color: #0071bc;
        font-weight: 700
    }
    .dol-subnav-wrapper li.sub-menu-close a svg {
        color: #0071bc;
        border: 2px solid #0071bc;
        background-color: #e0f3f8;
        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
    }
    #block-dol-booknavigation,
    .dol-subnav,
    .dol-subnav-wrapper {
        display: block;
        min-width: 200px;
        max-width: 330px;
        color: #333;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #block-dol-booknavigation ul.dol-subnav,
    .dol-subnav ul.dol-subnav,
    .dol-subnav-wrapper ul.dol-subnav {
        list-style: none!important;
        padding: 0;
        display: inherit;
        margin: 0
    }
    #block-dol-booknavigation ul.dol-subnav li a:first-child,
    .dol-subnav ul.dol-subnav li a:first-child,
    .dol-subnav-wrapper ul.dol-subnav li a:first-child {
        padding-top: .5em;
        padding-bottom: .5em
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item {
        border-bottom: none;
        list-style: none;
        line-height: 25px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a {
        color: #212121!important;
        display: block;
        padding-left: 1em;
        text-decoration: none!important;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 17px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:not(:last-child),
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:not(:last-child),
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:not(:last-child) {
        border-bottom: 1px solid #aeb0b5
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:hover,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:hover,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:hover {
        background-color: #d6d7d9;
        color: #0071bc!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:active,
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:focus,
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a:visited,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:active,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:focus,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a:visited,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:active,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:focus,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a:visited {
        outline: 2px dotted #aeb0b5!important;
        outline-offset: 2px!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a.current-active-item {
        color: #0071bc;
        font-weight: 700;
        background-color: #f1f1f1;
        border-bottom: 1px solid #aeb0b5!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a.current-active-item:hover,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a.current-active-item:hover,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a.current-active-item:hover {
        background-color: #d6d7d9;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item:last-child a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item:last-child a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item:last-child a {
        border-bottom: 1px solid #aeb0b5
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item ul.dol-subnav li.dol-sub-menu-item a.current-active-item {
        color: #0071bc!important;
        font-weight: 700;
        border-bottom: none!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail {
        background-color: #f1f1f1
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail *,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail *,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item li.dol-sub-menu-item--active-trail * {
        border-bottom: none!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item a {
        font-weight: 400!important;
        border-bottom: 1px solid #aeb0b5
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li {
        border: none!important
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li a {
        padding: .5em;
        padding-left: 20px;
        padding-right: 35px;
        margin-bottom: 0;
        line-height: 26px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li a.current-active-item {
        padding-left: 20px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li li a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li li a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li li a {
        padding-left: 30px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li li a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li li a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li li a.current-active-item {
        padding-left: 30px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a {
        padding-left: 40px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a.current-active-item,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a.current-active-item,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li li li a.current-active-item {
        padding-left: 40px
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail li.dol-sub-menu-item--active-trail a,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail li.dol-sub-menu-item--active-trail a,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail li.dol-sub-menu-item--active-trail a {
        border-bottom: none
    }
    #block-dol-booknavigation ul.dol-subnav li.dol-sub-menu-item--active-trail a:hover,
    .dol-subnav ul.dol-subnav li.dol-sub-menu-item--active-trail a:hover,
    .dol-subnav-wrapper ul.dol-subnav li.dol-sub-menu-item--active-trail a:hover {
        background-color: #d6d7d9;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out
    }
    #block-dol-booknavigation ul li a,
    .dol-subnav ul li a,
    .dol-subnav-wrapper ul li a {
        display: block
    }
    #block-dol-booknavigation>.dol-subnav>.dol-sub-menu-item--active-trail>a {
        display: none!important
    }
    #block-dol-booknavigation>.dol-subnav>.dol-sub-menu-item--active-trail>ul>li.dol-sub-menu-item--active-trail {
        border-bottom: 1px solid #aeb0b5!important
    }
    #block-dol-booknavigation>.dol-subnav>.dol-sub-menu-item--active-trail>ul>li.dol-sub-menu-item--active-trail>a {
        border-left: 5px solid #0071bc;
        padding-left: 15px!important
    }
    .layout-content {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
    .layout-content.sidebar-is-open {
        -webkit-transform: translate3d(275px, 0, 0);
        transform: translate3d(275px, 0, 0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
    #page-title-area {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
    #page-title-area.sidebar-is-open {
        -webkit-transform: translate3d(275px, 0, 0);
        transform: translate3d(275px, 0, 0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
}

.dol-subnav-wrapper.sidebar-is-open label {
    -webkit-transform: translate3d(275px, 0, 0);
    transform: translate3d(275px, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.dol-subnav-wrapper.sidebar-is-open label:hover {
    background-color: #d6d7d9;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.dol-subnav-wrapper.sidebar-is-open .dol-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.dol-subnav-wrapper.sidebar-is-closed label {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.dol-subnav-wrapper.sidebar-is-closed label:hover {
    background-color: #d6d7d9;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.dol-subnav-wrapper.sidebar-is-closed .dol-sidebar {
    -webkit-transform: translate3d(-275px, 0, 0);
    transform: translate3d(-275px, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.featured-stories-block .grid-container {
    padding: 0
}

.featured-stories-list {
    width: 100%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .featured-stories-grid-row {
        max-width: 100%
    }
}

.featured-stories-grid-row .grid-col-6 a {
    text-decoration: none;
    border-bottom: 1px solid transparent
}

.featured-stories-grid-row .grid-col-6 a h3 {
    color: #205493
}

.featured-stories-grid-row .grid-col-6 a p {
    color: #212121
}

.featured-stories-grid-row .grid-col-6 a:hover h3,
.featured-stories-grid-row .grid-col-6 a:hover p {
    border-bottom: 1px solid inherit;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.featured-stories-grid-row .grid-col-6 a:active,
.featured-stories-grid-row .grid-col-6 a:focus,
.featured-stories-grid-row .grid-col-6 a:visited {
    border-bottom: none;
    text-decoration: none;
    color: inherit
}

.agency-homepage .featured-stories-grid-row {
    max-width: 100%
}

.agency-landing-page .featured-stories-grid-row {
    max-width: 100%
}

@media screen and (max-width:597px) {
    .featured-stories-grid-row .grid-col-6 {
        width: 100%
    }
    .featured-stories-grid-row .grid-col-6 img {
        width: 100%
    }
}

a.news-button {
    max-width: 150px;
    width: 100%;
    float: right
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .featured-stories-grid-row {
        max-width: 48%
    }
    .agency-homepage .featured-stories-grid-row,
    .agency-landing-page .featured-stories-grid-row {
        max-width: 100%
    }
}

.dol-system-notifications {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    max-width: 900px;
    padding: 1em;
    margin-bottom: 1em
}

.dol-system-notifications h2 {
    height: auto;
    width: auto;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px
}

.dol-system-notifications p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212121;
    font-size: 17px;
    line-height: 26px;
    padding-top: .3em
}

.dol-system-notifications a {
    margin-left: 40px;
    color: #0071bc!important
}

.dol-system-notifications-success {
    border-left: 4px solid #4aa564;
    background: #f1f1f1
}

.dol-system-notifications-warning {
    border-left: 4px solid #fdb81e;
    background: rgba(253, 175, 29, .15)
}

.dol-system-notifications-error {
    border-left: 4px solid #e31c3d;
    background: rgba(248, 24, 16, .15)
}

.dol-system-notifications-inform,
.dol-system-notifications-inform-with-comment {
    border-left: 4px solid #02bfe7;
    background: rgba(0, 163, 209, .15)
}
/*
table {
    overflow: auto
}

table td {
    padding: 1em;
    border-top: 1px solid grey!important
}

table tbody tr:nth-child(odd) {
    background-color: #fff
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

table tbody tr:hover {
    background-color: #e1f3f8
}
*/
@-moz-document url-prefix() {
    table td {
        border-top: none!important
    }
}

table.dol-table .views-field-dropbutton ul.dropbutton li.dropbutton-toggle .dropbutton-arrow {
    border-top-color: #fff
}

.dol-table-bordered .dol-table thead {
    border: 1px solid #5b616b
}

.dol-table-bordered .dol-table thead th {
    background-color: #d6d7d9;
    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 {
    border-right: 0
}

.dol-table-bordered .dol-table thead th a {
    color: #212121
}

.dol-table-bordered .dol-table thead tr {
    border-bottom: 1px solid #5b616b
}

.dol-table-bordered .dol-table tbody {
    border: 1px solid #5b616b
}

.dol-table-bordered .dol-table tbody th {
    border: 0
}

.dol-table-bordered .dol-table tbody tr {
    border-bottom: 1px solid #5b616b
}

.dol-table-bordered .dol-table tbody tr:hover {
    background-color: #e1f3f8
}

.dol-table-bordered .dol-table td {
    border: 1px solid #5b616b;
    border-bottom: none
}

.dol-table-bordered .dol-table td:empty {
    visibility: visible
}

@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: none
}

.dol-table-bordered .dol-table .table-responsive caption {
    padding-top: 20px
}

@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: none;
    vertical-align: middle;
    line-height: 1.5;
    color: #212121;
    min-width: 13em
}

.dol-table-simple .dol-table thead th:last-child {
    border-right: 0
}

.dol-table-simple .dol-table thead th a {
    color: #212121
}

.dol-table-simple .dol-table thead tr {
    border-bottom: 1px solid #5b616b
}

.dol-table-simple .dol-table tbody th {
    border: 0
}

.dol-table-simple .dol-table tbody tr {
    border-bottom: 1px solid #5b616b
}

.dol-table-simple .dol-table tbody tr:hover {
    background-color: #e1f3f8
}

.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 {
    border: none
}

.dol-table-simple .dol-table .table-responsive {
    display: -webkit-inline-box;
    border: none
}

.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
    }
}

table.dol-table thead th {
    background-color: #f1f1f1;
    font-weight: 700;
    text-align: left;
    border: 0;
    vertical-align: middle;
    line-height: 1.5;
    color: #212121
}

table.dol-table thead th a {
    color: #212121
}

table.dol-table thead tr {
    border-bottom: 1px solid #5b616b
}

table.dol-table tbody th {
    border: 0
}

table.dol-table tbody tr {
    border-bottom: 1px solid #5b616b
}

table.dol-table tbody tr:last-child {
    border-bottom: 0
}

table.dol-table td {
    border: 0
}

table.dol-table td:empty {
    visibility: visible
}

table.dol-table-light {
    border: 0!important
}

table.dol-table-light tbody tr {
    border: 0
}

.table-header-field {
    margin-bottom: 20px
}

.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-word
}

@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
    }
}

.dol-title-link-teaser h3 {
    line-height: 1.4;
    font-size: 15px!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
}

.dol-title-link-teaser a:hover {
    text-decoration: none
}

.dol-title-link-teaser a:hover h3 {
    text-decoration: underline
}

.dol-title-link-teaser a:hover h3,
.dol-title-link-teaser a:hover h5 {
    text-decoration: underline
}

.dol-title-link-teaser .dol-date-text {
    text-transform: capitalize
}

.field--name-field-press-type {
    font-size: 34px;
    font-weight: 700
}

a.news-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff!important;
    font-size: 17px;
    text-decoration: none
}

a.news-button:hover {
    text-decoration: underline
}

#block-quicklinks.homepage-block {
    padding-bottom: 15px
}

#block-quicklinks.homepage-block>div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

#block-quicklinks.homepage-block>div p {
    margin: 0!important;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #aeb0b5;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

#block-quicklinks.homepage-block>div p a {
    text-decoration: none
}

#block-quicklinks.homepage-block>div p a:hover {
    text-decoration: underline
}

#block-quicklinks.homepage-block>div>p:nth-child(6) {
    border-bottom: none
}

@media only screen and (max-width:576px) {
    #block-quicklinks.homepage-block .field {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.usa-banner {
    background-color: #f1f1f1;
    padding-bottom: 0;
    font-size: 10px
}

header.usa-header>.usa-banner:first-child {
    background-color: #f1f1f1;
    min-height: 25px
}

header.usa-header>.usa-banner:first-child .container {
    max-width: 1500px
}

@media screen and (max-width:768px) {
    header.usa-header>.usa-banner:first-child .container {
        max-width: 100%
    }
}

@media screen and (max-width:576px) {
    header.usa-header>.usa-banner:first-child .container {
        padding-left: 20px
    }
}

@media screen and (max-width:480px) {
    header.usa-header>.usa-banner:first-child {
        padding: 0
    }
}

header button {
    background-color: none!important
}

.usa-banner-content {
    padding-right: 1.5rem;
    padding-bottom: 3px;
    padding-left: 1.5rem;
    background-color: transparent;
    font-size: 14px;
    padding-top: 2rem;
    width: 100%;
    max-width: 1500px
}

.usa-banner-content p {
    font-size: 15px
}

.usa-banner-content p:first-child {
    margin-top: 1rem
}

@media screen and (min-width:600px) {
    .usa-banner-content p:first-child {
        margin-top: 0
    }
}

.usa-banner-inner {
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:480px) {
    .usa-banner-inner {
        display: block
    }
}

.usa-banner-inner::after {
    clear: both;
    content: '';
    display: block
}

@media screen and (min-width:951px) {
    .usa-banner-inner {
        padding-right: 0;
        padding-left: 0
    }
    .usa-banner-content {
        padding-right: 3rem;
        padding-left: 3rem
    }
}

.usa-banner-header {
    padding-top: .55rem;
    padding-bottom: .55rem;
    font-size: 1.2rem;
    font-weight: 400
}

.usa-banner-header p {
    margin: 0 5px 0 0;
    display: inline;
    overflow: hidden;
    vertical-align: middle;
    font-size: .8rem
}

@media screen and (max-width:480px) {
    .usa-banner-header p {
        font-size: 12px
    }
}

.usa-banner-header img {
    float: left;
    margin-right: 1rem;
    margin-top: 1px;
    width: 1em
}

.usa-banner-header-expanded>.usa-banner-inner {
    margin-left: 0
}

.usa-banner-button {
    background-color: transparent;
    border: 1;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    background-position-x: right;
    color: #0071bc;
    display: block;
    font-size: 12px;
    left: 0;
    text-decoration: underline;
    top: 0;
    width: 100%
}

.usa-banner-button:hover {
    background-color: transparent;
    color: #205493;
    text-decoration: underline;
    outline: 0
}

@media screen and (max-width:480px) {
    .usa-banner-button {
        font-size: 12px
    }
}

.usa-banner-button:active,
.usa-banner-button:focus {
    outline: 3px solid #0071bc!important;
    background-color: transparent
}

.usa-banner-button[aria-expanded=false] {
    background-image: url(../../img/angle-arrow-down-primary.svg);
    background-size: .6rem;
    width: auto;
    display: inline;
    margin-left: 0
}

.usa-banner-button[aria-expanded=false]::after {
    background-size: 100%;
    content: '';
    display: inline-block;
    height: .7rem;
    width: .7rem;
    margin-left: 0
}

.usa-banner-button[aria-expanded=false]:hover {
    background-image: url(../../img/angle-arrow-down-primary-hover.svg)
}

.usa-banner-button[aria-expanded=false]::after {
    background-position-y: 1px
}

.usa-banner-button[aria-expanded=true] {
    background-image: url(../../img/angle-arrow-up-primary.svg);
    background-size: .6rem;
    height: auto;
    padding: 0;
    position: relative;
    max-width: 125px
}

.usa-banner-button[aria-expanded=true]::after {
    position: absolute;
    right: 1.5rem;
    top: 2.15rem;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: .7rem;
    width: .7rem;
    margin-left: 0
}

.usa-banner-icon {
    width: 2.3rem
}

@media only screen and (min-width:0px) {
    .usa-accordion-content {
        padding: 1em
    }
    .usa-banner-header img {
        margin-right: .6em;
        width: 1.4rem
    }
}

@media only screen and (min-width:0px) and (max-width:480px) {
    .usa-banner-header img {
        width: 2rem
    }
}

@media only screen and (min-width:0px) {
    .usa-banner-inner {
        padding-left: 0;
        padding-right: 0;
        line-height: .85em
    }
    .usa-banner-content p:first-child {
        margin-top: 0
    }
    .usa-banner-button {
        margin-left: 43px
    }
}

@media only screen and (min-width:498px) {
    .usa-banner-button {
        padding-top: 0;
        padding-left: 0;
        display: inline;
        height: auto;
        margin-left: 3px;
        position: relative;
        vertical-align: middle;
        width: auto
    }
    .usa-banner-header {
        padding-top: 0;
        padding-bottom: 0
    }
    .usa-banner-header img {
        margin-right: .5rem
    }
    .usa-banner-header p {
        margin-top: 2px;
        margin-bottom: 2px;
        display: inline-block
    }
    .usa-banner-header-expanded {
        border-bottom: none;
        display: block;
        font-size: 1.2rem;
        font-weight: 400;
        min-height: 0;
        padding-right: 0
    }
    .usa-banner-header-expanded>.usa-banner-inner {
        margin-left: auto
    }
    .usa-banner-header-expanded img {
        margin-right: .7rem
    }
    .usa-banner-button[aria-expanded=true]:hover {
        background-image: url(../../img/angle-arrow-up-primary-hover.svg)
    }
    .usa-banner-button[aria-expanded=true]::after {
        background-position-y: 1px;
        position: static
    }
    .usa-banner-button[aria-expanded=true] .usa-banner-button-text {
        display: inline
    }
}


/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */

.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0
}

.tablesaw * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tablesaw-btn {
    border: 1px solid #ccc;
    border-radius: .25em;
    background: 0 0;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: .5em .85em .4em .85em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.tablesaw-btn {
    color: #1c95d4
}

.tablesaw-btn:hover {
    text-decoration: none
}

.tablesaw-btn:active {
    background-color: #ddd
}

@supports (box-shadow:none) {
    .tablesaw-btn:focus {
        background-color: #fff;
        outline: 0
    }
    .tablesaw-btn:focus {
        -webkit-box-shadow: 0 0 .35em #4faeef!important;
        box-shadow: 0 0 .35em #4faeef!important
    }
}

.tablesaw-btn-select select {
    background: 0 0;
    border: none;
    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 {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0
}

.tablesaw-btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: .3em 1em .3em 1em
}

.tablesaw-btn.btn-micro {
    font-size: .8125em;
    padding: .4em .7em .25em .7em
}

.tablesaw-btn-select {
    padding-right: 1.5em;
    text-align: left;
    display: inline-block;
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em
}

.tablesaw-btn-select:after {
    content: " ";
    position: absolute;
    background: 0 0;
    background-repeat: no-repeat;
    background-position: .25em .45em;
    content: "\25bc";
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left-width: 0
}

.tablesaw-advance .tablesaw-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    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 .7em
}

.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: "\0020";
    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 grey
}

.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 grey
}

.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 grey
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
    left: .7em;
    border-left: 5px solid grey
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: .25;
    cursor: default;
    pointer-events: none
}

.tablesaw-bar {
    clear: both
}

.tablesaw-bar * {
    -webkit-box-sizing: border-box;
    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,
.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: none;
    -webkit-box-shadow: none;
    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~table {
    clear: both
}

.tablesaw-bar-section .abbreviated {
    display: inline
}

.tablesaw-bar-section .longform {
    display: none
}

@media (min-width:24em) {
    .tablesaw-bar-section .abbreviated {
        display: none
    }
    .tablesaw-bar-section .longform {
        display: inline
    }
}

.tablesaw td,
.tablesaw th {
    text-align: left
}

.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
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
    -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
    box-shadow: 3px 0 4px -1px #e4e1de
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none
}

@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
}

.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;
    -webkit-box-shadow: 0 1px 2px #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 {
    top: 0!important;
    right: 1em;
    left: auto!important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0
}

.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,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\0020"
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
    content: "\2191"
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\2193"
}

.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
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    height: 100%;
    width: 100%
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    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: '';
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
}

.navbar-nav .nav-item.show .nav-link-text {
    border-bottom: 2px solid #fff;
    padding-bottom: .2em
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translateY(3px);
    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 .nav-link:hover .nav-link-text {
    border-bottom: 2px solid #fff;
    padding-bottom: .2em
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:hover::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 .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 .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    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;
    -webkit-box-shadow: 0 5px 10px -8px #5b616b;
    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%;
    -webkit-box-shadow: 0 5px 10px -8px #5b616b;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dropdown-menu .dropdown-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    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: 19px;
    margin-bottom: 1.15em
}

.dropdown-menu .dropdown-topics-block a {
    font-size: 15px;
    display: block;
    margin-bottom: 1em;
    color: inherit
}

.dropdown-menu .dropdown-topics-block a:hover {
    color: #0071bc;
    text-decoration: underline
}

.dropdown-menu .dropdown-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    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: 24px;
    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 {
    font-size: 15px
}

.dropdown-menu .dropdown-section .content-section-title {
    font-size: 19px;
    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;
    font-size: 15px;
    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
}

@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: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .ilab-individual-page .region-country .project-subtitle {
        padding-left: 20px
    }
    .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-dates,
    .ilab-individual-page .project-end {
        padding-left: 20px
    }
    .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: -webkit-box;
        display: -ms-flexbox;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .ilab-individual-page .ilab-country-problem {
        background-color: #fff!important
    }
    .ilab-individual-page .agency-header header #top-agency-name {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px
    }
    .ilab-individual-page .ilab-country-problem {
        background-color: #fff!important
    }
    .ilab-individual-page .agency-header header #top-agency-name {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px
    }
    .ilab-individual-page .subheaders {
        margin-left: 20px
    }
    .ilab-individual-page .field-project-summary {
        padding-top: 8px;
        margin-top: 50px;
        margin-bottom: 50px;
        border-top: 1px solid #5b616b;
        border-bottom: 1px solid #5b616b;
        margin-right: 30px;
        margin-left: 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 {
        display: block!important
    }
    .ilab-child-report .projects-row #active-projects,
    .ilab-child-report .projects-row #further-research {
        display: block!important
    }
    .projects-row {
        display: block!important
    }
    .projects-row #active-projects,
    .projects-row #further-research {
        display: block!important;
        padding: 0
    }
}

.highlight-teaser a {
    text-decoration: none
}

.highlight-teaser a:hover,
.highlight-teaser a:visited {
    color: #212121
}

.usa-no-padding {
    padding: 0!important
}

#ebsa-select-date-div label {
    margin-top: 0
}

#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
}

@media all and (max-width:576px) {
    .ebsa-guidance-index-page .views-field-field-recipient {
        min-width: 0
    }
}

.ebsa-advisory-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.ebsa-information-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.ebsa-assistance-bulletin-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.ebsa-guidance .ebsa-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    line-height: 26px
}

.ebsa-guidance .ebsa-row span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9%;
    flex: 0 0 9%
}

.ebsa-guidance .ebsa-row p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92%;
    flex: 0 0 92%
}

.ebsa-guidance span {
    font-weight: 700
}

.ebsa-guidance .ebsa-advisory-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ebsa-guidance .ebsa-reference-subject {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.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%
}

.ebsa-content .topic-wrapper .topic-body p {
    padding: 0
}

.vfcp_checklist .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vfcp_checklist .row .number_label {
    text-align: center
}

.vfcp_checklist .row .col-sm-2 p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vfcp_checklist .row .col-sm-2 p label {
    display: contents
}

.vfcp_checklist .row .col-sm-2 p label:before {
    height: 1rem;
    width: 1rem;
    margin: 5px
}

.vfcp_checklist .row .col-sm-10 p label {
    margin-top: 0
}

.vfcp_checklist .row .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vfcp_checklist .row .col-sm-8 p label {
    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:768px) {
    .vfcp_checklist .row {
        display: block
    }
    .vfcp_checklist .row .number_label {
        text-align: left
    }
}

.header,
.lc,
[role=main] {
    max-width: 1520px;
    margin: 0 auto;
    padding: .5em
}

@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
}

.gi img {
    display: block
}

@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-2-3 {
        float: left;
        width: 66.666666%
    }
}

@media all and (min-width:46.8em) {
    .gi-1-3 {
        float: left;
        width: 33.333333%
    }
}

.g-opposites .gi {
    float: left
}

.g-opposites .gi:last-child {
    float: right;
    text-align: right
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-align--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-align--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-align--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-v-align--center {
    -webkit-box-align: center;
    -ms-flex-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: 3px solid #008bf2;
    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
}

.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 0 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 ul ul {
    margin-bottom: 0
}

.text ol {
    list-style: decimal;
    margin: 0 0 1em 1.5em
}

.text ol ol {
    margin-bottom: 0
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype"), url(../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: "\74"
}

.icon-stumbleupon:before {
    content: "\75"
}

.icon-pinterest:before {
    content: "\70"
}

.icon-linkedin:before {
    content: "\69"
}

.icon-google-plus:before {
    content: "\67"
}

.icon-search:before {
    content: "\73"
}

.icon-play:before {
    content: "\61"
}

.icon-menu:before {
    content: "\21"
}

.icon-arrow-left:before {
    content: "\23"
}

.icon-arrow-right:before {
    content: "\24"
}

.icon-bubble:before {
    content: "\25"
}

.icon-facebook:before {
    content: "\66"
}

.icon-feed:before {
    content: "\27"
}

.icon-youtube:before {
    content: "\79"
}

.icon-tag:before {
    content: "\28"
}

.icon-tumblr:before {
    content: "\6d"
}

.icon-instagram:before {
    content: "\22"
}

.icon-podcast:before {
    content: "\26"
}

.icon-android:before {
    content: "\29"
}

.icon-apple:before {
    content: "\2a"
}

.icon-envelope:before {
    content: "\2b"
}

.icon-arrow:after {
    content: "\61";
    display: inline-block;
    -webkit-transform: rotate(90deg);
    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: grey;
    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: 1em
}

.dol-front .pre-content .usa-button-primary:active,
.dol-front .pre-content .usa-button-primary:focus {
    background-color: #112e51!important
}
/*
.cd-main-content .filter-options,
.cd-main-content a.usa-button,
.cd-main-content button,
.cd-main-content input[type=submit],
header .filter-options,
header a.usa-button,
header button,
header input[type=submit] {
    background-color: #0071bc;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    text-decoration: none;
    padding: 15px;
    margin-top: 10px;
    font-size: 18px;
    height: auto
}*/

.cd-main-content .filter-options a,
.cd-main-content a.usa-button a,
.cd-main-content button a,
.cd-main-content input[type=submit] a,
header .filter-options a,
header a.usa-button a,
header button a,
header input[type=submit] a {
    text-decoration: none;
    border: none!important
}

.cd-main-content .filter-options:hover,
.cd-main-content a.usa-button:hover,
.cd-main-content button:hover,
.cd-main-content input[type=submit]:hover,
header .filter-options:hover,
header a.usa-button:hover,
header button:hover,
header input[type=submit]:hover {
    -webkit-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out;
    text-decoration: none;
    color: #fff;
    background-color: #205493
}

.cd-main-content .filter-options:hover a,
.cd-main-content a.usa-button:hover a,
.cd-main-content button:hover a,
.cd-main-content input[type=submit]:hover a,
header .filter-options:hover a,
header a.usa-button:hover a,
header button:hover a,
header input[type=submit]:hover a {
    text-decoration: underline!important
}

.cd-main-content .filter-options:focus,
.cd-main-content a.usa-button:focus,
.cd-main-content button:focus,
.cd-main-content input[type=submit]:focus,
header .filter-options:focus,
header a.usa-button:focus,
header button:focus,
header input[type=submit]:focus {
    background-color: #205493;
    border-color: transparent;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline-offset: 1px;
    outline: 3px solid #008bf2
}

.cd-main-content .filter-options:active,
.cd-main-content a.usa-button:active,
.cd-main-content button:active,
.cd-main-content input[type=submit]:active,
header .filter-options:active,
header a.usa-button:active,
header button:active,
header input[type=submit]:active {
    background-color: #112e51
}

.cd-main-content .filter-options.disabled,
.cd-main-content .filter-options:disabled,
.cd-main-content a.usa-button.disabled,
.cd-main-content a.usa-button:disabled,
.cd-main-content button.disabled,
.cd-main-content button:disabled,
.cd-main-content input[type=submit].disabled,
.cd-main-content input[type=submit]:disabled,
header .filter-options.disabled,
header .filter-options:disabled,
header a.usa-button.disabled,
header a.usa-button:disabled,
header button.disabled,
header button:disabled,
header input[type=submit].disabled,
header input[type=submit]:disabled {
    background-color: #aeb0b5;
    color: #fff;
    cursor: not-allowed
}

.cd-main-content .btn-group-sm>.btn,
.cd-main-content .btn-sm,
header .btn-group-sm>.btn,
header .btn-sm {
    font-size: .675em
}

.cd-main-content .btn-group-lg>.btn,
.cd-main-content .btn-lg,
header .btn-group-lg>.btn,
header .btn-lg {
    font-size: 1.2em
}

.cd-main-content input[type=submit],
header input[type=submit] {
    display: inline;
    width: auto;
    padding: 1em
}

.cd-main-content .btn-secondary,
header .btn-secondary {
    background-color: #5b616b
}

.cd-main-content .btn-secondary:hover,
header .btn-secondary:hover {
    background-color: #323a45
}

.cd-main-content .btn-secondary:active,
.cd-main-content .btn-secondary:focus,
header .btn-secondary:active,
header .btn-secondary:focus {
    background-color: #212121
}

.cd-main-content .btn-secondary.disabled,
.cd-main-content .btn-secondary:disabled,
header .btn-secondary.disabled,
header .btn-secondary:disabled {
    cursor: not-allowed;
    background-color: #5b616b;
    color: #fff
}

.cd-main-content .btn-secondary-alt,
header .btn-secondary-alt {
    background-color: #fff;
    border: 2px solid #0071bc;
    color: #0071bc
}

.cd-main-content .btn-secondary-alt:hover,
header .btn-secondary-alt:hover {
    background-color: #fff;
    border: 2px solid #205493;
    color: #205493
}

.cd-main-content .btn-secondary-alt:active,
.cd-main-content .btn-secondary-alt:focus,
header .btn-secondary-alt:active,
header .btn-secondary-alt:focus {
    background-color: #fff;
    border: 2px solid #112e51;
    color: #112e51
}

.cd-main-content .btn-secondary-alt.disabled,
.cd-main-content .btn-secondary-alt:disabled,
header .btn-secondary-alt.disabled,
header .btn-secondary-alt:disabled {
    background-color: #fff;
    border: 2px solid #205493;
    color: #205493;
    cursor: not-allowed
}

.cd-main-content .btn-dark-bg,
header .btn-dark-bg {
    background-color: #323a45;
    color: #dce4ef;
    border: 2px solid #dce4ef
}

.cd-main-content .btn-dark-bg:hover,
header .btn-dark-bg:hover {
    color: #dce4ef;
    border: 2px solid #dce4ef
}

.cd-main-content .btn-dark-bg:active,
.cd-main-content .btn-dark-bg:focus,
header .btn-dark-bg:active,
header .btn-dark-bg:focus {
    color: #aeb0b5;
    border: 2px solid #aeb0b5;
    background-color: #323a45
}

.cd-main-content .btn-dark-bg.disabled,
.cd-main-content .btn-dark-bg:disabled,
header .btn-dark-bg.disabled,
header .btn-dark-bg:disabled {
    background-color: #323a45;
    cursor: not-allowed;
    color: #dce4ef;
    border: 2px solid #dce4ef
}

.cd-main-content #btn-engage:active,
.cd-main-content #btn-engage:focus,
.cd-main-content #btn-share:active,
.cd-main-content #btn-share:focus,
header #btn-engage:active,
header #btn-engage:focus,
header #btn-share:active,
header #btn-share:focus {
    background-color: #fff;
    color: #0071bc;
    outline: 2px dotted #5b616b;
    outline-offset: 2px
}

.cd-main-content #btn-media:hover,
header #btn-media:hover {
    background-color: #f1f1f1
}

.cd-main-content #autologout-confirm .ui-dialog-buttonset .ui-dialog-buttonpane button,
header #autologout-confirm .ui-dialog-buttonset .ui-dialog-buttonpane button {
    color: #fff
}

.usa-button-tertiary {
    background-color: #0f813e;
    border: 2px solid #0f813e;
    color: #fff
}

.usa-button-tertiary-hover,
.usa-button-tertiary:hover {
    border: 2px solid #016930;
    background-color: #016930!important;
    color: #fff
}

.usa-button-tertiary-active,
.usa-button-tertiary:active {
    background-color: #025929!important;
    border: 2px solid #025929;
    color: #fff
}

.usa-button-tertiary-focus,
.usa-button-tertiary:focus {
    background-color: #0f813e!important;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.usa-button-tertiary.disabled,
.usa-button-tertiary:disabled {
    cursor: not-allowed;
    background-color: #fff;
    color: #d6d7d9;
    border: 2px solid #d6d7d9
}

.btn-base {
    background-color: #fff;
    color: #000;
    border: 2px solid #aeb0b5
}

.btn-base:hover {
    background-color: #d6d7d9;
    color: #000;
    border: 2px solid #d6d7d9
}

.btn-base:active {
    background-color: #5b616b;
    border: 2px solid #5b616b;
    color: #fff
}

.btn-base:focus {
    color: #000;
    border: 2px solid #aeb0b5;
    background-color: #aeb0b5
}

.btn-base.disabled,
.btn-base:disabled {
    cursor: not-allowed;
    background-color: #fff;
    color: #d6d7d9;
    border: 2px solid #d6d7d9
}

.btn-lg {
    background-color: #0071bc;
    height: auto;
    width: 216px;
    border-radius: 10px;
    white-space: normal;
    color: #fff!important
}

.button_design {
    padding-top: 10px;
    padding-bottom: 10px
}

#btn-engage,
#btn-share {
    position: relative;
    background: 0 0;
    height: 80px;
    width: 80px
}

.inline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

button.usa-button.newsletter-submit {
    margin-top: 5px
}

.button-transition {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

button.dol-button.button-transition {
    font-size: 17px;
    margin-top: 20px;
    padding: 12px 25px
}

button.dol-button.button-transition a {
    color: #fff;
    text-decoration: none;
    display: block
}

button.dol-button.button-transition a:focus {
    outline: 0
}

.usa-focus,
:focus {
    outline: 0
}

.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
}

.block-hero .b-thumb img {
    display: block
}

@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
    }
}

@media all and (min-width:29.75em) {
    .block-thumb .b-text {
        display: table-cell;
        width: 70%;
        padding: 0 1em
    }
}

.block-headline-summary a {
    display: block;
    padding: .5em
}

.block-inset {
    position: relative
}

.block-inset .b-thumb {
    position: relative;
    z-index: 0
}

.block-inset .b-thumb img {
    display: block
}

.block-inset {
    margin-bottom: .5em;
    position: relative
}

.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.6em
}

.headline-list {
    margin-bottom: 1em
}

.headline-list.flush {
    margin: 0
}

.headline-list h4 {
    font-weight: 400
}

.headline-list li {
    padding: .25em 0;
    border-top: 1px solid #ddd
}

.post-list li {
    margin-bottom: 1em
}

.bullet-list {
    list-style: square;
    margin: 0 0 1em 1.2em;
    line-height: 1.3
}

.bullet-list li {
    margin-bottom: 1em
}

.text-list {
    margin: 0 0 1em;
    line-height: 1.3
}

.text-list li {
    margin-bottom: 1em
}

.tooltip-container {
    display: inline-block;
    position: relative
}

.tooltip-container:hover .tooltip {
    display: block
}

.tooltip-link {
    background: #f9f9f9
}

.tooltip {
    display: none;
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 18em;
    padding: 1em;
    background: #fff;
    border: 1px solid grey;
    -webkit-box-shadow: .3em .3em 1em 0 rgba(0, 0, 0, .2);
    box-shadow: .3em .3em 1em 0 rgba(0, 0, 0, .2)
}

.tooltip h2 {
    margin-top: 0
}

@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: grey
}

.tabs a:focus,
.tabs a:hover {
    background: #ddd
}

.tabs a.active {
    background: #333;
    color: #fff
}

.section {
    margin: 0 0 1em
}

.section-title {
    margin-bottom: .5em
}

.article-header h1 {
    font-size: 2.5em
}

.byline {
    font-size: .875em;
    font-style: italic;
    margin-bottom: .5em
}

.social-share {
    overflow: hidden;
    margin-bottom: 1em
}

.social-share li {
    float: left;
    margin-right: .5em
}

.social-share a {
    background: #333;
    color: #fff;
    display: block;
    padding: .5em
}

.social-share a:hover {
    background: grey
}

.comments li {
    margin-bottom: 1em
}

.comment-container {
    overflow: hidden;
    margin-bottom: 1em;
    list-style: none
}

.comment-meta {
    float: left;
    width: 6.5em
}

.comment-meta img {
    display: block;
    border: 1px solid #eee;
    margin-bottom: .5em
}

.comment-name {
    font-size: .75em
}

.comment-text {
    margin-left: 9em
}
/*
.alert {
    text-align: center;
    padding: 1em;
    margin-bottom: .5em;
    border: 1px solid grey;
    background: #f9f9f9
}
*/
.alert-error {
    color: red;
    border-color: red;
    background: #ffbebe
}

.paragraph--type--row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.field--name-field-bundles {
    width: 100%
}

.field--name-field-bundles>div {
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px
}

.paragraph--type--image img {
    display: block;
    margin: 0 auto
}

.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.3em;
    font-weight: 500;
    line-height: 1.2em;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.field--name-field-state-ui-extra-info>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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 {
    border: none!important
}

.newsletter-table table td {
    border: none!important
}

.newsletter-table-content a {
    color: #212121
}

.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.2em;
    margin: 0 0 .25em 0;
    padding: .5em .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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: 10px;
    margin-bottom: 26px;
    line-height: 1;
    font-family: Merriweather, serif;
    font-size: 40px
}

@media screen and (max-width:767px) {
    .layout-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media screen and (min-width:501px) {
    #block-opa-theme-page-title {
        margin: 0 auto
    }
}

#sg-patterns {
    -webkit-box-sizing: border-box!important;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none!important;
    padding: 0!important;
    margin: 0!important
}

.sg-colors li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    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
}
footer .dol-footer-nav .panel ul li{
	list-style:none;
}

header #header-content .cd-primary-nav.agency-submenu > li a{
	display:flex;
	font-size:14px;
}