@charset "UTF-8";
/* CSS Document */
/* Change media query settings in framework/_settings.scss */
/* Colors */
/* Theme Colours */
/* Tees */
/* Neutrals */
/* Greys */
/* Fonts */
/* Transitions */
a {
  transition: all 0.3s ease; }
  a:hover {
    color: #2E8BC0; }

/* Buttons */
a.btn {
  background: #2E8BC0;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 40px; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Mixins */
/* Product Pages */
/* Scss Document */
html,
body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  color: #21201e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 1024px) {
    html.noscroll,
    body.noscroll {
      overflow: hidden;
      /*			position: fixed;	*/ } }

body,
body.product-page {
  padding-top: 119px; }
  @media screen and (max-width: 1024px) {
    body,
    body.product-page {
      padding-top: 89px; } }
  @media screen and (max-width: 1024px) {
    body.noscroll,
    body.product-page.noscroll {
      height: 100%; } }

/* Annoying edit admin bar that throws layouts out */
/* Fixed header on mobile layout */
body#mobile {
  padding-top: 120px; }
  @media screen and (max-width: 1024px) {
    body#mobile {
      padding-top: 90px; } }

h1, h2, h3, h4, h5, h6 {
  color: #061717; }

h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0 0 35px; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 30px; } }
  @media screen and (max-width: 740px) {
    h1 {
      font-size: 22px;
      line-height: 26px; } }

.home h1 {
  font-size: 58px;
  line-height: 62px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 10px auto 18px;
  color: #ffffff; }
  @media screen and (max-width: 1200px) {
    .home h1 {
      font-size: 48px;
      line-height: 52px;
      letter-spacing: 5px;
      margin: 10px auto 20px; } }
  @media screen and (max-width: 1024px) {
    .home h1 {
      font-size: 40px;
      line-height: 46px;
      letter-spacing: 5px;
      margin: 10px auto 20px; } }
  @media screen and (max-width: 740px) {
    .home h1 {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: 5px;
      margin: 0px auto 18px; } }
  .home h1 strong {
    font-weight: 900; }

.home h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 40px; }
  @media screen and (max-width: 1024px) {
    .home h2 {
      font-size: 28px;
      line-height: 32px;
      margin: 0 0 20px; } }
  @media screen and (max-width: 740px) {
    .home h2 {
      font-size: 22px;
      line-height: 26px; } }

h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 30px;
  margin: 0 0 40px;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 20px; } }
  @media screen and (max-width: 740px) {
    h2 {
      font-size: 20px;
      line-height: 24px; } }
  h2 strong {
    font-weight: 700; }

h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 35px; }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 22px;
      line-height: 26px;
      margin: 0 0 30px; } }
  @media screen and (max-width: 740px) {
    h3 {
      font-size: 18px;
      line-height: 22px; } }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 15px; }
  @media screen and (max-width: 740px) {
    h4 {
      font-size: 16px;
      line-height: 20px; } }

h5 {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 18px;
  margin: 0 0 18px; }

p {
  margin: 0 0 24px; }
  @media screen and (max-width: 1024px) {
    p {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (max-width: 740px) {
    p {
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      margin: 0 0 20px; } }

a.primary-button,
a.secondary-button,
input[type=submit],
.portalLink {
  display: inline-block;
  background: #2E8BC0;
  color: #ffffff;
  border-radius: 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  height: 36px;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 2px;
  margin-left: 1px; }
  a.primary-button:hover,
  a.secondary-button:hover,
  input[type=submit]:hover,
  .portalLink:hover {
    transition: all 0.3s ease;
    background: #00a8a8;
    color: #ffffff;
    padding: 10px 30px;
    letter-spacing: 1.5px; }
  @media screen and (max-width: 480px) {
    a.primary-button,
    a.secondary-button,
    input[type=submit],
    .portalLink {
      width: auto;
      height: auto;
      margin: 0 auto;
      text-align: center; } }

a.secondary-button {
  background: transparent;
  border: 1px solid #ffffff;
  height: 35px;
  padding: 9px 20px 10px; }
  a.secondary-button:hover {
    padding: 9px 30px 10px; }

.left {
  float: left; }

.right {
  float: right; }

.white-text {
  color: #ffffff; }

.standout-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0; }
  @media screen and (max-width: 740px) {
    .standout-text {
      font-size: 18px;
      line-height: 26px; } }

.light-text {
  font-weight: 300;
  letter-spacing: 0; }

.icon-file-pdf {
  background: url(../images/pdf.png) no-repeat left top;
  padding-left: 25px; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #061717; }

.container {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1400px;
  overflow: hidden; }
  .container p:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 1500px) {
    .container {
      max-width: 100%;
      padding: 80px 5%; } }
  @media screen and (max-width: 1024px) {
    .container {
      padding: 70px 5%; } }
  @media screen and (max-width: 740px) {
    .container {
      padding: 50px 7%; } }

.home .container {
  max-width: 1170px; }
  @media screen and (max-width: 1400px) {
    .home .container {
      max-width: 1170px; } }
  @media screen and (max-width: 1200px) {
    .home .container {
      max-width: 100%; } }

.home #banner {
  height: 550px; }
  @media screen and (max-width: 1200px) {
    .home #banner {
      height: 450px; } }
  @media screen and (max-width: 1024px) {
    .home #banner {
      height: 400px; } }
  @media screen and (max-width: 740px) {
    .home #banner {
      height: 300px; } }
  .home #banner .overlay {
    height: 100%; }

#banner {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  /* Banner background positions */ }
  #banner.bg-top-center {
    background-position: top center !important; }
  #banner.bg-top-left {
    background-position: top left !important; }
  #banner.bg-top-right {
    background-position: top right !important; }
  #banner.bg-center-center {
    background-position: center !important; }
  #banner.bg-center-left {
    background-position: center left !important; }
  #banner.bg-center-right {
    background-position: center right !important; }
  #banner.bg-bottom-center {
    background-position: bottom center !important; }
  #banner.bg-bottom-left {
    background-position: bottom left !important; }
  #banner.bg-bottom-right {
    background-position: bottom right !important; }
  @media screen and (max-width: 1200px) {
    #banner {
      height: 350px; } }
  @media screen and (max-width: 1024px) {
    #banner {
      height: 300px; } }
  @media screen and (max-width: 740px) {
    #banner {
      height: 200px; } }
  #banner .overlay {
    height: 100%;
    margin: 0 auto;
    padding: 123px 33% 134px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff; }
    @media screen and (max-width: 1200px) {
      #banner .overlay {
        padding: 100px 25%; } }
    @media screen and (max-width: 1024px) {
      #banner .overlay {
        padding: 80px 25%; } }
    @media screen and (max-width: 740px) {
      #banner .overlay {
        padding: 40px 10%; } }
    #banner .overlay span {
      letter-spacing: 1.85px;
      font-weight: 300;
      font-size: 80% !important; }
    #banner .overlay p {
      font-weight: 300;
      letter-spacing: 1px;
      margin: 0 0 13px; }
      @media screen and (max-width: 1200px) {
        #banner .overlay p {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 740px) {
        #banner .overlay p {
          font-size: 15px;
          line-height: 20px; } }
    #banner .overlay .primary-button {
      margin-top: 30px;
      font-size: 16px;
      height: 42px;
      line-height: 22px;
      padding: 10px 30px; }
      #banner .overlay .primary-button:hover {
        padding: 10px 40px; }
      @media screen and (max-width: 1200px) {
        #banner .overlay .primary-button {
          margin-top: 10px;
          font-size: 13px;
          line-height: 16px;
          height: 36px;
          padding: 10px 20px; } }

#main .section #content, #main .section #content.right {
  width: 70%;
  overflow: hidden;
  /* Gutenberg Gallery */ }
  #main .section #content .sp-easy-accordion, #main .section #content.right .sp-easy-accordion {
    max-width: 1000px;
    margin: 50px auto 0; }
    #main .section #content .sp-easy-accordion .ea-card, #main .section #content.right .sp-easy-accordion .ea-card {
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #9E9E9E;
      border-radius: 0;
      margin-bottom: 0; }
      #main .section #content .sp-easy-accordion .ea-card:first-child, #main .section #content.right .sp-easy-accordion .ea-card:first-child {
        border-top: 2px solid #9E9E9E; }
      #main .section #content .sp-easy-accordion .ea-card h3.ea-header, #main .section #content.right .sp-easy-accordion .ea-card h3.ea-header {
        margin-bottom: 0 !important; }
        #main .section #content .sp-easy-accordion .ea-card h3.ea-header a, #main .section #content.right .sp-easy-accordion .ea-card h3.ea-header a {
          display: flex;
          justify-content: space-between;
          flex-direction: row-reverse; }
          #main .section #content .sp-easy-accordion .ea-card h3.ea-header a i, #main .section #content.right .sp-easy-accordion .ea-card h3.ea-header a i {
            margin-left: 10px;
            margin-right: 0; }
  #main .section #content .large-text, #main .section #content.right .large-text {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px; }
  #main .section #content p a, #main .section #content.right p a {
    color: #21201e; }
  #main .section #content p a.primary-button, #main .section #content.right p a.primary-button {
    color: #ffffff; }
  #main .section #content h2, #main .section #content.right h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    margin: 30px 0 24px; }
    @media screen and (max-width: 740px) {
      #main .section #content h2, #main .section #content.right h2 {
        font-size: 20px;
        line-height: 24px; } }
  #main .section #content h3, #main .section #content.right h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    margin: 30px 0 10px; }
  #main .section #content h4, #main .section #content.right h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 30px 0 10px; }
  #main .section #content .table-container, #main .section #content.right .table-container {
    background-color: rgba(158, 158, 158, 0.2);
    padding: 50px;
    margin: 24px 0;
    border-radius: 5px; }
    #main .section #content .table-container table thead tr, #main .section #content.right .table-container table thead tr {
      border-bottom: 1px solid #9E9E9E; }
      #main .section #content .table-container table thead tr th, #main .section #content.right .table-container table thead tr th {
        text-align: left;
        padding: 0 10px 10px; }
    #main .section #content .table-container table tbody, #main .section #content.right .table-container table tbody {
      vertical-align: top; }
      #main .section #content .table-container table tbody tr, #main .section #content.right .table-container table tbody tr {
        border-bottom: 1px solid #9E9E9E; }
        #main .section #content .table-container table tbody tr td, #main .section #content.right .table-container table tbody tr td {
          padding: 35px 10px; }
    #main .section #content .table-container table tbody:nth-child(1) tr:first-child td, #main .section #content.right .table-container table tbody:nth-child(1) tr:first-child td {
      padding-top: 0; }
  #main .section #content img, #main .section #content.right img {
    height: auto;
    margin: 0 0 20px; }
    #main .section #content img.size-full, #main .section #content.right img.size-full {
      max-width: 100%;
      width: auto; }
    #main .section #content img.size-large, #main .section #content.right img.size-large {
      max-width: 75%;
      width: auto; }
      #main .section #content img.size-large.aligncenter, #main .section #content.right img.size-large.aligncenter {
        margin: 0 12.5% 20px; }
      @media screen and (max-width: 600px) {
        #main .section #content img.size-large, #main .section #content.right img.size-large {
          width: 100%;
          margin: 0 auto 20px; } }
    #main .section #content img.size-medium, #main .section #content.right img.size-medium {
      max-width: 50%;
      width: auto; }
      #main .section #content img.size-medium.aligncenter, #main .section #content.right img.size-medium.aligncenter {
        margin: 0 25% 20px; }
      @media screen and (max-width: 600px) {
        #main .section #content img.size-medium, #main .section #content.right img.size-medium {
          width: 100%;
          margin: 0 auto 20px; } }
    #main .section #content img.size-thumbnail, #main .section #content.right img.size-thumbnail {
      max-width: 25%;
      width: auto; }
      #main .section #content img.size-thumbnail.aligncenter, #main .section #content.right img.size-thumbnail.aligncenter {
        margin: 0 37.5% 20px; }
      @media screen and (max-width: 600px) {
        #main .section #content img.size-thumbnail, #main .section #content.right img.size-thumbnail {
          width: 100%;
          margin: 0 auto 20px; } }
    #main .section #content img.alignright, #main .section #content.right img.alignright {
      float: right;
      margin: 0 0 20px 40px; }
    #main .section #content img.alignleft, #main .section #content.right img.alignleft {
      float: left;
      margin: 0 40px 20px 0; }
    #main .section #content img.aligncenter, #main .section #content.right img.aligncenter {
      margin: 0 auto;
      text-align: center; }
    @media screen and (max-width: 480px) {
      #main .section #content img, #main .section #content.right img {
        width: 100% !important;
        float: none !important;
        margin: 0 0 30px !important; } }
  #main .section #content a:hover, #main .section #content.right a:hover {
    text-decoration: none;
    color: #000000; }
  #main .section #content .section.news, #main .section #content.right .section.news {
    background: transparent; }
    #main .section #content .section.news .container, #main .section #content.right .section.news .container {
      padding-top: 40px !important; }
      @media screen and (max-width: 1400px) {
        #main .section #content .section.news .container, #main .section #content.right .section.news .container {
          padding: 0; } }
      @media screen and (max-width: 740px) {
        #main .section #content .section.news .container, #main .section #content.right .section.news .container {
          width: 100%; } }
      #main .section #content .section.news .container h3, #main .section #content.right .section.news .container h3 {
        margin: 0 0 30px;
        text-align: left; }
        @media screen and (max-width: 740px) {
          #main .section #content .section.news .container h3, #main .section #content.right .section.news .container h3 {
            margin-bottom: 10px; } }
      #main .section #content .section.news .container .posts, #main .section #content.right .section.news .container .posts {
        margin-top: 0; }
        @media screen and (max-width: 740px) {
          #main .section #content .section.news .container .posts, #main .section #content.right .section.news .container .posts {
            width: 80%;
            margin: 0 auto; } }
        @media screen and (max-width: 600px) {
          #main .section #content .section.news .container .posts, #main .section #content.right .section.news .container .posts {
            width: 100%; } }
        #main .section #content .section.news .container .posts .post, #main .section #content.right .section.news .container .posts .post {
          margin-bottom: 0; }
          @media screen and (max-width: 740px) {
            #main .section #content .section.news .container .posts .post, #main .section #content.right .section.news .container .posts .post {
              margin-bottom: 20px; }
              #main .section #content .section.news .container .posts .post:last-child, #main .section #content.right .section.news .container .posts .post:last-child {
                margin-bottom: 0; } }
          #main .section #content .section.news .container .posts .post .post-content, #main .section #content.right .section.news .container .posts .post .post-content {
            border: 1px solid #dddddd; }
            @media screen and (max-width: 1024px) {
              #main .section #content .section.news .container .posts .post .post-content h3, #main .section #content.right .section.news .container .posts .post .post-content h3 {
                font-size: 17px;
                line-height: 17px; } }
            #main .section #content .section.news .container .posts .post .post-content h3 a, #main .section #content.right .section.news .container .posts .post .post-content h3 a {
              color: #21201e !important; }
            @media screen and (max-width: 1024px) {
              #main .section #content .section.news .container .posts .post .post-content, #main .section #content.right .section.news .container .posts .post .post-content {
                padding: 25px; } }
  #main .section #content .gallery, #main .section #content.right .gallery {
    margin: 20px 0; }
    #main .section #content .gallery .gallery-item .gallery-icon, #main .section #content.right .gallery .gallery-item .gallery-icon {
      display: flex;
      align-items: center;
      justify-content: center; }
      #main .section #content .gallery .gallery-item .gallery-icon img, #main .section #content.right .gallery .gallery-item .gallery-icon img {
        margin: 0;
        max-width: 100%; }
  #main .section #content .wp-block-gallery, #main .section #content.right .wp-block-gallery {
    overflow: hidden; }
    #main .section #content .wp-block-gallery img, #main .section #content.right .wp-block-gallery img {
      height: 100%;
      margin: 0 auto; }
  #main .section #content .public-bookings-buttons, #main .section #content.right .public-bookings-buttons {
    overflow: hidden;
    width: 90%;
    padding-right: 10%; }
    @media screen and (max-width: 1200px) {
      #main .section #content .public-bookings-buttons, #main .section #content.right .public-bookings-buttons {
        width: 100%;
        padding-right: 0; } }
    #main .section #content .public-bookings-buttons p.btn, #main .section #content.right .public-bookings-buttons p.btn {
      float: left;
      display: block;
      width: 45%;
      text-align: center;
      font-weight: 600;
      letter-spacing: 1px; }
      @media screen and (max-width: 740px) {
        #main .section #content .public-bookings-buttons p.btn, #main .section #content.right .public-bookings-buttons p.btn {
          width: 80%;
          float: none;
          margin: 0 auto 20px; } }
      #main .section #content .public-bookings-buttons p.btn:hover, #main .section #content.right .public-bookings-buttons p.btn:hover {
        transition: all 0.3s ease; }
        #main .section #content .public-bookings-buttons p.btn:hover a, #main .section #content.right .public-bookings-buttons p.btn:hover a {
          background: #2E8BC0;
          transition: all 0.3s ease; }
      #main .section #content .public-bookings-buttons p.btn:nth-child(2n+2), #main .section #content.right .public-bookings-buttons p.btn:nth-child(2n+2) {
        float: right; }
        @media screen and (max-width: 740px) {
          #main .section #content .public-bookings-buttons p.btn:nth-child(2n+2), #main .section #content.right .public-bookings-buttons p.btn:nth-child(2n+2) {
            float: none; } }
      #main .section #content .public-bookings-buttons p.btn a, #main .section #content.right .public-bookings-buttons p.btn a {
        color: #ffffff;
        background: #48A5DA;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s ease; }
        @media screen and (max-width: 740px) {
          #main .section #content .public-bookings-buttons p.btn a, #main .section #content.right .public-bookings-buttons p.btn a {
            padding: 15px 20px; } }
  @media screen and (max-width: 960px) {
    #main .section #content, #main .section #content.right {
      width: 100%;
      margin-bottom: 40px; } }

#main .section #sidebar {
  width: 22%; }
  @media screen and (max-width: 960px) {
    #main .section #sidebar {
      width: 100%;
      border-top: 1px solid #dddddd;
      padding-top: 40px; } }
  #main .section #sidebar #members-btn {
    display: none;
    transition: all 0.3s ease; }
    @media screen and (max-width: 960px) {
      #main .section #sidebar #members-btn {
        display: block;
        background: #2E8BC0;
        color: #ffffff;
        font-size: 14px;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.3s ease; }
        #main .section #sidebar #members-btn:hover {
          transition: all 0.3s ease;
          background: #073030;
          cursor: pointer; } }
  #main .section #sidebar .members-menu, #main .section #sidebar .guests-menu, #main .section #sidebar .sidebar-content {
    margin: 0;
    padding: 0; }
    #main .section #sidebar .members-menu .col, #main .section #sidebar .guests-menu .col, #main .section #sidebar .sidebar-content .col {
      margin-bottom: 40px; }
    #main .section #sidebar .members-menu .sub-menu, #main .section #sidebar .members-menu .posts, #main .section #sidebar .guests-menu .sub-menu, #main .section #sidebar .guests-menu .posts, #main .section #sidebar .sidebar-content .sub-menu, #main .section #sidebar .sidebar-content .posts {
      margin: 0 0 50px;
      padding: 0; }
      #main .section #sidebar .members-menu .sub-menu:last-of-type, #main .section #sidebar .members-menu .posts:last-of-type, #main .section #sidebar .guests-menu .sub-menu:last-of-type, #main .section #sidebar .guests-menu .posts:last-of-type, #main .section #sidebar .sidebar-content .sub-menu:last-of-type, #main .section #sidebar .sidebar-content .posts:last-of-type {
        margin-bottom: 0; }
      #main .section #sidebar .members-menu .sub-menu li:last-child a, #main .section #sidebar .members-menu .posts li:last-child a, #main .section #sidebar .guests-menu .sub-menu li:last-child a, #main .section #sidebar .guests-menu .posts li:last-child a, #main .section #sidebar .sidebar-content .sub-menu li:last-child a, #main .section #sidebar .sidebar-content .posts li:last-child a {
        margin-bottom: 0; }
      #main .section #sidebar .members-menu .sub-menu li:last-child a.arrow-down-nav, #main .section #sidebar .members-menu .posts li:last-child a.arrow-down-nav, #main .section #sidebar .guests-menu .sub-menu li:last-child a.arrow-down-nav, #main .section #sidebar .guests-menu .posts li:last-child a.arrow-down-nav, #main .section #sidebar .sidebar-content .sub-menu li:last-child a.arrow-down-nav, #main .section #sidebar .sidebar-content .posts li:last-child a.arrow-down-nav {
        display: none; }
    #main .section #sidebar .members-menu li, #main .section #sidebar .guests-menu li, #main .section #sidebar .sidebar-content li {
      list-style: none; }
    #main .section #sidebar .members-menu a, #main .section #sidebar .guests-menu a, #main .section #sidebar .sidebar-content a {
      color: #21201e;
      text-decoration: none;
      border-bottom: 1px solid #dddddd;
      margin: 0 0 10px;
      padding: 0 0 10px;
      letter-spacing: 1px;
      cursor: pointer;
      display: block; }
      @media screen and (max-width: 1024px) {
        #main .section #sidebar .members-menu a, #main .section #sidebar .guests-menu a, #main .section #sidebar .sidebar-content a {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 600px) {
        #main .section #sidebar .members-menu a, #main .section #sidebar .guests-menu a, #main .section #sidebar .sidebar-content a {
          font-size: 15px; } }
      #main .section #sidebar .members-menu a:hover, #main .section #sidebar .guests-menu a:hover, #main .section #sidebar .sidebar-content a:hover {
        color: #2E8BC0; }
    #main .section #sidebar .members-menu a.arrow-down-nav, #main .section #sidebar .guests-menu a.arrow-down-nav, #main .section #sidebar .sidebar-content a.arrow-down-nav {
      display: none; }
    #main .section #sidebar .members-menu .current_page_item a, #main .section #sidebar .guests-menu .current_page_item a, #main .section #sidebar .sidebar-content .current_page_item a {
      color: #2E8BC0; }
    #main .section #sidebar .members-menu .menu-item-has-children a, #main .section #sidebar .guests-menu .menu-item-has-children a, #main .section #sidebar .sidebar-content .menu-item-has-children a {
      margin-bottom: 0; }
    #main .section #sidebar .members-menu .menu-item-has-children .sub-menu, #main .section #sidebar .guests-menu .menu-item-has-children .sub-menu, #main .section #sidebar .sidebar-content .menu-item-has-children .sub-menu {
      margin-bottom: 10px; }
      #main .section #sidebar .members-menu .menu-item-has-children .sub-menu a, #main .section #sidebar .guests-menu .menu-item-has-children .sub-menu a, #main .section #sidebar .sidebar-content .menu-item-has-children .sub-menu a {
        padding-left: 30px;
        padding-top: 10px;
        margin-bottom: 0; }
  #main .section #sidebar .menu-members-menu-container + .sidebar-content {
    margin-top: 30px; }
  @media screen and (max-width: 740px) {
    #main .section #sidebar .sidebar-content {
      display: none; } }
  #main .section #sidebar .sidebar-content h2 {
    margin-top: 0; }
    @media screen and (max-width: 960px) {
      #main .section #sidebar .sidebar-content h2 {
        margin-top: 40px; } }
  #main .section #sidebar h2, #main .section #sidebar h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 28px; }
    @media screen and (max-width: 1024px) {
      #main .section #sidebar h2, #main .section #sidebar h3 {
        font-size: 18px;
        line-height: 22px; } }
    @media screen and (max-width: 600px) {
      #main .section #sidebar h2, #main .section #sidebar h3 {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 20px; } }
  #main .section #sidebar h3 {
    margin-bottom: 24px;
    margin-top: 40px; }

/* Split Layout */
#main .section #content {
  width: 100%;
  /* Multiple Split Layout */ }
  #main .section #content .container.first {
    padding: 100px 0 0; }
    @media screen and (max-width: 1024px) {
      #main .section #content .container.first {
        padding: 70px 0 0; } }
    @media screen and (max-width: 740px) {
      #main .section #content .container.first {
        padding: 50px 0 0; } }
    @media screen and (max-width: 1400px) {
      #main .section #content .container.first h1 {
        margin: 0 5% 35px !important; } }
  #main .section #content .container.first + .section {
    margin-top: 100px; }
  #main .section #content .section:nth-of-type(2n+2) .split.content {
    background: #f3f3f3; }
  #main .section #content .split {
    width: 50%;
    float: left;
    position: relative;
    min-height: 500px; }
    @media screen and (max-width: 1400px) {
      #main .section #content .split {
        min-height: 300px; } }
    @media screen and (max-width: 740px) {
      #main .section #content .split {
        width: 100%;
        float: none !important;
        min-height: auto; } }
    #main .section #content .split.content {
      border-top: 1px solid #dddddd;
      position: relative; }
      #main .section #content .split.content .container {
        max-width: 700px;
        width: 100%;
        float: right;
        padding-top: 60px;
        padding-left: 0;
        padding-right: 60px;
        padding-bottom: 60px !important; }
        @media screen and (max-width: 1500px) {
          #main .section #content .split.content .container {
            padding-left: 10% !important;
            padding-right: 10% !important;
            max-width: 100%;
            float: none !important;
            padding-bottom: 40px !important; } }
        @media screen and (max-width: 740px) {
          #main .section #content .split.content .container {
            padding-left: 7% !important;
            padding-right: 7% !important; } }
        #main .section #content .split.content .container table {
          border-collapse: collapse;
          width: 100%;
          margin-bottom: 30px;
          border: 1px solid #dddddd; }
          #main .section #content .split.content .container table thead tr th {
            background: #2E8BC0;
            color: #ffffff;
            padding: 7px 20px;
            text-align: left; }
          #main .section #content .split.content .container table tbody tr td {
            padding: 7px 20px;
            background: #ebebeb; }
          #main .section #content .split.content .container table tbody tr:nth-of-type(2n+2) td {
            background: #ffffff; }
        #main .section #content .split.content .container h2 {
          margin: 0 0 24px; }
        #main .section #content .split.content .container .gform_wrapper {
          margin-top: 24px; }
    #main .section #content .split.image {
      position: absolute;
      height: 100%;
      right: 0;
      background-size: cover !important;
      background-position: center !important; }
      @media screen and (max-width: 740px) {
        #main .section #content .split.image {
          width: 100%;
          position: relative;
          height: 250px;
          right: auto;
          left: auto; } }
  #main .section #content .multiple {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-flow: row wrap;
    justify-content: space-around; }
    #main .section #content .multiple.col-one .box {
      width: 100%; }
      #main .section #content .multiple.col-one .box .box-container {
        max-width: 1400px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto; }
    #main .section #content .multiple.col-two .box {
      width: 50%; }
    #main .section #content .multiple.col-three .box {
      width: 33.33%; }
    #main .section #content .multiple.col-four .box {
      width: 25%; }
      @media screen and (max-width: 1200px) {
        #main .section #content .multiple.col-four .box {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        #main .section #content .multiple.col-four .box {
          width: 100%; } }
    #main .section #content .multiple .box {
      float: left;
      position: relative;
      background-size: cover; }
      #main .section #content .multiple .box .box-container {
        position: relative;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 60px;
        padding-right: 60px; }
        @media screen and (max-width: 1500px) {
          #main .section #content .multiple .box .box-container {
            padding-left: 20%;
            padding-right: 20%;
            max-width: 100%;
            float: none; } }
        @media screen and (max-width: 1200px) {
          #main .section #content .multiple .box .box-container {
            padding-left: 10%;
            padding-right: 10%; } }
        @media screen and (max-width: 1024px) {
          #main .section #content .multiple .box .box-container {
            padding-top: 70px;
            padding-bottom: 70px; } }
        @media screen and (max-width: 740px) {
          #main .section #content .multiple .box .box-container {
            padding-left: 14%;
            padding-right: 14%;
            padding-top: 50px;
            padding-bottom: 50px; } }
        @media screen and (max-width: 480px) {
          #main .section #content .multiple .box .box-container {
            padding-left: 7% !important;
            padding-right: 7% !important; } }
        #main .section #content .multiple .box .box-container p:last-child {
          margin-bottom: 0; }
      #main .section #content .multiple .box.img {
        background-size: cover !important; }
        #main .section #content .multiple .box.img img {
          width: 100%;
          height: auto;
          object-fit: cover;
          object-position: 50% 50%;
          display: none; }
          @media screen and (max-width: 480px) {
            #main .section #content .multiple .box.img img {
              display: block; } }
    #main .section #content .multiple.left-dominant .box {
      width: 25%; }
      #main .section #content .multiple.left-dominant .box:first-child {
        width: 50%; }
        #main .section #content .multiple.left-dominant .box:first-child .box-container {
          padding-left: 0;
          padding-right: 100px;
          max-width: 700px;
          float: right; }
          @media screen and (max-width: 1500px) {
            #main .section #content .multiple.left-dominant .box:first-child .box-container {
              padding-left: 10%;
              padding-right: 10%;
              max-width: 100%;
              float: none; } }
          @media screen and (max-width: 1200px) {
            #main .section #content .multiple.left-dominant .box:first-child .box-container {
              padding-left: 5%;
              padding-right: 5%; } }
          @media screen and (max-width: 740px) {
            #main .section #content .multiple.left-dominant .box:first-child .box-container {
              padding-left: 7%;
              padding-right: 7%; } }
        @media screen and (max-width: 1200px) {
          #main .section #content .multiple.left-dominant .box:first-child {
            width: 100%; } }
      @media screen and (max-width: 1200px) {
        #main .section #content .multiple.left-dominant .box {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        #main .section #content .multiple.left-dominant .box {
          width: 100%; } }
    #main .section #content .multiple.right-dominant .box {
      width: 25%; }
      #main .section #content .multiple.right-dominant .box:last-child {
        width: 50%; }
        #main .section #content .multiple.right-dominant .box:last-child .box-container {
          padding-right: 0;
          padding-left: 8%;
          max-width: 700px;
          float: left; }
          @media screen and (max-width: 1500px) {
            #main .section #content .multiple.right-dominant .box:last-child .box-container {
              padding-left: 10%;
              padding-right: 10%;
              max-width: 100%;
              float: none; } }
          @media screen and (max-width: 1200px) {
            #main .section #content .multiple.right-dominant .box:last-child .box-container {
              padding-left: 5%;
              padding-right: 10%; } }
          @media screen and (max-width: 740px) {
            #main .section #content .multiple.right-dominant .box:last-child .box-container {
              padding-left: 7%;
              padding-right: 7%; } }
        @media screen and (max-width: 1200px) {
          #main .section #content .multiple.right-dominant .box:last-child {
            width: 100%; } }
      @media screen and (max-width: 1200px) {
        #main .section #content .multiple.right-dominant .box {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        #main .section #content .multiple.right-dominant .box {
          width: 100%; } }

