@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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 ------ */
html {
    scroll-behavior: smooth;
}

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, sans-serif;
    line-height: 1.6em;
    color: #000000;
}

p {
    margin: 0px 0px 15px;
    line-height: 1.4em;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, td.contentheading {
}

h1, td.contentheading {
    font-size: 2em;
    line-height: 1.6em;
    padding: 0 0 20px 0;
}

h2 {
    font-size: 1.5em;
    margin-bottom: .8em;
}

h3 {
    font-size: 1.3em;
    margin-bottom: .8em;
}

h4 {
    font-size: 1em;
    margin-bottom: .8em;
    text-transform: uppercase;
}

h5 {
    font-size: .8em;
    margin-bottom: .8em;
    text-transform: uppercase;
}

h6 {
    font-size: .7em;
    margin-bottom: .8em;
}

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: none;
}

a:hover, a:active {
    text-decoration: none;
}

/* --- MISC TOOLS --- */
/ .no-breaks {
    white-space: nowrap;
}

.clarence {
    clear: both !important;
}

.clear-flt {
    width: 100%;
    overflow: hidden;
}

.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;
}

/* --- LAYOUT --- */
#bkg {
    background: white;
}

.site-width {
    padding: 30px 60px;
    margin: 0 auto;
    position: relative;
    max-width: 1800px;
}

.mc-logo-link {
    max-width: 100%;
    width: 100%;
    flex: 1 1 0;
}

.mc-logo-link > a > img {
    max-height: 70px;
    width: auto;
    max-width: 100%;
}

#mc-primary-header-bar .mc-mainmenu {
    max-width: 100%;
    justify-content: flex-end;
    flex: 0 0 auto;
    margin-top: 50px;
}

.sponsors-area img {
    max-width: 250px;
}

.sponsors-area .pad {
    display: flex;
    max-height: 250px;
    align-items: center;
    width: 25%;
    padding: 0 1em;
}

#component-wrap {
    min-height: 400px;
}

#content-wrap .site-width {
    display: flex;
}

#footer .site-width {
    display: flex;
    min-width: inherit;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 40px 60px 20px 60px;
    max-width: 1600px;
}

#header ul, .hp-block .menu, #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;
}

/* --- HEADER STYLES --- */
#header {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    padding: 0;
}

.search.mc-search {
    display: flex;
    align-items: center;
}

#mod_search_searchword {
    border-radius: 2px 0 0 2px;
    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 {
    margin: 10px 0;
}

#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 {
    max-height: 50px;
}

#mc-secondary-header-bar {
    height: 70px;
    width: 100%;
    display: flex;
    display: none;
}

.mc-scrollable-header-logo-link {
    max-width: 30%;
}

#subheader .site-width {
    padding: 25px 20px;
    background-color: rgb(13 43 71 / 0%);
    margin: 0;
    max-width: 100%;
}

#subhead-page-title {
    text-transform: capitalize;
    padding: 0;
    color: #fff;
    max-width: 1760px;
    margin: 0 auto;
}

/* --- HOME PAGE VIDEO HEADER --- */
.video-container {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66vh;
}

video.background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-hero-content h6 {
    display: flex;
    justify-content: center;
}

.video-hero-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1600px;
}

/* Comment out when using static image header */
/*.hero-content {padding-top: 150px;} /* Un-comment when using static image header */
.video-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: rgb(0 0 0 / 11%);
}

/* --- LOGIN and SEARCH --- */
.top-bar {
    position: absolute;
    right: 70px;
    top: 20px;
    z-index: 5;
}

.top-bar .lnr.lnr-magnifier {
    font-size: 80%;
    font-weight: bold;
    margin-right: 5px;
}

/* --- SEARCH MODAL --- */
#site-modal {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    transition: all linear 1s;
    background-color: rgba(0,0,0,.6);
}

#site-modal.hide-modal {
    display: none;
}

.modal-container {
    position: fixed;
    left: 50%;
    top: 200px;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,.8);
    padding: 25px;
}

.modal-site-search #mod_search_searchword {
    margin-right: 20px;
}

.button.modal-site-search {
    font-weight: bold;
    padding: 7px 20px 10px;
}

