html,
body {
    min-height: 0!important;
    height: auto!important;
    position: inherit!important;
}

body {
    font-size: 12px;
}

h2 {
    font-size: 22px;
}

#wrapall {
    overflow: hidden;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.dnnSortable {
    min-height: unset !important;
}

#bottom {
    display: flex;
    padding-top: 25px;
}

#mobileitems {
    right: 0%;
    z-index: 999;
    margin-top: 0px;
    position: absolute;
}

.mobilebuttons {
    border-left: 1px solid #4b4a4a;
    height: 40px;
    color: #4b4a4a;
    text-align: center;
    cursor: pointer;
    font-size: .8em;
    margin-top: 5px;
    background: transparent;
    padding: 0;
}

.mobilebuttons:hover,
.mobilebuttons:focus {
    color: #4b4a4a;
}

.glyphicon {
    color: white;
    font-size: 18px;
    top: 3px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
}

.glyphicon:hover {
    text-decoration: underline !important;
}

.mobilebuttons .glyphicon {
    font-size: 25px;
    color: #4b4a4a;
}

#translate,
#search {
    position: absolute;
    left: 5000px;
    height: 1px;
    width: 1px;
    margin-left: -1px;
    overflow: hidden;
    font-size: .75em;
}

#social {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    left: 92%;
}

#social img {
    width: 2%;
    margin-right: 5px;
}

.bcs-container-searchbox {
    margin-top: 8px;
}

.goog-te-combo {
    margin-top: 11px;
}


/*--------------------------------------------------------------------*/

#skiplink a {
    font-family: "agenda-condensed";
    font-weight: bold;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skiplink a:focus {
    position: static;
    width: auto;
    height: auto;
}

.rotatorOverlay {
    position: absolute;
    z-index: 8;
    top: 1px;
}

.paneDrop {
    background: white;
    z-index: 999;
    left: 175% !important;
    height: 65px !important;
    width: 75% !important;
    margin-left: 0px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 22px;
    color: white !important;
    transition: height .4s;
    animation-direction: reverse;
    border-bottom-left-radius: 5px;
    border: 2px solid #173b75;
    top: 27px;
}

footer {
    background: #0c2f95;
    padding-top: 15px;
    padding-bottom: 15px;
}

#soeFooter {
    font-weight: bold;
}

footer p {
    color: white;
    font-size: 1.15em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.1;
}

footer p a {
    color: white !important;
}


/* Buttons */

.redButton {
    text-transform: capitalize;
    background: #234cc4;
    border-radius: 5px;
    color: white;
    padding: 10px;
    margin: 10px 15px 0px;
    display: inline-block;
    box-shadow: 0 1px 2px #fff, /*bottom external highlight*/
    0 0px 3px #666, /*top external shadow*/
    inset 0 -1px 3px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/
    inset 0 1px 2px rgba(255, 255, 255, 0.8)
}

.blueButton {
    background: #b20f17;
    border-radius: 5px;
    color: white;
    padding: 10px;
    margin: 10px 15px 0px;
    display: inline-block;
    box-shadow: 0 1px 2px #fff, /*bottom external highlight*/
    0 0px 3px #666, /*top external shadow*/
    inset 0 -1px 3px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/
    inset 0 1px 2px rgba(255, 255, 255, 0.8)
}

.blueButton:hover,
.redButton:hover {
    color: white !important;
}


/*--------------------------------------*/

#dnn_contentpane {
    padding: 0% 5%;
}

#dnn_popup {
    min-height: 54px;
}

#popupBox {
    background: #b20f17;
    position: fixed;
    z-index: 999;
}

#popupBox h1,
#popupBox h2,
#popupBox h3 {
    text-align: center;
}

#popupBox p {
    color: white;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0px 0px !important;
}

#popupexit {
    top: 14px;
}

.redactor-toolbar li a {
    color: black !important;
}

#popupBox a {
    color: white;
    text-decoration: underline !important;
}

.qlitem {
    background: linear-gradient(to bottom, #153bab, #0b2d92);
    border-right: 2px solid #3658be;
    border-top: 1px solid black;
}

.qlitem:hover {
    background: linear-gradient(to bottom, #b20f17, #a20a12);
}

.qltext,
.qltextDT {
    color: white;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
}

.qlimg {
    width: 40%;
    padding: 10px 0px;
}

.qlimg img {
    width: 50%;
    margin: 8px auto;
}

.qlitem:nth-child(8) {
    border: none;
}

#quicklinks {
    background: black;
    position: fixed;
    z-index: 99;
}

#desktopmenu {
    float: right;
    width: 100%;
    margin-top: 10px;
}

