/* cmsms stylesheet: COINS Nav modified: Thursday, January 19, 2023 5:37:14 PM */
.title-bar {
    background-color: rgb(41,41,41);
    padding: 5px 10px;
}

.top-bar {
    background-color: rgb(41,41,41);
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.drilldown a {
    background: rgb(143,71,67);
}

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

.top-bar ul {
    background-color: rgb(41,41,41);
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background-color: rgb(41,41,41);
    padding: 7px 0px 8px 0px;
        text-transform: uppercase;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .top-bar ul li {
    padding: 0px;
}
}

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

.top-bar ul li:hover {
    background-color: rgb(143,71,67);
    color: #fff;
}

.top-bar ul li.navactive {
    background-color: rgb(143,71,67);
    color: #fff;
}

.top-bar ul li ul li {
    padding: 2px 0px;
text-transform: none;
}

.top-bar ul li ul li:hover {
    background-color: rgb(143,71,67);
    color: #fff;
}

.top-bar ul li ul li.navactive {
    background-color: rgb(143,71,67);
    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 > li.is-active > a {
    background: transparent;
    color: #fff;
}

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

}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-top-style: solid;
    border-color: #fff transparent transparent;
}
/* cmsms stylesheet: COINS Main modified: Monday, January 23, 2023 2:22:39 PM */
/* MAIN */

body {
    font-family: 'Questrial', sans-serif;
    color: #000;
    background-color: #fff;
    font-size: 18px;
}

/* 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 {
    background-color: #fff;
    background-image: url("/uploads/images/design elements/coinsback.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.TheLogo {
    margin: 75px 45px;
    float: right;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogo {
    margin: 20px auto;
    float: none;
}
}

.TheNav {
    color: #fff;
    background-color: rgb(41,41,41);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
}

.UnderNav {
    color: #fff;
    background-color: rgb(143,71,67);
    text-align: center;
    line-height: 0;
    height: 20px;
    border-bottom: 1px solid #fff;
}

.Slider {
    background-color: rgb(41,41,41);
    text-align: center;
    border-bottom: 1px solid #fff;
}

.Tagline {
    background-color: rgb(42,42,42);
    padding: 35px 0;
    color: #fff;
    font-size: 20px;
}

.TaglineOne {
    color: #fff;
    text-align: left;
    padding: 5px;
}

.TaglineTwo {
    color: #d09a18;
    text-align: right;
    padding: 5px;
}

.HomeMainBack {
}

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

.HomeContText {
    padding: 0px 25px 25px 25px;
}

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

.HomeContText h1 {
    font-family: 'Questrial', sans-serif;
    font-size: 24px;
    color: #000;
    padding: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.HomeContactBack {
    background-color: rgb(242,242,242);
}

.ContactContent {
    margin: 30px 0;
}

.HomeContMap {
    padding: 0px;
}

.FootExtras {
    margin-top: 25px;
}

.FootExtraLeft {
    text-align: left;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .FootExtraLeft {
    text-align: center;
}
}

.FootExtraRight {
    text-align: right;
    padding-top: 40px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .FootExtraRight {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
}

.FootImages {
    margin: 0 7px;
}

.Footer {
    background-color: rgb(71,71,71);
    font-size: 16px;
    color: #fff;
    padding: 30px 0;
}

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

.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(143,71,67);}


.FootCont {
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .FootCont {
    text-align: center;
    padding: 7px;
}
}

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

.SubLeft {
    padding-bottom: 35px;
}

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

.SubRight {
    padding: 35px 20px;
    background-color: #ccc;
    color: #fff;
}

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

.TopContent {
    padding: 35px 35px 0px 35px;
}

.LefBox {
    padding: 25px;
}

.RighBox {
    padding: 25px;
}

.BottomContent {
    padding: 0px 35px 0px 35px;
}


/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(143,71,67);}
A:visited {text-decoration: none; color: rgb(143,71,67);}
A:active {text-decoration: none; color: rgb(143,71,67);}
A:hover {text-decoration: underline; color: rgb(143,71,67);}

A.button:link {text-decoration: none; color: #fff; background-color: rgb(143,71,67)}
A.button:visited {text-decoration: none; color: #fff; background-color: rgb(143,71,67)}
A.button:active {text-decoration: none; color: #fff; background-color: rgb(143,71,67)}
A.button:hover {text-decoration: none; color: #fff; background-color: rgb(144,61,56)}

.button {
    background-color: rgb(143,71,67);
}

.button:hover {
    background-color: rgb(144,61,56);
}

.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: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: rgb(143,71,67);
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: rgb(143,71,67);
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: rgb(143,71,67);
    padding: 10px 0;
    margin: 10px 0;
}
