.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
}

#wrapall {
    overflow: hidden;
}

p {
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}

#dnn_contentpane p,
#dnn_contentpane ul,
#dnn_contentpane ol {
    color: #595959;
}

#dnn_contentpane a {
    color: #0b2240;
    font-weight: bold;
    text-decoration: underline;
}

h1 {
    color: #d10312;
    font-size: 2.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h2 {
    color: #012c8d;
    font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    color: #012c8d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h4 {
    font-size: 1.3em;
    color: #012c8d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h5 {
    font-size: 1.1em;
    color: #012c8d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#dnn_leftcontent {
    padding-left: 4%;
}

#dnn_rightcontent {
    padding-right: 4%;
}

.backpagecontentpane {
    padding: 20px 4%;
}

#bannerImgxsm {
    display: none;
}

.buttonText:hover,
.buttonText:focus {
    color: white;
    text-decoration: underline;
}


/* 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: #d0d0d0;
    /* height: 54px; */
    display: table;
    padding-right: 2%;
}

#dnn_popup a {
    color: #011d5a;
    font-weight: bold;
}

#dnn_popup p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #011d5a;
    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: #011d5a;
    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: #011d5a;
}

#popupexit:hover,
#popupexit:focus {
    color: #011d5a;
    text-decoration: underline;
}

#popupexit:hover span,
#popupexit:focus span {
    text-decoration: underline;
}

.removePopup {
    position: absolute;
    height: 1px;
    width: 1px;
    left: 5000px;
}

.removeX {
    display: none;
}


/*--------------------------------------------------------*/


/* Search Box & Translate Dropdown Spacing in PaneDrop & Mobile Menu*/

#dnn_mobilemenu {
    position: absolute;
    right: -150%;
    z-index: 9999;
    box-shadow: 1px 2px 10px -4px black;
}

#menuButton {
    color: #ffffff;
    margin-top: 7px;
}

#mobileButtons {
    float: right;
    text-align: center;
    color: #ffffff;
    background: #d10312;
    max-height: 54px;
}

.mobilebuttons {
    color: #ffffff;
    font-size: 1em;
    margin-top: 9px;
}

.mobilebuttons .glyphicon {
    display: block;
    padding-bottom: 5px;
    font-size: 1.3em;
}

#mobilesearch,
#mobiletranslate {
    border-right: 1px solid #ffffff;
}

.bcs-container-searchbox {
    margin-top: 7px;
}

#google_translate_element {
    margin-top: 6px;
}

.paneDrop {
    background: white;
    z-index: 9;
    top: 1px;
    left: 66.7% !important;
    height: 65px !important;
    width: 33% !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
}


/* Hover Menu */

#hoverMenu {
    background: #d10312;
}


/* Hamburger Menu */

#menuText {
    padding-left: 8px;
    font-weight: normal;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
    font-size: 1em;
    color: #ffffff;
    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: 40%;
    z-index: 999;
    top: -9px;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 14px;
    right: 18px;
    height: 3px;
    background: #ffffff;
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    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;
}


/*---------------------------*/


/* Quicklinks */

#quicklinksArea a,
#mobileQuicklinks a {
    background: linear-gradient(to bottom, #012c8e, #022065);
    padding: 15px 0px;
}

#quicklinksArea a:hover,
#mobileQuicklinks a:hover {
    background: #011b57;
}

#qlTop,
#qlBottom {
    background: linear-gradient(to bottom, #012c8e, #022065);
    padding-left: 5%;
    padding-right: 5%;
}

.qlImg {
    text-align: center;
}

.qlImg img {
    width: 25%;
    margin-bottom: 2px;
}

.qlText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.45em;
    color: #ffffff;
    text-align: center;
}


/* Utilities */

#utilitiesArea {
    border-bottom: 2px solid #bababa;
    padding: 0px 5% 0px 0px;
}

.bcs-container-searchbox {
    width: 75% !important;
}

.goog-te-combo {
    width: 75% !important;
}

#translate,
#search,
#socialArea {
    padding: 15px;
    text-align: center;
}

#socialArea {
    text-align: center;
    left: 4%;
}

#search {
    padding-top: 11px;
}

.socialIcons img {
    width: 25%;
}

#facebookIcon {
    text-align: right;
}

#instagramIcon {
    text-align: left;
}


/* Content Area */

#dnn_contentpane {
    padding: 20px 20px 20px 40px;
}

#rightcontent {
    padding: 0px 2.5%;
}


/* Registered Totals */

#registrationTotals {
    text-align: center;
}

.registrationTotalsList {
    list-style: none;
    margin: 0px;
}

.totalsField,
.totalsValue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #022575;
    display: inline-block;
    width: 50%;
}

.totalsField {
    text-align: right;
    font-weight: bold;
}

.totalsValue {
    text-align: right;
    width: 14%;
    margin-right: 36%;
}

.datePrelude {
    font-size: 1.7em;
    display: block;
    width: 100%;
    text-align: center;
}

.dateValue {
    font-size: 1.4em;
    display: block;
    width: 100%;
    text-align: center;
}

.registrationTotalsList li:nth-child(odd) {
    background: #e6e5e5;
    padding: 3px 0px;
}

