html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

::selection {
    background: rgba(169, 220, 236, 0.5)
}
::-moz-selection {
    background: rgba(169, 220, 236, 0.5)
}

html, body {
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    background: #FFF;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: brandon-grotesque, sans-serif; font-weight: 400; font-style: normal;
}

body.nav-open header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
}

img {
  max-width: 100%;
  height: auto;
}


.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

@media only screen and (max-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}


.inner-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1180px;
    }
}

a {
    color: #000;
  }


a:hover {
    text-decoration: none;
}



a.button {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    border: 1px solid #000000;
    padding: 8px 16px;
}




div.random-article:hover > a.button, a.button:hover {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}


a.primary {
  background: #b40432;
  color: #fff;
  border: 1px solid #b40432;
}

a:hover {
  color: #0074bc;
}


h1 {
    font-size: 38px;
    font-weight: 900;
    color: #212528;
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1em;
    font-family: big-caslon-fb, serif;
}

.main-content-wrapper h1 {
  font-size: 38px;

  }


@media only screen and (max-width: 1366px) {
    h1, .main-content-wrapper h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 480px) {
    h1, .main-content-wrapper h1 {
        font-size: 24px;
    }
}




h2 {
    font-family: big-caslon-fb, serif;
    font-size: 32px;
    text-transform: normal;
    line-height: 1.1em;
    margin: 15px 0;
  font-weight: 800;
}


.item-page h2, .item-page h1, .main-content-wrapper h1, .main-content-wrapper h2 {
  font-family: big-caslon-fb, serif;
}

.page-header h2 {
  font-family: big-caslon-fb, serif;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 21px;
    }
}

.item-page h2, .item-page h1 {
  margin-top: 60px;
}

.item-page h2:first-child, .item-page h1:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 993px) {

.main-content-wrapper {
  margin: 0;

}


.main-content-wrapper a:link, .main-content-wrapper a:visited {
    font-weight: bold;
  }


.main-content-wrapper a:hover, .main-content-wrapper a:active {
      border-bottom: 2px solid;
  }



}



a.button-yellow {
    font-size: 16px;
    color: #a9112c;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    border: 1px solid #ffdd00;
    padding: 8px 16px;
    background: #ffdd00;
}

a.button-blue {
  font-size: 16px;
  color: #0074bc;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  border: 1px solid #5bc4bf;
  padding: 8px 16px;
  background: #5bc4bf;
}

a.button-green {
  font-size: 16px;
  color: #FFFFB3;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  border: 1px solid #009574;
  padding: 8px 16px;
  background: #009574;
}



a.button:hover {
  color: #fff;
}


.sidebar .menu img {
  display: none;
}

.sidebar .menu li {
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .menu li:last-child {
  border-bottom: 0;
}

.sidebar .menu li a:link, .sidebar .menu li a:visited {
    font-size: 16px;
    color: #767676;
    line-height: 18px;
    display: block;
  }


  .sidebar .menu li a:hover, .sidebar .menu li a:active {
    font-size: 14px;
    color: #333;
  }


h3 {
    font-size: 24px;
    line-height: 1.3em;
    margin: 15px 0;
    font-weight: 900;
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 18px;
    }
}



h3 {
  font-family: big-caslon-fb, serif;
    font-size: 24px;
    line-height: 1.3em;
    margin: 15px 0;
    font-weight: bold;
}

h4 {
  font-family: big-caslon-fb, serif;
}




p, ul {
    font-size: 18px;
    color: #333;
    line-height: 1.2em;
}



ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}


.btn {
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: bold;
}



section {
  padding: 40px 0;
}



section .heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

section .heading h2 {
  font-family: big-caslon-fb, serif;
  font-size: 38px;
}


.main_wrapper {
    padding: 0 ;
}

.main_wrapper section {
  max-width: 1500px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
    .main_wrapper section {
        max-width: 1180px;
    }
}

.main_wrapper section:last-child {
  border-bottom: 0;
}

/* FORMS */


footer input {
    display: block;
    margin: 5px 0 30px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    background: transparent;
}

input[type=range] {
  border: 0;
}


form input[type=button] {
    display: block;
    margin: 5px 0 30px;
    border: 0;
    height: 55px;
    width: 100%;
    padding: 0 15px;
    border-radius: 30px;
    background: #0984e3;
    color: #fff;
    font-weight: bold;
}



form input[type=button]:hover {
  background: #0671c3;
}



/* header */


header#main {
  width: 100%;
  padding: 8px 0;
  align-items: center;
  z-index: 99;
  height: 100px;
    background: #fff;
    position: relative;
}

