@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

td {
    padding: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------ ABOVE is the RESET - BELOW is the REBUILD ------ */
blockquote {
    padding: 18px;
    margin: 18px 0px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom-color: #aaa;
}

hr {
    border: 0;
    height: 2px;
    margin: 18px 0;
}

ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: circle;
}

ul ul ul {
    list-style-type: square;
}

ul ul ul ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol ol {
    list-style-type: decimal;
}

ol ol ol ol {
    list-style-type: lower-alpha;
}

ul, ol {
    margin: 18px 0 18px 40px;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 6px 0 6px 40px;
}

span.article_separator {
    display: none;
}

table.contentpaneopen {
    width: 100%;
}

.contentpaneopen td {
    padding: 0;
}

.contentpaneopen table {
    margin: 0px 0px 18px 0px;
}

.contentpaneopen table td, #tinymce table td {
    padding: 9px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.contentpaneopen table th, #tinymce table th {
    background: #ddd;
    color: #333;
    border: 1px solid #ddd;
    padding: 9px 0;
}

.contentpaneopen table.borderless td {
    border: 0;
    padding: 0;
}

#tinymce table.borderless td {
    border: 1px dotted #e0e0e0;
    padding: 0;
}

#formContainer table {
    border-collapse: separate;
}

#formContainer table td {
    font-size: 13px;
}

/* ------ TYPOGRAPHY --------------------------- */
body, #tinymce td, #content-padding, input {
    font: 19px 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    color: #000000;
}

p {
    margin: 0px 0px 35px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6, td.contentheading {
}

h1, td.contentheading {
    font-size: 150%;
    line-height: 1.6em;
    padding: 0 0 20px 0;
}

h2 {
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h3 {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h4 {
    text-transform: uppercase;
    font-size: 150%;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h5 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h6 {
    /* text-transform: uppercase; */
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h1:first-child, h2:first-child, h3:first-child,h4:first-child, h5:first-child, h6:first-child,ul:first-child, ol:first-child {
    margin-top: 0px;
}

a, a:visited {
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

/* ------ MISC TOOLS ---------------- */
.no-breaks {
    white-space: nowrap;
}

.clarence {
    clear: both !important;
}

.spacey {
    margin: 0px 3px;
}

/* often wraps |s in link lists or small info */
.hidden, .secondaryHidden {
    display: none !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.no-float {
    float: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.v-margin-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.v-margin-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.h-margin-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.h-margin-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.top-margin-10 {
    margin-top: 10px !important;
}

.top-margin-20 {
    margin-top: 20px !important;
}

.bottom-margin-10 {
    margin-bottom: 10px !important;
}

.bottom-margin-20 {
    margin-bottom: 20px !important;
}

body.home .hide-on-home {
    display: none !important;
}

.full-width #right-bar.side-bar {
    display: none;
}

/* putting a class of 'full-width' on a menu item will hide the right-bar on that page. */
.full-width #content-wrap.r-mid #content-padding {
    width: 100%;
}

/* ------ LAYOUT --------------------- */
#bkg {
    background: white;
}

.site-width {
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1800px;
    /*max-width: 1420px; OG value for troubleshooting*/
}

.mc-logo-link {
    max-width: 100%;
    width: 100%;
    flex: 1 1 0;
}

.mc-logo-link > a > img {
    max-height: 120px;
    width: auto;
    max-width: 100%;
}

#mc-primary-header-bar .mc-mainmenu {
    max-width: 100%;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.secondary.mc-mainmenu {
    max-width: 100%;
    justify-content: center;
    flex: 1;
}

.mobile-menu .resp-menu {
    /* flex-direction: column; */
}

.featured-content {
    position: relative;
}

.featured-content .color-overlay {
    height: 100%;
}

.featured-content .site-width {
    padding: 3.5em 20px;
    min-height: inherit;
    display: flex;
    align-items: center;
}

.featured-content .site-width .moduletable {
    flex-basis: 100%;
}

.featured-content h3 {
    font-size: 160%;
    margin: 0 0 .8em;
}

.featured-content p {
    margin: .8em 0;
    font-size: 100%;
}

.featured-content h6 {
    display: inline-flex;
    justify-content: center;
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
}

.featured-content h6 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 140%;
    padding: 15px 20px;
    margin-top: .8em;
    border-radius: 4px;
    transition: all .5s ease;
}

div.sponsors-area.sub-modules-flex .home-sub {
    min-width: 100%;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.sponsors-area img {
    max-width: 250px;
}

.sponsors-area .pad {
    display: flex;
    max-height: 250px;
    align-items: center;
    width: 25%;
    padding: 0 1em;
}

.sub-modules-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sub-modules-flex div.moduletable {
    min-width: inherit;
}

.sub-modules-flex .home-sub {
    display: inline-flex;
    max-width: 50%;
    min-width: 30%;
    justify-content: space-evenly;
    flex: .5;
    margin: 30px 2px 0;
    padding: 20px;
    /* align-items: flex-end; */
}

.sub-modules-flex .pad {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sub-modules-flex h1 {
    text-align: center;
    justify-content: center;
    min-height: 80px;
    width: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
}

.sub-modules-flex h6 {
    width: 100%;
}

.sub-modules-flex h6 a {
    font-size: 100%;
}

#component-wrap {
    min-height: 400px;
}

#content-wrap.r-mid #content-padding {
    width: 1650px;
    width: calc(100% - 350px);
    /*width:960; OG value, for troubleshooting*/
    padding-right: 20px;
}

#content-wrap .site-width {
    display: flex;
}

#right-bar, .side-bar {
    font-size: 70%;
    display: flex;
    flex-direction: column;
    min-width: 330px;
    max-width: 380px;
}

#right-bar .menu a {
    min-width: 100%;
    border-radius: 3px;
    text-decoration: none;
}

#right-bar.side-bar .menu li {
    display: flex;
    text-align: center;
    margin: .5em 0;
}

#footer .site-width {
    display: flex;
    min-width: inherit;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 40px 20px 20px;
}

#header ul, #right-bar ul, #footer ul {
    margin: 0 ;
    padding: 0;
    list-style: none;
}

.moduletable.slider-width {
    width: 100%;
}

.nivoSlider a.nivo-imageLink {
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* --- PBMC --- */
#pbmc-wrap {
    padding: 0 0 12px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
}

#pbmc {
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    display: block;
    width: 170px;
    margin: 0 auto;
    text-decoration: none !important;
}

.icon-mc-logomark:before, .icon-mc-wordmark:before {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    top: 4px;
    left: 1px;
}

.icon-mc-wordmark:before {
    left: 2px;
}

.mc-brand-container {
    display: none;
}

#pbmc:hover {
    opacity: .8;
}

/*** Sidebar Styling and Modules ***/
.side-bar h3 {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 10px;
    padding: 0 0 6px;
    text-transform: none;
}

#right-bar .moduletable {
    margin-bottom: 30px;
}

#right-bar {
    font-size: 70%;
}

/* Button List & Right-Bar Login Button */
.mc-button-list li a, .side-bar a#mcSimpleLogin {
    background: #000000;
    line-height: 16px;
    text-decoration: none;
    color: white;
    display: block;
    padding: 17px 0;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
}

.mc-button-list li a {
    margin-bottom: 1px
}

.side-bar a#mcSimpleLogin {
    margin-bottom: 40px;
}

/* ------ HEADER STYLES --------------- */
#header {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    z-index: 90;
    padding: 0;
}

.mc-join-now a, #mcSimpleLogin {
    font-size: 60%;
    display: inline-block;
    height: 40px;
    line-height: 41px;
    padding: 2px 20px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}

.button.mc-search {
    font-size: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 0 3px 3px 0;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}

.search.mc-search {
    display: flex;
    align-items: center;
}

#mod_search_searchword {
    border-radius: 3px 0 0 3px;
    border: 1px solid #fff;
    min-width: 30%;
    font-size: 15px;
    min-height: 40px;
    padding: 6px 5px;
    box-sizing: border-box;
}