#site-modal .lnr-cross {
    background-color: #fff;
    border-radius: 50px;
    padding: 2px 3px 2px 1px;
    position: fixed;
    right: -10px;
    top: -10px;
    font-weight: bold;
}

/* --- SCROLL ARROW --- */
.scroll-arrow {
    position: fixed !important;
    right: 15px;
    bottom: -40px;
    z-index: 5;
    transition: all 0.4s ease-in-out;
}

.scroll-arrow-icon {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
}

.scroll-arrow-position {
    bottom: 20px !important;
}

#btnToTop {
    display: table;
    color: #fff;
    text-align: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#btnToTop:hover {
    color: #fff;
    cursor: pointer;
}

/* --- JUMP TO MAIN --- */
#jump-to-main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,.6);
    z-index: 5;
}

.jump-link {
    width: 100%;
    display: block;
    padding: 6px 0 10px 0;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#main-hp-content {
    scroll-margin-top: 90px;
}

/* --- 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;
}

/* --- QUICK LINKS ON HOME PAGE --- */
.hp-block .menu a {
    font-weight: bold;
    display: block;
    margin: 20px;
    padding: 12px 20px;
    transition: all ease-in-out .2s;
}

/* --- SOCIAL NETWORK MENU --- */
#socnets li {
    margin: 0 7px 0 0;
    list-style: none;
}

#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 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 {
    margin-top: 20px !important;
    display: flex;
}

/* ------ FIXES and PREVENTIONS ------------ */
#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: 7;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.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: 90;
}

.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: 2px 0 2px 2px;
}

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 > a, .resp-menu li > .separator {
    text-decoration: none;
    padding: 14px 14px;
    border: 0;
    line-height: 16px;
    color: #000;
    font-size: 15px;
}

.resp-menu > li.parent:hover {
    border-radius: 2px 2px 0 0;
}

/* 2nd level */
/* border radius on second level */
.resp-menu > li.parent:last-child:hover ul::before {
    left: auto;
    right: 30px;
}

.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);
}

/* 3rd level */
/*.resp-menu ul ul {border-radius: 2px;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: 260px !important;
    transform: translate(10px, 0px);
}

.resp-menu li li li:hover > a,.resp-menu li li li:hover > .separator {
    background: rgba(0,0,0,.075);
}

#mc-primary-header-bar .resp-menu li ul .parent::after {
    content: ">";
    position: absolute;
    top: 8px;
    right: 10px;
    color: rgba(255,255,255,.8);
}

/* ------ HOME BUTTON NEXT TO MENU -------- */
.mc-mainmenu > ul > li:first-child a span {
    display: none;
}

.mc-mainmenu > ul > li:first-child a::after {
    font-family: "Linearicons-Free";
    content: "\e800";
}

/* ------ JOIN BUTTON NEXT TO MENU -------- */
.header-button {
    margin: 50px 0 0 20px;
}

.header-button h6 {
    margin: 0 !important;
}

.header-button h6 a {
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}

/* ------ HOME PAGE SECTION BLOCKS -------- */
.hps-blocks {
    padding: 0px;
    max-width: 100%;
}

.hps-blocks > div, #main-hp-content {
    display: flex;
    flex-direction: row;
}

.hp-block {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}

.hp-block-inner {
    padding: 0 40px;
    width: 100%; /* Centering quick links items | 11/12/25 16:50:34 PM - MMP */
}

.hp-block.two-block-l {
    padding-left: 200px;
    text-align: left;
    padding-right: 20px
}

.hp-block.two-block-r {
    padding-right: 200px;
    text-align: left;
    padding-left: 20px;
}

.two-col-box p {
    margin-bottom: 0px;
}

.hp-block.two-block-r h6 a {
    margin: 20px auto 0;
}

.hp-block .menu li {
    max-width: 90%;
    margin: 0 auto;
}

.hp-block h6 {
    display: flex;
    justify-content: center;
}

