.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin {
    margin-top: 0px !important;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
}

#wrapper {
    overflow: hidden;
}

p {
    font-size: 1.05em;
    font-family: Arial, Helvetica, sans-serif;
}

#dnn_contentpane p,
#dnn_contentpane ul,
#dnn_contentpane ol {
    color: #000000;
    list-style: none;
}

#dnn_contentpane a {
    color: #0b2240;
    font-weight: bold;
    text-decoration: underline;
}

h1 {
    color: #860a21;
    font-size: 2.1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h2 {
    color: #162d61;
    font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    color: #162d61;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h4 {
    font-size: 1.3em;
    color: #162d61;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h5 {
    font-size: 1.1em;
    color: #162d61;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.collapse ul {
    list-style: inherit !important;
}


/* Skiplink Code */

#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;
}


/* Popup Message and Transparent Bar */

#dnn_popup {
    background: #073370;
    height: 54px;
    display: table;
    color: white;
}

#dnn_popup a {
    color: white;
}

#dnn_popup p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: white;
    text-align: center;
    line-height: 1;
    padding: 15px 5% 15px 0;
}

#dnn_popup h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #FEF795;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 5px;
}

#popupexit {
    padding-top: 15px;
    z-index: 9;
    text-align: right;
    position: absolute;
    color: white;
}

#popupexit:hover,
#popupexit:focus {
    color: white;
}

#popupexit:hover span,
#popupexit:focus span {
    text-decoration: underline;
}

.removePopup {
    display: none !important;
}

.DNNEmptyPane {
    padding: 0px !important;
}

.buttonText:hover,
.buttonText:focus {
    text-decoration: underline;
}


/* Banner */

#bannerContainer,
#bannerMiddle {
    background-color: #d5bf98;
}

#banner a img {}


/* Mobile Menu */

#mobileMenu {
    background-color: #d5bf98;
    display: flex !important;
    align-items: center;
    justify-content: center;
}


/* Quicklinks */

.qlAlign {
    text-align: center;
    padding: 10px 0px;
}

#quicklinksArea {
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #9d0e28, #860a21);
}

#quicklinksArea a {
    background: linear-gradient(to bottom, #9d0e28, #860a21);
    border-right: 2px solid #e7dcc8;
}

#quicklinksArea a:hover,
#quicklinksArea a:focus {
    background: linear-gradient(to bottom, #233f7f, #162d61);
    text-decoration: none;
}

#qlTop,
#qlBottom {
    background-color: #073370;
    border-bottom: 4px solid #c50205;
}

.qlText {
    font-size: 1.3em;
    color: white;
}

.qlImg {
    padding: 5px 0px;
}

.qlImg img {
    width: 25%;
}

#quicklinksArea a:nth-child(5) {
    border-right: none;
}


/* REGISTRATION TOTALS */

#registrationTotals {
    font-size: 1em;
}

.registrationTotalsList {
    margin-left: 0px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px 0px;
}

.registrationTotalsList li {
    list-style: none;
    text-align: center;
    padding: 0px 15px;
    width: 24.1%;
    display: inline-block;
}

.registrationTotalsList li:first-child {
    width: 27.3333%;
    align-items: center;
    display: grid;
    justify-content: center;
    justify-items: center;
}

.totalsField {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #162d61;
    width: 50%;
    display: inline-block;
}

.totalsValue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: #860a21;
    width: 50%;
    display: inline-block;
}

.datePrelude {
    text-align: center;
    color: #073370;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    width: 100%;
}

.dateValue {
    text-align: center;
    color: #073370;
    font-size: 1.2em;
    position: relative;
}

#statsRow,
#statsRowSmall {
    background-color: #e7dcc8;
}


/* End Registered Totals */


/* Search Box & Translate Dropdown Spacing in PaneDrop */

#dnn_mobileMenu {
    position: absolute;
    left: 350%;
    z-index: 9999;
    box-shadow: 0px 1px 11px -3px black;
    background: #162d61;
    padding-top: 5px;
    padding-bottom: 20px;
    width: 175%;
    z-index: 6;
}

#search {
    left: 5%;
}

.bcs-container-searchbox {
    width: 90% !important;
}

#mobileButtons {
    padding: 6px 0px;
    text-align: center;
    color: #073370;
    display: flex;
    justify-content: center;
    z-index: 6;
}

#mobilesearch,
#mobiletranslate {
    border-right: 1px solid #073370;
}