#header .site-width {
    min-height: 100%;
    width: 100%;
    padding: 0 20px;
    display: inline-flex;
    min-height: 49px;
    justify-content: space-between;
    align-items: center;
}

#mc-primary-header-bar, #mc-primary-header-bar-scrollable-header {
    display: flex;
    min-width: 100%;
    align-items: center;
    justify-content: space-evenly;
    height: inherit;
}

#mc-primary-header-bar {
    height: 160px;
}

#mc-primary-header-bar-scrollable-header {
    background: #fff;
}

#mc-primary-header-bar-scrollable-header .resp-menu > li > a,#mc-primary-header-bar-scrollable-header .resp-menu > li > .separator {
    color: #000000;
}

#mc-primary-header-bar > .site-width > div, #mc-primary-header-bar-scrollable-header > .site-width > div {
    height: 90%;
    display: flex;
    align-items: center;
}

#mc-primary-header-bar-scrollable-header {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
    top: -71px;
    height: 70px;
    z-index: 90;
    position: fixed;
    transition: .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 0;
}

#mc-primary-header-bar-scrollable-header.nav-up {
    height: 70px;
    top: 0px;
    z-index: 100;
    position: fixed;
    transition: .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 1;
}

#mc-primary-header-bar-scrollable-header div.mc-logo-link {
    max-width: 90%;
    width: 100%;
    flex: 0.25;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#mc-primary-header-bar-scrollable-header img {
    width: 4.25em;
}

#mc-secondary-header-bar {
    height: 70px;
    width: 100%;
    display: flex;
}

.mc-scrollable-header-logo-link {
    max-width: 30%;
}

#search-login-bar {
    background: #150c66;
    background: #ddd;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0px;
}

#search-login-bar .site-width {
    padding: 10px 20px;
    height: auto;
}

#header #search-login-bar .bar-search {
    float: left;
}

#header #search-login-bar .site-search input {
    float: left;
    height: 40px;
    width: 240px;
    border: 0;
    padding: 0 10px;
    margin: 0;
    line-height: auto;
    font-size: 60%;
    background: rgba(255,255,255,.2);
    color: white;
    border-radius: 3px 0 0 3px;
}

#header #search-login-bar .site-search a {
    float: left;
    font-size: 60%;
    display: inline-block;
    height: 40px;
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.8);
    line-height: 41px;
    padding: 0 10px;
    border-radius: 0 3px 3px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#header #search-login-bar .bar-login {
    float: right;
}

#header #search-login-bar #cta-join {
    font-size: 60%;
    display: inline-block;
    height: 40px;
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.8);
    line-height: 41px;
    padding: 0 10px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#header #search-login-bar #mcSimpleLogin {
    font-size: 60%;
    display: inline-block;
    height: 40px;
    background: #2bc2f2;
    color: #fff;
    line-height: 41px;
    padding: 0 20px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

#header #search-login-bar #mcSimpleLogin:hover,#header #search-login-bar #cta-join:hover,#header #search-login-bar .site-search a:hover {
    opacity: .8;
}

/* --- sponsor banners --- */
.bannergroup {
    width: 100%;
}

.banneritem {
    width: 100%;
}

.banneritem img {
    max-width: 100%;
    height: auto;
}

/* --- simple menu --- */
/* put this class on a menu to achieve a clean, 1-level, horizontal menu */
.simple-menu {
    margin: 0;
    list-style: none;
    float: left;
}

.simple-menu li:first-child {
    border: none;
}

.simple-menu li {
    margin: 0;
    list-style: none;
    float: left;
    border-left: 1px solid #555;
    padding: 0px 10px;
    line-height: 16px;
}

.simple-menu li a {
    text-decoration: none;
    color: #555;
}

.simple-menu li a:hover, .simple-menu li a:active, .simple-menu li a:focus {
    color: #333;
}

/* --- social network menu --- */
.socnets {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.socnets ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: inherit;
}

.socnets li {
    margin: 0 7px 0 0;
    float: left;
    list-style: none;
}

.socnets li:last-child {
    margin-right: 0;
}

.socnets a {
    text-indent: -999em;
    background: none;
    box-shadow: inset 0 0 0 1.5px white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: 0.1s;
    display: block;
}

.socnets a span {
    text-transform: lowercase;
}

.socnets a span {
    width: 1em;
    overflow: hidden;
    display: block;
    height: 1em;
}

.socnets a span:before {
    width: 1em;
    height: 1em;
    display: block
}

.socnets li a {
    background-size: contain;
}

.socnets li a.facebook {
    background-image: url(/jmc-assets/circular-icons/sn-facebook.svg);
}

.socnets li a.twitter {
    background-image: url(/assets/site/twitter-logo-23.svg);
}

.socnets li a.blog {
    background-image: url(/jmc-assets/circular-icons/sn-blog.svg);
}

.socnets li a.youtube {
    background-image: url(/jmc-assets/circular-icons/sn-youtube.svg);
}

.socnets li a.vimeo {
    background-image: url(/jmc-assets/circular-icons/sn-vimeo.svg);
}

.socnets li a.instagram {
    background-image: url(/jmc-assets/circular-icons/sn-instagram.svg);
}

.socnets li a.rss {
    background-image: url(/jmc-assets/circular-icons/sn-feed.svg);
}

.socnets li a.pinterest {
    background-image: url(/jmc-assets/circular-icons/sn-pinterest.svg);
}

.socnets li a.flickr {
    background-image: url(/jmc-assets/circular-icons/sn-flickr.svg);
}

.socnets li a.linkedin {
    background-image: url(/jmc-assets/circular-icons/sn-linkedin.svg);
}

.socnets li a.bsky {
    background-image: url(/assets/site/bsky-crl.svg);
}

.socnets li a.location {
    background-image: url(/jmc-assets/circular-icons/sn-location.svg);
}

.socnets li a.email {
    background-image: url(/jmc-assets/circular-icons/sn-email.svg);
}

.socnets a:hover {
    opacity: .8;
}

#socnets {
    display: inline-flex;
    justify-content: flex-end;
    width: auto;
}

/**** RETURN TO TOP ****/
#RTT {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

#RTT span {
    font-size: 16px;
    position: relative;
    margin: 0 3px;
}

/* ------ FIXES and PREVENTIONS ------------ */
html {
    -webkit-tap-highlight-color: white;
}

#header p {
    margin: 0;
}

#footer p {
    margin: 0;
}

#site-top .site-width,#over-content .site-width,#under-content .site-width {
    padding: 10px;
    text-align: center;
}

.scroll-indicator .table-wrapper {
    overflow: scroll;
    position: relative;
    background: white;
    border: 1px solid #ccc;
}

.scroll-indicator {
    padding-bottom: 15px;
    background: #333 url(/jmc-assets/misc/scroll-indicator.png) 95% bottom no-repeat;
    position: relative;
}

div.table-wrapper > table {
    margin: 0;
    background: transparent;
}

div.table-wrapper table table {
    margin: 0
}

.img-wrapper {
    display: inline-block;
}

div#component-wrap img {
    max-width: 100%;
    height: auto;
}

div#component-wrap .slider-wrapper img {
    max-width: none;
}

/* ------ HORIZONTAL MENU with SUBS -------- */
ul.resp-menu {
    background: none;
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    right: 0px;
}

.resp-menu, .resp-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    font-size: 15px;
}

.resp-menu ul,#header.nav-up .resp-menu li:hover ul {
    position: absolute;
    top: -999em;
    width: 250px;
}

.resp-menu ul li {
    width: 100%;
}

.resp-menu li:hover {
    visibility: inherit;
}

.resp-menu li ul {
    display: none;
}

.resp-menu li:hover ul {
    display: block;
}

.resp-menu li:hover li {
    display: block;
}

.resp-menu li {
    position: relative;
    z-index: 99;
}

.resp-menu a, .resp-menu .separator {
    display: block;
    position: relative;
}

.resp-menu li:hover ul {
    left: 0px;
    top: 44px;
    z-index: 99989;
}

.resp-menu>li:last-child:hover > ul,.resp-menu>li:nth-last-child(2):hover > ul {
    left: auto;
    right: 0;
    border-radius: 7px 0 7px 7px;
}