@media only screen and (max-width: 992px) {
  header#main {
      height: 80px;
      position: fixed;
  }
}


@media only screen and (max-width: 768px) {
  header#main {
      padding: 15px 0;
  }
}

header#main .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  height: 100%;
}


header#main .logo {

  position: relative;
  z-index: 9;
}

header#main .logo img {
  width: 110px;
  height: 100%;
  border-top: 0;
}


@media only screen and (max-width: 992px) {
  header#main .logo img {
    width: auto;
    height: 70px;
    margin-top: -10px;
  }
}


header#main nav {
  width: 100%;
  font-size: 18px;
  padding: 0;
}

@media only screen and (max-width: 992px) {
     nav {
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 320px;
        height: 100%;
        background: #1b1b1b;
        text-align: left;
        transform: translateX(100%);
        z-index: 99;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
    }

    body.nav-open nav {
        transform: translateY(0);
    }
}


@media only screen and (max-width: 992px) {
  .menu-main-menu-container, .menu-sub-menu-container {
    width: 100%;
  }
}


header#main.main nav ul {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  header#main nav ul {
    width: 100%;
    text-align: center;
  }
}


header#main nav li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    text-align: left;
    padding: 12px 15px;
}


@media only screen and (max-width: 1100px) {

header#main nav li {
    padding: 15px 15px;
}

}

@media only screen and (max-width: 992px) {
    header#main nav li {
        padding: 0;
        display: block;
        width: 100%;
        position: relative;
    }
}

header#main nav li:hover {
  background:  #002a4e;
  color: #fff;
}

header#main nav .sub_nav li:hover {
  background:  transparent;
}


@media only screen and (max-width: 992px) {
  header#main nav li:hover {
    background: #444;
  }
}


@media only screen and (max-width: 992px) {
  header#main nav li::after {
    display: none;
  }
}


header#main nav li a:link, header#main nav li a:visited {
  font-weight: normal;
  font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
}


@media only screen and (max-width: 992px) {
  header#main nav li a:link, header#main nav li a:visited {
    padding: 15px 30px;
  }
}


header#main .deeper img {
  display: none;
}


header#main nav li a:hover, header#main nav li a:active, body.nav-open header#main nav li a:active, body.nav open header#main nav li a:active,  {
  color: #b40432;
  border-bottom: 2px solid #b40432;
  padding: 20px 10px 25px;
}

header#main nav li a:hover, header#main nav li a:active, header#main nav li:hover a  {
    color: #fff;
}

header#main nav li.deeper ul a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

header#main nav li.deeper a:first-child {
    cursor: default;
}

header#main nav li.deeper ul a {
    cursor: pointer !important;
}

header#main nav li.current-menu-item a:link, header#main nav li.current-menu-item a:visited {
    border-bottom: 2px solid #b40432;
}


@media only screen and (max-width: 992px) {

  header#main nav li a:hover, header#main nav li a:active {
    background: #5bc4bf;
    color: #000;
  }

  }


@media only screen and (max-width: 992px) {
  header#main nav li a {
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 992px) {
  header#main nav li:first-child a {
    border-top: 0;
  }
}


header#main nav .nav_mob_wrapper {
  height: 100%;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
}


@media only screen and (max-width: 992px) {
  header#main nav .nav_mob_wrapper {
    height: auto;
    max-width: 320px;
    display: flex;
    flex-wrap: wrap-reverse;
    margin: 80px auto;
  }
}


header#main nav .menu-main-menu-container .nav {
    margin-bottom: -8px;
}





header#main nav .sub_nav {
  font-size: 14px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  header#main nav .sub_nav {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #333;
    flex-wrap: wrap;
  }
}


header#main nav .sub_nav li {
  padding: 0;
}

header#main nav .sub_nav li a:link, header#main nav .sub_nav li a:visited {
  font-weight: bold;
  text-transform: initial;
  letter-spacing: .3px;
  font-size: 16px;
  padding: 0 10px;
  color: #666;
}

header#main nav .sub_nav li a:hover, header#main nav .sub_nav li a:active {
  background: none;
  color: #000;
}


@media only screen and (max-width: 992px) {

  header#main nav .sub_nav li a:link, header#main nav .sub_nav li a:visited {
    padding: 10px 30px;
    color: #a4a4a4;
  }

  header#main nav .sub_nav li a:hover, header#main nav .sub_nav li a:active {
    padding: 10px 30px;
    color: #fff;
  }


}


header#main nav .sub_nav .social_icons {
  color: #fff;
  font-size: 21px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(255,255,255,0.3);
}

header#main nav .sub_nav .social_icons a {
    color: #fff;
}

