/* cmsms stylesheet: bandb modified: Tuesday, July 9, 2024 4:31:25 PM */
@font-face { font-family: HBP1; src: url('../../uploads/fonts/AvenueX-Regular.otf'); }
@font-face { font-family: HBP2; src: url('../../uploads/fonts/Party Confetti.ttf'); }


body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #000000;
}


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

.hide{
display:none;
}

a {
  color: #8c8c8c;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #005f3f;
}

.labelname{
color:#005f3f;
font-weight:normal;
  font-family: HBP2;
  font-size: 18px
}

h1 {
  font-family: HBP1;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;
color: #005f3f;
}

h1 a, h1 a:hover {
color: #005f3f;
}

h2{
font-weight:bold;
color:black;
text-transform:uppercase;
}

h2,  h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
}

h3 {
  font-family: HBP2;
  font-size: 0.9em;
  color: black;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.bigdate{
background-color:black;
font-size:50px; 
font-family: "Arial Bold", sans-serif; 
width:100%;
display:block;
color:white;
text-align:center;
text-transform:uppercase;
line-height: 100px;

}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: HBP1;
  font-size: 0rem;
  line-height: 1rem;
  color: #005f3f;
}

#cntnt01fbrp_submit{
background-color: #005f3f;
color: #fff;
padding: 5px 10px; 
border: 1px solid #5a5a5a ;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #000000;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #8c8c8c transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #8c8c8c transparent transparent;
}

.divider {
 /* background: #005f3f; */
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}


.divider a {
  color: #000000;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #8c8c8c;
}

.card-divider {
  background: #000000;
  color: #005f3f;
}

.button {
  background: #005f3f;
  color: #000000;
  border-radius: 5px;
}

.button:hover {
  background: #000000;
  color: #005f3f;
}

.divider .button {
  background: #000000;
  color: #005f3f;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #8c8c8c;
  color: #000000;
}

footer {
  background: #000000;
  color: #005f3f;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #005f3f;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #005f3f;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #005f3f;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

.poster{
width300px;
float:left;
margin-right:10px;
}

.half{
width:49%;
}
.left{
float:left;
}
.right{
float:right;
}
.threeqtrs{
width:72%;
}
.qtr{
width:24%;
}

.third{
width:31%;
}
.twothirds{
width:64%;
}

.margright10{
margin-right: 10px;
}

.margright2perc{
margin-right:2%;
}

.iactivity{
width: 31%;
margin-right: 2%;
min-height: 200px;
float:left;
}

.ititle{
background-color:#005f3f;
color:white;
font-family: HBP2;
padding-left:20px;
font-size:25px;
}

.itime{
background-color:#d8d8d8;
color:#000;
font-family: HBP2;
padding-left:25px;
font-size:23px;
}

.idesc{
color:#000;
padding:10px 0 0 20px;
font-size:17px;

}

.submit input{
background-color:#005f3f;
padding: 10px 15px;
border:none;
color: white;
font-weight:bold;
}

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

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

.poster, .half, .threeqtrs, .qtr, .iactivity{
 width:100%;
display:block;
}

}

/* 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) {}
