@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* removed these to accommodate older existing tables: table, caption, tbody, tfoot, thead, tr, th, td - also removed sup & sub */
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%;
}

/* tds have a 1px padding by default - reset from above */
td {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* remember to define focus styles */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ------------------------------------------------------- */
/* ------ ABOVE is the RESET - BELOW is the REBUILD ------ */
/* ------------------------------------------------------- */

blockquote {
    padding: 18px;
    margin: 18px 0px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom-color: #aaa;
}

hr {
    border: 0;
    background: #eee;
    color: #eee;
    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;
}

/* prevents a 15px space at the bottom of single articles - blog separators are reset later */
span.article_separator {
    display: none;
}

/* joomla structure protection */
table.contentpaneopen {
    width: 100%;
}

.contentpaneopen td {
    padding: 0;
}

/* tables in content */
.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;
}

/* borderless option */
.contentpaneopen table.borderless td {
    border: 0;
    padding: 0;
}

#tinymce table.borderless td {
    border: 1px dotted #e0e0e0;
    padding: 0;
}

/* old form protection */
#formContainer table {
    border-collapse: separate;
}

#formContainer table td {
    font-size: 13px;
}



/* --------------------------------------------- */
/* ------ TYPOGRAPHY --------------------------- */
/* --------------------------------------------- */

body,
#tinymce td,
#content-padding,
input {
    font: 20px 'Barlow Condensed', 'Poppins', Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    color: #4A4A4A;
}

p {
    margin: 0px 0px 35px;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6,
td.contentheading {}

h1,
td.contentheading {
    font-size: 150%;
    line-height: 1.6em;
    padding: 0 0 20px 0;
}

h2 {
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h3 {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h4 {
    text-transform: uppercase;
    font-size: 150%;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h5 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h6 {
    /* text-transform: uppercase; */
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ul:first-child,
ol:first-child {
    margin-top: 0px;
}

a,
a:visited {
    text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
}



/* ---------------------------------- */
/* ------ MISC TOOLS ---------------- */
/* ---------------------------------- */

.no-breaks {
    white-space: nowrap;
}

.clarence {
    clear: both !important;
}

.spacey {
    margin: 0px 3px;
}

/* often wraps |s in link lists or small info */
.hidden,
.secondaryHidden {
    display: none !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.no-float {
    float: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.v-margin-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.v-margin-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.h-margin-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.h-margin-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.top-margin-10 {
    margin-top: 10px !important;
}

.top-margin-20 {
    margin-top: 20px !important;
}

.bottom-margin-10 {
    margin-bottom: 10px !important;
}

.bottom-margin-20 {
    margin-bottom: 20px !important;
}

/* '.home' on the default menu item + '.hide-on-home' on the module */
body.home .hide-on-home {
    display: none !important;
}

/* putting a class of 'full-width' on a menu item will hide the right-bar
    on that page. There's another mention of this class in the Breakpoints section */
.full-width #right-bar.side-bar {
    display: none;
}

.full-width #content-wrap.r-mid #content-padding {
    width: 100%;
}


/* ----------------------------------- */
/* ------ LAYOUT --------------------- */
/* ----------------------------------- */

/* #bkg is the body - refer to it with this id to avoid inheritance by tinymce */
#bkg {
    background: white;
}

.site-width {
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1800px;
    /*max-width: 1420px; OG value for troubleshooting*/

}

.mc-logo-link {
    max-width: 100%;
    width: 100%;
    flex: 1 1 0;
}

.mc-logo-link>a>img {
    height: 120px;
    width: auto;
}

#mc-primary-header-bar .mc-mainmenu {
    max-width: 100%;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.secondary.mc-mainmenu {
    max-width: 100%;
    justify-content: center;
    flex: 1;
}

.mobile-menu .resp-menu {
    /* flex-direction: column; */
}

.featured-content {
    position: relative;
}

.featured-content .color-overlay {
    height: 100%;
}

.featured-content .site-width {
    padding: 3.5em 20px;
    min-height: inherit;
    display: flex;
    align-items: center;
}

.featured-content .site-width .moduletable {
    flex-basis: 100%;
}

.featured-content h3 {
    font-size: 160%;
    margin: 0 0 .8em;
}

.featured-content p {
    margin: .8em 0;
    font-size: 100%;
}

.featured-content h6 {
    display: inline-flex;
    justify-content: center;
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
}

.featured-content h6 a {
    display: flex;
    /* max-width: 50%; */
    align-items: center;
    justify-content: center;
    /* flex: 1; */
    color: #e9cfb3;
    text-decoration: none;
    font-weight: bold;
    font-size: 140%;
    padding: 15px 20px;
    margin-top: .8em;
    border-radius: 4px;
    background: #207670;
    transition: 0.3s;
}

.featured-content h6 a:hover,
.featured-content h6 a:active {
    opacity: 1;
    transition: 0.15s;
    transform: scale(.97);
    border-bottom-color: rgba(0, 0, 0, 0.45);
}

div.sponsors-area.sub-modules-flex .home-sub {
    min-width: 100%;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.sponsors-area img {
    max-width: 250px;
}

.sponsors-area .pad {
    display: flex;
    max-height: 250px;
    align-items: center;
    width: 25%;
    padding: 0 1em;
}

.sub-modules-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sub-modules-flex div.moduletable {
    min-width: inherit;
}

.sub-modules-flex .home-sub {
    display: inline-flex;
    max-width: 50%;
    min-width: 30%;
    justify-content: space-evenly;
    flex: .5;
    margin: 30px 2px 0;
    padding: 20px;
    /* align-items: flex-end; */
}

.sub-modules-flex .pad {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.sub-modules-flex .pad p {
    /* min-height: 200px; */
}

.sub-modules-flex h1 {
    text-align: center;
    justify-content: center;
    min-height: 80px;
    width: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
}

.sub-modules-flex h6 {
    width: 100%;
}

.sub-modules-flex h6 a {
    font-size: 100%;
}

/*
for containing floats */
.site-width:after {
    /* this is a holdover from when layout was done with floats */
    /* leaving it here for troubleshooting but we're better off */
    /* without it */
    /*content: "";
  display: block;
  clear: both;*/
}


#component-wrap {
    min-height: 400px;
}

#content-wrap.r-mid #content-padding {
    width: 1650px;
    width: calc(100% - 350px);
    /*width:960; OG value, for troubleshooting*/
    padding-right: 20px;
}

#content-padding {}

#content-wrap .site-width {
    display: flex;
}

#right-bar,
.side-bar {
    font-size: 70%;
    display: flex;
    flex-direction: column;
    min-width: 330px;
    max-width: 380px;
}

#right-bar .menu a {
    min-width: 100%;
    border-radius: 3px;
    text-decoration: none;
}

#right-bar.side-bar .menu li {
    display: flex;
    text-align: center;
    margin: .5em 0;
}

#footer .site-width {
    display: flex;
    min-width: inherit;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

/* Remove default padding, margin, and list-style from header, right-bar and footer lists */
#header ul,
#right-bar ul,
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* nivo slider main module - needs width for proper image resizing in Firefox */
.moduletable.slider-width {
    width: 100%;
}

/**** Fix for Nivo Slider with links on the img tag in IE ****/
.nivoSlider a.nivo-imageLink {
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/****************/
/* --- PBMC --- */
/****************/
#pbmc-wrap {
    padding: 0 0 12px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
}

#pbmc {
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    display: block;
    width: 170px;
    margin: 0 auto;
    text-decoration: none !important;
}

.icon-mc-logomark:before,
.icon-mc-wordmark:before {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    top: 4px;
    left: 1px;
}

.icon-mc-wordmark:before {
    left: 2px;
}

.mc-brand-container {
    display: none;
}

#pbmc {
    opacity: .3;
}

#pbmc:hover {
    opacity: .6;
}


/*** Sidebar Styling and Modules ***/
.side-bar h3 {
    font-size: 20px;
    line-height: 1.6em;
    color: #2e2e2e;
    margin: 0 0 10px;
    padding: 0 0 6px;
    text-transform: none;
    border-bottom: 1px solid #CEDAE1;
}

#right-bar .moduletable {
    margin-bottom: 30px;
}

#right-bar {
    font-size: 70%;
    /* line-height: 1.6em; */
}

div.login-search.side-bar {
    margin-bottom: 30px;
    display: none;
}

/* Button List & Right-Bar Login Button */
.mc-button-list li a,
.side-bar a#mcSimpleLogin {
    background: #4a4a4a;
    line-height: 20px;
    text-decoration: none;
    color: white;
    display: block;
    padding: 17px 0;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
}

.mc-button-list li a {
    margin-bottom: 1px
}