ul.resp-menu li:hover li ul {
    top: -999em;
}

ul.resp-menu li li:hover ul {
    left: 250px;
    top: 0;
}

ul.no-kids {
    display: none;
}

.resp-menu ul {
    padding: 0 0;
    border-radius: 0px;
}

.resp-menu ul li:hover ul {
    top: -7px;
}

/* 1st level */
.resp-menu > li:first-child > a, .resp-menu > li:first-child > .separator {
    border: 0;
}

.resp-menu li > a, .resp-menu li > .separator {
    text-decoration: none;
    padding: 14px 14px;
    height: 16px;
    border: 0;
    line-height: 16px;
    color: #2e2e2e;
    font-size: 15px;
}

.resp-menu > li:hover {
    background: rgba(0,0,0,0.075);
    border-radius: 7px;
}

.nav-up .resp-menu > li:hover {
    background: #EEE;
    border-radius: 7px;
}

.resp-menu > li.parent:hover {
    border-radius: 7px 7px 0 0;
}

/* 2nd level */
.resp-menu li ul {
    border-radius: 0 7px 7px;
}

/* border radius on second level */
.resp-menu > li.parent:hover ul > li:first-child > a {
    border-radius: 0 7px 0 0;
}

.resp-menu > li.parent:last-child:hover ul > li:first-child > a,.resp-menu > li.parent:nth-last-child(2):hover ul > li:first-child > a {
    border-radius: 7px 0 0 0;
}

.resp-menu > li.parent:hover ul > li:last-child > a {
    border-radius: 0 0 7px 7px;
}

.resp-menu > li.parent:last-child:hover ul::before {
    left: auto;
    right: 30px;
}

.resp-menu li li > a, .resp-menu li li > .separator {
    font-size: 18px;
    color: #fff;
    height: auto;
    line-height: 1.2em;
    min-height: 16px;
    padding: 14px 14px;
    text-shadow: none;
    background: none;
    font-weight: normal;
    text-transform: none;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-align: left;
}

.resp-menu li li:last-child > a, .resp-menu li li:last-child > .separator {
    border: 0;
}

.resp-menu li li:hover > a,.resp-menu li li:hover > .separator {
    background: rgba(0,0,0,.075);
}

.resp-menu li li.active > a,.resp-menu li li.active > .separator {
    text-decoration: underline;
}

/* 3RD LEVEL - OFTEN NOT APPLICABLE */
.resp-menu ul ul {
    border-radius: 7px;
    overflow: hidden;
    transform: translate(-10px, -1px);
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 9px rgba(0,0,0,.2);
}

.resp-menu > li:last-child > ul > li:hover > ul,.resp-menu > li:nth-last-child(-n+3) > ul > li:hover > ul {
    left: auto !important;
    right: 250px !important;
    border-radius: 7px;
    overflow: hidden;
    transform: translate(10px, -1px);
}

.resp-menu li li li:hover > a,.resp-menu li li li:hover > .separator {
    background: rgba(0,0,0,.075);
}

/* ------ Off Screen Menu ----------------------- */
.mobile-menu {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 8;
}

#menu-toggle {
    fill: #0D2B47;
}

#mc-primary-header-bar-scrollable-header #menu-toggle {
    fill: #3a546e;
}

a#menu-toggle-x {
    left: auto;
    top: 65px !important;
    right: 37px;
    background: none;
    z-index: 9;
    position: fixed;
    height: 32px;
    width: 32px;
    display: none;
    fill: white;
    cursor: pointer;
}

body.show-mobile a#menu-toggle-x {
    display: block;
}

body.show-mobile > .mobile-menu {
    display: block;
}

.site-container {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

a#menu-toggle {
    display: none;
    z-index: 2;
    cursor: pointer;
}

body.show-mobile > .site-container {
    overflow-y: hidden;
    position: fixed;
    background: rgba(33,33,33,0.8);
    z-index: 7;
}

.mobile-menu ul.resp-menu * {
    background: #111;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    position: static;
    left: auto;
    right: auto;
    box-shadow: none;
    font-size: 19px;
    font-weight: normal;
    color: white;
    top: 0;
    transform: none;
}

.mobile-menu ul.resp-menu {
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    top: 0px;
    -ms-transform: none;
    transform: none;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}

.mobile-menu ul.resp-menu li {
    float: none;
    width: auto;
    display: block;
    background: none;
}

.mobile-menu ul.resp-menu li ul {
    position: static;
    display: block;
    width: auto
}

.mobile-menu ul.resp-menu > li > ul > li:hover > ul {
    left: auto !important;
    border-radius: 0;
    transform: none;
}

.mobile-menu ul.resp-menu li li {
    border: 0;
    padding-left: 20px;
}

.mobile-menu ul.resp-menu li li li {
    border: 0;
    padding-left: 20px;
}

.mobile-menu ul.resp-menu li a, .mobile-menu ul.resp-menu li .separator {
    font-size: 24px;
    line-height: 1.2em;
    padding: 20px 30px !important;
    height: auto;
    text-decoration: none;
    border: 0;
    border-top: 1px solid #1b1900;
}

.mobile-menu ul.resp-menu > li > a, .mobile-menu ul.resp-menu > li > .separator {
    color: #FFDF8F;
    font-weight: bold;
}

.mobile-menu ul.resp-menu > li {
    margin-bottom: 0px;
}

.mobile-menu ul.resp-menu li li a:before, .mobile-menu ul.resp-menu li li .separator:before {
    content: "\203A  "
}

.mobile-menu ul.resp-menu li li li a:before, .mobile-menu ul.resp-menu li li li .separator:before {
    content: "\00BB  "
}

.mobile-menu ul.resp-menu li:hover a, .mobile-menu ul.resp-menu li:hover .separator {
    background: #111;
}

.mobile-menu .module-flex {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 0px;
    background: #2f2f2f;
    align-items: stretch;
}

.mobile-menu .module-flex a {
    background: blue;
    color: white;
    font-size: .7em;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    padding: 0;
    line-height: normal;
}

.mobile-menu .module-flex #mcSimpleLogin, .mobile-menu .module-flex #cta-join,.mobile-menu .module-flex a.button.site-search {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 15px;
    box-sizing: border-box;
}

.mobile-menu .module-flex a.button.site-search {
    width: 70px;
    border-radius: 0 3px 3px 0;
}

.mobile-menu .module-flex input.site-search {
    width: 200px;
}

.mobile-menu .module-flex .moduletable:nth-child(2) {
    order: 3;
    flex: 1 0 0;
    display: flex;
}

.mobile-menu .module-flex .moduletable.join-now {
    order: 2;
    flex: 1 0 0;
    display: flex;
}

.mobile-menu .module-flex .moduletable.site-search {
    order: 1;
    flex: 1 0 0;
    display: flex;
}

.mobile-menu .module-flex div.site-search {
    display: flex;
}

.mobile-menu .module-flex input#mod_search_searchword {
    flex: 1;
    margin: 8px 0 0 8px;
    height: 60px;
}

.mobile-menu .module-flex a.button.site-search {
    flex: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 8px 8px 0 0;
}

.mobile-menu .module-flex .moduletable:nth-child(2) #mcSimpleLogin {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    margin: 0 8px 8px;
}

.mobile-menu .module-flex .moduletable.join-now #cta-join {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    margin: 8px 8px 8px;
    box-sizing: border-box;
}

.mobile-menu-top.modules-2 ~ .mobile-menu ul.resp-menu {
    padding-top: 210px;
}

.mobile-menu-top.modules-1 ~ .mobile-menu ul.resp-menu {
    padding-top: 140px;
}

/* ------ SEARCH PAGE ------ */
#mc-search-form .mc-button:hover {
    background: #333;
    color: white;
}

.mc-result .highlight {
    background: #ff9;
    padding: 0px 5px;
}

/* ------ LOGIN PAGE ----------------------- */
#content-padding #form-login {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#content-padding #form-login label {
    font-weight: bold;
    color: #000000;
}

#content-padding #form-login input.inputbox {
    width: 92%;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background: white;
    padding: 6px;
    color: #a4a4a4;
}

