/* cmsms stylesheet: GRUCH-Navigation modified: Wednesday, May 5, 2021 3:58:04 PM */
.title-bar {
    background: rgb(16,70,97);
    padding: 5px 10px;
}

.top-bar {
    background: rgb(16,70,97);
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background: rgb(16,70,97);
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background: rgb(16,70,97);
    padding: 7px 0px 8px 0px;
}

.top-bar ul li a {
    color: #fff;
}

.top-bar ul li:hover {
    background-color: rgb(21,90,125);
    color: #fff;
}

.top-bar ul li.navactive {
    background-color: rgb(21,90,125);
    color: #fff;
}

.top-bar ul li ul li:hover {
    background-color: rgb(21,90,125);
    color: #fff;
}

.top-bar ul li ul li.navactive {
    background-color: rgb(21,90,125);
    color: #fff;
}

.top-bar ul li a:hover {
    text-decoration: none;
}

.menu-text {
    color: #fff;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {
/*        border-left: 1px solid rgb(21,90,125); */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid rgb(21,90,125); */
    }
}

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {

}
/* cmsms stylesheet: GRUCH-MainCSS modified: Wednesday, May 5, 2021 4:22:42 PM */
/* MAIN */

/*
font-family: 'Oswald', sans-serif; 400 400
font-family: 'Open Sans', sans-serif; 400 600
*/


body {
    font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    background-color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
}

.TheLogo {
    margin: 30px auto 70px auto;
    display: block;
}

.TheSplashNav {
    color: #fff;
    background-color: rgb(16,70,97);
    text-align: center;
}

.TheNav {
    color: #fff;
    background-color: rgb(16,70,97);
    text-align: center;
    line-height: 0;
}

.UnderNav {
    color: #fff;
    background-color: rgb(21,90,125);
    text-align: center;
    line-height: 0;
    height: 10px;
}

.Tagline {
    background-color: rgb(21,90,125);
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}

.TaglineText {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-style: italic;
}

.TaglineText A:link {text-decoration: none; color: #fff;}
.TaglineText A:visited {text-decoration: none; color: #fff;}
.TaglineText A:active {text-decoration: none; color: #fff;}
.TaglineText A:hover {text-decoration: underline; color: #fff;}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .Tagline {
        font-size: 18px;
        padding: 20px 0;
    }
}

.MainBack{
}

.MainHeader {
    /*background-image: url("/uploads/images/header-back.jpg");*/
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.HomeMainBack {
    padding: 30px;
}

.HomeMainBack A:hover {text-decoration: none; color: rgb(16,70,97);}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeMainBack {
        padding: 20px;
    }
}

.HomePara {
    padding: 0px 20px 20px 20px;
}

.HomeLeft {
    padding: 30px;
    background-color: rgb(241,241,241);
    display: block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeLeft {
        padding: 20px;
    }
}

.HomeLeft:hover {
    background-color: rgb(229,229,229);
}

.HomeRight {
    padding: 30px;
    background-color: rgb(241,241,241);
    display: block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeRight {
        padding: 20px;
    }
}

.HomeRight:hover {
    background-color: rgb(229,229,229);
}

.SubMainBack {

}

.SubLeft {
    padding: 30px 30px 30px 0px;
    
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubLeft {
        padding: 20px;
    }
}

.SubRight {
    padding: 20px;
    background-color: rgb(227,227,227);
    
}

.BelowFooter {
    background-color: rgb(47,47,47);
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .BelowFooter {
    font-size: 14px;
}
}

.Footer {
    background-color: rgb(16,70,97);
    margin-top: 1px;
    padding: 5px 0 20px 0;
    font-size: 14px;
}

.Footer A:link {text-decoration: none; color: #fff;}
.Footer A:visited {text-decoration: none; color: #fff;}
.Footer A:active {text-decoration: none; color: #fff;}
.Footer A:hover {text-decoration: none; color: rgb(227,227,227);}

.Copyr {
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 12px;
    background-color: rgb(52,52,52);
    color: #8e8e8e;
}


/* RANDOMNESS */

.columns.nopadding {
  padding-left: 0;
  padding-right: 0;
}

A:link {text-decoration: none; color: rgb(21,90,125);}
A:visited {text-decoration: none; color: rgb(21,90,125);}
A:active {text-decoration: none; color: rgb(21,90,125);}
A:hover {text-decoration: underline; color: rgb(21,90,125);}

A.button:link {text-decoration: none; color: #fff}
A.button:visited {text-decoration: none; color: #fff}
A.button:active {text-decoration: none; color: #fff}
A.button:hover {text-decoration: none; color: #fff}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-size: 30px;
    color: rgb(21,90,125);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-size: 24px;
    color: rgb(21,90,125);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-size: 20px;
    color: rgb(21,90,125);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h2.SponorHeader {
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

h2.SponorHeader:before,
h2.SponorHeader:after {
  background-color: #ccc;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h2.SponorHeader:before {
  right: 0.5em;
  margin-left: -50%;
}

h2.SponorHeader:after {
  left: 0.5em;
  margin-right: -50%;
}

.ArticleItem {
    border: 1px solid #ccc;
    margin: 5px 0;
}

.ArticleImage {
    padding: 15px;
}

.ArticleSummary {
    padding: 15px;
}

.ArticleSummary h2 {
    font-size: 20px;
    color: rgb(16,70,97);
    font-weight: 400;
    padding: 4px 0;
    margin: 4px 0;
}
