@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');

/* GLOBAL VARIABLES -------------------------------------------------- */
:root {
  --primary: #242559;
  --secondary: #77C47C;
  --tertiary: #C6A869;
  
  --RGBbg1: 0, 34, 77;
  --RGBbg2: 191, 25, 67;
  
  --font1: 'Lato', Arial, sans-serif;
  --fontsize: 19px;
  
/***** HOME PAGE SECTIONS BACKGROUND OVERLAY COLORS AND BUTTONS *****/
  --HPHC1: rgba(0, 0, 0, .1) 40%;         /* Background Color 1 */
  --HPHC2: rgba(0, 0, 0, .1) 100%;      /* Background Color 2 */
  --HPHBC: var(--secondary);              /* Button Background Color (text on hover) */
  --HPHBT: #FFFFFF;                           /* Button Text Color (bg on hover) */

  --HPS1C1: #343674;
  --HPS1C2: #252559;
  --HPS1BC: var(--secondary);
  --HPS1BT: #FFFFFF;

  --HPS1BC1: rgba(var(--RGBbg1), 1) 40%;
  --HPS1BC2: rgba(var(--RGBbg1), 1) 100%;
  --HPS1BBC: var(--secondary);
  --HPS1BBT: #FFFFFF;

  --HPS2C1: rgba(255, 255, 255, .7) 40%;
  --HPS2C2: rgba(255, 255, 255, .7) 100%;
  --HPS2BC: var(--secondary);
  --HPS2BT: #FFFFFF;

  --HPS2BC1: rgba(255, 255, 255, .7) 40%;
  --HPS2BC2: rgba(255, 255, 255, .7) 100%;
  --HPS2BBC: var(--secondary);
  --HPS2BBT: #FFFFFF;

  --HPS3C1: rgba(255, 255, 255, .8) 40%;
  --HPS3C2: rgba(255, 255, 255, .8) 100%;
  --HPS3BC: var(--secondary);
  --HPS3BT: #FFFFFF;

  --HPS3BC1: rgb(116 190 121) 40%;
  --HPS3BC2: rgb(115 189 120) 100%;
  --HPS3BBC: #252559;
  --HPS3BBT: #FFFFFF;

  --HPS4C1: rgba(var(--RGBbg1), 1) 40%;
  --HPS4C2: rgba(var(--RGBbg1), 1) 100%;
  --HPS4BC: var(--secondary);
  --HPS4BT: #FFFFFF;

  --HPS4BC1: #eee;
  --HPS4BC2: #fff;
  --HPS4BBC: var(--secondary);
  --HPS4BBT: #FFFFFF;

  --HPS5C1: rgba(255, 255, 255, 1) 40%;
  --HPS5C2: rgba(255, 255, 255, 1) 100%;
  --HPS5BC: var(--secondary);
  --HPS5BT: #000;

  --HPS5BC1: rgb(37 37 89) 40%;
  --HPS5BC2: rgb(37 37 89) 100%;
  --HPS5BBC: var(--secondary);
  --HPS5BBT: #000;

  --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 ***/
  --BtnColor: #fff;  /*** text color for buttons ***/
}


/* HOME PAGE SECTIONS ---------------------------------------------------- */
/* HOME PAGE HEADER -------------------------------------------------- */
#home-page-header {color: white;background-color: white;width: 100%;margin: 0;display: inline-block;min-height: 66vh;height: fit-content;position:relative;}
#home-page-header .site-width {padding: 0;margin: 0;max-width: 100%;}
#home-page-header .color-overlay{background-image: linear-gradient(to bottom, var(--HPHC1),var(--HPHC2));min-height: inherit;/*padding:0 0 160px;*/}
#home-page-header p.quote, #featured-content-1 p.person {font-size: calc(28px + 1vw);text-align: center;}
#home-page-header p.quote em {font-weight: bold;}
#home-page-header p.person {text-align: center;margin-left: 40vw;font-size: calc(18px + 1vw);}
#home-page-header h6 a {background: var(--HPHBC);color:#242559;}
#home-page-header h6 a:hover {background: var(--HPHBT);color: var(--HPHBC);}
#home-page-header h3 {color: #fff;}
#home-page-header p {color: #fff;}