#content-padding #form-login input.inputbox:focus {
    border-color: #a4a4a4;
    color: #000000;
    box-shadow: none;
}

#content-padding #form-login #form-login-remember label {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

#content-padding #form-login #modlgn_remember {
    width: auto;
    border: 0;
}

#content-padding #form-login #modlgn_remember:focus {
    background: #000000;
    color: white;
    box-shadow: none;
}

#content-padding #form-login input.button {
    border: 0;
    background: #000000;
    color: white;
    border-radius: 3px;
    padding: 7px;
    width: 50%;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
}

#content-padding #form-login input.button:hover {
    cursor: pointer;
    opacity: 0.8;
}

#content-padding #form-login .forgot-username,#content-padding #form-login .forgot-password {
    font-size: 0.8em;
    display: inline-block;
    margin-top: 40px;
    float: left;
}

#content-padding #form-login .forgot-username {
    margin-left: 20px;
}

/* ------ GENERAL ARTICLE STYLES -------------------- */
#editor-xtd-buttons a {
    color: #000000;
}

div.tool-tip {
    z-index: 99999;
}

div.tip-top {
    z-index: 99999;
}

div.tip-text {
    font-size: 11px;
    color: #ddd;
    background: #333;
    border: 2px solid #555;
    border-top-width: 1px;
    padding: 6px 9px 9px 9px;
    z-index: 99999;
    box-shadow: 0px 3px 18px rgba(0,0,0,0.35);
}

div.tip-title {
    font-size: 11px;
    color: white;
    font-weight: bold;
    background: #333;
    border: 2px solid #555;
    border-bottom-width: 1px;
    padding: 9px 9px 6px 9px;
    z-index: 99999;
    box-shadow: 0px 3px 18px rgba(0,0,0,0.35);
}

table.contentpaneopen td.buttonheading div.content-wrapper {
    width: 20px !important;
}

.buttonheading a img {
    display: none;
}

.buttonheading a {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    opacity: 0.5;
}

.buttonheading a:hover, .buttonheading a:focus {
    opacity: 1;
}

.buttonheading a[title=PDF] {
    background: url(/jmc-assets/icons/article-1.png) 0 -100px;
}

.buttonheading a[title=PDF]:hover {
    background-position: 0 0;
}

.buttonheading a[title=Print] {
    background: url(/jmc-assets/icons/article-1.png) -100px -100px;
}

.buttonheading a[title=Print]:hover {
    background-position: -100px 0;
}

.buttonheading a[title=Email] {
    background: url(/jmc-assets/icons/article-1.png) -200px -100px;
}

.buttonheading a[title=Email]:hover {
    background-position: -200px 0;
}

/* admin edit button */
.buttonheading .hasTip a {
    background: url(/jmc-assets/icons/article-1.png) -300px -100px;
}

.buttonheading .hasTip a:hover {
    background-position: -300px 0;
}

/* article title if enabled */
td.contentheading {
    font-weight: bold;
    font-size: 16px;
}

td.contentheading a {
}

/* written by */
.contentpaneopen span.small {
    font-size: 11px;
    color: #666;
}

/* publish date */
td.createdate {
    font-size: 11px;
    color: #999;
    height: 36px;
}

/* edit date */
td.modifydate {
    font-size: 11px;
    color: #999;
}

/* 'read more' links */
.readon {
    display: inline-block;
    color: white;
    margin-top: 9px;
    padding: 3px 9px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.7);
    background: #666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.readon:hover, .readon:active {
    background: #333 !important;
}

/* 'more articles' list at the bottom */
div.blog_more {
    margin: 18px 0;
}

/* entire section */
div.blog_more strong {
}

/* heading */
div.blog_more ul {
    margin: 0 40px 0;
}

/* prev and next links at the bottom of single articles */
/* not the same as the blog - the blog nav lacks hooks to style */
.contentpaneopen table.pagenav th {
    background: transparent;
    border: 0;
}

/* prev and next are both in th's */
.contentpaneopen table.pagenav td {
    border: 0;
}

/* prevent inheritance - this td is just used for spacing */
.contentpaneopen .pagenav a {
    text-decoration: none;
}

/* ------ CATEGORY BLOG & FRONT PAGE ------------ */
div.componentheading {
    display: none
}

#community-wrap div.componentheading {
    display: block;
}

/* columned article headings */
td.article_column td.contentheading {
    font-size: 14px;
    margin-bottom: 19px;
}

/* leftmost blog column */
td.article_column {
    padding: 0;
}

/* other blog columns */
td.article_column.column_separator {
    padding: 0 0 0 18px;
}

/* horizontal blog separators - bottom stripe on all blog articles, even lead */
.blog span.article_separator {
    display: block;
    height: 2px;
    background: #ddd;
    margin: 18px 0;
}

/* columned blog article separators can be specified here if needed */
.blog table span.article_separator {
}

/* ------ CATEGORY LIST ------------------------- */
td.sectiontableheader {
    text-align: left;
    padding: 5px;
    width: auto;
}

td.sectiontableheader a img {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

tr.sectiontableentry1 a, tr.sectiontableentry2 a {
}

td.contentdescription {
    width: 100%;
}

/* Needed to fill the available space in IE8 */
/* ------ POLL RESULTS PAGE --------------------- */
/* without #poll, some of these apply to the module also */
#poll {
    width: 100%;
}

#poll #id {
    width: auto !important;
    margin: 0 0 20px 20px;
}

#poll .pollstableborder {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#poll .pollstableborder td {
    padding: 9px !important;
}

.pollstableborder th {
    padding-bottom: 18px;
}

.pollstableborder th img {
    display: none;
}

.pollstableborder {
    width: auto;
    margin: 10px;
}

.poll tr td {
    text-align: left;
}

.smalldark {
    font-size: 85%;
}

/* info at the bottom */
.poll .button {
    padding: 5px 20px;
    border-radius: 5px;
    margin: 10px 0px 0px;
}

.poll .button:hover {
    cursor: pointer;
}

/* !NOTE! - multiple pages use these layout elements changing them here will also cause changes on the CatList page */
/* Polls use .sectiontableentry0 & 1, while CatList uses 1 & 2 */
.sectiontableentry0 td, .sectiontableentry1 td, .sectiontableentry2 td {
    border: 0 !important;
    background: none !important;
    font-size: 100% !important;
    text-align: left !important;
    vertical-align: middle !important;
    padding: 9px !important;
    font-weight: normal !important;
}

.sectiontableentry0 td, .sectiontableentry2 td {
    background: #eee !important;
}

/* ------ ARCHIVE LIST -------------------------- */
#archive-list {
    margin: 18px 0 0 0;
}

#archive-list li {
    padding: 18px;
}

#archive-list li.row1 {
}

#archive-list li.row2 {
    background: #eee;
}

#archive-list h4 {
}

#archive-list .metadata {
    margin: 9px 0 0;
    font-size: 11px;
    font-weight: normal;
    color: #666;
}

#archive-list .metadata span.created-date {
}

#archive-list .metadata span.author {
    float: right;
}

#archive-list div.intro {
    margin-top: 9px;
}

/* --- CC BOARD STYLING --- */
td.ccbheaderrow table.ccbnormaltable td {
    padding: 5px;
}

/* tds containing the menu and user info */
td.ccbtopleftgray, td.ccbtopmiddlegray, td.ccbtoprightgray {
    background: #000000 !important;
}

td.ccbleftbody, td.ccbheaderrow, td.ccbrightbody, td.ccbbotleft, td.ccbbotmiddle, td.ccbbotright, td.ccbdatacolumn, td.ccbpostarea, tr.ccbfrmrowheader, tr.ccbboardsummary {
    background: #eee !important;
}

.bbcode_quote {
    border-color: #ddd;
    background: #fff;
}

div.bbcode_quote_head {
    color: #aaa;
}

div.bbcode_quote_body {
    color: #555;
}

a.ovalbuttongray {
    background: #000000;
    display: block;
    float: left;
    font: inherit;
    line-height: inherit;
    height: auto;
    color: white;
    padding: 0 7px;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 3px;
    font-size: inherit;
    line-height: 2em;
}

