:root {
    --brand-main-color: #012e84;
    --brand-accent-color: #b60246;
    --brand-font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    --brand-font-size: 16px;
}

html,
body {
    min-height: 0 !important;
    height: auto !important;
    position: inherit !important;
}

body {
    font-size: 16px;
}

label {
    padding-left: 10px !important;
}

#wrapall {
    overflow: hidden;
    position: relative;
}

#dnn_noticerow table a {
    color: white !important;
}

h1 {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    color: #b60246;
    font-size: 2em;
    text-align: left;
}

h2 {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    color: #0037a0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
}

#CTA {
    margin-bottom: 7px;
}

#CTAimg {
    margin-right: 4%;
}

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p,
.Normal {
    font-size: 1em;
    font-family: Calibri, Arial;
    line-height: 30px;
    color: black;
}

ul {
    margin: 10px 0 10px 30px;
}

/* Table Elements - Jon */
.wrapper {
    width: min(900px, 100% - 3rem);
    margin-inline: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fbfbfb;
}

caption,
th,
td {
    padding: 1rem;
}

caption,
th {
    text-align: left;
}

caption {
    background: var(--brand-main-color);
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

th {
    background: var(--brand-accent-color);
    color: #fff;
}

tr:nth-of-type(2n) {
    background: hsl(0 0% 90% / 0.5);
}

.table-container {
    max-width: 100%;
    overflow-x: auto;
}

@mdia (min-width: 651px) {
    tbody>tr>td {
        width: --webkit-fill-available;
    }

    tbody>tr>td:first-of-type {
        width: 35%;
    }
}

@media (max-width: 650px) {
    th {
        display: none;
    }

    td {
        display: block;
        padding: 0.5rem 1rem;
    }

    td:first-child {
        padding-top: 1rem;
    }

    td:first-child {
        padding-bottom: 1rem;
    }

    td[data-cell]::before {
        content: attr(data-cell) ": ";
        display: block;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: .8rem;
    }
}

.table-footer-text {
    padding: 1rem 0;
    text-align: center;
    max-width: 60ch;
    margin: auto;

    & p {
        font-weight: 500;
    }

    & ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
}

/* End Table Elements - Jon */

#dnn_ctr_Login_Login_DNN_plUsername,
#dnn_ctr_Login_Login_DNN_plPassword {
    color: white;
}

header {
    position: relative;
    z-index: 9;
    background: white;
}

#soePic {
    position: relative;
}

#utilities {
    position: relative;
    top: 75px;
}

#controls {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

#translate {
    text-align: center;
}

.ada,
.ada_2 {
    margin-bottom: 15px;
    margin-left: -10px;
}

.ada a {
    cursor: pointer;
    text-align: center;
    background-color: #b80247;
    background-image: linear-gradient(to bottom, #b70247, #8d0036);
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    color: white;
    padding: 8px;
    line-height: 1.2;
    text-decoration: none;
    color: white;
    display: block;
}

.ada a:hover,
.ada a:focus {
    background-image: linear-gradient(to bottom, #00369c, #002b7c);
    text-decoration: none;
    transition: background-color .4s;
}

.ada_2 a {
    cursor: pointer;
    text-align: center;
    background-color: #00369c;
    background-image: linear-gradient(to bottom, #00369c, #002b7c);
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    color: white;
    padding: 8px;
    line-height: 1.2;
    text-decoration: none;
    color: white;
    display: block;
}

.ada_2 a:hover,
.ada_2 a:focus {
    background-image: linear-gradient(to bottom, #b70247, #8d0036);
    text-decoration: none;
    transition: background-color .4s;
}

.goog-te-combo {
    width: 100%;
    color: #666;
}

#statsrow {
    background: #012e84;
}

.registrationTotalsList {
    display: table;
    margin: 10px auto 10px;
}

.registrationTotalsList li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.registrationTotalsList li:first-child {
    display: table-cell;
    text-align: center;
    width: 25%;
}

.bcs-container-searchbox {
    top: 0px;
}

.totalsField {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
    color: white;
}

.totalsValue {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.6em;
    color: white;
    text-align: center;
}

.datePrelude,
.dateValue {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.3em;
    color: white;
}

.dateValue {
    font-weight: normal;
    font-size: 1.3em;
    color: white;
    float: none;
}

.redbutton {
    text-align: center;
    background-color: #b80247;
    background-image: linear-gradient(to bottom, #b70247, #8d0036);
    padding: 20px 15px 20px 15px;
    color: white;
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.35em;
}

.redbutton:hover,
.redbutton:focus {
    background-image: linear-gradient(to bottom, #00369c, #002b7c);
    text-decoration: none;
    transition: background-color .4s;
}

#quicklinks {
    background: white;
    padding: 0;
}

.qlsp {
    width: 19%;
    margin: 9px -1px 9px 16px;
}

#quicklinks a {
    padding: 20px 15px 20px 15px;
    cursor: pointer;
    text-align: center;
    background-color: #b80247;
    background-image: linear-gradient(to bottom, #b70247, #8d0036);
    display: table;
    height: 140px;
}

#quicklinks a:hover,
#quicklinks a:focus {
    background-image: linear-gradient(to bottom, #00369c, #002b7c);
    text-decoration: none;
    transition: background-color .4s;
}

.qlicon {
    height: 32px;
    display: block;
}

.qlwords {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.45em;
    color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
}

#contentcol {
    background-size: 100% 1175px;
    padding-bottom: 20px;
}

#social {
    margin: 20px 0;
    text-align: center;
}

.social-side-bar {
    display: flex;
    flex-direction: column;
}


#office {
    background: rgba(158, 215, 246, .25);
    padding-top: 15px;
    display: flex;
    justify-content: space-evenly;
}

#officeinfo h1 {
    text-transform: uppercase;
}