#desktopmenucontainer {
    position: relative;
    top: -14px;
    width: 42%;
    float: right;
    left: -22%;
}

#nameOverlay {
    margin: auto;
    top: 13px;
    margin-left: 15px;
}

#nameOverlay img {
    width: 90%;
}

#menuOverlay {
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 1px;
    z-index: 99;
    top: 135px;
}

#dnn_bottomLeft,
#dnn_bottomRight {
    background: #e5e6e8;
}

#dnn_bottomLeft {
    border-right: 7px solid white;
}

#dnn_bottomRight {
    border-left: 7px solid white;
}

#dnn_bottomRight img {
    margin: auto;
}

#dnn_bottomLeft h1,
#dnn_bottomRight h1 {
    color: #153bab;
    font-size: 2.2em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 10px;
}

.frontPage h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.67em;
    color: #b20f17;
    font-style: italic;
    text-align: center;
    padding-top: 10px !important;
}

.frontPage p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    color: #3e3e3e;
}


/* Remove PopUp Bar Classes */

.removePopup {
    display: none;
}

.qlUp {
    margin-top: 0px !important;
}

.menuUp {
    top: 72px !important;
}

.rotUp {
    margin-top: 40px !important;
}


/* Calendar */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events {
    margin: 0 8%;
    margin-top: 0px !important;
    box-shadow: 0px 0px 6px grey;
    background: rgb(221, 220, 220);
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list {
    padding: 0 !important;
}

.eds_news_Ozone .edn_module_title {
    display: none;
}

.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>span {
    display: block;
    color: #be040c !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
    padding: 15px !important;
    background: white;
    margin-bottom: 7px !important;
    text-align: center;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a {
    font-size: 13pt !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #193686 !important;
    font-weight: bold;
}

.eds_news_Ozone h3 {
    padding: 0 15px !important;
}


/*--------------------------------------*/


/* Registered Totals */

.registrationTotalsList {
    list-style: none;
    background: #b20f17;
    border-radius: unset;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.33em;
    margin: 0px;
    padding: 10px 6.5%;
    margin-top: -1px;
}

.registrationTotalsList li:first-child {
    margin-right: 20px;
    width: 25%;
    margin-left: 40px;
}

.registrationTotalsList li {
    width: 16.5%;
    display: inline-block;
}

.registrationTotalsList li:nth-child(4) {
    width: 13%;
}


/*--------------------------------------*/

@media (min-width: 1700px) {
    #social img {
        width: 1.7%;
    }
    #social {
        bottom: 4px;
    }
}

@media (min-width: 2000px) {
    #social img {
        width: 1.5%;
    }
    #social {
        bottom: 2px;
    }
}

@media (min-width: 1450px) {
    #nameOverlay {
        top: 8px;
    }
    #social {
        bottom: 6px;
    }
}

@media (min-width: 1350px) {
    .paneDrop {
        top: 24px;
    }
}

@media (max-width: 1201px) {
    .paneDrop {
        top: 24px;
    }
}

@media (min-width: 992px) {
    .qlitem {
        width: 12.5%;
    }
    #nameOverlay {
        max-height: 54px;
        max-width: 475px;
    }
    #menuOverlay {
        height: 78px !important;
    }
}

@media (min-width: 768px) {
    #menuOverlay {
        height: 72px !important;
        min-height: unset !important;
    }
}

@media (min-width: 992px) {
    #menuOverlay {
        height: 78px !important;
    }
}

@media (min-width: 625px) {
    #titleXS {
        width: 60%;
    }
}

@media (max-width: 1600px) {
    #desktopmenucontainer {
        width: 46%;
    }
}

@media (max-width: 1400px) {
    #desktopmenucontainer {
        left: -18%;
        width: 50%;
    }
}

@media (max-width: 1350px) {
    .menuUp {
        top: 68px !important;
    }
}

@media (max-width: 1200px) {
    #desktopmenucontainer {
        width: 50%;
    }
    .menuUp {
        top: 64px !important;
    }
    .qltext,
    .qltextDT {
        font-size: 1.15em;
    }
    #desktopmenucontainer {
        width: 50%;
        left: -17%;
    }
    .paneDrop {
        top: 31px;
    }
}

@media (max-width: 1199px) {
    .paneDrop {
        left: 130% !important;
    }
}