#main .section:nth-of-type(2n+2) .split {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 740px) {
    #main .section:nth-of-type(2n+2) .split {
      float: none !important; } }
  #main .section:nth-of-type(2n+2) .split.content {
    float: right !important; }
    #main .section:nth-of-type(2n+2) .split.content .container {
      float: left !important;
      padding-left: 60px !important;
      padding-right: 0 !important; }
  #main .section:nth-of-type(2n+2) .split.image {
    right: auto;
    left: 0; }

#footer {
  background: #ebebeb;
  border-top: 1px solid #dddddd; }
  #footer .container {
    padding: 60px 0 50px;
    max-width: 1400px; }
    @media screen and (max-width: 1500px) {
      #footer .container {
        padding: 60px 5%; } }
    @media screen and (max-width: 1400px) {
      #footer .container {
        max-width: 100%;
        padding: 60px 5% 50px; } }
    @media screen and (max-width: 1024px) {
      #footer .container {
        padding: 40px 5% 30px; } }
    @media screen and (max-width: 740px) {
      #footer .container {
        padding: 40px 7% 30px; } }
    @media screen and (max-width: 480px) {
      #footer .container {
        padding: 30px 7% 0px; } }
  #footer .col-3 .col {
    width: 33.33%; }
    #footer .col-3 .col:nth-child(3n) {
      padding-right: 0; }
      @media screen and (max-width: 740px) {
        #footer .col-3 .col:nth-child(3n) {
          width: 100%;
          clear: both; } }
    #footer .col-3 .col:nth-child(4n) {
      display: none; }
    @media screen and (max-width: 960px) {
      #footer .col-3 .col {
        margin-bottom: 20px; } }
    @media screen and (max-width: 740px) {
      #footer .col-3 .col {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      #footer .col-3 .col {
        width: 100%;
        float: none;
        clear: both; }
        #footer .col-3 .col:nth-child(3n) {
          border-bottom: 0;
          margin-bottom: 0; } }
  #footer .col-4 .col {
    width: 25%; }
    @media screen and (max-width: 960px) {
      #footer .col-4 .col {
        width: 50%;
        margin-bottom: 40px; }
        #footer .col-4 .col:nth-child(3n) {
          clear: both; } }
  @media screen and (max-width: 960px) {
    #footer .col-4 .col.contact {
      margin-bottom: 20px; } }
  #footer .col-3, #footer .col-4 {
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      #footer .col-3 .col, #footer .col-4 .col {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dddddd;
        overflow: hidden;
        display: block; }
        #footer .col-3 .col:nth-child(4n), #footer .col-4 .col:nth-child(4n) {
          border-bottom: 0px;
          margin-bottom: 0; } }
  #footer .col {
    float: left;
    box-sizing: border-box;
    padding: 0 30px 0 0; }
  #footer h5 {
    color: #2E8BC0;
    text-transform: uppercase; }
  #footer p {
    font-size: 13.5px;
    line-height: 20px;
    letter-spacing: 0.4px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 10px; }
    #footer p:last-of-type {
      margin-bottom: 0; }
  #footer a {
    color: #21201e; }
  #footer .address p {
    margin: 0 0 10px; }
  #footer .menu p.link {
    width: 50%;
    float: left; }
    #footer .menu p.link a {
      text-decoration: none; }
  #footer .contact p.half {
    width: 50%;
    float: left; }
    @media screen and (max-width: 1200px) {
      #footer .contact p.half {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 960px) {
      #footer .contact p.half {
        width: 50%;
        float: left; } }
  #footer .signup {
    width: 100%;
    padding: 0; }
  #footer .social {
    font-size: 20px;
    padding-top: 10px;
    overflow: hidden; }
    #footer .social a {
      display: block;
      float: left;
      margin-right: 25px;
      color: #b0b0b0;
      opacity: 1;
      transition: all 0.3s ease; }
      #footer .social a:hover {
        color: #66a4ad;
        opacity: 0.8;
        transition: all 0.3s ease; }

#copyright {
  text-align: center;
  font-size: 13.5px;
  line-height: 22px;
  border-top: 1px solid #dddddd; }
  #copyright .container {
    padding: 30px 0; }
    @media screen and (max-width: 960px) {
      #copyright .container {
        padding: 20px 5%; } }
    #copyright .container p {
      margin-bottom: 0;
      font-family: "Poppins", sans-serif !important; }
      @media screen and (max-width: 740px) {
        #copyright .container p {
          font-size: 12px; } }
      #copyright .container p a {
        color: #21201e;
        font-family: "Poppins", sans-serif !important; }

.public-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 20px; }
  @media screen and (max-width: 600px) {
    .public-buttons {
      margin-left: 0; } }
  .public-buttons a.primary-button {
    font-weight: 600;
    border-width: 1px;
    margin: 0.25em 0;
    display: flex;
    box-shadow: 1px 1px 2px 1px #efefef; }
    .public-buttons a.primary-button i.material-icons {
      margin: 0 10px 0 0;
      line-height: 17px; }

.public-buttons {
  display: flex;
  flex-direction: row;
  margin-left: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 75%; }
  .public-buttons a.primary-button {
    font-weight: 600;
    border-width: 2px;
    margin: 10px 0;
    display: flex;
    box-shadow: 1px 1px 2px 1px #efefef;
    width: 300px; }
  @media screen and (max-width: 600px) {
    .public-buttons {
      width: 100%; } }

/* Navigation */
#navigation {
  height: 120px;
  background: #ffffff;
  padding: 0 100px;
  position: relative;
  z-index: 997;
  transition: all 0.5s;
  box-shadow: 1px -3px 8px 9px rgba(0, 0, 0, 0.28);
  position: fixed;
  width: 100%;
  top: 0;
  /* Shrink Nav */ }
  @media screen and (max-width: 1500px) {
    #navigation {
      padding: 0 5%; } }
  @media screen and (max-width: 1024px) {
    #navigation {
      padding: 0;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      height: 90px;
      z-index: 9996; } }
  #navigation .nav-inner {
    position: relative;
    display: flex;
    align-items: center;
    /* Logo */
    /* Menu */
    /* Members Dropdown */
    /* Search Bar */ }
    @media screen and (max-width: 1024px) {
      #navigation .nav-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        background: #ffffff; } }
    #navigation .nav-inner .logo {
      display: block;
      line-height: 100%;
      padding: 0;
      width: 74px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      transition: all 0.5s; }
      @media screen and (max-width: 1024px) {
        #navigation .nav-inner .logo {
          left: 5%; } }
      @media screen and (max-width: 480px) {
        #navigation .nav-inner .logo {
          z-index: 9997; } }
      #navigation .nav-inner .logo img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 1024px) {
          #navigation .nav-inner .logo img {
            height: 70px; } }
    #navigation .nav-inner .menu {
      margin: 0 40px;
      /* Menu Toggle */
      /* Navigation */ }
      @media screen and (max-width: 1024px) {
        #navigation .nav-inner .menu {
          position: fixed;
          top: 0;
          right: 0;
          width: 100%;
          margin-left: 0;
          margin-left: auto; } }
      #navigation .nav-inner .menu.mobile-style {
        height: 100%; }
      #navigation .nav-inner .menu .menu-toggle {
        display: none;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1024px) {
          #navigation .nav-inner .menu .menu-toggle {
            display: block;
            position: absolute;
            top: 30px;
            right: 110px;
            font-size: 12.5px;
            padding: 4px 18px;
            width: auto;
            height: 32px;
            font-weight: 400;
            letter-spacing: 1.25px;
            background: #66a4ad;
            text-transform: uppercase;
            border-radius: 40px;
            color: #ffffff;
            cursor: pointer; } }
        @media screen and (max-width: 960px) {
          #navigation .nav-inner .menu .menu-toggle {
            right: 90px; } }
        @media screen and (max-width: 600px) {
          #navigation .nav-inner .menu .menu-toggle {
            right: 45px;
            padding: 4px 10px;
            font-weight: 700;
            border-radius: 20px;
            color: #fff; } }
        #navigation .nav-inner .menu .menu-toggle:hover {
          text-decoration: none;
          background-color: #ffffff;
          border-color: #ffffff;
          color: #000000;
          box-shadow: 0px 0px 3px #b0b0b0; }
      #navigation .nav-inner .menu #nav {
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 1024px) {
          #navigation .nav-inner .menu #nav {
            display: none;
            width: 100%;
            top: 90px;
            position: absolute;
            background: #c4dfe6; } }
        #navigation .nav-inner .menu #nav li {
          list-style: none;
          display: inline-block;
          position: relative; }
          @media screen and (max-width: 1024px) {
            #navigation .nav-inner .menu #nav li {
              width: 100%;
              display: block;
              text-align: left;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
              #navigation .nav-inner .menu #nav li:last-child {
                border-bottom: 0; } }
          #navigation .nav-inner .menu #nav li:first-child a {
            padding-left: 0; }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li:first-child a {
                padding-left: 20px; } }
          #navigation .nav-inner .menu #nav li:last-child a {
            padding-right: 0; }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li:last-child a {
                padding-right: 20px; } }
          #navigation .nav-inner .menu #nav li a {
            display: block;
            font-size: 16px;
            font-weight: 500;
            color: #21201e;
            text-decoration: none;
            padding: 48px 15px;
            font-family: "Poppins", sans-serif; }
            @media screen and (max-width: 1500px) {
              #navigation .nav-inner .menu #nav li a {
                padding: 48px 15px; } }
            @media screen and (max-width: 1200px) {
              #navigation .nav-inner .menu #nav li a {
                font-size: 14px;
                padding: 48px 8px; } }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li a {
                padding: 10px 20px !important; } }
          #navigation .nav-inner .menu #nav li a.arrow-down-nav {
            display: none;
            font-size: 14px !important; }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li a.arrow-down-nav {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                padding: 7px 20px 7px 20px; }
                #navigation .nav-inner .menu #nav li a.arrow-down-nav:after {
                  display: inline-block;
                  text-rendering: auto;
                  -webkit-font-smoothing: antialiased;
                  font: var(--fa-font-solid);
                  content: "\f078";
                  color: #000000; } }
          #navigation .nav-inner .menu #nav li:hover a {
            color: #2E8BC0; }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li:hover a {
                color: #ffffff; } }
          #navigation .nav-inner .menu #nav li:hover .sub-menu {
            display: block; }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li:hover .sub-menu {
                display: none; } }
          @media screen and (max-width: 1024px) {
            #navigation .nav-inner .menu #nav li:hover {
              background: #66a4ad; } }
          #navigation .nav-inner .menu #nav li .sub-menu {
            background: #fff;
            position: absolute;
            top: 120px;
            left: -2px;
            padding: 10px 0px;
            width: 220px;
            display: none;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li .sub-menu {
                position: relative;
                top: auto;
                left: auto;
                padding: 0;
                width: 100%; } }
            #navigation .nav-inner .menu #nav li .sub-menu li {
              display: block;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2);
              text-align: left;
              line-height: 20px;
              padding: 0 30px; }
              @media screen and (max-width: 1200px) {
                #navigation .nav-inner .menu #nav li .sub-menu li {
                  padding: 0 20px; } }
              @media screen and (max-width: 1024px) {
                #navigation .nav-inner .menu #nav li .sub-menu li {
                  padding: 0; } }
              #navigation .nav-inner .menu #nav li .sub-menu li:last-child {
                border-bottom: 0; }
              #navigation .nav-inner .menu #nav li .sub-menu li a {
                padding: 10px 0;
                text-transform: none;
                color: #21201e;
                font-size: 14px; }
                @media screen and (max-width: 1200px) {
                  #navigation .nav-inner .menu #nav li .sub-menu li a {
                    padding: 5px 0px; } }
                @media screen and (max-width: 1024px) {
                  #navigation .nav-inner .menu #nav li .sub-menu li a {
                    padding: 10px 20px 10px 30px !important;
                    font-size: 16px;
                    font-weight: 400; } }
              @media screen and (max-width: 1024px) {
                #navigation .nav-inner .menu #nav li .sub-menu li a.arrow-down-nav {
                  padding: 10px 20px !important; } }
              #navigation .nav-inner .menu #nav li .sub-menu li:hover {
                background: rgba(158, 158, 158, 0.2); }
                #navigation .nav-inner .menu #nav li .sub-menu li:hover a {
                  color: #2E8BC0;
                  transform: translateX(5px); }
                @media screen and (max-width: 1024px) {
                  #navigation .nav-inner .menu #nav li .sub-menu li:hover {
                    background: #c4dfe6; } }
                #navigation .nav-inner .menu #nav li .sub-menu li:hover .sub-menu {
                  display: block; }
                  @media screen and (max-width: 1024px) {
                    #navigation .nav-inner .menu #nav li .sub-menu li:hover .sub-menu {
                      display: none; } }
            #navigation .nav-inner .menu #nav li .sub-menu .sub-menu {
              top: -10px;
              left: 220px;
              position: absolute;
              z-index: 997;
              display: none;
              background: #ffffff; }
              #navigation .nav-inner .menu #nav li .sub-menu .sub-menu li:hover {
                background: rgba(158, 158, 158, 0.2); }
                #navigation .nav-inner .menu #nav li .sub-menu .sub-menu li:hover > a {
                  color: #2E8BC0;
                  transform: translateX(5px); }
              #navigation .nav-inner .menu #nav li .sub-menu .sub-menu li a {
                color: #21201e;
                transform: translateX(0); }
                @media screen and (max-width: 1024px) {
                  #navigation .nav-inner .menu #nav li .sub-menu .sub-menu li a {
                    padding: 10px 20px 10px 40px !important; } }
              @media screen and (max-width: 1024px) {
                #navigation .nav-inner .menu #nav li .sub-menu .sub-menu li a.arrow-down-nav {
                  padding: 10px 20px !important; } }
              @media screen and (max-width: 1024px) {
                #navigation .nav-inner .menu #nav li .sub-menu .sub-menu {
                  position: relative;
                  top: auto;
                  left: auto;
                  padding: 0;
                  width: 100%; } }
          #navigation .nav-inner .menu #nav li.open {
            /*.sub-menu {
							.menu-item-has-children {
								a.arrow-down-nav {
									@include media($tablet-h) {
										&:after { 
											@include media($tablet-h) {
												font-family: 'fontawesome';
												content: "\f078";
												display: inline-block;
												color: $white;
											}
										}
									}

									&.open {

									a.arrow-down-nav {
										@include media($tablet-h) {
											&:after {
												font-family: 'fontawesome';
												content: "\f077";
												display: inline-block;
												color: $white;
											}
										}
									}

									.sub-menu {
										display: block;
										top: 0;
									}
								}
								}
							}
						}*/ }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li.open {
                background: #66a4ad; }
                #navigation .nav-inner .menu #nav li.open > a {
                  color: #ffffff; } }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li.open .sub-menu {
                border-top: 1px solid rgba(255, 255, 255, 0.2);
                display: block; } }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li.open .sub-menu li.menu-item-has-children a.arrow-down-nav:after {
                display: inline-block;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font: var(--fa-font-solid);
                content: "\f078";
                color: #ffffff; } }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li.open .sub-menu li.menu-item-has-children .sub-menu {
                display: none; } }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li.open .sub-menu li.menu-item-has-children.open .sub-menu {
                display: block; } }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li.open .sub-menu li.menu-item-has-children.open .sub-menu a.arrow-down-nav:after {
                display: inline-block;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font: var(--fa-font-solid);
                content: "\f077";
                color: pink; } }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li.open .sub-menu li.open a.arrow-down-nav:after {
                display: inline-block;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font: var(--fa-font-solid);
                content: "\f077";
                color: #ffffff; } }
            @media screen and (max-width: 1024px) {
              #navigation .nav-inner .menu #nav li.open a.arrow-down-nav:after {
                display: inline-block;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font: var(--fa-font-solid);
                content: "\f077";
                color: #ffffff; } }
        @media screen and (max-width: 1024px) {
          #navigation .nav-inner .menu #nav .current_page_ancestor, #navigation .nav-inner .menu #nav .current_page_item {
            background: #66a4ad; } }
        #navigation .nav-inner .menu #nav .current_page_ancestor a, #navigation .nav-inner .menu #nav .current_page_item a {
          color: #2E8BC0; }
          @media screen and (max-width: 1024px) {
            #navigation .nav-inner .menu #nav .current_page_ancestor a, #navigation .nav-inner .menu #nav .current_page_item a {
              color: #ffffff; } }
        #navigation .nav-inner .menu #nav .current_page_ancestor li a, #navigation .nav-inner .menu #nav .current_page_item li a {
          color: #2E8BC0; }
        @media screen and (max-width: 1024px) {
          #navigation .nav-inner .menu #nav {
            position: absolute;
            backface-visibility: #2E8BC0;
            top: 90px;
            left: 0;
            width: 100%;
            height: calc(100% - 90px);
            overflow-y: auto;
            z-index: 9999;
            padding-top: 0; } }
    #navigation .nav-inner .members-dropdown {
      float: right;
      position: relative;
      float: none;
      position: absolute;
      top: 0px;
      right: 50px; }
      @media screen and (max-width: 1024px) {
        #navigation .nav-inner .members-dropdown {
          right: 200px;
          top: 30px; } }
      @media screen and (max-width: 600px) {
        #navigation .nav-inner .members-dropdown {
          right: 120px; } }
      #navigation .nav-inner .members-dropdown .members-link {
        width: auto;
        height: auto;
        margin-top: 40px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 1.25px;
        background: #2E8BC0;
        border: 1px solid #2E8BC0;
        text-transform: uppercase;
        padding: 8px 20px;
        border-radius: 40px;
        display: inline-block;
        transition: all 0.3s ease;
        color: #ffffff;
        text-decoration: none;
        font-family: "Poppins", sans-serif; }
        @media screen and (max-width: 1500px) {
          #navigation .nav-inner .members-dropdown .members-link {
            font-size: 12.5px;
            padding: 8px 12px; } }
        @media screen and (max-width: 1024px) {
          #navigation .nav-inner .members-dropdown .members-link {
            height: auto;
            font-weight: 700;
            padding: 4px 18px;
            right: 140px;
            margin-top: 0;
            height: auto;
            top: 30px !important;
            border-radius: 20px;
            margin-top: 0; } }
        @media screen and (max-width: 320px) {
          #navigation .nav-inner .members-dropdown .members-link {
            display: none; } }
        #navigation .nav-inner .members-dropdown .members-link:hover {
          text-decoration: none;
          background-color: #00a8a8;
          border-color: #00a8a8;
          color: #ffffff;
          box-shadow: 0px 0px 3px #b0b0b0; }
        #navigation .nav-inner .members-dropdown .members-link strong {
          font-weight: 700;
          font-size: 13.5px !important;
          font-family: "Poppins", sans-serif; }
          @media screen and (max-width: 1500px) {
            #navigation .nav-inner .members-dropdown .members-link strong {
              font-size: 12.5px !important; } }
        #navigation .nav-inner .members-dropdown .members-link span {
          font-family: "Poppins", sans-serif; }
          @media screen and (max-width: 1024px) {
            #navigation .nav-inner .members-dropdown .members-link span {
              display: none; } }
    #navigation .nav-inner .search {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 120px;
      padding: 0;
      font-size: 25px;
      text-align: center;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1024px) {
        #navigation .nav-inner .search {
          width: 52px;
          height: 90px;
          right: 5%;
          z-index: 9999; } }
      @media screen and (max-width: 600px) {
        #navigation .nav-inner .search {
          width: 32px;
          height: 90px;
          right: 2%; } }
      #navigation .nav-inner .search .search-btn {
        text-align: right;
        cursor: pointer;
        transition: all 0.3s ease; }
        @media screen and (max-width: 600px) {
          #navigation .nav-inner .search .search-btn {
            text-align: center; } }
        #navigation .nav-inner .search .search-btn i {
          padding-top: 48px;
          transition: all 0.3s ease; }
          @media screen and (max-width: 1024px) {
            #navigation .nav-inner .search .search-btn i {
              padding-top: 32px; } }
          @media screen and (max-width: 600px) {
            #navigation .nav-inner .search .search-btn i {
              padding-top: 36px;
              font-size: 16px; } }
      #navigation .nav-inner .search .search-container {
        background: #2E8BC0;
        top: 120px;
        position: absolute;
        right: 0;
        width: 290px;
        height: auto;
        z-index: 99;
        display: none;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1024px) {
          #navigation .nav-inner .search .search-container {
            top: 90px;
            background: #073030; } }
        #navigation .nav-inner .search .search-container form {
          background: #2E8BC0;
          padding: 20px;
          overflow: hidden; }
          @media screen and (max-width: 1024px) {
            #navigation .nav-inner .search .search-container form {
              background: #073030; } }
          #navigation .nav-inner .search .search-container form div {
            display: flex; }
        #navigation .nav-inner .search .search-container .screen-reader-text {
          display: none; }
        #navigation .nav-inner .search .search-container input[type=text] {
          color: #061717;
          font-family: "Poppins", sans-serif;
          text-transform: uppercase;
          border: 0;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 1px;
          padding: 13px 0 12px 10px;
          display: block;
          width: 200px;
          float: left;
          height: auto;
          -webkit-appearance: none;
          border-radius: 0;
          margin: 0 auto;
          border-radius: 0;
          background: #ebebeb;
          height: 39px; }
        #navigation .nav-inner .search .search-container button {
          background: none;
          border: none;
          font-size: 20px;
          color: #ffffff;
          height: 40px;
          float: right;
          width: 50px;
          display: block;
          background: #00a8a8;
          -webkit-appearance: none;
          border-radius: 0; }
          @media screen and (max-width: 600px) {
            #navigation .nav-inner .search .search-container button {
              height: 39px; } }
      #navigation .nav-inner .search .search {
        display: none;
        position: absolute;
        top: 40px;
        right: 60px;
        width: 200px;
        height: 40px;
        background: #ffffff;
        z-index: 99; }
        #navigation .nav-inner .search .search .search-container {
          display: none;
          background: #c4dfe6; }
  #navigation.shrink {
    height: 80px;
    transition: all 0.5s;
    border-bottom: 1px solid #ebebeb; }
    #navigation.shrink .logo {
      height: 65px;
      transition: all 0.5s; }
      #navigation.shrink .logo img.tagline-logo {
        display: none; }
    #navigation.shrink .members-dropdown .members-link {
      margin-top: 25px; }
      @media screen and (max-width: 1024px) {
        #navigation.shrink .members-dropdown .members-link {
          margin-top: 0px; } }
    #navigation.shrink .menu .menu-toggle {
      top: 33px; }
      @media screen and (max-width: 1024px) {
        #navigation.shrink .menu .menu-toggle {
          top: 30px; } }
    #navigation.shrink .menu #nav li a {
      padding-top: 28px;
      padding-bottom: 28px; }
      @media screen and (max-width: 1024px) {
        #navigation.shrink .menu #nav li a {
          padding-top: inherit;
          padding-bottom: inherit; } }
    #navigation.shrink .menu #nav li .sub-menu {
      top: 80px; }
      @media screen and (max-width: 1024px) {
        #navigation.shrink .menu #nav li .sub-menu {
          top: 0; } }
    #navigation.shrink .menu p.close {
      height: 89px; }
      #navigation.shrink .menu p.close span {
        height: 24px;
        width: 24px;
        background-size: 24px;
        margin-top: 33px; }
    #navigation.shrink .menu .menu-mobile-style {
      top: 90px; }
    #navigation.shrink .search {
      height: 90px; }
      #navigation.shrink .search .search-btn i {
        padding-top: 36px; }
        @media screen and (max-width: 1024px) {
          #navigation.shrink .search .search-btn i {
            padding-top: 32px !important; } }
        @media screen and (max-width: 600px) {
          #navigation.shrink .search .search-btn i {
            padding-top: 36px !important; } }
      #navigation.shrink .search .search-container {
        top: 90px; }