/* HOME PAGE SECTION 1 -------------------------------------------------- */
/*#home-page-section-1  .color-overlay {background-image: linear-gradient(to bottom, var(--HPS1C1),var(--HPS1C2));} */ /* ----------------- REMOVED PER REQUEST ----------------- */
#home-page-section-1 h6 a {background: var(--HPS1BC);color:#242559;border: 2px solid var(--HPS1BC);} /*Use border for white section background*/
#home-page-section-1 h6 a:hover {background: var(--HPS1BT);color: var(--HPS1BC);}
#home-page-section-1 h1{text-align: center;}
#home-page-section-1 h2 {color: #fff;}
#home-page-section-1 h3 {color: #fff;}
#home-page-section-1 p {color: #fff;}

/* HOME PAGE SECTION 1 BLOCK -------------------------------------------------- */
#home-page-section-1-blocks .color-overlay {background-image: linear-gradient(to bottom, var(--HPS1BC1),var(--HPS1BC2));}
#home-page-section-1-blocks h6 a {background: var(--HPS1BBC);color: var(--HPS1BBT);}
#home-page-section-1-blocks h6 a:hover {background: var(--HPS1BBT);color: var(--HPS1BBC);}
#home-page-section-1-blocks h1{text-align: center;}
#home-page-section-1-blocks h2 {color: #fff;}
#home-page-section-1-blocks h3 {color: #fff;}
#home-page-section-1-blocks p {color: #fff;}

/* HOME PAGE SECTION 2 -------------------------------------------------- */
#home-page-section-2 .color-overlay {background-image: linear-gradient(to bottom, var(--HPS2C1),var(--HPS2C2));}
#home-page-section-2 h6 a {background: var(--HPS2BC);color: var(--HPS2BT);border: 2px solid var(--HPS2BC);} /*Use border for white section background*/
#home-page-section-2 h6 a:hover {background: var(--HPS2BT);color: var(--HPS2BC);}
#home-page-section-2 h1{text-align: center;}
#home-page-section-2 h2 {color: #000;}
#home-page-section-2 h3 {color: #000;}
#home-page-section-2 p {color: #000;}

/* HOME PAGE SECTION 2 BLOCK -------------------------------------------------- */
#home-page-section-2-blocks .color-overlay {background-image: linear-gradient(rgb(217 222 218 / 78%), rgb(210 210 210));}
#home-page-section-2-blocks h6 a {background: var(--HPS2BBC);#242559;}
#home-page-section-2-blocks h6 a:hover {background: var(--HPS2BBT);color: var(--HPS2BBC);}
#home-page-section-2-blocks h1{text-align: center;}
#home-page-section-2-blocks h2 {color: #000;}
#home-page-section-2-blocks h3 {color: #000;}
#home-page-section-2-blocks p {color: #000;}

/* HOME PAGE SECTION 3 -------------------------------------------------- */
#home-page-section-3 .color-overlay {background-image: linear-gradient(to bottom, var(--HPS3C1),var(--HPS3C2));}
#home-page-section-3 h6 a {background: var(--HPS3BC);color: var(--HPS3BT);border: 2px solid var(--HPS3BC);}/*Use border for white section background*/
#home-page-section-3 h6 a:hover {background: var(--HPS3BT);color: var(--HPS3BC);}
#home-page-section-3 h1{text-align: center;}
#home-page-section-3 h2 {color: #000;}
#home-page-section-3 h3 {color: #000;}
#home-page-section-3 p {color: #000;}

/* HOME PAGE SECTION 3 BLOCK -------------------------------------------------- */
#home-page-section-3-blocks .color-overlay {background-image: linear-gradient(to bottom, var(--HPS3BC1),var(--HPS3BC2)); background: #242559;}
#home-page-section-3-blocks h6 a {background: #eee; color: #4a4a4a;}
#home-page-section-3-blocks h6 a:hover {background: var(--HPS3BBT);color: var(--HPS3BBC);}
#home-page-section-3-blocks h1{text-align: center;}
#home-page-section-3-blocks h2 {color: #fff;}
#home-page-section-3-blocks h3 {color: #fff;}
#home-page-section-3-blocks p {color: #fff;}
#home-page-section-3-blocks .block-icon {padding-left: 30px;} /* ----------------- CENTERED ICONS ----------------- */

