.orca_session_list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 50px auto;
    max-width: 1196px;
    width: 100%;
}

.orca_session_card {
    /*border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease-in-out;
    width: calc(100% / 3 - 20px); /* Three columns layout 
    margin: 10px;*/
    padding: 30px;
    overflow: hidden;
    background: #fff;
    margin: 10px;
    width: 31.33%;
    max-height: 510px;
    height: 100%;
}

.orca_session_card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.orca_session_card img {
    width: 100%;
    height: auto;
    display: block;
}

.orca_session_info {
    padding: 15px;
}

.orca_session_info h3 {
    margin-top: 0;
}

.orca_session_info p {
  font-family: GT-Walsheim, sans-serif;
  font-size: 18px;
}

.orca_session_info .description {
    color: #000;
    font-size: 16px;
    font-family: GT-Walsheim, sans-serif;
}

.blog-index__post-button.reserve {
    width: 100%;
    padding: 1rem 2rem;
}

.blog-index__post-button.full {
    color: #ccc;
    font-size: 17px;
    border: .25rem solid #ccc;
    margin: 0;
}

.blog-index__post-button.full:after {
  background: transparent;
}

/* .orca_session_button:hover {
    background-color: #E65E42; Darker shade of orange on hover 
    transform: scale(1.05); Slightly enlarge the button on hover 
} */

.pagination {
    display: flex;
    justify-content: center;
    font-family: GT-Walsheim, sans-serif;
    color: #182449;
    font-weight: bold;
    font-size: 18px;
}

.pagination a {
    color: #182449; 
    text-decoration: none;
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination p {
    margin: 0;
    font-family: GT-Walsheim, sans-serif;
    color: #ccc;
    font-weight: bold;
    font-size: 18px;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 50px;
    padding-right: 35px;
}

.pagination ul li {
    margin-right: 15px;
}

.pagination ul li a.active {
    text-decoration: underline;
}

{# Datepicker CSS #}
.datepicker {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.datepicker table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.datepicker table th,
.datepicker table td {
  width: calc(100% / 7);
  padding: 0;
}

.datepicker table th {
  color: #90CAF9;
  text-transform: uppercase;
  font-size: 0.5rem;
  line-height: 4;
  font-weight: bold;
  text-align: center;
}

.datepicker__wrapper {
  color: #333;
  border-radius: 0.125rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.5rem;
  position: relative;
  z-index: 1;
  background: white;
  border: 1px solid #2196F3;
  width: 16rem;
}

.datepicker__wrapper::after {
  content: '';
  display: table;
  clear: both;
}

.datepicker:not(.is-inline) .datepicker__wrapper {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
  margin: 0.25rem 0;
}

.datepicker__header {
  position: relative;
  text-align: center;
  background: #2196F3;
  padding: 0.25rem;
  margin: -0.5rem -0.5rem 0;
}

.datepicker__title {
  display: inline-block;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: white;
}

.datepicker__prev,
.datepicker__next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: no-repeat center / 60%;
  font-size: 0;
}

.datepicker__prev:hover,
.datepicker__next:hover {
  background-color: #1E88E5;
}

.datepicker__prev {
  float: left;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z" fill="white"/></svg>');
}

.datepicker__next {
  float: right;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M9 3L7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z" fill="white"/></svg>');
}

.datepicker__prev.is-disabled,
.datepicker__next.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.datepicker__time {
  padding: 0.5rem 1rem;
  margin: 0 -0.5rem;
  font-size: 0.75rem;
  text-align: right;
  background: #E3F2FD;
  border-bottom: 1px solid #BBDEFB;
}

.datepicker__label {
  margin-right: 1rem;
  color: rgba(0,0,0,0.4);
  float: left;
}

.datepicker__field {
  display: inline-block;
  margin: 0 0.125rem;
  color: #333;
  width: 2ch;
}

.datepicker__field span {
  display: block;
  width: 100%;
}

.datepicker__day {
  color: #333;
}

.datepicker__day div {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  background: transparent;
  position: relative;
  border-radius: 50%;
}

.datepicker__day div::after {
  content: '';
  display: block;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
  background: inherit;
  z-index: 1;
}

.datepicker__day div:hover,
.datepicker__day.is-highlighted div {
  background: #E3F2FD;
}

.datepicker__day.is-today {
  color: #2196F3;
}

.datepicker__day.is-today div::after {
  box-shadow: inset 0 0 0 1px currentColor;
}

.datepicker__day.is-today.is-disabled.is-selected div::after,
.datepicker__day.is-today.is-otherMonth.is-selected div::after {
  box-shadow: none;
}

.datepicker__day.is-selected div {
  background: #2196F3;
}

.datepicker__day.is-selected:hover div::after {
  background: #1E88E5;
}

.datepicker__day.is-selected .datepicker__daynum {
  font-weight: bold;
  color: white;
}

.datepicker__day.is-selected + .is-selected div::before,
.datepicker__day.is-highlighted + .is-highlighted div::before {
  content: '';
  position: absolute;
  top: 0; left: -50%;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 0;
}

.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
  cursor: default;
  pointer-events: none;
  color: #BBDEFB;
}

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
  color: rgba(0,0,0,0.2);
}

.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected div,
.datepicker__day.is-disabled.is-selected + .is-selected div::before,
.datepicker__day.is-otherMonth.is-selected + .is-selected div::before {
  background: #E3F2FD;
}

.datepicker__daynum {
  position: absolute;
  top: 50%; left: 0;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: -0.5rem;
  text-align: center;
  z-index: 2;
}
{# End Datepicker CSS #}

{# Filters #}
.filters form {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: GT-Walsheim, sans-serif;
  font-size: 17px;
  color: #182449;
  font-weight: bold;
  max-width: 1196px;
  width: 100%;
  margin: 0 auto;
  column-gap: 15px;
  margin: 50px 0;
}

.filters form label {
  color: #182449;
}

.filters form select {
    border: none;
    background: #f2f3f5;
    border-bottom: 1px solid;
    width: 30%;
}

.search-btn {
    background: #0672b9 !important;
    border: 0 !important;
    color: #fff !important;
    padding: 10px 53px !important;
}

.mr0 {
  margin-right: 0;
}

.blog-index {
    display: flex;
    flex-wrap: wrap;
}

.blog-index__post {
    flex: 0 0 100%;
    padding: 1.4rem 1rem;
}

.blog-index .events-carousel__item {
    height: 100%;
    width: 100%;
}

.mt20 {
  margin-top: 1rem;
}

.blog-index .event__content {
    display: flex;
    flex-flow: column;
    height: 100%;
    margin-bottom: 1rem;
    min-height: 7rem;
}

.select2-selection__placeholder, .select2-selection__rendered {
    font-weight: 400;
    color: #182449 !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    background: #f2f3f5 !important;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
}

@media screen and (min-width: 768px) {
    .blog-index__post--small {
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1000px) {
    .blog-index__post--small {
        flex: 0 0 33.33333%;
    }
}