header#main.hero_disabled nav .sub_nav .social_icons {
  color: #000;
  border-left: 1px solid rgba(0,0,0,0.3);
}

header#main.hero_disabled nav .sub_nav .social_icons a {
    color: #000;
}

@media only screen and (max-width: 992px) {
    header#main nav .sub_nav .social_icons {
        width: 100%;
        margin: 0;
        padding: 30px 0 0;
        border: 0;
    }
}


header#main nav .sub_nav .social_icons .fab {
  padding: 0 5px;
}


header#main nav .menu-main-menu-container {
    align-self: flex-end;
}

@media only screen and (min-width: 992px) {
header#main nav ul li:hover > ul {
  display: block !important;
}
}


@media only screen and (max-width: 992px) {
header#main nav ul li.deeper a:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 30px;
  color: #a4a4a4;
}


header#main nav ul li.dropdown-active a:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  content: "\f107" !important;
}

header#main nav ul li.deeper ul a:after {
  content: "" !important;
}


header#main nav li:hover a:after {
  color: #000 !important;
}
}


@media only screen and (max-width: 992px) {
  header#main nav ul li.dropdown-active {
    background: #444;
  }
}


header#main nav ul ul {
  background: #002a4e;
  padding: 20px 0;
  display: none;
    width: 100%;
  position: absolute;
  top: 100px;
  left: 0px;

}

@media only screen and (max-width: 992px) {

header#main nav ul ul {
  position: relative;
  top: 0;
  padding: 15px 0;
  background: #2b2b2b;
}

  }

header#main nav ul ul img {
  display: none;
}


header#main nav ul ul .container {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    header#main nav ul ul .container {
      padding: 0;
    }

  }

header#main nav ul ul li {
    width: 33%;
    padding: 12px;
    text-align: left;
}

@media only screen and (max-width: 992px) {
  header#main nav ul ul li {
    width: 100%;
    padding: 0;
  }

}


header#main nav ul ul li:hover {
    background: none;

}


header#main nav ul ul li:after {
    display: none;
}

header#main nav ul ul li a {
    color: #fff;
    padding: 0;
}

@media only screen and (max-width: 992px) {
header#main nav ul ul li a:link {
  padding: 15px 30px 15px 45px;
  }

}

header#main nav ul ul li a:hover {
    color: #fff;
}





header#main .mob-toggle {
    position: relative;
    cursor: pointer;
    z-index: 999;
}

@media only screen and (min-width: 993px) {
    header#main .mob-toggle {
        display: none;
    }
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}


.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px;
}


.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}


.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}

.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}



.hamburger--slider .hamburger-inner:after {
    top: 20px;
}
.hamburger-inner:after {
    bottom: -10px;
}


.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}


.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}







body.nav-open .nav_mob_wrapper a:link, body.nav-open .nav_mob_wrapper a:visited {
    color: #fff;
    border-bottom: 0 !important;
}


body.nav-open .nav_mob_wrapper .social_icons {
    border-left: 0 !important;
}


/* HERO */

@media only screen and (max-width: 992px) {
  .main-wrapper {
    padding-top: 80px;
  }

  body.home .main-wrapper {
    padding-top: 80px;
  }
}


.page_heading {
    padding: 30px 0;
    color: #000;
    border-radius: 0;
    margin: 0;
}

.page_heading h1 {
  color: #000;
  margin: 5px 0 0;
  font-family: big-caslon-fb, serif;
}


.page_heading .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
}


.page_heading .breadcrumb li {
  margin-left: 5px;
}

.page_heading .breadcrumb li:first-child {
  margin-left:0;
}

.page_heading .breadcrumb a, .page_heading .breadcrumb li {
    color: #767676;
    font-size: 16px;
}


.page_heading_cta {
  align-self: flex-end;
  text-align: right;
}

@media only screen and (max-width: 992px) {


.page_heading_cta {
  margin-top: 15px;
  align-self: flex-start;
  text-align: left;
}


  }


.page_heading_cta p {
  margin: 0;
}


/* RECTANGLE GRAPHIC CTA */

.rect_graphic_cta {

  padding: 30px;
    display: block;
    position: relative;
    max-height: 95vh;
    overflow: hidden;
    background: url('../kendal.html') no-repeat center;
    background-size: cover;
}



.rect_graphic_cta::before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 56.25%;
}



.rect_graphic_cta img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.rect_graphic_cta_text {
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    padding: 1vw;
    background-color: rgba(0,0,0,.25);
    pointer-events: none;
}

.rect_graphic_cta_text h2, .rect_graphic_cta_text p {
  color: #fff;
}

.rect_graphic_cta_text h2 {
  margin-top: 0;
}




