.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
}

#wrapall {
    overflow: hidden;
}

p,
ul,
ol {
    font-size: 1.05em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
}

#statsRow {
    box-shadow: -5px -18px 16px 18px black;
}

#mobileMenu {
    box-shadow: -5px -18px 16px 14px black;
    z-index: 2;
}

#banner {
    box-shadow: -5px -18px 14px 15px black;
    z-index: 99999;
}


/* Backpage */

.backpage h1 {
    font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    color: #193bb9;
}


/* Content Pane Area */

#dnn_contentpane p,
#dnn_contentpane ul,
#dnn_contentpane ol {
    line-height: 1.5;
}

#dnn_contentpane {
    padding: 20px 30px 10px;
}

#newsHeader,
#datesHeader {
    text-align: left;
    background: #85020e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #ffffff;
    padding: 5px 0px 3px 20px;
    margin-top: 20px;
    box-shadow: 0px 1px 10px -3px black;
}

#dnn_datestoremember,
#dnn_whatsnew {
    box-shadow: 0px 1px 10px -3px black;
}

#rightcontent {
    padding-bottom: 20px;
    padding: 5px 10px 15px 0px;
}

.edn_article {
    padding-left: 20px;
}

.edn_metaDetails {
    display: none !important;
}

.edn_module_title {
    display: none !important;
}

.edn_readMoreButtonWrapper {
    float: left !important;
}

.DnnModule-EasyDNNnewsCalendar {
    padding-left: 20px;
    padding-right: 20px;
}

.archive_list {
    padding-top: 0px !important;
    margin-top: 10px !important;
    border: none !important;
}

.eds_news_Ozone {
    margin-bottom: 5px;
}

.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: inline-grid !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;
}


/*---------------------------*/


/* Moving Translate out of screen */

#translate {
    position: absolute;
    bottom: 5000px;
    height: 1px;
    width: 1px;
    margin-left: -1px;
    overflow: hidden;
    font-size: .75em;
}

#mobileMenu {
    right: 0px;
    z-index: 99;
    background: #efeacf;
}

#mobileMenu,
#utilities {
    position: absolute;
}

#mobiletranslate {
    color: #133c8e;
    display: inline-grid;
    text-align: center;
    font-size: 1.3em;
    padding-top: 4px;
}

.paneDrop {
    background: white;
    z-index: 9999;
    top: 0px;
    right: 10% !important;
    height: 65px !important;
    width: 30% !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
}

.goog-te-combo {
    margin-top: 10px !important;
}

.glyphicon-globe {
    font-size: 1.4em !important;
}


/* Reg Totals */

#statsRow {
    background: #193bb9;
    z-index: 1;
}

.registrationTotalsList {
    list-style: none;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    margin: 0px;
}

.registrationTotalsList li {
    padding: 0px 30%;
}

.registrationTotalsList li:first-child {
    text-align: center;
    padding: 00;
}

.totalsValue {
    float: right;
}

.dateValue {
    float: none;
}


/*---------------------------*/


/* Quicklinks */

#quicklinks {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    list-style: none;
    margin: 0px;
}

#quicklinks li {
    background: linear-gradient(to bottom, #f3eed4, #ded8ba);
}

#quicklinks li:hover {
    background: linear-gradient(to bottom, #3f75e1, #2b5bbb);
}

#quicklinks li:hover .qlwords {
    color: #ffffff;
}

.outerquicklink:nth-child(2n) {
    border-left: 1px solid #d3ccaa;
}

.outerquicklink a {
    display: inline-grid;
    color: #133c8e;
}

.qlicon img {
    width: 70px;
    float: none;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 4px;
}

.qlwords {
    color: #133c8e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    padding: 10px 22% 8px;
    margin-bottom: 10px;
}

.breaker {
    display: none;
}


/* Carousel Fade */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition: 1000ms;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition: 1000ms;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* News Areas */

.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Ozone.eds_subCollection_calendar .fc-widget-header {
    background-color: #85020E !important;
}

.edn_readMoreButtonWrapper {
    margin: 0 !important;
}

.edn_articlesRssWrapper {
    display: none;
}

.eds_news_Ozone p {
    color: #626262 !important;
}

.edn_articleTitle a {
    font-family: Helvetica !important;
    color: #0e2a90 !important;
    font-size: .75em !important;
    font-weight: bold !important;
}

.edn_articleSummary {
    font-family: Helvetica !important;
    color: #626262 !important;
    font-size: 0.9em !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}

.eds_news_Ozone h2 {
    line-height: 0.8 !important;
}

.eds_news_Ozone p {
    margin-bottom: 0px !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton,
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit {
    background: linear-gradient(to bottom, #f3eed4, #ded8ba) !important;
    color: #0e2a90 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 1.1em !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_article {
    border-bottom: 1px solid #c5bc93 !important;
    padding-bottom: 10px !important;
    padding-top: 15px !important;
    margin: 0px 25px !important;
    padding-left: 0px !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_article:last-child {
    border: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
    border-bottom: 2px solid #f0eee1 !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li:last-child {
    border: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1.35em !important;
    font-weight: bold !important;
    color: #0e2a90 !important;
    padding-bottom: 5px !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a>span {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.7em !important;
    font-weight: bold !important;
    color: #85020e !important;
    padding-top: 5px !important;
}

.eds_news_Ozone {
    margin-bottom: 10px !important;
}


/* Footer */

#footerarea {
    background: #031e7f;
    color: white;
    padding: 20px 5% 20px 2%;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

footer p {
    font-size: 1.25em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: left;
}

#countyFooter {
    font-size: 1.15em;
}


/* Breakpoints */

@media (min-width: 768px) {
    #banner,
    #mobileMenu {
        box-shadow: 24px -18px 16px 15px black;
    }
    .outerquicklink {
        min-height: 60px !important;
    }
    .qlwords {
        top: -5px;
    }
    #footerarea {
        padding: 15px 6% 20px 3%;
    }
}

@media (max-width: 1400px) {
    .qlicon img {
        width: 65px;
        padding-top: 7px;
        padding-bottom: 0px;
    }
    #ql6 .qlicon img {
        width: 75px;
        padding-top: 5px;
    }
    .qlwords {
        padding: 3px 22% 8px;
    }
    #ql6 .qlwords {
        padding: 0px 22% 8px;
    }
}