.mc-button-list li a:hover,
.side-bar a#mcSimpleLogin:hover {
    opacity: 0.8;
}

.side-bar a#mcSimpleLogin {
    margin-bottom: 40px;
}


/* ----------------------------------- */
/* ------ HEADER STUFF --------------- */
/* ----------------------------------- */

#header {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    /* height was once set 250 here - left for troubleshooting */
    /* top was once set -70 here - troubleshooting */
    z-index: 90;
    padding: 0;
    /*border-bottom: 1px solid #eee;*/
    /*transition: top .3s ease-in-out;*/
}

.mc-join-now a,
#mcSimpleLogin {
    font-size: 60%;
    display: inline-block;
    height: 40px;
    line-height: 41px;
    padding: 2px 20px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}

.button.mc-search {
    font-size: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 0 3px 3px 0;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}

.search.mc-search {
    display: flex;
    align-items: center;
}

#mod_search_searchword {
    border-radius: 3px 0 0 3px;
    border: 1px solid #fff;
    min-width: 30%;
    font-size: 15px;
    min-height: 40px;
    padding: 6px 5px;
    box-sizing: border-box;
}

#header .site-width {
    min-height: 100%;
    width: 100%;
    padding: 0 20px;
    /* if we max-width ultimately at 1800, we can lose this padding at 1840 or 1850 playing it safe */
    display: inline-flex;
    min-height: 49px;
    justify-content: space-between;
    align-items: center;
}

/* the #mc-primary-header-bar-scrollable-header rules from below
  were here temp comment for troubleshooting          */

#mc-primary-header-bar,
#mc-primary-header-bar-scrollable-header {
    display: flex;
    min-width: 100%;
    align-items: center;
    justify-content: space-evenly;
    height: inherit;
}



#mc-primary-header-bar {
    height: 160px;
}

#mc-primary-header-bar-scrollable-header {
    background: #fff;
}

#mc-primary-header-bar-scrollable-header .resp-menu>li>a,
#mc-primary-header-bar-scrollable-header .resp-menu>li>.separator {
    color: #4A4A4A;
}

/* OPTIONAL ALT LOGO - alternate logo in the nav-up bar - comment out if not needed */
#mc-primary-header-bar #alt-small-logo {
    display: none;
}

#mc-primary-header-bar-scrollable-header .mc-scrollable-header-logo-link a {
    display: none;
}

#mc-primary-header-bar-scrollable-header .mc-scrollable-header-logo-link #alt-small-logo {
    display: block;
}

#mc-primary-header-bar-scrollable-header .mc-scrollable-header-logo-link #alt-small-logo img {
    height: 50px;
    width: auto;
}

/* END ALT LOGO section */

/* attempt: lock primary header and ignore .nav-up header     */
/*#mc-primary-header-bar {
  position: fixed;
  background: white;
  z-index: 10;
  height: 160px;
  border-bottom: 1px solid #b7d6cf;
}
#header {margin-bottom: 161px;}*/
/* NEED TO FIX AT SMALLER BREAKPOINTS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  ALSO EVERYTHING UNDER 1300 SHOULD GET SMALLER FONTS*/
/*#mc-primary-header-bar-scrollable-header, #mc-primary-header-bar-scrollable-header.nav-up {
  display: none;
}*/
/* END attempt: lock primary header and ignore .nav-up header   */

#mc-primary-header-bar>.site-width>div,
#mc-primary-header-bar-scrollable-header>.site-width>div {
    height: 90%;
    display: flex;
    align-items: center;
}

.mc-scrollable-header-logo-link {
    max-width: 30%;
}

#mc-primary-header-bar-scrollable-header {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    top: -71px;
    height: 70px;
    z-index: 90;
    position: fixed;
    transition: .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 0;
}

#mc-primary-header-bar-scrollable-header.nav-up {
    height: 70px;
    top: 0px;
    z-index: 100;
    position: fixed;
    transition: .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 1;
}

#mc-primary-header-bar-scrollable-header div.mc-logo-link {
    max-width: 90%;
    width: 100%;
    flex: 0.25;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#mc-primary-header-bar-scrollable-header img {
    width: 4.25em;
}

#mc-secondary-header-bar {
    height: 70px;
    width: 100%;
    display: flex;
}

#search-login-bar {
    background: #150c66;
    background: #ddd;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0px;
}

#search-login-bar .site-width {
    padding: 10px 20px;
    height: auto;
}

#header #search-login-bar .bar-search {
    float: left;
}

#header #search-login-bar .site-search input {
    float: left;
    height: 40px;
    width: 240px;
    border: 0;
    padding: 0 10px;
    margin: 0;
    line-height: auto;
    font-size: 60%;
    background: rgba(255, 255, 255, .2);
    color: white;
    border-radius: 3px 0 0 3px;
}

#header #search-login-bar .site-search a {
    float: left;
    font-size: 60%;
    display: inline-block;
    height: 40px;
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8);
    line-height: 41px;
    padding: 0 10px;
    border-radius: 0 3px 3px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#header #search-login-bar .bar-login {
    float: right;
}

#header #search-login-bar #cta-join {
    font-size: 60%;
    display: inline-block;
    height: 40px;
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8);
    line-height: 41px;
    padding: 0 10px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#header #search-login-bar #mcSimpleLogin {
    font-size: 60%;
    display: inline-block;
    height: 40px;
    background: #2bc2f2;
    color: #fff;
    line-height: 41px;
    padding: 0 20px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

#header #search-login-bar #mcSimpleLogin:hover,
#header #search-login-bar #cta-join:hover,
#header #search-login-bar .site-search a:hover {
    opacity: .8;
}



/* Searches in the Sidebar
-------------------------------------------------- */

.side-bar .moduletable.mc-search div.mc-search {
    margin-top: 0;
}

/* because of collapsing margins, this is almost certainly not needed */
.side-bar .moduletable.mc-search.member-search {
    margin-top: 6px;
}

/* because of collapsing margins, this is almost certainly not needed */

.side-bar .moduletable.mc-search div.mc-search {
    position: relative;
    height: 100%;
}

.side-bar .mc-search input.inputbox {
    border: none;
    display: block;
    background: #F1F1F1;
    color: rgba(0, 0, 0, 0.2);
    width: 73.64%;
    /* ~ 162/220 rounded because of a wierd sub-pixel */
    ;
    height: 20px;
    padding: 5px 2.272727272727%;
    font-size: 12px;
    border-radius: 3px 0 0 3px;
    margin: 0;
}

.side-bar .mc-search a.button.mc-search {
    background: #4a4a4a;
    border: 1px solid rgba(0, 0, 0, 0);
    color: white;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    width: 20%;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

.side-bar .mc-search a.button.mc-search:hover {
    opacity: 0.8;
}


/* --- sponsor banners --- */
.bannergroup {
    width: 100%;
}

.banneritem {
    width: 100%;
}

.banneritem img {
    max-width: 100%;
    height: auto;
}


/* --- simple menu --- */
/* put this class on a menu to achieve a clean, 1-level, horizontal menu */
.simple-menu {
    margin: 0;
    list-style: none;
    float: left;
}

.simple-menu li:first-child {
    border: none;
}

.simple-menu li {
    margin: 0;
    list-style: none;
    float: left;
    border-left: 1px solid #555;
    padding: 0px 10px;
    line-height: 20px;
}

.simple-menu li:first-child {}

.simple-menu li a {
    text-decoration: none;
    color: #555;
}

.simple-menu li a:hover,
.simple-menu li a:active,
.simple-menu li a:focus {
    color: #333;
}

/* --- social network menu --- */
.socnets {
    /* min-width: 25%; */
    display: flex;
    flex-flow: row wrap;
    /* font-size: 20px; */
    justify-content: center;
    align-items: center;
}

.socnets ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: inherit;
}

.socnets li {
    margin: 0 7px 0 0;
    float: left;
    list-style: none;
}

.socnets li:last-child {
    margin-right: 0;
}

.socnets a {
    /* font-size: 1em; */
    /* 1em is 20px for the icon-font */
    /* just playing with basing this off the font size
  it's pretty cool - change the font-size and these values all play nicely */
    width: 1em;
    height: 1em;
    /* line-height: 1em; */
    /* padding: 0.5em; */
    border-radius: 50%;
    transition: 0.1s;
    display: block;
    /* color: #85A0B1; */
    /* text-decoration: none; */
    /* background: #808080; */
}

.socnets a span {
    text-transform: lowercase;
}

.socnets a span {
    width: 1em;
    overflow: hidden;
    display: block;
    height: 1em;
}

.socnets a span:before {
    width: 1em;
    height: 1em;
    display: block
}