/* Scss Document */
.section {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Posts */
  /* Home */
  /* Grid block of 4 CTA's and an image */
  /* CTA Blocks of 3 */
  /* Centered Text Section */
  /* Events */
  /* Instagram */
  /* Posts Section */
  /* Imageblock Section */
  /*Testimonial Section */
  /* Contact Section */ }
  .section .col-2 {
    width: 50%; }
  .section .blocks {
    width: 50%;
    float: right; }
    @media screen and (max-width: 740px) {
      .section .blocks {
        float: none;
        width: 100%; } }
  .section .img-bg {
    height: 100%;
    position: absolute;
    float: left;
    background-size: cover !important; }
    @media screen and (max-width: 740px) {
      .section .img-bg {
        height: 300px;
        position: relative;
        width: 100%;
        background-position: center !important; } }
  .section .img {
    float: left;
    padding: 0; }
    .section .img img {
      width: 100%;
      height: auto; }
  .section.bg-img {
    background-size: cover !important;
    background-position: center !important; }
  .section .posts {
    margin-top: 50px; }
    @media screen and (max-width: 960px) {
      .section .posts {
        margin-top: 15px; } }
    @media screen and (max-width: 740px) {
      .section .posts .post {
        padding: 20px 0 0; } }
    .section .posts .post a {
      display: block;
      text-decoration: none;
      color: #21201e; }
      .section .posts .post a img {
        width: 100%;
        height: auto;
        margin: 0 0 24px;
        opacity: 1;
        transition: all 0.3s ease;
        display: block; }
        .section .posts .post a img:hover {
          transition: all 0.3s ease;
          opacity: 0.8; }
      .section .posts .post a .date {
        color: #b0b0b0;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase; }
      .section .posts .post a h3 {
        font-size: 19px;
        line-height: 26px;
        margin: 8px 0 20px;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          .section .posts .post a h3 {
            font-size: 18px;
            line-height: 22px; } }
      .section .posts .post a p {
        font-size: 16px;
        margin: 0;
        text-align: left;
        padding-bottom: 15px; }
        @media screen and (max-width: 1200px) {
          .section .posts .post a p {
            line-height: 22px; } }
        @media screen and (max-width: 1024px) {
          .section .posts .post a p {
            font-size: 15px;
            line-height: 20px; } }
        .section .posts .post a p .read_more_link {
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          text-decoration: underline;
          transition: all 0.3s ease;
          display: block;
          margin-top: 5px;
          padding: 5px 15px;
          text-align: right;
          background-color: #66a4ad;
          text-decoration: none;
          border: 1px solid #66a4ad;
          color: #ffffff;
          width: auto;
          border-radius: 100px;
          float: right; }
          .section .posts .post a p .read_more_link .fa {
            padding-left: 5px; }
          .section .posts .post a p .read_more_link:hover {
            text-decoration: none;
            background-color: #ffffff;
            border-color: #ffffff;
            color: #000000;
            box-shadow: 0px 0px 3px #b0b0b0;
            transition: all 0.3s ease; }
  .section.home {
    text-align: center;
    background: #f3f3f3; }
    .section.home .container {
      padding-left: 7%;
      padding-right: 7%; }
    .section.home p {
      font-size: 22px;
      line-height: 32px;
      font-weight: 300; }
      .section.home p:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .section.home p {
          font-size: 18px;
          line-height: 28px; } }
      @media screen and (max-width: 740px) {
        .section.home p {
          font-size: 15px;
          line-height: 22px;
          font-weight: 400;
          margin: 0 0 20px; } }
  .section.cta-grid {
    overflow: hidden; }
    .section.cta-grid .block {
      width: 50%;
      float: left;
      background: #48A5DA;
      text-align: center; }
      .section.cta-grid .block:nth-of-type(1) {
        background: #2E8BC0; }
        .section.cta-grid .block:nth-of-type(1) a h3, .section.cta-grid .block:nth-of-type(1) a p {
          color: #ffffff; }
        .section.cta-grid .block:nth-of-type(1) a svg path {
          fill: #ffffff; }
        .section.cta-grid .block:nth-of-type(1) a p.link {
          background: #48A5DA;
          color: #ffffff; }
        .section.cta-grid .block:nth-of-type(1) a:hover h3, .section.cta-grid .block:nth-of-type(1) a:hover p {
          color: #ffffff; }
      .section.cta-grid .block:nth-of-type(2) a h3, .section.cta-grid .block:nth-of-type(2) a p {
        color: #ffffff; }
      .section.cta-grid .block:nth-of-type(2) a svg path {
        fill: #ffffff; }
      .section.cta-grid .block:nth-of-type(2) a p.link {
        background: #2E8BC0;
        color: #ffffff; }
      .section.cta-grid .block:nth-of-type(2) a:hover h3, .section.cta-grid .block:nth-of-type(2) a:hover p {
        color: #ffffff; }
      .section.cta-grid .block:nth-of-type(3) a h3, .section.cta-grid .block:nth-of-type(3) a p {
        color: #ffffff; }
      .section.cta-grid .block:nth-of-type(3) a svg path {
        fill: #ffffff; }
      .section.cta-grid .block:nth-of-type(3) a p.link {
        background: #2E8BC0;
        color: #ffffff; }
      .section.cta-grid .block:nth-of-type(3) a:hover h3, .section.cta-grid .block:nth-of-type(3) a:hover p {
        color: #ffffff; }
      .section.cta-grid .block:nth-of-type(4) {
        background: #2E8BC0; }
        .section.cta-grid .block:nth-of-type(4) a h3, .section.cta-grid .block:nth-of-type(4) a p {
          color: #ffffff; }
        .section.cta-grid .block:nth-of-type(4) a svg path {
          fill: #ffffff; }
        .section.cta-grid .block:nth-of-type(4) a p.link {
          background: #48A5DA;
          color: #ffffff; }
        .section.cta-grid .block:nth-of-type(4) a:hover h3, .section.cta-grid .block:nth-of-type(4) a:hover p {
          color: #ffffff; }
      .section.cta-grid .block a {
        color: #ffffff;
        text-decoration: none;
        padding: 20% 16%;
        display: block;
        transition: all 0.3s ease;
        height: 100%; }
        @media screen and (max-width: 1500px) {
          .section.cta-grid .block a {
            padding: 15%; } }
        @media screen and (max-width: 1200px) {
          .section.cta-grid .block a {
            padding: 10% 8%; } }
        @media screen and (max-width: 1024px) {
          .section.cta-grid .block a {
            padding: 16% 8%; } }
        .section.cta-grid .block a:hover {
          transition: all 0.3s ease;
          background: #00a8a8;
          color: #ffffff; }
          .section.cta-grid .block a:hover a {
            color: #ffffff; }
          .section.cta-grid .block a:hover p.link {
            background: white;
            color: #00a8a8; }
          .section.cta-grid .block a:hover a {
            color: #ffffff; }
          .section.cta-grid .block a:hover h3 {
            color: #ffffff; }
          .section.cta-grid .block a:hover svg path {
            fill: #ffffff; }
        .section.cta-grid .block a img, .section.cta-grid .block a svg {
          margin: 0 auto;
          height: 60px; }
          @media screen and (max-width: 1200px) {
            .section.cta-grid .block a img, .section.cta-grid .block a svg {
              height: 50px;
              width: auto; } }
          @media screen and (max-width: 1024px) {
            .section.cta-grid .block a img, .section.cta-grid .block a svg {
              width: auto;
              height: 36px; } }
        .section.cta-grid .block a svg path {
          fill: #66a4ad; }
        .section.cta-grid .block a h3 {
          font-size: 20px;
          font-weight: 400;
          margin: 18px 0 12px;
          text-transform: uppercase;
          color: #ffffff; }
          @media screen and (max-width: 1200px) {
            .section.cta-grid .block a h3 {
              font-size: 18px;
              margin: 14px 0 8px; } }
          @media screen and (max-width: 1024px) {
            .section.cta-grid .block a h3 {
              font-size: 17px;
              margin: 12px 0; } }
        .section.cta-grid .block a p {
          font-size: 16px;
          line-height: 22px; }
          @media screen and (max-width: 1200px) {
            .section.cta-grid .block a p {
              font-size: 14px;
              line-height: 20px;
              margin: 0 0 20px; } }
          @media screen and (max-width: 1024px) {
            .section.cta-grid .block a p {
              display: none; } }
        .section.cta-grid .block a p.link {
          display: inline-block;
          border-radius: 30px;
          width: 130px;
          height: 30px;
          background: #66a4ad;
          font-size: 12px;
          font-weight: 700;
          text-align: center;
          margin: 0 auto;
          text-transform: uppercase;
          line-height: 30px;
          transition: all 0.3s ease;
          box-shadow: none; }
          @media screen and (max-width: 1200px) {
            .section.cta-grid .block a p.link {
              width: 126px;
              height: 26px;
              line-height: 26px;
              font-size: 11px; } }
    .section.cta-grid.col-6 .img-bg {
      width: 40%; }
      @media screen and (max-width: 740px) {
        .section.cta-grid.col-6 .img-bg {
          width: 100%;
          float: none; } }
    .section.cta-grid.col-6 .blocks {
      width: 60%; }
      @media screen and (max-width: 740px) {
        .section.cta-grid.col-6 .blocks {
          width: 100%;
          float: none; } }
      .section.cta-grid.col-6 .blocks .block {
        width: 33.33%; }
        @media screen and (max-width: 480px) {
          .section.cta-grid.col-6 .blocks .block {
            width: 50%; } }
        .section.cta-grid.col-6 .blocks .block:last-of-type {
          background: #c4dfe6; }
          .section.cta-grid.col-6 .blocks .block:last-of-type p.link {
            background: #66a4ad; }
          .section.cta-grid.col-6 .blocks .block:last-of-type:hover p.link {
            background: #ffffff;
            color: #00a8a8; }
        .section.cta-grid.col-6 .blocks .block:nth-child(odd) {
          background: #66a4ad; }
          .section.cta-grid.col-6 .blocks .block:nth-child(odd) p.link {
            background: #c4dfe6; }
          .section.cta-grid.col-6 .blocks .block:nth-child(odd):hover p.link {
            background: #ffffff;
            color: #00a8a8; }
        @media screen and (max-width: 480px) {
          .section.cta-grid.col-6 .blocks .block:nth-of-type(1), .section.cta-grid.col-6 .blocks .block:nth-of-type(4), .section.cta-grid.col-6 .blocks .block:nth-of-type(5) {
            background: #66a4ad; }
            .section.cta-grid.col-6 .blocks .block:nth-of-type(1) p.link, .section.cta-grid.col-6 .blocks .block:nth-of-type(4) p.link, .section.cta-grid.col-6 .blocks .block:nth-of-type(5) p.link {
              background: #c4dfe6; } }
        @media screen and (max-width: 480px) {
          .section.cta-grid.col-6 .blocks .block:nth-of-type(2), .section.cta-grid.col-6 .blocks .block:nth-of-type(3), .section.cta-grid.col-6 .blocks .block:nth-of-type(6) {
            background: #c4dfe6; }
            .section.cta-grid.col-6 .blocks .block:nth-of-type(2) p.link, .section.cta-grid.col-6 .blocks .block:nth-of-type(3) p.link, .section.cta-grid.col-6 .blocks .block:nth-of-type(6) p.link {
              background: #66a4ad; } }
    .section.cta-grid.col-8 .img-bg {
      display: none; }
    .section.cta-grid.col-8 .blocks {
      width: 100%; }
      @media screen and (max-width: 740px) {
        .section.cta-grid.col-8 .blocks {
          width: 100%;
          float: none; } }
      .section.cta-grid.col-8 .blocks .block {
        width: 25%; }
        @media screen and (max-width: 480px) {
          .section.cta-grid.col-8 .blocks .block {
            width: 50%; } }
        .section.cta-grid.col-8 .blocks .block:nth-of-type(1), .section.cta-grid.col-8 .blocks .block:nth-of-type(3), .section.cta-grid.col-8 .blocks .block:nth-of-type(6), .section.cta-grid.col-8 .blocks .block:nth-of-type(8) {
          background: #66a4ad; }
          .section.cta-grid.col-8 .blocks .block:nth-of-type(1) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(3) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(6) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(8) p.link {
            background: #c4dfe6; }
        .section.cta-grid.col-8 .blocks .block:nth-of-type(2), .section.cta-grid.col-8 .blocks .block:nth-of-type(4), .section.cta-grid.col-8 .blocks .block:nth-of-type(5), .section.cta-grid.col-8 .blocks .block:nth-of-type(7) {
          background: #c4dfe6; }
          .section.cta-grid.col-8 .blocks .block:nth-of-type(2) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(4) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(5) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(7) p.link {
            background: #66a4ad; }
        .section.cta-grid.col-8 .blocks .block:hover p.link {
          background: #ffffff; }
        @media screen and (max-width: 480px) {
          .section.cta-grid.col-8 .blocks .block:nth-of-type(1), .section.cta-grid.col-8 .blocks .block:nth-of-type(4), .section.cta-grid.col-8 .blocks .block:nth-of-type(5), .section.cta-grid.col-8 .blocks .block:nth-of-type(8) {
            background: #66a4ad; }
            .section.cta-grid.col-8 .blocks .block:nth-of-type(1) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(4) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(5) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(8) p.link {
              background: #c4dfe6; } }
        @media screen and (max-width: 480px) {
          .section.cta-grid.col-8 .blocks .block:nth-of-type(2), .section.cta-grid.col-8 .blocks .block:nth-of-type(3), .section.cta-grid.col-8 .blocks .block:nth-of-type(6), .section.cta-grid.col-8 .blocks .block:nth-of-type(7) {
            background: #c4dfe6; }
            .section.cta-grid.col-8 .blocks .block:nth-of-type(2) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(3) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(6) p.link, .section.cta-grid.col-8 .blocks .block:nth-of-type(7) p.link {
              background: #66a4ad; } }
  .section.cta-blocks {
    overflow: hidden;
    height: 790px;
    border-bottom: 1px solid #dddddd; }
    @media screen and (max-width: 1500px) {
      .section.cta-blocks {
        height: 790px; } }
    @media screen and (max-width: 1200px) {
      .section.cta-blocks {
        height: 600px; } }
    @media screen and (max-width: 1024px) {
      .section.cta-blocks {
        height: 520px; } }
    @media screen and (max-width: 740px) {
      .section.cta-blocks {
        height: auto; } }
    .section.cta-blocks .col-3 {
      position: relative;
      height: 790px;
      width: 100%; }
      @media screen and (max-width: 1500px) {
        .section.cta-blocks .col-3 {
          height: 790px; } }
      @media screen and (max-width: 1200px) {
        .section.cta-blocks .col-3 {
          height: 600px; } }
      @media screen and (max-width: 1024px) {
        .section.cta-blocks .col-3 {
          height: 520px; } }
      @media screen and (max-width: 740px) {
        .section.cta-blocks .col-3 {
          height: auto; } }
      .section.cta-blocks .col-3 .block {
        width: 33.33%;
        height: 100%;
        float: left; }
        @media screen and (max-width: 740px) {
          .section.cta-blocks .col-3 .block {
            width: 100%;
            height: auto;
            float: none; } }
        .section.cta-blocks .col-3 .block:nth-child(3n+2) a {
          background-position: bottom !important; }
          @media screen and (max-width: 740px) {
            .section.cta-blocks .col-3 .block:nth-child(3n+2) a {
              background-position: bottom right !important; } }
        .section.cta-blocks .col-3 .block:nth-child(3n+2) .copy {
          bottom: inherit;
          top: 0; }
          @media screen and (max-width: 740px) {
            .section.cta-blocks .col-3 .block:nth-child(3n+2) .copy {
              right: auto;
              left: 0; } }
        .section.cta-blocks .col-3 .block a {
          display: block;
          height: 100%;
          position: relative;
          color: #21201e; }
          @media screen and (max-width: 1500px) {
            .section.cta-blocks .col-3 .block a {
              background-position: left top !important; } }
          @media (min-width: 0) and (max-width: 500px) {
            .section.cta-blocks .col-3 .block a {
              background-size: cover !important;
              background-position: center !important; } }
          @media screen and (max-width: 740px) {
            .section.cta-blocks .col-3 .block a {
              background-position: left center !important;
              height: 400px;
              display: block; } }
  @media screen and (max-width: 740px) and (max-width: 480px) {
    .section.cta-blocks .col-3 .block a {
      height: 250px; } }
  @media screen and (max-width: 740px) and (max-width: 740px) {
    .section.cta-blocks .col-3 .block a {
      height: 280px; } }
  @media screen and (max-width: 740px) and (max-width: 480px) {
    .section.cta-blocks .col-3 .block a {
      height: 200px; } }
          .section.cta-blocks .col-3 .block a .copy {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            height: 50%;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 15% 15%;
            text-align: center;
            background: #ffffff; }
            @media screen and (max-width: 1500px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 10% 10%; } }
            @media screen and (max-width: 1200px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 8% 8%; } }
            @media screen and (max-width: 1024px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 10% 10%; } }
            @media screen and (max-width: 740px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 8% 8%;
                width: 50%;
                float: right;
                bottom: auto;
                height: 100%;
                left: auto;
                right: 0; } }
            @media screen and (max-width: 480px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 8% 8%; } }
            @media screen and (max-width: 740px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 8% 8%; } }
            @media screen and (max-width: 480px) {
              .section.cta-blocks .col-3 .block a .copy {
                padding: 8% 8%; } }
            .section.cta-blocks .col-3 .block a .copy h3 {
              margin-bottom: 30px; }
              @media screen and (max-width: 1200px) {
                .section.cta-blocks .col-3 .block a .copy h3 {
                  font-size: 19px;
                  line-height: 26px;
                  margin: 0 0 20px; } }
            .section.cta-blocks .col-3 .block a .copy p {
              margin-bottom: 35px; }
              @media screen and (max-width: 1200px) {
                .section.cta-blocks .col-3 .block a .copy p {
                  margin-bottom: 20px;
                  font-size: 16px;
                  line-height: 22px; } }
              @media screen and (max-width: 1024px) {
                .section.cta-blocks .col-3 .block a .copy p {
                  display: none; } }
            .section.cta-blocks .col-3 .block a .copy .read_more_link {
              background: #66a4ad;
              font-size: 12px;
              font-weight: 700;
              height: 30px;
              border-radius: 30px;
              letter-spacing: 1px;
              text-transform: uppercase;
              text-align: center;
              margin: 0 auto;
              line-height: 30px;
              color: #ffffff;
              padding: 0px 20px;
              display: inline-block;
              transition: all 0.3s ease; }
              @media screen and (max-width: 480px) {
                .section.cta-blocks .col-3 .block a .copy .read_more_link {
                  padding: 0px 10px; } }
              .section.cta-blocks .col-3 .block a .copy .read_more_link .fa {
                padding-left: 5px; }
              .section.cta-blocks .col-3 .block a .copy .read_more_link:hover {
                padding: 0 30px;
                transition: all 0.3s ease;
                color: #000000;
                background: #ffffff;
                box-shadow: 0px 0px 3px #b0b0b0; }
                @media screen and (max-width: 480px) {
                  .section.cta-blocks .col-3 .block a .copy .read_more_link:hover {
                    padding: 0 20px; } }
  .section.centered-text {
    text-align: center;
    position: relative; }
    .section.centered-text .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.35); }
    .section.centered-text .container {
      padding-left: 10%;
      padding-right: 10%;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 740px) {
        .section.centered-text .container {
          padding-left: 7%;
          padding-right: 7%; } }
      .section.centered-text .container p {
        font-size: 19px;
        line-height: 27px;
        font-weight: 300; }
        @media screen and (max-width: 740px) {
          .section.centered-text .container p {
            font-size: 15px;
            line-height: 22px;
            font-weight: 400; } }
        .section.centered-text .container p strong {
          font-weight: 400; }
          @media screen and (max-width: 740px) {
            .section.centered-text .container p strong {
              font-weight: 600; } }
      .section.centered-text .container form {
        width: 75%;
        margin: 40px auto 0;
        overflow: hidden; }
        @media screen and (max-width: 740px) {
          .section.centered-text .container form {
            width: 80%; } }
        .section.centered-text .container form input {
          width: 88%;
          background: #ffffff;
          font-family: "Poppins", sans-serif;
          float: left;
          border: 0;
          font-size: 16px;
          padding: 14px 20px;
          border-radius: 0;
          border: 0 !important; }
          @media screen and (max-width: 1024px) {
            .section.centered-text .container form input {
              -webkit-appearance: none; } }
          @media screen and (max-width: 740px) {
            .section.centered-text .container form input {
              width: 80%; } }
        .section.centered-text .container form input[type=button], .section.centered-text .container form button {
          background: #00a8a8;
          color: #ffffff;
          border: 0;
          width: 12%;
          font-family: "Poppins", sans-serif;
          text-transform: uppercase;
          float: right;
          letter-spacing: 1px;
          font-size: 16px;
          font-weight: 700;
          transition: 0.5s;
          padding: 14px 0px;
          border-radius: 0;
          border: 0 !important; }
          .section.centered-text .container form input[type=button]:hover, .section.centered-text .container form button:hover {
            background: #ffffff;
            color: #00a8a8;
            transition: 0.5s; }
          @media screen and (max-width: 740px) {
            .section.centered-text .container form input[type=button], .section.centered-text .container form button {
              width: 20%; } }
  .section.events {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
    .section.events .container {
      text-align: center; }
      @media screen and (max-width: 740px) {
        .section.events .container {
          width: 80%; } }
      @media screen and (max-width: 600px) {
        .section.events .container {
          width: 90%; } }
      .section.events .container .eo-events {
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0 53px;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 1200px) {
          .section.events .container .eo-events {
            padding: 0 0 40px; } }
        @media screen and (max-width: 740px) {
          .section.events .container .eo-events {
            padding: 0; } }
        .section.events .container .eo-events li {
          list-style: none;
          width: 31.62%;
          float: left;
          padding: 15px;
          background-color: #f8f8f8;
          border-radius: 10px; }
          @media screen and (max-width: 740px) {
            .section.events .container .eo-events li {
              width: 100%;
              float: none;
              margin: 0 auto 30px; } }
          .section.events .container .eo-events li:nth-child(3n+2) {
            margin: 0 2.56%; }
            @media screen and (max-width: 740px) {
              .section.events .container .eo-events li:nth-child(3n+2) {
                margin: 0 auto 30px; } }
          .section.events .container .eo-events li .thumb {
            width: 100%;
            height: 246px;
            overflow: hidden;
            margin-bottom: 15px; }
            @media screen and (max-width: 1500px) {
              .section.events .container .eo-events li .thumb {
                height: 160px; } }
            .section.events .container .eo-events li .thumb img {
              object-fit: cover;
              height: 100%; }
        .section.events .container .eo-events + p {
          margin-bottom: 0; }
  @media screen and (max-width: 740px) {
    .section.instagram #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    .section.instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    .section.instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    .section.instagram #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
      height: 130px !important; }
      .section.instagram #sb_instagram.sbi_col_3 #sbi_images .sbi_item a,
      .section.instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item a,
      .section.instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item a,
      .section.instagram #sb_instagram.sbi_col_6 #sbi_images .sbi_item a {
        height: 130px !important; } }
  @media screen and (max-width: 480px) {
    .section.instagram {
      display: none; } }
  .section.instagram #sb_instagram {
    background-color: #c4dfe6; }
    .section.instagram #sb_instagram .sbi_item .sbi_photo_wrap .sbi_photo {
      opacity: 1 !important;
      transition: all 0.3s ease; }
    .section.instagram #sb_instagram .sbi_item .sbi_photo_wrap:hover .sbi_photo {
      opacity: 0.25 !important;
      transition: all 0.3s ease; }
      .section.instagram #sb_instagram .sbi_item .sbi_photo_wrap:hover .sbi_photo img {
        opacity: 1 !important; }
  .section.news {
    background: #ebebeb; }
    .section.news > .container {
      padding: 0 !important; }
    @media screen and (max-width: 740px) {
      .section.news .container {
        width: 80%; } }
    @media screen and (max-width: 600px) {
      .section.news .container {
        width: 90%; } }
    .section.news .container .posts {
      overflow: hidden; }
      .section.news .container .posts .post {
        list-style: none;
        width: 31.62%;
        float: left;
        margin-bottom: 60px;
        border-radius: 10px 10px 0 0;
        overflow: hidden; }
        .section.news .container .posts .post .post-content {
          padding: 30px;
          background: #ffffff;
          text-align: left;
          border-radius: 0 0 10px 10px; }
          .section.news .container .posts .post .post-content .date {
            color: #b0b0b0;
            font-size: 12px;
            line-height: 14px;
            font-weight: 700;
            text-transform: uppercase; }
          .section.news .container .posts .post .post-content h3 {
            font-size: 19px !important;
            text-transform: none;
            letter-spacing: 0.5px !important;
            line-height: 24px !important;
            margin: 20px 0 !important; }
          .section.news .container .posts .post .post-content p.read_more_link {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 0.5;
            margin-bottom: 10px;
            justify-content: flex-end;
            display: flex; }
            .section.news .container .posts .post .post-content p.read_more_link a {
              font-size: 12px;
              font-weight: 700;
              text-transform: uppercase;
              text-decoration: underline;
              transition: all 0.3s ease;
              display: inline-flex;
              margin-top: 5px;
              padding: 5px 15px;
              text-align: right;
              background-color: #2E8BC0;
              text-decoration: none;
              border: 1px solid #2E8BC0;
              color: #ffffff !important;
              width: auto;
              border-radius: 100px;
              align-items: center;
              margin-left: auto; }
            .section.news .container .posts .post .post-content p.read_more_link .fa {
              padding-left: 5px; }
            .section.news .container .posts .post .post-content p.read_more_link:hover a {
              text-decoration: none;
              background-color: #00a8a8;
              border-color: #00a8a8;
              color: #ffffff; }
        @media screen and (max-width: 740px) {
          .section.news .container .posts .post {
            width: 100%;
            float: none;
            margin: 0 auto 30px; } }
        .section.news .container .posts .post .thumb {
          height: 246px;
          overflow: hidden;
          background-size: cover;
          background-position: center top;
          transition: all 0.3s ease;
          opacity: 1; }
          @media screen and (max-width: 1500px) {
            .section.news .container .posts .post .thumb {
              height: 220px; } }
          .section.news .container .posts .post .thumb:hover {
            opacity: 0.8; }
        .section.news .container .posts .post:nth-child(3n+2) {
          margin: 0 2.56%; }
          @media screen and (max-width: 740px) {
            .section.news .container .posts .post:nth-child(3n+2) {
              margin: 0 auto 30px; } }
      .section.news .container .posts + p {
        margin-bottom: 0; }
  .section.image-grid {
    border-bottom: 1px solid #dddddd; }
    .section.image-grid .container {
      height: 100%;
      overflow: hidden; }
    .section.image-grid .col-3.block {
      position: relative; }
      @media screen and (max-width: 740px) {
        .section.image-grid .col-3.block .container {
          padding: 50px 7%; } }
      .section.image-grid .col-3.block .column {
        list-style: none;
        width: 31.62%;
        float: left; }
        @media screen and (max-width: 740px) {
          .section.image-grid .col-3.block .column:last-child {
            margin-bottom: 0; } }
        @media screen and (max-width: 740px) {
          .section.image-grid .col-3.block .column {
            overflow: hidden;
            margin-bottom: 30px; } }
        .section.image-grid .col-3.block .column .block {
          height: 322px; }
          @media screen and (max-width: 1200px) {
            .section.image-grid .col-3.block .column .block {
              height: 195px; } }
          @media screen and (max-width: 740px) {
            .section.image-grid .col-3.block .column .block {
              height: 180px !important;
              float: left;
              width: 48%;
              margin: 0 auto !important; } }
  @media screen and (max-width: 740px) and (max-width: 480px) {
    .section.image-grid .col-3.block .column .block {
      height: 150px !important;
      width: 46% !important; } }
        .section.image-grid .col-3.block .column a {
          display: block;
          width: 100%;
          height: 100%;
          text-decoration: none;
          transition: all 0.3s ease;
          opacity: 1;
          background-size: cover !important;
          border-radius: 10px; }
          .section.image-grid .col-3.block .column a:hover {
            transition: all 0.3s ease;
            opacity: 0.9; }
            .section.image-grid .col-3.block .column a:hover .copy {
              background: #00a8a8;
              color: #ffffff;
              transition: all 0.3s ease; }
          .section.image-grid .col-3.block .column a .copy {
            width: 40%;
            background: #ffffff;
            border-radius: 100px;
            font-size: 15px;
            line-height: 20px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            margin: 0 auto;
            text-align: center;
            color: #061717;
            text-decoration: none;
            padding: 10px 0;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            transition: all 0.3s ease; }
            @media screen and (max-width: 1024px) {
              .section.image-grid .col-3.block .column a .copy {
                width: 50%; } }
            @media screen and (max-width: 740px) {
              .section.image-grid .col-3.block .column a .copy {
                width: 70%;
                font-size: 13px; } }
        @media screen and (max-width: 740px) {
          .section.image-grid .col-3.block .column {
            width: 100%;
            float: none;
            margin: 0 auto 30px; } }
        .section.image-grid .col-3.block .column:nth-child(3n+1) .block:first-child {
          height: 218px;
          margin-bottom: 30px; }
          @media screen and (max-width: 1200px) {
            .section.image-grid .col-3.block .column:nth-child(3n+1) .block:first-child {
              height: 195px; } }
          @media screen and (max-width: 740px) {
            .section.image-grid .col-3.block .column:nth-child(3n+1) .block:first-child {
              float: right;
              width: 48%; } }
        .section.image-grid .col-3.block .column:nth-child(3n+2) {
          margin: 0 2.56%; }
          .section.image-grid .col-3.block .column:nth-child(3n+2) .block {
            height: 570px; }
            @media screen and (max-width: 1200px) {
              .section.image-grid .col-3.block .column:nth-child(3n+2) .block {
                height: 420px; } }
            @media screen and (max-width: 740px) {
              .section.image-grid .col-3.block .column:nth-child(3n+2) .block {
                float: left;
                width: 100% !important;
                clear: both;
                margin: 0 auto 30px; } }
          @media screen and (max-width: 740px) {
            .section.image-grid .col-3.block .column:nth-child(3n+2) {
              margin: 0 auto 30px; } }
        .section.image-grid .col-3.block .column:nth-child(3n+3) .block:last-child {
          height: 218px;
          margin-top: 30px; }
          @media screen and (max-width: 1200px) {
            .section.image-grid .col-3.block .column:nth-child(3n+3) .block:last-child {
              height: 195px; } }
          @media screen and (max-width: 740px) {
            .section.image-grid .col-3.block .column:nth-child(3n+3) .block:last-child {
              float: right;
              width: 48%; } }
  .section.testimonials {
    background: #f3f3f3; }
    .section.testimonials .container {
      text-align: center; }
      .section.testimonials .container:before {
        content: "“";
        color: #c4dfe6;
        font-size: 100px;
        font-weight: 700; }
        @media screen and (max-width: 600px) {
          .section.testimonials .container:before {
            font-size: 70px;
            line-height: 70px;
            position: absolute;
            left: 40px;
            top: 20px; } }
      .section.testimonials .container:after {
        content: "”";
        color: #c4dfe6;
        font-weight: 700;
        display: none; }
        @media screen and (max-width: 600px) {
          .section.testimonials .container:after {
            font-size: 70px;
            line-height: 70px;
            position: absolute;
            right: 40px;
            bottom: 20px;
            display: block; } }
      .section.testimonials .container .soliloquy-outer-container {
        padding-bottom: 10px; }
        .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper {
          height: 320px !important; }
          .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport {
            height: 300px !important; }
            @media screen and (max-width: 740px) {
              .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport {
                height: auto !important; } }
            .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item {
              height: 300px !important; }
              @media screen and (max-width: 740px) {
                .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item {
                  height: auto !important; } }
              .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption {
                background: none !important;
                bottom: auto !important; }
                .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside {
                  background: none !important;
                  padding: 0 !important; }
                  .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption {
                    padding: 0 20%; }
                    @media screen and (max-width: 740px) {
                      .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption {
                        padding: 0 5%; } }
                    .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-content {
                      color: #555; }
                      .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-content p {
                        color: #21201e !important;
                        font-size: 17px !important;
                        line-height: 24px !important;
                        letter-spacing: 0.5px; }
                        .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-content p strong {
                          font-size: 19px;
                          margin-bottom: 25px;
                          display: block;
                          line-height: 24px !important; }
                        .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-content p span {
                          display: block;
                          margin-top: 25px;
                          line-height: 24px !important; }
                          .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption .soliloquy-fc-content p span:before {
                            content: "";
                            width: 70px;
                            margin: 0 auto;
                            height: 2px;
                            background: #061717;
                            display: block;
                            margin-bottom: 25px; }
        .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-next,
        .section.testimonials .container .soliloquy-outer-container .soliloquy-container .soliloquy-prev {
          opacity: 0.3; }
      @media screen and (max-width: 600px) {
        .section.testimonials .container .soliloquy-outer-container + p {
          margin-top: 100px; } }
      @media screen and (max-width: 600px) {
        .section.testimonials .container .soliloquy-container .soliloquy-caption,
        .section.testimonials .container .soliloquy-container .soliloquy-controls-auto,
        .section.testimonials .container .soliloquy-container .soliloquy-pager {
          display: block !important; } }
  .section.contact {
    overflow: hidden; }
    .section.contact .map {
      width: 50%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      float: left; }
      @media screen and (max-width: 1024px) {
        .section.contact .map {
          width: 40%; } }
      @media screen and (max-width: 600px) {
        .section.contact .map {
          width: 100%;
          float: none;
          height: 250px;
          position: relative; } }
      .section.contact .map p {
        margin: 0 auto; }
      .section.contact .map iframe {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute; }
    .section.contact .contact-details {
      width: 50%;
      float: right; }
      @media screen and (max-width: 1024px) {
        .section.contact .contact-details {
          width: 60%; } }
      @media screen and (max-width: 600px) {
        .section.contact .contact-details {
          width: 100%;
          float: none; } }
      .section.contact .contact-details .details {
        padding: 100px 100px 76px; }
        @media screen and (max-width: 1200px) {
          .section.contact .contact-details .details {
            padding: 100px 80px 76px; } }
        @media screen and (max-width: 1024px) {
          .section.contact .contact-details .details {
            padding: 70px 50px 46px; } }
        @media screen and (max-width: 740px) {
          .section.contact .contact-details .details {
            padding: 50px 7% 26px; } }
        .section.contact .contact-details .details .col.contact p {
          padding-left: 30px; }
        .section.contact .contact-details .details .col.contact .address {
          padding-left: 30px; }
          .section.contact .contact-details .details .col.contact .address p {
            padding-left: 0;
            padding-top: 0; }
        .section.contact .contact-details .details .col.contact a {
          color: #21201e; }
        .section.contact .contact-details .details .col.contact .fa {
          color: #00a8a8;
          margin-left: -30px;
          width: 30px;
          float: left;
          position: relative;
          top: 4px; }

/* Partials */
#main .section .container #content {
  position: relative;
  /* Course Tour */ }
  #main .section .container #content .holes {
    margin-top: 10px; }
    #main .section .container #content .holes .hole {
      width: 31%;
      float: left;
      height: 200px;
      background-size: cover;
      background-position: center;
      text-align: center;
      position: relative;
      margin: 15px 0; }
      #main .section .container #content .holes .hole:hover a {
        transition: all 0.3s ease;
        background: rgba(46, 139, 192, 0.8); }
      @media screen and (max-width: 740px) {
        #main .section .container #content .holes .hole {
          width: 48%; } }
      @media screen and (max-width: 480px) {
        #main .section .container #content .holes .hole {
          width: 100%; } }
      #main .section .container #content .holes .hole:nth-child(3n+2) {
        margin: 15px 3%; }
      @media screen and (max-width: 740px) {
        #main .section .container #content .holes .hole:nth-child(3n+2) {
          margin: 15px auto; } }
      @media screen and (max-width: 740px) {
        #main .section .container #content .holes .hole:nth-child(2n+2) {
          margin: 15px 0 15px 4%; } }
      @media screen and (max-width: 480px) {
        #main .section .container #content .holes .hole:nth-child(2n+2) {
          margin: 15px 0; } }
      #main .section .container #content .holes .hole a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.25);
        height: 100%;
        width: 100%;
        position: relative;
        transition: all 0.3s ease;
        overflow: hidden; }
        #main .section .container #content .holes .hole a h3 {
          color: #ffffff;
          top: 50%;
          position: relative;
          transform: translateY(-50%);
          margin: 0 auto;
          font-size: 24px;
          font-weight: 600; }
  #main .section .container #content .holes-list {
    width: 100%;
    overflow: hidden; }
    #main .section .container #content .holes-list .hole {
      width: 100%;
      background: #f3f3f3;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      overflow: hidden;
      margin-bottom: 20px;
      padding: 20px 30px; }
      #main .section .container #content .holes-list .hole:hover {
        background: #48A5DA;
        color: #ffffff; }
        #main .section .container #content .holes-list .hole:hover h3 {
          color: #ffffff; }
      #main .section .container #content .holes-list .hole h3 {
        float: left;
        width: 20%;
        margin: 0;
        font-size: 17px;
        line-height: 24px;
        font-weight: 600; }
        @media screen and (max-width: 600px) {
          #main .section .container #content .holes-list .hole h3 {
            width: 100%;
            float: none;
            margin: 0 0 20px; } }
      #main .section .container #content .holes-list .hole .details {
        width: 60%;
        float: left; }
        @media screen and (max-width: 600px) {
          #main .section .container #content .holes-list .hole .details {
            width: 100%;
            float: none; } }
        #main .section .container #content .holes-list .hole .details p {
          float: left;
          width: 33%;
          font-size: 17px;
          line-height: 24px;
          font-weight: 300;
          margin-bottom: 0; }
          #main .section .container #content .holes-list .hole .details p strong {
            font-weight: 400;
            display: block;
            padding-bottom: 5px; }
          #main .section .container #content .holes-list .hole .details p span {
            display: block; }
      #main .section .container #content .holes-list .hole .img {
        float: right;
        width: 20%; }
        #main .section .container #content .holes-list .hole .img img {
          width: 100%;
          height: auto; }
        @media screen and (max-width: 600px) {
          #main .section .container #content .holes-list .hole .img {
            width: 100%;
            float: none;
            margin-bottom: 20px; } }
    #main .section .container #content .holes-list.boxes .hole {
      width: 49%;
      float: left;
      margin-right: 2%; }
      @media screen and (max-width: 600px) {
        #main .section .container #content .holes-list.boxes .hole {
          width: 100%;
          float: none;
          margin-right: 0; } }
      #main .section .container #content .holes-list.boxes .hole:hover {
        background: #f3f3f3;
        color: inherit; }
        #main .section .container #content .holes-list.boxes .hole:hover h3 {
          color: inherit; }
      #main .section .container #content .holes-list.boxes .hole:nth-last-of-type(2n+2) {
        margin-right: 0; }
      #main .section .container #content .holes-list.boxes .hole h3 {
        width: 100%;
        float: none;
        margin: 0 0 20px; }
      #main .section .container #content .holes-list.boxes .hole .details {
        width: 100%;
        float: none; }
      #main .section .container #content .holes-list.boxes .hole .img {
        width: 100%;
        float: none;
        margin-bottom: 20px; }

#main form input, #main form textarea {
  font-family: "Poppins", sans-serif;
  border: 1px solid #b0b0b0;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 1px; }

#main form .button,
#main form input[type=submit] {
  background: #2E8BC0;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.25px;
  transition: all 0.3s ease;
  cursor: pointer; }
  #main form .button:hover,
  #main form input[type=submit]:hover {
    background: #00a8a8;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 10px 30px;
    cursor: pointer; }

/* Contact Form */
.page-template-page-contact #banner.map p {
  margin: 0 auto;
  position: relative;
  height: 100%; }

.page-template-page-contact #banner.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

@media screen and (max-width: 1024px) {
  .page-template-page-contact #main .section #sidebar {
    padding-top: 0;
    border-top: 0; } }

.page-template-page-contact #main .section #sidebar .contact a {
  color: #21201e; }
  .page-template-page-contact #main .section #sidebar .contact a:hover {
    text-decoration: none; }

.page-template-page-contact #main .section #sidebar .contact .contact-details {
  margin-top: 40px; }
  .page-template-page-contact #main .section #sidebar .contact .contact-details .address {
    padding-left: 30px; }
    .page-template-page-contact #main .section #sidebar .contact .contact-details .address p {
      padding-left: 0;
      margin-bottom: 24px; }
  .page-template-page-contact #main .section #sidebar .contact .contact-details p {
    padding-left: 31px; }
  .page-template-page-contact #main .section #sidebar .contact .contact-details .fa {
    color: #2E8BC0;
    margin-left: -30px;
    width: 30px;
    float: left;
    position: relative;
    top: 4px; }
  @media screen and (max-width: 740px) {
    .page-template-page-contact #main .section #sidebar .contact .contact-details {
      margin-bottom: 40px; } }

.page-template-page-contact #main .section #sidebar .social {
  margin-top: 40px; }
  @media screen and (max-width: 960px) {
    .page-template-page-contact #main .section #sidebar .social {
      margin-top: 0;
      float: right !important; } }
  .page-template-page-contact #main .section #sidebar .social h3 {
    font-size: 24px; }
  .page-template-page-contact #main .section #sidebar .social a {
    color: #2E8BC0;
    margin-right: 20px;
    padding: 0 2px;
    font-size: 18px;
    transition: all 0.3s ease; }
    .page-template-page-contact #main .section #sidebar .social a:hover {
      color: #00a8a8;
      transition: all 0.3s ease; }

.page-template-page-contact #main .section #sidebar .contact h3, .page-template-page-contact #main .section #sidebar .social h3 {
  font-size: 20px;
  margin-bottom: 25px; }

