html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
}

    [type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
    textarea:focus {
        outline: none;
        border: 1px solid #8a8a8a;
        background-color: #fefefe;
        box-shadow: 0 0 5px #cacaca;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

textarea {
    max-width: 100%;
}

    textarea[rows] {
        height: auto;
    }

    input:disabled, input[readonly],
    textarea:disabled,
    textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

[type=submit],
[type=button] {
    appearance: none;
    border-radius: 0;
}

input[type=search] {
    box-sizing: border-box;
}

::placeholder {
    color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
    margin: 0 0 1rem;
}

    [type=checkbox] + label,
    [type=radio] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }

        [type=checkbox] + label[for],
        [type=radio] + label[for] {
            cursor: pointer;
        }

label > [type=checkbox],
label > [type=radio] {
    margin-right: 0.5rem;
}

[type=file] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

    label.middle {
        margin: 0 0 1rem;
        line-height: 1.5;
        padding: 0.5625rem 0;
    }

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}

    .input-group > :first-child, .input-group > :first-child.input-group-button > * {
        border-radius: 0 0 0 0;
    }

    .input-group > :last-child, .input-group > :last-child.input-group-button > * {
        border-radius: 0 0 0 0;
    }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

    .input-group-label:first-child {
        border-right: 0;
    }

    .input-group-label:last-child {
        border-left: 0;
    }

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
}

    .input-group-button a,
    .input-group-button input,
    .input-group-button button,
    .input-group-button label {
        align-self: stretch;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem;
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

    .fieldset legend {
        margin: 0;
        margin-left: -0.1875rem;
        padding: 0 0.1875rem;
    }

.member-container select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
    .member-container select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

.member-container select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.member-container select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

.member-container select::-ms-expand {
    display: none;
}

.member-container select[multiple] {
    height: auto;
    background-image: none;
}

.member-container select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea;
}

    .is-invalid-input:not(:focus)::placeholder {
        color: #cc4b37;
    }

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

    .form-error.is-visible {
        display: block;
    }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: #f8f8f8;
    color: #0a0a0a;
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a;
}

    thead tr,
    tfoot tr {
        background: transparent;
    }

    thead th,
    thead td,
    tfoot th,
    tfoot td {
        padding: 0.5rem 0.625rem 0.625rem;
        font-weight: bold;
        text-align: left;
    }

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

table.unstriped tbody {
    background-color: #fefefe;
}

    table.unstriped tbody tr {
        border-bottom: 1px solid #f1f1f1;
        background-color: #fefefe;
    }

@media print, screen and (max-width: 63.99875em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
    background-color: #ececec;
}

table.hover tbody tr:hover {
    background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border-bottom: 0.1875rem solid #9d0214;
}

[data-whatinput=mouse] .button {
    outline: 0;
}

.button.button-primary {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border-bottom: 0.1875rem solid #182f70;
    background-color: #21409A;
}

    .button.button-primary:hover {
        background-color: #182f70;
    }

[data-whatinput=mouse] .button-primary {
    outline: 0;
}

.button.pdh-button-secondary {
    border-radius: 0.1875rem;
    border-bottom: 0.1875rem solid #b3b3b3;
    background-color: #CCC;
    color: #333;
    border-color: #A3A3A3;
}

    .button.pdh-button-secondary:hover {
        background-color: #A3A3A3;
        color: #FFFFFF;
    }

[data-whatinput=mouse] .pdh-button-secondary {
    outline: 0;
}

.button-bottom {
    margin-bottom: 0;
}

.button-block {
    display: block;
    width: 100%;
}

.button-small {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
}

.button-text {
    background: none;
    border: none;
    color: #0a0a0a;
    padding: 0.625rem 1.25rem;
}

    .button-text:hover, .button-text:active, .button-text:focus {
        background: none;
        color: #242424;
    }

.button-link {
    background: none;
    border: none;
    color: #D0021B;
    font-size: inherit;
    padding: 0;
}

    .button-link:hover, .button-link:active, .button-link:focus {
        background: none;
        color: #1c3784;
    }

.button-table {
    font-size: 0.8125rem;
    margin-bottom: 0;
    padding: 0.4375rem 0.875rem;
}

.button-postfix {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
}