/* NEW 2019 SOCNETS */
.socnets a {
    text-indent: -999em;
    background: none;
    opacity: 0.8;
    box-shadow: inset 0 0 0 1.5px white;
    /* match color of SVG to avoid aliased edges */
    width: 28px;
    height: 28px;
}

.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(/jmc-assets/circular-icons/sn-twitter.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.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: 1;
}

/* brand color icons */
.socnets .color li a {
    opacity: 1;
}

.socnets .color li a.facebook {
    background-color: #4862a3;
}

.socnets .color li a.twitter {
    background-color: #55ACEE;
}

.socnets .color li a.blog {
    background-color: #0085BE;
}

.socnets .color li a.youtube {
    background-color: #FF2A27;
}

.socnets .color li a.vimeo {
    background-color: #44BBFF;
}

.socnets .color li a.instagram {
    background-color: #833AB4;
}

.socnets .color li a.rss {
    background-color: #FF9900;
}

.socnets .color li a.pinterest {
    background-color: #CB2127;
}

.socnets .color li a.flickr {
    background-color: #FE0084;
}

.socnets .color li a.linkedin {
    background-color: #0077b5;
}

.socnets .color li a.location {
    background-color: #2e2e2e;
}

.socnets .color li a.email {
    background-color: #2e2e2e;
}

.socnets .color li a:hover {
    opacity: .5;
}

#socnets {
    /* the list */
    /* flex: 1 0 0; */
    display: inline-flex;
    justify-content: flex-end;
    width: auto;
}

/* END ----- NEW 2019 SOCNETS */

#RTT {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    color: white;
    opacity: .3;
}

#RTT span {
    font-size: 20px;
    position: relative;
    margin: 0 3px;
}

.footer-info {
    /* max-width: 70%; */
    /* flex: 1; */
    /* color: white; */
    /* display: flex; */
    /* flex-direction: column; */
    /* opacity: .3; */
}

#container-of-socnets-top-btn {
    /* display: flex; */
    /* flex-direction: row; */
    /* width: 30%; */
    /* justify-content: flex-start; */
}

/* ----------------------------------------- */
/* ------ FIXES and PREVENTIONS ------------ */
/* ----------------------------------------- */

html {
    -webkit-tap-highlight-color: white;
}

#menu-toggle-x,
#menu-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* its easy to end up with unwanted paragraphs after working in an online editor */
/* zeroing out these ps helps deal with the most common occurrences of that */
#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;
}


/***Table protection**/
.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
}


/* Large Image Protection */
.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 -------- */
/* ----------------------------------------- */

/* ------------------------ */
/* --- essential styles --- */
/* ------------------------ */
ul.resp-menu {
    background: none;
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: flex-start;
    /* min-width: 100%; */
    /* without flex-wrap:wrap, the menu items themselves will collapse and wrap before the menu does */
    flex-wrap: nowrap;
}

.resp-menu,
.resp-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    font-size: 20px;
}

.resp-menu ul,
#header.nav-up .resp-menu li:hover ul {
    position: absolute;
    top: -999em;
    /* left offset of submenus need to match (see below) */
    width: 250px;
}

.resp-menu ul li {
    width: 100%;
}

.resp-menu li:hover {
    /* fixes IE7 'sticky bug' */
    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 {
    /* float: left; */
    position: relative;
    z-index: 99;
}

.resp-menu a,
.resp-menu .separator {
    display: block;
    position: relative;
}

.resp-menu li:hover ul {
    left: 0px;
    top: 44px;
    /* match top ul list item height */
    z-index: 99989;
}

.resp-menu>li:last-child:hover>ul,
.resp-menu>li:nth-last-child(2):hover>ul {
    /* makes the last 2 submenus turn the other way */
    left: auto;
    right: 0;
    border-radius: 7px 0 7px 7px;
}

ul.resp-menu li:hover li ul {
    top: -999em;
}

ul.resp-menu li li:hover ul {
    left: 250px;
    /* match parent ul width */
    top: 0;
}

ul.no-kids {
    display: none;
}

/* Round sub-nav and padding */
.resp-menu ul {
    padding: 0 0;
    border-radius: 0px;
    /* box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.43); */
}

.resp-menu ul li:hover ul {
    top: -7px;
}

/* ------------------- */
/* --- custom skin --- */
/* ------------------- */
ul.resp-menu {}

ul.resp-menu {
    right: 0px;
}

/* 1st level */
.resp-menu>li {
    /* padding: 14px 0; */
}

.resp-menu>li:first-child>a,
.resp-menu>li:first-child>.separator {
    border: 0;
}

.resp-menu li>a,
.resp-menu li>.separator {
    text-decoration: none;
    padding: 14px 14px;
    height: 20px;
    border: 0;
    line-height: 20px;
    color: #2e2e2e;
    font-size: 15px;
}

.resp-menu>li.active>a {}

.resp-menu:hover>li>a {}

.resp-menu>li:hover>a,
.resp-menu>li:hover>.separator {}

.resp-menu>li:hover {
    background: rgba(0, 0, 0, 0.075);
    border-radius: 7px;
}

.nav-up .resp-menu>li:hover {
    background: #EEE;
    border-radius: 7px;
}

.resp-menu>li.parent:hover {
    border-radius: 7px 7px 0 0;
}

.resp-menu>li.active>a,
.resp-menu>li.active>.separator {}

/* 2nd level */
.resp-menu li ul {
    background: #007DC3;
    border-radius: 0 7px 7px;
}


/* this character on the next line sometimes gets converted into a string of nonsense
    - if that happens rebuild the line to read: content: "\25b2" */
/* little arrow that points up from the submenu - some templates don't use this at all */
/*
.resp-menu > li.parent:hover ul::before {
  content: "\25b2";
  font-size: 14px;
  color: #4a4a4a; color: #07b1ef;
  transform: scale(2,1);
  position: absolute;
  bottom: -100px;
  top: -20px;
  z-index: 999999;
}
*/


/* border radius on second level */
.resp-menu>li.parent:hover ul>li:first-child>a {
    border-radius: 0 7px 0 0;
}

.resp-menu>li.parent:last-child:hover ul>li:first-child>a,
.resp-menu>li.parent:nth-last-child(2):hover ul>li:first-child>a {
    border-radius: 7px 0 0 0;
}

.resp-menu>li.parent:hover ul>li:last-child>a {
    border-radius: 0 0 7px 7px;
}

.resp-menu>li.parent:last-child:hover ul::before {
    left: auto;
    right: 30px;
}

.resp-menu li li>a,
.resp-menu li li>.separator {
    font-size: 18px;
    color: #fff;
    height: auto;
    line-height: 1.2em;
    min-height: 20px;
    padding: 14px 14px;
    text-shadow: none;
    background: none;
    /* set on ul */
    font-weight: normal;
    text-transform: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
}

.resp-menu li li:last-child>a,
.resp-menu li li:last-child>.separator {
    border: 0;
}

.resp-menu li li:hover>a,
.resp-menu li li:hover>.separator {
    background: rgba(0, 0, 0, .075);
}

.resp-menu li li.active>a,
.resp-menu li li.active>.separator {
    text-decoration: underline;
}

/* 3RD LEVEL - OFTEN NOT APPLICABLE */
.resp-menu ul ul {
    border-radius: 7px;
    overflow: hidden;
    transform: translate(-10px, -1px);
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.resp-menu>li:last-child>ul>li:hover>ul,
.resp-menu>li:nth-last-child(2)>ul>li:hover>ul {
    left: auto !important;
    right: 250px !important;
    border-radius: 7px;
    overflow: hidden;
    transform: translate(10px, -1px);
}

.resp-menu li li li:hover>a,
.resp-menu li li li:hover>.separator {
    background: rgba(0, 0, 0, .075);
}




/*******************/
/* Off Screen Menu */
/*******************/
.mobile-menu {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 8;
}

#menu-toggle {
    fill: #949494;
}

#mc-primary-header-bar-scrollable-header #menu-toggle {
    fill: #3a546e;
}

a#menu-toggle-x {
    left: auto;
    top: 65px !important;
    right: 37px;
    background: none;
    z-index: 9;
    position: fixed;
    height: 32px;
    width: 32px;
    display: none;
    fill: white;
    cursor: pointer;
}

body.show-mobile a#menu-toggle-x {
    display: block;
}

body.show-mobile>.mobile-menu {
    display: block;
}

.site-container {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}


a#menu-toggle {
    display: none;
    z-index: 2;
    cursor: pointer;
}

body.show-mobile>.site-container {
    overflow-y: hidden;
    position: fixed;
    background: rgba(33, 33, 33, 0.8);
    z-index: 7;
}

.login-search-menu {
    padding: 50px 0 20px;
    width: 56%
}