.hp-block.four-block {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

/* --- EVENT WIDGET --- */
.mc-event-listing {
    text-align: center;
    margin: 10px 0;
    padding: 10px;
}

.mod_events_latest_content a {
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.event-list-cat {
    font-size: 75%;
    color: #686868;
    display: none;
}

.mod_events_latest_table {
    margin-bottom: 1em;
}

/* --- FEATURED EVENT --- */
.featured-event {
    display: flex;
    max-width: 1500px;
    margin: 40px auto;
}

.featured-event:last-child {
    margin-bottom: 0px;
}

.fe-image img {
    margin-right: 40px;
}

.fe-content h6 {
    width: fit-content;
}

/* --- SPONSOR GRID --- */
/*  wrapper id - sponsors-1 */
/*  linked images inside wrapper */
div#sponsors-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

#content-padding {
    flex-basis: 100%;
}

table.contentpaneopenfull-width {
    width: 100%;
}

/* --- OFF SCREEN MENU --- */
a#menu-toggle {
    display: none;
    z-index: 2;
    cursor: pointer;
}

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;
}

.mobile-menu {
    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;
}

body.show-mobile a#menu-toggle-x {
    display: block;
}

body.show-mobile > .mobile-menu {
    display: block;
}

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;
    font-weight: normal;
    color: white;
}

.mobile-menu ul.resp-menu {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}

.mobile-menu ul.resp-menu li ul {
    position: static;
    display: block;
    width: auto
}

.mobile-menu ul.resp-menu li li {
    padding-left: 20px;
    max-width: 95%;
}

.mobile-menu ul.resp-menu li a, .mobile-menu ul.resp-menu li .separator {
    font-size: 24px;
    padding: 20px 30px !important;
    text-decoration: none;
}

.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 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 .moduletable.join-now {
    order: 2;
}

.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 .moduletable:nth-child(2) {
    order: 3;
    flex: 1 0 0;
    display: flex;
}

.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;
    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;
    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;
}

/* --- FOOTER --- */
#footer {
    font-size: 15px;
    margin-top: 40px;
}

#footer::after {
    content: '';
    background: #182838;
    height: 1000px;
    width: 100%;
    display: block;
    position: fixed;
}

.home #footer {
    margin-top: 0px;
}

#footer h3 {
    margin: 0;
}

.footer-info {
    margin-top: 5px;
    display: flex;
    flex-flow: row wrap;
    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;
    margin-left: 7px;
    border-radius: 2px;
    border: 1px solid #4096D6;
}

.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;
}

#personify-logo {
    text-align: center;
    padding: 20px 0;
}

/* ------ SEARCH PAGE ------ */
#mc-search-form .mc-button:hover {
    background: #333;
    color: white;
}

.mc-result .highlight {
    background: #ff9;
    padding: 0px 5px;
}

/* ------ LOGIN PAGE ----------------------- */
.mc-login-widget {
    max-width: 500px;
    margin: 0 auto;
}

.uil-login-container .login-box .login-form .form-field-label {
    font-size: 19px !important;
}

.mat-checkbox-label {
    font-size: 19px;
}

.action-button.mat-flat-button {
    font-weight: bold;
    font-size: 19px;
}

.management-links a {
    font-size: 19px;
}

/* ------ 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: 2px;
    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;
}

td.article_column td.contentheading {
    font-size: 14px;
    margin-bottom: 19px;
}

/* columned article headings */
td.article_column {
    padding: 0;
}

/* leftmost blog column */
td.article_column.column_separator {
    padding: 0 0 0 18px;
}

/* other blog columns */
.blog span.article_separator {
    display: block;
    height: 2px;
    background: #ddd;
    margin: 18px 0;
}

/* horizontal blog separators - bottom stripe on all blog articles, even lead */
.blog table span.article_separator {
}

/* columned blog article separators can be specified here if needed */
/* ------ 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: 2px;
    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;
}

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 {
    display: block;
    float: left;
    font: inherit;
    line-height: inherit;
    height: auto;
    padding: 0 20px;
    margin-right: 10px;
    border-radius: 2px;
    line-height: 2em;
}

a:link.ovalbuttongray {
    color: white;
}

td.ccbtpkmenucol {
    width: inherit;
}

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 {
    font: inherit;
    height: auto;
    padding: 0 7px;
}

a.squarebutton span {
    background: none;
    color: inherit;
    padding: 0;
}

a.squarebutton:hover span {
    color: inherit;
}

/***** COMMUNITY / PROFILE MENU BAR *****/
#community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList li a {
    font-family: inherit;
    font-size: inherit;
}

