
.standard-container {
  max-width: 1200px;
  padding: 0;
}
.content-with-sidebar {
  padding-bottom: 30px;
}
.mobile-banner-container {
    position: relative;
}
.mobile-banner {
  width: 100%;
}

/* SLICK SLIDER STYLES START */
.slick-slider {
  cursor: grab;
}
.slick-slider__item {
    position: relative;
        z-index: 99;
}
.slick-next {
  right: 40px;
  z-index: 99;
}
.slick-prev {
  left: 40px;
  z-index: 99;
}
.slick-prev:before, .slick-next:before {
  font-size: 40px;
  z-index: 99;
}
.slick-dots {
  bottom: 6px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 10px;
}
/* SLICK SLIDER STYLES END */


#categories .blue-bg {
  background-color: #002B5E !important;
}
#categories {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
} 
#categories a {
  color: #fff;
  background-color: orange;
  padding: 10px 12px;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
}
.posts-wrapper {
  display: flex;
  padding-bottom: 60px;
}
/* POSTS STYLES START */
.posts-section {
  width: calc(70% - 15px);
  margin-right: 15px;
}
.posts-container {
  padding: 20px 8px 8px;
  background: papayawhip;
  display: flex;
  flex-wrap: wrap;
}
.posts-block {
  background: white;
  width: calc(33.3% - 16px);
  margin: 8px;
  color: #002B5E;
}
.posts-block:hover {
  text-decoration: none;
  color: #002B5E;
}
.posts-block img {
  width: 100%;
}
.posts-block .posts-date {
  font-size: 12px;
  margin: 10px 10px 6px;
  font-weight: bold;
  color: black;
}
.posts-block h3 {
  font-size: 16px;
  margin: 0 10px 15px;
  line-height: 1.6;
}
.posts-container .title {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 9px;
}
.posts-container .title .bg-blue {
  background-color: #002B5E;
  width: 90px;
  height: 3px;
  margin-left: 9px;
}
.posts-container .title h1 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
  padding-left: 10px;
  z-index: 2;
  line-height: 1;
  font-weight: 600;
}
.posts-container .title h1 a {
  color: #002B5E;
  text-decoration: none;
}
.blog-container {
  margin-top: 30px;
  background: ghostwhite;
}