.login-search-menu a#mcSimpleLogin {
    float: none;
    width: auto;
    margin: 0 20px 20px;
    font-size: 14px;
    color: white;
}

.login-search-menu a#mcSimpleLogin:after {
    font-size: 32px;
    float: right;
    margin-top: 8px;
    margin-right: 1px;
    color: white;
}

.login-search-menu .moduletable.mc-search {
    background: #222;
}

.login-search-menu .moduletable.mc-search {
    float: none;
    width: auto;
    margin: 0 20px 2px;
    border: 0;
    height: 49px;
    line-height: 49px;
}

.login-search-menu .moduletable.mc-search:after {
    font-size: 32px;
    top: 8px;
    right: 8px;
    color: rgba(255, 255, 255, 0.7);
}

.login-search-menu .mc-search input.inputbox {
    width: 80%;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}


.mobile-menu ul.resp-menu * {
    background: #111;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    position: static;
    left: auto;
    right: auto;
    box-shadow: none;
    font-size: 19px;
    font-weight: normal;
    color: white;
    top: 0;
    transform: none;
}


.mobile-menu ul.resp-menu {
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    top: 0px;
    -ms-transform: none;
    transform: none;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}

.mobile-menu ul.resp-menu li {
    float: none;
    width: auto;
    display: block;
    background: none;
}

.mobile-menu ul.resp-menu li ul {
    position: static;
    display: block;
    width: auto
}

.mobile-menu ul.resp-menu>li>ul>li:hover>ul {
    left: auto !important;
    border-radius: 0;
    transform: none;
}

.mobile-menu ul.resp-menu li li {
    border: 0;
    padding-left: 20px;
}

.mobile-menu ul.resp-menu li li li {
    border: 0;
    padding-left: 20px;
}

.mobile-menu ul.resp-menu li a,
.mobile-menu ul.resp-menu li .separator {
    font-size: 24px;
    line-height: 1.2em;
    padding: 20px 30px !important;
    height: auto;
    color: #c0c0c0;
    color: #007DC3;
    text-decoration: none;
    border: 0;
    border-top: 1px solid #1b1900;
}

.mobile-menu ul.resp-menu>li>a,
.mobile-menu ul.resp-menu>li>.separator {
    color: #FFDF8F;
    font-weight: bold;
}

.mobile-menu ul.resp-menu>li {
    margin-bottom: 0px;
}

.mobile-menu ul.resp-menu li li a:before,
.mobile-menu ul.resp-menu li li .separator:before {
    content: "\203A  "
}

.mobile-menu ul.resp-menu li li li a:before,
.mobile-menu ul.resp-menu li li li .separator:before {
    content: "\00BB  "
}

.mobile-menu ul.resp-menu li:hover a,
.mobile-menu ul.resp-menu li:hover .separator {
    background: #111;
}



.mobile-menu .module-flex {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 0px;
    /* width: 90%; */
    background: #2f2f2f;
    align-items: stretch;
}




.mobile-menu .module-flex a {
    background: blue;
    color: white;
    font-size: .7em;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    padding: 0;
    line-height: normal;
}

.mobile-menu .module-flex #mcSimpleLogin,
.mobile-menu .module-flex #cta-join,
.mobile-menu .module-flex a.button.site-search {
    background: #515151;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    background: #002D6A;
    font-size: 15px;
    box-sizing: border-box;
}

.mobile-menu .module-flex a.button.site-search {
    width: 70px;
    border-radius: 0 3px 3px 0;
}

.mobile-menu .module-flex input.site-search {
    width: 200px;
}

.mobile-menu .module-flex form.mc-site-search-mod {}




.mobile-menu .module-flex .moduletable:nth-child(2) {
    order: 3;
    flex: 1 0 0;
    display: flex;
}

.mobile-menu .module-flex .moduletable.join-now {
    order: 2;
    flex: 1 0 0;
    display: flex;
}


.mobile-menu .module-flex .moduletable.site-search {
    order: 1;
    flex: 1 0 0;
    display: flex;
}

.mobile-menu .module-flex div.site-search {
    display: flex;
}

.mobile-menu .module-flex input#mod_search_searchword {
    flex: 1;
    margin: 8px 0 0 8px;
    height: 60px;
}

.mobile-menu .module-flex a.button.site-search {
    flex: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 8px 8px 0 0;
}


.mobile-menu .module-flex .moduletable:nth-child(2) #mcSimpleLogin {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    margin: 0 8px 8px;
    background: #002D6A;
    color: #fff;
}


.mobile-menu .module-flex .moduletable.join-now #cta-join {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    margin: 8px 8px 8px;
    background-color: #007DC3;
    box-sizing: border-box;
    border: 2px solid #007DC3;
}





/*** Fix to remove extra padding if only two modules in login-search position ***/
/* can probably kill this */
.mobile-menu-top.modules-2~.mobile-menu ul.resp-menu {
    padding-top: 210px;
}

/*** Fix to remove extra padding if only a login button exists with no searches ***/
.mobile-menu-top.modules-1~.mobile-menu ul.resp-menu {
    padding-top: 140px;
}



/* ------------------------- */
/* ------ SEARCH PAGE ------ */
/* ------------------------- */
#mc-search-form .mc-button:hover {
    background: #333;
    color: white;
}

.mc-result .highlight {
    background: #ff9;
    padding: 0px 5px;
}

/* text highlight on search terms in results */



/* ----------------------------------------- */
/* ------ LOGIN PAGE ----------------------- */
/* ----------------------------------------- */
/* precede with #content-padding to ensure we don't affect the login module */
#content-padding #form-login {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#content-padding #form-login label {
    font-weight: bold;
    color: #4a4a4a;
}

#content-padding #form-login input.inputbox {
    width: 92%;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background: white;
    padding: 6px;
    color: #a4a4a4;
}

#content-padding #form-login input.inputbox:focus {
    border-color: #a4a4a4;
    color: #4a4a4a;
    box-shadow: none;
}

#content-padding #form-login #form-login-remember label {
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
}

#content-padding #form-login #modlgn_remember {
    width: auto;
    border: 0;
}

#content-padding #form-login #modlgn_remember:focus {
    background: #4a4a4a;
    color: white;
    box-shadow: none;
}

#content-padding #form-login input.button {
    border: 0;
    background: #4a4a4a;
    color: white;
    border-radius: 3px;
    padding: 7px;
    width: 50%;

    -webkit-appearance: none;
    /* for iOS */
    -webkit-border-radius: 3px;
    /* for iOS */
}

#content-padding #form-login input.button:hover {
    cursor: pointer;
    opacity: 0.8;
}

#content-padding #form-login .forgot-username,
#content-padding #form-login .forgot-password {
    font-size: 0.8em;
    display: inline-block;
    margin-top: 40px;
    float: left;
}

#content-padding #form-login .forgot-username {
    margin-left: 20px;
}



/* -------------------------------------------------- */
/* ------ GENERAL ARTICLE STYLES -------------------- */
/* -------------------------------------------------- */
/* some of these styles apply to the various article-related layouts like blogs but they cascade from here */

/* for front-end editing */
#editor-xtd-buttons a {
    color: #4a4a4a;
}

/* logged-in admin edit tooltip - this is the tooltip itself, the button is in the next section */
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);
}

/* article icons, pdf, print, email */
table.contentpaneopen td.buttonheading div.content-wrapper {
    width: 20px !important;
}

.buttonheading a img {
    display: none;
}

.buttonheading a {
    display: block;
    width: 20px;
    height: 20px;
    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: 20px;
}

td.contentheading a {}

/* written by */
.contentpaneopen span.small {
    font-size: 11px;
    color: #666;
}

/* publish date */
td.createdate {
    font-size: 11px;
    color: #999;
    height: 36px;
}

/* edit date */
td.modifydate {
    font-size: 11px;
    color: #999;
}

/* 'read more' links */
.readon {
    display: inline-block;
    color: white;
    margin-top: 9px;
    padding: 3px 9px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
    background: #666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.readon:hover,
.readon:active {
    /* important allows for the default state to be reset without affecting this hover */
    background: #333 !important;
}

/* 'more articles' list at the bottom */
div.blog_more {
    margin: 18px 0;
}

/* entire section */
div.blog_more strong {}

/* heading */
div.blog_more ul {
    margin: 0 40px 0;
}

/* prev and next links at the bottom of single articles */
/* not the same as the blog - the blog nav lacks hooks to style */
.contentpaneopen table.pagenav th {
    background: transparent;
    border: 0;
}

/* prev and next are both in th's */
.contentpaneopen table.pagenav td {
    border: 0;
}

/* prevent inheritance - this td is just used for spacing */
.contentpaneopen .pagenav a {
    text-decoration: none;
}



/* ---------------------------------------------- */
/* ------ CATEGORY BLOG & FRONT PAGE ------------ */
/* ---------------------------------------------- */

div.componentheading {
    display: none
}

#community-wrap div.componentheading {
    display: block;
}