.registrationTotalsList li:nth-child(even) {
    background: #f7f7f7;
    padding: 3px 0px;
}

.registrationTotalsList li:first-child {
    padding-top: 20px;
}

.registrationTotalsList li:last-child {
    padding-bottom: 20px;
}


/* Dates to Remember */

#datesHeader {
    background: #d10312;
    text-align: center;
    padding: 5px;
}

#datesHeader span {
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.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.eds_subCollection_calendar .archive_list.events ul li>a {
    display: block;
    padding-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #012c8d !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a>span {
    display: block;
    font-weight: bold;
    color: #bc010e !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list ul {
    background: #c8c8c8 !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
    background: #e6e5e5;
    padding: 10px 10px 10px 20px;
    margin-bottom: 8px !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;
}


/* Footer */

footer {
    background: #757576;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    text-align: center;
    padding: 20px 40px;
    margin-top: 20px;
}

footer a,
footer a:hover,
footer:focus {
    color: white;
}

footer p {
    font-size: 1.05em;
}


/* Breakpoints */

@media (max-width: 1800px) {
    /* Social Media Icons */
    .socialIcons img {
        width: 28%;
    }
    /* Reg Totals */
    .totalsField {
        width: 44%
    }
    .totalsValue {
        width: 19%;
        margin-right: 27%;
    }
    /* This always follows the change in .totalsValue so it keeps its width */
    .dateValue,
    .datePrelude {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .socialIcons img {
        width: 31%;
    }
}

@media (max-width: 1450px) {
    .socialIcons img {
        width: 36%;
    }
}

@media (max-width: 1360px) {
    /* Reg Totals */
    .totalsField,
    .totalsValue {
        font-size: 1.4em;
    }
    .totalsValue {
        width: 19%;
        margin-right: 31%;
    }
    .dateValue {
        font-size: 1.3em;
        width: 100%;
    }
    .datePrelude {
        font-size: 1.6em;
    }
}

@media (max-width: 1250px) {
    .socialIcons img {
        width: 42%;
    }
}

@media (max-width: 1100px) {
    .socialIcons img {
        width: 48%;
    }
}

@media(max-width: 991px) {
    /* Rotator and Quicklink up 1 px to block line from menu */
    #rotatorArea,
    #quicklinksArea,
    #mobileQuicklinks {
        top: -1px;
    }
    /* Reg Totals */
    .totalsValue {
        width: 8%;
        margin-right: 42%;
    }
    /* This always follows the change in .totalsValue so it keeps its width */
    .dateValue {
        width: 100%;
    }
    /* Content Areas */
    #dnn_contentpane,
    #rightcontent {
        padding: 0px 6% 15px;
    }
    /* Backpage */
    #dnn_leftcontent,
    #dnn_rightcontent,
    .backpagecontentpane {
        padding: 20px 20px 20px 40px !important;
    }
}

@media (max-width: 800px) {
    /* Reg Totals */
    .totalsField,
    .totalsValue {
        width: 45%;
    }
    .totalsValue {
        width: 12%;
        margin-right: 38%;
    }
    /* This always follows the change in .totalsValue so it keeps its width */
    .dateValue,
    .datePrelude {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bcs-container-searchbox {
        width: 100% !important;
    }
}

@media(max-width: 767px) {
    /* Moving Translate and Search out of screen */
    #translate,
    #search {
        position: absolute;
        left: 5000px;
        height: 1px;
        width: 1px;
        margin-left: -1px;
        overflow: hidden;
        font-size: .75em;
        padding: 0px;
    }
    .paneDrop {
        width: 100% !important;
        left: 1px !important;
    }
    /* Quicklink */
    .qlImg img {
        width: 15%;
    }
    /* Social Icons */
    #socialArea {
        left: 33.3333%;
    }
    .socialIcons img {
        width: 60%;
    }
    .socialIcons {
        text-align: center;
    }
    #socialArea {
        padding: 8px;
    }
    #twitterIcon {
        text-align: right;
    }
    #instagramIcon {
        text-align: right;
    }
    /* Content Area */
    #dnn_contentpane {
        padding: 0px 6% 40px;
    }
    /* Footer */
    footer {
        padding: 20px 40px !important;
    }
}

@media (max-width: 675px) {
    .totalsValue {
        width: 12%;
        margin-right: 38%;
    }
    /* This always follows the change in .totalsValue so it keeps its width */
    .dateValue,
    .datePrelude {
        width: 100%;
    }
}

@media (max-width: 600px) {
    #bannerImgxsm {
        display: inline-block;
    }
    #bannerImg {
        display: none;
    }
}

@media (max-width: 499px) {
    /* Quicklinks */
    .qlText {
        font-size: 1.2em;
    }
    .qlImg img {
        width: 25%;
    }
    /* Menu Icon */
    .c-hamburger {
        left: 22%;
    }
    /* Social Icons */
    .socialIcons img {
        width: 80%;
    }
    /* Reg Totals */
    .totalsValue {
        width: 25%;
        margin-right: 20%;
    }
    /* This always follows the change in .totalsValue so it keeps its width */
    .dateValue,
    .datePrelude {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #search,
    #translate {
        top: 0px !important;
    }
}