.lead {
    line-height: 1.3 !important;
}

@media screen and (min-width: 40em) {
    .lead {
        font-size: 1.5rem !important;
    }
}

.price {
    color: #417505;
}

.cc {
    font-size: 2.25rem !important;
    line-height: 2.5625rem !important;
}

.cc-visa {
    color: #1A1F71;
}

.cc-mastercard {
    color: #EC1C2C;
}

.cc-amex {
    color: #2288CA;
}

.global-nav {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 0.9375rem;
    position: relative;
    z-index: 2;
    width: 100%;
}

.global-nav-logo {
    float: left;
    width: 60%;
}

@media screen and (min-width: 768px) {
    .global-nav-logo {
        margin-right: 3.125rem;
        width: 13rem;
    }
}

.global-nav-links {
    display: none;
}

@media screen and (min-width: 768px) {
    .global-nav-links {
        display: block;
        float: left;
    }
}

.global-nav-link {
    color: #4A4A4A;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 0.9375rem 1.625rem;
    text-decoration: none;
}

    .global-nav-link:hover, .global-nav-link:active, .global-nav-link:focus {
        color: #707070;
    }

.global-nav-utils {
    display: none;
}

@media screen and (min-width: 768px) {
    .global-nav-utils {
        display: block;
        float: right;
    }
}

.global-nav-menu {
    float: right;
    text-align: right;
    width: 40%;
}

@media screen and (min-width: 768px) {
    .global-nav-menu {
        display: none;
    }
}