@media screen and (max-width: 960px) {
  .page-template-page-contact #main .section #sidebar .contact, .page-template-page-contact #main .section #sidebar .social {
    width: 46%;
    float: left; } }

@media screen and (max-width: 740px) {
  .page-template-page-contact #main .section #sidebar .contact, .page-template-page-contact #main .section #sidebar .social {
    width: 100%;
    float: none !important; } }

@media screen and (max-width: 1024px) {
  .page-template-page-contact #main .section #content.right {
    margin-top: 60px;
    margin-bottom: 0; } }

.page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper .top_label .ginput_container {
  margin-top: 0; }

.page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper label {
  display: none; }

.page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper li.float-left {
  float: left; }
  .page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper li.float-left input {
    width: 100%; }

.page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper li.float-right {
  float: right; }
  .page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper li.float-right input {
    width: 100%; }

.page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper li.float-left, .page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper li.float-right {
  clear: none;
  margin: 0 0 30px;
  width: 49%; }
  @media screen and (max-width: 480px) {
    .page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper li.float-left, .page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper li.float-right {
      width: 100%;
      float: none; } }

.page-template-page-contact #main .section #content.right #gform_wrapper_1.no-labels_wrapper .full-width {
  clear: both;
  padding-top: 0px;
  margin-top: 0; }

.page-template-page-contact #main .section #content.right #gform_wrapper_1 .gform_footer {
  padding: 0;
  margin: 0; }

/* Content Sidebar */
@media screen and (max-width: 1024px) {
  .page-template-page-sidebar-content #main .section #sidebar {
    padding-top: 0;
    border-top: 0; } }

.page-template-page-sidebar-content #main .section #sidebar ul.outline li {
  padding: 0 5px; }
  .page-template-page-sidebar-content #main .section #sidebar ul.outline li a {
    color: #21201e;
    display: block; }

@media screen and (max-width: 1024px) {
  .page-template-page-sidebar-content #main .section #content.right {
    padding-top: 40px; } }

.page-template-page-sidebar-content #main .section #content.right .section.full-width .container {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* Split Content */
.page-template-page-split-content #main .section #content .section.full-width .container h2 {
  margin-top: 0; }

/* Single Course */
.single-course #main .section .container #content.right {
  width: 100%;
  float: none; }

.hole-info {
  float: left;
  width: 70%;
  margin: 0 0 40px; }
  @media screen and (max-width: 960px) {
    .hole-info {
      float: none;
      width: 100%; } }

.course-distance {
  width: 25%;
  float: right;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .course-distance {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .course-distance {
      margin: 0 0 40px;
      text-align: center; } }
  .course-distance h3 {
    font-size: 22px;
    margin: 0 0 25px; }
    @media screen and (max-width: 740px) {
      .course-distance h3 {
        font-size: 20px;
        margin: 0 0 24px; } }
    @media screen and (max-width: 600px) {
      .course-distance h3 {
        text-align: left; } }
  .course-distance img {
    width: 86%;
    height: auto;
    margin: 0 0 25px; }
    @media screen and (max-width: 960px) {
      .course-distance img {
        width: 44%;
        float: left; } }
    @media screen and (max-width: 600px) {
      .course-distance img {
        width: 70%;
        margin: 0 auto 30px;
        float: none; } }
  .course-distance .hole-stats {
    background-color: rgba(158, 158, 158, 0.2);
    padding: 10px 15px;
    border-radius: 5px; }
  .course-distance p.first, .course-distance p.second, .course-distance p.third {
    padding: 15px 15px;
    margin: 0px;
    overflow: hidden;
    font-size: 16px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .course-distance p.first strong, .course-distance p.second strong, .course-distance p.third strong {
      width: 60%;
      float: left;
      display: block; }
      @media screen and (max-width: 1200px) {
        .course-distance p.first strong, .course-distance p.second strong, .course-distance p.third strong {
          width: 100%;
          float: none;
          text-align: left; } }
      @media screen and (max-width: 960px) {
        .course-distance p.first strong, .course-distance p.second strong, .course-distance p.third strong {
          width: 60%;
          float: left;
          display: block; } }
    .course-distance p.first span, .course-distance p.second span, .course-distance p.third span {
      width: 20%;
      float: left;
      display: block;
      text-align: left; }
      @media screen and (max-width: 1200px) {
        .course-distance p.first span, .course-distance p.second span, .course-distance p.third span {
          width: 33.33%; } }
      @media screen and (max-width: 960px) {
        .course-distance p.first span, .course-distance p.second span, .course-distance p.third span {
          width: 20%; } }
      .course-distance p.first span.length, .course-distance p.second span.length, .course-distance p.third span.length {
        text-align: right; }
      .course-distance p.first span.index, .course-distance p.second span.index, .course-distance p.third span.index {
        text-align: right; }
  .course-distance p.first {
    border-bottom: 1px solid #9E9E9E; }
    @media screen and (max-width: 960px) {
      .course-distance p.first {
        margin-top: 100px; } }
    @media screen and (max-width: 600px) {
      .course-distance p.first {
        margin-top: 0px; } }
  .course-distance p.second {
    border-bottom: 1px solid #9E9E9E; }

.course-gallery {
  float: left;
  width: 70%;
  margin: 0 0 20px; }
  @media screen and (max-width: 960px) {
    .course-gallery {
      width: 100%;
      float: none;
      clear: both; } }
  .course-gallery .gallery .gallery-item {
    width: 23%;
    margin-right: 2%;
    margin-top: 0 !important;
    transition: all 0.3s ease;
    opacity: 1;
    overflow: hidden !important;
    height: 130px; }
    .course-gallery .gallery .gallery-item:hover {
      transition: all 0.3s ease;
      opacity: 0.8; }
      .course-gallery .gallery .gallery-item:hover .gallery-icon img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.3s ease; }
        @media screen and (max-width: 1200px) {
          .course-gallery .gallery .gallery-item:hover .gallery-icon img {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1); } }
    .course-gallery .gallery .gallery-item .gallery-icon {
      overflow: hidden !important;
      height: 130px; }
      .course-gallery .gallery .gallery-item .gallery-icon a {
        display: block;
        height: 130px;
        overflow: hidden; }
      .course-gallery .gallery .gallery-item .gallery-icon img {
        border: 0;
        width: 100%;
        height: auto;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: all 0.3s ease; }

.pagination {
  clear: both;
  padding-top: 20px; }
  @media screen and (max-width: 740px) {
    .pagination {
      width: auto;
      position: relative;
      background: #ebebeb;
      overflow: hidden;
      padding: 10px 0;
      height: 50px; } }
  .pagination .prev {
    float: left;
    width: 30%;
    text-align: left; }
    @media screen and (max-width: 740px) {
      .pagination .prev {
        width: 50%;
        position: absolute;
        top: 10px;
        left: 10px; } }
  .pagination .overview {
    width: 40%;
    text-align: center;
    float: left; }
    @media screen and (max-width: 740px) {
      .pagination .overview {
        display: none; } }
  .pagination .next {
    float: right;
    width: 30%;
    text-align: right; }
    @media screen and (max-width: 740px) {
      .pagination .next {
        width: 50%;
        position: absolute;
        top: 10px;
        right: 10px; } }
  .pagination span {
    padding: 2px 5px; }
    .pagination span a {
      color: #ffffff !important;
      display: block;
      text-decoration: none;
      background: #2E8BC0;
      display: inline-block;
      margin: 25px 0 0;
      text-transform: uppercase;
      border: 0;
      font-family: "Poppins", sans-serif;
      padding: 10px 20px;
      border-radius: 40px;
      font-size: 13px;
      line-height: 16px;
      font-weight: 700;
      letter-spacing: 1.25px;
      transition: all 0.3s ease; }
      @media screen and (max-width: 740px) {
        .pagination span a {
          border-radius: 0;
          padding: 0;
          margin: 0;
          letter-spacing: 1px;
          color: #00a8a8;
          background: none; } }
      .pagination span a:hover {
        color: #ffffff !important;
        background: #00a8a8;
        transition: all 0.3s ease;
        padding: 10px 30px; }
        @media screen and (max-width: 740px) {
          .pagination span a:hover {
            border-radius: 0;
            padding: 0;
            margin: 0;
            letter-spacing: 1px;
            color: #00a8a8;
            background: none;
            box-shadow: none;
            text-decoration: hover; } }

/* Reciprocal Clubs */
.page-template-page-reciprocal .accordion-title {
  margin: 40px 0 0;
  padding: 10px 0;
  background: #66a4ad;
  cursor: pointer;
  position: relative; }
  .page-template-page-reciprocal .accordion-title h2 {
    margin: 0 !important;
    padding: 0;
    color: #ffffff;
    float: none;
    text-align: center; }
  .page-template-page-reciprocal .accordion-title i {
    display: block;
    position: absolute;
    background: #00a8a8;
    color: #ffffff;
    top: 0;
    right: 0;
    text-align: center;
    font-style: normal;
    font-size: 24px;
    width: 60px;
    padding: 13px 0;
    height: 50px; }
    @media screen and (max-width: 740px) {
      .page-template-page-reciprocal .accordion-title i {
        padding: 10px 0;
        height: 44px; } }

.page-template-page-reciprocal .accordion-category {
  background: #f3f3f3; }
  .page-template-page-reciprocal .accordion-category.open {
    display: block; }

.page-template-page-reciprocal .reciprocal-club {
  padding: 0 30px 30px;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  overflow: hidden; }
  .page-template-page-reciprocal .reciprocal-club h3 {
    margin-bottom: 20px !important; }
  .page-template-page-reciprocal .reciprocal-club p {
    margin: 0 0 5px; }
    .page-template-page-reciprocal .reciprocal-club p strong {
      font-weight: 600; }
    .page-template-page-reciprocal .reciprocal-club p a {
      text-decoration: underline; }
  .page-template-page-reciprocal .reciprocal-club span {
    display: block;
    margin: 0 0 22px; }
  .page-template-page-reciprocal .reciprocal-club img.float-right {
    width: 300px;
    height: auto;
    float: right;
    margin: -20px 0 20px 20px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .page-template-page-reciprocal .reciprocal-club img.float-right {
        width: 200px; } }
    @media screen and (max-width: 600px) {
      .page-template-page-reciprocal .reciprocal-club img.float-right {
        width: 100%;
        margin: 0 auto;
        float: none; } }

/* News Posts */
.archive-item .archive-content h2 a {
  color: #21201e;
  text-decoration: none; }

.archive-item .archive-content .image-wrap {
  float: right;
  width: 30%;
  margin-left: 5%; }
  .archive-item .archive-content .image-wrap img {
    width: 100%;
    height: auto; }

.archive-item .archive-content .read_more_link {
  display: block;
  padding-top: 15px; }
  .archive-item .archive-content .read_more_link:hover {
    text-decoration: none; }
  .archive-item .archive-content .read_more_link .fa {
    padding-left: 5px; }

.archive-link {
  display: none; }

.single-post,
.single-event,
.single-reciprocal {
  /* Single Event meta */ }
  .single-post .post-meta,
  .single-event .post-meta,
  .single-reciprocal .post-meta {
    width: 17%;
    float: left;
    text-align: right;
    padding-top: 8px; }
    @media screen and (max-width: 1024px) {
      .single-post .post-meta,
      .single-event .post-meta,
      .single-reciprocal .post-meta {
        width: 30%;
        text-align: left; } }
    @media screen and (max-width: 740px) {
      .single-post .post-meta,
      .single-event .post-meta,
      .single-reciprocal .post-meta {
        width: 100%;
        text-align: center;
        margin-bottom: 10px; } }
    .single-post .post-meta p,
    .single-event .post-meta p,
    .single-reciprocal .post-meta p {
      color: #21201e;
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 1px; }
      .single-post .post-meta p strong,
      .single-event .post-meta p strong,
      .single-reciprocal .post-meta p strong {
        font-weight: 400; }
    .single-post .post-meta .categories,
    .single-event .post-meta .categories,
    .single-reciprocal .post-meta .categories {
      color: #21201e;
      font-size: 12px;
      line-height: 14px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 1px; }
      @media screen and (max-width: 740px) {
        .single-post .post-meta .categories,
        .single-event .post-meta .categories,
        .single-reciprocal .post-meta .categories {
          margin-bottom: 3px; } }
      .single-post .post-meta .categories a,
      .single-event .post-meta .categories a,
      .single-reciprocal .post-meta .categories a {
        color: #21201e;
        text-decoration: none; }
      .single-post .post-meta .categories strong,
      .single-event .post-meta .categories strong,
      .single-reciprocal .post-meta .categories strong {
        font-weight: 400; }
  .single-post .title,
  .single-event .title,
  .single-reciprocal .title {
    width: 75%;
    float: right;
    text-align: left;
    margin-bottom: 100px; }
    @media screen and (max-width: 1024px) {
      .single-post .title,
      .single-event .title,
      .single-reciprocal .title {
        width: 70%;
        margin-bottom: 70px; } }
    @media screen and (max-width: 740px) {
      .single-post .title,
      .single-event .title,
      .single-reciprocal .title {
        width: 100%;
        text-align: center;
        margin-bottom: 50px; } }
    .single-post .title h1.heading,
    .single-event .title h1.heading,
    .single-reciprocal .title h1.heading {
      font-size: 44px;
      line-height: 50px;
      letter-spacing: 3px;
      margin-bottom: 0px; }
      @media screen and (max-width: 1024px) {
        .single-post .title h1.heading,
        .single-event .title h1.heading,
        .single-reciprocal .title h1.heading {
          font-size: 36px;
          line-height: 42px; } }
      @media screen and (max-width: 740px) {
        .single-post .title h1.heading,
        .single-event .title h1.heading,
        .single-reciprocal .title h1.heading {
          font-size: 30px;
          line-height: 36px;
          letter-spacing: 2px; } }
  .single-post #banner,
  .single-event #banner,
  .single-reciprocal #banner {
    clear: both;
    margin: 0 auto 100px; }
    @media screen and (max-width: 1024px) {
      .single-post #banner,
      .single-event #banner,
      .single-reciprocal #banner {
        margin: 0 auto 70px; } }
    @media screen and (max-width: 740px) {
      .single-post #banner,
      .single-event #banner,
      .single-reciprocal #banner {
        margin: 0 auto 50px; } }
  .single-post .post,
  .single-event .post,
  .single-reciprocal .post {
    width: 75%;
    float: right;
    /* Additional Column added to single post view */
    /* Full Width Layout */
    /* Two Thirds Layout */
    /* Half Layout */ }
    @media screen and (max-width: 1024px) {
      .single-post .post,
      .single-event .post,
      .single-reciprocal .post {
        width: 100%; } }
    .single-post .post .extra,
    .single-event .post .extra,
    .single-reciprocal .post .extra {
      float: left;
      width: 30%;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        .single-post .post .extra,
        .single-event .post .extra,
        .single-reciprocal .post .extra {
          width: 100%;
          margin: 0 0 20px; } }
      .single-post .post .extra blockquote,
      .single-event .post .extra blockquote,
      .single-reciprocal .post .extra blockquote {
        width: 100%;
        padding: 0;
        margin: 0; }
      .single-post .post .extra img,
      .single-event .post .extra img,
      .single-reciprocal .post .extra img {
        width: 100%;
        height: auto; }
      .single-post .post .extra .gallery,
      .single-event .post .extra .gallery,
      .single-reciprocal .post .extra .gallery {
        margin-top: 0 !important; }
        .single-post .post .extra .gallery .gallery-item, .single-post .post .extra .gallery .gallery-icon, .single-post .post .extra .gallery .gallery-icon a,
        .single-event .post .extra .gallery .gallery-item,
        .single-event .post .extra .gallery .gallery-icon,
        .single-event .post .extra .gallery .gallery-icon a,
        .single-reciprocal .post .extra .gallery .gallery-item,
        .single-reciprocal .post .extra .gallery .gallery-icon,
        .single-reciprocal .post .extra .gallery .gallery-icon a {
          height: auto !important; }
    .single-post .post article,
    .single-event .post article,
    .single-reciprocal .post article {
      width: 64%;
      float: right;
      overflow: hidden;
      /* Content Adjustment for posts */ }
      @media screen and (max-width: 1024px) {
        .single-post .post article,
        .single-event .post article,
        .single-reciprocal .post article {
          width: 60%; } }
      @media screen and (max-width: 740px) {
        .single-post .post article,
        .single-event .post article,
        .single-reciprocal .post article {
          width: 100%; } }
      .single-post .post article h2, .single-post .post article h3,
      .single-event .post article h2,
      .single-event .post article h3,
      .single-reciprocal .post article h2,
      .single-reciprocal .post article h3 {
        margin-top: 50px !important;
        margin-bottom: 14px; }
      .single-post .post article p,
      .single-event .post article p,
      .single-reciprocal .post article p {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300; }
        @media screen and (max-width: 740px) {
          .single-post .post article p,
          .single-event .post article p,
          .single-reciprocal .post article p {
            font-size: 18px;
            line-height: 28px; } }
      .single-post .post article .large-text,
      .single-event .post article .large-text,
      .single-reciprocal .post article .large-text {
        font-size: 24px !important;
        line-height: 34px !important;
        font-weight: 400 !important;
        letter-spacing: 1px !important; }
        @media screen and (max-width: 740px) {
          .single-post .post article .large-text,
          .single-event .post article .large-text,
          .single-reciprocal .post article .large-text {
            font-size: 22px !important;
            line-height: 28px !important; } }
      .single-post .post article img.alignright, .single-post .post article img.alignleft,
      .single-event .post article img.alignright,
      .single-event .post article img.alignleft,
      .single-reciprocal .post article img.alignright,
      .single-reciprocal .post article img.alignleft {
        width: 450px !important;
        height: auto !important; }
        @media screen and (max-width: 1024px) {
          .single-post .post article img.alignright, .single-post .post article img.alignleft,
          .single-event .post article img.alignright,
          .single-event .post article img.alignleft,
          .single-reciprocal .post article img.alignright,
          .single-reciprocal .post article img.alignleft {
            width: 45% !important; } }
        @media screen and (max-width: 740px) {
          .single-post .post article img.alignright, .single-post .post article img.alignleft,
          .single-event .post article img.alignright,
          .single-event .post article img.alignleft,
          .single-reciprocal .post article img.alignright,
          .single-reciprocal .post article img.alignleft {
            width: 50% !important;
            margin: 0 0 20px 20px !important; } }
        @media screen and (max-width: 600px) {
          .single-post .post article img.alignright, .single-post .post article img.alignleft,
          .single-event .post article img.alignright,
          .single-event .post article img.alignleft,
          .single-reciprocal .post article img.alignright,
          .single-reciprocal .post article img.alignleft {
            width: 100% !important;
            margin: 0 0 40px !important; } }
      .single-post .post article blockquote,
      .single-event .post article blockquote,
      .single-reciprocal .post article blockquote {
        width: 100%;
        text-align: center;
        margin: 20px auto 44px;
        padding: 30px 50px;
        background: #ebebeb; }
        .single-post .post article blockquote p,
        .single-event .post article blockquote p,
        .single-reciprocal .post article blockquote p {
          font-size: 22px;
          font-style: italic;
          line-height: 32px;
          font-weight: 400;
          color: #333; }
    .single-post .post blockquote,
    .single-event .post blockquote,
    .single-reciprocal .post blockquote {
      width: 25%;
      float: left; }
      .single-post .post blockquote p,
      .single-event .post blockquote p,
      .single-reciprocal .post blockquote p {
        font-size: 30px;
        font-style: italic;
        line-height: 40px;
        font-weight: 300; }
        @media screen and (max-width: 1024px) {
          .single-post .post blockquote p,
          .single-event .post blockquote p,
          .single-reciprocal .post blockquote p {
            font-size: 26px;
            line-height: 36px; } }
        @media screen and (max-width: 740px) {
          .single-post .post blockquote p,
          .single-event .post blockquote p,
          .single-reciprocal .post blockquote p {
            font-size: 22px;
            line-height: 32px; } }
    .single-post .post .gallery.gallery-columns-1,
    .single-event .post .gallery.gallery-columns-1,
    .single-reciprocal .post .gallery.gallery-columns-1 {
      width: 30%;
      float: left;
      margin-right: 10%; }
    .single-post .post.full-width,
    .single-event .post.full-width,
    .single-reciprocal .post.full-width {
      width: 100%; }
      .single-post .post.full-width.one-col,
      .single-event .post.full-width.one-col,
      .single-reciprocal .post.full-width.one-col {
        width: 100%; }
        .single-post .post.full-width.one-col article,
        .single-event .post.full-width.one-col article,
        .single-reciprocal .post.full-width.one-col article {
          width: 100%; }
      .single-post .post.full-width.two-col,
      .single-event .post.full-width.two-col,
      .single-reciprocal .post.full-width.two-col {
        width: 100%; }
        .single-post .post.full-width.two-col .extra,
        .single-event .post.full-width.two-col .extra,
        .single-reciprocal .post.full-width.two-col .extra {
          width: 30%;
          float: left; }
          @media screen and (max-width: 1200px) {
            .single-post .post.full-width.two-col .extra,
            .single-event .post.full-width.two-col .extra,
            .single-reciprocal .post.full-width.two-col .extra {
              width: 36%; } }
          @media screen and (max-width: 960px) {
            .single-post .post.full-width.two-col .extra,
            .single-event .post.full-width.two-col .extra,
            .single-reciprocal .post.full-width.two-col .extra {
              width: 100%;
              float: none; } }
        .single-post .post.full-width.two-col article,
        .single-event .post.full-width.two-col article,
        .single-reciprocal .post.full-width.two-col article {
          width: 65%;
          float: right; }
          @media screen and (max-width: 1200px) {
            .single-post .post.full-width.two-col article,
            .single-event .post.full-width.two-col article,
            .single-reciprocal .post.full-width.two-col article {
              width: 56%; } }
          @media screen and (max-width: 960px) {
            .single-post .post.full-width.two-col article,
            .single-event .post.full-width.two-col article,
            .single-reciprocal .post.full-width.two-col article {
              width: 100%;
              float: none; } }
    .single-post .post.two-thirds,
    .single-event .post.two-thirds,
    .single-reciprocal .post.two-thirds {
      width: 75%;
      float: right; }
      @media screen and (max-width: 740px) {
        .single-post .post.two-thirds,
        .single-event .post.two-thirds,
        .single-reciprocal .post.two-thirds {
          width: 100%;
          float: none; } }
      .single-post .post.two-thirds.one-col article,
      .single-event .post.two-thirds.one-col article,
      .single-reciprocal .post.two-thirds.one-col article {
        width: 100%; }
      .single-post .post.two-thirds.two-col .extra,
      .single-event .post.two-thirds.two-col .extra,
      .single-reciprocal .post.two-thirds.two-col .extra {
        width: 30%;
        float: left; }
        @media screen and (max-width: 1200px) {
          .single-post .post.two-thirds.two-col .extra,
          .single-event .post.two-thirds.two-col .extra,
          .single-reciprocal .post.two-thirds.two-col .extra {
            width: 36%; } }
        @media screen and (max-width: 960px) {
          .single-post .post.two-thirds.two-col .extra,
          .single-event .post.two-thirds.two-col .extra,
          .single-reciprocal .post.two-thirds.two-col .extra {
            width: 100%;
            float: none; } }
      .single-post .post.two-thirds.two-col article,
      .single-event .post.two-thirds.two-col article,
      .single-reciprocal .post.two-thirds.two-col article {
        width: 65%;
        float: right; }
        @media screen and (max-width: 1200px) {
          .single-post .post.two-thirds.two-col article,
          .single-event .post.two-thirds.two-col article,
          .single-reciprocal .post.two-thirds.two-col article {
            width: 56%; } }
        @media screen and (max-width: 960px) {
          .single-post .post.two-thirds.two-col article,
          .single-event .post.two-thirds.two-col article,
          .single-reciprocal .post.two-thirds.two-col article {
            width: 100%;
            float: none; } }
    .single-post .post.half,
    .single-event .post.half,
    .single-reciprocal .post.half {
      width: 100%;
      float: none; }
      .single-post .post.half.one-col article,
      .single-event .post.half.one-col article,
      .single-reciprocal .post.half.one-col article {
        width: 50%;
        float: right; }
        @media screen and (max-width: 1200px) {
          .single-post .post.half.one-col article,
          .single-event .post.half.one-col article,
          .single-reciprocal .post.half.one-col article {
            width: 56%; } }
        @media screen and (max-width: 960px) {
          .single-post .post.half.one-col article,
          .single-event .post.half.one-col article,
          .single-reciprocal .post.half.one-col article {
            width: 100%;
            float: none; } }
      .single-post .post.half.two-col .extra,
      .single-event .post.half.two-col .extra,
      .single-reciprocal .post.half.two-col .extra {
        width: 46%;
        float: left; }
        @media screen and (max-width: 1200px) {
          .single-post .post.half.two-col .extra,
          .single-event .post.half.two-col .extra,
          .single-reciprocal .post.half.two-col .extra {
            width: 36%; } }
        @media screen and (max-width: 960px) {
          .single-post .post.half.two-col .extra,
          .single-event .post.half.two-col .extra,
          .single-reciprocal .post.half.two-col .extra {
            width: 100%;
            float: none; } }
        @media screen and (max-width: 1200px) {
          .single-post .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item,
          .single-event .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item,
          .single-reciprocal .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item {
            width: 100% !important;
            margin: 0 auto 30px; } }
        @media screen and (max-width: 960px) {
          .single-post .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item,
          .single-event .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item,
          .single-reciprocal .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item {
            width: 48% !important;
            margin-right: 4%; } }
        @media screen and (max-width: 600px) {
          .single-post .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item,
          .single-event .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item,
          .single-reciprocal .post.half.two-col .extra .gallery.gallery-columns-2 .gallery-item {
            margin-bottom: 5px; } }
      .single-post .post.half.two-col article,
      .single-event .post.half.two-col article,
      .single-reciprocal .post.half.two-col article {
        width: 54%;
        float: right; }
        @media screen and (max-width: 1200px) {
          .single-post .post.half.two-col article,
          .single-event .post.half.two-col article,
          .single-reciprocal .post.half.two-col article {
            width: 56%; } }
        @media screen and (max-width: 960px) {
          .single-post .post.half.two-col article,
          .single-event .post.half.two-col article,
          .single-reciprocal .post.half.two-col article {
            width: 100%;
            float: none; } }
  .single-post #sidebar,
  .single-event #sidebar,
  .single-reciprocal #sidebar {
    float: none;
    clear: both;
    overflow: hidden;
    width: 100% !important;
    padding-top: 100px; }
    @media screen and (max-width: 960px) {
      .single-post #sidebar,
      .single-event #sidebar,
      .single-reciprocal #sidebar {
        border-top: 0px !important; } }
    @media screen and (max-width: 740px) {
      .single-post #sidebar,
      .single-event #sidebar,
      .single-reciprocal #sidebar {
        padding-top: 50px !important; } }
    .single-post #sidebar #members-btn,
    .single-event #sidebar #members-btn,
    .single-reciprocal #sidebar #members-btn {
      display: none !important; }
      @media screen and (max-width: 740px) {
        .single-post #sidebar #members-btn,
        .single-event #sidebar #members-btn,
        .single-reciprocal #sidebar #members-btn {
          display: block; } }
    .single-post #sidebar .sidebar-content,
    .single-event #sidebar .sidebar-content,
    .single-reciprocal #sidebar .sidebar-content {
      float: left;
      width: 17%; }
      @media screen and (max-width: 1200px) {
        .single-post #sidebar .sidebar-content,
        .single-event #sidebar .sidebar-content,
        .single-reciprocal #sidebar .sidebar-content {
          width: 36%; } }
      @media screen and (max-width: 960px) {
        .single-post #sidebar .sidebar-content,
        .single-event #sidebar .sidebar-content,
        .single-reciprocal #sidebar .sidebar-content {
          display: block !important; } }
      @media screen and (max-width: 740px) {
        .single-post #sidebar .sidebar-content,
        .single-event #sidebar .sidebar-content,
        .single-reciprocal #sidebar .sidebar-content {
          width: 30%; } }
      @media screen and (max-width: 480px) {
        .single-post #sidebar .sidebar-content,
        .single-event #sidebar .sidebar-content,
        .single-reciprocal #sidebar .sidebar-content {
          width: 100%; } }
      .single-post #sidebar .sidebar-content .col,
      .single-event #sidebar .sidebar-content .col,
      .single-reciprocal #sidebar .sidebar-content .col {
        margin-bottom: 50px; }
        .single-post #sidebar .sidebar-content .col:nth-child(2n+2),
        .single-event #sidebar .sidebar-content .col:nth-child(2n+2),
        .single-reciprocal #sidebar .sidebar-content .col:nth-child(2n+2) {
          margin-bottom: 0; }
          @media screen and (max-width: 480px) {
            .single-post #sidebar .sidebar-content .col:nth-child(2n+2),
            .single-event #sidebar .sidebar-content .col:nth-child(2n+2),
            .single-reciprocal #sidebar .sidebar-content .col:nth-child(2n+2) {
              margin-top: 50px; } }
        @media screen and (max-width: 480px) {
          .single-post #sidebar .sidebar-content .col,
          .single-event #sidebar .sidebar-content .col,
          .single-reciprocal #sidebar .sidebar-content .col {
            width: 100%;
            float: none; } }
        @media screen and (max-width: 960px) {
          .single-post #sidebar .sidebar-content .col h2,
          .single-event #sidebar .sidebar-content .col h2,
          .single-reciprocal #sidebar .sidebar-content .col h2 {
            margin-top: 0 !important; } }
    .single-post #sidebar .related,
    .single-event #sidebar .related,
    .single-reciprocal #sidebar .related {
      width: 75%;
      float: right; }
      .single-post #sidebar .related .section.news .container .posts .post .post-content p.read_more_link a,
      .single-event #sidebar .related .section.news .container .posts .post .post-content p.read_more_link a,
      .single-reciprocal #sidebar .related .section.news .container .posts .post .post-content p.read_more_link a {
        background-color: unset;
        color: #000000;
        margin-top: 0;
        padding: 0;
        border: 0; }
      .single-post #sidebar .related .section.news .container .posts .post .post-content p.read_more_link:hover a,
      .single-event #sidebar .related .section.news .container .posts .post .post-content p.read_more_link:hover a,
      .single-reciprocal #sidebar .related .section.news .container .posts .post .post-content p.read_more_link:hover a {
        box-shadow: unset; }
      @media screen and (max-width: 1200px) {
        .single-post #sidebar .related,
        .single-event #sidebar .related,
        .single-reciprocal #sidebar .related {
          width: 56%; } }
      @media screen and (max-width: 740px) {
        .single-post #sidebar .related,
        .single-event #sidebar .related,
        .single-reciprocal #sidebar .related {
          width: 60%; } }
      @media screen and (max-width: 480px) {
        .single-post #sidebar .related,
        .single-event #sidebar .related,
        .single-reciprocal #sidebar .related {
          width: 100%;
          padding-top: 50px; } }
      .single-post #sidebar .related .news,
      .single-event #sidebar .related .news,
      .single-reciprocal #sidebar .related .news {
        background: none; }
        .single-post #sidebar .related .news .container,
        .single-event #sidebar .related .news .container,
        .single-reciprocal #sidebar .related .news .container {
          padding: 0;
          text-align: left; }
          @media screen and (max-width: 740px) {
            .single-post #sidebar .related .news .container,
            .single-event #sidebar .related .news .container,
            .single-reciprocal #sidebar .related .news .container {
              width: 100%; } }
          .single-post #sidebar .related .news .container .posts,
          .single-event #sidebar .related .news .container .posts,
          .single-reciprocal #sidebar .related .news .container .posts {
            overflow: hidden;
            list-style: none;
            width: 100%;
            float: none;
            margin: 0;
            position: relative; }
            .single-post #sidebar .related .news .container .posts .post-categories,
            .single-event #sidebar .related .news .container .posts .post-categories,
            .single-reciprocal #sidebar .related .news .container .posts .post-categories {
              display: none; }
            .single-post #sidebar .related .news .container .posts .post,
            .single-event #sidebar .related .news .container .posts .post,
            .single-reciprocal #sidebar .related .news .container .posts .post {
              width: 48.5%;
              float: left;
              margin: 0 auto;
              position: relative;
              background: #66a4ad; }
              @media screen and (max-width: 1024px) {
                .single-post #sidebar .related .news .container .posts .post,
                .single-event #sidebar .related .news .container .posts .post,
                .single-reciprocal #sidebar .related .news .container .posts .post {
                  width: 100%; } }
              @media screen and (max-width: 740px) {
                .single-post #sidebar .related .news .container .posts .post,
                .single-event #sidebar .related .news .container .posts .post,
                .single-reciprocal #sidebar .related .news .container .posts .post {
                  padding-top: 0; } }
              .single-post #sidebar .related .news .container .posts .post:nth-of-type(2n+2),
              .single-event #sidebar .related .news .container .posts .post:nth-of-type(2n+2),
              .single-reciprocal #sidebar .related .news .container .posts .post:nth-of-type(2n+2) {
                float: right; }
                @media screen and (max-width: 1024px) {
                  .single-post #sidebar .related .news .container .posts .post:nth-of-type(2n+2),
                  .single-event #sidebar .related .news .container .posts .post:nth-of-type(2n+2),
                  .single-reciprocal #sidebar .related .news .container .posts .post:nth-of-type(2n+2) {
                    margin-top: 40px; } }
              .single-post #sidebar .related .news .container .posts .post img,
              .single-event #sidebar .related .news .container .posts .post img,
              .single-reciprocal #sidebar .related .news .container .posts .post img {
                width: 100%;
                height: auto;
                display: block;
                transition: all 0.3s ease;
                opacity: 0.5; }
              .single-post #sidebar .related .news .container .posts .post .post-content,
              .single-event #sidebar .related .news .container .posts .post .post-content,
              .single-reciprocal #sidebar .related .news .container .posts .post .post-content {
                padding: 0;
                background: transparent;
                text-align: left;
                position: absolute;
                width: 100%;
                bottom: 30px; }
                .single-post #sidebar .related .news .container .posts .post .post-content .date,
                .single-event #sidebar .related .news .container .posts .post .post-content .date,
                .single-reciprocal #sidebar .related .news .container .posts .post .post-content .date {
                  color: #ffffff;
                  font-size: 12px;
                  line-height: 14px;
                  font-weight: 700;
                  text-transform: uppercase;
                  text-align: left;
                  float: left;
                  padding-left: 40px;
                  clear: both;
                  display: block;
                  width: 70%; }
                .single-post #sidebar .related .news .container .posts .post .post-content h3,
                .single-event #sidebar .related .news .container .posts .post .post-content h3,
                .single-reciprocal #sidebar .related .news .container .posts .post .post-content h3 {
                  font-size: 26px !important;
                  text-transform: none;
                  line-height: 30px !important;
                  margin: 10px 0 !important;
                  float: none;
                  color: #ffffff !important;
                  padding: 0 0 0 40px;
                  padding-top: 10px;
                  width: 70%; }
                  .single-post #sidebar .related .news .container .posts .post .post-content h3 a,
                  .single-event #sidebar .related .news .container .posts .post .post-content h3 a,
                  .single-reciprocal #sidebar .related .news .container .posts .post .post-content h3 a {
                    color: #ffffff !important;
                    text-decoration: none;
                    font-weight: 600; }
                .single-post #sidebar .related .news .container .posts .post .post-content p.read_more_link,
                .single-event #sidebar .related .news .container .posts .post .post-content p.read_more_link,
                .single-reciprocal #sidebar .related .news .container .posts .post .post-content p.read_more_link {
                  background: #fff;
                  padding: 10px 20px;
                  text-align: right;
                  width: 135px;
                  position: absolute;
                  right: 0;
                  bottom: -40px;
                  transition: all 0.3s ease; }
                  .single-post #sidebar .related .news .container .posts .post .post-content p.read_more_link .fa,
                  .single-event #sidebar .related .news .container .posts .post .post-content p.read_more_link .fa,
                  .single-reciprocal #sidebar .related .news .container .posts .post .post-content p.read_more_link .fa {
                    padding-left: 5px; }
                  .single-post #sidebar .related .news .container .posts .post .post-content p.read_more_link a,
                  .single-event #sidebar .related .news .container .posts .post .post-content p.read_more_link a,
                  .single-reciprocal #sidebar .related .news .container .posts .post .post-content p.read_more_link a {
                    text-decoration: none; }
              .single-post #sidebar .related .news .container .posts .post:hover img,
              .single-event #sidebar .related .news .container .posts .post:hover img,
              .single-reciprocal #sidebar .related .news .container .posts .post:hover img {
                opacity: 1; }
              .single-post #sidebar .related .news .container .posts .post:hover p.read_more_link,
              .single-event #sidebar .related .news .container .posts .post:hover p.read_more_link,
              .single-reciprocal #sidebar .related .news .container .posts .post:hover p.read_more_link {
                padding: 10px 0px 10px 20px;
                width: 115px;
                transition: all 0.3s ease; }
                .single-post #sidebar .related .news .container .posts .post:hover p.read_more_link .fa,
                .single-event #sidebar .related .news .container .posts .post:hover p.read_more_link .fa,
                .single-reciprocal #sidebar .related .news .container .posts .post:hover p.read_more_link .fa {
                  padding-left: 5px; }
  .single-post #main .section .container #content .eventorganiser-event-meta hr,
  .single-event #main .section .container #content .eventorganiser-event-meta hr,
  .single-reciprocal #main .section .container #content .eventorganiser-event-meta hr {
    display: none; }
  .single-post #main .section .container #content .eventorganiser-event-meta h4,
  .single-event #main .section .container #content .eventorganiser-event-meta h4,
  .single-reciprocal #main .section .container #content .eventorganiser-event-meta h4 {
    margin-top: 0 !important;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 28px;
    letter-spacing: 1.5px; }
  .single-post #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta,
  .single-event #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta,
  .single-reciprocal #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta {
    margin: 0;
    padding: 0; }
    .single-post #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li,
    .single-event #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li,
    .single-reciprocal #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li {
      list-style: none;
      letter-spacing: 1px;
      margin: 0 0 5px;
      padding: 0 0 5px; }
      .single-post #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li a,
      .single-event #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li a,
      .single-reciprocal #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li a {
        text-decoration: none;
        cursor: pointer;
        color: #21201e; }
        .single-post #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li a:hover,
        .single-event #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li a:hover,
        .single-reciprocal #main .section .container #content .eventorganiser-event-meta ul.eo-event-meta li a:hover {
          color: #c4dfe6; }
  .single-post #main .section .container #content .event footer.entry-meta,
  .single-event #main .section .container #content .event footer.entry-meta,
  .single-reciprocal #main .section .container #content .event footer.entry-meta {
    display: none; }

