body {
    font-size: 16px;
    font-family: Tahoma, Arial;
}

html,
body {
    overflow-x: hidden;
    min-height: 0!important;
    height: auto!important;
    position: inherit!important;
}

.no-pad {
    padding: 0px !important;
}

#wrapall {
    overflow-x: hidden;
}

.goog-te-gadget,
.goog-logo-link,
.good-te-combo {
    color: black !important;
}

#desktopmenucontainer,
#quicklinks,
#middle,
#footertext,
#disclaimer {
    max-width: 1250px;
    margin: 0 auto;
}

#footertext a {
    color: #94BBE1;
}

#footertext a:hover,
#footertext a:focus {
    color: #7CABDA;
}

#desktopmenucontainer {
    padding-top: 10px;
}

#desktopmenubar {
    margin-bottom: 10px;
}

#desktopmenu {
    padding-top: 3%;
}


/* Popup Message and Transparent Bar */

#dnn_popup {
    background: #AE343C;
    /* height: 54px; */
    display: table;
    padding-right: 2%;
    z-index: 999;
}

.noBack {
    background: none !important;
}

#dnn_popup a {
    color: white;
    font-weight: bold;
}

#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: white;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 5px;
}

#popupexit {
    top: 15px;
    z-index: 99999999;
    position: absolute;
    color: white;
    text-align: center;
}

#popupexit:hover,
#popupexit:focus {
    color: white;
    text-decoration: underline;
}

#popupexit:hover span,
#popupexit:focus span {
    text-decoration: underline;
}

.removePopup {
    position: absolute;
    height: 1px;
    width: 1px;
    left: 5000px;
}

div.actionMenu ul {
    z-index: 9999999999 !important;
}


/*--------------------------------------------------------*/


/* Buttons */

.redButton {
    background: linear-gradient(to bottom, #c1414a, #ae343d);
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    color: white;
    font-weight: bold;
    padding: 9px 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 0px 0;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    margin: 15px 15px 15px 0px;
}

a.redButton:hover {
    background: linear-gradient(to bottom, #ad333c, #99232c);
    text-decoration: underline !important;
    color: white;
}

a.redButton:focus {
    background: linear-gradient(to bottom, #ad333c, #99232c);
    text-decoration: underline !important;
    color: white;
}

.blueButton {
    background: linear-gradient(to bottom, #314a74, #213a59);
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    color: white;
    font-weight: bold;
    padding: 9px 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 0px 0;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    margin: 15px 15px 15px 0px;
}

a.blueButton:hover {
    background: linear-gradient(to bottom, #263f68, #19304d);
    text-decoration: underline !important;
    color: white;
}

a.blueButton:focus {
    background: linear-gradient(to bottom, #263f68, #19304d);
    text-decoration: underline !important;
    color: white;
}

a.blueButton:visited {
    color: white;
}

a.redButton:visited {
    color: white;
}

#dnn_rotatordiv {
    border-top: 3px solid #d2d2d0;
}

.carousel-inner {
    height: 420px;
}

.carousel-caption {
    text-align: left;
    width: 38%;
    padding-bottom: 80px;
    text-shadow: none !important;
    height: 100%;
}

.full-width-caption {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    bottom: 0px;
    left: 0%;
    top: 25px;
}

.slideimg {
    position: relative;
    left: 63%;
    height: 350px !important;
    margin: 19px 0;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    color: #1a304c !important;
}

.alabluebutton {
    background: linear-gradient(#14366c, #061e44);
    padding: 15px;
    color: white !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 0 auto;
    display: inline-block;
}

.alabluebutton:hover {
    background: linear-gradient( #900b10, #ad1f24);
}

.carousel-caption h2 {
    font-size: 6em;
    color: black;
}

.rotatorredtext {
    color: #AE343C !important;
    font-weight: bold;
}

.rotatorbluetext {
    color: #223A5A !important;
    font-weight: bold;
}

#dnn_rotatordiv h1 {
    display: none;
}

#quicklinksbar {
    background: linear-gradient(#2c476a, #1a304c);
    border-bottom: 5px solid #b84950;
    box-shadow: 0 2px 11px black;
    z-index: 1;
}

#quicklinks a {
    font-family: Tahoma, Arial;
    font-size: 1em;
    color: white;
    padding: 10px 0;
}

#quicklinks a:hover {
    background: #b84950;
}

#leftside {
    background: white;
}

#rightside {
    background: #e2e2e0;
}

#dnn_contentpane {
    padding: 20px;
}

#dnn_news,
#dnn_calendar {
    background: #d2d2d0;
}