@media (max-width: 1165px) {
    .registrationTotalsList li:first-child {
        margin-right: 20px;
    }
    .registrationTotalsList li:nth-child(3) {
        margin-right: 15px;
    }
}

@media (max-width: 1125px) {
    .registrationTotalsList li:first-child {
        width: 28%;
    }
}

@media (max-width: 1100px) {
    .paneDrop {
        top: 35px;
    }
}

@media (max-width: 1060px) {
    .menuUp {
        top: 60px !important;
    }
    .paneDrop {
        top: 37px;
    }
    .registrationTotalsList li:first-child {
        margin-left: 10px;
    }
}

@media (max-width: 1030px) {
    .registrationTotalsList li:first-child,
    .registrationTotalsList li:nth-child(2) {
        margin-right: 15px;
    }
    .registrationTotalsList li:nth-child(3) {
        width: 17.5%;
    }
    .registrationTotalsList li:nth-child(4) {
        width: 14%;
    }
}

@media (max-width: 991px) {
    .paneDrop {
        top: -7px;
        left: 180% !important;
    }
    #popupBox,
    #quicklinks {
        position: initial;
        margin-top: 0px !important;
    }
    #rotatorHome {
        margin-top: 0px !important;
    }
    #social {
        bottom: 32px;
    }
    #social img {
        width: 3%;
    }
    /* .qlimg img {
        width: 25%;
    } */
    .qlimg {
        margin: 10px 0px;
    }
    .qltext,
    .qltextDT {
        margin-top: 20px !important;
        font-size: 1.4em;
        padding: 10px 0px;
    }
    .rotatorOverlay {
        top: 1px;
    }
    #menuOverlay {
        margin-top: 0px !important;
        top: 0px !important;
        position: absolute;
    }
    #nameOverlay {
        top: 16px;
    }
    #mobileitems {
        padding: 0;
        right: -11%;
    }
    .registrationTotalsList li:nth-child(2) {
        margin-left: 6%;
    }
    .registrationTotalsList li {
        font-size: 1.1em;
    }
    .registrationTotalsList li {
        width: 20.5% !important;
    }
    .registrationTotalsList li:first-child {
        width: 100% !important;
        text-align: center;
        padding-bottom: 5px;
        line-height: 1.1;
    }
    .registrationTotalsList li:nth-child(4) {}
    .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: 69%;
        z-index: 999;
        bottom: 24px;
    }
    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 26px;
        left: 18px;
        right: 18px;
        height: 4px;
        background: #4b4a4a;
    }
    .c-hamburger span::after,
    .c-hamburger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #4b4a4a;
        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;
    }
    i.e .menu .open .c-hamburger--htx.is-active {
        background-color: #cb0032;
    }
    .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: 27px;
        z-index: 9;
        background: white;
        padding: 10px 0;
        box-shadow: 0px 5px 10px black;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .rotHom {
        margin-top: 116px !important;
    }
    .mOL {
        top: 116px !important;
    }
    .qltextDT {
        margin-top: 12px !important;
    }
    .menuUp {
        top: 60px !important;
    }
    .rotUp {
        margin-top: 40px !important;
    }
}

@media (max-width: 915px) {
    .registrationTotalsList {
        padding: 10px 2.5%;
    }
    .paneDrop {
        top: -4px;
    }
}

@media (max-width: 850px) {
    .qltext,
    .qltextDT {
        margin-top: 15px !important;
    }
    .registrationTotalsList {
        font-size: 1.1em;
    }
    .c-hamburger {
        bottom: 33px;
    }
    #nameOverlay img {
        width: 125%;
        top: -3px;
    }
    .paneDrop {
        top: -14px;
    }
}

@media (max-width: 800px) {
    .paneDrop {
        top: -10px;
    }
}