.mobilebuttons {
    color: #073370;
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

.mobilebuttons .glyphicon {
    display: block;
    padding-bottom: 5px;
    font-size: 1.3em;
}

.forMobile {
    display: flex;
    align-items: center;
}

.buttonText {
    height: 50%;
}

.paneDrop {
    background: white;
    z-index: 9;
    top: 66px;
    left: 1% !important;
    height: 65px !important;
    width: 78% !important;
    margin-left: 0px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 22px;
    color: #003366 !important;
    transition: height .4s;
    animation-direction: reverse;
    border-bottom-left-radius: 5px;
    border: 2px solid #173b75
}


/* Main Area */

#contentArea {
    background: #d5bf98;
}

#dnn_contentpane {
    padding: 10px 25px 15px 20px;
}

#dnn_sideContent {
    padding: 10px 15px;
}

.backpagecontentpane {
    padding: 15px 30px !important;
}

#menuArea {
    display: flex;
    justify-content: center;
    background: #162d61;
}

#mainArea {
    display: flex;
}


/* Buttons */

.redbutton,
.redbutton:visited {
    background: #82091d;
    background-image: -webkit-linear-gradient(top, #82091d, #6b0315);
    background-image: -moz-linear-gradient(top, #82091d, #6b0315);
    background-image: -ms-linear-gradient(top, #82091d, #6b0315);
    background-image: -o-linear-gradient(top, #82091d, #6b0315);
    background-image: linear-gradient(to bottom, #82091d, #6b0315);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 1.6em;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.redbutton:hover {
    background: #eaf3fa;
    background-image: -webkit-linear-gradient(top, #eaf3fa, #c5d9e9);
    background-image: -moz-linear-gradient(top, #eaf3fa, #c5d9e9);
    background-image: -ms-linear-gradient(top, #eaf3fa, #c5d9e9);
    background-image: -o-linear-gradient(top, #eaf3fa, #c5d9e9);
    background-image: linear-gradient(to bottom, #eaf3fa, #c5d9e9);
    text-decoration: none;
    color: #8e0e23 !important;
}

.bluebutton,
.bluebutton:visited {
    background: #24355E;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 1.6em;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.bluebutton:hover {
    background: #eaf3fa;
    text-decoration: none;
    color: #8e0e23 !important;
}


/* Side Pane */

#sidePane {
    text-align: center;
}

#facebookArea {
    text-align: center;
    margin: 2.5% 0px;
}

#dnn_dtr {
    margin: 0px 0px 10px;
}

#dtrHeader {
    text-align: center;
    background-color: #162d61;
    color: white;
    font-size: 1.5em;
    width: 340px;
    margin: auto;
    padding: 5px;
    text-transform: uppercase;
    margin-top: 20px;
}


/* Calendar */

.eds_news_Ozone .edn_module_title {
    display: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li:before {
    display: none !important;
}

.eds_news_Ozone {
    margin-bottom: 10px;
}


/* Styles for Title Text */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a {
    display: block;
    padding-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #012c8d !important;
    text-align: center;
}


/* Styles for Date Text */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a>span {
    display: block;
    font-weight: bold;
    color: #bc010e !important;
}


/* Divider Background */

.eds_news_Ozone.eds_subCollection_calendar .archive_list ul {
    background: #efe8da !important;
    width: 340px;
    display: inline-block;
}


/* Background for Event */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
    background: white;
    padding: 10px 10px 10px 20px;
    margin-bottom: 8px !important;
    text-align: left;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li:last-child {
    margin: 0px !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events,
.eds_news_Ozone.eds_subCollection_calendar .archive_list {
    border: none !important;
    margin: 0px !important;
    padding-top: 0px !important;
}


/* Hamburger Menu & Utilities */

#translate {
    display: flex;
    justify-content: center;
}

#search {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d5bf98;
}

.bcs-container-searchbox {
    background-color: white;
}

#google_translate_element {
    width: 50%;
    padding-top: 5px
}

.goog-te-gadget {
    text-align: center;
    color: black !important;
}

.goog-te-combo {
    width: 100%;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
    font-size: 1em;
    color: #073370;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 56px;
    text-indent: -10px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    left: 0%;
    z-index: 999;
    top: 11px;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 14px;
    right: 18px;
    height: 3px;
    background: #073370;
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #073370;
    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;
    width: 30px;
}

.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;
}


/* Footer */

footer {
    background: #e7dcc8;
    padding: 25px 20px 15px;
}

footer p {
    font-size: 1.2em;
    color: #162d61;
}

.mapButton {
    background: linear-gradient(to bottom, #83091e, #610212);
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
}

.mapButton:hover,
.mapButton:focus {
    background: linear-gradient(to bottom, #233f7f, #162d61);
    color: white;
}

#siteMapArea,
#spanishArea {
    padding: 5px 0px;
}

.spaButton {
    background: linear-gradient(to bottom, #233f7f, #162d61);
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
}

.spaButton:hover,
.spaButton:focus {
    background: linear-gradient(to bottom, #83091e, #610212);
    color: white;
}

.spaButton:visited,
.mapButton:visited {
    color: white;
}

.btn {
    white-space: unset !important;
}

#fbIcon {
    text-align: right;
    padding-bottom: 10px;
}

#twitterIcon {
    text-align: center;
    padding-bottom: 10px;
}

#facebook,
#twitter {
    display: inline-block;
}

@media (max-width: 1335px) {
    .totalsField,
    .datePrelude {
        font-size: 1.3em
    }
    .totalsValue {
        font-size: 1.4em;
    }
}

@media (max-width: 1200px) {
    .totalsField,
    .datePrelude {
        font-size: 1.2em
    }
    .totalsValue {
        font-size: 1.3em;
    }
}

@media (max-width: 1110px) {
    .registrationTotalsList li:nth-child(2),
    .registrationTotalsList li:nth-child(3) {
        width: 28%;
    }
    .registrationTotalsList li:nth-child(4),
    .registrationTotalsList li:nth-child(5) {
        width: 20%;
    }
}

@media (max-width: 991px) {
    /* Pop Up */
    #dnn_popup {
        position: fixed;
        z-index: 9999;
    }
    #popupexit {
        z-index: 9999;
        position: fixed;
    }
    /* Banner Area */
    #bannerContainer {
        position: fixed;
        z-index: 999;
        box-shadow: 0px -9px 20px 0px black;
    }
    .noMargin {
        margin: 0px !important;
    }
    /* Utilities */
    #utilities,
    #translate,
    #search {
        height: auto !important;
    }
    /* Quicklinks */
    #quicklinksArea {
        display: block;
        z-index: 99;
    }
    #quicklinksArea a:nth-child(3) {
        border-right: none;
    }
    /* Reg Totals */
    .registrationTotalsList {
        display: block;
    }
    .registrationTotalsList li:first-child {
        width: 100%;
        display: inline-block;
    }
    .registrationTotalsList li {
        width: 25%;
    }
    .totalsField,
    .totalsValue {
        width: 100%;
    }
    .totalsField,
    .datePrelude {
        font-size: 1.5em
    }
    .totalsValue {
        font-size: 1.6em;
    }
    /* Menu Area */
    #menuArea {
        left: 150%;
        position: absolute;
        z-index: 99;
    }
    /* Main Area */
    #dtrArea {
        text-align: center;
    }
    #dnn_dtr {
        margin: 0px 0px 10px;
    }
    #contentArea {
        padding: 0px 35px;
    }
}