#dnn_calendar h1,
#dnn_news h1 {
    font-family: Tahoma, Arial;
    font-size: 1.8em;
    color: #b84950;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#search {
    margin: 20px 0;
    background: #e2e2e0;
}

.bcs-container-searchbox {
    height: 42px;
    background-color: white;
}

.bsc-searchbox {
    width: calc(100% - 41px);
    height: 42px;
    bottom: 3px;
    position: relative;
}

#translator {
    margin-bottom: 20px;
}

#dnn_socialfeed {
    margin: 20px 0;
}

#dnn_contentpane {
    margin-top: 20px;
    margin-bottom: 20px;
}

#registrationTotals {
    margin: 20px;
}

#registrationTotals ul {
    list-style: none;
}

.totalsField,
.totalsValue {
    font: 1.3em Tahoma, Arial;
    color: #484848;
}

.totalsValue {
    float: right;
}

.registrationTotalsList {
    margin-left: 0px;
}

.registrationTotalsList li:first-child {
    text-align: center;
}

.datePrelude {
    font-family: Tahoma, Arial;
    font-size: 1.6em;
    color: #213a59;
    font-weight: bold;
}

.dateValue {
    text-align: center;
    display: block;
    float: none;
    margin-top: 1px;
    font-weight: bold;
}

#footer {
    background: #213a59;
    padding: 25px 0 35px 0;
}

#footer p {
    font: 1em Tahoma, Arial;
    color: white;
}

#disclaimer {
    font: .8em Tahoma, Arial;
    color: white;
}

.ThemeMinimalExtropy .ListDate,
.ThemeMinimalExtropy .ListTitle {
    font-size: 1.2em !important;
}

.ThemeMinimalExtropy .ListDataGrid td {
    width: 0%;
    padding: 10px 0;
}

@media (max-width: 1400px) {
    #quicklinks a {
        padding: 0 7px !important;
    }
}

@media (max-width: 991px) {
    #phonemenu {
        background: white;
    }
    /* Pop up / Top Message */
    #dnn_popup p {
        padding: 15px 7% 15px 0;
    }
    /*---Mobile Menu---*/
    .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: 49px;
    }
    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 26px;
        left: 18px;
        right: 18px;
        height: 4px;
        background: black;
    }
    .c-hamburger span::after,
    .c-hamburger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: black;
        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;
    }
    /active state,
    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;
    }
    /*---End Mobile Menu---*/
    #phonemenu {
        height: 45px;
    }
    #dnn_mobilemenu {
        position: absolute;
        right: -100%;
        top: 47px;
        z-index: 9;
        background: white;
        padding: 10px 0;
        border-top: 5px solid #b84950;
        border-bottom: 5px solid #b84950;
    }
    .mobilelogo {
        margin-top: 17px;
    }
    #quicklinks a {
        padding: 7px !important;
    }
}

@media (max-width: 767px) {
    #quicklinks a {
        position: relative;
        vertical-align: middle;
        padding: 10px 0;
    }
    #footer p {
        margin-left: 5px;
        margin-right: 5px;
    }
    #quicklinksbar {
        margin-top: 5px;
    }
}

@media (max-width: 499px) {
    #popupexit {
        left: 88%;
    }
    #dnn_popup p {
        padding: 15px 12% 15px 2%;
    }
}