#office p,
#office .Normal {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
}

#officeseal {
    text-align: center;
    position: absolute;
    top: -67px;
}

#office img {
    padding: 0 10px;
}


/* #calendartop {
    background-color: #0d5d8b;
    background-image: linear-gradient(#4095c5, #0d5d8b);
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 50px;
    height: 50px;
    margin-top: 25px;
} */


/* #dnn_calendar .WFContainer_noTitle {
    padding-left: 0px;
} */

#dnn_whatsnew {
    background: white;
    padding-top: 15px;
    min-height: 702px;
}

#whatsnewtop {
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    line-height: 50px;
    height: 50px;
}

#dnn_whatsnew h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #037bad;
}

#dnn_whatsnew a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #037BAD;
    text-decoration: underline;
    line-height: 25px;
}

#dnn_whatsnew a:hover {
    color: #ce1231;
}

#dnn_whatsnew hr {
    border: 1px solid #ce1231;
    margin: 40px 0 30px 0;
}

#dnn_whatsnew p {
    color: black;
    font-size: 1em;
}

#newsletterrow {
    margin-bottom: 30px;
}

#dnn_largebottomblock {
    margin-top: 10px;
}

.backpagestatsrow {}

.backpagecontentpane {
    background: white;
    padding: 5px 25px 40px;
}

.backpagecontentpane h1 {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    color: #b60246;
    font-size: 2.55em;
    text-align: left;
}

.backpagecontentpane h2 {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    color: #0037a0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
}

.backpagecontentrow {
    padding-top: 87px !important;
    margin-top: -87px;
    margin-bottom: 65px;
}

.bpmain p {
    line-height: 1.3;
}

.backpagesocial {
    position: relative;
    z-index: 1;
    padding-right: 15px;
}

.backpagesocial a {
    float: right;
    padding: 0 5px;
}

.callout {
    font-family: Calibri, Arial;
    color: #515151;
    font-size: 1em;
    font-style: italic;
    text-align: left;
}

#dnn_middleleft {
    padding-left: 35px;
}

@media(min-width: 1500px) {
    #dnn_middleleft {
        width: 430px;
    }
}

#dnn_middletop {
    padding-left: 35px;
    height: 110px;
}

#dnn_middleleft a {
    text-decoration: underline;
    color: #515151;
}

#dnn_middleleft p {
    font-style: italic;
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    color: #515151;
    font-weight: 1em;
}

#dnn_noticerow {
    padding: 20px 20px;
    width: 98%;
    margin-left: 15px;
}

#dnn_noticerow h1,
h1 a {
    font-family: Calibri, Arial;
    color: #b40245;
    font-size: 1.875em;
    font-weight: bold;
    text-align: center;
}

#dnn_noticerow h2,
h2 a {
    font-family: Calibri, Arial;
    color: #00369d;
    font-size: 1.5em;
    font-style: normal;
    text-align: center;
}

#dnn_middleheader {
    margin: 30px 15px 5px;
}

#middletitle {
    font-family: Calibri, Arial;
    color: #0037a0;
    font-size: 1.55em;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #0037a0;
}