@media (max-width: 767px) {
    #dnn_bottomRight,
    #dnn_bottomLeft {
        border: none;
    }
    #social img {
        margin-bottom: 5px;
    }
    #bottom {
        display: unset;
    }
    #dnn_mobilemenu {
        top: 95px;
    }
    .paneDrop {
        left: 13% !important;
        margin-top: 10%;
    }
    #social {
        bottom: 80px;
        left: 47%;
    }
    .registrationTotalsList {
        font-size: 1.33em;
    }
    .registrationTotalsList li:first-child {
        padding-top: 25px;
    }
    #nameOverlay img {
        width: 70%;
        top: 2px;
        left: 12%;
    }
    #nameOverlay {
        top: 0px;
    }
    .qlimg img {
        width: 25%;
    }
    .qltext,
    .qltextDT {
        font-size: 1.45em;
    }
    #mobileQL {
        background: black;
    }
    #menuOverlay {
        height: auto;
    }
    #mobileitems {
        margin-top: 89px;
        left: 44%;
        top: 0 !important;
    }
    .c-hamburger {
        bottom: 2px;
        left: 34%;
    }
    .registrationTotalsList li {
        font-size: 0.95em;
    }
    .registrationTotalsList li:nth-child(2),
    .registrationTotalsList li:nth-child(3) {
        width: 48% !important;
        margin: 0px;
    }
    .registrationTotalsList li:nth-child(4),
    .registrationTotalsList li:nth-child(5) {
        width: 48% !important;
        margin: 0px;
    }
    .registrationTotalsList li:nth-child(2),
    .registrationTotalsList li:nth-child(4) {
        text-align: right;
        margin-right: 20px;
    }
    .registrationTotalsList li:nth-child(3),
    .registrationTotalsList li:nth-child(5) {
        text-align: left;
    }
    .c-hamburger {
        bottom: -18px;
    }
}

@media (max-width: 725px) {
    .c-hamburger {
        bottom: -18px;
    }
    #dnn_mobilemenu {
        top: 90px;
    }
}

@media (max-width: 700px) {
    .qltext,
    .qltextDT {
        margin-top: 8px !important;
    }
    .c-hamburger {
        bottom: -20px;
    }
}

@media (max-width: 680px) {
    .paneDrop {
        margin-top: 9.2%;
    }
}

@media (max-width: 650px) {
    .c-hamburger {
        left: 32%;
        bottom: -6px;
    }
    #mobileitems {
        margin-top: 69px;
        left: 44%;
    }
    #social img {
        width: 3.5%;
    }
    #dnn_mobilemenu {
        top: 75px;
    }
    .qlimg img {
        width: 30%;
    }
    .qltext,
    .qltextDT {
        margin-top: 13px !important;
    }
}

@media (max-width: 600px) {
    .c-hamburger {
        bottom: -11px;
    }
}

@media (max-width: 550px) {
    .paneDrop {
        margin-top: 8.5%;
    }
    .qltext,
    .qltextDT {
        margin-top: 9px !important;
    }
    .c-hamburger {
        left: 30%;
        bottom: -8px;
    }
    #nameOverlay {
        top: 10px;
    }
    #mobileitems {
        margin-top: 62px;
    }
    #mobilebuttons {
        width: 50%;
    }
    #dnn_mobilemenu {
        top: 65px;
    }
    .registrationTotalsList li:nth-child(2),
    .registrationTotalsList li:nth-child(4) {
        margin-right: 10px;
    }
}

@media (max-width: 500px) {
    #mobileitems {
        margin-top: 57px;
    }
    .carousel,
    .carousel-inner,
    .carousel-inner .item img {
        min-height: 105px;
    }
    .paneDrop {
        margin-top: 8%;
    }
}

@media (max-width: 420px) {
    #mobileitems {
        margin-top: 49px;
        width: 50%;
    }
    .c-hamburger {
        left: 26%;
        bottom: -6px;
    }
}

@media (max-width: 414px) {
    #dnn_mobilemenu {
        top: 64px;
    }
    .paneDrop {
        top: -7px;
    }
    #mobileitems {
        margin-top: 53px;
    }
    .c-hamburger {
        bottom: -18px;
    }
}

@media (max-width: 375px) {
    #nameOverlay {
        top: 8px;
    }
    #mobileitems {
        margin-top: 48px;
    }
    .c-hamburger {
        bottom: -9px;
    }
    #social img {
        width: 5.5%;
    }
    #social {
        left: 44%;
    }
    #dnn_mobilemenu {
        top: 62px;
    }
    .paneDrop {
        top: 0px;
    }
}

@media (max-width: 360px) {
    .paneDrop {
        top: -184px;
    }
}

@media (max-width: 320px) {
    .mobilebuttons .glyphicon {
        font-size: 22px;
    }
    .mobilebuttons {
        font-size: 0.9em !important;
    }
    #mobileitems {
        margin-top: 42px;
    }
    .c-hamburger {
        left: 25%;
        bottom: -8px;
    }
    #nameOverlay {
        top: 8px;
    }
    #dnn_mobilemenu {
        top: 60px;
    }
    .paneDrop {
        top: 10px;
    }
}