@media (min-width: 850px) {
    .qlwords {
        top: 0px;
    }
}

@media (min-width: 1000px) {
    #regtotals {
        font-size: 1.1em;
        line-height: 1.55;
    }
}

@media (min-width: 1300px) {
    #regtotals {
        line-height: 1.6;
        font-size: 1.3em;
    }
}

@media (max-width: 1200px) {
    .qlwords {
        font-size: 1.1em;
    }
}

@media (max-width: 1050px) {
    .qlwords {
        font-size: 1em;
        padding: 0px 22% 8px;
    }
    #ql6 .qlicon img {
        width: 65px;
    }
    .registrationTotalsList li {
        padding: 0px 27%;
    }
}

@media (min-width:768) and (max-width: 991px) {}

@media (max-width: 991px) {
    /* News and Calendar */
    /* PaneDrop */
    .paneDrop {
        right: 25% !important;
    }
    /* Quicklinks */
    .qlicon img {
        width: 50px;
        padding-top: 10px;
    }
    #ql6 .qlicon img {
        width: 60px;
    }
    .qlwords {
        padding: 3px 5% 8px;
        font-size: 0.9em;
    }
    #forMobile {
        margin: 4px 0px;
    }
    /* Mobile Buttons */
    #mobiletranslate {
        padding-left: 15px;
        border-left: 1px solid #133c8e;
    }
    /* Reg Totals */
    .registrationTotalsList {
        font-size: 1.15em;
    }
    .registrationTotalsList li {
        padding: 0px 25%;
    }
    /* Menu */
    #dnn_mobilemenu {
        height: auto !important;
        position: absolute;
        right: -250%;
        z-index: 99;
    }
    /* Hamburger Menu */
    #mobileMenu {
        right: 0px;
        z-index: 99;
        background: #efeacf;
    }
    .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: 25%;
        z-index: 999;
        top: -7px;
    }
    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 26px;
        width: 50%;
        left: 0%;
        height: 4px;
        background: #0d418f;
    }
    .c-hamburger span::after,
    .c-hamburger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #0d418f;
        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;
    }
    /*---------------------------*/
}

@media (max-width: 920px) {
    #mobiletranslate {
        padding-left: 10px;
    }
    .c-hamburger {
        top: -5px;
    }
}

@media (max-width: 850px) {
    #mobiletranslate {
        padding-left: 5px;
        font-size: 1.2em;
    }
}

@media (max-width: 784px) {
    .c-hamburger {
        left: 18%;
    }
}

@media (max-width:767px) {
    /* Mobile Menu */
    #dnn_mobilemenu {
        position: absolute;
    }
    #mobileMenu {
        position: relative;
        top: 0% !important;
    }
    #mobiletranslate {
        padding-left: 15px;
    }
    .c-hamburger {
        left: 0%;
        top: -4px;
    }
    #forMobile {
        margin: 5px 0px
    }
    /* QL */
    #ql6 .qlicon img {
        padding-top: 3px;
    }
    #ql6 .qlwords {
        padding-top: 6px;
        padding-bottom: 7px;
    }
    .outerquicklink {
        min-height: 85px;
    }
    .qlwords {
        font-size: 1.1em;
    }
    .qlicon img {
        width: 55px;
    }
    /* Reg Totals */
    .registrationTotalsList li:first-child {
        width: 100%;
        padding-top: 0px;
    }
    .registrationTotalsList li {
        padding: 0px 10%;
        width: 50%;
        display: inline-block;
    }
    #statsRow {
        min-height: 75px;
        max-height: 90px;
    }
    .registrationTotalsList {
        font-size: 1.2em;
    }
    #regtotals {
        font-size: 1.1em;
    }
    .paneDrop {
        width: 75% !important;
        right: 12.5% !important;
    }
    /* News and Calendar */
    #rightcontent {
        padding-left: 15px;
    }
}

@media (max-width: 680px) {
    .c-hamburger {
        left: -5%;
    }
}

@media (max-width: 600px) {
    .c-hamburger {
        left: -15%;
    }
}

@media (max-width: 500px) {
    .qlwords {
        padding-top: 8px;
    }
    .qlicon img {
        width: 60px;
    }
    #ql6 .qlicon img {
        width: 69px;
    }
    .outerquicklink {
        min-height: 100px;
    }
    .c-hamburger {
        left: -35%;
    }
}

@media (max-width: 414px) {
    .registrationTotalsList li {
        padding: 0px 7%;
    }
}

@media (max-width: 410px) {
    #regtotals {
        top: 5px !important;
    }
    .registrationTotalsList li {
        padding: 0px 2%;
    }
    #footerarea {
        padding: 15px 5% 20px 5%;
    }
}