.global-nav-menu-link {
    color: #333;
    display: inline-block;
    padding: 0.9375rem 0 0.9375rem 1.625rem;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-menu-link {
    text-decoration: none;
}

@media screen and (min-width: 40em) {
    .mobile-menu-member-item {
        display: none;
    }
}

.header {
    background: url("/images/graph-paper.png");
    border-bottom: 0.0625rem solid #D8D8D8;
    margin-bottom: 2.5rem;
    padding: 2.5rem 0 1.875rem;
}

.header-has-tabs {
    padding-bottom: 0;
}

.header-meta {
    font-size: 1.25rem;
}

.alert-box.notice {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: #fffff7;
    color: #0a0a0a;
    font-size: 1rem;
}

    .alert-box.notice > :first-child {
        margin-top: 0;
    }

    .alert-box.notice > :last-child {
        margin-bottom: 0;
    }

    .alert-box.notice .close {
        position: absolute;
        z-index: 10;
        color: #8a8a8a;
        cursor: pointer;
    }

[data-whatinput=mouse] .alert-box.notice .close {
    outline: 0;
}

.alert-box.notice .close:hover, .alert-box.notice .close:focus {
    color: #0a0a0a;
}

.alert-box.notice.alert-close {
    opacity: 0;
}

.alert-box .close {
    text-decoration: none;
}

.alert-box-last {
    margin-bottom: 0;
}

.alert-box-return {
    font-size: 0.9375rem !important;
}

@media screen and (min-width: 40em) {
    .hero {
        background: url("/images/hero-laptop-blueprints.jpg");
        background-size: cover;
    }
}

@media screen and (min-width: 64em) {
    .hero {
        padding: 1.875rem 0;
    }
}

.hero-headline {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.25rem 0 1.5625rem;
}

    .hero-headline::before, .hero-headline::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .hero-headline::after {
        clear: both;
    }

@media screen and (min-width: 40em) {
    .hero-headline {
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 64em) {
    .hero-headline {
        padding-bottom: 2.1875rem;
    }
}

.hero-headline-content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .hero-headline-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.hero-headline-content, .hero-headline-content:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .hero-headline-content:last-child:not(:first-child) {
        float: right;
    }

.hero-title,
.hero-subhead {
    text-align: center;
}

.hero-title {
    color: #D0021B;
}

@media screen and (min-width: 40em) {
    .hero-title {
        font-size: 3.4375rem;
    }
}

@media screen and (min-width: 64em) {
    .hero-title {
        font-size: 4.5rem;
    }
}

.hero-subhead {
    font-weight: normal;
    font-style: italic;
}

@media screen and (min-width: 64em) {
    .hero-subhead {
        font-size: 2.1875rem;
        font-weight: bold;
    }
}

.hero-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 40em) {
    .hero-benefits {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
    }

        .hero-benefits::before, .hero-benefits::after {
            display: table;
            content: " ";
            flex-basis: 0;
            order: 1;
        }

        .hero-benefits::after {
            clear: both;
        }
}

.hero-benefit {
    margin-bottom: 1.875rem;
    overflow: hidden;
}

@media screen and (min-width: 64em) {
    .hero-benefit {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 33.3333333333%;
        float: left;
        text-align: center;
    }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
    .hero-benefit {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 64em) {
    .hero-benefit, .hero-benefit:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .hero-benefit:last-child:not(:first-child) {
            float: right;
        }
}

.hero-bullet {
    float: left;
    padding-right: 0.9375rem;
    text-align: right;
    width: 25%;
}

@media screen and (min-width: 64em) {
    .hero-bullet {
        float: none;
        margin-bottom: 1.375rem;
        text-align: center;
        width: auto;
    }
}

.hero-number {
    background: #21409A;
    border-radius: 1.5625rem;
    color: #fff;
    display: inline-block;
    font-size: 1.875rem;
    font-weight: bold;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    width: 3.125rem;
}

@media screen and (min-width: 40em) {
    .hero-number {
        border-radius: 2.34375rem;
        font-size: 2.8125rem;
        height: 4.6875rem;
        line-height: 4.6875rem;
        width: 4.6875rem;
    }
}

@media screen and (min-width: 64em) {
    .hero-number {
        border-radius: 5.84375rem;
        font-size: 6.25rem;
        height: 11.6875rem;
        line-height: 11.0625rem;
        width: 11.6875rem;
    }
}

.hero-benefit-content {
    float: left;
    width: 75%;
}

@media screen and (min-width: 64em) {
    .hero-benefit-content {
        float: none;
        width: auto;
    }
}

.hero-benefit-content-title {
    color: #21409A;
    line-height: 1.1;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 40em) {
    .hero-benefit-content-title {
        font-size: 1.875rem;
    }
}

@media screen and (min-width: 64em) {
    .hero-benefit-content-title {
        font-size: 2.25rem;
        margin-bottom: 1.25rem;
    }
}

.hero-list {
    list-style: none;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 64em) {
    .hero-list {
        margin: 0 auto;
        width: 75%;
    }
}

.hero-list-item {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
}

.cta {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.5rem;
}

    .cta::before, .cta::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .cta::after {
        clear: both;
    }

.cta-content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    float: left;
    text-align: center;
}

@media print, screen and (min-width: 40em) {
    .cta-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.cta-content, .cta-content:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .cta-content:last-child:not(:first-child) {
        float: right;
    }

.cta-title {
    margin-bottom: 0.625rem;
}

.cta-title-now {
    font-weight: normal;
    text-transform: uppercase;
}

.cta-button {
    font-weight: bold;
    margin-bottom: 0;
    border-width: 0;
    cursor: pointer;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    background-color: #D0021B;
    border-color: #a60216;
    color: #FFFFFF;
    border-radius: 0.1875rem;
    border-bottom: 0.1875rem solid #9d0214;
    transition: background-color 300ms ease-out;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

    .cta-button:hover {
        color: #FFFFFF;
        background-color: #B3001A;
    }

@media screen and (min-width: 40em) {
    .cta-button {
        font-size: 1.5rem;
    }
}

.cta-button-now {
    font-weight: normal;
    text-transform: uppercase;
}

.cta-secondary {
    font-size: 1.125rem;
}

.letter {
    background: url("/images/graph-paper.png");
    padding: 1.875rem 0;
}

.letter-container {
    width: 100%;
    max-width: 62.5rem;
    margin-right: auto;
    margin-left: auto;
}

    .letter-container::before, .letter-container::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .letter-container::after {
        clear: both;
    }

.letter-content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .letter-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.letter-content, .letter-content:last-child:not(:first-child) {
    float: none;
    clear: none;
}

    .letter-content:last-child:not(:first-child) {
        float: right;
    }

@media screen and (min-width: 64em) {
    .letter-content {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 66.6666666667%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
    .letter-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 64em) {
    .letter-content, .letter-content:last-child:not(:first-child) {
        float: none;
        clear: none;
    }

        .letter-content:last-child:not(:first-child) {
            float: right;
        }

        .letter-content p {
            font-size: 1.125rem;
        }
}

.facets {
    background: url("/images/graph-paper.png");
    border: 0.0625rem solid #979797;
    padding: 0.625rem 0.9375rem;
}

.facet {
    padding: 0.0625rem 0;
}

.facet-form {
    display: none;
}

.js .facet-form {
    display: block;
}

.js .facet-links {
    display: none;
}

.js .facet-list:last-child {
    margin-bottom: 0;
}

.facet-label {
    font-size: 0.9375rem;
}

.facet-check {
    margin: 0 0.125rem 0 0 !important;
}

.facet-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.js .facet-submit {
    display: none;
}

.footer {
    background: #152A66;
    color: #d1daf6;
    font-size: 0.875rem;
    padding: 2.1875rem 0 2.1875rem;
}

.footer-content {
    text-align: center;
}

@media screen and (min-width: 40em) {
    .footer-content {
        text-align: left;
    }
}

.footer-nav {
    text-align: center;
}

@media screen and (min-width: 40em) {
    .footer-nav {
        text-align: right;
    }
}

.footer-link {
    color: #d1daf6;
    text-decoration: none;
}

    .footer-link:hover, .footer-link:active, .footer-link:focus {
        color: #fff;
    }

.icon-button {
    background: #21409A;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
}

    .icon-button.icon-button-large {
        font-size: 1.125rem;
    }

    .icon-button:hover, .icon-button:active, .icon-button:focus {
        color: #fff;
    }

.icon-button-icon {
    background: #152A66;
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0.3125rem 0.625rem;
}

    .icon-button-icon.icon-button-icon-large {
        font-size: 1.3125rem;
        padding: 0.6rem 0.875rem;
    }

.icon-button-text {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
}

    .icon-button-text.icon-button-text-large {
        line-height: 2.375rem;
        padding: 0 0.75rem 0 0.5rem;
    }

.course-cta {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
}

.course-regions {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.875rem;
}

    .course-regions::before, .course-regions::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .course-regions::after {
        clear: both;
    }

.course-regions-group {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .course-regions-group {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.course-regions-group, .course-regions-group:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .course-regions-group:last-child:not(:first-child) {
        float: right;
    }

@media screen and (min-width: 40em) {
    .course-regions-group {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 25%;
        float: left;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .course-regions-group {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 40em) {
    .course-regions-group, .course-regions-group:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .course-regions-group:last-child:not(:first-child) {
            float: right;
        }
}

.course-regions-list {
    list-style-type: none;
    margin-bottom: 0;
}

.course-region {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0 0 0.375rem;
}

.benefit {
    text-align: center;
}

@media screen and (min-width: 40em) {
    .benefit-title {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 40em) {
    .benefit-title {
        font-size: 1.6875rem;
    }
}

.benefit-description {
    font-size: 0.875rem;
    text-align: center;
}

.course-tabs {
    display: none;
}

@media screen and (min-width: 40em) {
    .course-tabs {
        display: block;
        padding-top: 0.75rem;
        position: relative;
        bottom: -0.125rem;
    }
}

.course-tab {
    color: #0a0a0a;
    display: block;
    float: left;
    font-size: 1.125rem;
    padding: 1.125rem 3.125rem;
    text-decoration: none;
}

    .course-tab:hover, .course-tab:active, .course-tab:focus {
        color: #303030;
    }

    .course-tab.active {
        background: #fff;
        border-top: 0.0625rem solid #D8D8D8;
        border-right: 0.0625rem solid #D8D8D8;
        border-bottom: 0.0625rem solid #fff;
        border-left: 0.0625rem solid #D8D8D8;
    }

        .course-tab.active:hover, .course-tab.active:active, .course-tab.active:focus {
            color: #0a0a0a;
        }

.staff {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

    .staff::before, .staff::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .staff::after {
        clear: both;
    }

.staff-person {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .staff-person {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.staff-person, .staff-person:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .staff-person:last-child:not(:first-child) {
        float: right;
    }

@media screen and (min-width: 40em) {
    .staff-person {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .staff-person {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 40em) {
    .staff-person, .staff-person:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .staff-person:last-child:not(:first-child) {
            float: right;
        }
}

.staff-photo {
    margin-bottom: 0.625rem;
}

.staff-name {
    font-size: 1.375rem;
    margin-bottom: 0;
}

.staff-title {
    color: #656565;
    font-size: 1.125rem;
    font-weight: normal;
}

.fact-sheet {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

    .fact-sheet::before, .fact-sheet::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .fact-sheet::after {
        clear: both;
    }

.fact-sheet-col {
    padding-right: 0.625rem;
    padding-left: 0;
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .fact-sheet-col {
        padding-right: 0.9375rem;
        padding-left: 0;
    }
}

.fact-sheet-col, .fact-sheet-col:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .fact-sheet-col:last-child:not(:first-child) {
        float: right;
    }

@media screen and (min-width: 40em) {
    .fact-sheet-col {
        padding-right: 0.625rem;
        padding-left: 0;
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .fact-sheet-col {
        padding-right: 0.9375rem;
        padding-left: 0;
    }
}

@media screen and (min-width: 40em) {
    .fact-sheet-col, .fact-sheet-col:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .fact-sheet-col:last-child:not(:first-child) {
            float: right;
        }
}

.cart-actions {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
}

    .cart-actions::before, .cart-actions::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .cart-actions::after {
        clear: both;
    }

@media screen and (min-width: 40em) {
    .cart-actions {
        width: auto;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
    }

        .cart-actions::before, .cart-actions::after {
            display: table;
            content: " ";
            flex-basis: 0;
            order: 1;
        }

        .cart-actions::after {
            clear: both;
        }
}

@media screen and (min-width: 40em) {
    .cart-action-primary {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 66.6666666667%;
        float: left;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .cart-action-primary {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 40em) {
    .cart-action-primary, .cart-action-primary:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .cart-action-primary:last-child:not(:first-child) {
            float: right;
        }

    .cart-action-secondary {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 33.3333333333%;
        float: left;
        text-align: right;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .cart-action-secondary {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 40em) {
    .cart-action-secondary, .cart-action-secondary:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .cart-action-secondary:last-child:not(:first-child) {
            float: right;
        }
}

.cart-action-button {
    display: block;
}

@media screen and (min-width: 40em) {
    .cart-action-button {
        display: inline-block;
    }
}

.expiration-field {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

    .expiration-field::before, .expiration-field::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .expiration-field::after {
        clear: both;
    }

.expiration-field-month-controls,
.expiration-field-year-controls {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .expiration-field-month-controls,
    .expiration-field-year-controls {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.expiration-field-month-controls, .expiration-field-month-controls:last-child:not(:first-child),
.expiration-field-year-controls,
.expiration-field-year-controls:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .expiration-field-month-controls:last-child:not(:first-child),
    .expiration-field-year-controls:last-child:not(:first-child) {
        float: right;
    }

@media screen and (min-width: 40em) {
    .expiration-field-month-controls,
    .expiration-field-year-controls {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .expiration-field-month-controls,
    .expiration-field-year-controls {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 40em) {
    .expiration-field-month-controls, .expiration-field-month-controls:last-child:not(:first-child),
    .expiration-field-year-controls,
    .expiration-field-year-controls:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .expiration-field-month-controls:last-child:not(:first-child),
        .expiration-field-year-controls:last-child:not(:first-child) {
            float: right;
        }
}

.members-nav {
    display: none;
}

@media screen and (min-width: 40em) {
    .members-nav {
        background: #DDF3FF;
        border-bottom: 0.0625rem solid #C7D5DE;
        display: block;
        padding: 1.25rem;
    }
}

.members-nav-heading {
    font-size: 100%;
    line-height: 150%;
    margin-bottom: 0;
}

.members-nav-link {
    color: #21409A;
    margin: 0 0.625rem;
    text-decoration: none;
}

    .members-nav-link:hover, .members-nav-link:active, .members-nav-link:focus {
        color: #152A66;
    }

    .members-nav-link.active {
        color: #152A66;
        font-weight: bold;
        text-decoration: none;
    }

.question-num {
    border-radius: 5.625rem;
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    font-size: 1.25rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-bottom: 0.3125rem;
    text-align: center;
    width: 2.8125rem;
}

    .question-num:hover, .question-num:focus, .question-num:active {
        background: #D0021B;
        color: #fff;
        text-decoration: none;
    }

.question-num-current {
    background: #21409A;
    color: #fff;
    text-decoration: none !important;
}

    .question-num-current:hover, .question-num-current:focus, .question-num-current:active {
        background: #21409A;
    }

.answer-question {
    font-size: 1.125rem;
}

.answer-correct {
    color: green;
}

.answer-incorrect {
    color: #D0021B;
}

.sign-up-cta {
    background: url("/images/graph-paper.png");
    border: 0.0625rem solid #979797;
    padding: 0.625rem 0.9375rem;
}

.sign-up-cta-headline {
    font-size: 1.25rem;
}

.sign-up-cta-button {
    margin-bottom: 0.3125rem;
}

.discount-field {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

    .discount-field::before, .discount-field::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .discount-field::after {
        clear: both;
    }

.discount-field-input {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 75%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .discount-field-input {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.discount-field-input, .discount-field-input:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .discount-field-input:last-child:not(:first-child) {
        float: right;
    }

@media screen and (min-width: 40em) {
    .discount-field-input {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 41.6666666667%;
        float: left;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .discount-field-input {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 40em) {
    .discount-field-input, .discount-field-input:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .discount-field-input:last-child:not(:first-child) {
            float: right;
        }
}

.discount-field-submit {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 25%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .discount-field-submit {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.discount-field-submit, .discount-field-submit:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .discount-field-submit:last-child:not(:first-child) {
        float: right;
    }

@media screen and (min-width: 40em) {
    .discount-field-submit {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 16.6666666667%;
        float: left;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .discount-field-submit {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 40em) {
    .discount-field-submit, .discount-field-submit:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .discount-field-submit:last-child:not(:first-child) {
            float: right;
        }
}

.discount-field-button {
    background: green;
}

    .discount-field-button:hover, .discount-field-button:active, .discount-field-button:focus {
        background: #006700;
    }



.paid {
    border: 0.125rem solid green;
    color: green;
    display: inline-block;
    font-family: Courier, monospace;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.875rem;
    padding: 0.1875rem 0.3125rem 0;
    text-transform: uppercase;
}

.deadlines {
    background: url("/images/graph-paper.png");
    text-align: center;
    padding: 1.875rem 0;
}

.deadlines-headline {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.25rem 0 1.5625rem;
}

    .deadlines-headline::before, .deadlines-headline::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .deadlines-headline::after {
        clear: both;
    }

@media screen and (min-width: 40em) {
    .deadlines-headline {
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 64em) {
    .deadlines-headline {
        padding-bottom: 2.1875rem;
    }
}

.deadlines-headline-content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    float: left;
}

@media print, screen and (min-width: 40em) {
    .deadlines-headline-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.deadlines-headline-content, .deadlines-headline-content:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .deadlines-headline-content:last-child:not(:first-child) {
        float: right;
    }

.deadlines-featured {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.875rem;
}

    .deadlines-featured::before, .deadlines-featured::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .deadlines-featured::after {
        clear: both;
    }

@media screen and (min-width: 64em) {
    .deadlines-featured-clock {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 41.6666666667%;
        float: left;
    }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
    .deadlines-featured-clock {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 64em) {
    .deadlines-featured-clock, .deadlines-featured-clock:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .deadlines-featured-clock:last-child:not(:first-child) {
            float: right;
        }
}

.deadlines-featured-clock {
    display: none;
}

@media screen and (min-width: 64em) {
    .deadlines-featured-clock {
        display: block;
    }

        .deadlines-featured-clock .flip-clock-wrapper ul {
            width: 33.6px;
            height: 50.4px;
            margin: 0 2px;
        }

            .deadlines-featured-clock .flip-clock-wrapper ul li {
                line-height: 50.4px;
            }

                .deadlines-featured-clock .flip-clock-wrapper ul li a div div.inn {
                    font-size: 42px;
                }

                .deadlines-featured-clock .flip-clock-wrapper ul,
                .deadlines-featured-clock .flip-clock-wrapper ul li a div div.inn {
                    border-radius: 4.5px;
                }

                    .deadlines-featured-clock .flip-clock-wrapper ul li a div.down {
                        border-bottom-left-radius: 4.5px;
                        border-bottom-right-radius: 4.5px;
                    }

                    .deadlines-featured-clock .flip-clock-wrapper ul li a div.up:after {
                        top: 24.2px;
                    }

        .deadlines-featured-clock .flip-clock-dot.top {
            top: 14.3px;
        }

        .deadlines-featured-clock .flip-clock-dot.bottom {
            top: 31.1px;
        }

        .deadlines-featured-clock .flip-clock-dot {
            width: 5px;
            height: 5px;
            left: 5px;
        }

        .deadlines-featured-clock .flip-clock-divider {
            width: 15px;
        }

        .deadlines-featured-clock .flip-clock-label {
            font-size: 12px;
            top: auto !important;
            bottom: 20px;
        }

        .deadlines-featured-clock .flip-clock-divider.days .flip-clock-label {
            right: -50px;
        }

        .deadlines-featured-clock .flip-clock-divider.hours .flip-clock-label {
            right: -52px;
        }

        .deadlines-featured-clock .flip-clock-divider.minutes .flip-clock-label {
            right: -57px;
        }

        .deadlines-featured-clock .flip-clock-divider.seconds .flip-clock-label {
            right: -59px;
        }
}

.deadlines-featured-content {
    font-size: 1.0625rem;
}

@media screen and (min-width: 64em) {
    .deadlines-featured-content {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 41.6666666667%;
        float: left;
        text-align: left;
    }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
    .deadlines-featured-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 64em) {
    .deadlines-featured-content, .deadlines-featured-content:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .deadlines-featured-content:last-child:not(:first-child) {
            float: right;
        }
}

.deadlines-featured-headline,
.deadlines-featured-date {
    margin-bottom: 0.1875rem;
}

.deadlines-featured-date {
    font-size: 1.125rem;
}

.deadlines-list {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

    .deadlines-list::before, .deadlines-list::after {
        display: table;
        content: " ";
        flex-basis: 0;
        order: 1;
    }

    .deadlines-list::after {
        clear: both;
    }

.deadlines-list-item {
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
    .deadlines-list-item {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .deadlines-list-item {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 40em) {
    .deadlines-list-item, .deadlines-list-item:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

        .deadlines-list-item:last-child:not(:first-child) {
            float: right;
        }
}

.deadlines-list-headline {
    margin-bottom: 0.1875rem;
}

.deadlines-list-headline {
    font-size: 1.25rem;
}

.deadlines-list-date {
    color: #0a0a0a;
    font-size: 90%;
}

.deadlines-list-discount {
    line-height: 1.4;
}

.discount-code {
    background: #ffc;
    border-color: #FFDC09;
    font-weight: bold;
}

.expired {
    font-weight: bold;
    color: #FF0000;
}

.hidden {
    display: none;
}

.social {
    background: #21409A;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.5625rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-top: 0.3125rem;
    text-align: center;
    width: 2.8125rem;
}

    .social:hover, .social:active, .social:focus {
        background: #152A66;
        color: #fff;
    }

.social-footer {
    background: #d1daf6;
    color: #152A66;
    font-size: 1.25rem;
    height: 1.875rem;
    line-height: 1.875rem;
    margin: 0.4375rem 0.125rem;
    width: 1.875rem;
}

    .social-footer:hover, .social-footer:active, .social-footer:focus {
        background: #fff;
        color: #152A66;
    }

.content-spacer {
    margin-bottom: 2.5rem;
}

.countdown {
    display: none;
}

@media screen and (min-width: 43.75rem) {
    .countdown {
        display: inline-block;
        text-align: center;
        width: auto;
    }

    .countdown-spacer {
        display: block;
        height: 3.75rem;
        margin: 0;
    }
}

.countdown-deadline {
    font-size: 1.875rem;
    line-height: 1.75rem;
}

@media screen and (min-width: 43.75rem) {
    .countdown-deadline {
        display: none;
    }

    .countdown-deadline-far {
        display: block;
        margin-top: -1.25rem;
    }
}

.flip-clock-label {
    font-size: 25px;
    top: auto !important;
    bottom: -1.5em;
}

.flip-clock-divider.days .flip-clock-label {
    right: -97px;
}

.flip-clock-divider.hours .flip-clock-label {
    right: -105px;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -115px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -120px;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]):not([type=radio]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

p {
    font-size: 0.9375rem;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

a {
    color: #D0021B;
    text-decoration: underline;
    line-height: inherit;
}

    a:hover {
        color: #D0021B;
    }

h1, h2, h3, h4, h5 {
    color: #222222;
    font-weight: bold;
}

body {
    color: #4a4a4a;
}

/* Gets rid of foundation table row shading */
tbody tr:nth-child(2n) {
    background-color: transparent;
}

/* These two get rid of foundation global table styles */
tbody {
    border: none;
}

tr {
    border-style: none;
}

.header-text {
    font-size: 2.75rem;
    font-weight: bold;
}

blockquote {
    line-height: 1.4;
    color: #6f6f6f;
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDDDDD;
}

.course-regions-group {
    padding-left: 0;
}

.header-label {
    font-size: 2.75rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

abbr[title] {
    text-decoration: none;
}

.global-nav-link.active {
    color: #21409A;
}

    .global-nav-link.active:hover, .global-nav-link.active:active, .global-nav-link.active:focus {
        color: #2a51c4;
    }

.td-no-border {
    border-bottom-width: 0 !important;
}

.no-bullet {
    list-style: none;
    padding-left: 0;
}

.button {
    background-color: #D0021B;
    border-radius: 0.1875rem;
    text-decoration: none;
}

    .button:hover {
        background-color: #A60216;
    }

.pdh-table {
    background: none;
    border: solid 1px #DDD;
    table-layout: auto;
    margin-bottom: 2.5rem;
    width: 100%;
    color: #0A0A0A;
}

    .pdh-table thead {
        background: #F5F5F5;
    }

.responsive-table-tr {
    border: 0.00625rem solid #DDD;
}

.inline-list {
    display: flex;
    gap: 1rem;
    padding: 0;
    list-style: none;
}

.field-required {
    border: 0;
    color: #D0021B;
    font-weight: bold;
}

fieldset {
    border: 1px solid #DDD;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

    fieldset legend {
        font-weight: bold;
        background: #FFF;
        padding: 0 0.1875rem;
        margin: 0;
        margin-left: -0.1875rem;
        border: 0;
        float: none;
        width: auto;
    }

.button-text {
    background: none;
    border: none;
    color: #4A4A4A;
    padding: 0.625rem 1.25rem;
}

    .button-text:hover {
        background: none;
    }

.input-text {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #FFF;
    font-family: inherit;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.field-hint {
    color: #6F6F6F;
    cursor: default;
    font-size: 0.8125rem;
    line-height: 130%;
    margin-bottom: 1rem;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.table {
    width: 100%;
    background: none;
    border: solid 1px #DDDDDD;
    table-layout: auto;
}

.button {
    color: #fefefe;
}

    .button:hover {
        color: #fefefe;
    }

.course-listing-link {
    color: #D0021B;
    display: block;
    font-weight: bold;
    font-size: 1.0625rem;
    margin-bottom: 1rem;
}

.table-action-link {
    color: #D0021B;
    background: transparent;
    border: none;
}

.breadcrumbs {
    font-size: 0.8125rem;
}

.breadcrumb-link {
    color: #21409A;
    text-decoration: none;
}

.breadcrumb-div {
    color: #656565;
    display: inline-block;
    margin: 0 0.1875rem;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: white;
    z-index: 999;
}

.alert-box.success {
    background-color: #43AC6A;
    border-color: #3A945B;
    color: #FFFFFF;
}

.alert-box.error {
    background-color: #E74C3C;
    border-color: #C0392B;
    color: #FFFFFF;
}

.alert-box .close {
    text-decoration: none;
    font-size: 1.375rem;
    padding: 9px 6px 3px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #FFFFFF;
    cursor: pointer;
}

.region-panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
}

.pe-number-remove {
    color: #4a4a4a !important;
}

.pe-number-remove:hover {
    color: #4a4a4a !important;
}

.course-img {
    max-width: 100%;
    height: auto;
}

/*# sourceMappingURL=site.css.map */