/* columned article headings */
td.article_column td.contentheading {
    font-size: 14px;
    margin-bottom: 19px;
}

/* leftmost blog column */
td.article_column {
    padding: 0;
}

/* other blog columns */
td.article_column.column_separator {
    padding: 0 0 0 18px;
}

/* horizontal blog separators - bottom stripe on all blog articles, even lead */
.blog span.article_separator {
    display: block;
    height: 2px;
    background: #ddd;
    margin: 18px 0;
}

/* columned blog article separators can be specified here if needed */
.blog table span.article_separator {}



/* ---------------------------------------------- */
/* ------ CATEGORY LIST ------------------------- */
/* ---------------------------------------------- */
td.sectiontableheader {
    text-align: left;
    padding: 5px;
    width: auto;
}

td.sectiontableheader a img {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

tr.sectiontableentry1 a,
tr.sectiontableentry2 a {}

td.contentdescription {
    width: 100%;
}

/* Needed to fill the available space in IE8 */



/* ---------------------------------------------- */
/* ------ POLL RESULTS PAGE --------------------- */
/* ---------------------------------------------- */
/* without #poll, some of these apply to the module also */
#poll {
    width: 100%;
}

#poll #id {
    width: auto !important;
    margin: 0 0 20px 20px;
}

#poll .pollstableborder {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#poll .pollstableborder td {
    padding: 9px !important;
}

.pollstableborder th {
    padding-bottom: 18px;
}

.pollstableborder th img {
    display: none;
}

.pollstableborder {
    width: auto;
}

.smalldark {
    font-size: 85%;
}

/* info at the bottom */

/* !NOTE! - multiple pages use these layout elements */
/* changing them here will also cause changes on the CatList page */
/* Polls use .sectiontableentry0 & 1, while CatList uses 1 & 2 */
.sectiontableentry0 td,
.sectiontableentry1 td,
.sectiontableentry2 td {
    border: 0 !important;
    background: none !important;
    font-size: 100% !important;
    text-align: left !important;
    vertical-align: middle !important;
    padding: 9px !important;
    font-weight: normal !important;
}

.sectiontableentry0 td,
.sectiontableentry2 td {
    background: #eee !important;
}



/* ---------------------------------------------- */
/* ------ ARCHIVE LIST -------------------------- */
/* ---------------------------------------------- */
#archive-list {
    margin: 18px 0 0 0;
}

#archive-list li {
    padding: 18px;
}

#archive-list li.row1 {}

#archive-list li.row2 {
    background: #eee;
}

#archive-list h4 {}

#archive-list .metadata {
    margin: 9px 0 0;
    font-size: 11px;
    font-weight: normal;
    color: #666;
}

#archive-list .metadata span.created-date {}

#archive-list .metadata span.author {
    float: right;
}

#archive-list div.intro {
    margin-top: 9px;
}



/* ------------------------ */
/* --- CC BOARD STYLING --- */
/* ------------------------ */
td.ccbheaderrow table.ccbnormaltable td {
    padding: 5px;
}

/* tds containing the menu and user info */
td.ccbtopleftgray,
td.ccbtopmiddlegray,
td.ccbtoprightgray {
    background: #4a4a4a !important;
}

td.ccbleftbody,
td.ccbheaderrow,
td.ccbrightbody,
td.ccbbotleft,
td.ccbbotmiddle,
td.ccbbotright,
td.ccbdatacolumn,
td.ccbpostarea,
tr.ccbfrmrowheader,
tr.ccbboardsummary {
    background: #eee !important;
}

.bbcode_quote {
    border-color: #ddd;
    background: #fff;
}

div.bbcode_quote_head {
    color: #aaa;
}

div.bbcode_quote_body {
    color: #555;
}

a.ovalbuttongray {
    background: #4a4a4a;
    /* - */
    display: block;
    float: left;
    font: inherit;
    line-height: inherit;
    /* - */
    height: auto;
    /* - */
    color: white;
    padding: 0 7px;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 3px;
    font-size: inherit;
    line-height: 2em;
    /* - */
}

a:link.ovalbuttongray {
    color: white;
}

a.ovalbuttongray:hover,
a.ovalbuttongray:active {
    color: white;
    opacity: 0.8;
}

a.ovalbuttongray span {
    background: none;
    display: normal;
    color: inherit;
    padding: 0;
}

a.ovalbuttongray:hover span {
    color: inherit;
    background: none;
}

a.squarebutton {
    background: #aaa;
    /* - */
    display: block;
    float: right;
    font: inherit;
    line-height: inherit;
    /* - */
    height: auto;
    /* - */
    padding: 0 7px;
    margin-left: 4px;
    text-decoration: none;
    color: white;
}

a:link.squarebutton {
    color: white;
}

a:hover.squarebutton,
a:active.squarebutton {
    color: white;
    opacity: 0.7;
}

a.squarebutton span {
    background: none;
    display: normal;
    color: inherit;
    padding: 0;
}

a.squarebutton:hover span {
    color: white;
    background: none;
}

/* -------------------------------------------- */
/* --- MEMBER LANDING, 'MY NAME IS' STICKER --- */
/* -------------------------------------------- */
#my-name-is {
    height: 262px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 10px 0;
    background: url(../images/custom-mlp.png) left top no-repeat;
    /* default black suit */
    /*  background: url(/jmc-assets/misc/my-name-is-blue-polo.png) right no-repeat; /* blue polo shirt */
    /*  background: url(/jmc-assets/misc/my-name-is-female.png) right no-repeat; /* female suit */
    /*  background: url(/jmc-assets/misc/my-name-is-gray-t.png) right no-repeat; /* gray t-shirt */
    /*  background: url(/jmc-assets/misc/my-name-is-medical.png) right no-repeat; /* medical lab coat */
    /*  background: url(/jmc-assets/misc/my-name-is-tan-sweater.png) right no-repeat; /* tan sweater */
    /*  background: url(/jmc-assets/misc/my-name-is-worker.png) right no-repeat; /* general worker */
    background-color: #b7d6cf;
}


#my-name-is:before,
#my-name-is:after {
    position: absolute;
    left: auto;
    right: 11px;
    width: 354px;
    color: white;
    text-align: center;
    font-family: 'Barlow Condensed', 'Poppins', sans-serif;
}

#my-name-is:before {
    /* content: "HELLO"; */
    top: 20px;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
}

#my-name-is:after {
    /* content: 'my name is'; */
    top: 70px;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

#my-name-is .info {
    position: absolute;
    right: 11px;
    top: 75px;
    width: 354px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    /* background: white; */
}

#my-name-is h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

#my-name-is h3 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0 0;
    line-height: 20px;
}

#my-name-is h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#my-name-is h2,
#my-name-is h3,
#my-name-is h4 {
    font-family: 'Barlow Condensed', 'Poppins', Arial, Helvetica, sans-serif;
}

#profile-update-message {
    position: absolute;
    left: 0px;
    bottom: 4px;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    color: #999;
    border-radius: 0 4px 4px 0;
    background: rgba(0, 0, 0, 0.8);
    line-height: 18px;
}

#profile-update-message a:link {
    color: white;
}

#profile-update-message a:hover,
#profile-update-message a:active {
    color: white;
}

/* ----------------------------------- */
/* --- MEMBER LANDING, QUICK LINKS --- */
/* ----------------------------------- */
.member-landing-quick-links {
    border-radius: 4px;
    margin: 0 0 10px 0;
    padding: 10px 5px;
    background: #eee;
}

.member-landing-quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.member-landing-quick-links ul li {
    float: left;
    border-left: 1px solid #bbb;
    padding: 0px 5px;
}

.member-landing-quick-links ul li:first-child {
    border: 0;
}



/* -------------------------- */
/* --- HOME PAGE TEMPLATE --- */
/* -------------------------- */
.home-template-01 {}

.home-main {
    border-bottom: 1px solid #EEE;
    /* padding-bottom: 23px; */
    padding: 20px;
}

.homev2-template-01 {
    display: table;
}

.homev2-main {}

.home-subv2 {
    display: table-cell;
}


/* ----------------------- */
/* --- CALENDAR MODULE --- */
/* ----------------------- */
#right-bar span.multiday,
#right-bar .mod_events_latest_date {
    font-size: 14px;
    line-height: 1.6em
}

#right-bar .event-list-cat {
    font-size: 14px;
    line-height: 1.6em
}