a:link.ovalbuttongray {
    color: white;
}

a.ovalbuttongray:hover, a.ovalbuttongray:active {
    color: white;
    opacity: 0.8;
}

a.ovalbuttongray span {
    background: none;
    display: normal;
    color: inherit;
    padding: 0;
}

a.ovalbuttongray:hover span {
    color: inherit;
    background: none;
}

a.squarebutton {
    background: #aaa;
    display: block;
    float: right;
    font: inherit;
    line-height: inherit;
    height: auto;
    padding: 0 7px;
    margin-left: 4px;
    text-decoration: none;
    color: white;
}

a:link.squarebutton {
    color: white;
}

a:hover.squarebutton, a:active.squarebutton {
    color: white;
    opacity: 0.7;
}

a.squarebutton span {
    background: none;
    display: normal;
    color: inherit;
    padding: 0;
}

a.squarebutton:hover span {
    color: white;
    background: none;
}

/* --- MEMBER LANDING, 'MY NAME IS' STICKER --- */
#my-name-is {
    height: 262px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

#my-name-is::before {
    content: "Welcome";
    position: absolute;
    left: 10%;
    top: 20%;
    font-family: "Great Vibes", serif;
    font-style: normal;
    font-size: 106px;
    font-weight: 400;
    line-height: 106px;
    color: #fff;
}

#my-name-is .info {
    position: absolute;
    right: 11px;
    top: 75px;
    width: 354px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    /* background: white; */
}

#my-name-is h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

#my-name-is h3 {
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0;
    line-height: 20px;
}

#my-name-is h4 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#my-name-is h2, #my-name-is h3, #my-name-is h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#profile-update-message {
    position: absolute;
    left: 0px;
    bottom: 4px;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    color: #ddd;
    border-radius: 0 4px 4px 0;
    background: rgba(0,0,0,0.8);
    line-height: 18px;
}

#profile-update-message a, #profile-update-message a:hover, #profile-update-message a:active {
    color: #fff !important;
}

/* --- MEMBER LANDING, QUICK LINKS --- */
.member-landing-quick-links {
    border-radius: 4px;
    margin: 0 0 10px 0;
    padding: 10px 5px;
    background: #eee;
}

.member-landing-quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.member-landing-quick-links ul li {
    float: left;
    border-left: 1px solid #bbb;
    padding: 0px 5px;
}

.member-landing-quick-links ul li:first-child {
    border: 0;
}

/* --- HOME PAGE TEMPLATE --- */
.home-main {
    border-bottom: 1px solid #EEE;
    padding: 20px;
}

.homev2-template-01 {
    display: table;
}

.home-subv2 {
    display: table-cell;
}

/* --- CALENDAR MODULE --- */
#right-bar span.multiday, #right-bar .mod_events_latest_date {
    font-size: 14px;
    line-height: 1.6em
}

#right-bar .event-list-cat {
    font-size: 14px;
    line-height: 1.6em
}

/* --- DIY H6 BUTTONS --- */
h6 a, .button-grid a {
    font-weight: normal;
    padding: 8px 20px;
    border-radius: 3px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    width: fit-content;
}

.button-grid a {
    margin: 10px auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

/* Grid Layout */
.grid-layout, .button-grid, .mc-columns .content-wrapper {
    -webkit-columns: 216px 3;
    -moz-columns: 216px 3;
    columns: 216px 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.grid-layout img, .mc-columns .content-wrapper img {
    float: left;
    margin: 0 10px 10px 0;
    display: block;
}

.grid-box, .button-grid p, ul.button-grid li {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
}

table.grid-table td {
    border: 0;
    padding: 0;
}

blockquote.button-grid, blockquote.grid-layout {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

ul.button-grid, ul.button-grid li {
    margin: 0;
    list-style: none;
    padding: 0
}

/* Floats */
.mc-image-left, .mc-image-left-large {
    float: left;
    margin: 0 13px 10px 0;
    clear: left;
}

.mc-image-right, .mc-image-right-large {
    float: right;
    margin: 0 0 10px 13px;
    clear: right;
}

/* --- BREAKPOINTS --- */
#phone-portrait, #phone-landscape, #tablet-portrait, #tablet-landscape {
    display: none;
    position: absolute;
    top: -100%;
    left: -100%;
    height: 1px;
    width: 1px;
}

#tablet-landscape {
    display: block;
}

@media screen and (max-width: 1410px) {
    #content-wrap.r-mid #content-padding {
        width: 70%;
        float: none;
        width: calc(100% - 350px);
    }

    .side-bar .moduletable {
        width: 100%;
        padding: 0 20px;
        background: none;
    }

    #right-bar {
        font-size: 14px;
    }

    .sub-modules-flex h6 a {
        font-size: 80%;
    }
}

@media screen and (min-width: 1024px) {
    .full-width .home-sub {
        width: auto;
        max-width: 47.881355932203%;
    }

    #right-bar div.moduletable {
        width: initial;
        min-width: 45%;
        font-size: 18px;
    }
}

@media screen and (max-width: 1220px) {
    .resp-menu li > a, .resp-menu li > .separator {
        font-size: 15px;
    }

    .featured-content h6 a {
        font-size: 100%;
    }

    .sub-modules-flex {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .sub-modules-flex .home-sub {
        max-width: 100%;
    }

    div.sponsors-area.sub-modules-flex .home-sub {
        flex-direction: column;
    }

    .sub-modules-flex .home-sub {
        margin-top: 20px;
    }
}

/*Tablet Portrait */
@media screen and (max-width: 1140px) {
    a[href*="task=edit"] {
        display: none;
    }

    /* the front-end edit button */
    #primary-nav-container, #tablet-landscape {
        display: none;
    }

    #tablet-portrait {
        display: block;
    }

    .mc-logo-link {
        flex: .7 1 0;
        max-width: 250px;
    }

    a#menu-toggle {
        height: 32px;
        width: 32px;
        background: none;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        right: 20px;
        display: block;
        text-decoration: none;
    }

    #mc-primary-header-bar .site-width div:not(.mc-logo-link) {
        display: none !important;
    }

    .mc-mainmenu {
        display: none !important;
    }

    #mc-secondary-header-bar {
        display: none !important;
    }

    .secondary-add-to-mobile-menu {
        margin: 30px 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .secondary-add-to-mobile-menu div {
        margin-top: 30px;
    }

    div.moduletable.join-now {
        display: block !important;
    }

    .module-flex {
        display: inline-flex;
        flex: 1;
        flex-direction: column;
        min-height: 300px;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .module-flex .mc-search-bar-in-mobile-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    body.show-mobile > a#menu-toggle-x {
        display: block;
        background: #000;
        border-radius: 50%;
        border: 6px solid #000;
    }

    .site-width {
        padding: 30px 20px;
        width: auto;
    }

    #content-wrap .site-width {
        flex-direction: column;
    }

    #right-bar {
        font-size: 16px;
        display: inline-flex;
        min-width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #right-bar .moduletable {
        width: 44%;
    }

    #content-wrap.r-mid #content-padding {
        width: 100%;
    }

    .mobile-menu-top {
        min-height: 48px;
    }

    .mobile-menu-top.modules-0 ~ .mobile-menu ul.resp-menu {
        padding-top: 70px;
    }
}

/* 6 Plus Landscape */
@media screen and (max-width: 736px) {
    .mobile-menu ul.resp-menu {
        /* padding-top: 180px; */
    }

    .mobile-menu-top.modules-2 ~ .mobile-menu ul.resp-menu {
        padding-top: 160px;
    }

    .mobile-menu-top.modules-1 ~ .mobile-menu ul.resp-menu {
        padding-top: 120px;
    }

    #right-bar {
        flex-direction: column;
    }

    #right-bar .moduletable {
        width: 95%;
    }

    .featured-content h6 a {
        font-size: 90%;
    }

    .footer-info {
        margin-top: 40px !important;
    }

    .moduletable.mc-footer-info {
        width: 100%;
        text-align: center;
    }

    .moduletable.footer-buttons {
        width: 100%;
    }

    .moduletable.footer-buttons ul {
        max-width: fit-content;
        margin: 0 auto !important;
    }

    #my-name-is:before {
        font-size: 86px;
        line-height: 86px;
    }
}