/* Search */
.search-results #main .section .container #sidebar #searchform {
  width: 80%; }
  @media screen and (max-width: 960px) {
    .search-results #main .section .container #sidebar #searchform {
      width: 100%; } }
  .search-results #main .section .container #sidebar #searchform label {
    display: none; }
  .search-results #main .section .container #sidebar #searchform input {
    display: block; }
    .search-results #main .section .container #sidebar #searchform input#s {
      width: 100%; }
    .search-results #main .section .container #sidebar #searchform input#searchsubmit {
      margin-top: 15px;
      float: right; }

.search-results #main .section .container .search-results h1 {
  margin-bottom: 10px; }

.search-results #main .section .container .search-results .archive-item {
  padding: 30px 0;
  border-bottom: 4px solid #ebebeb;
  margin-bottom: 0px;
  overflow: hidden; }
  .search-results #main .section .container .search-results .archive-item h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px !important;
    margin: 20px 0 !important; }
    @media screen and (max-width: 740px) {
      .search-results #main .section .container .search-results .archive-item h2 {
        margin: 8px 0 20px !important;
        font-size: 18px !important;
        line-height: 22px !important; } }
  .search-results #main .section .container .search-results .archive-item .post-data {
    color: #b0b0b0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px; }

.search-results #main .section .container .search-results .read_more_link {
  color: #21201e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: block;
  text-decoration: underline; }
  .search-results #main .section .container .search-results .read_more_link .fa {
    padding-left: 5px; }
  .search-results #main .section .container .search-results .read_more_link:hover {
    color: #21201e;
    text-decoration: none; }

.search-results #main .section .container .search-results .nav {
  display: block;
  margin-top: 30px; }
  .search-results #main .section .container .search-results .nav a {
    display: inline-block;
    background: #00a8a8;
    color: #ffffff;
    border-radius: 40px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    height: 36px;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 2px;
    margin-left: 1px; }
    .search-results #main .section .container .search-results .nav a:hover {
      background: #ffffff;
      color: #00a8a8;
      box-shadow: 0px 0px 3px #b0b0b0;
      padding: 10px 30px; }
  .search-results #main .section .container .search-results .nav.alignleft {
    float: left; }
  .search-results #main .section .container .search-results .nav.alignright {
    float: right; }

/* Public Bookings */
.product-page #main .section .container {
  /* Public Calendar */ }
  .product-page #main .section .container .public-registration .container-fluid {
    padding: 0; }
    .product-page #main .section .container .public-registration .container-fluid .row {
      margin: 0; }
      .product-page #main .section .container .public-registration .container-fluid .row .col-lg-8.col-md-8.col-sm-8.col-xs-12 {
        padding: 0;
        margin: 0; }
      .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont {
        width: 100%;
        margin: 0 auto;
        float: none;
        padding: 0; }
        .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont .panel-default {
          background: none;
          border: 0;
          padding: 0;
          margin: 0;
          box-shadow: none; }
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont .panel-default .panel-heading.overflow {
            background: none;
            border: 0;
            color: #21201e;
            padding: 0; }
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont .panel-default h2 {
            font-size: 30px;
            line-height: 36px;
            font-weight: 400;
            letter-spacing: 1.5px;
            margin: 0 0 35px;
            color: #2E8BC0;
            text-transform: none; }
        .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration {
          padding: 0;
          margin: 0 !important;
          font-family: "Poppins", sans-serif; }
          @media screen and (max-width: 740px) {
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group {
              margin-left: 0;
              margin-right: 0; } }
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group label {
            font-weight: 400;
            font-family: "Poppins", sans-serif;
            padding: 0; }
          @media screen and (max-width: 740px) {
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .col-sm-10,
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .col-sm-4 {
              padding: 0; } }
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group input, .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group textarea {
            font-family: "Poppins", sans-serif;
            border: 1px solid #b0b0b0;
            padding: 10px;
            font-size: 15px;
            letter-spacing: 1px;
            border-radius: 0;
            color: #21201e; }
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .button,
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group input[type=submit],
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .btn.btn-default.cancel,
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .btn.btn-primary.submit {
            background: #00a8a8 !important;
            margin: 25px 0 0;
            text-transform: uppercase;
            color: #ffffff !important;
            border: 0;
            font-family: "Poppins", sans-serif;
            padding: 10px 20px;
            border-radius: 40px;
            font-size: 13px;
            line-height: 16px;
            font-weight: 700;
            letter-spacing: 1.25px;
            transition: all 0.3s ease;
            cursor: pointer; }
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .button:hover,
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group input[type=submit]:hover,
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .btn.btn-default.cancel:hover,
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .btn.btn-primary.submit:hover {
              background: #ffffff !important;
              color: #00a8a8 !important;
              transition: all 0.3s ease;
              box-shadow: 0px 0px 3px #b0b0b0;
              padding: 10px 30px;
              cursor: pointer; }
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .btn.btn-default.cancel {
            background: #ffffff !important;
            color: #00a8a8 !important;
            margin-right: 10px;
            box-shadow: 0px 0px 3px #b0b0b0; }
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group .btn.btn-default.cancel:hover {
              background: #ebebeb !important;
              color: #21201e !important; }
          @media screen and (max-width: 740px) {
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .form-group#passwordRow .col-sm-4 + label {
              margin-top: 15px; } }
          @media screen and (max-width: 740px) {
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration #passwordRow + .form-group .col-sm-4 + label {
              margin-top: 15px; } }
          .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .terms-and-conditions {
            font-family: "Poppins", sans-serif; }
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .terms-and-conditions .terms-agreement {
              font-family: "Poppins", sans-serif; }
            .product-page #main .section .container .public-registration .container-fluid .row .registration-form-cont form.registration .terms-and-conditions b {
              font-weight: 600;
              font-family: "Poppins", sans-serif; }
  .product-page #main .section .container .public-calendar,
  .product-page #main .section .container .list-times {
    left: auto !important; }
    .product-page #main .section .container .public-calendar .row,
    .product-page #main .section .container .list-times .row {
      padding: 0 !important;
      margin: 0 !important; }
    .product-page #main .section .container .public-calendar .teetime-search-filters,
    .product-page #main .section .container .list-times .teetime-search-filters {
      padding: 0; }
      .product-page #main .section .container .public-calendar .teetime-search-filters .col-xs-12,
      .product-page #main .section .container .list-times .teetime-search-filters .col-xs-12 {
        padding: 0; }
        .product-page #main .section .container .public-calendar .teetime-search-filters .col-xs-12 h3.resourceName,
        .product-page #main .section .container .list-times .teetime-search-filters .col-xs-12 h3.resourceName {
          padding: 0;
          font-size: 30px;
          line-height: 36px;
          font-weight: 400;
          letter-spacing: 1.5px;
          margin: 0 0 35px;
          color: #21201e;
          text-transform: none; }
      .product-page #main .section .container .public-calendar .teetime-search-filters .btn-wrapper .btn,
      .product-page #main .section .container .list-times .teetime-search-filters .btn-wrapper .btn {
        background: #00a8a8;
        color: #ffffff;
        border-radius: 40px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        letter-spacing: 1.25px;
        text-transform: uppercase;
        height: 36px;
        text-decoration: none;
        padding: 10px 20px;
        transition: all 0.3s ease;
        cursor: pointer; }
      .product-page #main .section .container .public-calendar .teetime-search-filters .btn-wrapper .registration-link .btn,
      .product-page #main .section .container .list-times .teetime-search-filters .btn-wrapper .registration-link .btn {
        background: #00a8a8;
        color: #ffffff;
        border-radius: 40px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        letter-spacing: 1.25px;
        text-transform: uppercase;
        height: 36px;
        text-decoration: none;
        padding: 10px 20px;
        transition: all 0.3s ease;
        cursor: pointer; }
        .product-page #main .section .container .public-calendar .teetime-search-filters .btn-wrapper .registration-link .btn.no-login,
        .product-page #main .section .container .list-times .teetime-search-filters .btn-wrapper .registration-link .btn.no-login {
          box-shadow: 0px 0px 3px #b0b0b0;
          background: #ffffff;
          color: #21201e;
          border: 0; }
          .product-page #main .section .container .public-calendar .teetime-search-filters .btn-wrapper .registration-link .btn.no-login strong,
          .product-page #main .section .container .list-times .teetime-search-filters .btn-wrapper .registration-link .btn.no-login strong {
            color: #00a8a8; }
      .product-page #main .section .container .public-calendar .teetime-search-filters .btn-wrapper .btn-user-wrapper #btn-login,
      .product-page #main .section .container .list-times .teetime-search-filters .btn-wrapper .btn-user-wrapper #btn-login {
        background: #00a8a8 !important;
        color: #ffffff !important;
        border: 0 !important; }
        .product-page #main .section .container .public-calendar .teetime-search-filters .btn-wrapper .btn-user-wrapper #btn-login:hover,
        .product-page #main .section .container .list-times .teetime-search-filters .btn-wrapper .btn-user-wrapper #btn-login:hover {
          background: #ffffff !important;
          color: #00a8a8 !important;
          box-shadow: 0px 0px 3px #b0b0b0; }
    .product-page #main .section .container .public-calendar .main-content.loaded,
    .product-page #main .section .container .list-times .main-content.loaded {
      padding: 0; }
      .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table,
      .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table {
        padding: 0 !important;
        font-family: "Poppins", sans-serif; }
        .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .table-heading,
        .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .table-heading {
          background: #f3f3f3; }
        .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .cell-heading,
        .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .cell-heading {
          background: #2E8BC0;
          padding: 0;
          transition: all 0.3s ease; }
          .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .cell-heading:hover,
          .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .cell-heading:hover {
            background: #00a8a8;
            cursor: pointer; }
          .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .cell-heading h3,
          .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .cell-heading h3 {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            margin: 10px 0 0; }
          .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .cell-heading p,
          .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .cell-heading p {
            font-size: 16px;
            color: #ffffff;
            font-family: "Poppins", sans-serif; }
          .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .cell-heading.cell-heading-today,
          .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .cell-heading.cell-heading-today {
            background: #00a8a8; }
            .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .cell-heading.cell-heading-today h3,
            .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .cell-heading.cell-heading-today h3 {
              color: #ffffff;
              margin: 0; }
        .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .row-wrapper,
        .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .row-wrapper {
          color: #21201e;
          background: #ebebeb; }
          .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .row-wrapper #no-rows,
          .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .row-wrapper #no-rows {
            background: #ebebeb; }
            .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .row-wrapper #no-rows p,
            .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .row-wrapper #no-rows p {
              color: #21201e; }
              .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .row-wrapper #no-rows p a,
              .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .row-wrapper #no-rows p a {
                color: #21201e !important;
                text-decoration: underline !important; }
                .product-page #main .section .container .public-calendar .main-content.loaded .teetime-fixtures-table .row-wrapper #no-rows p a:hover,
                .product-page #main .section .container .list-times .main-content.loaded .teetime-fixtures-table .row-wrapper #no-rows p a:hover {
                  cursor: pointer;
                  text-decoration: none !important; }
    .product-page #main .section .container .public-calendar .teetime-day-table,
    .product-page #main .section .container .list-times .teetime-day-table {
      padding-left: 0;
      padding-right: 0; }
    .product-page #main .section .container .public-calendar .filter-wrapper .btn-primary,
    .product-page #main .section .container .list-times .filter-wrapper .btn-primary {
      background: #00a8a8 !important;
      border: 1px solid #00a8a8 !important; }

#cart-slider-id .cart-slider-header .btn {
  background: #00a8a8 !important;
  border: 1px solid #00a8a8 !important; }

.modal .modal-header .btn-primary.confirm {
  background: #00a8a8 !important;
  border: 1px solid #00a8a8 !important;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  border-radius: 40px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.25px;
  margin: 0 0 0 10px; }
  .modal .modal-header .btn-primary.confirm:hover {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #00a8a8;
    transition: all 0.3s ease;
    cursor: pointer; }

/* Layout */
.product-page .ui-widget {
  font-family: "Poppins", sans-serif;
  font-size: 17px; }

.product-page #ui-datepicker-div .ui-datepicker-header {
  background: #00a8a8;
  color: #ffffff;
  font-weight: 600; }

/* Toggle content */
.toggle-container {
  width: 100%;
  margin: 0px auto 0;
  padding-top: 20px; }
  @media screen and (max-width: 600px) {
    .toggle-container {
      display: block; } }