/* HOME PAGE SECTION 4 -------------------------------------------------- */
#home-page-section-4 .color-overlay {background-image: linear-gradient(to bottom, var(--HPS4C1),var(--HPS4C2));}
#home-page-section-4 h6 a {background: var(--HPS4BC);color: var(--HPS4BT);border: 2px solid var(--HPS4BC);} /*Use border for white section background*/
#home-page-section-4 h6 a:hover {background: var(--HPS4BT);color: var(--HPS4BC);}
#home-page-section-4 h1{text-align: center;}
#home-page-section-4 h2 {color: #fff}
#home-page-section-4 h3 {color: #fff}
#home-page-section-4 p {color: #fff;}

/* HOME PAGE SECTION 4 BLOCK -------------------------------------------------- */
#home-page-section-4-blocks .color-overlay {background-image: linear-gradient(#e6e6e6eb, #d8d8d8e3);}
#home-page-section-4-blocks h6 a {background: var(--HPS4BBC);#242559;}
#home-page-section-4-blocks h6 a:hover {background: var(--HPS4BBT);color: var(--HPS4BBC);}
#home-page-section-4-blocks h1{text-align: center;}
#home-page-section-4-blocks h2 {color: #4a4a4a}
#home-page-section-4-blocks h3 {color: #4a4a4a}
#home-page-section-4-blocks p {color: #4a4a4a;}

/* HOME PAGE SECTION 5 -------------------------------------------------- */
#home-page-section-5 .color-overlay {background-image: linear-gradient(to bottom, var(--HPS5C1),var(--HPS5C2));}
#home-page-section-5 h6 a {background: var(--HPS5BC);color: var(--HPS5BT);}
#home-page-section-5 h6 a:hover {background: var(--HPS5BT);color: var(--HPS5BC);}
#home-page-section-5 h1{text-align: center;}
#home-page-section-5 h2 {color: #000;}
#home-page-section-5 h3 {color: #000;}
#home-page-section-5 p {color: #000;}

/* HOME PAGE SECTION 5 BLOCKS -------------------------------------------------- */
#home-page-section-5-blocks .color-overlay {background-image: linear-gradient(to bottom, #77C47C,#77C47C);}
#home-page-section-5-blocks h6 a {background: var(--HPS5BBC);color:#242559;}
#home-page-section-5-blocks h6 a:hover {background: #8ad58f ;color: #4a4a4a;}
#home-page-section-5-blocks h1{text-align: center;}
#home-page-section-5-blocks h2 {color: #242559;}
#home-page-section-5-blocks h3 {color: #242559;}
#home-page-section-5-blocks p {color: #242559;}
#home-page-section-5-blocks .block-icon {padding-left: 30px;} /* ----------------- CENTERED ICONS ----------------- */

 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 'Lato', Arial, 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: 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: 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: 120px;
    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;
    z-index: 2;
}

#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: 10px 20px;
    margin: 0;
    max-width: 100%;
}

#subhead-page-title {
    text-transform: capitalize;
    padding: 0;
    color: #242757;
    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: 80%;
}

/* 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: rgba(0, 0, 0, 0.5);
}

/* --- 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;
    color: #222;
    line-height: 1.5em;
}

.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: 80px 0px;
}

.hp-block-inner {
    padding: 0 40px;
}

.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;*/
}

.block-icon {
    display: block;
    margin-bottom: 35px;
}

/* --- 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;
    column-gap: 40px;
}

.featured-event:last-child {
    margin-bottom: 0px;
}

.fe-image img {
    max-width: 300px;
}

.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;
}

#community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList li ul li {
    margin-bottom: 0px !important;
}

#community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList li ul {
    margin-left: 12px;
}

/***** PROFILE *****/
.attribute-label {
    font-size: inherit !important;
    color: #000 !important;
}

.dates-title {
    font-size: 19px !important;
}

.filter-container {
    font-size: inherit !important;
}