/* MAIN CONTENT */



body.home .main-content {
  border-top: 1px solid #eaeaea;
}


.main-content {
  border-bottom: 1px solid #eaeaea;

}

.main-content img:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 56.25%;
}


.item-page .item-image {
  display: none;
}


.featured_image {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #212528
}

@media only screen and (max-width: 992px) {
      .featured_image {
        height: 80vh;
        max-height: 400px;
        background-color: #212528
      }

    }


/* MAIN CONTENT */

.news a {
  text-transform: capitalize;
}

.news .item-image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background-color: #f4f4f4;
    background-image: url('../svg/placeholder.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    overflow: hidden;
    margin-bottom: 10px;
}

.news .item-image::before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 56.25%;
}


.news .item-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}







.item-page li, body.latest-news .main-content-wrapper li  {
  padding-left: 1.28571429em;
  text-indent: -1.28571429em;
}


.item-page img, body.latest-news .main-content-wrapper img {
  width: 100%;
  height: auto;
  margin: 15px 0;
  float: none;
}



.main-content-wrapper ul {
      margin-bottom: 1rem;
}


/* Latest News */


body.latest-news .items-row {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #eaeaea;

}


body.latest-news .cat-children {
  display: none;
}


.pagination ul {
  display: flex;
}

.pagination ul li {
  list-style: none;
}


body.latest-news .pagination {

  margin-top: 60px;
  padding-top: 30px;
}

.pagination .counter, .pagination .pagination-start, .pagination .pagination-prev, .pagination .pagination-next, .pagination .pagination-end {
  display: none;
}




/* COLLECTIONS */

.collections ul li {
  margin-bottom: 30px;
  font-weight: bold;
}

.collections ul li img {
  display: block;
  width: 100%;
  height: auto;
}


.become_member {
  border-top: 1px solid #eaeaea;
}


.become_member .row {
  align-items: center;
}

.become_member img {
  width: 100%;
  height: auto;
}

/* WHAT'S ON */



body.home .ic-pagination {
  display: none;
}

#icagenda .componentheading, #icagenda .ic-header-categories, .ic-top-buttons {
  display: none;
}

#icagenda .heading h2 {
  letter-spacing: 1px;
}


.ic-filters {
  padding: 15px;
}


body.whats-on .heading {
  display: none;
}

body.whats-on .main-content .col-md-8 {
  width: 100%;
      -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

body.whats-on .sidebar {
  display: none;
}


.whats-on li.event {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}


@media only screen and (max-width: 768px) {
  .whats-on li.event {
      flex-wrap: wrap;
  }
}


.whats-on li.event:last-child {
  border-bottom: 0;
}




.whats-on li.event:hover img {
  opacity: 0.6;
}

.whats-on li.event:hover h3 {
  color: #0074bc;
}



.whats-on li.event div {
  width: 100%;
  margin: 0 15px;
}


.whats-on li.event span {
  display: block;
}



.whats-on li.event .listing_date {
  max-width: 80px;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  color: #57606f;
}


.whats-on li.event .listing_date span:first-child {
  font-family: big-caslon-fb, serif;
  font-size: 52px;
  font-weight: bold;
  color: #2d3436;
  line-height: 1em;
}

.whats-on li.event .listing_image {
  max-width: 250px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  background-color: #f4f4f4;
    background-image: url('../svg/placeholder.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .whats-on li.event .listing_image {
      max-width: 150px;
  }
}


.whats-on li.event .listing_image::before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 56.25%;
}

.whats-on li.event .listing_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}