#middlerow {
    padding: 40px;
}

#skiplink a {
    font-family: Calibri, Arial;
    font-weight: bold;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skiplink a:focus {
    position: static;
    width: auto;
    height: auto;
}

#dnn_contentpane {
    padding: 15px 0 0;
}

#middlerow h1 {
    font-family: Calibri, Arial;
    color: #b70247;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

#middlerow p {
    font-family: Calibri, Arial;
    color: #656565;
    font-size: 1.15em;
    line-height: 1.1
}

#middlerow a {
    font-family: Calibri, Arial;
    color: #656565;
    font-size: 1.15em;
    text-decoration: underline;
}

#dnn_middleright {
    padding: 25px 0 0 30px;
}

footer {
    padding: 20px 0 0px 0;
    border-top: 15px solid #012e84;
    background-color: #d9dbdc;
}

#footerGrayBack {
    background-color: #d9dbdc;
    padding-bottom: 40px;
}

footer p,
footer.Normal {
    color: #585a5a;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
}

#footerhead,
#footerhead2 {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    color: black;
    line-height: 25px;
    margin-bottom: 0;
}

#footerbody {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 1.15em;
    color: #575757;
    padding-bottom: 25px;
}

#officecontact,
#officecontact2 {
    text-align: center;
    padding-top: 15px;
}

#officecontact a,
#officecontact2 a {
    color: #0037a0;
    text-decoration: underline;
}

.offices {
    text-align: center;
}

.offices p {
    font-size: 0.9em;
    font-weight: bold;
}

#officeLocations {
    padding-top: 20px;
}

.locationAddress {
    line-height: 1.2;
    color: black;
}

.locationTitle {
    color: #2A4A74;
    font-weight: bold;
    font-size: 1.1em;
}

#footerTitle {
    color: black;
    font-size: 1em;
    margin-bottom: 0px;
}

#officeInformation {
    font-size: 1em;
    color: black;
    margin-bottom: 0px;
}

#officeInformation a {
    color: #4072B3;
    text-decoration: none;
    font-weight: bold;
}

#contactInfo {
    color: black;
    font-size: 0.9em;
    font-weight: bold;
}

#disclaimer {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1em;
    text-align: center;
    color: black;
    line-height: 21px;
    font-style: italic;
}

#disclaimer a {
    color: #575757;
    text-decoration: none;
}


/*-- easy dnn mail chimp styles --*/

.eds_mailChimpPlus_Ozone .edmcp__inputGroup.edmcp_fullWidth input[type="text"],
.eds_mailChimpPlus_Ozone .edmcp__inputGroup.edmcp_fullWidth input[type="email"],
.eds_mailChimpPlus_Ozone .edmcp__inputGroup.edmcp_fullWidth input[type="number"],
.eds_mailChimpPlus_Ozone .edmcp__inputGroup.edmcp_fullWidth select,
.eds_mailChimpPlus_Ozone .edmcp__inputGroup.edmcp_fullWidth textarea,
.eds_mailChimpPlus_Ozone .edmcp__inputGroup.edmcp_fullWidth .edmcp__select {
    background: white !important;
}

.edForm__subscribe,
.edmcp__label {
    color: white !important;
}

.eds_news_Ozone.eds_subCollection_calendar span,
.eds_news_Ozone.eds_subCollection_calendar a,
.eds_news_Ozone.eds_subCollection_calendar li,
.eds_news_Ozone.eds_subCollection_calendar td,
.eds_news_Ozone.eds_subCollection_calendar table {
    font-size: 1.2em !important;
}

@media (min-width: 1900px) {
    .ada_words {
        font-size: 1.35em;
    }
}

@media (max-width: 1845px) {
    .qlsp {
        margin: 9px -3px 9px 16px;
    }

    .ada_words {
        padding: 5px;
    }
}

@media (min-width: 1824px) {
    .totalsField {
        font-size: 1.6em;
    }

    .totalsValue {
        font-size: 2em;
    }

    .dateValue {
        font-size: 1.6em;
    }

    .registrationTotalsList li:first-child {
        padding-left: 20px;
    }

    .registrationTotalsList li {
        padding-left: 110px;
    }
}

@media (max-width: 1823px) {
    .totalsField {
        font-size: 1.4em;
    }

    .totalsValue {
        font-size: 1.7em;
    }

    .dateValue {
        font-size: 1.4em;
    }

    .registrationTotalsList li:first-child {
        padding-left: 30px;
    }

    .registrationTotalsList li {
        padding-left: 110px;
    }
}