/* SIDEBAR STYLES START */
.posts-sidebar {
  min-height: 497px;
  width: calc(30% - 15px);
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
#calendar .calendar {
  padding: 6px 0 0;
  background-color: ghostwhite;
  font-family: 'Inter', sans-serif;
  min-height: 418px;
}
/* width */
.calendar .event-container .event-wrapper::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.calendar .event-container .event-wrapper::-webkit-scrollbar-track {
  background: #F1F1F1;
}
/* Handle */
.calendar .event-container .event-wrapper::-webkit-scrollbar-thumb {
  background: #002B5E;
}
/* Handle on hover */
/* .calendar .event-container .event-wrapper::-webkit-scrollbar-thumb:hover {
  background: #002B5E;
} */
.posts-sidebar .calendar-title {
  background: #002B5E;
  color: white;
  padding: 7px 10px;
    display: flex;
    text-decoration: none;
    justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.calendar table {
  margin-top: 0;
  margin-bottom: 0;
}
.calendar header {
  position: relative;
  padding: 10px 0;
}
.calendar header .btn-prev {
  transform: rotate(0deg);
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  color: #002B5E;
}
.calendar header .btn-next {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #002B5E;
}
.calendar header .month {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #002B5E;
}
.calendar header .month .year {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding-left: 5px;
}
.calendar .day {
  width: 35px;
  height: 35px;
  line-height: 29px;
  color: #002B5E;
  border-radius: 0;
}
.calendar td {
  padding: 10px 2px;
  font-size: 16px;
  color: #002B5E;
}
.calendar .day.today {
  background: #002B5E;
}
.calendar .day.has-event:after {
  background: orange;
  left: calc(50% - 2.2px);
  width: 6px;
  height: 6px;
}
.calendar .day:hover {
  border: 2px solid #002B5E;
}
.calendar .event-container {
  padding: 0;
  border: 1px solid #002B5E;
  background: white;
  font-family: Georgia,Times,Times New Roman,serif; 
}
.calendar .event-container .event {
  background: white;
  box-shadow: none;
  color: #002B5E;
}
.calendar .event-container .close {
  width: 15px;
  height: 15px;
  top: 15px;
  right: 20px;
  opacity: 1;
  color: #002B5E;
  z-index: 4;
}
.calendar .event-container .close:hover {
  opacity: 1;
}
.calendar .event-container .close:before, .calendar .event-container .close:after {
  background-color: #002B5E;
}
.calendar .filler {
  background: white;
}
.calendar .event-container .event-date {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  color: black;
}
.calendar .event-container .event-hour {
  display: none;
}
.event-summary h4 {
  line-height: 1.6;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
}
.event-summary a {
  display: flex;
  flex-direction: column;
  text-transform: none;
}
.calendar .event-summary a .event-desc {
  margin-top: 8px;
}
/* BECAUSE OF SUMMERNOTE */
.calendar .event-summary .event-desc {
  font-size: 16px !important;
  text-transform: none !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}
.calendar .event-summary .event-desc * {
  font-size: 16px !important;
  text-transform: none !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}
.ads {
  margin-bottom: 25px;
}
.events-counter {
  background: #002B5E;
  color: white;
  padding: 6px 10px;
  text-align: center;
  margin: 0 0 25px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events-counter span {
  background: white;
  color: #002B5E;
  min-height: 32px;
  min-width: 32px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding-bottom: 4px;
  font-size: 18px;
}
.sidebar-counter {
  background: ghostwhite;
  padding: 0px 15px 10px;
}
.counter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 0;
  font-weight: bold;
}
.sidebar-counter p {
  padding: 10px 15px;
  margin-bottom: 0;
  line-height: 1;
  width: 100%;
  margin-right: 8px;
  font-weight: bold;
  font-size: 14px;
  background: #002B5E;
  color: white;
}
.sidebar-counter p.counter-updated-at {
  background: papayawhip;
  color: #002B5E;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.counter-title div {
  background: orange;
  height: 3px;
  width: 60px;
}
.sidebar-counter-item span {
  padding: 8px 0;
  min-width: 46px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: orange;
  color: white;
  text-transform: none;
}
.sidebar-counter p.counter-updated-at span {
  padding: 0;
  font-weight: inherit;
  font-size: 16px;
  background: transparent;
  color: inherit;
}
.sidebar-counter-item {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.quote {
        box-shadow: 0 0px 10px 5px rgb(46 55 77 / 22%);
    padding: 20px;
        margin: 40px 20px 20px;
            font-family: 'Roboto', sans-serif;

}
.quote h6 {
        font-weight: bold;
    font-size: 16px;
    line-height: 1.7;
}
.quote p {
    margin: 30px 0 0;
    border-top: 1px solid black;
    color: black;
    padding: 5px 0 0;
}
/* SIDEBAR STYLES END */


/*Mobile start*/
.mob-news {
  margin: 20px;
    background: #FFFDF0;
        box-shadow: 0 0px 10px 5px rgb(46 55 77 / 22%);
}
.mob-news a {
    text-decoration: none;    
}
.mob-news a:nth-child(2) {
        display: flex;
    justify-content: flex-end;
    padding: 0 10px 15px;
    font-style: italic;
}
.mob-news h1 {
    background: #002B5E;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    margin: 0;
        font-family: 'Roboto', sans-serif;
}
.mob-news p {
    padding: 10px;
    font-size: 15px;
    margin: 0;
    color: #002B5E;
}
.mob-news i {
    padding: 5px 10px 10px;
    font-size: 15px;
    color: #002B5E;
}
.mob-news i span {
        margin-left: 5px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: black;
}
/*Mobile End*/