@media only screen and (max-width: 768px) {
  .whats-on li.event .listing_desc {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.whats-on li.event .listing_desc h3 {
  font-size: 24px;
  font-family: big-caslon-fb, serif;
  font-weight: bold;
}

.whats-on li.event .listing_desc p {
  margin-bottom: 0;
}


.whats-on li.event .listing_time {
  text-align: right;
  max-width: 120px;
}

@media only screen and (max-width: 768px) {
    .whats-on li.event .listing_time {
        text-align: left;
        margin-top: 15px;
    }
}

.whats-on li.event .listing_time p {
  margin-bottom: 0;
}


.whats-on li.event .listing_time .ic-single-startdate, .whats-on li.event .listing_time .ic-period-startdate, .whats-on li.event .listing_time .ic-period-enddate {
  display: none;
}

.whats-on li.event .listing_time span {
  font-size: initial;
  display: initial;
}


.whats-on_single .col_image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  }

.opening_hours iframe {
  width: 100%;
}

.admission table {
  width: 100%;
}


.admission table th, .admission table td {
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  white-space: nowrap;
}


.admission table td.free {
  background: #f4f4f4;
  text-align: center;
  font-weight: bold;
  color: #57606f;

}


.next-posts {
    margin: 0;
    justify-content: space-between;
}


.ic-next-today {
  font-weight: normal;
}

/* Two Column Paragraph */


.layout_archive .layout {
    margin-bottom: 60px;
}


/* Two Column Paragraph */



.two_column_p h2 {
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (min-width: 993px) {
.two_column_p p {
    column-count: 2;column-gap: 60px;column-span: all;
}

}



/* 4 COL */

.grid_columns > div {
  margin-bottom: 30px;
}




.blog_card {
    margin-bottom: 60px !important;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 60px;
}


.col_image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background-color: #f4f4f4;
    background-image: url('../svg/placeholder.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    overflow: hidden;
}


.col_image::before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 56.25%;
}

.col_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.col_image .fa-images {
        font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -12px;
    font-size: 32px;
    color: #ccc;
}

.grid_columns > div:hover .col_image img {
  opacity: 0.6;
}

.grid_columns h3 {
      font-size: 19px;
    line-height: 1.8;
    padding: 2px 0;
    /* margin: 20px auto; */
    position: relative;
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 10px;
}


.grid_columns h3 span {
background-color: #1a1a1a;
    color: #fff;
    display: inline;
    padding: 8px 12px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    /* margin-top: -30px; */
    position: relative;
        letter-spacing: 1px;
}


.grid_columns > div:hover h3 span {
  background: #5bc4bf;
  color: #fff;
}

span.date {
  font-size: 12px;
  display: block;
  margin-top: 15%;
}



/* Featured Pages */

.featured_pages {
  text-align: center;
}


/* SUBSCRIBE */

.subscribe {
  background: #f4f4f4;
}


@media only screen and (min-width: 768px) {
    .subscribe .fields {
  text-align: right;
}
}


.subscribe input {
    padding: 0 15px;
    width: 100%;
    border: 0;
}

.subscribe input[type=submit] {
  width: 200px;
  background: #b6002e;
  color: #fff;
  font-weight: bold;
}


.subscribe .row {
    align-items: center;
}



/* MEMBERSHIPS */



.memberships_wrapper, section.memberships .products {
  justify-content: space-between;
  margin: 0 -15px 30px;
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .memberships_wrapper, section.memberships .products {
        margin: 0 auto;
    }
}

.memberships .membership_option, section.memberships li.product_cat-memberships {
  border: 2px solid #000;
  width: 30%;
  max-width: 420px;
  margin: 15px auto;
  list-style: none;
}

@media only screen and (max-width: 1024px) {
    .memberships .membership_option, section.memberships li.product_cat-memberships {
        width: 45%;
    }
}

@media only screen and (max-width: 768px) {
    .memberships .membership_option, section.memberships li.product_cat-memberships {
        width: 100%;
    }
}


.memberships .membership_option:first-child, section.memberships .products li.product_cat-memberships:first-child {
  border: 3px solid #0483b4;
}

.memberships .membership_option:nth-child(2), section.memberships .products li.product_cat-memberships:nth-child(2) {
  border: 3px solid #b40432;
}

.memberships .membership_option:last-child, section.memberships .products li.product_cat-memberships:last-child {
  border: 3px solid #c7914b;
}



section.memberships .woocommerce-LoopProduct-link {
  pointer-events: none;
  cursor: default;
}

section.memberships img.wp-post-image {
    display: none !important;
}


.memberships .membership_option .membership_desc, section.memberships li.product_cat-memberships .membership_desc {
  padding: 30px;
}

.memberships .membership_option:first-child .membership_desc, section.memberships li.product_cat-memberships:first-child .membership_desc {
  background: #0483b4;
}

.memberships .membership_option:nth-child(2) .membership_desc, section.memberships li.product_cat-memberships:nth-child(2) .membership_desc {
  background: #b40432;
}

.memberships .membership_option:last-child .membership_desc, section.memberships li.product_cat-memberships:last-child .membership_desc {
  background: #c7914b;
}


.memberships .membership_option h2, section.memberships li.product_cat-memberships h2 {
  margin-top: 0;
  color: #fff;
}

.memberships .membership_option p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.memberships .membership_option .prices, section.memberships li.product_cat-memberships .prices {
  font-weight: bold;
  font-size: 16px;
  padding: 15px 60px;
}

@media only screen and (max-width: 1280px) {
    .memberships .membership_option .prices, section.memberships li.product_cat-memberships .prices {
        padding: 15px 30px;
    }
}


.memberships .membership_option .prices .primary_price, section.memberships li.product_cat-memberships .prices .primary_price {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 15px;
}


.memberships .membership_option .join_now, section.memberships li.product_cat-memberships .join_now {
  padding: 30px 60px;
}

@media only screen and (max-width: 1280px) {
    .memberships .membership_option .join_now, section.memberships li.product_cat-memberships .join_now {
        padding: 30px;
    }
}

.memberships .membership_option .join_now a, .join_now select {
  width: 100%;
  height: 60px;
  display: inline-block;
  padding: 15px;
  border: 2px solid #dadada;
  font-weight: bold;
  text-align: left;
  color: #000;
  font-size: 18px;
  background: #fff;
  -webkit-appearance:none;

}


.memberships .membership_info p, .memberships .membership_info a {
  color: #fff;
  margin: 0;
}

.memberships .membership_info a:hover {
  text-decoration: underline;
}


.package_fullwidth {
  background: #6188ad;
  padding: 30px;
  color: #fff;
  border-radius: 5px;
}


.package_fullwidth p, .package_fullwidth ul {
  color: #fff;
}

.package_fullwidth p:last-child {
  margin-bottom: 0;
}

.package_fullwidth ul li {
  margin-bottom: 10px;
  list-style-position: inside;
      padding-left: 1.28571429em;
    text-indent: -1.28571429em;
}


.package_fullwidth .button {
  background: #fff;
  margin-top: 15px;
}



.join_now {
    position: relative;
}

.join_now select {
    position: relative;
}

.join_now:before {
    content: "";
    position: absolute;
    right: 80px;
    top: 55px;
    width: 0;
    z-index: 1;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}







/* CONTENT */

@media only screen and (max-width: 992px) {
.meta_wrapper {
    display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;

  margin-bottom: 30px;
}
}

.meta_box {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
}

.meta_box p {
    margin: 0;
}

@media only screen and (max-width: 992px) {
   .meta_box {
       border-top: 0;
       border-left: 1px solid #eaeaea;
       padding: 15px;
   }

}

.meta_heading {
    font-weight: bold;
    color: #b6002e;
}


.meta_box:first-child {
    border-top: 0;

}

@media only screen and (max-width: 992px) {
   .meta_box:first-child {
       border-left: 0;
   }

}



.content ul, .single ul {
    color: #333;
    margin-bottom: 1rem;
}

.content h3 {
    margin-top: 30px;
}


.about_layout h2 {
    margin-top: 60px;
}

.about_layout h2:first-child {
    margin-top: 0;
}


.two_col_text_image:nth-child(odd) .container .row {
    flex-direction: row-reverse;
}


.two_col_text_image .container .row {
    align-items: center;
}


.full_image, .full_image .container {
    padding: 0;
}





.book_event {
    background: #f4f4f4;
    padding: 30px 30px;
}

@media only screen and (min-width: 768px) {
    .book_event {
        max-width: 320px;
        float: right;
    }
}


.book_event form input[type=button] {
    min-width: 220px;
}

.single {
    color: #333;
}

.single .col_image {
    margin-bottom: 15px;
}



/* MAIN CONTENT */

.support-slider .page_heading {
	display: none;
}


.support-slider .swiper-container {
	border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    }

.support-slider .swiper-meta-wrapper {
	background: #ffdd00;
}


.support-slider .swiper-meta-wrapper h2 {
	color: #aa112d;
}



.support-slider .swiper-slide .swiper-bkg {
	background-size: contain;
	background-repeat: no-repeat;
}



.support-slider .swiper-slide {
	background: #fff;
}


.support-slider .swiper-pagination-bullet-active, .support-slider .swiper-pagination-bullet {
	background: #000;
}


/* Twitter */

.twitter .ctf-more {
    max-width: 150px;
}


/* Newsflash */


.newsflash {
    border-bottom: 0 !important;
    padding-bottom: 0;
}


.newsflash p {
    margin-bottom: 0;
    padding: 15px;
    background: #fff9bd;
}

.newsflash span.announcement {
    font-weight: bold;
    color: #e94b35;
    margin-right: 15px;
}


.announcement a {
  color: #ffdd00;
  font-weight: bold;
}

/* Checkout */



.checkout_section {
    margin-bottom: 30px;
}
.checkout label {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.checkout input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
}


.checkout .field {
    margin-top: 15px;
}

.checkout .options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.checkout .option {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.checkout .option span {
    font-size: 14px;
}

.checkout .checkbox {
    display: flex;
    margin-top: 15px;
}
.checkout input[type=checkbox] {
    width: auto;
    margin-right: 30px;
}

.checkout .checkbox span {
    font-size: 14px;
}

.checkout input[type=radio] {
    height: auto;
    margin: 0;
    width: auto;
    margin-right: 10px;
}

.checkout p {
    font-size: 14px;
}


.checkout input[type=submit] {
    background: #5bc3bf;
    color: #fff;
    height: 60px;
    font-size: 21px;
    font-weight: bold;
    margin-top: 30px;
}



/* CHECKOUT */

.checkout-broken {
    text-align: center;
    margin-bottom: 60px;
}
.checkout-broken .brokencheckout-title {
    color: #999;
    font-size: 13px;
}

.registration-steps {
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-between;
}
.checkout-broken .step {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
}


.checkout-broken .step:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    right: 50%;
    z-index: -1;
}

.checkout-broken .step:first-child:after {
    display: none;
}



.checkout-broken .timeline {
    height: 0;
    width: 50%;
    position: absolute;
    top: 31%;
    z-index: -1;
    border: 1px solid #eaeaea
}
.checkout-broken .timeline-r {
    right: 0
}
.checkout-broken .timeline-l {
    left: 0
}
.checkout-broken .step-text {
    border-radius: 50px;
    height: 45px;
    width: 45px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    background: #ccc;
    border: 2px solid #fff;
}
.checkout-broken .step-desc {
    color: #ccc;
    font-size: 14px;
}
.checkout-broken .current .step-text {
    background-color: #002a4e;
}
.checkout-broken .current .step-desc {
    color: #000;
    margin-top: 5px;
}

.checkout-broken .current:after {
    background-color: #000;

}

.checkout-broken .step-desc {
    margin-top: 5px;
}
.checkout-broken .completed .step-text {
    color: #fff;
    background: #eaeaea;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #eaeaea
}
@media screen and (max-width: 680px) {
    .step-desc {
        display: none
    }
    .checkout-broken .timeline {
        top: 50%
    }
}


/* Memberships */

section.memberships {
  background: #002a4e;
  color: #fff;
}


.memberships .nav-tabs {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {

.memberships .nav-tabs::after {
  content: '';
  border-bottom: 1px solid #fff;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

}


.memberships .nav-tabs .nav-item {
    margin-left: 10px;
    z-index: 1;
}

.memberships .nav-tabs li .nav-link {
  color: #6188ad;
  font-weight: bold;
  font-size: 16px;
}


.memberships .nav-tabs li.active .nav-link {
  border: 1px solid #fff !important;
  border-bottom: 1px solid #01294e !important;
  color: #fff;
}

@media only screen and (max-width: 768px) {
.memberships .nav-tabs li.active .nav-link {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    border-radius: 5px;

  }

.memberships .nav-tabs .nav-item {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 10px;
}



  }


@media only screen and (min-width: 768px) {
.memberships .nav-tabs li .nav-link:hover {
  border: 1px solid  transparent;
  border-bottom: 1px solid #fff
}

}

.memberships .package_wrapper {
  margin-bottom: 30px;
}

.memberships .package {
  padding: 30px;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}


.memberships .package .package_info {
  width: 100%;
}

.memberships .package .prices {
  align-self: flex-start;
  width: 100%;
}


.memberships .package .prices .price_pa {
  font-size: 36px;
  display: block;
  font-weight: bold;
}

.memberships .package .prices span {
  font-size: 18px;
  font-weight: bold;
}

.memberships .package .join_buttons {
  width: 100%;
  margin-top: 30px;
  align-self: flex-end;
}

.memberships .package .join_buttons .button {
  margin: 5px 0;
  width: 100%;
}

.memberships .package .join_buttons .button .fas {
  margin-right: 10px;
}


/* Announcement */

.announcement {
  width: 100%;
  background: #521c6f;
  color: #fff;
  padding: 12px 0;
}

.announcement p {
  margin-bottom: 0;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  padding: 0;
}

.announcement span {
  font-weight: bold;
  color: #fff;
  margin-right: 15px;
}

.announcement a.button-yellow {
  font-size: 14px;
  white-space: nowrap;
  padding: 4px 8px;
}


/* Blog */

.blog-news .items-row {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}

.blog-news  img {
  width: 100%;
  height: auto;
  float: none;
  margin: 30px 0;
}


body.noimage .featured_image, body.hide-featured .featured_image, body.hide-swiper-text .swiper-meta-wrapper {
  display: none;
}



body.noimage .page_heading {
    background: #5bc4bf;
    color: #fff;
  }

body.noimage  .page_heading h1, body.noimage .page_heading .breadcrumb a, body.noimage .page_heading .breadcrumb li {
    color: #fff;
  }


  .page_heading .breadcrumb a, .page_heading .breadcrumb li {
    color: #767676;
    font-size: 14px;
}



body.hide-featured .pull-left.item-image {
  display: none;
}

/* Twitter */

.twitter-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.twitter-article {
      border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.twitter-article:last-child {
  border-bottom: 0;
}

.twitter-pic {
  margin-bottom: 5px;
}

.twitter-pic img {
  border-radius: 50px;
}

/* FOOTER */

footer {
  padding: 60px 0;
  background: #212528;
  text-align: center;
}


footer .logo {
  position: relative;
  width: 90px;
  height: auto;
}


footer .social_icons a {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}

footer .social_icons .fab {
  padding: 10px;
}


footer p {
  font-size: 14px;
  color: #fff;
}


footer .menu {
  display: block;
}

footer .menu li a {
  color: #b5b5b5;
}


footer .menu li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 7px 10px;
    font-size: 16px;

}


footer .newsflash-short {
    margin: 30px 0;
    padding: 30px 60px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    text-align: center;
}


footer .newsflash-short p {
    color: #fff;
        font-family:  big-caslon-fb,  serif;
    font-weight: normal;
    font-size: 16px;
}

footer .newsflash-short p:first-child {
    font-size: 42px;
}



@media only screen and (max-width: 1024px) {

footer .newsflash-short p:first-child {
    font-size: 36px;
}

}


@media only screen and (max-width: 640px) {

footer .newsflash-short p:first-child {
    font-size: 24px;
}

}

footer .newsflash-short p:last-child {
    margin-bottom: 0;
}

footer .social_icons {
  margin-bottom: 30px;
}



    .swiper-container {
      width: 100%;
      height: 500px;
    }

    @media only screen and (max-width: 992px) {
      .swiper-container {
        height: auto;
        background: #56c3c0;
      }

    }


    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #212528;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      flex-direction: column;
      -ms-flex-direction: column;
    }

    @media only screen and (max-width: 992px) {
      .swiper-slide {
        display: block;
      }

    }

    @media only screen and (max-width: 992px) {
      .swiper-slide .container {
        padding: 0;
      }

    }

    .swiper-slide .swiper-bkg {
      position: absolute;
      width: 100%;
      height: 100%;
    background-size: cover;
    background-position: center;
    top:0;
    left: 0;
    }

    @media only screen and (max-width: 992px) {
      .swiper-slide .swiper-bkg {
        height: 200px;
        position: relative;
      }

    }

    .swiper-slide .swiper-bkg img {
      width: 100%;
      height: auto;
    }

    .swiper-meta-wrapper {
        width: 40%;
      text-align: left;
    padding: 32px;
    background: #5fcec8;
    z-index: 1;
    position: relative;
    color: #fff;
    }

    .swiper-meta-wrapper a.button {
      background: #1a1a1a;
      border: 2px solid #1a1a1a;
      color: #fff;

    }


    .swiper-meta-wrapper a.button:hover {
      background: #fff;
      border: 2px solid #fff;
      color: #000;

    }

    @media only screen and (max-width: 992px) {
      .swiper-meta-wrapper {
        width: 100%;
        padding: 15px 15px 50px;
      }

    }

    .swiper-meta-wrapper h2 {
          font-size: 42px;
    text-transform: none;
    line-height: 100%;
    margin-top: 0;
    line-height: 1em;
    letter-spacing: 0px;
    font-family: big-caslon-fb, serif;
}

  @media only screen and (max-width: 992px) {
      .swiper-meta-wrapper h2 {
        font-size: 32px;
      }

    }

  .swiper-meta-wrapper p {
    color: #000;
  }

  .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
  }

  .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }

  @media only screen and (max-width: 992px) {
  .swiper-button-next, .swiper-button-prev {
    margin-top: -100px;
  }
}


.page_404 {
  background: #5bc4bf;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.page_404 .error {
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
}


.page_404 .error h1 {
  font-family: big-caslon-fb, serif;
}


.page_404 .error .logo {
  width: 110px;
  height: 100%;
  border-top: 0;
  margin-bottom: 30px;
}



.page_404 .error  a.button {
      background: #1a1a1a;
      border: 2px solid #1a1a1a;
      color: #fff;

    }

.page_404 .error  a.button:hover {
      background: #fff;
      border: 2px solid #fff;
      color: #000;

    }





    /* ICN buttons */



.ic-btn {
  font-size: 18px;
  padding: 10px 14px;
}


.ic-btn-info {
  background: #5bc4bf;
}


.ic-pagination {
  font-size: 18px;
}


.ic-pagination .ic-prev a, .ic-pagination .ic-next a {
      border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 5px;
}
