
.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  /* min-height: 425px; */
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}



.table-striped tbody tr {
  border-left: 4px solid rgb(205,101,57);
  border-top: 5px solid white;
  height: 20px;
}

.table td, .table th {
  height: 20px;
}



thead {
  border-bottom: 1px solid;
}


@media (min-width: 300px) and (max-width:500px) {
  .h1, h1 {
    font-size: 16px;
    color: #fff;
  }
}
@media (min-width: 560px) and (max-width:720px) {
  .h1, h1 {
    font-size: 21px;
    color: #fff;
  }
}

@media (min-width: 576px) {
  .h3, h3 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .h3, h3 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .h1, h1 {
    font-size: 50px;
    color: rgb(251,251,251);
  }
}

@media (min-width: 768px) {
  .fa.fa-angle-double-right {
    font-size: 50px;
  }
}

@media (max-width: 760px) {
  .h2, h2 {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .fa.fa-angle-double-left {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  .fa.fa-angle-double-right {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .fa.fa-angle-double-left {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .fa.fa-angle-double-right {
    font-size: 2rem;
  }
}



@media (min-width: 300px) and (max-width:700px) {
  .card.border-white.prev {
    display: none;
  }
}

.card.border-white h2{
  font-size:1.5rem
}

@media (min-width: 300px) and (max-width:700px) {
  .card.border-white.next {
    display: none;
  }
}

@media (min-width: 576px) {
  thead, tbody {
    font-size: 14px;
  }
}


@media (min-width: 300px) {
  thead, tbody {
    font-size: 12px;
    /* font-weight: bold; */
    text-align: center;
  }
}

@media (min-width: 600px) {
  .card-link.action.single_month {
    display: none;
  }
}

@media (min-width:700px) {
  .prev {
    /*display: none;*/
  }
}

.card-link.action.multi-month {
  display: none;
}

@media (min-width: 300px) and (max-width:700px) {
  .single-month {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width:900px) {
  .h1, h1 {
    font-size: 40px;
    color: rgb(255,255,255);
  }
}

@media (min-width: 300px) and (max-width:500px) {
  .container.d-flex.justify-content-start.align-items-center {
    padding-left: 0px;
  }
}

.circle {
  position: relative;
  /*height: 35px;*/
  /*border: 1px solid #000;*/
  color: white;
}
.circle#g::before {
  background: green;
}
.circle::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: red;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*color: white;*/
  width: 20px;
}

td>span {
  position: absolute;
  z-index: 4;
  color: white;
  left: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.bottom_text{
  color: rgb(205,101,57);
  margin-top: 10px;
  font-size: 24px;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 900px){
  .card-group>.card:not(:first-child){
    min-width:32% !important;
  } 
}
@media (min-width: 300px) and (max-width: 900px){
.card-group>.card:not(:last-child) {
  min-width:32% !important;
  } 
}
@media (min-width: 992px) and (max-width:1100px){
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.side-menu {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  float:left;
}
.row>.side-menu{
  margin-left:0px;
}
@media (min-width: 992px) {
  .side-menu-prop{
    flex: 0 0 100%;
    max-width: 100%;
    padding:0px;
    margin-left:15px;
  }
}
@media (min-width: 992px) {
  .side-menu {
    margin-left: 20px;
    padding:0px;
    
  }
}

.holidays-table{
  font-size:14px;
  font-weight: normal;
}
.bottom-text p{
  margin-left:20px;
}
.card-img-overlay> a{
  color: rgb(255,255,255);
  padding: 25%;
}
@media (max-width: 700px) {
  .card-img-overlay> a{
    font-size:1.5rem;
  }
  
}
@media (max-width:1024px){
  .widget h2{
    font-size:1.2rem;
  }
}
@media (min-width:1100px){
  .widget h2{
    font-size:1.5rem;
  }
}
@media (min-width:640px){
  .table.cal-sub td, .table.cal-sub th{
    font-size:18px
  }
}
.card-group >.card {
    flex: none !important;
    width: 23.4% !important;
}