@media (max-width: 1750px) {
    .registrationTotalsList li {
        padding-left: 100px;
    }
}

@media (max-width: 1650px) {
    .registrationTotalsList li:first-child {
        padding-left: 10px;
    }

    .registrationTotalsList li {
        padding-left: 85px;
    }
}

@media (max-width: 1645px) {
    .qlsp {
        margin: 9px -4px 9px 16px;
    }
}

@media (max-width: 1605px) {

    .ada_words {
        padding: 4px;
    }
}

@media (max-width: 1575px) {
    .totalsField {
        font-size: 1.3em;
    }

    .totalsValue {
        font-size: 1.6em;
    }

    .dateValue {
        font-size: 1.3em;
    }
}

@media (max-width: 1485px) {
    .registrationTotalsList li:first-child {
        padding-left: 0px;
    }

    .registrationTotalsList li {
        padding-left: 70px;
    }
}

@media (max-width: 1475px) {
    #utilities {
        top: 65px;
    }

    .qlsp {
        margin: 9px -3px 9px 15px;
    }
}

@media (max-width: 1442px) {
    .registrationTotalsList li {
        margin-bottom: 27px;
    }

    .ada_words {
        padding: 1px;
    }

    /* .bpmain {
        padding-left: 65px !important;
    } */
}

@media (max-width: 1405px) {
    .registrationTotalsList li:first-child {
        padding-left: 0px;
    }

    .registrationTotalsList li {
        padding-left: 50px;
    }

    .qlsp {
        margin: 9px -5px 9px 15px;
    }
}

@media (max-width: 1350px) {
    #utilities {
        top: 35px;
    }

    .qlsp {
        margin: 9px -5px 9px 15px;
    }
}

@media (max-width: 1305px) {
    .registrationTotalsList li:first-child {
        padding-left: 0px;
    }

    .registrationTotalsList li {
        padding-left: 30px;
    }
}

@media (max-width: 1245px) {
    .qlsp {
        margin: 9px -6px 9px 15px;
    }

    .ada_words {
        padding: 0;
    }
}

@media (max-width: 1230px) {
    .vr-menu li ul {
        top: 73px;
    }
}

@media (max-width: 1199px) {
    .vr-menu li ul {
        top: 83px;
    }

    #soePic {
        position: relative;
    }

    .toprow {
        font-size: 1em;
    }

    .bottomrow {
        font-size: 1em;
    }

    .qlicon {
        margin-top: 5px;
    }

    #utilities {
        top: 10px;
    }

    .totalsField {
        font-size: 1.3em;
    }

    .totalsValue {
        font-size: 1.6em;
    }

    .registrationTotalsList li {
        padding: 0;
    }

    .registrationTotalsList li:first-child {
        padding-left: 10px;
    }

    .dateValue {
        font-size: 1.3em;
    }
}

@media (max-width: 1050px) {
    .bcs-host-div {
        background: transparent !important;
    }

    #dnn_middleleft {
        padding-left: 15px;
    }

    #dnn_middletop {
        padding-left: 15px;
    }
}

@media (max-width: 1045px) {
    .qlsp {
        margin: 9px -8px 9px 15px;
    }

    #utilities {
        top: 5px;
    }
}

@media (max-width: 1038px) {
    .vr-menu li ul {
        top: 119px;
    }
}

@media (max-width: 1000px) {
    .toprow {
        font-size: 0.9em;
    }

    .bottomrow {
        font-size: 0.9em;
    }

    .goog-te-gadget {
        width: 95%;
    }

    .bcs-container-searchbox {
        top: -5px;
    }
}