/* ---------------------- */
/* --- DIY H6 BUTTONS --- */
/* ---------------------- */
h6 a,
.button-grid a {
    background: #3a546e;
    color: white;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    padding: 8px;
    border-radius: 3px;
    display: block;
    text-align: center;
    /* max-width: 680px; */
    margin: 0 auto;
    text-decoration: none;
    font-size: 18px;
}

.button-grid a {
    margin: 10px auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

h6 a:hover,
h6 a:active,
.button-grid a:hover {
    opacity: 0.8;
}

/* Grid Layout */
.grid-layout,
.button-grid,
.mc-columns .content-wrapper {
    -webkit-columns: 220px 3;
    -moz-columns: 220px 3;
    columns: 220px 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.grid-layout img,
.mc-columns .content-wrapper img {
    float: left;
    margin: 0 10px 10px 0;
    display: block;
}

.grid-box,
.button-grid p,
ul.button-grid li {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
}

table.grid-table td {
    border: 0;
    padding: 0;
}

blockquote.button-grid,
blockquote.grid-layout {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

ul.button-grid,
ul.button-grid li {
    margin: 0;
    list-style: none;
    padding: 0
}


/* Floats */
.mc-image-left,
.mc-image-left-large {
    float: left;
    margin: 0 13px 10px 0;
    clear: left;
}

.mc-image-right,
.mc-image-right-large {
    float: right;
    margin: 0 0 10px 13px;
    clear: right;
}



/* ------------------- */
/* --- BREAKPOINTS --- */
/* ------------------- */

/*
Baseline is Tablet Landscape */
#phone-portrait,
#phone-landscape,
#tablet-portrait,
#tablet-landscape {
    display: none;
    position: absolute;
    top: -100%;
    left: -100%;
    height: 1px;
    width: 1px;
}

#tablet-landscape {
    display: block;
}

@media screen and (max-width: 1410px) {
    #content-wrap.r-mid #content-padding {
        width: 70%;
        float: none;
        width: calc(100% - 350px);
    }

    .side-bar .moduletable {
        width: 100%;
        padding: 0 20px;
        background: none;
    }

    #right-bar {
        font-size: 14px;
    }

    .sub-modules-flex h6 a {
        font-size: 80%;
        /* width: 480px; */
    }
}

@media screen and (min-width: 1024px) {
    .full-width .home-sub {
        width: auto;
        max-width: 47.881355932203%;
    }

    #right-bar div.moduletable {
        width: initial;
        min-width: 45%;
        font-size: 18px;
    }
}


@media screen and (max-width: 1220px) {

    .resp-menu li>a,
    .resp-menu li>.separator {
        font-size: 15px;
    }

    .featured-content h6 a {
        font-size: 100%;
    }

    .sub-modules-flex {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .sub-modules-flex .home-sub {
        max-width: 100%;
    }

    div.sponsors-area.sub-modules-flex .home-sub {
        flex-direction: column;
    }

    .sub-modules-flex .home-sub {
        margin-top: 20px;

    }
}

/*
Tablet Portrait */
@media screen and (max-width: 1140px) {
    a[href*="task=edit"] {
        display: none;
    }

    /* the front-end edit button */
    #primary-nav-container,
    #tablet-landscape,
    .login-search {
        display: none;
    }

    #tablet-portrait {
        display: block;
    }

    .mc-logo-link {
        flex: .7 1 0;
        /*! min-width: 20%; */
        max-width: 250px;
    }

    a#menu-toggle {
        height: 32px;
        width: 32px;
        background: none;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 20px;
        display: block;
        text-decoration: none;
    }

    #mc-primary-header-bar .site-width div:not(.mc-logo-link) {
        display: none !important;
    }

    .mc-mainmenu {
        display: none !important;
    }

    #mc-secondary-header-bar {
        display: none !important;
    }

    .secondary-add-to-mobile-menu {
        margin: 30px 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .secondary-add-to-mobile-menu div {
        margin-top: 30px;
    }

    div.moduletable.join-now {
        display: block !important;
    }

    .module-flex {
        display: inline-flex;
        flex: 1;
        flex-direction: column;
        min-height: 300px;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .module-flex .mc-search-bar-in-mobile-menu {
        /* min-height: 200px; */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .module-flex div:not(.mc-search-bar-in-mobile-menu) {
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* min-width: 50%; */
        /* flex: 1; */
        /* max-width: 100%; */
        /* min-height: 100%; */
    }

    body.show-mobile>a#menu-toggle-x {
        display: block;
        background: #000;
        border-radius: 50%;
        border: 6px solid #000;
    }

    .site-width {
        padding: 30px 20px;
        width: auto;
    }

    #content-wrap .site-width {
        flex-direction: column;
    }

    #right-bar {
        font-size: 20px;
        display: inline-flex;
        min-width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #right-bar .moduletable {
        width: 44%;
    }

    #content-wrap.r-mid #content-padding {
        width: 100%;
    }

    /*
  #featured-content {background-size: auto 310px; font-size: 18px; line-height: 24px;}
  #featured-content .site-width {height: 310px; padding: 0;}
  #featured-content h3 {font-size: 24px; line-height: 32px; padding: 30px 30px 20px;}
  #featured-content h6 {bottom: 30px;}
  #featured-content p {padding: 0 30px; height: 130px; overflow: hidden;}
*/

    .mobile-menu-top {
        min-height: 48px;
    }

    .mobile-menu-top.modules-0~.mobile-menu ul.resp-menu {
        padding-top: 70px;
    }

}

/* Just for the Hero Text */
/*
@media screen and (max-width: 780px){
  #featured-content {font-size: 15px; line-height: 20px;}
}
*/

/* 6 Plus Landscape */
@media screen and (max-width: 736px) {

    .login-search-menu a#mcSimpleLogin,
    .login-search-menu .moduletable.mc-search {
        height: 30px;
        line-height: 30px;
        margin: 0 20px 2px 20px;
    }

    .login-search-menu a#mcSimpleLogin {
        margin-bottom: 10px;
    }

    .login-search-menu .mc-search input.inputbox {
        height: 20px;
        line-height: 20px
    }

    .login-search-menu a#mcSimpleLogin:after {
        margin-right: 5px
    }

    .login-search-menu a#mcSimpleLogin:after,
    .login-search-menu .moduletable.mc-search:after {
        font-size: 20px;
    }

    .mobile-menu ul.resp-menu {
        /* padding-top: 180px; */
    }

    .mobile-menu-top.modules-2~.mobile-menu ul.resp-menu {
        padding-top: 160px;
    }

    .mobile-menu-top.modules-1~.mobile-menu ul.resp-menu {
        padding-top: 120px;
    }

    #right-bar {
        flex-direction: column;
    }

    #right-bar .moduletable {
        width: 95%;
    }

    .featured-content h6 a {
        font-size: 90%;
    }
}