.filter-button {
    font-size: inherit !important;
}

button.mat-flat-button.mc-blue, button.mat-raised-button.mc-blue {
    border-radius: 2px;
}

.box-title {
    font-size: inherit !important;
}

.subtitle {
    font-size: inherit !important;
}

.mat-header-cell, .mat-cell, .mat-footer-cell {
    font-size: inherit !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: 25%;
    /*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;
    text-decoration: underline;
    font-weight: bold;
}

#community-wrap {
    font-size: inherit !important;
    min-width: 100%;
}

.mat-form-field-wrapper {
    padding-bottom: 1.2em !important;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: .25em 0 .5em !important;
}

/* --- 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-under-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;
        max-width: 100% !important;
    }

    .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: 2em !important;
    }
}

/* UPDATED: 03/06/26 11:04:52 AM - MMP */
/* UPDATED: 03/06/26 11:26:12 AM - MMP */

/*brought over from config.css*/

/* GENERAL -------------------------------------------------- */

body                     {font-family:var(--font1) !important;font-size:var(--fontsize)} /* force correct font in profile */
a                        {color: var(--secondary);}
h1                       {color: var(--primary);}
h2                       {color: var(--primary);}
h3                       {color: var(--primary);}
#my-name-is  {background-color: var(--primary);} /*member landing page my name is box background*/
h6 a, .button-grid a  {background: var(--secondary); color: #242559;} /*content button colors*/
hr {background: #eee;} /*horizontal rule color*/
.resp-menu > li:hover {border-radius: 2px;background-color:rgba(0,0,0,.05)} /*top level menu hover background */
.resp-menu li ul {background: var(--secondary);border-radius: 0 2px 2px;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}  /*dropdown menu background*/
h6 a:hover, h6 a:active, .button-grid a:hover {background-image: var(--BtnHoverDk) !important;}  /*general buttons hover */
.hp-block .menu a {background: var(--primary);color: var(--BtnColor);} /* home page quick links colors */
.hp-block .menu a:hover {background:var(--secondary);color:var(--primary);} /* home page quick links colors on hover */
.block-icon {color: #fff; font-size: 72px;} /* icon for blocks */
.block-overlay-lt {background-color: rgba(255,255,255,.3);}  /* light block overlay */
.block-overlay-dk {background-color: rgb(0 0 0 / 7%);}  /* dark block overlay */
#btnToTop {background: var(--secondary);border: 2px solid var(--secondary);}/* return to top button colors */
#btnToTop:hover {background: var(--secondary);border: 2px solid var(--secondary);}/* return to top button colors on hover */
.two-block-box {padding: 40px;text-align: center;background-color: var(--primary);box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);} /* two block box colors */
.two-block-box h2, .two-block-box h3, .two-block-box p {color: #fff !important;} /* two block box text colors */
/*#subheader {background-attachment: fixed;background-image: url("/assets/site/subhead-bg.jpg");background-repeat: no-repeat;} /*subhead bg*/
#subheader {
    background-attachment: fixed;
    background-image: url("/assets/site/subhead.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #d8f4f7;
    background-size: inherit;
}
@media (max-width: 992px) {
   #subheader {
       background-size: contain;
   }
    #subheader .site-width {
        /*background-color: rgba(var(--RGBbg1), .6);*/
       background-color: #d8f4f7ba;
    }
}
.mc-event-listing {background-color: rgba(255,255,255,.2);color: #fff;} /* event widget event item colors */
.mod_events_latest_content a {color:#fff;} /* event widget title color */
.button.modal-site-search {color: var(--BtnColor);background-color: var(--secondary);} /* modal search button colors */
.resp-menu li li > a, .resp-menu li li > .separator {color: #fff;}
#menu-toggle, #mc-primary-header-bar-scrollable-header #menu-toggle {fill: var(--primary);}
.mobile-menu {background: var(--primary);}
#cal_title {background-color: var(--primary);font-weight: bold;}/* calendar page month */
.cal-container .row.day-names {background-color: var(--secondary);color: #fff;} /* calendar page days */
.cal_td_today .cell-title {background: var(--primary);color: #fff;}/* calendar page today */
.header-button h6 a {font-size: var(--fontsize);font-family: var(--font1);line-height: 30px;} /*fix for button on profile page */
.mod_events_latest_noevents {color: #fff;}/* no events in events widget */
/***** Video Hero Content *****/
.video-hero-content h1 {color: #fff;font-size: 3.5em;}.video-hero-content h2 {color: #fff;font-size: 1.5em;}.video-hero-content p {color: #fff;}

/***** Background Images *****/
#home-page-header{background: url(/assets/videos/placeholder.jpg);background-size: cover;background-position: top;background-attachment: fixed;}
#home-page-section-1{background: url(/assets/home-page-background/hpbg-1.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}
#home-page-section-1-blocks{/*background: url(/assets/home-page-background/hpbg-1.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}
#home-page-section-2{/*background: url(/assets/home-page-background/hpbg-2.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}
#home-page-section-2-blocks{background: url(/assets/home-page-background/hpbg-2.jpg);background-size: cover;background-position: top left;background-attachment: fixed;}
#home-page-section-3{/*background: url(/assets/home-page-background/hpbg-3.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}
#home-page-section-3-blocks{/*background: url(/assets/home-page-background/hpbg-3.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}
#home-page-section-4{background: url(/assets/home-page-background/hpbg-4.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}
#home-page-section-4-blocks{background: url(/assets/home-page-background/hpbg-4.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}
#home-page-section-5{/*background: url(/assets/home-page-background/hpbg-5.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}
#home-page-section-5-blocks{ /*background: url(/assets/home-page-background/hpbg-5.jpg);background-size: cover;background-position: top left;background-attachment: fixed;*/}

/***** Footer *****/
#footer {color: white;background: var(--primary);}
#footer a {color: white;}
.footer-buttons ul li a{background: var(--secondary);color: #222 !important;border-color:var(--secondary);}
.footer-buttons ul li a:hover {background-image: var(--BtnHoverLt) !important;}  /*footer buttons hover */
.footer-buttons ul li:first-child a {background-color: #fff;color: var(--primary) !important;border-color: #fff;}
#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: var(--BtnColor);}
.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;}

/***** LOGIN PAGE *****/
.mcloginpage, .mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {font-family:var(--font1) !important;} 
.mc-login-widget .uil-login-container .login-box .action-footer .action-button {background-color:var(--secondary) !important;}
.mat-button-toggle, .mat-card {font-family:var(--font1) !important;}

/***** PROFILE PAGE *****/
.mat-tab-nav-bar.mat-tab-header.mat-primary {background-color: var(--secondary);} /* profile menu bg */
.mat-tab-link.mat-tab-label-active {background-color: var(--primary);color:#fff !important;}
.mat-tab-link.mat-focus-indicator {color: #fff !important;}
.mat-tab-group, .mat-tab-label, .mat-tab-link {font-family: var(--font1) !important;}
#community-wrap {font-family: var(--font1) !important;}
.mat-tab-link {opacity:1 !important;}
.mat-tab-label, .mat-tab-link {font-size: inherit;}
.section-title, .tab-title {font-size: inherit !important;}
.mat-body, .mat-body-1, .mat-typography {font-family: var(--font1) !important;font-size: var(--fontsize) !important;}
button.mat-flat-button.mc-blue, button.mat-raised-button.mc-blue {background-color: var(--secondary) !important;color: #fff !important;font-size: var(--fontsize);}
button.mat-flat-button.mc-gray, button.mat-raised-button.mc-gray {background-color: var(--secondary) !important;color: #fff !important;font-size: var(--fontsize);}
.link.link {font-size: var(--fontsize) !important;line-height: inherit !important; -webkit-text-decoration-line: none !important;text-decoration-line: none !important;  color: var(--secondary) !important;}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {background-color: var(--secondary) !important;}
.mat-slide-toggle.mat-checked .mat-ripple-element, .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {background-color: var(--primary) !important;}
.subsection-title {font-size: var(--fontsize)!important;}
body #component-wrap #community-wrap #cToolbarNav #cToolbar_inner ul#cToolbarNavList.jmc-menu li.toolbar-active a {background: var(--primary) !important;font-family: var(--font1) !important; font-size: var(--fontsize) !important;color: #fff !important;}
.mat-tab-label, .mat-tab-link {font-size: var(--fontsize) !important;}
.email-link {color: var(--secondary) !important;}
.status-banner {background: var(--primary) !important;}
.change-password-link {font-size: var(--fontsize) !important;color: var(--secondary) !important;}
.mat-card-content, .mat-card-subtitle {font-size: var(--fontsize) !important;}
/***** CC BOARD *****/
td.ccbtopleftgray, td.ccbtopmiddlegray, td.ccbtoprightgray {background: var(--primary) !important;}
a.ovalbuttongray {background: var(--secondary);color: var(--BtnColor) !important;}
a.squarebutton {background: var(--tertiary);color:#000;}
a:hover.squarebutton, a:active.squarebutton {color: #fff; opacity: 0.7;}

/***** COMMUNITY / PROFILE MENU BAR *****/
#community-wrap .cToolbar#cToolbarNav ul#cToolbarNavList li a {background: var(--primary) !important;}
body #community-wrap #cToolbarNav ul#cToolbarNavList.jmc-menu li.toolbar-active a {background: var(--secondary) !important;}
body #community-wrap .button {background-color: var(--secondary);color: var(--BtnColor);}

/***** DIRECTORY *****/
sl-button::part(label), sl-input::part(base), sl-select::part(combobox) {font: var(--font1) !important;font-size:19px !important;}
sl-button::part(label) {background-color: var(--secondary) !important;font-weight:600 !important;}
.content-contact-name {font-size: 125%;font-weight: bold;padding: 20px;background-color: var(--primary);color: #fff;}
iframe#ds-frame {width: 100% !important;}

/***** FORMS *****/
.gen-button, .alt-button, .add-another.gen-button {background-color: var(--secondary);color: var(--BtnColor) !important;border:none;}
.gen-button:hover {color: var(--BtnColor) !important;background: var(--secondary) !important;}
.alt-button.green {background: var(--secondary);color: var(--BtnColor) !important;font-family: var(--font1);}
.alt-button.green:hover {background: var(--secondary) !important;color: var(--BtnColor) !important;}
.ADMdtpDays > span > span.selected, .ADMdtpMonths .ADMdtpDays > span > span:hover {background: var(--tertiary) !important;color: #000 !important;} /*date picker selected date */
.ADMdtpDays > span > span.today::after {border-bottom: .7em solid var(--tertiary) !important;} /*date picker today's date arrow */
.ADMdtpDays > span > span:not(.disable):hover {background: var(--tertiary) !important;color: #000 !important;opacity: .6;} /*date picker hover */

.old-footer {display: none;}


/* 12-column system */

/* =========================
   FRAMEWORK START
========================= */

/* =========================
   Global box sizing
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* =========================
   Grid container
   Centers content and limits
   max width on large screens.
   Use as an outer wrapper
   around .grid-row sections.
========================= */
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* =========================
   Grid row
   Apply alignment classes
   (.align-top, .align-middle,
   .align-bottom) to .grid-row,
   not to .col.
========================= */
.grid-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

/* =========================
   Default column behavior
   .col spans full width on
   mobile by default.
   Add breakpoint classes to
   create multi-column layouts.
========================= */
.col {
  grid-column: span 12;
}

/* =========================
   Small breakpoint
   576px and up
========================= */
@media (min-width: 576px) {
  .col-sm-1  { grid-column: span 1; }
  .col-sm-2  { grid-column: span 2; }
  .col-sm-3  { grid-column: span 3; }
  .col-sm-4  { grid-column: span 4; }
  .col-sm-5  { grid-column: span 5; }
  .col-sm-6  { grid-column: span 6; }
  .col-sm-7  { grid-column: span 7; }
  .col-sm-8  { grid-column: span 8; }
  .col-sm-9  { grid-column: span 9; }
  .col-sm-10 { grid-column: span 10; }
  .col-sm-11 { grid-column: span 11; }
  .col-sm-12 { grid-column: span 12; }
}

/* =========================
   Medium breakpoint
   768px and up
========================= */
@media (min-width: 768px) {
  .col-md-1  { grid-column: span 1; }
  .col-md-2  { grid-column: span 2; }
  .col-md-3  { grid-column: span 3; }
  .col-md-4  { grid-column: span 4; }
  .col-md-5  { grid-column: span 5; }
  .col-md-6  { grid-column: span 6; }
  .col-md-7  { grid-column: span 7; }
  .col-md-8  { grid-column: span 8; }
  .col-md-9  { grid-column: span 9; }
  .col-md-10 { grid-column: span 10; }
  .col-md-11 { grid-column: span 11; }
  .col-md-12 { grid-column: span 12; }
}

/* =========================
   Large breakpoint
   1024px and up
========================= */
@media (min-width: 1024px) {
  .col-lg-1  { grid-column: span 1; }
  .col-lg-2  { grid-column: span 2; }
  .col-lg-3  { grid-column: span 3; }
  .col-lg-4  { grid-column: span 4; }
  .col-lg-5  { grid-column: span 5; }
  .col-lg-6  { grid-column: span 6; }
  .col-lg-7  { grid-column: span 7; }
  .col-lg-8  { grid-column: span 8; }
  .col-lg-9  { grid-column: span 9; }
  .col-lg-10 { grid-column: span 10; }
  .col-lg-11 { grid-column: span 11; }
  .col-lg-12 { grid-column: span 12; }
}

/* =========================
   Mobile order utilities
   Resets to natural order
   at 768px and up.
========================= */
.order-mobile-first {
  order: -1;
}

.order-mobile-1 {
  order: 1;
}

.order-mobile-2 {
  order: 2;
}

.order-mobile-3 {
  order: 3;
}

.order-mobile-4 {
  order: 4;
}

@media (min-width: 768px) {
  .order-mobile-first,
  .order-mobile-1,
  .order-mobile-2,
  .order-mobile-3,
  .order-mobile-4 {
    order: 0;
  }
}

/* =========================
   Vertical alignment
   Apply to .grid-row only.
   These control how columns
   align inside the row.
   Do not apply to .col.
========================= */
.align-top {
  align-items: start;
}

.align-middle {
  align-items: center;
}

.align-bottom {
  align-items: end;
}

/* =========================
   Text alignment
========================= */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* =========================
   Flex alignment helpers
   Note: these work as
   standalone utilities.
   Avoid applying directly
   to .col inside .grid-row
   as it may conflict with
   grid layout.
========================= */
.flex-center {
  display: flex;
  justify-content: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =========================
   Responsive image
   Use .img-responsive on
   <img> tags to make them
   fluid. Replaces repeated
   inline styles.
   If the original image had
   a fixed width, add it as
   max-width inline:
   style="max-width: 600px;"
========================= */
.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   Optional card style
========================= */
.card {
  padding: 1rem;
  border: 1px solid #ddd;
  background: #fff;
}

/* =========================
   Equal height cards
   Apply .equal-height to
   .grid-row. The .card must
   be a direct child of .col.
   Do not add extra wrappers
   between .col and .card.
========================= */
.equal-height > .col {
  display: flex;
}

.equal-height > .col > .card {
  width: 100%;
  height: 100%;
}

/* =========================
   Spacing utilities
   mt = margin-top
   mb = margin-bottom
   Based on 1rem increments.
   Apply to any element that
   needs vertical spacing.
========================= */
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

/* =========================
   Hide element
========================= */
.is-hidden {
  display: none !important;
}

/* =========================
   END OF FRAMEWORK
========================= */



/* UPDATED: 02/26/26 11:52:23 AM - MMP */
/* UPDATED: 02/27/26 11:29:13 AM - MMP */
/* UPDATED: 02/27/26 11:35:09 AM - MMP */
/* UPDATED: 03/06/26 11:00:20 AM - MMP */
/* UPDATED: 03/06/26 11:19:42 AM - MMP */
/* UPDATED: 03/06/26 11:28:00 AM - MMP */
/* UPDATED: 03/06/26 11:45:40 AM - MMP */
/* UPDATED: 03/09/26 11:02:43 AM - MMP */