.toggle {
  width: 48%;
  margin-right: 2%;
  margin-top: 40px;
  float: left;
  background: #f3f3f3;
  margin: 20px auto 0px; }
  .toggle.full-width {
    width: 100%; }
  .toggle.half {
    width: 48%;
    margin-right: 2%;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (max-width: 740px) {
      .toggle.half {
        width: 100%;
        margin: 0 auto 30px; } }
    .toggle.half:nth-of-type(2n+2) {
      margin-left: 2%;
      margin-right: 0; }
      @media screen and (max-width: 740px) {
        .toggle.half:nth-of-type(2n+2) {
          margin: 0 auto; } }
    .toggle.half p, .toggle.half li {
      font-size: 15px;
      line-height: 22px; }
      .toggle.half p a, .toggle.half li a {
        color: #21201e; }
  @media screen and (max-width: 600px) {
    .toggle {
      width: 100%;
      margin: 30px auto 0px !important; } }
  .toggle:nth-of-type(2n+2) {
    margin-left: 2%;
    margin-right: 0; }
  .toggle h3 {
    background: #66a4ad;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    margin: 0 auto !important; }
    @media screen and (max-width: 1024px) {
      .toggle h3 {
        font-size: 18px !important;
        line-height: 24px !important; } }
    @media screen and (max-width: 740px) {
      .toggle h3 {
        font-size: 16px !important;
        line-height: 22px !important; } }
  .toggle a {
    color: #21201e; }
  .toggle img.small {
    width: auto !important;
    height: auto !important; }
  .toggle .toggle-content {
    padding: 0px 0 20px;
    background: #f3f3f3;
    text-align: center; }
    .toggle .toggle-content .intro {
      padding: 20px 20px 0; }
    .toggle .toggle-content .more {
      position: relative;
      padding: 20px 20px 5px;
      text-align: center; }
      .toggle .toggle-content .more .read-more {
        background: #00a8a8;
        color: #ffffff;
        transition: all 0.3s ease;
        display: inline-block;
        border-radius: 30px;
        width: auto;
        height: 30px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        line-height: 30px;
        box-shadow: none;
        padding: 0 20px; }
        .toggle .toggle-content .more .read-more:hover {
          background: #ffffff;
          color: #00a8a8;
          transition: all 0.3s ease;
          cursor: pointer; }
      .toggle .toggle-content .more table {
        border-collapse: collapse;
        text-align: left;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        border: 1px solid #dddddd; }
        .toggle .toggle-content .more table thead tr th {
          background: #073030;
          color: #ffffff;
          padding: 10px;
          font-size: 16px !important; }
        .toggle .toggle-content .more table tbody tr td {
          padding: 5px 10px;
          vertical-align: top; }
        .toggle .toggle-content .more table tbody tr:nth-of-type(2n+2) td {
          background: #ffffff; }
      .toggle .toggle-content .more strong {
        font-weight: 600; }
      .toggle .toggle-content .more .aligncenter.size-medium {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto 20px !important; }
      .toggle .toggle-content .more p + ul {
        padding-top: 0; }
      .toggle .toggle-content .more .hidden {
        padding-top: 20px;
        text-align: left; }

/* Gallery Styles */
#content .gallery {
  overflow: hidden;
  /* 6 Columns */
  /* 5 Columns */
  /* 4 Columns */
  /* 3 Columns */
  /* 4 Columns */ }
  #content .gallery .gallery-item {
    height: auto; }
    #content .gallery .gallery-item .gallery-icon {
      overflow: hidden; }
      #content .gallery .gallery-item .gallery-icon a {
        height: auto;
        display: block; }
      #content .gallery .gallery-item .gallery-icon img {
        border: 0;
        width: 100% !important;
        height: auto !important; }
  #content .gallery.gallery-columns-6 .gallery-item {
    width: 15%;
    margin-right: 2%;
    height: 90px; }
    #content .gallery.gallery-columns-6 .gallery-item .gallery-icon {
      height: 90px; }
      #content .gallery.gallery-columns-6 .gallery-item .gallery-icon a {
        height: 90px; }
    #content .gallery.gallery-columns-6 .gallery-item:nth-child(7n+6) {
      margin-right: 0; }
    @media screen and (max-width: 740px) {
      #content .gallery.gallery-columns-6 .gallery-item {
        width: 32%;
        margin-right: 2%; }
        #content .gallery.gallery-columns-6 .gallery-item:nth-child(7n+3) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #content .gallery.gallery-columns-6 .gallery-item {
        width: 48%;
        margin-right: 4%; }
        #content .gallery.gallery-columns-6 .gallery-item:nth-child(7n+2) {
          margin-right: 0; }
        #content .gallery.gallery-columns-6 .gallery-item:nth-child(7n+3) {
          margin-right: 4%; }
        #content .gallery.gallery-columns-6 .gallery-item:nth-child(7n+4) {
          margin-right: 0; } }
  @media screen and (max-width: 1400px) {
    #content .gallery.gallery-columns-6 .gallery-item,
    #content .gallery.gallery-columns-6 .gallery-icon,
    #content .gallery.gallery-columns-6 .gallery-icon a {
      height: 70px; } }
  @media screen and (max-width: 1200px) {
    #content .gallery.gallery-columns-6 .gallery-item,
    #content .gallery.gallery-columns-6 .gallery-icon,
    #content .gallery.gallery-columns-6 .gallery-icon a {
      height: auto !important; } }
  #content .gallery.gallery-columns-5 br {
    display: none; }
  #content .gallery.gallery-columns-5 .gallery-item {
    width: 18%;
    margin-right: 2.5%;
    height: 100px; }
    #content .gallery.gallery-columns-5 .gallery-item .gallery-icon {
      height: 100px; }
      #content .gallery.gallery-columns-5 .gallery-item .gallery-icon a {
        height: 100px; }
    #content .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
      margin-right: 0; }
    @media screen and (max-width: 740px) {
      #content .gallery.gallery-columns-5 .gallery-item {
        width: 32%;
        margin-right: 2%; }
        #content .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
          margin-right: 2%; }
        #content .gallery.gallery-columns-5 .gallery-item:nth-of-type(3n+3) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #content .gallery.gallery-columns-5 .gallery-item {
        width: 48%; }
        #content .gallery.gallery-columns-5 .gallery-item:nth-of-type(2n+1) {
          margin-right: 4%; }
        #content .gallery.gallery-columns-5 .gallery-item:nth-of-type(2n+2) {
          margin-right: 0; } }
  @media screen and (max-width: 1400px) {
    #content .gallery.gallery-columns-5 .gallery-item,
    #content .gallery.gallery-columns-5 .gallery-icon,
    #content .gallery.gallery-columns-5 .gallery-icon a {
      height: 90px; } }
  @media screen and (max-width: 1200px) {
    #content .gallery.gallery-columns-5 .gallery-item,
    #content .gallery.gallery-columns-5 .gallery-icon,
    #content .gallery.gallery-columns-5 .gallery-icon a {
      height: auto !important; } }
  #content .gallery.gallery-columns-4 br {
    display: none; }
  #content .gallery.gallery-columns-4 .gallery-item {
    width: 23.5%;
    margin-right: 2%;
    height: 140px; }
    #content .gallery.gallery-columns-4 .gallery-item .gallery-icon {
      height: 140px; }
      #content .gallery.gallery-columns-4 .gallery-item .gallery-icon a {
        height: 140px; }
    #content .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
      margin-right: 0; }
    @media screen and (max-width: 740px) {
      #content .gallery.gallery-columns-4 .gallery-item {
        width: 32%;
        margin-right: 2%; }
        #content .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
          margin-right: 2%; }
        #content .gallery.gallery-columns-4 .gallery-item:nth-of-type(3n+3) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #content .gallery.gallery-columns-4 .gallery-item {
        width: 48%; }
        #content .gallery.gallery-columns-4 .gallery-item:nth-of-type(2n+1) {
          margin-right: 4%; }
        #content .gallery.gallery-columns-4 .gallery-item:nth-of-type(2n+2) {
          margin-right: 0; } }
  @media screen and (max-width: 1400px) {
    #content .gallery.gallery-columns-4 .gallery-item,
    #content .gallery.gallery-columns-4 .gallery-icon,
    #content .gallery.gallery-columns-4 .gallery-icon a {
      height: 110px; } }
  @media screen and (max-width: 1200px) {
    #content .gallery.gallery-columns-4 .gallery-item,
    #content .gallery.gallery-columns-4 .gallery-icon,
    #content .gallery.gallery-columns-4 .gallery-icon a {
      height: auto !important; } }
  #content .gallery.gallery-columns-3 br {
    display: none; }
  #content .gallery.gallery-columns-3 .gallery-item {
    width: 32%;
    margin-right: 2%;
    height: 180px; }
    #content .gallery.gallery-columns-3 .gallery-item .gallery-icon {
      height: 180px; }
      #content .gallery.gallery-columns-3 .gallery-item .gallery-icon a {
        height: 180px; }
    #content .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
      margin-right: 0; }
    @media screen and (max-width: 740px) {
      #content .gallery.gallery-columns-3 .gallery-item:nth-of-type(4n+4) {
        margin-right: 2%; }
      #content .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
        margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #content .gallery.gallery-columns-3 .gallery-item {
        width: 48%; }
        #content .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n+1) {
          margin-right: 4%; }
        #content .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n+2) {
          margin-right: 0; } }
  @media screen and (max-width: 1400px) {
    #content .gallery.gallery-columns-3 .gallery-item,
    #content .gallery.gallery-columns-3 .gallery-icon,
    #content .gallery.gallery-columns-3 .gallery-icon a {
      height: 150px; } }
  @media screen and (max-width: 1200px) {
    #content .gallery.gallery-columns-3 .gallery-item,
    #content .gallery.gallery-columns-3 .gallery-icon,
    #content .gallery.gallery-columns-3 .gallery-icon a {
      height: auto !important; } }
  #content .gallery.gallery-columns-2 br {
    display: none; }
  #content .gallery.gallery-columns-2 .gallery-item {
    width: 48%;
    margin-right: 4%;
    height: 310px; }
    #content .gallery.gallery-columns-2 .gallery-item .gallery-icon {
      height: 290px; }
      #content .gallery.gallery-columns-2 .gallery-item .gallery-icon a {
        height: 290px; }
    #content .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
      margin-right: 0; }
  @media screen and (max-width: 1400px) {
    #content .gallery.gallery-columns-2 .gallery-item,
    #content .gallery.gallery-columns-2 .gallery-icon,
    #content .gallery.gallery-columns-2 .gallery-icon a {
      height: 220px; } }
  @media screen and (max-width: 1200px) {
    #content .gallery.gallery-columns-2 .gallery-item,
    #content .gallery.gallery-columns-2 .gallery-icon,
    #content .gallery.gallery-columns-2 .gallery-icon a {
      height: auto !important; } }

#content.full .gallery.gallery-columns-4 .gallery-item,
#content.full .gallery.gallery-columns-4 .gallery-icon,
#content.full .gallery.gallery-columns-4 .gallery-icon a {
  height: 200px; }

@media screen and (max-width: 740px) {
  #content.full .gallery.gallery-columns-4 .gallery-item {
    width: 48%;
    margin-right: 4%;
    height: 310px; } }

@media screen and (max-width: 740px) {
  #content.full .gallery.gallery-columns-4 .gallery-item .gallery-icon {
    height: 290px; } }

@media screen and (max-width: 740px) {
  #content.full .gallery.gallery-columns-4 .gallery-item .gallery-icon a {
    height: 290px; } }

@media screen and (max-width: 740px) {
  #content.full .gallery.gallery-columns-4 .gallery-item:nth-of-type(2n+2) {
    margin-right: 0; } }

@media screen and (max-width: 1400px) {
  #content.full .gallery.gallery-columns-4 .gallery-item,
  #content.full .gallery.gallery-columns-4 .gallery-icon,
  #content.full .gallery.gallery-columns-4 .gallery-icon a {
    height: 220px; } }

@media screen and (max-width: 1200px) {
  #content.full .gallery.gallery-columns-4 .gallery-item,
  #content.full .gallery.gallery-columns-4 .gallery-icon,
  #content.full .gallery.gallery-columns-4 .gallery-icon a {
    height: auto !important; } }

#content.full .gallery.gallery-columns-3 .gallery-item,
#content.full .gallery.gallery-columns-3 .gallery-icon,
#content.full .gallery.gallery-columns-3 .gallery-icon a {
  height: 250px; }

@media screen and (max-width: 740px) {
  #content.full .gallery.gallery-columns-3 .gallery-item {
    width: 48%;
    margin-right: 4%;
    height: 310px; } }

@media screen and (max-width: 740px) {
  #content.full .gallery.gallery-columns-3 .gallery-item .gallery-icon {
    height: 290px; } }

@media screen and (max-width: 740px) {
  #content.full .gallery.gallery-columns-3 .gallery-item .gallery-icon a {
    height: 290px; } }

@media screen and (max-width: 740px) {
  #content.full .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n+2) {
    margin-right: 0; } }

@media screen and (max-width: 1400px) {
  #content.full .gallery.gallery-columns-3 .gallery-item,
  #content.full .gallery.gallery-columns-3 .gallery-icon,
  #content.full .gallery.gallery-columns-3 .gallery-icon a {
    height: 220px; } }

@media screen and (max-width: 1200px) {
  #content.full .gallery.gallery-columns-3 .gallery-item,
  #content.full .gallery.gallery-columns-3 .gallery-icon,
  #content.full .gallery.gallery-columns-3 .gallery-icon a {
    height: auto !important; } }

/* Members Area */
html,
body.product-page {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  color: #21201e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Members Home */
.page-template-page-members #main .section .container #sidebar,
.page-template-page-members-options #main .section .container #sidebar,
.product-page #main .section .container #sidebar {
  width: 22%; }
  @media screen and (max-width: 960px) {
    .page-template-page-members #main .section .container #sidebar,
    .page-template-page-members-options #main .section .container #sidebar,
    .product-page #main .section .container #sidebar {
      width: 100%; } }
  @media screen and (max-width: 740px) {
    .page-template-page-members #main .section .container #sidebar,
    .page-template-page-members-options #main .section .container #sidebar,
    .product-page #main .section .container #sidebar {
      padding-bottom: 40px;
      padding-top: 0; } }
  .page-template-page-members #main .section .container #sidebar .sidebar-content,
  .page-template-page-members-options #main .section .container #sidebar .sidebar-content,
  .product-page #main .section .container #sidebar .sidebar-content {
    overflow: hidden; }
    @media screen and (max-width: 740px) {
      .page-template-page-members #main .section .container #sidebar .sidebar-content,
      .page-template-page-members-options #main .section .container #sidebar .sidebar-content,
      .product-page #main .section .container #sidebar .sidebar-content {
        padding-top: 20px; } }
    @media screen and (max-width: 960px) {
      .page-template-page-members #main .section .container #sidebar .sidebar-content .buttons,
      .page-template-page-members-options #main .section .container #sidebar .sidebar-content .buttons,
      .product-page #main .section .container #sidebar .sidebar-content .buttons {
        width: 45%;
        float: left; } }
    @media screen and (max-width: 960px) {
      .page-template-page-members #main .section .container #sidebar .sidebar-content .buttons,
      .page-template-page-members-options #main .section .container #sidebar .sidebar-content .buttons,
      .product-page #main .section .container #sidebar .sidebar-content .buttons {
        width: 100%;
        float: none; } }
    .page-template-page-members #main .section .container #sidebar .sidebar-content .buttons a,
    .page-template-page-members-options #main .section .container #sidebar .sidebar-content .buttons a,
    .product-page #main .section .container #sidebar .sidebar-content .buttons a {
      display: block;
      background: #66a4ad;
      color: #ffffff;
      padding: 10px;
      text-decoration: none;
      margin-bottom: 5px;
      text-align: center;
      font-size: 20px;
      transition: all 0.3s ease; }
      .page-template-page-members #main .section .container #sidebar .sidebar-content .buttons a:hover,
      .page-template-page-members-options #main .section .container #sidebar .sidebar-content .buttons a:hover,
      .product-page #main .section .container #sidebar .sidebar-content .buttons a:hover {
        background: #073030; }
    .page-template-page-members #main .section .container #sidebar .sidebar-content .events,
    .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events,
    .product-page #main .section .container #sidebar .sidebar-content .events {
      width: 100%;
      padding-top: 50px; }
      @media screen and (max-width: 960px) {
        .page-template-page-members #main .section .container #sidebar .sidebar-content .events,
        .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events,
        .product-page #main .section .container #sidebar .sidebar-content .events {
          width: 100%;
          float: none;
          padding-top: 30px; } }
      .page-template-page-members #main .section .container #sidebar .sidebar-content .events h3,
      .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events h3,
      .product-page #main .section .container #sidebar .sidebar-content .events h3 {
        margin: 0 0 20px;
        font-size: 20px; }
      .page-template-page-members #main .section .container #sidebar .sidebar-content .events .eo-events,
      .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events .eo-events,
      .product-page #main .section .container #sidebar .sidebar-content .events .eo-events {
        margin: 0;
        padding: 0; }
        .page-template-page-members #main .section .container #sidebar .sidebar-content .events .eo-events li .event,
        .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events .eo-events li .event,
        .product-page #main .section .container #sidebar .sidebar-content .events .eo-events li .event {
          padding: 10px 0 0; }
          .page-template-page-members #main .section .container #sidebar .sidebar-content .events .eo-events li .event h4,
          .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events .eo-events li .event h4,
          .product-page #main .section .container #sidebar .sidebar-content .events .eo-events li .event h4 {
            text-transform: none;
            margin: 10px 0;
            letter-spacing: 0.5px;
            font-size: 18px; }
          .page-template-page-members #main .section .container #sidebar .sidebar-content .events .eo-events li .event .date,
          .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events .eo-events li .event .date,
          .product-page #main .section .container #sidebar .sidebar-content .events .eo-events li .event .date {
            color: #b0b0b0;
            font-size: 12px;
            line-height: 14px;
            font-weight: 700;
            text-transform: uppercase;
            display: block; }
          .page-template-page-members #main .section .container #sidebar .sidebar-content .events .eo-events li .event p,
          .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events .eo-events li .event p,
          .product-page #main .section .container #sidebar .sidebar-content .events .eo-events li .event p {
            margin: 0; }
          .page-template-page-members #main .section .container #sidebar .sidebar-content .events .eo-events li .event a,
          .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events .eo-events li .event a,
          .product-page #main .section .container #sidebar .sidebar-content .events .eo-events li .event a {
            padding: 0 0 15px; }
            .page-template-page-members #main .section .container #sidebar .sidebar-content .events .eo-events li .event a .read_more_link,
            .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events .eo-events li .event a .read_more_link,
            .product-page #main .section .container #sidebar .sidebar-content .events .eo-events li .event a .read_more_link {
              font-size: 11px;
              font-weight: 700;
              letter-spacing: 0.5px;
              text-transform: uppercase;
              text-decoration: underline;
              transition: all 0.3s ease; }
              .page-template-page-members #main .section .container #sidebar .sidebar-content .events .eo-events li .event a .read_more_link .fa,
              .page-template-page-members-options #main .section .container #sidebar .sidebar-content .events .eo-events li .event a .read_more_link .fa,
              .product-page #main .section .container #sidebar .sidebar-content .events .eo-events li .event a .read_more_link .fa {
                padding-left: 5px; }
  .page-template-page-members #main .section .container #sidebar #members-btn,
  .page-template-page-members-options #main .section .container #sidebar #members-btn,
  .product-page #main .section .container #sidebar #members-btn {
    display: none; }
    @media screen and (max-width: 740px) {
      .page-template-page-members #main .section .container #sidebar #members-btn,
      .page-template-page-members-options #main .section .container #sidebar #members-btn,
      .product-page #main .section .container #sidebar #members-btn {
        display: block;
        background: #66a4ad;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 0px; }
        .page-template-page-members #main .section .container #sidebar #members-btn:hover,
        .page-template-page-members-options #main .section .container #sidebar #members-btn:hover,
        .product-page #main .section .container #sidebar #members-btn:hover {
          background: #2E8BC0;
          color: #000000; } }

@media screen and (max-width: 480px) {
  .page-template-page-members #main .section .container #content .archive-content .image-wrap,
  .page-template-page-members-options #main .section .container #content .archive-content .image-wrap,
  .product-page #main .section .container #content .archive-content .image-wrap {
    float: none;
    width: 100%;
    margin: 20px auto 10px; } }

.page-template-page-members #main .section .container #content .archives-wrap,
.page-template-page-members-options #main .section .container #content .archives-wrap,
.product-page #main .section .container #content .archives-wrap {
  /* Tabbed News */ }
  .page-template-page-members #main .section .container #content .archives-wrap.tabbed .tabs,
  .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed .tabs,
  .product-page #main .section .container #content .archives-wrap.tabbed .tabs {
    background: #c4dfe6; }
    .page-template-page-members #main .section .container #content .archives-wrap.tabbed .tabs button,
    .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed .tabs button,
    .product-page #main .section .container #content .archives-wrap.tabbed .tabs button {
      background: #c4dfe6;
      border: 0;
      font-size: 17px;
      color: #000000;
      font-family: "Poppins", sans-serif;
      padding: 10px 20px;
      transition: all 0.3s ease;
      cursor: pointer; }
      @media screen and (max-width: 480px) {
        .page-template-page-members #main .section .container #content .archives-wrap.tabbed .tabs button,
        .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed .tabs button,
        .product-page #main .section .container #content .archives-wrap.tabbed .tabs button {
          display: block;
          border-bottom: 1px solid #ffffff;
          width: 100%; } }
      .page-template-page-members #main .section .container #content .archives-wrap.tabbed .tabs button:hover,
      .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed .tabs button:hover,
      .product-page #main .section .container #content .archives-wrap.tabbed .tabs button:hover {
        background: #66a4ad;
        color: #ffffff; }
      .page-template-page-members #main .section .container #content .archives-wrap.tabbed .tabs button.active,
      .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed .tabs button.active,
      .product-page #main .section .container #content .archives-wrap.tabbed .tabs button.active {
        background: #66a4ad;
        color: #ffffff; }
      .page-template-page-members #main .section .container #content .archives-wrap.tabbed .tabs button:focus,
      .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed .tabs button:focus,
      .product-page #main .section .container #content .archives-wrap.tabbed .tabs button:focus {
        outline: 0; }
  @media screen and (max-width: 740px) {
    .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news,
    .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news,
    .product-page #main .section .container #content .archives-wrap.tabbed #news {
      width: 80%;
      margin: 0 auto;
      padding-top: 20px; } }
  @media screen and (max-width: 480px) {
    .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news,
    .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news,
    .product-page #main .section .container #content .archives-wrap.tabbed #news {
      width: 90%; } }
  .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item,
  .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item,
  .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item {
    overflow: hidden; }
    .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content,
    .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content,
    .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content {
      padding: 30px 0;
      border-bottom: 4px solid #ebebeb;
      margin-bottom: 0px;
      overflow: hidden; }
      .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap,
      .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap,
      .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap {
        width: 40%; }
        @media screen and (max-width: 740px) {
          .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap,
          .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap,
          .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap {
            width: 100%;
            float: none;
            margin: 0 auto 24px; } }
        .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap img,
        .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap img,
        .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap img {
          display: block;
          width: 100%;
          height: auto; }
      .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content,
      .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content,
      .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content {
        float: left;
        width: 55%; }
        @media screen and (max-width: 740px) {
          .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content,
          .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content,
          .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content {
            width: 100%;
            float: none;
            margin: 0 auto;
            text-align: center; } }
        .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .date,
        .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .date,
        .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .date {
          color: #b0b0b0;
          font-size: 12px;
          line-height: 14px;
          font-weight: 700;
          text-transform: uppercase; }
          .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .date .post-edit-link,
          .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .date .post-edit-link,
          .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .date .post-edit-link {
            color: #b0b0b0; }
        .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content h2,
        .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content h2,
        .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content h2 {
          text-transform: none;
          letter-spacing: 0.5px !important;
          margin: 20px 0 !important; }
          @media screen and (max-width: 740px) {
            .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content h2,
            .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content h2,
            .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content h2 {
              margin: 8px 0 20px !important;
              text-transform: uppercase;
              font-size: 18px;
              line-height: 22px; } }
        @media screen and (max-width: 480px) {
          .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content p,
          .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content p,
          .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content p {
            text-align: left; } }
        .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link,
        .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link,
        .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 13px;
          letter-spacing: 0.5px;
          margin-bottom: 10px;
          display: block;
          text-decoration: underline;
          color: #21201e; }
          .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link .fa,
          .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link .fa,
          .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link .fa {
            padding-left: 5px; }
          .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link:hover,
          .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link:hover,
          .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link:hover {
            text-decoration: none; }
  .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .no-posts,
  .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .no-posts,
  .product-page #main .section .container #content .archives-wrap.tabbed #news .no-posts {
    padding: 30px 0; }
  .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-link,
  .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-link,
  .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-link {
    display: block;
    margin-top: 30px; }
    @media screen and (max-width: 740px) {
      .page-template-page-members #main .section .container #content .archives-wrap.tabbed #news .archive-link,
      .page-template-page-members-options #main .section .container #content .archives-wrap.tabbed #news .archive-link,
      .product-page #main .section .container #content .archives-wrap.tabbed #news .archive-link {
        text-align: center;
        margin: 30px auto 0; } }