@media (max-width: 991px) {

    #CTA {
        margin-bottom: 16px;
        margin-left: 28%;
    }

    #wrapall {
        overflow-x: hidden;
    }

    .bcs-container-searchbox {
        top: 0px;
    }

    #phonemenu {
        padding: 10px 0;
        border-top: 1px solid #757576;
        border-bottom: 1px solid #757576;
    }

    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 64px;
        height: 40px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
        left: 85%;
        z-index: 999;
        bottom: 0px;
    }

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 18px;
        left: 18px;
        right: 18px;
        height: 4px;
        background: #012e84;
    }

    .c-hamburger span::after,
    .c-hamburger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #012e84;
        content: "";
    }

    .c-hamburger span::before {
        top: -10px;
    }

    .c-hamburger span::after {
        bottom: -10px;
    }

    .c-hamburger--htx {
        background-color: transparent;
    }

    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }

    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }

    .c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }

    #sfnav {
        left: -110%;
        position: absolute;
        top: 205px;
        background-color: #012e84;
        width: 33%;
    }

    #dnn_mobilemenu {
        position: absolute;
        right: -100%;
        top: 170px;
        z-index: 99;
        background: #012e84;
        padding: 10px 0;
        border-top: 5px solid #14477b;
        border-bottom: 5px solid #14477b;
    }


    #dnn_mobilemenu a {
        color: white;
    }


    /* #dnn_mobilemenu .accordionDiv:hover,
    #dnn_mobilemenu .accordionDiv:focus {
        background-color: #b50246;
    } */
    .totalsField {
        font-size: 1.25em;
    }

    .totalsValue {
        font-size: 1.6em;
    }

    .dateValue {
        font-size: 1.25em;
    }

    #dnn_whatsnew {
        min-height: 0px;
    }

    .ada_words {
        padding: 4px;
    }

    .bcs-container-searchbox {
        background: white !important;
    }

    #search {
        margin-bottom: 15px;
    }

    .glyphicon {
        display: block;
    }

    #quicklinks a {
        height: 130px;
    }

    .registrationTotalsList li {
        display: block;
        margin-bottom: 2px;
        width: 50%;
        float: left;
    }

    .registrationTotalsList li:first-child {
        display: block;
        width: 100%;
    }

    #footerhead:first-child {
        margin-top: 45px;
    }

    #footerbody {
        padding-bottom: 0;
    }

    #officecontact2 {
        padding-top: 0;
    }

    #footerbody:last-child {
        padding-bottom: 20px;
    }

    .bpmain {
        padding-left: 0px !important;
    }

    #dnn_middleleft h1 {
        text-align: center !important;
    }

    #CTAimg {
        margin-right: 5%;
    }
}

@media (max-width: 948px) {
    #soePic {
        top: 12px;
    }
}

@media (max-width: 925px) {
    #soePic {
        top: 10px;
    }
}

@media (max-width: 873px) {
    .totalsField {
        font-size: 1.1em;
    }

    .totalsValue {
        font-size: 1.4em;
    }

    .ada_words {
        font-size: 1em;
    }

    #soePic {
        top: 3px;
    }
}

@media (max-width: 840px) {
    .registrationTotalsList li {
        display: block;
        margin-bottom: 2px;
        width: 50%;
        float: left;
    }

    .registrationTotalsList li:first-child {
        display: block;
        text-align: center;
        width: 100%;
    }

    #dnn_noticerow {
        margin-left: 10px;
    }

    .qlsp {
        margin: 9px -3px 9px 10px;
    }

    #CTAimg {
        margin-right: 6%;
    }
}

@media (max-width: 826px) {
    .qlsp {
        width: 18%;
        margin: 9px 5px 9px 10px;
    }

    #soePic {
        top: 1px;
    }
}

@media (max-width: 800px) {
    .toprow {
        font-size: 0.8em;
    }

    .bottomrow {
        font-size: 0.8em;
    }

    .qlsp {
        width: 18%;
        margin: 9px 5px 9px 9px;
    }

    #quicklinks a {
        height: 130px;
    }
}

@media (max-width: 768px) {
    .totalsField {
        font-size: 1.1em;
        padding-right: 10px;
    }

    .totalsValue {
        font-size: 1.4em;
    }
}

