@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");
.tab-wrapper {
  margin: 0 auto;
  max-width: 100% !important;
}
.tab-wrapper section {
  display: none;
  padding: 30px 0 0;
  border-top: 1px solid #231F20;
}
.tab-wrapper .event-card {
  border: 1px solid #231F20;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.tab-wrapper h3 {
  margin: 0 0 20px 0;
  color: #FFB700;
  font-weight: 700;
}
.tab-wrapper span {
  display: block;
}
.tab-wrapper .event-card i {
  width: 20px;
  color: #FFB700;
}
.tab-wrapper .event-card a {
  text-decoration: none;
}
.tab-wrapper .col-66 {
  width: 66.6666%;
  padding-right: 50px;
}
.tab-wrapper .col-34 {
  width: 33.3333%;
  padding-left: 50px;
  border-left: 1px solid #231F20;
}
.tab-wrapper .col-25 {
  width: 30%;
}
.tab-wrapper input {
  display: none;
}
.tab-wrapper label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #ddd;
  border: 1px solid transparent;
}
.tab-wrapper label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
.tab-wrapper label[for*="1"]:before {
  content: "\f133";
}
.tab-wrapper label[for*="2"]:before {
  content: "\f0eb";
}
.tab-wrapper label[for*="3"]:before {
  content: "\f043";
}
.tab-wrapper label[for*="4"]:before {
  content: "\f0a1";
}
.tab-wrapper label:hover {
  color: #888;
  cursor: pointer;
}
.tab-wrapper input:checked + label {
  color: #fff;
  border: 1px solid #231F20;
  border-top: 1px solid #231F20;
  border-bottom: 1px solid #fff;
  background-color: #FFB700;
}
.tab-wrapper #tab1:checked ~ #content1,
.tab-wrapper #tab2:checked ~ #content2,
.tab-wrapper #tab3:checked ~ #content3,
.tab-wrapper #tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 820px) {
  .tab-wrapper label {
    padding: 10px 15px;
  }
  .tab-wrapper .col-34, .tab-wrapper .col-66 {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .tab-wrapper label {
    font-size: 0;
  }
  .tab-wrapper label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .tab-wrapper label {
    padding: 15px;
  }
  .tab-wrapper .event-card {
    flex-wrap: wrap;
  }
  .tab-wrapper .col-25, .tab-wrapper .col-34, .tab-wrapper .col-66 {
    width: 100%;
  }
  .tab-wrapper .col-34 {
    padding-left: 0;
    border-left: 0;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=ss-notice-board-public.css.map */