/* Members News */
.page-template-page-members-news #main .section .container,
.archive #main .section .container,
.category #main .section .container {
  padding-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .page-template-page-members-news #main .section .container,
    .archive #main .section .container,
    .category #main .section .container {
      padding-bottom: 30px; } }
  .page-template-page-members-news #main .section .container #sidebar label,
  .archive #main .section .container #sidebar label,
  .category #main .section .container #sidebar label {
    display: none; }
  .page-template-page-members-news #main .section .container #sidebar #members-btn,
  .archive #main .section .container #sidebar #members-btn,
  .category #main .section .container #sidebar #members-btn {
    display: none; }
    @media screen and (max-width: 740px) {
      .page-template-page-members-news #main .section .container #sidebar #members-btn,
      .archive #main .section .container #sidebar #members-btn,
      .category #main .section .container #sidebar #members-btn {
        display: block;
        background: #2E8BC0;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 0px; }
        .page-template-page-members-news #main .section .container #sidebar #members-btn:hover,
        .archive #main .section .container #sidebar #members-btn:hover,
        .category #main .section .container #sidebar #members-btn:hover {
          background: #2E8BC0; } }
  .page-template-page-members-news #main .section .container #sidebar select,
  .archive #main .section .container #sidebar select,
  .category #main .section .container #sidebar select {
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    width: 100%;
    padding: 10px;
    color: #21201e;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .page-template-page-members-news #main .section .container #sidebar select option,
    .archive #main .section .container #sidebar select option,
    .category #main .section .container #sidebar select option {
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 22px;
      letter-spacing: 0.5px; }
  .page-template-page-members-news #main .section .container #sidebar .select-wrapper,
  .archive #main .section .container #sidebar .select-wrapper,
  .category #main .section .container #sidebar .select-wrapper {
    position: relative; }
  .page-template-page-members-news #main .section .container #sidebar .select-wrapper:after,
  .archive #main .section .container #sidebar .select-wrapper:after,
  .category #main .section .container #sidebar .select-wrapper:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 28px;
    position: absolute;
    top: 12px;
    right: 20px;
    color: #434B67;
    pointer-events: none; }
  .page-template-page-members-news #main .section .container #sidebar select::-ms-expand,
  .archive #main .section .container #sidebar select::-ms-expand,
  .category #main .section .container #sidebar select::-ms-expand {
    display: none; }
  .page-template-page-members-news #main .section .container .featured,
  .archive #main .section .container .featured,
  .category #main .section .container .featured {
    width: 65.8%;
    float: right; }
    @media screen and (max-width: 1200px) {
      .page-template-page-members-news #main .section .container .featured,
      .archive #main .section .container .featured,
      .category #main .section .container .featured {
        width: 73%; } }
    @media screen and (max-width: 960px) {
      .page-template-page-members-news #main .section .container .featured,
      .archive #main .section .container .featured,
      .category #main .section .container .featured {
        width: 100%;
        float: none; } }
    .page-template-page-members-news #main .section .container .featured .soliloquy-outer-container h2,
    .archive #main .section .container .featured .soliloquy-outer-container h2,
    .category #main .section .container .featured .soliloquy-outer-container h2 {
      font-size: 26px !important;
      text-transform: none;
      line-height: 30px !important;
      margin: 0;
      color: #fff;
      padding: 0;
      letter-spacing: 0.5px;
      margin-top: 0 !important; }
      .page-template-page-members-news #main .section .container .featured .soliloquy-outer-container h2 a,
      .archive #main .section .container .featured .soliloquy-outer-container h2 a,
      .category #main .section .container .featured .soliloquy-outer-container h2 a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600; }
      .page-template-page-members-news #main .section .container .featured .soliloquy-outer-container h2 p,
      .archive #main .section .container .featured .soliloquy-outer-container h2 p,
      .category #main .section .container .featured .soliloquy-outer-container h2 p {
        line-height: 24px; }
    .page-template-page-members-news #main .section .container .featured .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside,
    .archive #main .section .container .featured .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside,
    .category #main .section .container .featured .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
      padding: 40px; }
    @media screen and (max-width: 600px) {
      .page-template-page-members-news #main .section .container .featured .soliloquy-caption.soliloquy-caption-mobile,
      .archive #main .section .container .featured .soliloquy-caption.soliloquy-caption-mobile,
      .category #main .section .container .featured .soliloquy-caption.soliloquy-caption-mobile {
        bottom: auto;
        position: relative; } }
    @media screen and (max-width: 600px) {
      .page-template-page-members-news #main .section .container .featured .soliloquy-caption.soliloquy-caption-mobile .soliloquy-caption-inside,
      .archive #main .section .container .featured .soliloquy-caption.soliloquy-caption-mobile .soliloquy-caption-inside,
      .category #main .section .container .featured .soliloquy-caption.soliloquy-caption-mobile .soliloquy-caption-inside {
        background: #2E8BC0;
        opacity: 1; } }
    .page-template-page-members-news #main .section .container .featured .soliloquy-fc-content p,
    .archive #main .section .container .featured .soliloquy-fc-content p,
    .category #main .section .container .featured .soliloquy-fc-content p {
      font-size: 17px;
      line-height: 24px;
      position: relative; }
    .page-template-page-members-news #main .section .container .featured .soliloquy-fc-content .read_more_link,
    .archive #main .section .container .featured .soliloquy-fc-content .read_more_link,
    .category #main .section .container .featured .soliloquy-fc-content .read_more_link {
      display: none; }
    .page-template-page-members-news #main .section .container .featured .soliloquy-fc-content .soliloquy-fc-read-more,
    .archive #main .section .container .featured .soliloquy-fc-content .soliloquy-fc-read-more,
    .category #main .section .container .featured .soliloquy-fc-content .soliloquy-fc-read-more {
      transition: all 0.3s ease;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      margin-bottom: 10px;
      color: #ffffff !important; }
  .page-template-page-members-news #main .section .container .news,
  .archive #main .section .container .news,
  .category #main .section .container .news {
    background: transparent;
    margin-bottom: 0px; }
    .page-template-page-members-news #main .section .container .news .posts,
    .archive #main .section .container .news .posts,
    .category #main .section .container .news .posts {
      overflow: hidden;
      list-style: none;
      width: 100%;
      float: none;
      margin: 0;
      position: relative;
      /* Pagination */ }
      .page-template-page-members-news #main .section .container .news .posts .post-categories,
      .archive #main .section .container .news .posts .post-categories,
      .category #main .section .container .news .posts .post-categories {
        display: none; }
      .page-template-page-members-news #main .section .container .news .posts .post,
      .archive #main .section .container .news .posts .post,
      .category #main .section .container .news .posts .post {
        width: 31.62%;
        float: left;
        margin: 0 auto 40px;
        position: relative;
        background: #66a4ad;
        height: 280px;
        overflow: hidden; }
        @media screen and (max-width: 1500px) {
          .page-template-page-members-news #main .section .container .news .posts .post,
          .archive #main .section .container .news .posts .post,
          .category #main .section .container .news .posts .post {
            height: 220px; } }
        @media screen and (max-width: 1200px) {
          .page-template-page-members-news #main .section .container .news .posts .post,
          .archive #main .section .container .news .posts .post,
          .category #main .section .container .news .posts .post {
            width: 48%; } }
        @media screen and (max-width: 960px) {
          .page-template-page-members-news #main .section .container .news .posts .post,
          .archive #main .section .container .news .posts .post,
          .category #main .section .container .news .posts .post {
            height: 200px; } }
        @media screen and (max-width: 740px) {
          .page-template-page-members-news #main .section .container .news .posts .post,
          .archive #main .section .container .news .posts .post,
          .category #main .section .container .news .posts .post {
            padding-top: 0;
            width: 100%;
            height: 330px; } }
        @media screen and (max-width: 600px) {
          .page-template-page-members-news #main .section .container .news .posts .post,
          .archive #main .section .container .news .posts .post,
          .category #main .section .container .news .posts .post {
            height: 220px; } }
        .page-template-page-members-news #main .section .container .news .posts .post:nth-of-type(3n+2),
        .archive #main .section .container .news .posts .post:nth-of-type(3n+2),
        .category #main .section .container .news .posts .post:nth-of-type(3n+2) {
          margin: 0 2.56% 40px; }
          @media screen and (max-width: 1200px) {
            .page-template-page-members-news #main .section .container .news .posts .post:nth-of-type(3n+2),
            .archive #main .section .container .news .posts .post:nth-of-type(3n+2),
            .category #main .section .container .news .posts .post:nth-of-type(3n+2) {
              margin: 0 0 40px; } }
        @media screen and (max-width: 1200px) {
          .page-template-page-members-news #main .section .container .news .posts .post:nth-of-type(2n+2),
          .archive #main .section .container .news .posts .post:nth-of-type(2n+2),
          .category #main .section .container .news .posts .post:nth-of-type(2n+2) {
            margin-left: 4%; } }
        @media screen and (max-width: 740px) {
          .page-template-page-members-news #main .section .container .news .posts .post:nth-of-type(2n+2),
          .archive #main .section .container .news .posts .post:nth-of-type(2n+2),
          .category #main .section .container .news .posts .post:nth-of-type(2n+2) {
            margin-left: 0; } }
        .page-template-page-members-news #main .section .container .news .posts .post img,
        .archive #main .section .container .news .posts .post img,
        .category #main .section .container .news .posts .post img {
          width: 100% !important;
          height: auto;
          display: block;
          transition: all 0.3s ease;
          opacity: 0.5;
          margin: 0 auto; }
        .page-template-page-members-news #main .section .container .news .posts .post .post-content,
        .archive #main .section .container .news .posts .post .post-content,
        .category #main .section .container .news .posts .post .post-content {
          padding: 0;
          background: transparent;
          text-align: left;
          position: absolute;
          width: 100%;
          bottom: 30px;
          border: 0; }
          .page-template-page-members-news #main .section .container .news .posts .post .post-content .date,
          .archive #main .section .container .news .posts .post .post-content .date,
          .category #main .section .container .news .posts .post .post-content .date {
            color: #ffffff;
            font-size: 12px;
            line-height: 14px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: left;
            float: left;
            padding-left: 40px;
            clear: both;
            display: block;
            width: 70%; }
            @media screen and (max-width: 1500px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content .date,
              .archive #main .section .container .news .posts .post .post-content .date,
              .category #main .section .container .news .posts .post .post-content .date {
                padding-left: 30px;
                font-size: 11px; } }
            @media screen and (max-width: 960px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content .date,
              .archive #main .section .container .news .posts .post .post-content .date,
              .category #main .section .container .news .posts .post .post-content .date {
                padding-left: 20px;
                font-size: 11px;
                margin-bottom: 10px; } }
            @media screen and (max-width: 740px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content .date,
              .archive #main .section .container .news .posts .post .post-content .date,
              .category #main .section .container .news .posts .post .post-content .date {
                padding-left: 30px;
                margin-bottom: 5px; } }
            @media screen and (max-width: 600px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content .date,
              .archive #main .section .container .news .posts .post .post-content .date,
              .category #main .section .container .news .posts .post .post-content .date {
                padding-left: 20px;
                font-size: 11px;
                margin-bottom: 10px; } }
          .page-template-page-members-news #main .section .container .news .posts .post .post-content h3,
          .archive #main .section .container .news .posts .post .post-content h3,
          .category #main .section .container .news .posts .post .post-content h3 {
            font-size: 26px !important;
            text-transform: none;
            line-height: 30px !important;
            margin: 10px 0 !important;
            float: none;
            color: #fff;
            padding: 0 0 0 40px;
            padding-top: 10px;
            width: 70%;
            letter-spacing: 0.5px; }
            @media screen and (max-width: 1500px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content h3,
              .archive #main .section .container .news .posts .post .post-content h3,
              .category #main .section .container .news .posts .post .post-content h3 {
                padding-left: 30px;
                font-size: 22px !important;
                line-height: 26px !important; } }
            @media screen and (max-width: 960px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content h3,
              .archive #main .section .container .news .posts .post .post-content h3,
              .category #main .section .container .news .posts .post .post-content h3 {
                padding-left: 20px;
                font-size: 19px !important;
                line-height: 24px !important;
                margin: 0 !important; } }
            @media screen and (max-width: 740px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content h3,
              .archive #main .section .container .news .posts .post .post-content h3,
              .category #main .section .container .news .posts .post .post-content h3 {
                padding-left: 30px;
                font-size: 22px !important;
                line-height: 26px !important;
                margin: 0 !important; } }
            @media screen and (max-width: 600px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content h3,
              .archive #main .section .container .news .posts .post .post-content h3,
              .category #main .section .container .news .posts .post .post-content h3 {
                padding-left: 20px;
                font-size: 19px !important;
                line-height: 24px !important;
                margin: 0 !important; } }
            .page-template-page-members-news #main .section .container .news .posts .post .post-content h3 a,
            .archive #main .section .container .news .posts .post .post-content h3 a,
            .category #main .section .container .news .posts .post .post-content h3 a {
              color: #ffffff !important;
              text-decoration: none;
              font-weight: 600; }
          .page-template-page-members-news #main .section .container .news .posts .post .post-content p.read_more_link,
          .archive #main .section .container .news .posts .post .post-content p.read_more_link,
          .category #main .section .container .news .posts .post .post-content p.read_more_link {
            background: #fff;
            padding: 10px 10px;
            text-align: right;
            width: 135px;
            position: absolute;
            right: 0;
            bottom: -40px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 0.5;
            margin-bottom: 10px; }
            @media screen and (max-width: 960px) {
              .page-template-page-members-news #main .section .container .news .posts .post .post-content p.read_more_link,
              .archive #main .section .container .news .posts .post .post-content p.read_more_link,
              .category #main .section .container .news .posts .post .post-content p.read_more_link {
                font-size: 11px;
                width: 115px; } }
            .page-template-page-members-news #main .section .container .news .posts .post .post-content p.read_more_link a,
            .archive #main .section .container .news .posts .post .post-content p.read_more_link a,
            .category #main .section .container .news .posts .post .post-content p.read_more_link a {
              text-decoration: none; }
            .page-template-page-members-news #main .section .container .news .posts .post .post-content p.read_more_link .fa,
            .archive #main .section .container .news .posts .post .post-content p.read_more_link .fa,
            .category #main .section .container .news .posts .post .post-content p.read_more_link .fa {
              padding-left: 5px; }
            .page-template-page-members-news #main .section .container .news .posts .post .post-content p.read_more_link:hover,
            .archive #main .section .container .news .posts .post .post-content p.read_more_link:hover,
            .category #main .section .container .news .posts .post .post-content p.read_more_link:hover {
              padding: 10px 0 10px 15px;
              width: 115px;
              transition: all 0.3s ease; }
              @media screen and (max-width: 960px) {
                .page-template-page-members-news #main .section .container .news .posts .post .post-content p.read_more_link:hover,
                .archive #main .section .container .news .posts .post .post-content p.read_more_link:hover,
                .category #main .section .container .news .posts .post .post-content p.read_more_link:hover {
                  font-size: 11px;
                  padding: 10px 0 10px 15px;
                  width: 105px; } }
        .page-template-page-members-news #main .section .container .news .posts .post:hover img,
        .archive #main .section .container .news .posts .post:hover img,
        .category #main .section .container .news .posts .post:hover img {
          opacity: 1; }
      .page-template-page-members-news #main .section .container .news .posts .post-nav,
      .archive #main .section .container .news .posts .post-nav,
      .category #main .section .container .news .posts .post-nav {
        transition: all 0.3s ease; }
        @media screen and (max-width: 1024px) {
          .page-template-page-members-news #main .section .container .news .posts .post-nav,
          .archive #main .section .container .news .posts .post-nav,
          .category #main .section .container .news .posts .post-nav {
            width: 100%;
            height: 80px; } }
        @media screen and (max-width: 740px) {
          .page-template-page-members-news #main .section .container .news .posts .post-nav,
          .archive #main .section .container .news .posts .post-nav,
          .category #main .section .container .news .posts .post-nav {
            background: transparent;
            height: auto;
            margin-bottom: 20px; } }
        .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination,
        .archive #main .section .container .news .posts .post-nav .pagination,
        .category #main .section .container .news .posts .post-nav .pagination {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          padding-top: 0; }
          @media screen and (max-width: 740px) {
            .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination,
            .archive #main .section .container .news .posts .post-nav .pagination,
            .category #main .section .container .news .posts .post-nav .pagination {
              background: #2E8BC0;
              transition: all 0.3s ease;
              overflow: hidden;
              top: auto;
              transform: none;
              padding: 0;
              margin: 0;
              height: auto; }
              .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination:hover,
              .archive #main .section .container .news .posts .post-nav .pagination:hover,
              .category #main .section .container .news .posts .post-nav .pagination:hover {
                background: #ffffff;
                transition: all 0.3s ease; } }
          .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination .nextpostslink, .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination .previouspostslink,
          .archive #main .section .container .news .posts .post-nav .pagination .nextpostslink,
          .archive #main .section .container .news .posts .post-nav .pagination .previouspostslink,
          .category #main .section .container .news .posts .post-nav .pagination .nextpostslink,
          .category #main .section .container .news .posts .post-nav .pagination .previouspostslink {
            color: #ffffff !important;
            text-transform: uppercase;
            font-size: 18px;
            text-align: center;
            padding: 5px;
            transition: all 0.3s ease; }
            @media screen and (max-width: 960px) {
              .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination .nextpostslink, .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination .previouspostslink,
              .archive #main .section .container .news .posts .post-nav .pagination .nextpostslink,
              .archive #main .section .container .news .posts .post-nav .pagination .previouspostslink,
              .category #main .section .container .news .posts .post-nav .pagination .nextpostslink,
              .category #main .section .container .news .posts .post-nav .pagination .previouspostslink {
                font-size: 14px; } }
            @media screen and (max-width: 740px) {
              .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination .nextpostslink, .page-template-page-members-news #main .section .container .news .posts .post-nav .pagination .previouspostslink,
              .archive #main .section .container .news .posts .post-nav .pagination .nextpostslink,
              .archive #main .section .container .news .posts .post-nav .pagination .previouspostslink,
              .category #main .section .container .news .posts .post-nav .pagination .nextpostslink,
              .category #main .section .container .news .posts .post-nav .pagination .previouspostslink {
                padding: 10px; } }
        .page-template-page-members-news #main .section .container .news .posts .post-nav:hover,
        .archive #main .section .container .news .posts .post-nav:hover,
        .category #main .section .container .news .posts .post-nav:hover {
          background: #ffffff;
          transition: all 0.3s ease; }
          .page-template-page-members-news #main .section .container .news .posts .post-nav:hover .nextpostslink, .page-template-page-members-news #main .section .container .news .posts .post-nav:hover .previouspostslink,
          .archive #main .section .container .news .posts .post-nav:hover .nextpostslink,
          .archive #main .section .container .news .posts .post-nav:hover .previouspostslink,
          .category #main .section .container .news .posts .post-nav:hover .nextpostslink,
          .category #main .section .container .news .posts .post-nav:hover .previouspostslink {
            color: #2E8BC0 !important;
            transition: all 0.3s ease; }

/* Wordpress Category Pages */
@media screen and (max-width: 1024px) {
  .archive #main .section,
  .category #main .section {
    margin-bottom: 0px; } }

@media screen and (max-width: 960px) {
  .archive #main .section .container,
  .category #main .section .container {
    padding-bottom: 30px; } }

@media screen and (max-width: 740px) {
  .archive #main .section .container,
  .category #main .section .container {
    padding-bottom: 10px; } }

@media screen and (max-width: 1024px) {
  .archive #main .section .container #content.full,
  .category #main .section .container #content.full {
    margin-bottom: 0px; } }

@media screen and (max-width: 1024px) {
  .archive #main .section .container .section.news,
  .category #main .section .container .section.news {
    padding-bottom: 0px; } }

/* Product */
.product-page .members .section .container {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1400px;
  width: 100%;
  /* Login Page */
  /* Login Error overrides */
  /* Change Password */
  /* General Details */
  /* My Information */
  /* Event List - /views/members/booking/eventList.xhtml */
  /* Form ID */ }
  @media screen and (max-width: 1500px) {
    .product-page .members .section .container {
      max-width: 100%;
      padding: 100px 5%; } }
  @media screen and (max-width: 1024px) {
    .product-page .members .section .container {
      padding: 70px 5%; } }
  @media screen and (max-width: 740px) {
    .product-page .members .section .container {
      padding: 50px 7%; } }
  .product-page .members .section .container h1, .product-page .members .section .container h2, .product-page .members .section .container h3, .product-page .members .section .container h4, .product-page .members .section .container h5, .product-page .members .section .container h6 {
    font-family: "Poppins", sans-serif; }
  .product-page .members .section .container .glyphicon {
    font-family: 'Glyphicons Halflings'; }
  .product-page .members .section .container .error .panel a {
    color: #21201e;
    text-decoration: underline; }
  .product-page .members .section .container .login .left {
    width: 30%;
    float: left; }
    @media screen and (max-width: 960px) {
      .product-page .members .section .container .login .left {
        width: 100%;
        float: none;
        margin: 0 0 30px; } }
    .product-page .members .section .container .login .left form {
      padding: 40px;
      background: #f3f3f3; }
      .product-page .members .section .container .login .left form .input {
        width: 100%; }
        .product-page .members .section .container .login .left form .input input[type=text],
        .product-page .members .section .container .login .left form .input input[type=password] {
          display: block;
          padding: 5px 4px;
          margin-top: 8px;
          margin-bottom: 20px;
          background: #ffffff;
          width: 100%;
          height: 30px;
          color: #21201e;
          font-size: 14px;
          border: 1px solid #b0b0b0; }
        .product-page .members .section .container .login .left form .input input[type=submit] {
          border: 0;
          margin: 20px 0 !important; }
      .product-page .members .section .container .login .left form .remember {
        float: left;
        padding: 5px 10px 0 0px;
        display: inline-block; }
      .product-page .members .section .container .login .left form a {
        font-size: 14px;
        color: #21201e;
        text-decoration: underline !important; }
        .product-page .members .section .container .login .left form a:hover {
          text-decoration: none !important; }
  .product-page .members .section .container .login .right {
    width: 60%;
    float: right; }
    @media screen and (max-width: 960px) {
      .product-page .members .section .container .login .right {
        width: 100%;
        float: none; } }
    .product-page .members .section .container .login .right h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 1px;
      margin: 30px 0 15px; }
      @media screen and (max-width: 1024px) {
        .product-page .members .section .container .login .right h2 {
          font-size: 24px;
          line-height: 28px;
          margin: 0 0 20px; } }
      @media screen and (max-width: 740px) {
        .product-page .members .section .container .login .right h2 {
          font-size: 20px;
          line-height: 24px; } }
    .product-page .members .section .container .login .right h2 + p {
      margin-bottom: 0; }
    .product-page .members .section .container .login .right h4 {
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 1px;
      margin: 0 0 10px; }
    .product-page .members .section .container .login .right p a {
      color: #21201e;
      text-decoration: underline !important; }
  .product-page .members .section .container .header h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 0 0 35px; }
  .product-page .members .section .container .change-password,
  .product-page .members .section .container .password {
    text-align: center; }
    .product-page .members .section .container .change-password table.portal,
    .product-page .members .section .container .password table.portal {
      border: 1px solid #f3f3f3;
      width: 50%;
      font-family: "Poppins", sans-serif;
      margin-top: 30px; }
      @media screen and (max-width: 1024px) {
        .product-page .members .section .container .change-password table.portal,
        .product-page .members .section .container .password table.portal {
          width: 80%; } }
      @media screen and (max-width: 600px) {
        .product-page .members .section .container .change-password table.portal,
        .product-page .members .section .container .password table.portal {
          width: 100%; } }
      .product-page .members .section .container .change-password table.portal tr th,
      .product-page .members .section .container .password table.portal tr th {
        text-align: center;
        background: #c4dfe6;
        color: #ffffff;
        padding: 10px;
        font-size: 20px;
        font-weight: 400;
        height: auto;
        font-family: "Poppins", sans-serif; }
        @media screen and (max-width: 740px) {
          .product-page .members .section .container .change-password table.portal tr th,
          .product-page .members .section .container .password table.portal tr th {
            font-size: 18px; } }
      .product-page .members .section .container .change-password table.portal tr td,
      .product-page .members .section .container .password table.portal tr td {
        background: #dddddd;
        padding: 0;
        font-family: "Poppins", sans-serif; }
        .product-page .members .section .container .change-password table.portal tr td div[align=right],
        .product-page .members .section .container .password table.portal tr td div[align=right] {
          font-size: 17px; }
          @media screen and (max-width: 740px) {
            .product-page .members .section .container .change-password table.portal tr td div[align=right],
            .product-page .members .section .container .password table.portal tr td div[align=right] {
              font-size: 15px;
              line-height: 22px; } }
        .product-page .members .section .container .change-password table.portal tr td input,
        .product-page .members .section .container .password table.portal tr td input {
          margin: 10px 0 0;
          border: 1px solid #b0b0b0; }
        .product-page .members .section .container .change-password table.portal tr td table[align=center],
        .product-page .members .section .container .password table.portal tr td table[align=center] {
          width: 100%; }
          .product-page .members .section .container .change-password table.portal tr td table[align=center] tr td,
          .product-page .members .section .container .password table.portal tr td table[align=center] tr td {
            padding: 10px 40px 0 0px; }
            .product-page .members .section .container .change-password table.portal tr td table[align=center] tr td input,
            .product-page .members .section .container .password table.portal tr td table[align=center] tr td input {
              width: 100%;
              height: 34px; }
        .product-page .members .section .container .change-password table.portal tr td input[type=submit],
        .product-page .members .section .container .password table.portal tr td input[type=submit] {
          border: 0;
          margin-top: 20px; }
        .product-page .members .section .container .change-password table.portal tr td input[type=button],
        .product-page .members .section .container .password table.portal tr td input[type=button] {
          display: inline-block;
          background: #c4dfe6;
          color: #ffffff;
          border-radius: 40px;
          font-size: 13px;
          line-height: 16px;
          font-weight: 700;
          letter-spacing: 1.25px;
          text-transform: uppercase;
          height: 36px;
          text-decoration: uppercase;
          padding: 9px 20px;
          transition: all 0.3s ease;
          cursor: pointer;
          margin-bottom: 2px;
          margin-left: 1px;
          border: 0;
          margin-top: 20px; }
          .product-page .members .section .container .change-password table.portal tr td input[type=button]:hover,
          .product-page .members .section .container .password table.portal tr td input[type=button]:hover {
            color: #c4dfe6;
            background: #ffffff;
            transition: all 0.3s ease;
            box-shadow: 0px 0px 3px #b0b0b0;
            padding: 10px 30px;
            letter-spacing: 1.5px; }
  .product-page .members .section .container form a {
    color: #21201e; }
  .product-page .members .section .container form table tbody tr td div input[type=submit]:hover {
    padding: 10px 20px !important; }
  .product-page .members .section .container form table tbody tr td div input[type=button] {
    background: #00a8a8;
    color: #ffffff;
    border-radius: 40px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.25px;
    background: #ffffff;
    color: #00a8a8;
    border: 0 !important;
    padding: 10px 20px !important;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.25px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 3px #b0b0b0; }
    .product-page .members .section .container form table tbody tr td div input[type=button]:hover {
      padding: 10px 20px !important;
      box-shadow: 0px 0px 3px #b0b0b0;
      transition: all 0.3s ease; }
  .product-page .members .section .container form table tbody tr td div table.portal {
    border-collapse: collapse;
    width: 50%;
    border: 1px solid #dddddd; }
    @media screen and (max-width: 1500px) {
      .product-page .members .section .container form table tbody tr td div table.portal {
        width: 70%; } }
    @media screen and (max-width: 1200px) {
      .product-page .members .section .container form table tbody tr td div table.portal {
        width: 80%; } }
    @media screen and (max-width: 1024px) {
      .product-page .members .section .container form table tbody tr td div table.portal {
        width: 100%; } }
    .product-page .members .section .container form table tbody tr td div table.portal tbody tr th {
      background: #2E8BC0;
      text-align: center;
      padding: 10px;
      font-size: 20px;
      font-weight: 700;
      height: auto; }
    .product-page .members .section .container form table tbody tr td div table.portal tbody tr td {
      padding: 10px;
      background: #f3f3f3; }
      .product-page .members .section .container form table tbody tr td div table.portal tbody tr td:first-of-type {
        text-align: right; }
      .product-page .members .section .container form table tbody tr td div table.portal tbody tr td select {
        /* Custom Overrides */
        background-color: white;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 0.5em 3.5em 0.5em 1em;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 41px;
        width: 120px;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        border-radius: 0 !important;
        -webkit-appearance: none;
        padding: 10px;
        border: 1px solid #b0b0b0;
        /* Custom Arrows */
        background-image: linear-gradient(45deg, transparent 50%, #b0b0b0 50%), linear-gradient(135deg, #b0b0b0 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat; }
        .product-page .members .section .container form table tbody tr td div table.portal tbody tr td select:focus {
          background-image: linear-gradient(45deg, #66a4ad 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #66a4ad 50%), linear-gradient(to right, #ccc, #ccc);
          background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat;
          outline: 0; }
        .product-page .members .section .container form table tbody tr td div table.portal tbody tr td select:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000; }
      .product-page .members .section .container form table tbody tr td div table.portal tbody tr td table.calendarTable tbody tr td {
        padding: 0; }
  .product-page .members .section .container .column {
    width: 48%;
    float: left; }
    .product-page .members .section .container .column:last-of-type {
      float: right; }
    @media screen and (max-width: 960px) {
      .product-page .members .section .container .column {
        width: 100%;
        float: none; } }
    .product-page .members .section .container .column .panel {
      background: #f3f3f3;
      border: 1px solid #dddddd;
      margin-bottom: 40px;
      padding: 30px 30px;
      overflow: hidden; }
      @media screen and (max-width: 1200px) {
        .product-page .members .section .container .column .panel {
          padding: 20px 30px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 740px) {
        .product-page .members .section .container .column .panel {
          padding: 20px;
          margin-bottom: 30px; } }
      .product-page .members .section .container .column .panel h2 {
        font-size: 20px !important;
        margin: 0 0 20px !important; }
      .product-page .members .section .container .column .panel a {
        text-decoration: underline;
        color: #21201e; }
      .product-page .members .section .container .column .panel ul {
        padding: 0;
        margin: 0 0 10px; }
        .product-page .members .section .container .column .panel ul li {
          list-style: none; }
      .product-page .members .section .container .column .panel .noData {
        margin: 0;
        text-align: left; }
      .product-page .members .section .container .column .panel .portalLink {
        display: inline-block;
        float: right; }
        .product-page .members .section .container .column .panel .portalLink a {
          color: #ffffff !important; }
        .product-page .members .section .container .column .panel .portalLink:hover {
          text-decoration: none; }
          .product-page .members .section .container .column .panel .portalLink:hover a {
            color: #00a8a8 !important; }
  .product-page .members .section .container #eventListForm {
    /* Overrides */
    /* Event Listing container */ }
    .product-page .members .section .container #eventListForm .ui-widget input,
    .product-page .members .section .container #eventListForm .ui-widget {
      font-family: "Poppins", sans-serif; }
    .product-page .members .section .container #eventListForm .eventListContain .ui-grid {
      /* Title */
      /* Calendar Buttons */
      /* Event Notice */
      /* Event List */ }
      .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title {
        /* Timer */ }
        @media screen and (max-width: 1200px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title {
            width: 41.66666%; } }
        @media screen and (max-width: 740px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title {
            width: 100%; } }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title h3 {
          margin: 0 0 35px; }
          @media screen and (max-width: 600px) {
            .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title h3 {
              margin: 0 0 30px; } }
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title h3 .eventHeader {
            font-size: 30px;
            line-height: 36px;
            font-weight: 400;
            letter-spacing: 1.5px;
            font-family: "Poppins", sans-serif !important;
            text-transform: none; }
            @media screen and (max-width: 600px) {
              .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title h3 .eventHeader {
                font-size: 22px !important;
                line-height: 26px; } }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title #systemTimeId {
          font-family: "Poppins", sans-serif !important;
          margin-top: 0; }
          @media screen and (max-width: 600px) {
            .product-page .members .section .container #eventListForm .eventListContain .ui-grid .title #systemTimeId {
              margin-bottom: 20px;
              font-size: 14px; } }
      .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav {
        /* Edit Days Link */ }
        @media screen and (max-width: 1200px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav {
            width: 58.33333%; } }
        @media screen and (max-width: 740px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav {
            width: 100%; } }
        @media screen and (max-width: 600px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav {
            background: #00a8a8;
            width: 100%;
            text-align: left; } }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .ui-buttonset {
          margin-right: 0; }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .ui-selectonebutton {
          padding: 0; }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .viewMenuClass .ui-button.ui-widget {
          background: #00a8a8;
          color: #ffffff;
          border-radius: 40px;
          padding: 10px 15px;
          transition: all 0.3s ease;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 13px;
          line-height: 16px;
          letter-spacing: 1.25px;
          margin: 0 0 0 10px; }
          @media screen and (max-width: 600px) {
            .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .viewMenuClass .ui-button.ui-widget {
              padding: 10px;
              margin: 0; } }
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .viewMenuClass .ui-button.ui-widget:hover {
            background: #ffffff;
            color: #00a8a8;
            transition: all 0.3s ease;
            box-shadow: 0px 0px 3px #b0b0b0; }
            @media screen and (max-width: 600px) {
              .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .viewMenuClass .ui-button.ui-widget:hover {
                background: #00a8a8;
                color: #f3f3f3;
                box-shadow: none; } }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .event-editdays {
          position: relative;
          top: 0;
          left: 0;
          font-size: 14px; }
          @media screen and (max-width: 600px) {
            .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .event-editdays {
              left: auto;
              top: auto;
              display: block; } }
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .event-editdays a {
            background: #f3f3f3;
            color: #00a8a8;
            border-radius: 0;
            padding: 10px 15px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 13px;
            line-height: 16px;
            letter-spacing: 1.25px;
            margin: 0 0 0 10px; }
            @media screen and (max-width: 600px) {
              .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .event-editdays a {
                margin: 0 auto; } }
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .event-nav .event-editdays:hover a {
            background: #00a8a8;
            color: #f3f3f3;
            transition: all 0.3s ease; }
      .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList {
        /* Checkbox Labels */ }
        @media screen and (max-width: 1200px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList {
            margin-top: 0; } }
        @media screen and (max-width: 600px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList {
            margin: 10px auto; } }
        @media screen and (max-width: 1200px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-3 {
            width: 280px; } }
        @media screen and (max-width: 740px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-3 {
            width: 45%; } }
        @media screen and (max-width: 600px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-3 {
            width: 100%; } }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-inputfield.hasDatepicker {
          padding: 10px;
          font-size: 14px;
          letter-spacing: 0;
          display: block;
          float: left;
          margin: 0 auto; }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-button-icon-only {
          padding: 7px 20px 8px;
          display: block;
          float: left;
          border: 1px solid #ccc;
          margin: 0 10px; }
          @media screen and (max-width: 1400px) {
            .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-button-icon-only {
              padding: 7px 10px 8px;
              margin: 0 5px; } }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-outputlabel.ui-widget,
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-selectonelistbox.ui-inputfield {
          font-size: 14px; }
        @media screen and (max-width: 1200px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-9 {
            width: 400px;
            float: right; } }
        @media screen and (max-width: 740px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-9 {
            width: 55%; } }
        @media screen and (max-width: 600px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-9 {
            width: 100%;
            float: none; } }
        @media screen and (max-width: 600px) {
          .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-9 div {
            float: left !important; } }
        .product-page .members .section .container #eventListForm .eventListContain .ui-grid .eventList .ui-grid-col-9 .menuItem {
          font-size: 13px !important; }

/* Product Overrides */
.product-page table th, .product-page table td {
  font-family: "Poppins", sans-serif;
  font-size: 14px; }

.product-page .ui-widget input, .product-page .ui-widget select, .product-page .ui-widget textarea, .product-page .ui-widget button {
  font-family: "Poppins", sans-serif;
  font-size: 12px; }

.product-page #ui-datepicker-div .ui-datepicker {
  font-family: "Poppins", sans-serif;
  font-size: 12px; }

/* Single Event
/members/bookings/open/event.msp?booking_event_id=100969&booking_resource_id=3000000
*/
@media screen and (max-width: 740px) {
  .product-page .members .page-content #ts-header .nav-top {
    margin: 0 0 10px; } }

@media screen and (max-width: 740px) {
  .product-page .members .page-content #ts-header .nav-top .nav-title {
    width: 100%;
    margin-top: 10px; } }

.product-page .members .page-content #ts-header .nav-top .nav-title h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0 0 35px;
  text-transform: none; }
  @media screen and (max-width: 740px) {
    .product-page .members .page-content #ts-header .nav-top .nav-title h2 {
      font-size: 22px;
      line-height: 26px; } }
  @media screen and (max-width: 740px) {
    .product-page .members .page-content #ts-header .nav-top .nav-title h2 {
      font-size: 22px;
      line-height: 26px;
      position: absolute;
      float: left;
      left: 7%; } }

@media screen and (max-width: 740px) {
  .product-page .members .page-content #ts-header .nav-top .nav-title {
    margin: 0 0 10px; } }

@media screen and (max-width: 740px) {
  .product-page .members .page-content #ts-header .nav-top .nav-title .top-nav {
    float: left;
    display: inline;
    margin: 50px 0 10px 0px;
    text-align: left;
    width: 100%; } }

.product-page .members .page-content #ts-header .nav-top .nav-title .top-nav .btn {
  background: #00a8a8;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.25px;
  background: #00a8a8 !important;
  border: 0 !important;
  font-family: "Poppins", sans-serif !important; }
  @media screen and (max-width: 740px) {
    .product-page .members .page-content #ts-header .nav-top .nav-title .top-nav .btn {
      width: 46%;
      margin: 0 auto; } }
  .product-page .members .page-content #ts-header .nav-top .nav-title .top-nav .btn:hover {
    background: #ffffff;
    color: #00a8a8;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 3px #b0b0b0;
    background: #ffffff !important;
    color: #00a8a8 !important; }

.product-page .members .page-content #ts-header .nav-top .nav-title .font-btns a {
  color: #00a8a8; }
  @media screen and (max-width: 740px) {
    .product-page .members .page-content #ts-header .nav-top .nav-title .font-btns a {
      float: right;
      padding-top: 8px;
      margin: 0 10px; } }

.product-page .members .page-content #ts-header .nav-top .nav-date {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 1px; }
  @media screen and (max-width: 740px) {
    .product-page .members .page-content #ts-header .nav-top .nav-date {
      position: absolute;
      right: 7%; } }

@media screen and (max-width: 740px) {
  .product-page .members .page-content #ts-header .nav-btm {
    width: 100%;
    text-align: left; } }

@media screen and (max-width: 740px) {
  .product-page .members .page-content #ts-header .nav-btm .ts-filters {
    text-align: left; } }