#community-wrap .submenu li {
    font-size: inherit;
}

#community-wrap .cSubmenu {
    margin: 10px 0 10px;
    height: auto;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
}

body #community-wrap .cToolbar#cToolbarNav, #community-wrap .cToolbar {
    background: #eee !important;
    height: fit-content !important;
}

#community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList li a {
    padding: 0 20px !important;
    margin: 0;
    text-shadow: none !important;
}

#community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList li {
    background: none !important;
}

body #community-wrap .cToolbar#cToolbarNav .cToolbar {
    height: fit-content !important;
}

body #community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList {
    height: fit-content !important;
}

#community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList li {
    margin: 0 0 10px 0 !important;
}

button.mat-flat-button.mc-blue, button.mat-raised-button.mc-blue {
    border-radius: 2px;
}

/***** PROFILE *****/
.attribute-label {
    font-size: inherit !important;
    color: #000 !important;
}

.dates-title {
    font-size: 19px !important;
}

/* --- MEMBER LANDING, 'MY NAME IS' STICKER --- */
#my-name-is {
    height: 262px;
    position: relative;
    border-radius: 2px;
    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;
}

#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;
}

#profile-update-message {
    position: absolute;
    left: 0px;
    bottom: 4px;
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 0 2px 2px 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;
}

#community-wrap {
    font-size: inherit !important;
    min-width: 100%;
}

/* --- MEMBER LANDING, QUICK LINKS --- */
.member-landing-quick-links {
    margin: 0 0 10px 0;
    padding: 10px 5px;
}

.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 15px;
}

.member-landing-quick-links ul li:first-child {
    border: 0;
}

/* --- CALENDAR MODULE --- */
.cal-cell-event a {
    font-size: 19px;
    line-height: 24px;
}

.cal-cell-event a::before {
    margin-bottom: 15px;
}

/* --- DIY H6 BUTTONS --- */
h6 a, .button-grid a {
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    width: fit-content;
    transition: all ease-in-out .2s;
}

.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;
}

/* --- MC FORM CSS--- */
.ngdialog.ngdialog-theme-default .ngdialog-content {
    font-size: .8em;
}

.gen-button, .alt-button {
    font-size: 19px !important;
    padding: 8px 20px !important;
    height: auto !important;
    font-weight: 600;
    border-radius: 2px;
    border: none;
}

.gen-button:hover {
    color: inherit !important;
    background: #e2e2e2;
}

#form-view fieldset legend h2 {
    font-size: 1.5em;
    margin: 0;
}

.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 .label-fields {
    margin: 0 0 15px 5px !important;
}

#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 {
    height: 45px;
    margin: 0 0 20px !important;
    background-color: #f1f1f1;
    border: 1px solid #000;
    border-radius: 2px;
    color: #000;
    font-size: inherit;
}

#form-view ul.options-list input {
    top: 10px;
}

#form-view .name-element select {
    height: 47px !important;
}

#form-view select {
    height: 47px;
}

#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;
}

#form-view input[type="text"].address-field {
    margin-right: 20px !important;
}

.alt-button.green {
    border: none;
    border-radius: 2px;
    font-weight: 600;
}

/* Keep save/cancel buttons within the profile container */
.btn-ctrls {
    width: 100% !important;
}

#bkg div.mc-msg {
    border-radius: 2px !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;
}

body.home #content-wrap {
    display: none;
}

.old-footer {
    display: none;
}

/* --- CCBOARD --- */
td.ccbtopleftgray, td.ccbtopmiddlegray, td.ccbtoprightgray {
    background: #3a546e !important;
}

/* --- MY COMMUNITY ADV SEARCH --- */
#attributeView {
    margin: 0;
}

#community-wrap #attributeView select {
    height: 47px;
    padding: 10px 20px;
    font-size: 19px;
}

#community-wrap #attributeView input[type="text"] {
    font-size: 19px;
    height: 40px;
    padding: 4px 20px;
}

button.gen-button, button.alt-button {
    height: inherit !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

#clear:hover {
    color: #000 !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: 2px;
    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;
}

/* --- 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: 2px;
    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;
}

/* --- TEAM GRID --- */
.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.team-box {
    text-align: center;
}