/* Phone Landscape */
@media screen and (max-width: 650px) {
    #tablet-portrait {
        display: none;
    }

    #phone-landscape {
        display: block
    }

    #header {
        /* height: 120px; */
    }

    #content-wrap.r-mid #content-padding {
        padding-right: 0px;
    }

    .mc-logo-link img {
        height: inherit;
        /*! width: inherit; */
    }

    #search-login-bar {
        height: 110px;
    }

    #header #search-login-bar .bar-search {
        width: 100%;
        float: none;
        height: 40px;
    }

    #header #search-login-bar .site-search input {
        height: 40px;
        width: 80%;
        padding: 0;
        text-indent: 10px;
    }

    #header #search-login-bar .site-search a {
        height: 40px;
        width: 20%;
        padding: 0;
        text-align: center;
    }

    #header #search-login-bar .bar-login {
        float: none;
        height: 40px;
        margin-top: 10px;
    }

    #header #search-login-bar #cta-join {
        height: 40px;
        width: 50%;
        text-align: center;
        padding: 0;
        border-radius: 3px 0 0 3px
    }

    #header #search-login-bar #mcSimpleLogin {
        height: 40px;
        margin-left: 0;
        width: 50%;
        text-align: center;
        padding: 0;
        border-radius: 0 3px 3px 0;
    }

    .site-width {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #menu-toggle {
        right: 10px !important;
    }

    /*   #featured-content {background-size: auto 280px; font-size: 18px; line-height: 20px;}
  #featured-content .site-width {height: 280px;}
  #featured-content h3 {font-size: 20px; line-height: 24px;}
  #featured-content h6 {bottom: 20px;}
  #featured-content h6 a {font-size: 18px; height: 40px; line-height: 40px;}
  #featured-content p {height: 170px; overflow: hidden;} */

    a#menu-toggle,
    a#menu-toggle-x {
        right: 20px;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    a#menu-toggle-x {
        -ms-transform: none;
        transform: none;
    }

    .login-search-menu a#mcSimpleLogin,
    .login-search-menu .moduletable.mc-search {
        margin-left: 10px;
        margin-right: 10px;
    }

    .login-search-menu {
        width: 78.125%;
        padding-bottom: 8px;
    }

    .mobile-menu-top.modules-2~.mobile-menu ul.resp-menu {
        padding-top: 150px;
    }

    .mobile-menu-top.modules-1~.mobile-menu ul.resp-menu {
        padding-top: 110px;
    }

    .login-search-menu .mc-search input.inputbox {
        width: 75%
    }


    .mobile-menu ul.resp-menu li a,
    .mobile-menu ul.resp-menu li .separator {
        padding: 2px 10px;
    }

    #right-bar .moduletable {
        float: none;
        width: 90%;
        margin-right: 0;
    }

    .footer-info,
    .socnets,
    #RTT {
        /* float: none; */
        /* text-align: center; */
        /* margin: 0 0 20px 0; */
        /* display: table; */
        /* max-width: none; */
    }

    .socnets li {
        display: inline-block;
        float: none;
        margin: 0 4px;
    }

    #RTT {
        margin: 0;
    }

    .sub-modules div.home-sub {
        float: none;
        width: auto;
        margin-right: 0;
    }

    /***Member Landing Page***/
    #profile-update-message {
        width: 97%;
        border-radius: 4px;
        bottom: -32px;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

    #my-name-is {
        background-image: none;
        background-position: center 20px;
        background-repeat: no-repeat;
        border-radius: 3px;
        padding-top: 100px;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 36px;
        overflow: visible;
    }

    #my-name-is:before,
    #my-name-is:after {
        left: 0;
        right: auto;
        width: 100%;
    }

    #my-name-is .info {
        width: auto;
        /*background: white;*/
        position: static;
        text-align: center;
        height: auto;
        padding-top: 5px;
        border-width: 0px;
        border-style: solid;
    }

    #my-name-is h3 {
        margin-bottom: 20px;
    }

    #my-name-is h4 {
        position: relative;
        margin-bottom: 5px;
    }

    .member-landing-quick-links ul li {
        border: 0;
    }

    /* Fix for filter box in Category List layout */
    table.contentpane td input.inputbox[name="filter"] {
        width: 40%
    }

    .mc-image-left,
    .mc-image-right {
        max-width: 40% !important;
    }

    .mc-image-left-large,
    .mc-image-right-large {
        display: block;
        float: none;
        margin: 10px 0;
        width: auto;
    }
}



/* Just for the Hero Text */
/* @media screen and (max-width: 475px){
  #featured-content {font-size: 15px; line-height: 18px;}
} */

/* Just for the Hero Text */
/* @media screen and (max-width: 400px){
  #featured-content {font-size: 13px; line-height: 20px;}
}
 */



/* ------------------- */
/* --- MC FORM CSS--- */
/* ------------------- */


.ngdialog.ngdialog-theme-default .ngdialog-content {
    font-size: .8em;
}

.gen-button,
.alt-button {
    font-size: .7em !important;
    line-height: 2em !important;
    padding: 0 20px !important;
    height: auto !important;
}

.gen-button:hover {
    color: inherit !important;
    background: #e2e2e2;
}

#form-view fieldset legend {
    font-size: 1.2em;
    margin: 0;
}

#form-view fieldset legend h2 {
    font-size: 1.2em;
    margin: 0;
}

span.green {
    color: green;
}

.white {
    background: #fff !important;
}

.clearfix {
    clear: both;
}

.red {
    color: red;
}

.green {
    color: green;
}

#form-view .lead {
    font-size: inherit;
}

#form-view .title {
    font-size: inherit;
}

#form-view p.low {
    font-size: 0.7em;
    line-height: 1.4em;
}

#form-view .form-view-error,
#form-view .lead,
#form-view .title {
    font-size: .7em;
    line-height: 1.4em;
}

#form-view .layout-element {
    margin: 20px 0;
    position: relative;
}

#form-view label {
    font-weight: bold;
}

#form-view input[ type="text"],
#form-view input[ type="password"],
#form-view input[ type="email"],
#form-view input[ type="url"],
#form-view select,
#form-view textarea {
    font-size: .7em;
    line-height: 1.4em;
    height: 36px;
}

#form-view ul.options-list input {
    top: 10px;
}

#form-view .name-element select {
    font-size: .7em !important;
    height: 39px !important;
}

@media screen and (max-width: 400px) {
    #form-view .name-element select {
        font-size: .7em !important;
        height: 36px !important;
    }
}

#form-view select {
    height: 36px;
}

#form-view select[ multiple] {
    height: 100px;
}

#form-view .summary-section .row {
    height: 50px;
}

#form-view .summary-section .row.tall-1 {
    height: 100px;
}

#form-view .summary-section .row.tall-2 {
    height: 150px;
}

#form-view .summary-section .row.tall-3 {
    height: 200px;
}

#form-view .summary-section .row.tall-4 {
    height: 250px;
}

#form-view .summary-section .row.tall-5 {
    height: 300px;
}

#form-view .summary-section .row.med-1 {
    height: 30px;
}

#form-view .summary-section .row.med-2 {
    height: 60px;
}

#form-view .summary-section .row.med-3 {
    height: 90px;
}

#form-view .summary-section .row.med-4 {
    height: 120px;
}

#form-view .summary-section .row.med-5 {
    height: 150px;
}

#form-view .toggle-actions {
    font-size: 12px;
    text-decoration: none;
    color: #428bca;
}

#form-view .toggle-actions:hover {
    text-decoration: underline;
    color: #2a6496;
}

.upload-msg {
    font-size: .7em;
}

.upload-msg p {
    font-size: .7em;
}

#summary-section .section-row .section-title {
    font-size: 18px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DANGEROUS STUFF TO CHANGE UP THERE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* vvvvvvvvvvv            STYLING AND COLOR CHANGES CAN ALL BE FOUND BELOW            vvvvvvvvvvv */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* ----------------------------------- */
/* ------ HEADER STUFF --------------- */
/* ----------------------------------- */


#mc-secondary-header-bar div.moduletable.mc-search {
    width: 75%;
}

form.mc-site-search-mod {
    width: 100%;
}

.button.mc-search {
    background: #519aae;
    color: white;
}

.mc-join-now a,
#mcSimpleLogin {
    background: #519aae;
    color: white;
}

.module-flex .mc-search-bar-in-mobile-menu {
    /* background: cadetblue; */
}




/* RIGHT BAR
-------------------------------------------------- */
#right-bar .menu a {
    background: #1075bc;
    color: #fff;
}

/* FOOTER
-------------------------------------------------- */

#footer {
    color: white;
    background: #002D6A;
    font-size: 15px;
}

/* next thing pads the bottom of the footer to fill the viewport
even on very short pages like login - match the background colors */
#footer::after {
    content: '';
    background: #182838;
    height: 1000px;
    width: 100%;
    display: block;
    position: fixed;
}

#footer h3 {
    font-weight: bold;
    font-size: calc(12px + .5vw);
    margin: 0;
    opacity: 0.8;
    flex: 1 1 auto;
    display: inline;
    /* margin: auto; */
    width: auto;
    /* text-align: center; */
}

a#RTT {
    color: white;
    display: none;
    /* for now */
}

.footer-info {
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

#footer-links {
    display: flex;
    flex-flow: row wrap;
}

#footer-links a {
    color: white;
    opacity: .6;
    font-size: .8em;
    text-decoration: none;
    margin-right: 20px;
}

#footer-links a:hover {
    opacity: .9;
}

.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;
    background: #007DC3;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-left: 7px;
    border-radius: 4px;
    border: 1px solid #007DC3;
}

.footer-buttons ul li:first-child a {
    margin-left: 0;
    background-color: transparent;
    color: white;
    border-color: white;
    opacity: 0.8;
}

.footer-buttons ul li a:hover {
    opacity: 0.8;
}

.footer-buttons ul li:first-child:hover a {
    background-color: transparent;
    opacity: 1;
}

#footer-copyright {
    text-align: center;
    font-size: 90%;
    opacity: .8;
    margin-bottom: 15px;
}

#footer-copyright a {
    color: #FFFFFF;
}

/* BREAKPOINTS JUST FOR FOOTER STUFF
---------------------------------------------------- */
@media screen and (max-width: 500px) {
    #footer h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .socnets {
        flex-flow: column nowrap;
    }

    .footer-info {
        justify-content: center;
    }

    .footer-info .moduletable:nth-child(2) {
        margin-top: 20px;
    }

    .footer-info .footer-buttons a {
        width: 30vw;
        justify-content: center;
    }
}

/* end @media max500 */