@media (max-width: 767px) {
    #soePic {
        padding-bottom: 0;
        top: 1;
    }

    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 64px;
        height: 40px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
        left: 85%;
        z-index: 999;
        bottom: 0px;
    }

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 18px;
        left: 18px;
        right: 18px;
        height: 4px;
        background: #012e84;
    }

    .c-hamburger span::after,
    .c-hamburger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #012e84;
        content: "";
    }

    .c-hamburger span::before {
        top: -10px;
    }

    .c-hamburger span::after {
        bottom: -10px;
    }

    .c-hamburger--htx {
        background-color: transparent;
    }

    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }

    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }

    .c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }

    #dnn_mobilemenu {
        position: absolute;
        right: -100%;
        top: 170px;
        z-index: 99;
        background: #012e84;
        padding: 10px 0;
        border-top: 5px solid #14477b;
        border-bottom: 5px solid #14477b;
    }

    #dnn_mobilemenu a {
        color: white;
    }

    #dnn_mobilemenu .expandPlus:hover,
    #dnn_mobilemenu .expandPlus:focus {
        background-color: #b50246;
    }

    h4.expandPlus {
        margin: 0;
        padding: 10px 10px 10px 0;
    }

    .highpane a {
        padding-left: 30px
    }

    .highpane a:hover,
    .highpane a:focus {
        background-color: #b50246;
    }

    .lowpane a {
        padding-left: 30px;
    }

    .lowpane a:hover,
    .lowpane a:focus {
        background-color: #b50246;
    }

    .highpane,
    .lowpane {
        display: none;
    }

    .ada_words {
        font-size: 1.05em;
    }

    .qlsp {
        width: 95%;
        margin-left: 20px;
    }

    .goog-te-gadget {
        color: white;
    }

    #search {
        margin-bottom: 15px;
    }

    .bcs-modal {
        position: relative !important;
        padding-top: 0px !important;

    }

    .bcs-modal-content {
        width: 100% !important;
    }

    .bcs-container-searchbox {
        margin-top: 8px;
        background: white !important;
    }

    .datePrelude,
    .dateValue {
        text-align: center;
        padding-right: 5px;
    }

    .qlicon {
        margin: auto;
    }

    #newsletterrow,
    #dnn_largebottomblock {
        margin-top: 25px;
    }

    #officecontact,
    #disclaimer {
        text-align: center;
    }

    .registrationTotalsList {
        margin-bottom: 0;
    }

    .registrationTotalsList li {
        display: flex;
        margin: 0;
        width: 115%;
    }

    .registrationTotalsList li:first-child {
        display: flex;
        width: 115%;
        margin: 0;
    }

    .registrationTotalsList li:last-child {
        margin-bottom: 10px;
    }

    #translate {
        margin-left: 10px;
        padding-top: 0;
    }

    .totalsField {
        width: 50%;
        text-align: left;
        padding-left: 150px;
    }

    span.totalsField.datePrelude {
        padding-left: 90px;
    }

    #quicklinks a {
        height: 95px;
    }

    .qlsp {
        margin-top: 4px;
    }

    #quicklinks {
        padding: 10px 0 5px 0;
    }

    .bottomrow {
        font-size: 1em;
    }

    .toprow {
        font-size: 1em;
    }

    #officeseal {
        padding-right: 45px;
    }
}

@media (max-width: 736px) {
    #quicklinks a {
        padding: 20px 15px 20px 15px;
    }
}

@media (max-width: 694px) {
    .totalsField {
        font-size: 1.1em;
        padding-right: 10px;
    }

    .totalsValue {
        font-size: 1.4em;
    }
}

@media (max-width: 630px) {
    .totalsValue {
        padding-left: 15px;
    }

    .totalsField {
        padding-left: 105px;
    }

    span.totalsField.datePrelude {
        padding-left: 75px;
    }
}

@media (max-width: 615px) {
    .totalsValue {
        padding-left: 15px;
    }

    .totalsField {
        padding-left: 105px;
    }

    span.totalsField.datePrelude {
        padding-left: 60px;
    }

    .qlsp {
        margin-left: 18px;
    }
}

@media (max-width: 575px) {
    .qlsp {
        margin-left: 16px;
    }
}

@media (max-width: 560px) {
    .totalsField {
        padding-left: 140px;
    }

    span.totalsField.datePrelude {
        padding-left: 80px;
    }
}

@media (max-width: 525px) {
    .totalsField {
        padding-left: 125px;
    }

    span.totalsField.datePrelude {
        padding-left: 65px;
    }
}

@media (max-width: 500px) {
    .totalsField {
        padding-left: 110px;
    }

    span.totalsField.datePrelude {
        padding-left: 50px;
    }
}

@media (max-width: 450px) {
    .totalsField {
        padding-left: 95px;
    }

    span.totalsField.datePrelude {
        padding-left: 35px;
    }

    .qlwords {
        font-size: 1em;
    }

    #quicklinks a {
        height: 70px;
    }
}

@media (max-width: 400px) {
    .totalsField {
        font-size: 0.9em;
    }

    .totalsValue {
        font-size: 1.1em;
    }
}

@media (max-width: 350px) {
    .totalsField {
        font-size: 0.8em;
    }

    .totalsValue {
        font-size: 1em;
    }
}