.team-image {
    margin-bottom: 10px;
}

.team-desc h2 {
    margin-bottom: 0;
}

/* --- MISC ADJUSTMENTS --- */
.no-scroll {
    height: 100%;
    overflow-y: hidden;
}

.hide-for-move {
    visibility: hidden;
}

.show-for-move {
    visibility: visible !important;
}

/* movement for 2 block section */
.home #sponsors-over-content, .home #sponsors-below-content, .home #subheader {
    display: none;
}

#mc-secondary-header-bar div.moduletable.mc-search {
    width: 75%;
}

form.mc-site-search-mod {
    width: 100%;
}

.button.mc-search {
    background: #519aae;
    color: white;
}

body #community-wrap .button {
    border: none;
    padding: 8px 20px;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@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;
    }

    .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;
    }

    body.show-mobile > a#menu-toggle-x {
        display: block;
        background: #000;
        border-radius: 50%;
        border: 6px solid #000;
    }

    #content-wrap .site-width {
        flex-direction: column;
    }

    .top-bar {
        display: none;
    }

    .hp-block.two-block-l {
        padding-left: 100px !important;
    }

    .hp-block.two-block-r {
        padding-right: 100px !important;
    }
}

@media screen and (max-width: 1024px) {
    .footer-info {
        flex-flow:column;
    }

    .footer-info div {
        text-align: center;
        margin: 10px 0;
    }

    #socnets {
        justify-content: center;
    }

    .footer-buttons ul {
        justify-content: center;
    }

    .socnets {
        margin-bottom: 20px !important;
    }

    #footer h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px) {
    .flex-grid {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 870px) {
    .hps-blocks > div, #main-hp-content {
        flex-direction:column;
    }

    .hp-block {
        padding: 60px 0px;
    }

    .hp-content {
        background-position: 20% !important;
        background-attachment: scroll !important;
    }

    .hp-block.two-block-l {
        padding: 60px 0 10px !important;
        max-width: 90%;
        margin: 0 auto;
    }

    .hp-block.two-block-r {
        padding: 0 0 60px !important;
        max-width: 90%;
        margin: 0 auto;
    }

    .two-col-box {
        max-width: 90%;
    }

    .hp-block > table, .hp-block > .fw-block {
        max-width: 90%;
        margin: 0 auto;
    }

    #home-page-section-1 {
        background-position: 25% 20%;
        height: inherit;
        background-attachment: scroll;
    }

    .featured-event {
        flex-direction: column;
        text-align: center;
    }

    .fe-image img {
        margin-bottom: 40px;
        margin-right: 0px;
    }

    .fe-content h6 {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 650px) {
    #tablet-portrait {
        display: none;
    }

    #phone-landscape {
        display: block
    }

    a#menu-toggle-x {
        right: 20px;
    }

    /***Member Landing Page***/
    #profile-update-message {
        width: 97%;
        border-radius: 2px;
        bottom: -32px;
    }

    #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;
    }

    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;
    }
}

@media only screen and (max-width: 600px) {
    .video-hero-content {
        padding-top: 5vh;
    }

    .video-hero-content h1 {
        font-size: 3em;
    }
}

@media screen and (max-width: 1100px){
    
.responsive {width: 100%;    height: auto;} 

}

/* PAGE TITLE TEXT STYLING
-------------------------------------------------- */
#subhead-page-title {font-size: 1.5em; text-align: center; display: none;}

/* FORM REGISTRATION BUTTONS
-------------------------------------------------- */
button.gen-button, button.alt-button {
    margin-left: 10px !important;
}

/* HIDING COMMA THAT APPEARS BEFORE EVENT TIME ON EVENT PAGE
-------------------------------------------------- */
.event-time-separator {display: none;}

/* UPDATED: 11/12/25 16:51:05 PM - MMP */
/* UPDATED: 11/14/25 10:05:09 AM - MMP */
/* UPDATED: 11/14/25 10:20:48 AM - MMP */
/* UPDATED: 11/20/25 10:21:29 AM - MMP */
/* UPDATED: 11/24/25 10:41:56 AM - MMP */
/* UPDATED: 11/24/25 10:51:49 AM - MMP */
/* UPDATED: 12/05/25 11:45:35 AM - MMP */