#mc-secondary-header-bar {
    background: #002D6A;
    height: 60px;
    position: relative;
}

#mc-secondary-header-bar .site-width {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mc-secondary-header-bar .moduletable {
    /* flex: 1; */
    /* outline: 1px solid red; */
    height: 40px;
}

#mc-secondary-header-bar a {
    background: blue;
    color: white;
    font-size: .7em;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    padding: 0;
    line-height: normal;
}

#mc-secondary-header-bar a:hover {
    opacity: .8;
}

#mc-secondary-header-bar #mcSimpleLogin,
#mc-secondary-header-bar #cta-join,
#mc-secondary-header-bar a.button.site-search {
    background: tan;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    background: #007DC3;
    font-size: 15px;
    box-sizing: border-box;
}

#mc-secondary-header-bar a.button.site-search {
    width: 70px;
    border-radius: 0 3px 3px 0;
}

input.site-search {
    width: 200px;
}

div.site-search {
    /* position: absolute; */
    /* right: 0px; */
    /* width: 280px; */
    /* flex-basis: 270px; */
}

#mc-secondary-header-bar .moduletable:first-child {
    order: 3;
    margin-left: 10px;
}

#mc-secondary-header-bar .moduletable.join-now {
    order: 1;
    position: absolute;
    left: 20px;
}

#mc-secondary-header-bar .moduletable.site-search {
    order: 2;
}



/* FEATURED CONTENT 1
-------------------------------------------------- */
#featured-content-1 {
    color: white;
    background: url(/assets/featured-content/fc-1.jpg);
    background-color: white;
    width: 100%;
    margin: 0;
    display: inline-block;
    /* an optional but often nice way to set the height of featured-content is to use
      height:calc(100vh - 161px) where the px value is the height of the header */
    height: calc(100vh - 160px);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

#featured-content-1 .site-width {
    align-items: flex-start;
    /* use this to vertically position things in FCs - center is default */
    padding-top: calc(9vw + 39px);
}

#featured-content-1 .color-overlay {
    /*background: linear-gradient(107.92deg, rgba(0, 0, 0, 0.85) 0%, rgba(238, 181, 36, 0.83) 100%);*/
    min-height: inherit;
}

#featured-content-1 p.quote,
#featured-content-1 p.person {
    font-size: calc(28px + 1vw);
    text-align: center;
}

#featured-content-1 p.quote em {
    font-weight: bold;
}

#featured-content-1 p.person {
    text-align: center;
    margin-left: 40vw;
    font-size: calc(18px + 1vw);
}

#featured-content-1 h6 a {
    background: #F8971D;
    color: #FFF;
    box-shadow: 0 0 20px rgb(21 20 20 / 35%);
}

#featured-content-1 h6 a:hover {
    background: #F8971D;
    color: #FFF;
    box-shadow: inset 0 0 0 2px #F8971D;
}




@media screen and (max-width: 870px) {
    #featured-content-1 {
        background-size: 400vw;
        background-position: 25% 20%;
    }
}


/* FEATURED CONTENT 2
-------------------------------------------------- */


#featured-content-2 {
    background-image: url(/assets/featured-content/fc-2.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-2 .color-overlay {
    /*background-image: linear-gradient(to bottom, rgb(13 43 71 / 98%) 40%, rgb(13 43 71 / 97%));*/
}

#featured-content-2 p {
    color: #eee;
    /* margin-bottom: 80px; */
}

#featured-content-2 h6 a {
    background: #007DC3;
    color: #FFF;
}

#featured-content-2 h6 a:hover {
    background: #007DC3;
}




#featured-content-2 h1 {
    text-align: center;
}


#featured-content-2 h3 {
    color: #fff;
}

#featured-content-2 p {
    color: #fff;
}


/* FEATURED CONTENT 3
-------------------------------------------------- */


#featured-content-3 {
    background-image: url(/assets/featured-content/fc-3.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-3 .color-overlay {
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 84%) 40%, rgb(255 255 255 / 81%));
}

#featured-content-3 p {
    color: #2e2e2e;
    /* margin-bottom: 80px; */
}

#featured-content-3 h6 a {
    background: #002D6A;
    color: #FFF;

}

#featured-content-3 h6 a:hover {
    background: #007DC3;
    color: #FFF;

}



#featured-content-3 h1 {
    text-align: center;
}


#featured-content-3 h3 {
    color: rgb(0 0 0 / 65%);
}

#featured-content-3 p {
    color: rgb(0 0 0 / 61%);
}

/* FEATURED CONTENT 4
-------------------------------------------------- */


#featured-content-4 {
    background-image: url(/assets/featured-content/fc-4.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-4 .color-overlay {
    background-image: linear-gradient(to bottom, rgb(238 168 70 / 81%), rgb(238 168 70 / 73%));
}

#featured-content-4 p {
    color: #2e2e2e;
    /* margin-bottom: 80px; */
}

#featured-content-4 h6 a {
    background: #002D6A;
    color: #FFF;

}

#featured-content-4 h6 a:hover {
    background: #002D6A;
    color: #FFF;

}



#featured-content-4 h1 {
    text-align: center;
}


#featured-content-4 h3 {
    color: #fff;
}

#featured-content-4 p {
    color: #fff;
}



/* FEATURED CONTENT 5
-------------------------------------------------- */


#featured-content-5 {
    background-image: url(/assets/featured-content/fc-5.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-5 .color-overlay {
    /*background-image: linear-gradient(to bottom, rgb(64 150 214 / 73%) 40%, rgb(64 150 214 / 75%));*/
}

#featured-content-5 p {
    color: #2e2e2e;
    /* margin-bottom: 80px; */
}

#featured-content-5 h6 a {
    background: #007DC3;
    color: #FFF;
}

#featured-content-5 h6 a:hover {
    background: #007DC3;
    color: #FFF;
}



#featured-content-5 h1 {
    text-align: center;
}


#featured-content-5 h3 {
    color: #fff;
}

#featured-content-5 p {
    color: #fff;
}

/* FEATURED CONTENT 6
-------------------------------------------------- */


#featured-content-6 {
    background-image: url(/assets/featured-content/fc-6.jpg);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

#featured-content-6 .color-overlay {
    /*background-image: linear-gradient(to bottom, rgb(64 150 214 / 73%) 40%, rgb(64 150 214 / 75%));*/
}

#featured-content-6 p {
    color: #2e2e2e;
    /* margin-bottom: 80px; */
}

#featured-content-6 h6 a {
    background: #002D6A;
    color: #FFF;

}

#featured-content-6 h6 a:hover {
    background: #002D6A;
    color: #FFF;

}



#featured-content-6 h1 {
    text-align: center;
}


#featured-content-6 h3 {
    color: #007dc3;
}

#featured-content-6 p {
    color: #000;
}






/* GENERAL
-------------------------------------------------- */
a {
    color: #007DC3;
}

h1 {
    color: #002D6A;
}

h2 {
    color: #007DC3;
}

.moduletable h3 {
    color: #4A4A4A;
    border-color: #4A4A4A;
}

/* module titles */
#my-name-is {
    background-color: #007DC3;
}

#right-bar .menu a {
    background: #F8971D;
    color: #FFFFFF;
}

h6 a,
.button-grid a {
    background: #002D6A;
    color: #FFFFFF;
}

/* CCBOARD
-------------------------------------------------- */
td.ccbtopleftgray,
td.ccbtopmiddlegray,
td.ccbtoprightgray {
    background: #002D6A !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;
}



/* HIDING THE CONTENT AREA ON THE HOME PAGE SO IT CAN BE NOTHING BUT HERO SECTIONS
  heroes on heroes on heroes
-------------------------------------------------- */
body.home #content-wrap {
    display: none;
}

.old-footer {
    display: none;
}


#footer-copyright h3 {
    display: none;
}

#Footer-Links a {
    color: #fff;
    text-decoration: none;
}

.mod_events_latest_table a {
    font-size: 14px !important;
}

/*SPONSOR SECTION | ROMIE - 22 Aug 2023*/

div#sponsors-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    */
}

div#sponsors-1 img {
    transition: all 0.5s;
    max-width: 350px;
    width: 100%;
}

div#sponsors-1 img:hover {
    transform: scale(1.1);
    box-shadow: 2px 0px 5px rgb(0 0 0 / 10%);
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}



/*END SPONSOR SECTION*/
/*updated font size 9-06-2023 - Romie*/
.cal-cell-event a {
    border-color: inherit;
    font-size: 14px !important;
    display: block;
    line-height: 16px;
    padding: 5px;
    background: #eee;
}

/* THE END
--------------------------------------------------------------------------------------------- */

/* NEW LOADOUT ► SUMMER '22 */