/* Phone Landscape */
@media screen and (max-width: 650px) {
    #tablet-portrait {
        display: none;
    }

    #phone-landscape {
        display: block
    }

    #header {
        /* height: 120px; */
    }

    #content-wrap.r-mid #content-padding {
        padding-right: 0px;
    }

    .mc-logo-link img {
        height: inherit;
    }

    #search-login-bar {
        height: 110px;
    }

    #header #search-login-bar .bar-search {
        width: 100%;
        float: none;
        height: 40px;
    }

    #header #search-login-bar .site-search input {
        height: 40px;
        width: 80%;
        padding: 0;
        text-indent: 10px;
    }

    #header #search-login-bar .site-search a {
        height: 40px;
        width: 20%;
        padding: 0;
        text-align: center;
    }

    #header #search-login-bar .bar-login {
        float: none;
        height: 40px;
        margin-top: 10px;
    }

    #header #search-login-bar #cta-join {
        height: 40px;
        width: 50%;
        text-align: center;
        padding: 0;
        border-radius: 3px 0 0 3px
    }

    #header #search-login-bar #mcSimpleLogin {
        height: 40px;
        margin-left: 0;
        width: 50%;
        text-align: center;
        padding: 0;
        border-radius: 0 3px 3px 0;
    }

    .site-width {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #menu-toggle {
        right: 10px !important;
    }

    /*#featured-content {background-size: auto 280px; font-size: 18px; line-height: 20px;}
  #featured-content .site-width {height: 280px;}
  #featured-content h3 {font-size: 20px; line-height: 24px;}
  #featured-content h6 {bottom: 20px;}
  #featured-content h6 a {font-size: 18px; height: 40px; line-height: 40px;}
  #featured-content p {height: 170px; overflow: hidden;} */
    a#menu-toggle, a#menu-toggle-x {
        right: 20px;
        top: 50%;
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    a#menu-toggle-x {
        -ms-transform: none;
        transform: none;
    }

    .mobile-menu-top.modules-2 ~ .mobile-menu ul.resp-menu {
        padding-top: 150px;
    }

    .mobile-menu-top.modules-1 ~ .mobile-menu ul.resp-menu {
        padding-top: 110px;
    }

    .mobile-menu ul.resp-menu li a, .mobile-menu ul.resp-menu li .separator {
        padding: 2px 10px;
    }

    #right-bar .moduletable {
        float: none;
        width: 90%;
        margin-right: 0;
    }

    .footer-info, .socnets, #RTT {
        /* float: none; */
        /* text-align: center; */
        /* margin: 0 0 20px 0; */
        /* display: table; */
        /* max-width: none; */
    }

    .socnets li {
        display: inline-block;
        float: none;
        margin: 0 4px;
    }

    #RTT {
        margin: 0;
    }

    .sub-modules div.home-sub {
        float: none;
        width: auto;
        margin-right: 0;
    }

    /***Member Landing Page***/
    #profile-update-message {
        width: 97%;
        border-radius: 4px;
        bottom: -32px;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

    #my-name-is {
        padding-top: 100px;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 36px;
        overflow: visible;
    }

    #my-name-is:before, #my-name-is:after {
        width: 80%;
        text-align: center;
        font-size: 72px;
        line-height: 72px;
    }

    #my-name-is .info {
        width: auto;
        position: static;
        text-align: center;
        height: auto;
        padding-top: 5px;
    }

    #my-name-is h3 {
        margin-bottom: 20px;
    }

    #my-name-is h4 {
        position: relative;
        margin-bottom: 5px;
    }

    .member-landing-quick-links ul li {
        border: 0;
    }

    /* Fix for filter box in Category List layout */
    table.contentpane td input.inputbox[name="filter"] {
        width: 40%
    }

    .mc-image-left, .mc-image-right {
        max-width: 40% !important;
    }

    .mc-image-left-large, .mc-image-right-large {
        display: block;
        float: none;
        margin: 10px 0;
        width: auto;
    }
}

/* --- MC FORM CSS--- */
.ngdialog.ngdialog-theme-default .ngdialog-content {
    font-size: .8em;
}

.gen-button, .alt-button {
    font-size: .7em !important;
    line-height: 2em !important;
    padding: 0 20px !important;
    height: auto !important;
}

.gen-button:hover {
    color: inherit !important;
    background: #e2e2e2;
}

#form-view fieldset legend {
    font-size: 1.2em;
    margin: 0;
}

#form-view fieldset legend h2 {
    font-size: 1.2em;
    margin: 0;
}

span.green {
    color: green;
}

.white {
    background: #fff !important;
}

.clearfix {
    clear: both;
}

.red {
    color: red;
}

.green {
    color: green;
}

#form-view .lead {
    font-size: inherit;
}

#form-view .title {
    font-size: inherit;
}

#form-view p.low {
    font-size: 0.7em;
    line-height: 1.4em;
}

#form-view .form-view-error,#form-view .lead,#form-view .title {
    font-size: .7em;
    line-height: 1.4em;
}

#form-view .layout-element {
    margin: 20px 0;
    position: relative;
}

#form-view label {
    font-weight: bold;
}

#form-view input[ type="text"],#form-view input[ type="password" ],#form-view input[ type="email" ],#form-view input[ type="url" ],#form-view select,#form-view textarea {
    font-size: .7em;
    line-height: 1.4em;
    height: 36px;
}

#form-view ul.options-list input {
    top: 10px;
}

#form-view .name-element select {
    font-size: .7em !important;
    height: 39px !important;
}

@media screen and (max-width: 400px) {
    #form-view .name-element select {
        font-size: .7em !important;
        height: 36px !important;
    }
}

#form-view select {
    height: 36px;
}

#form-view select[ multiple ] {
    height: 100px;
}

#form-view .summary-section .row {
    height: 50px;
}

#form-view .summary-section .row.tall-1 {
    height: 100px;
}

#form-view .summary-section .row.tall-2 {
    height: 150px;
}

#form-view .summary-section .row.tall-3 {
    height: 200px;
}

#form-view .summary-section .row.tall-4 {
    height: 250px;
}

#form-view .summary-section .row.tall-5 {
    height: 300px;
}

#form-view .summary-section .row.med-1 {
    height: 30px;
}

#form-view .summary-section .row.med-2 {
    height: 60px;
}

#form-view .summary-section .row.med-3 {
    height: 90px;
}

#form-view .summary-section .row.med-4 {
    height: 120px;
}

#form-view .summary-section .row.med-5 {
    height: 150px;
}

#form-view .toggle-actions {
    font-size: 12px;
    text-decoration: none;
    color: #428bca;
}

#form-view .toggle-actions:hover {
    text-decoration: underline;
    color: #2a6496;
}

.upload-msg {
    font-size: .7em;
}

.upload-msg p {
    font-size: .7em;
}

#summary-section .section-row .section-title {
    font-size: 18px;
}

/* Keep save/cancel buttons within the profile container */
.btn-ctrls {
    width: 100% !important;
}

#bkg div.mc-msg {
    border-radius: 3px !important;
    overflow: hidden !important;
    padding: 16px !important;
    margin: 10px 0 !important;
    background: #fff8d6 !important;
    border: 1px solid #e1cc69 !important;
    color: #000000 !important;
    font-size: 14px !important;
    width: 70%;
    top: 25px;
}

/* HIDING THE CONTENT AREA ON THE HOME PAGE SO IT CAN BE NOTHING BUT HERO SECTIONS  */
body.home #content-wrap {
    display: none;
}

.old-footer {
    display: none;
}

/* CCBOARD
-------------------------------------------------- */
td.ccbtopleftgray, td.ccbtopmiddlegray, td.ccbtoprightgray {
    background: #3a546e !important;
}

/* CALENDAR STYLES
-------------------------------------------------- */
.mc-event-details .event-time-separator {
    display: none;
}