@media screen and (max-width: 740px) {
  .product-page .members .page-content #ts-header .nav-btm .ts-filters.form-group {
    text-align: left; } }

.product-page .members .page-content #ts-header .nav-btm .ts-filters.form-group strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px; }

.product-page .members .page-content #ts-header .nav-btm .ts-filters.form-group .checkbox-inline,
.product-page .members .page-content #ts-header .nav-btm .ts-filters.form-group .radio-inline {
  font-family: "Poppins", sans-serif; }

.product-page .members .page-content #ts-header .nav-btm .ts-filters.form-group #showing-booking-qty {
  font-family: "Poppins", sans-serif;
  padding: 0 4px; }

.product-page .members .page-content .main-content .teetime-day-table {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .product-page .members .page-content .main-content .teetime-day-table .row-wrapper {
    width: 100%; }
    .product-page .members .page-content .main-content .teetime-day-table .row-wrapper .row-time .row .row-heading-inner {
      padding: 10px 0; }
      .product-page .members .page-content .main-content .teetime-day-table .row-wrapper .row-time .row .row-heading-inner h3 {
        font-size: 16px !important;
        font-weight: 600;
        margin: 0 0 5px; }
      .product-page .members .page-content .main-content .teetime-day-table .row-wrapper .row-time .row .row-heading-inner h4 {
        margin: 0;
        text-transform: none;
        letter-spacing: 0.5px; }
    .product-page .members .page-content .main-content .teetime-day-table .row-wrapper .btn .btn-label {
      font-family: "Poppins", sans-serif; }

/* Group Bookings 
https://contemporary.miclub.com.au/views/members/booking/makeBooking.xhtml?booking_event_id=1722&booking_row_id=1724
*/
.product-page .members #make-booking-cont #headerForm .container-fluid {
  padding-left: 0; }

.product-page .members #make-booking-cont #headerForm .eventHeader {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif !important;
  text-transform: none;
  margin: 0 0 35px;
  display: block; }

.product-page .members #make-booking-cont #headerForm .groupHeader {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important; }

.product-page .members #make-booking-cont #headerForm .mbCancel .btn-primary {
  background: #00a8a8 !important;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.25px;
  border: 0 !important; }
  .product-page .members #make-booking-cont #headerForm .mbCancel .btn-primary:hover {
    background: #ffffff !important;
    color: #00a8a8 !important;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 3px #b0b0b0; }

.product-page .members #make-booking-cont #headerForm .timeout {
  font-family: "Poppins", sans-serif; }
  .product-page .members #make-booking-cont #headerForm .timeout .danger {
    font-family: "Poppins", sans-serif; }
    @media screen and (max-width: 740px) {
      .product-page .members #make-booking-cont #headerForm .timeout .danger {
        float: none; } }

.product-page .members #make-booking-cont #bookForm .confirmBook .btn-success {
  border-radius: 40px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.25px;
  border: 0 !important;
  font-family: "Poppins", sans-serif; }
  .product-page .members #make-booking-cont #bookForm .confirmBook .btn-success .ui-button-text {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.25px; }
  .product-page .members #make-booking-cont #bookForm .confirmBook .btn-success:hover {
    background: #ffffff !important;
    color: #5cb85c !important;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 3px #b0b0b0; }

/* Wait List 
/views/members/booking/waitlistV2.xhtml
*/
.product-page .members .section #waitListContainer form .btn {
  background: #00a8a8;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.25px;
  background: #00a8a8 !important;
  border: 0 !important; }
  .product-page .members .section #waitListContainer form .btn:hover {
    background: #ffffff;
    color: #00a8a8;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 3px #b0b0b0;
    background: #ffffff !important;
    color: #00a8a8 !important; }

.product-page .members .section #waitListContainer form .nav-title h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0 0 35px;
  text-transform: none; }
  @media screen and (max-width: 740px) {
    .product-page .members .section #waitListContainer form .nav-title h2 {
      font-size: 22px;
      line-height: 26px; } }

.product-page .members .section #waitListContainer form .wlOptions tr td,
.product-page .members .section #waitListContainer form .wlOptions tr span,
.product-page .members .section #waitListContainer form .wlOptions tr .ui-helper-hidden-accessible {
  font-family: "Poppins", sans-serif !important; }
  .product-page .members .section #waitListContainer form .wlOptions tr td .ui-widget .label,
  .product-page .members .section #waitListContainer form .wlOptions tr span .ui-widget .label,
  .product-page .members .section #waitListContainer form .wlOptions tr .ui-helper-hidden-accessible .ui-widget .label {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px; }
  .product-page .members .section #waitListContainer form .wlOptions tr td .ui-selectonemenu-label,
  .product-page .members .section #waitListContainer form .wlOptions tr span .ui-selectonemenu-label,
  .product-page .members .section #waitListContainer form .wlOptions tr .ui-helper-hidden-accessible .ui-selectonemenu-label {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px; }

.product-page .members .section #waitListContainer form #reserves {
  font-family: "Poppins", sans-serif !important; }

.product-page .members .section #waitListContainer form .mb-tabs {
  font-family: "Poppins", sans-serif !important; }
  .product-page .members .section #waitListContainer form .mb-tabs .ui-tabs-nav li {
    border-radius: 40px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.25px;
    border: 0 !important;
    font-family: "Poppins", sans-serif;
    background: #00a8a8 !important;
    color: #ffffff !important; }
    .product-page .members .section #waitListContainer form .mb-tabs .ui-tabs-nav li:hover {
      background: #ffffff !important;
      color: #00a8a8 !important;
      box-shadow: 0px 0px 3px #b0b0b0; }
      .product-page .members .section #waitListContainer form .mb-tabs .ui-tabs-nav li:hover a {
        color: #00a8a8 !important; }
    .product-page .members .section #waitListContainer form .mb-tabs .ui-tabs-nav li a {
      padding: 0;
      font-family: "Poppins", sans-serif;
      color: #ffffff;
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 1.25px; }
    .product-page .members .section #waitListContainer form .mb-tabs .ui-tabs-nav li.ui-state-active {
      box-shadow: none; }
      .product-page .members .section #waitListContainer form .mb-tabs .ui-tabs-nav li.ui-state-active:hover {
        box-shadow: 0px 0px 3px #b0b0b0; }

/* Edit Member Details
/members/details/edit.member.xsp
*/
.product-page .members.my-details form table div a {
  color: #21201e !important;
  text-decoration: underline !important; }

.product-page .members.my-details form table td input[type=button] {
  margin-top: 0 !important; }

.product-page .members.my-details form table td input[type=button] {
  background: #00a8a8 !important;
  color: #ffffff;
  border-radius: 40px;
  font-size: 13px !important;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  height: 36px;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 2px;
  margin-left: 1px;
  font-family: "Poppins", sans-serif;
  border: 0 !important; }
  .product-page .members.my-details form table td input[type=button]:hover {
    background: #ffffff !important;
    color: #00a8a8 !important;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 3px #b0b0b0; }

.product-page .members.my-details form table table.portal {
  width: 50%;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
  border: 0; }
  .product-page .members.my-details form table table.portal tr th {
    text-align: center;
    background: #c4dfe6;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    height: auto;
    font-family: "Poppins", sans-serif;
    border: 0; }
    @media screen and (max-width: 740px) {
      .product-page .members.my-details form table table.portal tr th {
        font-size: 18px; } }
  .product-page .members.my-details form table table.portal tr td {
    background: #dddddd;
    border: 0px solid #f3f3f3;
    padding: 5px 10px;
    font-size: 17px; }
    .product-page .members.my-details form table table.portal tr td:first-of-type {
      padding: 5px 10px 5px 30px; }
    .product-page .members.my-details form table table.portal tr td input {
      margin: 10px 0 0;
      border: 1px solid #b0b0b0; }
    .product-page .members.my-details form table table.portal tr td select {
      font-size: 15px;
      border: 1px solid #b0b0b0;
      height: 38px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .product-page .members.my-details form table table.portal tr td table.calendarTable tr td {
      padding: 0; }
  .product-page .members.my-details form table table.portal tr:last-of-type td {
    padding-bottom: 20px; }

/* MiStats
/members/miStats.msp
*/
.product-page .members .miStats {
  /* Right top buttons */ }
  .product-page .members .miStats span, .product-page .members .miStats input, .product-page .members .miStats select {
    font-family: "Poppins", sans-serif; }
  .product-page .members .miStats .col-xs-12 {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 740px) {
      .product-page .members .miStats .col-xs-12 {
        width: 100%;
        padding: 0; } }
    .product-page .members .miStats .col-xs-12 .col-xs-11.col-sm-6 {
      padding-left: 0;
      padding-right: 0; }
      @media screen and (max-width: 740px) {
        .product-page .members .miStats .col-xs-12 .col-xs-11.col-sm-6 {
          width: 100%;
          padding: 0; } }
  .product-page .members .miStats .text-right.pull-right {
    padding: 0;
    margin: 0 auto; }
    .product-page .members .miStats .text-right.pull-right a.btn,
    .product-page .members .miStats .text-right.pull-right .btn-primary {
      background: #00a8a8 !important;
      color: #ffffff;
      border-radius: 40px;
      font-size: 13px;
      line-height: 16px;
      font-weight: 700;
      letter-spacing: 1.25px;
      text-transform: uppercase;
      height: 36px;
      text-decoration: none;
      padding: 10px 20px;
      transition: all 0.3s ease;
      cursor: pointer;
      margin-bottom: 2px;
      margin-left: 1px;
      font-family: "Poppins", sans-serif;
      border: 0; }
      .product-page .members .miStats .text-right.pull-right a.btn:hover,
      .product-page .members .miStats .text-right.pull-right .btn-primary:hover {
        background: #ffffff !important;
        color: #00a8a8 !important;
        transition: all 0.3s ease;
        box-shadow: 0px 0px 3px #b0b0b0; }
  .product-page .members .miStats .col-xs-12.col-md-3 {
    margin: 0 auto;
    padding: 0; }
    .product-page .members .miStats .col-xs-12.col-md-3 h2 {
      text-transform: none; }
  .product-page .members .miStats #golfCourse #changeCourseButton {
    background: #00a8a8 !important;
    color: #ffffff;
    border-radius: 40px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    height: 36px;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 2px;
    margin-left: 1px;
    font-family: "Poppins", sans-serif;
    border: 0; }
    .product-page .members .miStats #golfCourse #changeCourseButton:hover {
      background: #ffffff !important;
      color: #00a8a8 !important;
      transition: all 0.3s ease;
      box-shadow: 0px 0px 3px #b0b0b0; }
  .product-page .members .miStats .highlight-pannel {
    width: 100%; }

/* Playing Partners 
/views/members/playingPartners.xhtml
*/
.product-page .members #make-booking-cont #partnerForm h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 30px !important;
  line-height: 36px;
  font-weight: 400 !important;
  letter-spacing: 1.5px;
  margin: 0 0 35px; }
  .product-page .members #make-booking-cont #partnerForm h3.eventHeader {
    font-family: "Poppins", sans-serif !important;
    font-size: 30px !important;
    line-height: 36px;
    font-weight: 400 !important;
    text-transform: none !important; }

.product-page .members #make-booking-cont #partnerForm span, .product-page .members #make-booking-cont #partnerForm input, .product-page .members #make-booking-cont #partnerForm select, .product-page .members #make-booking-cont #partnerForm .recordName {
  font-family: "Poppins", sans-serif; }

.product-page .members #make-booking-cont #partnerForm .container-flui {
  padding: 0; }

.product-page .members #make-booking-cont #partnerForm .mbCancel .btn {
  background: #00a8a8 !important;
  color: #ffffff;
  border-radius: 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  height: 36px;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 2px;
  margin-left: 1px;
  font-family: "Poppins", sans-serif;
  border: 0; }
  .product-page .members #make-booking-cont #partnerForm .mbCancel .btn:hover {
    background: #ffffff !important;
    color: #00a8a8 !important;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 3px #b0b0b0; }

/* Members Directory
/members/directory/index.msp
*/
.product-page .members #memberSearch #mainLayout .ui-panel {
  background: #f3f3f3;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
  padding: 30px 30px !important;
  overflow: hidden;
  border-radius: 0;
  margin: 0; }
  @media screen and (max-width: 960px) {
    .product-page .members #memberSearch #mainLayout .ui-panel {
      width: 100% !important;
      float: none !important;
      margin-bottom: 40px !important; } }
  .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-titlebar {
    padding: 0 !important; }
  .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1.5px !important;
    padding: 0 !important;
    display: block; }
  .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content {
    padding: 0;
    overflow: hidden;
    font-family: "Poppins", sans-serif; }
    .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #alphaList a {
      background: #ffffff;
      color: #00a8a8;
      border: 1px solid #dddddd; }
      .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #alphaList a:hover {
        background: #00a8a8;
        color: #ffffff;
        box-shadow: 0px 0px 3px #b0b0b0; }
    .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch {
      display: flex; }
      @media screen and (max-width: 1400px) {
        .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch {
          display: block; } }
      .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-inputfield {
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #b0b0b0;
        height: 36px;
        margin: 0;
        padding: 5px; }
        @media screen and (max-width: 1400px) {
          .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-inputfield {
            width: 100%;
            margin: 20px 0; } }
      .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-selectmanybutton {
        margin: 0 !important;
        padding: 0 !important; }
        @media screen and (max-width: 600px) {
          .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-selectmanybutton {
            display: block !important; } }
        .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-selectmanybutton .ui-button {
          background: #2E8BC0;
          color: #ffffff;
          font-family: "Poppins", sans-serif !important;
          border: 0;
          border-radius: 0px;
          font-size: 13px;
          line-height: 16px;
          font-weight: 700;
          letter-spacing: 1.25px;
          text-transform: uppercase;
          height: 36px;
          text-decoration: none;
          padding: 10px 20px;
          transition: all 0.3s ease; }
          @media screen and (max-width: 600px) {
            .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-selectmanybutton .ui-button {
              width: 50%;
              float: left;
              display: block; } }
          .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-selectmanybutton .ui-button.ui-state-active {
            background: #00a8a8; }
            @media screen and (max-width: 600px) {
              .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-selectmanybutton .ui-button.ui-state-active {
                width: 50%;
                float: left;
                display: block; } }
          .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-selectmanybutton .ui-button:hover {
            background: #ffffff;
            color: #00a8a8;
            box-shadow: 0px 0px 3px #b0b0b0; }
      .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .membSrchBt {
        background: #00a8a8;
        color: #ffffff;
        font-family: "Poppins", sans-serif !important;
        border: 0;
        border-radius: 40px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        letter-spacing: 1.25px;
        text-transform: uppercase;
        height: 36px;
        text-decoration: none;
        padding: 10px 20px;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1400px) {
          .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .membSrchBt {
            float: right; } }
        .product-page .members #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .membSrchBt:hover {
          background: #ffffff;
          color: #00a8a8;
          box-shadow: 0px 0px 3px #b0b0b0; }

.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-datatable-tablewrapper table {
  border: 1px solid #dddddd; }
  .product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-datatable-tablewrapper table thead tr th.ui-state-default {
    background: #2E8BC0;
    color: #ffffff;
    border: 0; }
  .product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-datatable-tablewrapper table thead tr th .ui-column-title {
    color: #ffffff;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    display: block;
    font-family: "Poppins", sans-serif; }
  .product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-datatable-tablewrapper table tbody tr.ui-datatable-selectable {
    border: 0 !important; }
  .product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-datatable-tablewrapper table tbody tr td {
    background: #f3f3f3;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding: 10px 20px !important;
    border: 0; }

.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-paginator .ui-paginator-page,
.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-paginator .ui-paginator-pages,
.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-paginator .ui-paginator-next,
.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-paginator .ui-paginator-last,
.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-paginator .ui-paginator-first,
.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-paginator .ui-paginator-prev,
.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-paginator .ui-paginator-current {
  height: 22px;
  overflow: hidden;
  line-height: 17px; }

.product-page .members #memberSearch #mainLayout .ui-datatable.clearBoth .ui-paginator .ui-paginator-page.ui-state-active {
  font-size: 12px;
  height: 20px; }

/* Public Bookings */
.product-page.modal-open .modal .modal-dialog .modal-content {
  top: 170px; }

.product-page .members .section .container .teetime-fixtures-table .cell p {
  font-family: "Poppins", sans-serif !important; }

@media screen and (max-width: 740px) {
  .product-page .members .section .container .public-calendar .row .teetime-search-filters .registration-link {
    margin: 10px 0; } }

/* Modal Scroll For Leaderboard Scores */
.product-page .section,
.product-page .container {
  overflow: auto !important; }

.product-page .ui-dialog {
  width: 100% !important;
  max-width: 800px;
  overflow: auto !important; }
  @media screen and (max-width: 1024px) {
    .product-page .ui-dialog {
      top: 52px !important;
      bottom: 0; } }
  .product-page .ui-dialog .ui-dialog-titlebar.ui-widget-header,
  .product-page .ui-dialog .ui-dialog-content {
    width: 800px; }

.page-template-page-business-directory {
  /* The Modal (background) */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */ }
  .page-template-page-business-directory .members-sidebar {
    margin-top: 24px; }
  .page-template-page-business-directory #sidebar {
    border: none !important;
    width: 22%;
    display: inline-block; }
    @media screen and (max-width: 960px) {
      .page-template-page-business-directory #sidebar {
        padding-top: 0 !important; } }
    @media screen and (max-width: 960px) {
      .page-template-page-business-directory #sidebar {
        width: 100% !important;
        padding-top: 0 !important; } }
    .page-template-page-business-directory #sidebar h2 {
      margin: 35px 0 24px; }
    .page-template-page-business-directory #sidebar .categories {
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 960px) {
        .page-template-page-business-directory #sidebar .categories {
          flex-direction: row;
          flex-wrap: wrap; } }
      .page-template-page-business-directory #sidebar .categories button {
        position: relative;
        padding: 15px;
        margin: 5px 0;
        background: transparent;
        border-width: 2px;
        border-radius: 50px;
        border-color: #2E8BC0;
        font-weight: 400;
        color: #2E8BC0;
        font-size: 16px;
        border-style: solid;
        transition: ease all 0.1s;
        cursor: pointer; }
        @media screen and (max-width: 960px) {
          .page-template-page-business-directory #sidebar .categories button {
            width: calc(50% - 2%);
            margin: 1%; } }
        @media screen and (max-width: 480px) {
          .page-template-page-business-directory #sidebar .categories button {
            font-size: 12px; } }
        .page-template-page-business-directory #sidebar .categories button.mixitup-control-active {
          background-color: #00a8a8 !important;
          border-color: #00a8a8;
          color: #ffffff;
          font-weight: 700; }
          .page-template-page-business-directory #sidebar .categories button.mixitup-control-active:focus {
            outline-color: inherit;
            outline-width: 0; }
          .page-template-page-business-directory #sidebar .categories button.mixitup-control-active:hover {
            background-color: #00a8a8 !important;
            border-color: #00a8a8;
            color: #ffffff; }
        .page-template-page-business-directory #sidebar .categories button:hover {
          background-color: #2E8BC0 !important;
          color: #ffffff; }
  .page-template-page-business-directory #content.sponsors {
    margin: 24px 0 0; }
  .page-template-page-business-directory #mix-wrapper {
    display: flex;
    flex-flow: row wrap; }
    .page-template-page-business-directory #mix-wrapper .mix-target {
      margin: 1%;
      width: calc(33% - 2%);
      box-shadow: 1px 1px 3px 1px #aaa;
      background: #2E8BC0;
      border-radius: 5px; }
      .page-template-page-business-directory #mix-wrapper .mix-target polygon {
        fill: #00a8a8; }
      @media screen and (max-width: 1200px) {
        .page-template-page-business-directory #mix-wrapper .mix-target {
          width: calc(50% - 2%); } }
      @media screen and (max-width: 600px) {
        .page-template-page-business-directory #mix-wrapper .mix-target {
          width: calc(100% - 2%);
          margin: 2% 1%; } }
      .page-template-page-business-directory #mix-wrapper .mix-target .logo {
        position: relative;
        background-color: #ffffff;
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 165px; }
        .page-template-page-business-directory #mix-wrapper .mix-target .logo img {
          width: 100%;
          height: 100% !important;
          object-fit: contain;
          padding: 30px;
          margin: 0 !important; }
          @media screen and (max-width: 600px) {
            .page-template-page-business-directory #mix-wrapper .mix-target .logo img {
              padding: 10px; } }
          .page-template-page-business-directory #mix-wrapper .mix-target .logo img.premium-badge {
            max-width: 90px;
            position: absolute;
            top: 0;
            right: 0;
            padding: 5px; }
        .page-template-page-business-directory #mix-wrapper .mix-target .logo svg {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 2vw;
          /* set height to pixels if you want angle to change with screen width */ }
          @media screen and (max-width: 600px) {
            .page-template-page-business-directory #mix-wrapper .mix-target .logo svg {
              height: 6vw; } }
          .page-template-page-business-directory #mix-wrapper .mix-target .logo svg polygon {
            opacity: 0.8; }
      .page-template-page-business-directory #mix-wrapper .mix-target .info {
        padding: 0px 20px 20px;
        word-break: break-word;
        color: #ffffff; }
        .page-template-page-business-directory #mix-wrapper .mix-target .info h2, .page-template-page-business-directory #mix-wrapper .mix-target .info p, .page-template-page-business-directory #mix-wrapper .mix-target .info a {
          color: #ffffff !important; }
        .page-template-page-business-directory #mix-wrapper .mix-target .info h2 {
          font-size: 20px !important;
          font-weight: 600 !important;
          margin: 20px 0 10px !important; }
        .page-template-page-business-directory #mix-wrapper .mix-target .info ul {
          list-style-type: none;
          padding: 0;
          color: #ffffff;
          margin: 0; }
          .page-template-page-business-directory #mix-wrapper .mix-target .info ul li {
            position: relative;
            padding: 5px 5px;
            display: flex; }
            .page-template-page-business-directory #mix-wrapper .mix-target .info ul li .fa {
              margin-right: 10px;
              color: #ffffff;
              float: left;
              font-size: 14px;
              margin-top: 6px; }
              .page-template-page-business-directory #mix-wrapper .mix-target .info ul li .fa.fa-info:before {
                margin-right: 5px; }
            .page-template-page-business-directory #mix-wrapper .mix-target .info ul li p {
              margin: 0;
              font-size: 14px; }
            .page-template-page-business-directory #mix-wrapper .mix-target .info ul li a {
              display: table-cell;
              text-decoration: none; }
            .page-template-page-business-directory #mix-wrapper .mix-target .info ul li .bio {
              line-height: 26px; }
              .page-template-page-business-directory #mix-wrapper .mix-target .info ul li .bio:hover {
                cursor: pointer; }
      .page-template-page-business-directory #mix-wrapper .mix-target.arts-media {
        background-color: #2E8BC0; }
        .page-template-page-business-directory #mix-wrapper .mix-target.arts-media polygon {
          fill: #2E8BC0; }
      .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance {
        background-color: #00a8a8; }
        .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance polygon {
          fill: #00a8a8; }
      .page-template-page-business-directory #mix-wrapper .mix-target.hospitality {
        background-color: #0a0a29; }
        .page-template-page-business-directory #mix-wrapper .mix-target.hospitality polygon {
          fill: #0a0a29; }
      .page-template-page-business-directory #mix-wrapper .mix-target.health {
        background-color: #4b1200; }
        .page-template-page-business-directory #mix-wrapper .mix-target.health polygon {
          fill: #4b1200; }
      .page-template-page-business-directory #mix-wrapper .mix-target.professional-services {
        background-color: #002b2e; }
        .page-template-page-business-directory #mix-wrapper .mix-target.professional-services polygon {
          fill: #002b2e; }
      .page-template-page-business-directory #mix-wrapper .mix-target.travel {
        background-color: #470243; }
        .page-template-page-business-directory #mix-wrapper .mix-target.travel polygon {
          fill: #470243; }
      .page-template-page-business-directory #mix-wrapper .mix-target.real-estate {
        background-color: #023247; }
        .page-template-page-business-directory #mix-wrapper .mix-target.real-estate polygon {
          fill: #023247; }
      .page-template-page-business-directory #mix-wrapper .mix-target.trades {
        background-color: #0e0307; }
        .page-template-page-business-directory #mix-wrapper .mix-target.trades polygon {
          fill: #0e0307; }
      .page-template-page-business-directory #mix-wrapper .mix-target.retail {
        background-color: #25324c; }
        .page-template-page-business-directory #mix-wrapper .mix-target.retail polygon {
          fill: #25324c; }
      .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info, .page-template-page-business-directory #mix-wrapper .mix-target.health .info, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info {
        color: #ffffff; }
        .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info p, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info a, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info li, .page-template-page-business-directory #mix-wrapper .mix-target.arts-media .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info p, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info a, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info li, .page-template-page-business-directory #mix-wrapper .mix-target.finance-insurance .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info p, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info a, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info li, .page-template-page-business-directory #mix-wrapper .mix-target.hospitality .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.health .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.health .info p, .page-template-page-business-directory #mix-wrapper .mix-target.health .info a, .page-template-page-business-directory #mix-wrapper .mix-target.health .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.health .info li, .page-template-page-business-directory #mix-wrapper .mix-target.health .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info p, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info a, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info li, .page-template-page-business-directory #mix-wrapper .mix-target.professional-services .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info p, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info a, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info li, .page-template-page-business-directory #mix-wrapper .mix-target.travel .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info p, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info a, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info li, .page-template-page-business-directory #mix-wrapper .mix-target.real-estate .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info p, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info a, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info li, .page-template-page-business-directory #mix-wrapper .mix-target.trades .info .fa, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info h2, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info p, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info a, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info ul, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info li, .page-template-page-business-directory #mix-wrapper .mix-target.retail .info .fa {
          color: #ffffff !important; }
  .page-template-page-business-directory .bdModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding: 100px;
    /* Location of the box */
    left: 0;
    top: 90px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
    @media screen and (max-width: 1200px) {
      .page-template-page-business-directory .bdModal {
        width: 100%;
        padding: 50px; } }
    @media screen and (max-width: 1024px) {
      .page-template-page-business-directory .bdModal {
        padding: 35px 25px 130px 25px; } }
  .page-template-page-business-directory .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding: 100px;
    /* Location of the box */
    left: 0;
    top: 100px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
    @media screen and (max-width: 1200px) {
      .page-template-page-business-directory .modal {
        width: 100%;
        padding: 50px; } }
    @media screen and (max-width: 600px) {
      .page-template-page-business-directory .modal {
        padding: 35px 10px; } }
  .page-template-page-business-directory .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; }
    @media screen and (max-width: 1200px) {
      .page-template-page-business-directory .modal-content {
        width: 100%; } }
    .page-template-page-business-directory .modal-content .subheading {
      margin-bottom: 20px; }
      .page-template-page-business-directory .modal-content .subheading p {
        margin-bottom: 10px; }
      .page-template-page-business-directory .modal-content .subheading ul {
        margin-top: 0; }
    .page-template-page-business-directory .modal-content form .button,
    .page-template-page-business-directory .modal-content form input[type=submit] {
      background: #00a8a8;
      margin: 25px 0 0;
      text-transform: uppercase;
      color: #2E8BC0;
      border: 0;
      font-family: "Poppins", sans-serif;
      padding: 10px 20px;
      font-size: 13px;
      line-height: 16px !important;
      font-weight: 700;
      letter-spacing: 1.25px;
      width: 150px;
      transition: all 0.3s ease;
      cursor: pointer;
      -webkit-appearance: none;
      border-radius: 0; }
      .page-template-page-business-directory .modal-content form .button:hover,
      .page-template-page-business-directory .modal-content form input[type=submit]:hover {
        background: #ffffff;
        color: #000000;
        transition: all 0.3s ease;
        box-shadow: 0px 0px 3px #fcfcfc;
        padding: 10px 30px;
        cursor: pointer; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
  .page-template-page-business-directory .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #ffffff; }
  .page-template-page-business-directory .modal-body {
    padding: 2px 16px; }
  .page-template-page-business-directory .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #ffffff; }
  .page-template-page-business-directory button#bdBtn {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    left: 30px;
    width: 105px;
    background: #00a8a8;
    border: 0;
    padding: 10px 0px 20px;
    color: #000000;
    font-weight: 600;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 1px 1px 3px 1px #aaa;
    line-height: 18px;
    cursor: pointer;
    outline: none; }
    @media screen and (max-width: 1024px) {
      .page-template-page-business-directory button#bdBtn {
        width: auto;
        max-width: 50%;
        border-radius: 0;
        padding: 10px 20px;
        bottom: 0;
        left: 0;
        box-shadow: none;
        border-top: 1px solid #fcfcfc;
        border-right: 1px solid #fcfcfc; } }
    @media screen and (max-width: 480px) {
      .page-template-page-business-directory button#bdBtn {
        padding: 10px;
        font-size: 12px; } }
    .page-template-page-business-directory button#bdBtn i {
      display: block;
      padding: 8px 0;
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .page-template-page-business-directory button#bdBtn i {
          display: inline-block;
          padding: 0;
          font-size: 14px; } }
      @media screen and (max-width: 480px) {
        .page-template-page-business-directory button#bdBtn i {
          display: none; } }
  .page-template-page-business-directory button#myBtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 105px;
    background: #00a8a8;
    border: 1px solid #000000;
    padding: 10px 0px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 1px 1px 3px 1px #aaa;
    line-height: 18px;
    cursor: pointer;
    z-index: 1; }
    .page-template-page-business-directory button#myBtn i {
      display: block;
      padding: 5px 0; }
  .page-template-page-business-directory #field_3_11 .gfield_label {
    display: none; }

#main .section {
  width: 100%;
  position: relative;
  overflow: hidden; }
  #main .section .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative; }
  @media screen and (max-width: 1500px) {
    #main .section .container {
      max-width: 100%;
      padding: 60px 5%; } }
  @media screen and (max-width: 1024px) {
    #main .section .container {
      padding: 50px 5%; } }
  #main .section #content {
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      #main .section #content {
        width: 100%;
        margin-bottom: 40px; } }
  #main .section .right {
    float: right; }

@media screen and (max-width: 960px) {
  #content.right {
    padding-top: 20px; } }

/*# sourceMappingURL=style.css.map */