/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
*,::after,::before{background-repeat:no-repeat;box-sizing:border-box}::after,::before{text-decoration:inherit;vertical-align:inherit}html{cursor:default;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.15;-moz-tab-size:4;tab-size:4;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none}pre{font-family:Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Oxygen Mono,Liberation Mono,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Oxygen Mono,Liberation Mono,monospace;font-size:1em}small{font-size:80%}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}


/* FONTS */

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-MediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}


/* LAYOUT */

html, body { margin: 0; font-family: Gotham, sans-serif; font-size: 18px; line-height: 1.15; color: #222; }
.main { max-width: 1200px; min-height: 100vh; margin: 0 auto; background: white; }

.container { max-width: 960px; padding: 0 20px; margin: 0 auto; }
.container:after { content: " "; display: block; clear: both; }

.logo { display: block; width: 280px; height: 75px; margin: 20px auto 10px; background: url(art/logo.svg); background-size: contain; background-repeat: no-repeat; background-position-x: center;}

header + nav {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  background: white;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  z-index: 10;
}

.nav-item {
  margin: 12px 2px;
  width: 122px;
  height: 31px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.nav-item.red { color: #8a0028; background: url(art/menu-red.svg) no-repeat; }
.nav-item.blue { color: #004784; background: url(art/menu-blue.svg) no-repeat; }
.nav-item.yellow { color: #d39811; background: url(art/menu-yellow.svg) no-repeat; }
.nav-item.green { color: #2b7534; background: url(art/menu-green.svg) no-repeat; }
.nav-item.black { color: #242436; background: url(art/menu-black.svg) no-repeat; }

.nav-item svg { display: none; fill: currentColor; }
.nav-item span { color: white; }

@media screen and (max-width: 660px) {
  .logo { width: 220px; height: 59px; margin: 10px auto 12px; }
  .nav-item { background: none !important; font-size: 12px; margin: 0; width: 20%; height: auto; line-height: 26px; max-width: 84px; }
  .nav-item svg { display: block; margin: 6px auto -2px; }
  .nav-item span { color: currentColor; }
}

.hero { background: url(hero/default.jpg) center; background-size: cover; height: 360px; margin: 0 auto 48px; 
        max-height: calc(100vw / 2); min-height: 200px; max-width: 1440px; position: relative; }

.hero h1 { font-weight: bold; color: white; position: absolute; bottom: 32px; margin: 0; text-transform: uppercase;
           text-shadow: 0 4px 20px black; width: 100%; text-align: center; font-size: 48px; z-index: 10; }
@media screen and (max-width: 640px) { .hero h1 { font-size: 36px; } }
@media screen and (max-width: 400px) { .hero h1 { font-size: 30px; } }

.hero.shadow:after { content: " "; display: block; position: absolute; width: 100%; height: 100%; top: 0; opacity: 0.5;
                     background: radial-gradient(ellipse farthest-side at bottom center, #000, rgba(0,0,0,.5) 40%, transparent 60%); }

.hero.home { background-image: url(hero/home1.jpg); height: 440px; min-height: 240px; }

.hero.bar { height: 60px; min-height: 0; max-width: none; background: #8a0028 center url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="60"><polygon points="35 60 0 0 70 0 35 60" opacity="0.15"/></svg>'); }
.hero.bar-blue { background-color: #004784; }
.hero.bar-green { background-color: #2b7534; }
.hero.bar-gold { background-color: #d39811; }

footer { background: #eee; padding-top: 20px; margin-top: 48px; }
footer p { color: #999; margin: 0; font-size: 12px; }
footer .container:first-child { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.footer-logo { margin-bottom: 12px; width: 140px; height: 38px; background: url(art/logo.svg); background-size: contain; background-repeat: no-repeat; }

.footer-left { margin: 0 40px 16px 0; }
nav.footer-right { flex-shrink: 1; width: 480px; margin-bottom: 16px; }
nav.footer-right ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0; }
nav.footer-right ul li { width: 120px; font-size: 16px; line-height: 24px; margin: 0 0 6px; }
.footer-credit { font-size: 14px; background: #ccc; text-align: center; padding: 12px 20px; line-height: 1.4; }
.footer-credit a { text-decoration: none; color: #0c7cdc; white-space: nowrap; }
.footer-credit img { border-radius: 2px; margin: -3px -1px 0 4px; }


/* TYPOGRAPHY */

p, li { margin: .8em 0; }
p, ul, ol { line-height: 1.7; color: #444; }
strong, b { color: #222; font-weight: 700; }
hr { clear: both; display: block; border: none; background: #ccc; height: 1px; margin: .8em 0; }
img { border-radius: 4px; max-width: 100%; height: auto; }

p a, ul a, ol a, h3 a {
  color: #0078e0;
  text-decoration: none;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-in-out 0s;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor calc(100% - 2px), currentColor 100%, transparent 100%);
}
p a:hover, p a:focus, ul a:hover, ul a:focus, ol a:hover, ol a:focus, h3 a:hover, h3 a:focus { background-size: 100% 100%; }

p { margin: 0 0 1em; }
h3 { color: #b30033; margin: 2.4em 0 0.6em; font-size: 1.4em; }
h3:first-child { margin-top: 0; }

.button, .momathbutton {
  background: #475D98;
  color: white;
  border: none;
  padding: 6px 18px;
  text-decoration: none;
  display: inline-block;
  margin: 8px 2px;
  border-radius: 6px;
  transition: background .2s;
}
.button:hover, .button:focus { background: #063156; color: white; }


/* CUSTOM ELEMENTS */

.sidebar h4, .sidebar p { line-height: 1.5; margin: 0 0 10px 0; font-size: 16px; }
.sidebar h4 { color: #269935; margin-top: 20px; }
.sidebar h4:first-child { margin-top: 0; }
.sidebar h4 svg { margin: -3px 2px -2px -2px; fill: #269935; }

#containerbody { display: flex; flex-wrap: wrap; align-items: flex-start; }
#content { flex: 1 1 520px; }
.sidebar { padding-left: 20px; margin-left: 20px; border-left: 1px solid #ccc; max-width: 240px; }
.sidebar:empty { display: none; }

@media screen and (max-width: 818px) {
  .sidebar { 
    margin: 0; 
    padding: 0; 
    width: auto; 
    border: 0; 
    max-width: inherit;
    
  }
  .sidebar ul.news li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .sidebar .sidebarrule{
    height: 0px;
  }
}

#content > *:first-child, .sidebar > *:first-child, .entry-content > *:first-child { margin-top: 0 !important; }
#content > *:last-child, .sidebar > *:last-child { margin-bottom: 0 !important; }

figcaption { text-align: center; color: #999; margin-top: 8px; font-size: 16px; }

.video-wrap { max-width: 476px; margin: 1em auto; position: relative; }
.video-padding { padding-bottom: 100%; }
.video-wrap iframe { position: absolute; width: 100%; height: 100%; }

.youtube-responsive-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  }
  
  .youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }
  

.row { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -12px; align-items: flex-start; }
.row .grow { flex-grow: 1; margin: 12px; }

.h3-highlight { text-align: center; background: #8a052b; border-radius: 6px; padding: 12px 20px; margin-top: 1em; }
.h3-highlight a { color: white; }



/* PLUGIN STYLE OVERRIDES */

/* NextGen Gallery */
.ngg-galleryoverview{
  text-align: center;
  margin-top: 0px;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box{
  float: none;
  display: inline-block;
}


/* MOBILE FORM OVERRIDES */

@media screen and (max-width: 600px) {
  #crm-container.crm-public .label { float: none; width: 100%; text-align: left; }
  #crm-container.crm-public .content { margin: 0 0 10px 0; }
  #crm-container.crm-public input, #crm-container.crm-public select { max-width: calc(100vw - 52px) !important; }
}


/* LEGACY CLASSES */

.bluerule{background-color:#475D98;height:7px;margin-bottom:10px;margin-top:15px;width:525px}
.skip-link{position:absolute;right:1em;top:1em}
.aligncenter,.aligncenter{display:block;margin-left:auto;margin-right:auto}
.entry-title,.entry-meta{clear:both}
ul.circle {list-style-type:disc; list-style:disc;}
li.circle {list-style-type:disc;}
#commentform .form-label{margin:1em 0 0}
#commentform span.required{background:#fff;color:#c30}
#commentform p{margin-bottom:5px;margin-top:5px;padding:0}
#author,#email,#url,#comment{border:1px solid #CFCFCF;font-size:13px;margin-bottom:5px;padding:4px}
.comments ol li{margin:0 0 3.5em}
#comment{height:13em;margin:0 0 .5em;overflow:auto;width:98%}
.alignright,img.alignright{float:right;margin:1em 0 0 1em}
.alignleft,img.alignleft{float:left;margin:1em 1em 0 0}
.aligncenter,img.aligncenter{display:block;margin:1em auto;text-align:center}
.gallery{clear:both;height:100%;margin:1em 0;width:100%}
.gallery dl{margin:1em auto;overflow:hidden;text-align:center}
.gallery .gallery-columns-1{width:100%}
.gallery .gallery-columns-2{width:49%}
.gallery .gallery-columns-3{width:33%}
.gallery .gallery-columns-4{width:24%}
.gallery .gallery-columns-5{width:19%}
#nav-above{margin-bottom:1em}
#nav-below{margin-top:1em}
#nav-images{height:150px;margin:1em 0}
.navigation{height:1.25em}
.navigation .nav-next{float:right;text-align:right}
#respond{clear:both;padding-top:20px;width:100%}
#respond input[type=submit]{-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:#000 none repeat scroll 0 0;border:1px solid #475D98;color:#FFF;cursor:pointer;font-size:12px;padding:5px;width:220px}
.pressTitle{font-size:20px;line-height:24px}
.pressDate{font-size:9px;font-weight:regular;letter-spacing:1px;line-height:25px}
.pressPub{font-size:9px;font-weight:700;letter-spacing:1px;line-height:25px}
.pressContent{font-size:13px;line-height:normal}
#header{border-bottom:1px solid #000;clear:both;float:left;margin-top:-230px;text-align:left;width:100%}
.imagehome0{float:left;overflow:hidden;width:255px}
.imagehome1{float:right;overflow:hidden;width:255px}
.imagehome0 img,.imagehome1 img{height:auto;margin-bottom:15px;width:255px}
.captionhome{font-size:11px;line-height:14px}
.sidebar a .img{margin-bottom:10px;margin-top:10px}
.pull{color:#1E1E1E;font-family:Georgia, "Times New Roman", Times, serif;font-size:16px;line-height:22px}
#twitter-container .entry-meta{font-style:italic;margin-top:10px}
.widgettitle{display:none}
table.news td{font-size:11px;line-height:15px;padding-bottom:20px;padding-right:20px;vertical-align:top;width:50%}
#team td{font-size:11px;line-height:15px;padding-bottom:20px;vertical-align:top;width:25%;padding:0}
ul.news{list-style:none;padding:0;}
ul.news li{font-size:11px;line-height:15px;margin-bottom:20px;list-style:none;}
ul.board{list-style:none;padding:0;}
ul.board li{font-size: 13px;line-height:1.2;}
.newstitle{color:#475D98;font-weight:700}
.news .newsexcerpt{color:#1E1E1E}
.support li{font-size:13px;line-height:20px;list-style-image:url(art/bullet.jpg);margin-left:50px;margin-top:15px}
strong,table.news td strong,ul.news li strong{font-weight:700}
em,.wp-caption-text{font-style:italic}

textarea {
   height: 200px;
   width: 218px;
}

#post-5299 ul.support {
	margin-top: 0.8em;
}
#post-5299 ul.support li {
	font-size: 14px;
	list-style-image: none;
	list-style-type: disc;
	margin-top: 0;
	margin-left: 2.5em;
	padding-bottom: 0.2em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.sidebar ul {
  padding: 0;
}

.error404 h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.col,
.col-2 {
  width: 50%;
}

.col-3 {
  width: 33%;
}

#crm-container h1 {
    line-height: normal;
}

#crm-container h2 {
  line-height: 135%;
}

.fee_amount-value {
  width: 100px;
}

input[visibility="2"] + label::after{
  content: " --- ADMIN ONLY ";
}
.event_description-section{
    float:left;
}


#crm-container div#printer-friendly {
  display: none;
}


#crm-container div.event_description-section{
  text-align: center;
}
#crm-container div.event_description-section h1{
  margin-left: 125px;
  margin-right: 125px;  
}

@media screen and (max-width: 818px) {
  #crm-container div.event_description-section h1{
    margin-left: 10px;
    margin-right: 10px;  
  }
}


#crm-container div.event_description-section h2{
  max-width: 500px;
  display:inline-block;
  
}
#crm-container div.event_description-section p,  #crm-container div.event_description-section ul li{
  text-align: left;
}
