/* cmsms stylesheet: Main modified: Wednesday, August 4, 2021 3:47:29 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: #333;
    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: 45px auto;
}

.TheNav {
    color: #fff;
    background-color: #000;
    text-align: center;
    line-height: 0;
}

.UnderNav {
    color: #fff;
    background-color: #fff;
    text-align: center;
    line-height: 0;
    height: 1px;
}

.Slider {
    color: #fff;
    background-color: #000;
    text-align: center;
}

.Tagline {
    background-color: rgb(153,27,30);
    padding: 15px 0;
}

.TaglineText {
    font-family: 'Cormorant', serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-style: italic;
}

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

.HomeMainBack{
}

.HomeLeft {
    padding: 30px;
    display: block;
}

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

.HomeRight {
    padding: 30px;
    display: block;
}

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


.numberboxes {
    border: 1px solid #999;
    padding: 30px;
    margin: 30px;
    font-family: 'Cormorant', serif;
    font-size: 22px;
    text-align: center;
}

.numberboxbigtextnumbers {
    font-size: 80px;
    line-height: 50px;
}

.numberboxbigtext {
    font-size: 50px;
    line-height: 50px;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .numberboxes {
    border: 1px solid #999;
    padding: 20px;
    margin: 10px;
    font-family: 'Cormorant', serif;
    font-size: 22px;
    text-align: center;
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .numberboxes {
    border: 1px solid #999;
    padding: 20px;
    margin: 10px;
    font-family: 'Cormorant', serif;
    font-size: 22px;
    text-align: center;
}
}






.ScheduleButt {
    padding: 20px;
    margin: 5px auto;
}

.Footer {
    background-color: #333;
    margin-top: 1px;
    padding: 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);}

.LastFootBlock {
    text-align: right;
}

.Footlogos {
    padding: 10px 4px;
}

.Copyr {
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 12px;
    color: #666;
}

.SubMainTop {
    margin-bottom: 25px;
}

.SubMainLeft {
    margin-bottom: 25px;
}

.SubMainRight {
    margin-bottom: 25px;
}

.SubMainBottom {
}

.SubLeft {
    padding: 30px;
}

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

.SubRight {
    /* padding: 30px 20px; */
}


/* RANDOMNESS */

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

A:link {text-decoration: none; color: rgb(16,70,97);}
A:visited {text-decoration: none; color: rgb(16,70,97);}
A:active {text-decoration: none; color: rgb(16,70,97);}
A:hover {text-decoration: underline; color: rgb(16,70,97);}

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-family: 'Cormorant', serif;
    font-size: 30px;
    color: rgb(16,70,97);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    color: rgb(16,70,97);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: rgb(16,70,97);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

.accordion-title {
    font-family: 'Cormorant', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}

.accordion-title:hover {
    text-decoration: none;
}
/* cmsms stylesheet: Nav modified: Tuesday, July 27, 2021 4:18:17 PM */
.title-bar {
    background: #000;
    padding: 5px 10px;
}

.top-bar {
    background: #000;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

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

.top-bar ul {
    background: #000;
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background: #000;
    padding: 7px 0px 8px 0px;
}

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

.top-bar ul li:hover {
    background-color: #666;
    color: #fff;
}

.top-bar ul li.navactive {
    background-color: #666;
    color: #fff;
}

.top-bar ul li ul li:hover {
    background-color: #666;
    color: #fff;
}

.top-bar ul li ul li.navactive {
    background-color: #666;
    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 #666; */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid #666; */
    }
}

.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 {

}