@media (max-width: 767px) {
    /* Main Area */
    #contentArea {
        padding: 0px 15px;
    }
    /* Quicklinks */
    .qlSize {
        width: 50%;
    }
    .qlSize:nth-child(5) {
        width: 100%;
    }
    #quicklinksArea a:nth-child(3) {
        border-right: 2px solid #e7dcc8;
    }
    #quicklinksArea a:nth-child(2),
    #quicklinksArea a:nth-child(4) {
        border-right: none;
    }
    /* Reg Totals */
    .registrationTotalsList li {
        width: 50% !important;
    }
    .registrationTotalsList li:first-child {
        width: 100% !important;
    }
    /* Moving Translate and Search out of screen 
        And Hamburger Menu */
    #translate,
    #search {
        position: absolute;
        left: 5000px;
        height: 1px;
        width: 1px;
        margin-left: -1px;
        overflow: hidden;
        font-size: .75em;
    }
    .c-hamburger {
        left: 33%;
    }
    /* Footer */
    #siteMap,
    #spanishButton {
        width: 50%;
        margin-left: 25%;
    }
}

@media (min-width: 768px) {
    .qlSize {
        width: 33.333%;
    }
    .qlSize:nth-child(4),
    .qlSize:nth-child(5) {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .qlSize {
        width: 20%;
    }
    .qlSize:nth-child(4),
    .qlSize:nth-child(5) {
        width: 20%;
    }
    /* Menu Area */
    #menuArea {
        left: 0% !important;
        top: 0% !important;
    }
    #quicklinksArea,
    #bannerContainer {
        margin-top: 0px !important;
    }
}

@media (min-width: 1111px) {
    /* Registration Totals */
    .totField {
        width: 25%;
    }
    .othField {
        width: 30%;
    }
}