.mc-event-details .event-time-separator.dash {
    display: inline;
}

.mc-event-details .event-start-date:after,.mc-event-details .event-stop-date:after {
    content: '';
    display: block
}

li.ev_td_li .event-list-item {
    margin: 10px 0
}

/* HIDING SEARCH ON MY PROFILE PAGE
--------------------------------------------------------------------------------------------- */
#community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList li#toolbar-item-search {
    display: none;
}

/* ------------------------ ACCORDION --------------------------------------- */
.moduletable.mc-padding li {
    padding-bottom: 5px;
}

.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion .row {
    display: flex;
}

.accordion .row .col {
    flex: 1;
}

.accordion .row .col:last-child {
    margin-left: 1em;
}

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #c3c3c3;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
}

.tab-label::after {
    content: "\203A";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #000;
    background: white;
    transition: all 0.35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #dddddd;
    cursor: pointer;
}

.tab-close:hover {
    background: #5b7dd3;
}

.accordion input:checked + .tab-label::after {
    transform: rotate(90deg);
}

.accordion input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

/*Safari fix*-/
.accordion p, .accordion ol, .accordion  ul, .accordion ul li, .accordion ol li, .accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6  {
    margin: unset;
}

/* ------------------------ FLEX GRID --------------------------------------- */
/*  wrapper class   - flex-grid  */
/*  container class - mc-icon  */
.flex-grid {
    display: flex;
    flex-wrap: no-wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.flex-grid .col.mc-icons img {
    max-width: 400px;
    width: 100%;
}

.mc-icons {
    transition: all .2s ease-in-out;
    padding: 15px;
    /*border: 4px solid rgb(0 0 0 / 13%); */
    border-radius: 5px;
    margin: 12px;
    box-shadow: 2px 0px 5px rgb(0 0 0 / 14%);
}

.mc-icons p {
    padding: .3em;
    text-align: center;
}

.mc-icons:hover {
    transform: scale(1.1);
    box-shadow: 2px 0px 5px rgb(0 0 0 / 10%);
    border: none;
}

@media (max-width: 1000px) {
    .flex-grid {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .mc-icons {
    }
}

#mc-secondary-header-bar div.moduletable.mc-search {
    width: 75%;
}

form.mc-site-search-mod {
    width: 100%;
}

.button.mc-search {
    background: #519aae;
    color: white;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DANGEROUS STUFF TO CHANGE UP THERE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* vvvvvvvvvvv            STYLING AND COLOR CHANGES CAN ALL BE FOUND BELOW            vvvvvvvvvvv */
/* ------------------------ SPONSOR GRID --------------------------------------- */
/*  wrapper id - sponsors-1 */
/*  linked images inside wrapper */
div#sponsors-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

div#sponsors-1 img {
    transition: all 0.5s;
}

div#sponsors-1 img:hover {
    transform: scale(1.1);
    box-shadow: 2px 0px 5px rgb(0 0 0 / 10%);
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}

#content-padding {
    flex-basis: 100%;
}

table.contentpaneopenfull-width {
    width: 100%;
}

/* RIGHT BAR-------------------------------------------------- */
#right-bar .menu a {
    background: #1075bc;
    color: #fff;
}

/* FOOTER-------------------------------------------------- */
#footer {
    font-size: 15px;
}

#footer::after {
    content: '';
    background: #182838;
    height: 1000px;
    width: 100%;
    display: block;
    position: fixed;
}

#footer h3 {
    font-weight: bold;
    font-size: calc(12px + .5vw);
    margin: 0;
    flex: 1 1 auto;
    display: inline;
    width: auto;
}

a#RTT {
    color: white;
    display: none;
}

.footer-info {
    margin-top: 5px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

#footer-links {
    display: flex;
    flex-flow: row wrap;
}

#footer-links a {
    color: white;
    font-size: .8em;
    text-decoration: none;
    margin-right: 20px;
}

#footer-links a:hover {
    opacity: .8;
}

.footer-buttons {
    margin-top: 35px;
}

.footer-buttons ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.footer-buttons ul li {
}

.footer-buttons ul li a {
    display: flex;
    margin: auto;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-left: 7px;
    border-radius: 4px;
    border: 1px solid #b3c87c;
}

.footer-buttons ul li:first-child a {
    margin-left: 0;
}

#footer-copyright {
    text-align: center;
    font-size: 90%;
    margin-bottom: 15px;
}

#footer-copyright a {
    color: #FFFFFF;
}

/* BREAKPOINTS JUST FOR FOOTER STUFF---------------------------------------------------- */
@media screen and (max-width: 500px) {
    #footer h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .socnets {
        flex-flow: column nowrap;
    }

    .footer-info {
        justify-content: center;
        margin-top: 20px
    }

    .footer-info .moduletable:nth-child(2) {
        margin-top: 20px;
    }

    .footer-info .footer-buttons a {
        width: 30vw;
        justify-content: center;
    }

    .mc-footer-info {
        text-align: center;
    }
}

#mc-secondary-header-bar {
    height: 60px;
    position: relative;
}

#mc-secondary-header-bar .site-width {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mc-secondary-header-bar .moduletable {
    height: 40px;
}

#mc-secondary-header-bar a {
    background: blue;
    color: white;
    font-size: .7em;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    padding: 0;
    line-height: normal;
}

#mc-secondary-header-bar #mcSimpleLogin, #mc-secondary-header-bar #cta-join, #mc-secondary-header-bar a.button.site-search {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #febf93;
}

#mc-secondary-header-bar a.button.site-search {
    width: 70px;
    border-radius: 0 3px 3px 0;
}

input.site-search {
    width: 200px;
}

#mc-secondary-header-bar .moduletable:first-child {
    order: 3;
    margin-left: 10px;
}

#mc-secondary-header-bar .moduletable.join-now {
    order: 1;
    position: absolute;
    left: 20px;
}

#mc-secondary-header-bar .moduletable.site-search {
    order: 2;
}

/* GLOBAL VARIABLES -------------------------------------------------- */
:root {
    --primary: #4c4c4c;
    --secondary: #b2c87b;
    --tertiary: #eeb186;
    /***** Featured Content Background Overlay Colors and Buttons *****/
    --FC1C1: rgba(0, 0, 0, .1) 40%;
    /* Background Color 1 */
    --FC1C2: rgba(0, 0, 0, .1) 100%;
    /* Background Color 2 */
    --FC1BC: var(--secondary);
    /* Button Background Color (text on hover) */
    --FC1BT: #FFFFFF;
    /* Button Text Color (bg on hover) */
    --FC2C1: rgba(13, 43, 71, .8) 40%;
    --FC2C2: rgba(13, 43, 71, .8) 100%;
    --FC2BC: var(--secondary);
    --FC2BT: #FFFFFF;
    --FC3C1: rgba(255, 255, 255, .8) 40%;
    --FC3C2: rgba(255, 255, 255, .8) 100%;
    --FC3BC: var(--secondary);
    --FC3BT: #FFFFFF;
    --FC4C1: rgba(0, 0, 0, .8) 40%;
    --FC4C2: rgba(0, 0, 0, .8) 100%;
    --FC4BC: var(--secondary);
    --FC4BT: #FFFFFF;
    --FC5C1: rgba(255, 255, 255, .8) 40%;
    --FC5C2: rgba(255, 255, 255, .8) 100%;
    --FC5BC: var(--secondary);
    --FC5BT: #FFFFFF;
    --FC6C1: rgba(64, 150, 214, .8) 40%;
    --FC6C2: rgba(64, 150, 214, .8) 100%;
    --FC6BC: var(--secondary);
    --FC6BT: #FFFFFF;
    --BtnHoverLt: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
    /*** for light colored buttons ***/
    --BtnHoverDk: linear-gradient(rgba(255, 255, 255, 0.2) 0 0);
    /*** for dark colored buttons ***/
}

/* FEATURED CONTENT BANDS ---------------------------------------------------- */
/* FEATURED CONTENT 1 -------------------------------------------------- */
#featured-content-1 {
    color: white;
    background: url(/assets/featured-content/fc-1.jpg);
    background-color: white;
    width: 100%;
    margin: 0;
    display: inline-block;
    min-height: 400px;
    height: fit-content;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#featured-content-1 .site-width {
    align-items: flex-start;
    /* use this to vertically position things in FCs - center is default */
    padding-top: calc(9vw + 39px);
}

#featured-content-1 .color-overlay {
    background-image: linear-gradient(to bottom, var(--FC1C1),var(--FC1C2));
    min-height: inherit;
}

#featured-content-1 p.quote, #featured-content-1 p.person {
    font-size: calc(28px + 1vw);
    text-align: center;
}

#featured-content-1 p.quote em {
    font-weight: bold;
}

#featured-content-1 p.person {
    text-align: center;
    margin-left: 40vw;
    font-size: calc(18px + 1vw);
}

#featured-content-1 h6 a {
    background: var(--FC1BC);
    color: var(--FC1BT);
}

#featured-content-1 h6 a:hover {
    background: var(--FC1BT);
    color: var(--FC1BC);
}

#featured-content-1 h3 {
    color: #fff;
}

#featured-content-1 p {
    color: #fff;
}

@media screen and (max-width: 870px) {
    #featured-content-1 {
        background-size: 400vw;
        background-position: 25% 20%;
        height: inherit;
        background-attachment: scroll;
    }
}

/* FEATURED CONTENT 2 -------------------------------------------------- */
#featured-content-2 {
    background-image: url(/assets/featured-content/fc-2.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-2 .color-overlay {
    background-image: linear-gradient(to bottom, var(--FC2C1),var(--FC2C2));
}

#featured-content-2 h6 a {
    background: var(--FC2BC);
    color: var(--FC2BT);
}

#featured-content-2 h6 a:hover {
    background: var(--FC2BT);
    color: var(--FC2BC);
}

#featured-content-2 h1 {
    text-align: center;
}

#featured-content-2 h3 {
    color: #fff;
}

#featured-content-2 p {
    color: #fff;
}

/* FEATURED CONTENT 3 -------------------------------------------------- */
#featured-content-3 {
    background-image: url(/assets/featured-content/fc-3.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-3 .color-overlay {
    background-image: linear-gradient(to bottom, var(--FC3C1),var(--FC3C2));
}

#featured-content-3 h6 a {
    background: var(--FC3BC);
    color: var(--FC3BT);
}

#featured-content-3 h6 a:hover {
    background: var(--FC3BT);
    color: var(--FC3BC);
}

#featured-content-3 h1 {
    text-align: center;
}

#featured-content-3 h3 {
    color: #000;
}

#featured-content-3 p {
    color: #000;
}

/* FEATURED CONTENT 4 (FC-2 IN MODULE MANAGER)
-------------------------------------------------- */
#featured-content-4 {
    background-image: url(/assets/featured-content/fc-2.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-4 .color-overlay {
    background-image: linear-gradient(to bottom,#e8c6a4d9,#e8c6a4d6);
}

#featured-content-4 h6 a {
    background: #EEE;
    color: #4A4A4A;
}

#featured-content-4 h6 a:hover {
    background: var(--FC4BT);
    color: #888;
}

#featured-content-4 h1 {
    text-align: center;
}

#featured-content-4 h3 {
    color: #4A4A4A;
}

#featured-content-4 p {
    color: #333;
}

/* FEATURED CONTENT 5 -------------------------------------------------- */
#featured-content-5 {
    background-image: url(/assets/featured-content/fc-5.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-5 .color-overlay {
    background-image: linear-gradient(to bottom, var(--FC5C1),var(--FC5C2));
}

#featured-content-5 h6 a {
    background: var(--FC5BC);
    color: var(--FC5BT);
}

#featured-content-5 h6 a:hover {
    background: var(--FC5BT);
    color: var(--FC5BC);
}

#featured-content-5 h1 {
    text-align: center;
}

#featured-content-5 h3 {
    color: #000
}

#featured-content-5 p {
    color: #000;
}

/* FEATURED CONTENT 6 -------------------------------------------------- */
#featured-content-6 {
    background-image: url(/assets/featured-content/fc-6.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-6 .color-overlay {
    background-image: linear-gradient(to bottom, var(--FC6C1),var(--FC6C2));
}

#featured-content-6 h6 a {
    background: var(--FC6BC);
    color: var(--FC6BT);
}

#featured-content-6 h6 a:hover {
    background: var(--FC6BT);
    color: var(--FC6BC);
}

#featured-content-6 h1 {
    text-align: center;
}

#featured-content-6 h3 {
    color: #fff;
}

#featured-content-6 p {
    color: #fff;
}

/*@media screen and (max-width: 870px) {
  #featured-content-2,#featured-content-3,#featured-content-4,#featured-content-5#featured-content-6 {background-size: 300vw;background-position: 65% 40%;height:inherit;background-attachment:scroll;}
}*/
/* GENERAL -------------------------------------------------- */
a {
    color: var(--secondary);
}

h1 {
    color: var(--primary);
}

h2 {
    color: var(--primary);
}

h3 {
    color: var(--primary);
}

.moduletable h3 {
    color: #000000;
    border-color: #000000;
}

/* module titles */
#my-name-is {
    background-color: var(--primary);
}

/*member landing page my name is box background*/
#right-bar .menu a {
    background: #b9cd86;
    color: #FFFFFF;
}

/*quick links colors*/
h6 a, .button-grid a {
    background: var(--primary);
    color: #FFFFFF;
}

/*sidebar and main content button colors*/
.home-sub h6 a, .side-bar h6 a {
    width: calc(100% - 40px);
}

/*sidebar button width*/
.side-bar h3 {
    border-bottom: 1px solid var(--primary);
}

/*sidebar divider color and size*/
hr {
    background: #eee;
}

/*horizontal rule color*/
.resp-menu li ul {
    background: var(--secondary);
    border-radius: 0 7px 7px;
}

/*dropdown menu background*/
#mc-secondary-header-bar {
    background: var(--primary);
}

/*header button bar*/
#mc-secondary-header-bar a {
    background: var(--secondary);
}

/*header buttons*/
#mc-secondary-header-bar a:hover {
    background-image: var(--BtnHoverLt) !important;
}

/*header buttons hover*/
h6 a:hover, h6 a:active, .button-grid a:hover {
    background-image: var(--BtnHoverDk) !important;
}

/*general buttons hover */
.mc-button-list li a:hover, .side-bar a#mcSimpleLogin:hover {
    background-image: var(--BtnHoverLt) !important;
}

/*quick links and sidebar login buttons hover*/
/***** Footer *****/
#footer {
    color: white;
    background: var(--primary);
}

#footer a {
    color: white;
}

.footer-buttons ul li a {
    background: var(--secondary);
    color: #fff;
}

.footer-buttons ul li a:hover {
    background-image: var(--BtnHoverLt) !important;
}

/*footer buttons hover */
.footer-buttons ul li:first-child a {
    background-color: #ffffff;
    color: var(--primary) !important;
    border-color: #ffffff;
}

#footer h3 {
    color: #fff;
}

/***** Mobile Menu *****/
.mobile-menu .module-flex .moduletable.join-now #cta-join {
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
}

.mobile-menu .module-flex .moduletable:nth-child(2) #mcSimpleLogin {
    background: var(--primary);
    color: #fff;
}

.mobile-menu .module-flex #mcSimpleLogin, .mobile-menu .module-flex #cta-join,.mobile-menu .module-flex a.button.site-search {
    color: #fff;
    background: var(--primary);
}

.mobile-menu ul.resp-menu li a, .mobile-menu ul.resp-menu li .separator {
    color: var(--secondary);
}

/***** Polls *****/
.poll .button {
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
}

.poll .button:hover {
    background-image: var(--BtnHoverLt) !important;
}

/***** Accordion *****/
.tab-label {
    background: var(--primary);
    color: #fff;
}

.tab-label:hover {
    background: var(--secondary);
    color: #fff;
}

.accordion input:checked + .tab-label {
    background: var(--secondary);
    color: #fff;
}


/* DEL: 05/08/25 09:44:24 AM - MMP */