.so-open {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 15px;
  bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  font: normal bold 13px/1 Arial, sans-serif;
  color: #000;
  cursor: pointer; }
  .so-open.a9, .so-open.a5 {
    display: block; }
  @media (max-width: 1024px) {
    .so-open {
      display: none !important; } }

.so-close {
  position: fixed;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer; }

.so-win {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  background: #000;
  color: #FFF;
  transition: 0.3s;
  font: 400 1.3rem/1.6 Arial; }
  .so-win.active {
    z-index: 9999;
    opacity: 1; }

.so-section {
  margin: 0 0 20px; }
  .so-section .clickToEditDiv {
    margin: 5px 0 0 !important;
    text-align: left !important; }

.so-title {
  padding: 0 0 2px;
  margin: 0 0 15px;
  font: 400 1.6rem/1.6 Arial;
  text-transform: uppercase;
  border-bottom: 1px solid; }

.so-option > input {
  position: relative;
  bottom: -2px;
  margin: 0 5px 0 0;
  line-height: 1; }
  .so-option > input + label {
    line-height: 1; }

/* Default Table / Click to Edit Menu Styling */
/* End Default Table / CTE Menu */
html {
  font-size: 10px !important; }

.site {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.88;
  color: #353535; }

html.full-height,
html.full-height body,
html.full-height body > form,
html.full-height body > form > [id^=masterPageUC_MSTR] {
  height: 100%; }

html.full-height #adminDashboard ~ [id^=masterPageUC_MSTR],
html.full-height form > #adminDashboard[style*="display: block;"] ~ [id^=masterPageUC_MSTR] {
  height: calc(100% - 46px); }

html.full-height form > #adminDashboard[style*="display: none;"] ~ [id^=masterPageUC_MSTR] {
  height: 100%; }

[id^="masterPage"] h1 {
  display: block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.27;
  letter-spacing: 0.35;
  text-transform: uppercase;
  color: #293337;
  padding: 0;
  margin: 0 0 2rem; }
  [id^="masterPage"] h1:not(:first-child) {
    margin-top: 2rem; }
  [id^="masterPage"] h1:last-child {
    margin-bottom: 0; }
  [id^="masterPage"] h1:only-child {
    margin: 0; }
[id^="masterPage"] h2 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.37;
  letter-spacing: 0;
  text-transform: none;
  color: #005e29;
  padding: 0;
  margin: 0 0 2.5rem; }
  [id^="masterPage"] h2:not(:first-child) {
    margin-top: 2rem; }
  [id^="masterPage"] h2:last-child {
    margin-bottom: 0; }
[id^="masterPage"] h3 {
  display: block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 3.1rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #444;
  padding: 0;
  margin: 0 0 2rem; }
  [id^="masterPage"] h3:not(:first-child) {
    margin-top: 2rem; }
  [id^="masterPage"] h3:last-child {
    margin-bottom: 0; }
[id^="masterPage"] h4 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.27;
  letter-spacing: 0;
  text-transform: none;
  color: #444;
  padding: 0;
  margin: 0 0 2rem; }
  [id^="masterPage"] h4:not(:first-child) {
    margin-top: 2rem; }
  [id^="masterPage"] h4:last-child {
    margin-bottom: 0; }
[id^="masterPage"] h5 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #005e29;
  padding: 0;
  margin: 0 0 2rem; }
  [id^="masterPage"] h5:not(:first-child) {
    margin-top: 2rem; }
  [id^="masterPage"] h5:last-child {
    margin-bottom: 0; }
[id^="masterPage"] h6 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: 0;
  text-transform: none;
  color: #003f1b;
  padding: 0;
  margin: 0 0 2rem; }
  [id^="masterPage"] h6:not(:first-child) {
    margin-top: 2rem; }
  [id^="masterPage"] h6:last-child {
    margin-bottom: 0; }
[id^="masterPage"] p {
  line-height: 1.88;
  margin-bottom: 2rem; }
  [id^="masterPage"] p:last-child {
    margin-bottom: 0; }

.mpContent ul, .mpContent ol {
  font-size: 1.6rem;
  padding: 0 0 0 1.9rem; }
  .mpContent ul ul, .mpContent ul ol, .mpContent ol ul, .mpContent ol ol {
    padding: 0 0 0 4rem; }
  .mpContent ul li:last-child, .mpContent ol li:last-child {
    margin: 0; }

.eventRegOptions {
  line-height: 1 !important; }

.eventRegOptions p {
  line-height: 1; }

.eventRegWrapper h3 {
  margin: 0 !important; }

.lightBoxDiv {
  padding: 0 !important; }

.lightBoxDiv.mobileSploder {
  display: none !important;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99; }

.lightBoxDiv.mobileSploder[style*="block"] {
  display: block !important; }

[id^="lightBox"] {
  padding: 0 !important; }

[id^="lightBox"] > img {
  border: 5px solid #FFF; }

[id^="lightBox"] > [id$="NextDiv"] {
  margin-right: -5px !important; }

[id^="lightBox"] > [id$="Toolbar"] {
  height: 40px !important;
  padding: 10px !important; }

[id^="lightBox"] > [id$="Toolbar"][style*="overflow"] {
  display: none !important; }

.soBtn {
  bottom: 25px; }

.soWin {
  z-index: -1 !important;
  opacity: 0 !important; }

.soWin.active {
  z-index: 9999 !important;
  opacity: 1 !important; }

body.mobileFlyer.event.ViewEventFlyer {
  padding: 20px !important; }

.site p:only-child, .site p:last-child {
  margin: 0; }
.site .listView {
  padding: 0;
  margin: 0; }
.site.home img, .site.content img {
  max-width: 100%; }
.site a {
  color: #005e29;
  border-bottom: 1px solid transparent;
  text-decoration: none !important;
  transition: 0.3s all; }
  .site a else {
    text-decoration: none !important; }
  .site a .icon {
    transition: 0s all; }
  .site a:hover, .site a:active {
    color: #003f1b;
    border-bottom: 1px solid; }

.site.content .abut, .site.home .abut, .site.login .abut {
  display: inline-block;
  padding: 2rem 4rem 1.9rem !important;
  margin: 0 auto 1rem;
  border: 1px solid #979797 !important;
  background: #fff;
  color: #293337;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s !important; }
  .site.content .abut:hover, .site.content .abut:active, .site.home .abut:hover, .site.home .abut:active, .site.login .abut:hover, .site.login .abut:active {
    border: 1px solid #003f1b !important;
    background: #003f1b;
    color: #fff; }
.site.content .tableButton td a, .site.content .table-button td a, .site.home .tableButton td a, .site.home .table-button td a, .site.login .tableButton td a, .site.login .table-button td a {
  display: inline-block;
  padding: 2rem 4rem 1.9rem !important;
  margin: 0 auto 1rem;
  border: 1px solid #979797 !important;
  background: #fff;
  color: #293337;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s !important; }
  .site.content .tableButton td a:hover, .site.content .tableButton td a:active, .site.content .table-button td a:hover, .site.content .table-button td a:active, .site.home .tableButton td a:hover, .site.home .tableButton td a:active, .site.home .table-button td a:hover, .site.home .table-button td a:active, .site.login .tableButton td a:hover, .site.login .tableButton td a:active, .site.login .table-button td a:hover, .site.login .table-button td a:active {
    border: 1px solid #003f1b !important;
    background: #003f1b;
    color: #fff; }
.site.content .abutSecondary, .site.content .abut-secondary, .site.home .abutSecondary, .site.home .abut-secondary, .site.login .abutSecondary, .site.login .abut-secondary {
  display: inline-block;
  padding: 2rem 4rem 1.9rem !important;
  margin: 0 auto 1rem;
  border: none !important;
  background: #003f1b;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s !important; }
  .site.content .abutSecondary:hover, .site.content .abutSecondary:active, .site.content .abut-secondary:hover, .site.content .abut-secondary:active, .site.home .abutSecondary:hover, .site.home .abutSecondary:active, .site.home .abut-secondary:hover, .site.home .abut-secondary:active, .site.login .abutSecondary:hover, .site.login .abutSecondary:active, .site.login .abut-secondary:hover, .site.login .abut-secondary:active {
    background: #005e29;
    color: #fff; }
.site.content .tableButtonSecondary td a, .site.content .table-button-secondary td a, .site.home .tableButtonSecondary td a, .site.home .table-button-secondary td a, .site.login .tableButtonSecondary td a, .site.login .table-button-secondary td a {
  display: inline-block;
  padding: 2rem 4rem 1.9rem !important;
  margin: 0 auto 1rem;
  border: none !important;
  background: #003f1b;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s !important; }
  .site.content .tableButtonSecondary td a:hover, .site.content .tableButtonSecondary td a:active, .site.content .table-button-secondary td a:hover, .site.content .table-button-secondary td a:active, .site.home .tableButtonSecondary td a:hover, .site.home .tableButtonSecondary td a:active, .site.home .table-button-secondary td a:hover, .site.home .table-button-secondary td a:active, .site.login .tableButtonSecondary td a:hover, .site.login .tableButtonSecondary td a:active, .site.login .table-button-secondary td a:hover, .site.login .table-button-secondary td a:active {
    background: #005e29;
    color: #fff; }

.clickToEditAnchor {
  border: none !important; }

.newsPluginArchiveLink {
  display: none; }

img[src*="A_Master/Images/vNav/Services//plg_corner.gif"] {
  display: none !important; }

#grayOutDiv {
  width: 100% !important; }

.plgHeaderBar a {
  border: none !important; }

@media (max-width: 1199px) {
  [id^="masterPageUC"] .modulewrap .module {
    width: 100% !important; }

  [id^="masterPageUC"] .modulewrap .module .abut,
  #calendarLinkBar a {
    letter-spacing: 0; } }
/* Login Full Height */
#login_error {
  background: #FFF; }
  #login_error > span {
    display: block;
    padding: 10px;
    font-size: 1.4rem !important;
    font-weight: 400; }

html.login-container,
html.login-container body,
html.login-container body > form,
html.login-container body > form > [id^=masterPageUC_MSTR] {
  height: 100%; }

html.login-container #adminDashboard ~ [id^=masterPageUC_MSTR],
html.login-container form > #adminDashboard[style*="display: block;"] ~ [id^=masterPageUC_MSTR] {
  height: calc(100% - 46px); }

html.login-container form > #adminDashboard[style*="display: none;"] ~ [id^=masterPageUC_MSTR] {
  height: 100%; }

.site {
  min-height: 100%;
  position: relative; }
  .site .banner > table {
    top: 15px;
    right: 15px;
    z-index: 98; }
  .site .b-image {
    background-size: cover;
    background-position: 50% 50%; }
  .site header {
    position: relative;
    z-index: 98;
    font-size: 0;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
    .site header nav {
      width: 100%;
      margin: 0 auto;
      padding: 0 3.5rem;
      position: relative; }
      @media (max-width: 1400px) {
        .site header nav {
          padding: 0 2rem; } }
    .site header nav, .site header table, .site header tbody {
      width: 100%;
      height: 100%; }
    @media (max-width: 1024px) {
      .site header {
        height: 100px;
        background: #FFF; }
        .site header nav {
          padding: 0; } }
  .site .logo-container {
    text-align: left;
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 290px; }
    @media (max-width: 1400px) {
      .site .logo-container {
        left: 2rem; } }
    @media (max-width: 1300px) {
      .site .logo-container {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        padding: 2rem 0 1rem;
        margin: 0 auto;
        text-align: center; } }
    @media (max-width: 1024px) {
      .site .logo-container {
        padding: 1.5rem;
        text-align: left;
        max-width: 60%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
        .site .logo-container img {
          max-height: 70px; } }
    .site .logo-container a {
      display: inline-block;
      border: none !important; }
      .site .logo-container a:hover, .site .logo-container a:active {
        opacity: 0.8; }
  .site .menu-container {
    display: inline-block;
    vertical-align: top;
    height: 120px;
    width: 100%;
    text-align: center; }
    .site .menu-container > div {
      position: absolute;
      z-index: 96;
      display: block;
      padding: 8px;
      border-radius: 5px;
      background: #FFF;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      font: normal bold 12px/1 Arial, sans-serif;
      letter-spacing: 0;
      text-transform: none;
      color: #000;
      cursor: pointer;
      top: 15px;
      right: 15px; }
      @media (max-width: 760px) {
        .site .menu-container > div {
          display: none; } }
      .site .menu-container > div:before {
        content: 'Menu';
        margin-right: 10px;
        position: relative; }
      .site .menu-container > div > * {
        display: inline-block;
        vertical-align: middle; }
      .site .menu-container > div a {
        border: none !important; }
      .site .menu-container > div:before {
        content: 'Menu'; }
    @media (max-width: 1300px) {
      .site .menu-container {
        height: 80px;
        text-align: center; } }
    @media (max-width: 1024px) {
      .site .menu-container {
        display: none; } }
    .site .menu-container .svg-outline-lock {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      margin-right: 1.5rem;
      position: relative;
      top: -3px;
      background-size: 30px;
      background-position: 50% 50%;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3elock%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23005f29' stroke='%23005f29'%3e%3cpath data-cap='butt' d='M34%2c21V12A10.029%2c10.029%2c0%2c0%2c0%2c24%2c2h0A10.029%2c10.029%2c0%2c0%2c0%2c14%2c12v9' fill='none' stroke='%23005f29' stroke-miterlimit='10' stroke-linecap='butt'/%3e%3crect x='6' y='21' width='36' height='25' fill='none' stroke='%23005f29' stroke-miterlimit='10'/%3e%3ccircle data-color='color-2' cx='24' cy='31' r='4' fill='none' stroke-miterlimit='10'/%3e%3cline data-color='color-2' x1='24' y1='35' x2='24' y2='40' fill='none' stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e"); }
      @media (max-width: 1199px) {
        .site .menu-container .svg-outline-lock {
          display: none; } }
    .site .menu-container ul, .site .menu-container li {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      margin: 0; }
    .site .menu-container li {
      position: relative;
      padding: 0 3rem;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 1.8rem;
      line-height: 1; }
      @media (max-width: 1500px) {
        .site .menu-container li {
          padding: 0 2.5rem; } }
      @media (max-width: 1300px) {
        .site .menu-container li {
          padding: 0 1.5rem; } }
    .site .menu-container li a {
      color: #414141;
      border: none; }
    .site .menu-container a[href]:hover, .site .menu-container a[href]:active {
      color: #005f29; }
    .site .menu-container > ul, .site .menu-container > ul > li {
      height: 100%; }
    .site .menu-container > ul > li {
      padding-top: 5.25rem; }
      .site .menu-container > ul > li:before {
        content: '';
        position: absolute;
        left: -2px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        height: 4px;
        width: 4px;
        border-radius: 100%;
        background: #adadad; }
      .site .menu-container > ul > li:first-child:before {
        display: none; }
      .site .menu-container > ul > li:last-child:before {
        display: none; }
      @media (min-width: 1200px) {
        .site .menu-container > ul > li:last-child {
          height: auto;
          padding: 0;
          position: absolute;
          right: 3.5rem;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          font-size: 1.9rem;
          font-weight: 600;
          letter-spacing: 0.264rem;
          text-transform: uppercase; }
          .site .menu-container > ul > li:last-child > a {
            color: #005f29; }
            .site .menu-container > ul > li:last-child > a:hover, .site .menu-container > ul > li:last-child > a:active {
              color: #003f1b; }
              .site .menu-container > ul > li:last-child > a:hover .svg-outline-lock, .site .menu-container > ul > li:last-child > a:active .svg-outline-lock {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3elock%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23003f1b' stroke='%23003f1b'%3e%3cpath data-cap='butt' d='M34%2c21V12A10.029%2c10.029%2c0%2c0%2c0%2c24%2c2h0A10.029%2c10.029%2c0%2c0%2c0%2c14%2c12v9' fill='none' stroke='%23003f1b' stroke-miterlimit='10' stroke-linecap='butt'/%3e%3crect x='6' y='21' width='36' height='25' fill='none' stroke='%23003f1b' stroke-miterlimit='10'/%3e%3ccircle data-color='color-2' cx='24' cy='31' r='4' fill='none' stroke-miterlimit='10'/%3e%3cline data-color='color-2' x1='24' y1='35' x2='24' y2='40' fill='none' stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e"); } }
      .site .menu-container > ul > li.selectedItem > a {
        color: #005f29; }
      @media (max-width: 1199px) {
        .site .menu-container > ul > li {
          padding-top: 3.2rem; }
          .site .menu-container > ul > li:last-child {
            padding-top: 3.2rem; } }
    .site .menu-container > ul > li > a {
      display: block;
      position: relative; }
    .site .menu-container ul ul {
      display: block;
      width: 260px;
      padding: 2rem;
      position: absolute;
      z-index: 99;
      top: 100%;
      left: 1rem;
      transition: 0.2s;
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      transform-origin: top;
      text-align: left;
      opacity: 0;
      background: rgba(0, 63, 27, 0.85); }
    .site .menu-container li li {
      display: block;
      padding: 0;
      margin: 0;
      transition: 0.3s ease-in-out;
      opacity: 0;
      position: relative;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 2.25;
      letter-spacing: 0;
      text-transform: none; }
      .site .menu-container li li a {
        color: #fff;
        border-bottom: 1px solid transparent; }
      .site .menu-container li li a[href]:hover, .site .menu-container li li a[href]:active {
        color: #fff;
        border-bottom: 1px solid #fff; }
      .site .menu-container li li.selectedItem > a {
        border-bottom: 1px solid #FFF; }
    .site .menu-container ul ul ul {
      top: -2rem;
      left: 100%;
      transform: scaleX(0);
      transform-origin: left; }
    .site .menu-container ul li.lastItem ul ul {
      left: auto;
      right: 100%;
      transform-origin: right; }
    .site .menu-container li:hover > ul {
      transform: scaleY(1);
      opacity: 1; }
      .site .menu-container li:hover > ul > li {
        opacity: 1; }
    .site .menu-container li li:hover > ul {
      transform: scaleX(1); }
  .site footer {
    background-color: #003f1b;
    transition: 0.3s ease-in-out;
    font-size: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 2.14;
    color: #fff;
    position: relative;
    text-align: center; }
    .site footer .svg-marker:before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3epin 3%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23fff'%3e%3cpath fill='%23fff' d='M24%2c1C15.644%2c1%2c7%2c7.359%2c7%2c18c0%2c11.285%2c15.627%2c27.042%2c16.293%2c27.707C23.48%2c45.895%2c23.735%2c46%2c24%2c46 s0.52-0.105%2c0.707-0.293C25.373%2c45.042%2c41%2c29.285%2c41%2c18C41%2c7.359%2c32.356%2c1%2c24%2c1z M24%2c24c-3.309%2c0-6-2.691-6-6s2.691-6%2c6-6 s6%2c2.691%2c6%2c6S27.309%2c24%2c24%2c24z'/%3e%3c/g%3e%3c/svg%3e"); }
    .site footer .svg-email:before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3eemail%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23fff'%3e%3cpath d='M42%2c5H6a5%2c5%2c0%2c0%2c0-5%2c5V38a5%2c5%2c0%2c0%2c0%2c5%2c5H42a5%2c5%2c0%2c0%2c0%2c5-5V10A5%2c5%2c0%2c0%2c0%2c42%2c5ZM17%2c28.414%2c8.414%2c37A1%2c1%2c0%2c0%2c1%2c7%2c35.586L15.586%2c27A1%2c1%2c0%2c0%2c1%2c17%2c28.414Zm24.061%2c8.647a1%2c1%2c0%2c0%2c1-1.414%2c0L31%2c28.414A1%2c1%2c0%2c0%2c1%2c32.414%2c27l8.646%2c8.646A1%2c1%2c0%2c0%2c1%2c41.061%2c37.061ZM41%2c12.414%2c24.707%2c28.707a1%2c1%2c0%2c0%2c1-1.414%2c0L7%2c12.414A1%2c1%2c0%2c0%2c1%2c8.414%2c11L24%2c26.586%2c39.586%2c11A1%2c1%2c0%2c0%2c1%2c41%2c12.414Z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e"); }
    .site footer .svg-phone:before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3ephone%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23fff'%3e%3cpath d='M31.376%2c29.175%2c27.79%2c33.658A37.827%2c37.827%2c0%2c0%2c1%2c14.343%2c20.212l4.482-3.586a3.044%2c3.044%2c0%2c0%2c0%2c.88-3.614l-4.086-9.2A3.047%2c3.047%2c0%2c0%2c0%2c12.067%2c2.1L4.29%2c4.116A3.063%2c3.063%2c0%2c0%2c0%2c2.029%2c7.5%2c45.2%2c45.2%2c0%2c0%2c0%2c40.5%2c45.972a3.064%2c3.064%2c0%2c0%2c0%2c3.384-2.261L45.9%2c35.932a3.049%2c3.049%2c0%2c0%2c0-1.712-3.551L34.99%2c28.3A3.046%2c3.046%2c0%2c0%2c0%2c31.376%2c29.175Z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e"); }
    .site footer .svg-outline-article {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='%23fff' stroke='%23fff'%3E%3Crect x='3' y='1' width='18' height='22' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cline data-color='color-2' x1='15' y1='6' x2='17' y2='6' fill='none' stroke-miterlimit='10'/%3E%3Cline data-color='color-2' x1='15' y1='10' x2='17' y2='10' fill='none' stroke-miterlimit='10'/%3E%3Cline data-color='color-2' x1='7' y1='14' x2='17' y2='14' fill='none' stroke-miterlimit='10'/%3E%3Cline data-color='color-2' x1='7' y1='18' x2='17' y2='18' fill='none' stroke-miterlimit='10'/%3E%3Crect data-color='color-2' x='7' y='6' width='4' height='4' fill='none' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E"); }
    .site footer .svg-solidinfo {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cg fill='%23fff'%3E%3Cpath fill='%23fff' d='M15,0H1C0.4,0,0,0.4,0,1v14c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V1C16,0.4,15.6,0,15,0z M9,12H7V7h2V12z M8,6 C7.4,6,7,5.6,7,5c0-0.6,0.4-1,1-1s1,0.4,1,1C9,5.6,8.6,6,8,6z'/%3E%3C/g%3E%3C/svg%3E"); }
    .site footer .svg-boat1 {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cg fill='%23fff'%3E%3Cpolygon data-color='color-2' points='13,16 1,16 0,13 16,13 '/%3E%3Cpolygon fill='%23fff' points='11,5 11,11 15,11 '/%3E%3Cpolygon fill='%23fff' points='1,11 9,11 9,0 '/%3E%3C/g%3E%3C/svg%3E"); }
    .site footer .svg-facebook {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3elogo facebook%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23fff'%3e%3cpath fill='%23fff' d='M46%2c0H2C0.89543%2c0%2c0%2c0.89543%2c0%2c2v44c0%2c1.10457%2c0.89543%2c2%2c2%2c2h23.63829V29.4119h-6.25529v-7.24417h6.25529 v-5.34235c0-6.19977%2c3.78661-9.57566%2c9.31723-9.57566c2.64922%2c0%2c4.92609%2c0.19724%2c5.58963%2c0.2854v6.47912l-3.83577%2c0.00174 c-3.00786%2c0-3.59026%2c1.42929-3.59026%2c3.52668v4.62507h7.17347l-0.93401%2c7.24417h-6.23946V48H46c1.10457%2c0%2c2-0.89543%2c2-2V2 C48%2c0.89543%2c47.10457%2c0%2c46%2c0z'/%3e%3c/g%3e%3c/svg%3e"); }
    .site footer .svg-instagram {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3elogo instagram 2%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23fff'%3e%3cpath fill='%23fff' d='M24%2c4.324c6.408%2c0%2c7.167%2c0.024%2c9.698%2c0.14c2.731%2c0.125%2c5.266%2c0.672%2c7.216%2c2.622 c1.95%2c1.95%2c2.497%2c4.485%2c2.622%2c7.216c0.115%2c2.531%2c0.14%2c3.29%2c0.14%2c9.698s-0.024%2c7.167-0.14%2c9.698 c-0.125%2c2.731-0.672%2c5.266-2.622%2c7.216c-1.95%2c1.95-4.485%2c2.497-7.216%2c2.622c-2.53%2c0.115-3.289%2c0.14-9.698%2c0.14 s-7.168-0.024-9.698-0.14c-2.731-0.125-5.266-0.672-7.216-2.622c-1.95-1.95-2.497-4.485-2.622-7.216 c-0.115-2.531-0.14-3.29-0.14-9.698s0.024-7.167%2c0.14-9.698c0.125-2.731%2c0.672-5.266%2c2.622-7.216c1.95-1.95%2c4.485-2.497%2c7.216-2.622 C16.833%2c4.349%2c17.592%2c4.324%2c24%2c4.324 M24%2c0c-6.518%2c0-7.335%2c0.028-9.895%2c0.144c-3.9%2c0.178-7.326%2c1.133-10.077%2c3.884 c-2.75%2c2.75-3.706%2c6.175-3.884%2c10.077C0.028%2c16.665%2c0%2c17.482%2c0%2c24c0%2c6.518%2c0.028%2c7.335%2c0.144%2c9.895 c0.178%2c3.9%2c1.133%2c7.326%2c3.884%2c10.077c2.75%2c2.75%2c6.175%2c3.706%2c10.077%2c3.884C16.665%2c47.972%2c17.482%2c48%2c24%2c48s7.335-0.028%2c9.895-0.144 c3.899-0.178%2c7.326-1.133%2c10.077-3.884c2.75-2.75%2c3.706-6.175%2c3.884-10.077C47.972%2c31.335%2c48%2c30.518%2c48%2c24s-0.028-7.335-0.144-9.895 c-0.178-3.9-1.133-7.326-3.884-10.077c-2.75-2.75-6.175-3.706-10.077-3.884C31.335%2c0.028%2c30.518%2c0%2c24%2c0L24%2c0z'/%3e %3cpath data-color='color-2' fill='%23fff' d='M24%2c11.676c-6.807%2c0-12.324%2c5.518-12.324%2c12.324S17.193%2c36.324%2c24%2c36.324 S36.324%2c30.807%2c36.324%2c24S30.807%2c11.676%2c24%2c11.676z M24%2c32c-4.418%2c0-8-3.582-8-8s3.582-8%2c8-8s8%2c3.582%2c8%2c8S28.418%2c32%2c24%2c32z'/%3e %3ccircle data-color='color-2' fill='%23fff' cx='36.811' cy='11.189' r='2.88'/%3e%3c/g%3e%3c/svg%3e"); }
    .site footer .svg-twitter {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3elogo twitter 2%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23fff'%3e%3cpath fill='%23fff' d='M48%2c9.1c-1.8%2c0.8-3.7%2c1.3-5.7%2c1.6c2-1.2%2c3.6-3.1%2c4.3-5.4c-1.9%2c1.1-4%2c1.9-6.3%2c2.4c-1.8-1.9-4.4-3.1-7.2-3.1 c-5.4%2c0-9.8%2c4.4-9.8%2c9.8c0%2c0.8%2c0.1%2c1.5%2c0.3%2c2.2C15.5%2c16.2%2c8.2%2c12.3%2c3.3%2c6.3C2.5%2c7.8%2c2%2c9.4%2c2%2c11.2c0%2c3.4%2c1.7%2c6.4%2c4.4%2c8.2 c-1.6-0.1-3.1-0.5-4.5-1.2c0%2c0%2c0%2c0.1%2c0%2c0.1c0%2c4.8%2c3.4%2c8.8%2c7.9%2c9.7c-0.8%2c0.2-1.7%2c0.3-2.6%2c0.3c-0.6%2c0-1.3-0.1-1.9-0.2 c1.3%2c3.9%2c4.9%2c6.8%2c9.2%2c6.8c-3.4%2c2.6-7.6%2c4.2-12.2%2c4.2c-0.8%2c0-1.6%2c0-2.3-0.1c4.4%2c2.8%2c9.5%2c4.4%2c15.1%2c4.4c18.1%2c0%2c28-15%2c28-28 c0-0.4%2c0-0.9%2c0-1.3C45%2c12.8%2c46.7%2c11.1%2c48%2c9.1z'/%3e%3c/g%3e%3c/svg%3e"); }
    .site footer .svg-youtube {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3elogo youtube 2%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23fff'%3e%3cpath fill='%23fff' d='M47.5%2c14.4c0%2c0-0.5-3.3-1.9-4.8c-1.8-1.9-3.9-1.9-4.8-2C34.1%2c7.1%2c24%2c7.1%2c24%2c7.1h0c0%2c0-10.1%2c0-16.8%2c0.5 c-0.9%2c0.1-3%2c0.1-4.8%2c2c-1.4%2c1.5-1.9%2c4.8-1.9%2c4.8S0%2c18.3%2c0%2c22.2v3.6c0%2c3.9%2c0.5%2c7.8%2c0.5%2c7.8s0.5%2c3.3%2c1.9%2c4.8c1.8%2c1.9%2c4.2%2c1.9%2c5.3%2c2.1 c3.8%2c0.4%2c16.3%2c0.5%2c16.3%2c0.5s10.1%2c0%2c16.8-0.5c0.9-0.1%2c3-0.1%2c4.8-2c1.4-1.5%2c1.9-4.8%2c1.9-4.8s0.5-3.9%2c0.5-7.8v-3.6 C48%2c18.3%2c47.5%2c14.4%2c47.5%2c14.4z M19%2c30.2l0-13.5l13%2c6.8L19%2c30.2z'/%3e%3c/g%3e%3c/svg%3e"); }
    .site footer a {
      color: #fff;
      border-bottom: 1px solid transparent;
      text-decoration: none !important; }
      .site footer a:hover, .site footer a:active, .site footer a:focus {
        color: #fff;
        border-bottom: 1px solid #fff; }
    .site footer > div {
      padding: 2.5rem 4rem; }
      @media (max-width: 1400px) {
        .site footer > div {
          padding: 2.5rem 2rem; } }
    .site footer > div > div {
      display: inline-block;
      vertical-align: middle; }
    .site footer > div > div:first-child {
      width: 300px;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      letter-spacing: 0.125rem;
      text-transform: uppercase;
      text-align: left; }
      .site footer > div > div:first-child > div {
        display: none; }
      .site footer > div > div:first-child ul {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        margin-left: 10px; }
      .site footer > div > div:first-child ul li {
        padding: 0 7px; }
      .site footer > div > div:first-child li {
        display: inline-block;
        vertical-align: middle;
        font-size: 0; }
        .site footer > div > div:first-child li:first-child {
          margin-left: 0; }
        .site footer > div > div:first-child li:last-child {
          margin-right: 0; }
        .site footer > div > div:first-child li span {
          display: block;
          width: 18px;
          height: 18px;
          position: relative; }
        .site footer > div > div:first-child li a {
          display: inline-block;
          vertical-align: top;
          border: none !important; }
          .site footer > div > div:first-child li a:hover, .site footer > div > div:first-child li a:active {
            opacity: 0.7; }
      .site footer > div > div:first-child .svg-icon {
        background-size: 18px;
        background-position: 50% 50%; }
    .site footer > div > div:last-child {
      width: calc(100% - 400px);
      font-size: 1.45rem;
      letter-spacing: -0.025rem;
      text-align: right; }
      .site footer > div > div:last-child .svg-icon {
        display: inline-block;
        width: 16px;
        margin: 0 5px 0 0;
        position: relative;
        bottom: -2px; }
        .site footer > div > div:last-child .svg-icon:before {
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          margin: 0 auto;
          background-size: cover;
          transition: 0.3s ease-in-out; }
        .site footer > div > div:last-child .svg-icon:after {
          display: none; }
      .site footer > div > div:last-child ul, .site footer > div > div:last-child li {
        display: inline-block;
        padding: 0;
        margin: 0; }
      .site footer > div > div:last-child ul li {
        padding: 5px 15px;
        position: relative;
        top: -1px; }
        .site footer > div > div:last-child ul li a {
          display: inline-block;
          vertical-align: middle; }
          .site footer > div > div:last-child ul li a .svg-icon {
            height: 15px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 12px;
            transition: 0.3s ease-in-out; }
            .site footer > div > div:last-child ul li a .svg-icon:after {
              display: none; }
          .site footer > div > div:last-child ul li a:hover .svg-icon, .site footer > div > div:last-child ul li a:active .svg-icon {
            opacity: 0.7; }
      .site footer > div > div:last-child li, .site footer > div > div:last-child > span {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 15px; }
        @media (max-width: 1500px) {
          .site footer > div > div:last-child li, .site footer > div > div:last-child > span {
            padding: 5px; } }
        @media (max-width: 768px) {
          .site footer > div > div:last-child li, .site footer > div > div:last-child > span {
            display: block;
            padding: 5px 15px !important; } }
      .site footer > div > div:last-child > span:last-child {
        padding-right: 0 !important; }
      .site footer > div > div:last-child > div {
        display: none; }
    @media (max-width: 1400px) {
      .site footer > div > div:first-child, .site footer > div > div:last-child {
        width: 100%;
        text-align: center; }
      .site footer > div > div:first-child {
        padding: 0 0 1rem; } }
  .site .banner {
    position: relative;
    padding-top: 44%;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .site .banner {
        padding-top: 30%; } }
    .site .banner > table {
      position: absolute;
      z-index: 96;
      display: block;
      width: auto;
      padding: 8px;
      padding-right: 20px;
      border-radius: 5px;
      background: #FFF;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      font: normal bold 12px/1 Arial, sans-serif;
      color: #000;
      cursor: pointer;
      top: 5px;
      right: 5px;
      width: 75px; }
      .site .banner > table:before {
        content: '{$menu-text}';
        margin-right: 5px;
        position: relative;
        bottom: -1px; }
      .site .banner > table a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none !important; }
        .site .banner > table a img {
          position: relative;
          top: 6px;
          right: 5px; }
      .site .banner > table tbody, .site .banner > table tr, .site .banner > table td {
        display: inline; }
      .site .banner > table [src*="corner"] {
        display: none; }
      .site .banner > table:before {
        content: 'Banner'; }
    .site .banner [id^="photoPluginWrapper"], .site .banner .mpContent {
      position: absolute !important;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100% !important;
      height: auto !important;
      min-height: 0 !important;
      z-index: 1;
      background-size: cover;
      background-position: 50% 50%; }
      .site .banner [id^="photoPluginWrapper"] > img, .site .banner .mpContent > img {
        opacity: 0; }
    .site .banner .photoGalleryWrapDiv, .site .banner .banner-image {
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      overflow: hidden;
      background-size: cover;
      background-position: 50% 50%; }
      .site .banner .photoGalleryWrapDiv:after, .site .banner .banner-image:after {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20%;
        opacity: 0.5;
        background: #111111;
        background: -moz-linear-gradient(0deg, #111111 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(0deg, #111111 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0deg, #111111 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#000000",GradientType=1); }
    .site .banner > .clickToEditDiv {
      position: absolute;
      z-index: 99;
      display: block;
      top: 15px;
      right: 15px;
      padding: 5px 10px !important;
      border-radius: 5px;
      background: #FFF;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      font: normal bold 12px/1 Arial, sans-serif;
      letter-spacing: 0;
      text-transform: none;
      color: #000;
      cursor: pointer; }
      @media (max-width: 760px) {
        .site .banner > .clickToEditDiv {
          display: none; } }
      .site .banner > .clickToEditDiv:before {
        content: 'Banner';
        margin-right: 5px;
        position: relative;
        bottom: -1px; }
  .site .banner-arrows {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 5rem;
    height: 50px; }
    .site .banner-arrows [class^="prevImg"], .site .banner-arrows [class^="nextImg"] {
      display: block;
      width: 35px;
      height: 50px;
      border: none !important;
      position: absolute; }
      .site .banner-arrows [class^="prevImg"]:hover, .site .banner-arrows [class^="prevImg"]:active, .site .banner-arrows [class^="nextImg"]:hover, .site .banner-arrows [class^="nextImg"]:active {
        opacity: 0.5; }
    .site .banner-arrows [class^="nextImg"] {
      right: 30px;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='none' stroke-miterlimit='10' d='M20 16l8 8-8 8' stroke-linecap='square' stroke-width='1' stroke='%23fff'/%3e%3c/svg%3e");
      background-size: 100px;
      background-position: right -24px center; }
    .site .banner-arrows [class^="prevImg"] {
      left: 30px;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='none' stroke-miterlimit='10' d='M28 32l-8-8 8-8' stroke-linecap='square' stroke-width='1' stroke='%23fff'/%3e%3c/svg%3e");
      background-size: 100px;
      background-position: left -24px center; }
  .site .scroll-down {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: #FFF;
    opacity: 1;
    transition: 0.3s ease-in-out; }
    @media (max-width: 700px) {
      .site .scroll-down {
        display: none; } }
    .site .scroll-down .svg-simple-down {
      display: block;
      width: 35px;
      height: 30px;
      margin: 0 auto;
      background-size: 65px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3esmall down%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='1' fill='%23FFF' stroke='%23FFF'%3e%3cpolyline fill='none' stroke='%23FFF' stroke-miterlimit='10' points='32%2c20 24%2c28 16%2c20 '/%3e%3c/g%3e%3c/svg%3e"); }
    .site .scroll-down:hover, .site .scroll-down:active {
      opacity: 0.6; }
  .site .call-to-action-container {
    padding: 15px;
    position: relative;
    overflow: hidden;
    font-size: 0;
    text-align: center; }
    @media (max-width: 1199px) {
      .site .call-to-action-container {
        padding: 10px; } }
    .site .call-to-action-container.thirty-split .call-to-action {
      width: 33.33333333333%; }
      @media (max-width: 900px) {
        .site .call-to-action-container.thirty-split .call-to-action {
          width: 100%;
          max-width: 460px; } }
  .site .call-to-action {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    position: relative;
    border: 15px solid #FFF; }
    @media (max-width: 1199px) {
      .site .call-to-action {
        border: 10px solid #FFF; } }
    @media (min-width: 901px) {
      .site .call-to-action:hover .call-to-action-image:after, .site .call-to-action:active .call-to-action-image:after {
        opacity: 0.5; } }
  .site .call-to-action-link .mpContent, .site .call-to-action-link .mpContent a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 9;
    border: none !important; }
  .site .call-to-action-link .clickToEditDiv {
    position: absolute;
    z-index: 99;
    display: block;
    top: 10px;
    left: 10px;
    padding: 5px !important;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    font: normal bold 12px/1 Arial, sans-serif;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    cursor: pointer; }
    .site .call-to-action-link .clickToEditDiv:before {
      content: 'Link';
      margin-right: 10px;
      position: relative;
      bottom: -1px; }
    @media (max-width: 760px) {
      .site .call-to-action-link .clickToEditDiv {
        display: none; } }
  .site .call-to-action-content:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    opacity: 0.6; }
  .site .call-to-action-content h1, .site .call-to-action-content h2, .site .call-to-action-content h3, .site .call-to-action-content h4, .site .call-to-action-content h5, .site .call-to-action-content h6 {
    color: #FFF; }
  .site .call-to-action-content .mpContent {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-size: 2.4rem;
    font-weight: 500;
    color: #FFF; }
  @media (max-width: 1199px) {
    .site .call-to-action-content .mpContent {
      bottom: 1.5rem; } }
  @media (max-width: 900px) {
    .site .call-to-action-content {
      text-align: center; } }
  .site .call-to-action-content .clickToEditDiv {
    position: absolute;
    z-index: 99;
    display: block;
    bottom: 10px;
    right: 10px;
    padding: 5px !important;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    font: normal bold 12px/1 Arial, sans-serif;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    cursor: pointer; }
    .site .call-to-action-content .clickToEditDiv:before {
      content: 'Content';
      margin-right: 10px;
      position: relative;
      bottom: -1px; }
    @media (max-width: 760px) {
      .site .call-to-action-content .clickToEditDiv {
        display: none; } }
  .site .call-to-action-image {
    background: #000;
    overflow: hidden;
    position: relative;
    outline: 1px solid #FFF;
    outline-offset: -1px; }
    @media (min-width: 901px) {
      .site .call-to-action-image:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0;
        transition: 0.3s ease-in-out; } }
    .site .call-to-action-image .mpContent {
      position: relative;
      z-index: 1;
      transition: 0.3s ease-in-out;
      opacity: 1;
      outline: 1px solid #FFF;
      outline-offset: -1px; }
      .site .call-to-action-image .mpContent img {
        width: 100%; }
    .site .call-to-action-image .clickToEditDiv {
      position: absolute;
      z-index: 99;
      display: block;
      top: 10px;
      right: 10px;
      padding: 5px !important;
      border-radius: 5px;
      background: #FFF;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      font: normal bold 12px/1 Arial, sans-serif;
      letter-spacing: 0;
      text-transform: none;
      color: #000;
      cursor: pointer; }
      .site .call-to-action-image .clickToEditDiv:before {
        content: 'Image';
        margin-right: 10px;
        position: relative;
        bottom: -1px; }
      @media (max-width: 760px) {
        .site .call-to-action-image .clickToEditDiv {
          display: none; } }
  .site .quick-links {
    min-height: 350px;
    background-size: cover;
    background-position: center center;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 10rem 1.5rem; }
    @media (max-width: 1200px) {
      .site .quick-links {
        padding: 8rem 1.5rem; } }
    @media (max-width: 1024px) {
      .site .quick-links {
        padding: 2rem 1.5rem; } }
    .site .quick-links > .mpContent {
      font-size: 0; }
      .site .quick-links > .mpContent:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(41, 51, 55, 0.7); }
      .site .quick-links > .mpContent img {
        visibility: hidden;
        height: 0;
        margin: 0; }
    .site .quick-links > .clickToEditDiv {
      position: absolute;
      z-index: 99;
      display: block;
      width: 255px;
      bottom: 10px;
      right: 10px;
      padding: 5px !important;
      border-radius: 5px;
      background: #FFF;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      font: normal bold 12px/1 Arial, sans-serif;
      letter-spacing: 0;
      text-transform: none;
      color: #000;
      cursor: pointer; }
      @media (max-width: 760px) {
        .site .quick-links > .clickToEditDiv {
          display: none; } }
      .site .quick-links > .clickToEditDiv:before {
        content: 'Quicklinks Background';
        margin-right: 20px;
        position: relative;
        bottom: -1px; }
    .site .quick-links > div[style] {
      position: absolute;
      z-index: 96;
      display: block;
      padding: 8px;
      border-radius: 5px;
      background: #FFF;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      font: normal bold 12px/1 Arial, sans-serif;
      letter-spacing: 0;
      text-transform: none;
      color: #000;
      cursor: pointer;
      top: 5px;
      right: 5px; }
      @media (max-width: 760px) {
        .site .quick-links > div[style] {
          display: none; } }
      .site .quick-links > div[style]:before {
        content: 'Menu';
        margin-right: 10px;
        position: relative; }
      .site .quick-links > div[style] > * {
        display: inline-block;
        vertical-align: middle; }
      .site .quick-links > div[style] a {
        border: none !important; }
      .site .quick-links > div[style]:before {
        content: 'Quicklinks'; }
    .site .quick-links .welcome {
      position: relative;
      margin-bottom: 20px; }
      .site .quick-links .welcome h1 {
        margin: 0;
        letter-spacing: 0.3rem;
        color: #fff; }
      .site .quick-links .welcome p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.25;
        color: #FFF; }
    .site .quick-links .svg-icon {
      position: relative;
      color: #fff;
      font-size: 3.6rem;
      display: inline-block;
      width: 100%;
      height: 40px;
      background-size: 35px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      margin: 0 0 5px;
      text-decoration: none !important; }
      .site .quick-links .svg-icon:after {
        display: none; }
    .site .quick-links .svg-round-profile {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3ecircle 10%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23fff' stroke='%23fff'%3e%3cpath data-cap='butt' data-color='color-2' fill='none' stroke-miterlimit='10' d='M38%2c40.971v-1.489 c0-2.153-1.154-4.141-3.023-5.209l-5.971-3.425' stroke-linecap='butt'/%3e %3cpath data-cap='butt' data-color='color-2' fill='none' stroke-miterlimit='10' d='M18.995%2c30.847l-5.971%2c3.425 C11.154%2c35.341%2c10%2c37.329%2c10%2c39.482v1.489' stroke-linecap='butt'/%3e %3cpath data-color='color-2' fill='none' stroke-miterlimit='10' d='M24%2c33L24%2c33 c-4.418%2c0-8-4.582-8-9v-4c0-4.418%2c3.582-8%2c8-8h0c4.418%2c0%2c8%2c3.582%2c8%2c8v4C32%2c28.418%2c28.418%2c33%2c24%2c33z'/%3e %3ccircle fill='none' stroke='%23fff' stroke-miterlimit='10' cx='24' cy='24' r='22'/%3e%3c/g%3e%3c/svg%3e"); }
    .site .quick-links .svg-profile-badge {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3ebadge 13%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23fff' stroke='%23fff'%3e%3cline data-color='color-2' fill='none' stroke-miterlimit='10' x1='29' y1='22' x2='38' y2='22'/%3e %3cline data-color='color-2' fill='none' stroke-miterlimit='10' x1='29' y1='30' x2='38' y2='30'/%3e %3cpath data-color='color-2' fill='none' stroke-miterlimit='10' d='M23%2c34H9v0 c0-3.314%2c2.686-6%2c6-6h2C20.314%2c28%2c23%2c30.686%2c23%2c34L23%2c34z'/%3e %3ccircle data-color='color-2' fill='none' stroke-miterlimit='10' cx='16' cy='21' r='4'/%3e %3cpath fill='none' stroke='%23fff' stroke-miterlimit='10' d='M38%2c6c0%2c2.209-1.791%2c4-4%2c4 s-4-1.791-4-4H18c0%2c2.209-1.791%2c4-4%2c4s-4-1.791-4-4H2v36h44V6H38z'/%3e%3c/g%3e%3c/svg%3e"); }
    .site .quick-links .svg-outline-golfclubs {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3egolf club%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23fff' stroke='%23fff'%3e%3cpath data-color='color-2' d='M27%2c24V11.5a3.975%2c3.975%2c0%2c0%2c1%2c2.057-3.482l10-5.51A4%2c4%2c0%2c0%2c1%2c45%2c5.973v5.049a4%2c4%2c0%2c0%2c1-3.978%2c4L27%2c15' fill='none' stroke-miterlimit='10'/%3e %3cpath data-color='color-2' d='M19%2c24V15.319a2%2c2%2c0%2c0%2c0-1.212-1.838L7.788%2c9.2A2%2c2%2c0%2c0%2c0%2c5%2c11.033V18a2%2c2%2c0%2c0%2c0%2c2%2c2H19' fill='none' stroke-miterlimit='10'/%3e %3crect x='9' y='30' width='28' height='6' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3e %3cline x1='33' y1='36' x2='33' y2='46' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3e %3cline x1='13' y1='46' x2='13' y2='36' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e"); }
    .site .quick-links .svg-outline-receipt {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3ereceipt%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23fff' stroke='%23fff'%3e%3cpolygon fill='none' stroke='%23fff' stroke-miterlimit='10' points='42%2c46 6%2c46 6%2c4 12%2c8 17.999%2c4 23.999%2c8 30%2c4 36%2c8 42%2c4 '/%3e %3cpath data-color='color-2' fill='none' stroke-miterlimit='10' d=' M18.404%2c34.001C19.163%2c35.78%2c20.915%2c37%2c23%2c37h2c2.8%2c0%2c5-2.2%2c5-5l0%2c0c0-7-12-3-12-10l0%2c0c0-2.8%2c2.2-5%2c5-5h2 c2.086%2c0%2c3.84%2c1.221%2c4.598%2c3.002'/%3e %3cline data-color='color-2' fill='none' stroke-miterlimit='10' x1='24' y1='14' x2='24' y2='17'/%3e %3cline data-color='color-2' fill='none' stroke-miterlimit='10' x1='24' y1='37' x2='24' y2='40'/%3e%3c/g%3e%3c/svg%3e"); }
    .site .quick-links .svg-calendar-outline {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3ecalendar%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23fff' stroke='%23fff'%3e%3cline data-color='color-2' x1='2' y1='17' x2='46' y2='17' fill='none' stroke-miterlimit='10'/%3e%3cpolyline points='40 6 46 6 46 45 2 45 2 6 13 6' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3e%3cline x1='18' y1='6' x2='35' y2='6' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3e%3cline data-color='color-2' x1='13' y1='11' x2='13' y2='2' fill='none' stroke-miterlimit='10'/%3e%3cline data-color='color-2' x1='35' y1='11' x2='35' y2='2' fill='none' stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e"); }
    .site .quick-links .svg-outline-tennis {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23fff' stroke='%23fff'%3e%3crect x='3.136' y='35.672' width='12.728' height='5.657' transform='translate(-24.441 17.994) rotate(-45)' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3e %3cpath d='M29%2c30.214a10.454%2c10.454%2c0%2c0%2c1-8.444-2.77c-4.687-4.686-3.379-13.592%2c2.828-19.8S38.5.131%2c43.183%2c4.817C45.927%2c7.561%2c46.618%2c11.752%2c45.471%2c16' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3e %3ccircle data-color='color-2' cx='40' cy='26' r='6' fill='none' stroke-miterlimit='10'/%3e %3cpath data-cap='butt' d='M17.739%2c21c0%2c5.375-3.344%2c10.551-5.055%2c12.262' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-linecap='butt'/%3e %3cpath data-cap='butt' d='M27%2c30.261c-5.375%2c0-10.551%2c3.344-12.262%2c5.055' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-linecap='butt'/%3e%3c/g%3e%3c/svg%3e"); }
    .site .quick-links .svg-outline-medicineball {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='%23fff' stroke='%23fff'%3E%3Cpath d='M5,16a10.592,10.592,0,0,0,3,8,38.013,38.013,0,0,0,8,1,37.667,37.667,0,0,0,8-1,10.592,10.592,0,0,0,3-8,10.592,10.592,0,0,0-3-8,38.363,38.363,0,0,0-8-1A37.337,37.337,0,0,0,8,8,10.592,10.592,0,0,0,5,16Z' fill='none' stroke-miterlimit='10' data-color='color-2'/%3E%3Cline x1='8' y1='8' x2='8' y2='3.309' fill='none' stroke-miterlimit='10' data-cap='butt' data-color='color-2'/%3E%3Cline x1='24' y1='8' x2='24' y2='3.309' fill='none' stroke-miterlimit='10' data-cap='butt' data-color='color-2'/%3E%3Cline x1='8' y1='24' x2='8' y2='28.691' fill='none' stroke-miterlimit='10' data-cap='butt' data-color='color-2'/%3E%3Cline x1='24' y1='24' x2='24' y2='28.691' fill='none' stroke-miterlimit='10' data-cap='butt' data-color='color-2'/%3E%3Ccircle cx='16' cy='16' r='15' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E"); }
    .site .quick-links .svg-outline-spoonfork {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' width='64' height='64'%3e%3ctitle%3ecutlery 75%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23fff' stroke='%23fff'%3e%3cpath data-cap='butt' data-color='color-2' fill='none' stroke-miterlimit='10' d='M43%2c27l-0.886%2c31.002 C42.052%2c60.191%2c43.81%2c62%2c46%2c62h0c2.19%2c0%2c3.948-1.809%2c3.886-3.998L49%2c27' stroke-linecap='butt'/%3e %3cpath data-cap='butt' data-color='color-2' fill='none' stroke-miterlimit='10' d='M15.006%2c26.543l-0.892%2c31.458 C14.052%2c60.191%2c15.81%2c62%2c18%2c62h0c2.19%2c0%2c3.948-1.809%2c3.886-3.998l-0.891-31.458' stroke-linecap='butt'/%3e %3cpath fill='none' stroke='%23fff' stroke-miterlimit='10' d='M18%2c27L18%2c27 c-5.523%2c0-10-4.477-10-10v-5C8%2c6.477%2c12.477%2c2%2c18%2c2h0c5.523%2c0%2c10%2c4.477%2c10%2c10v5C28%2c22.523%2c23.523%2c27%2c18%2c27z'/%3e %3cpath fill='none' stroke='%23fff' stroke-miterlimit='10' d='M55%2c3v18 c0%2c3.314-2.686%2c6-6%2c6h-6c-3.314%2c0-6-2.686-6-6V3'/%3e %3cline fill='none' stroke='%23fff' stroke-miterlimit='10' x1='43' y1='3' x2='43' y2='19'/%3e %3cline fill='none' stroke='%23fff' stroke-miterlimit='10' x1='49' y1='3' x2='49' y2='19'/%3e%3c/g%3e%3c/svg%3e"); }
    .site .quick-links ul {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 1600px; }
      @media (max-width: 1199px) {
        .site .quick-links ul {
          max-width: 800px; } }
      .site .quick-links ul li {
        display: inline-block;
        padding: 15px 50px;
        margin: 0;
        font-size: 0;
        -webkit-box-flex: 0;
        vertical-align: top;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .site .quick-links ul li a {
        display: inline-block;
        width: 100%;
        font-size: 2.1rem;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        color: #fff;
        position: relative;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        border: none !important; }
        .site .quick-links ul li a:hover, .site .quick-links ul li a:focus {
          opacity: 0.75; }
  .site body.user-is-tabbing .quick-links.opt1 ul li a:focus {
    text-decoration: none;
    outline-style: dashed;
    outline-color: #fff;
    outline-width: 2px;
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .site .quick-links.opt1 ul li a {
      padding: 0;
      text-decoration: none !important; }
    .site .quick-links.opt1 .welcome h1 {
      font-size: 2.2rem; }
    .site .quick-links.opt1 ul li {
      display: block;
      padding: 0 0 15px 0; } }
  @media (max-width: 768px) {
    .site .quick-links.opt1 {
      min-height: 290px; }
    .site .quick-links.opt1 ul {
      display: block;
      width: 100%; } }
  .site .priv-hm-title {
    display: inline-block;
    padding-right: 30px;
    font-family: "Lora", serif;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.35rem;
    text-transform: uppercase;
    color: #293337; }
    @media (max-width: 991px) {
      .site .priv-hm-title {
        display: block; } }
  .site .view-all-link {
    display: block;
    float: right !important;
    margin: 2.5rem 0 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #005e29;
    border-bottom: 2px solid transparent; }
  .site .view-all-link:hover, .site .view-all-link:active, .site .view-all-link:focus {
    color: #003f1b;
    border-bottom: 2px solid #003f1b; }
  @media (max-width: 991px) {
    .site .view-all-link {
      margin-top: 0;
      display: inline-block;
      width: auto;
      float: none !important; } }
  .site .calendar.opt1 {
    font-family: "Poppins", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 15px 5rem 15px; }
    .site .calendar.opt1 div[id$="EventsWrapper"] {
      clear: both; }
      .site .calendar.opt1 div[id$="EventsWrapper"] .event-date {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17rem;
        flex: 0 0 17rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #005e29;
        font-family: "Lora", serif;
        line-height: 1.3;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-date br {
          display: none; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-date span {
          font-size: 2.4rem; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-date span.calDay {
          font-size: 5rem;
          font-family: "Lora", serif;
          left: -4px;
          position: relative; }
      .site .calendar.opt1 div[id$="EventsWrapper"] .event-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 399px;
        flex: 0 0 399px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-image:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0);
          -webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-image img {
          width: 100%;
          max-height: 100%;
          opacity: 0; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-image img + img {
          display: none; }
      .site .calendar.opt1 div[id$="EventsWrapper"] .event-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        background-color: #f9f8f8;
        font-size: 0;
        padding: 5rem 7rem 3rem 5.7rem; }
      .site .calendar.opt1 div[id$="EventsWrapper"] .event-title {
        font-family: "Poppins", sans-serif;
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.27;
        color: #444;
        margin-bottom: 0; }
      .site .calendar.opt1 div[id$="EventsWrapper"] .event-cta {
        font-family: "Poppins", sans-serif;
        font-size: 1.6rem;
        font-weight: 300;
        color: #7e7e7e;
        margin-top: 1rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-cta:after {
          content: '';
          display: inline-block;
          width: 18px;
          height: 18px;
          margin-left: 10px;
          position: relative;
          top: 4px;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3eframe c arrow right%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%237e7e7e' stroke='%237e7e7e'%3e%3ccircle fill='none' stroke='%237e7e7e' stroke-miterlimit='10' cx='24' cy='24' r='22'/%3e %3cpolyline data-color='color-2' fill='none' stroke-miterlimit='10' points=' 21%2c16 29%2c24 21%2c32 '/%3e%3c/g%3e%3c/svg%3e");
          background-position: right center;
          background-size: 18px;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      .site .calendar.opt1 div[id$="EventsWrapper"] .event-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1rem;
        border: none; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:hover, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:active, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:focus {
          text-decoration: none; }
          .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:hover .event-date, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:active .event-date, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:focus .event-date {
            background: #003f1b;
            color: #fff; }
          .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:hover .event-image:after, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:active .event-image:after, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:focus .event-image:after {
            background: rgba(0, 0, 0, 0.5); }
          .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:hover .event-cta, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:active .event-cta, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:focus .event-cta {
            color: #003f1b; }
            .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:hover .event-cta:after, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:active .event-cta:after, .site .calendar.opt1 div[id$="EventsWrapper"] .event-link:focus .event-cta:after {
              background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3e%3ctitle%3eframe c arrow right%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='%23003f1b' stroke='%23003f1b'%3e%3ccircle fill='none' stroke='%23003f1b' stroke-miterlimit='10' cx='24' cy='24' r='22'/%3e %3cpolyline data-color='color-2' fill='none' stroke-miterlimit='10' points=' 21%2c16 29%2c24 21%2c32 '/%3e%3c/g%3e%3c/svg%3e"); }
    .site .calendar.opt1 .calDaySuffix {
      display: none; }
  @media (max-width: 1199px) {
    .site .calendar.opt1 div[id$="EventsWrapper"] .event-image {
      -ms-flex-negative: 1;
      flex-shrink: 1; } }
  @media (max-width: 991px) {
    .site .calendar.opt1 {
      padding: 3rem 15px;
      text-align: center; }
      .site .calendar.opt1 div[id$="EventsWrapper"] {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-date {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 10rem;
          flex: 0 1 10rem; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-image {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(100% - 10rem);
          flex: 1 1 calc(100% - 10rem); }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-info {
          padding: 1.5rem;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
        .site .calendar.opt1 div[id$="EventsWrapper"] .event-date span {
          color: #fff; }
        .site .calendar.opt1 div[id$="EventsWrapper"] a.event-link {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .site.home .calendar.opt1 {
    padding-bottom: 8rem; }
  @media (max-width: 991px) {
    .site.home .calendar.opt1 {
      padding-bottom: 3rem; } }
  .site.content .banner {
    padding-top: 36%; }
    @media (max-width: 1024px) {
      .site.content .banner {
        padding-top: 30%; } }
  .site .outer-banner {
    position: relative; }
  .site .sub-nav {
    padding: 0;
    background: rgba(0, 63, 27, 0.85);
    text-align: center; }
    @media (min-width: 1024px) {
      .site .sub-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10; } }
    .site .sub-nav > div {
      display: none; }
    .site .sub-nav ul, .site .sub-nav li {
      display: inline-block;
      padding: 0;
      margin: 0; }
    .site .sub-nav li {
      padding: 1.2rem 2rem; }
      .site .sub-nav li a {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.25;
        color: #fff;
        border-bottom: 1px solid transparent; }
        .site .sub-nav li a:hover, .site .sub-nav li a:active {
          color: #fff;
          border-bottom: 1px solid #fff; }
      .site .sub-nav li.selectedItem a {
        color: #fff;
        border-bottom: 1px solid #fff; }
        .site .sub-nav li.selectedItem a:hover, .site .sub-nav li.selectedItem a:active {
          color: #fff;
          border-bottom: 1px solid #fff; }
  .site .one-column {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 6.5rem 1.5rem; }
    .site .one-column > .mpContent:first-child {
      margin-bottom: 2rem; }
    @media (max-width: 1024px) {
      .site .one-column {
        padding: 4rem 1.5rem; } }
    .site .one-column.centered {
      text-align: center; }
  .site .two-column {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6.5rem 3rem;
    font-size: 0; }
    @media (max-width: 1024px) {
      .site .two-column {
        padding: 4rem 1.5rem; } }
    .site .two-column > div {
      display: inline-block;
      vertical-align: top;
      font-size: 1.6rem; }
      .site .two-column > div:first-child {
        width: 270px;
        padding-right: 3rem; }
        @media (max-width: 1024px) {
          .site .two-column > div:first-child {
            display: none; } }
      .site .two-column > div:last-child {
        width: calc(100% - 270px); }
        @media (max-width: 1024px) {
          .site .two-column > div:last-child {
            padding: 0;
            width: 100%; } }
  .site.login {
    height: 100%;
    padding-top: 0 !important; }
    @media (max-width: 768px) {
      .site.login {
        background: #000; } }
    .site.login .login-background {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #000;
      overflow: hidden; }
      .site.login .login-background .mpContent {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        opacity: 0.9; }
        .site.login .login-background .mpContent img {
          opacity: 0;
          max-width: 100%; }
      .site.login .login-background .clickToEditDiv {
        position: absolute;
        z-index: 99;
        bottom: 15px;
        right: 15px; }
    .site.login .login-wrap {
      position: relative;
      display: table;
      height: 100%;
      width: 50%;
      margin: 0 auto 0 0;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
      @media (max-width: 1024px) {
        .site.login .login-wrap {
          width: 100%;
          background: rgba(0, 0, 0, 0.7); } }
      .site.login .login-wrap > div {
        display: table-cell;
        vertical-align: middle; }
        @media (max-width: 767px) {
          .site.login .login-wrap > div {
            display: block;
            vertical-align: top;
            overflow: auto; } }
      @media (max-width: 767px) {
        .site.login .login-wrap {
          display: block;
          vertical-align: top;
          overflow: auto; } }
  .site .login-logo {
    display: inline-block;
    border: none !important;
    position: relative;
    margin-bottom: 20px; }
    .site .login-logo img {
      width: 100%;
      max-width: 110px; }
  .site .inner-login {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 0 100px;
    text-align: center;
    color: #fff;
    font-size: 0;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .site .inner-login {
        padding: 0 2rem;
        margin: 0 auto;
        max-width: 410px; } }
    @media (max-width: 768px) {
      .site .inner-login {
        padding: 2rem 1.5rem; } }
    .site .inner-login p {
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 1.76;
      text-align: center;
      color: #FFF; }
    .site .inner-login table {
      margin: 0 auto 5rem !important;
      font-size: 1.8rem; }
      .site .inner-login table td {
        vertical-align: middle; }
      .site .inner-login table a {
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        color: #FFF; }
    .site .inner-login .abut {
      display: inline-block;
      width: 100%;
      background: #FFF;
      color: #293337; }
      .site .inner-login .abut:hover, .site .inner-login .abut:active {
        background: #EEE;
        color: #293337; }
    .site .inner-login .login_input {
      width: 100%;
      margin: 0 auto 1rem; }
      .site .inner-login .login_input input {
        width: 100%;
        height: auto;
        padding: 1.5rem 2rem;
        border: 2px solid #e7e7e7;
        background: none;
        color: #eee;
        outline: none;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
        letter-spacing: 0;
        text-transform: none; }
        .site .inner-login .login_input input:focus {
          color: #fff; }
        .site .inner-login .login_input input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #eee;
          opacity: 1;
          /* Firefox */ }
        .site .inner-login .login_input input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #eee; }
        .site .inner-login .login_input input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #eee; }
    .site .inner-login #login_cookieMessage {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding-top: 1rem;
      text-align: left; }
      .site .inner-login #login_cookieMessage input[type="checkbox"] {
        display: none; }
        .site .inner-login #login_cookieMessage input[type="checkbox"] + label {
          position: relative;
          display: inline-block;
          margin: 0 0 0 2.5rem;
          font-size: 1.4rem;
          font-family: "Poppins", sans-serif;
          font-weight: 400;
          line-height: 1;
          color: #fff;
          border-bottom: 1px solid transparent; }
          .site .inner-login #login_cookieMessage input[type="checkbox"] + label:hover {
            color: #eee;
            cursor: pointer;
            border-bottom: 1px solid; }
        .site .inner-login #login_cookieMessage input[type="checkbox"] + label:before {
          content: '';
          position: absolute;
          left: -2.5rem;
          top: -2px;
          display: inline-block;
          width: 16px;
          height: 16px;
          padding: 3px 0 0 2px;
          border-radius: 100%;
          border: 1px solid #fff;
          background-color: #fff;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3echeckmark%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23ffffff'%3e%3cpath d='M16.5%2c42a1.5%2c1.5%2c0%2c0%2c1-1.061-.439L2.379%2c28.5%2c4.5%2c26.379%2c16.354%2c38.233%2c43.229%2c3.4%2c45.6%2c5.229%2c17.688%2c41.416A1.5%2c1.5%2c0%2c0%2c1%2c16.6%2c42Q16.548%2c42%2c16.5%2c42Z' fill='%23ffffff/%3e%3c/g%3e%3c/svg%3e");
          background-size: 10px;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
        .site .inner-login #login_cookieMessage input[type="checkbox"]:checked + label:before {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3echeckmark%3c/title%3e%3cg class='nc-icon-wrapper' fill='%23293337'%3e%3cpath d='M16.5%2c42a1.5%2c1.5%2c0%2c0%2c1-1.061-.439L2.379%2c28.5%2c4.5%2c26.379%2c16.354%2c38.233%2c43.229%2c3.4%2c45.6%2c5.229%2c17.688%2c41.416A1.5%2c1.5%2c0%2c0%2c1%2c16.6%2c42Q16.548%2c42%2c16.5%2c42Z' fill='%23293337'/%3e%3c/g%3e%3c/svg%3e");
          color: #fff;
          background-color: #fff; }
        .site .inner-login #login_cookieMessage input[type="checkbox"]:checked + label:hover:before {
          color: #eee;
          background-color: #eee; }
    .site .inner-login #login_link {
      width: 100%;
      padding: 0 0 1.5rem;
      text-align: center; }
    .site .inner-login #login_forgotPassword {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding-top: 1rem;
      text-align: right; }
      .site .inner-login #login_forgotPassword a {
        font-size: 1.4rem;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        border-bottom: 1px solid transparent; }
        .site .inner-login #login_forgotPassword a:hover, .site .inner-login #login_forgotPassword a:active {
          color: #eee;
          border-bottom: 1px solid #eee; }

.photo-album {
  position: relative; }
  .photo-album > table {
    position: absolute;
    z-index: 96;
    display: block;
    width: auto;
    padding: 8px;
    padding-right: 20px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    font: normal bold 12px/1 Arial, sans-serif;
    color: #000;
    cursor: pointer;
    top: 15px;
    right: 15px; }
    .photo-album > table:before {
      content: '{$menu-text}';
      margin-right: 5px;
      position: relative;
      bottom: -1px; }
    .photo-album > table a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: none !important; }
      .photo-album > table a img {
        position: relative;
        top: 6px;
        right: 5px; }
    .photo-album > table tbody, .photo-album > table tr, .photo-album > table td {
      display: inline; }
    .photo-album > table [src*="corner"] {
      display: none; }
    .photo-album > table:before {
      content: 'Album'; }
  .photo-album [id*="photoPluginWrapper"] {
    width: 100% !important; }
  .photo-album [id^=phtGalleryWrapDiv] {
    height: 550px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .photo-album [id^=phtGalleryWrapDiv] img {
      visibility: hidden; }
  .photo-album [class^=prevImg] {
    left: 15px;
    background-position: left 1px top 2px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='none' stroke-miterlimit='10' d='M28 32l-8-8 8-8' stroke-linecap='square' stroke-width='3' stroke='%23ffffff'/%3e%3c/svg%3e"); }
  .photo-album [class^=nextImg] {
    right: 15px;
    background-position: left 4px top 2px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='none' stroke-miterlimit='10' d='M20 16l8 8-8 8' stroke-linecap='square' stroke-width='3' stroke='%23ffffff'/%3e%3c/svg%3e"); }
  .photo-album [class^=nextImg], .photo-album [class^=prevImg] {
    border-radius: 60px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    backface-visibility: hidden;
    border: none !important;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 45px;
    transition: 0.3s ease-in-out; }
    .photo-album [class^=nextImg]:hover, .photo-album [class^=nextImg]:active, .photo-album [class^=prevImg]:hover, .photo-album [class^=prevImg]:active {
      opacity: 0.8; }

.thumbs-album [id*="photoPluginWrapper"] {
  width: 100% !important; }
.thumbs-album .carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 1rem; }
  .thumbs-album .carousel > div {
    display: block;
    height: 100%;
    padding: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
    .thumbs-album .carousel > div > img {
      height: auto;
      width: 100%;
      max-width: 100%;
      vertical-align: middle; }

.thumbs-title {
  padding: 0 2rem 3rem;
  margin: 0 auto;
  text-align: center; }

.thumbs-arrows-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 15px; }
  .thumbs-arrows-wrap a {
    padding: 0 15px;
    border: none !important; }
    .thumbs-arrows-wrap a div {
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .thumbs-arrows-wrap a:hover, .thumbs-arrows-wrap a:active {
      opacity: 0.7; }

.thumbs-album-thumb {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background-size: cover;
  background-position: 50% 50%; }

.thumbs-album-thumb img {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.thumbs-album {
  padding: 40px 0;
  position: relative;
  text-align: center; }
  .thumbs-album.no-arrows {
    padding: 0; }
  .thumbs-album h2 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .thumbs-album > div {
    position: relative; }
  .thumbs-album .carousel {
    padding: 0; }
    .thumbs-album .carousel > div {
      padding: 5px;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }

.thumbs-album-content {
  width: 100%;
  max-width: 1010px;
  padding: 40px 15px;
  margin: 0 auto;
  text-align: center; }
  .thumbs-album-content > h2 {
    margin-bottom: 2rem; }

.thumbs-arrows-wrap {
  font-size: 1.6rem;
  color: #666; }
  .thumbs-arrows-wrap span {
    margin: 0 5px; }
  .thumbs-arrows-wrap a div {
    width: 50px;
    background-size: 75px;
    height: 30px; }
  .thumbs-arrows-wrap [class*=prev] div {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='none' stroke-miterlimit='10' d='M28 32l-8-8 8-8' stroke-linecap='square' stroke-width='1' stroke='%23b0b0b0'/%3e%3c/svg%3e"); }
  .thumbs-arrows-wrap [class*=next] div {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='none' stroke-miterlimit='10' d='M20 16l8 8-8 8' stroke-linecap='square' stroke-width='1' stroke='%23b0b0b0'/%3e%3c/svg%3e"); }

.m-button, .m-nav, .m-nav .svg-icon {
  display: none; }

.m-button {
  width: 90px;
  position: absolute;
  z-index: 99;
  top: 34px;
  right: 10px;
  left: auto;
  padding: 1rem;
  cursor: pointer; }
  .m-button:hover, .m-button:active {
    opacity: 0.65; }

.m-bar {
  border-top: 0.2rem solid #005e29;
  margin: 0 0 0.3rem;
  width: 1.8rem; }
  .m-bar + .m-bar + .m-bar {
    margin: 0; }

.m-label {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #005e29; }

.m-nav {
  width: 100%;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: -100%;
  z-index: 97;
  padding: 5px 0 25px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s;
  background: rgba(0, 94, 41, 0.9);
  font-family: "Poppins", sans-serif;
  line-height: 1.3rem;
  color: #fff; }
  .m-nav ul {
    font-size: 1.6rem; }

.m-nav.active {
  left: 0; }

.m-nav * {
  transition: 0.3s; }

.m-nav a, .m-nav li > span {
  border: none !important;
  text-decoration: none !important;
  font: inherit;
  color: inherit;
  line-height: 1.4; }

.m-nav > div[style] {
  display: none; }
.m-nav .icon, .m-nav .nc-icon-outline, .m-nav .nc-icon-glyph {
  display: none; }
.m-nav ul, .m-nav li {
  margin: 0; }
.m-nav ul {
  padding: 0;
  list-style: none; }
.m-nav li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 30px;
  padding: 0; }
.m-nav li a, .m-nav li > span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 1rem 1.5rem 0.9rem; }
.m-nav li a:hover, .m-nav li a:active, .m-nav li .m-arrow:hover, .m-nav li .m-arrow:active {
  background: #fff;
  color: #005e29; }
.m-nav li > a > span {
  display: none; }
.m-nav ul ul {
  min-height: 0;
  max-height: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s ease-out;
  background: #003f1b;
  z-index: 1; }
.m-nav li li a, .m-nav li li > span {
  padding: 1rem 2.5rem 0.9rem; }
.m-nav li li a:hover, .m-nav li li a:active, .m-nav li li .m-arrow:hover, .m-nav li li .m-arrow:active {
  background: #fff; }
.m-nav li.has-subnav > a, .m-nav li.has-subnav > span {
  width: calc(100% - 40px); }
.m-nav li.open-subnav > ul {
  opacity: 1;
  max-height: 4000px;
  padding: 1rem 0;
  margin: 0;
  transition: 0.2s ease-in; }
.m-nav ul ul ul {
  min-height: 0;
  max-height: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s ease-out;
  background: #003f1b; }
.m-nav li li li a, .m-nav li li li > span {
  padding: 1rem 4rem 0.9rem; }

.m-arrow {
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 0.7rem;
  line-height: 1;
  position: relative;
  width: 40px;
  height: 35px;
  cursor: pointer;
  text-align: center; }
  .m-arrow:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: relative;
    top: 8px; }
  .m-arrow:hover:after, .m-arrow:active:after {
    border-top-color: #005e29; }

.open-subnav > .m-arrow:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: 0; }
.open-subnav > .m-arrow:hover:after, .open-subnav > .m-arrow:active:after {
  border-bottom-color: #005e29; }

.site [id$="_accordian"] {
  width: 100% !important;
  margin: 2rem 0;
  background: none; }
  .site [id$="_accordian"]:last-child {
    margin: 2rem 0 0; }
  .site [id$="_accordian"] > ul {
    border: none; }
  .site [id$="_accordian"] .rpRootGroup .rpLink {
    display: table;
    width: 100%;
    background: none;
    border: none !important;
    font: inherit; }
    .site [id$="_accordian"] .rpRootGroup .rpLink * {
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      border: none;
      background: none !important; }
    .site [id$="_accordian"] .rpRootGroup .rpLink:hover, .site [id$="_accordian"] .rpRootGroup .rpLink:active {
      font: inherit; }
      .site [id$="_accordian"] .rpRootGroup .rpLink:hover .rpOut, .site [id$="_accordian"] .rpRootGroup .rpLink:active .rpOut {
        padding: 0;
        font: inherit; }
    .site [id$="_accordian"] .rpRootGroup .rpLink .rpOut {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      font: inherit; }
    .site [id$="_accordian"] .rpRootGroup .rpLink .rpText {
      padding: 0 !important; }
    .site [id$="_accordian"] .rpRootGroup .rpLink .rpExpandHandle, .site [id$="_accordian"] .rpRootGroup .rpLink .rpText {
      display: inline-block;
      position: relative; }
.site [id$="_accordian"] > ul > li {
  margin: 0 0 20px;
  padding: 0;
  border: none; }
.site [id$="_accordian"] .rpRootGroup .rpLink {
  background: #f9f8f8 !important;
  border: none !important; }
  .site [id$="_accordian"] .rpRootGroup .rpLink > span {
    padding: 2rem 2rem 1.9rem 3rem !important;
    line-height: 1.8; }
  .site [id$="_accordian"] .rpRootGroup .rpLink .rpText {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.65rem;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: #005e29; }
  .site [id$="_accordian"] .rpRootGroup .rpLink .rpExpandHandle {
    position: relative;
    padding: 0;
    float: right;
    display: inline-block;
    width: 40px;
    transition: .3s ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3esmall down%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='%23005e29' stroke='%23005e29'%3e%3cpolyline fill='none' stroke='%23005e29' stroke-miterlimit='10' points='32%2c20 24%2c28 16%2c20 '/%3e%3c/g%3e%3c/svg%3e") !important;
    background-size: 35px !important;
    background-position: 0 -2px !important; }
    .site [id$="_accordian"] .rpRootGroup .rpLink .rpExpandHandle:after {
      content: '';
      display: block;
      padding-bottom: 80%; }
  .site [id$="_accordian"] .rpRootGroup .rpLink.rpExpanded {
    background: #005e29 !important; }
    .site [id$="_accordian"] .rpRootGroup .rpLink.rpExpanded .rpText {
      color: #fff; }
    .site [id$="_accordian"] .rpRootGroup .rpLink.rpExpanded .rpExpandHandle {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3esmall up%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='%23fff' stroke='%23fff'%3e%3cpolyline fill='none' stroke='%23fff' stroke-miterlimit='10' points='16%2c28 24%2c20 32%2c28 '/%3e%3c/g%3e%3c/svg%3e") !important; }
.site [id$="_accordian"] .rpSlide .rpTemplate {
  padding: 5rem 5.5rem;
  background: #f9f8f8 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.88;
  color: #353535; }
  .site [id$="_accordian"] .rpSlide .rpTemplate p {
    line-height: 1.88; }

@media (max-width: 700px) {
  .responsive-table {
    display: block !important; }
    .responsive-table tbody, .responsive-table tr, .responsive-table td {
      display: block !important;
      width: 100% !important;
      margin: 0 0 1rem !important; } }

.site [id$="_tblTop"] {
  margin: 0;
  table-layout: fixed;
  width: 100%; }
  .site [id$="_tblTop"] > tbody > tr > td > table {
    table-layout: fixed;
    width: 100%; }
    .site [id$="_tblTop"] > tbody > tr > td > table > tbody, .site [id$="_tblTop"] > tbody > tr > td > table > tbody > tr, .site [id$="_tblTop"] > tbody > tr > td > table > tbody > tr > td {
      display: block;
      width: 100%;
      float: left; }
.site [id$="_radTabsTop"] .levelwrap.level1 {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 !important; }
  .site [id$="_radTabsTop"] .levelwrap.level1 * {
    background: none !important;
    float: none !important; }
  .site [id$="_radTabsTop"] .levelwrap.level1 > ul {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 0; }
    .site [id$="_radTabsTop"] .levelwrap.level1 > ul > li {
      display: inline-block; }
      .site [id$="_radTabsTop"] .levelwrap.level1 > ul > li > a {
        display: block;
        height: auto;
        margin: 0; }
        .site [id$="_radTabsTop"] .levelwrap.level1 > ul > li > a * {
          padding: 0 !important;
          margin: 0 !important;
          background: none !important;
          height: auto !important;
          line-height: 1 !important; }
.site [id$="_tblTop"] .tsContent {
  padding: 5rem 5.5rem;
  background: #f9f8f8 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.88;
  color: #353535; }
  .site [id$="_tblTop"] .tsContent p {
    line-height: 1.88; }
.site [id$="_radTabsTop"] .levelwrap {
  background: #005e29 !important;
  width: 100% !important; }
  .site [id$="_radTabsTop"] .levelwrap > ul > li {
    margin: 0; }
    .site [id$="_radTabsTop"] .levelwrap > ul > li > a {
      padding: 2.4rem 3rem 2.2rem !important;
      background: 0 0;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 1.8rem !important;
      line-height: 1;
      letter-spacing: 0;
      text-transform: none;
      border: none !important;
      border-top: 3px solid #005e29 !important;
      color: #fff !important; }
      .site [id$="_radTabsTop"] .levelwrap > ul > li > a:before {
        display: none !important; }
      .site [id$="_radTabsTop"] .levelwrap > ul > li > a.selected {
        background: #f9f8f8 !important; }
        .site [id$="_radTabsTop"] .levelwrap > ul > li > a.selected .wrap {
          color: #293337; }

/*plugin/header titles*/
.headerBar, .pluginTitleBar, .sploderTitleBar {
  background: none !important;
  border: none !important;
  color: #000; }

#eventHeader {
  text-align: left;
  height: 30px; }

.subHeaderBar, .listTable td.subHeader {
  background: #EEE;
  border: none;
  padding: 5px;
  font-weight: bold; }

#artButtons, #calButtons, #letterToggle, #stmtButtons, #rbmButtons, #ncButtons {
  margin: 0 0 1rem; }

#calButtons {
  height: auto; }

#stmtButtons {
  margin-top: 15px; }

#stmtButtons, #ncButtons {
  padding-bottom: 0; }

/* ----- Tabs ----- */
.mobileTabsWrapper {
  border-color: #DDD; }

.mobileTabs {
  padding: 0; }

.mobileTabs li {
  background: #EEE;
  border-radius: 0;
  border: none;
  margin: 0 5px 0 0; }

.mobileTabs li a, .mobileTabs li a:hover {
  font-size: 10px;
  padding: 8px;
  border: none;
  text-transform: uppercase; }

.mobileTabs .selected, .mobileTabs .selected a {
  color: #000;
  background: #FFF; }

.mobileTabs .selected {
  border: 1px solid #DDD;
  border-bottom: 1px solid #FFF; }

/* ----- End Tabs ----- */
/* ----- buttons ----- */
.injectContent button .injectContent .abut, .injectContent .but, #injectContent button, #injectContent .abut, #injectContent .but, .mobileButton {
  color: #FFF;
  background: url("") #000;
  /* iphone will NOT override a background url in a button */
  border-color: #333;
  border-radius: 0;
  -webkit-appearance: none;
  text-shadow: none;
  font-size: 14px; }

.mobileButton {
  padding: 5px 7px; }

input[value=Login], input[value="Enter Site"] {
  -webkit-appearance: none; }

/*form overrides*/
input.password, input.text, input[type=text], input[type=password], textarea, .textbox {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  -webkit-appearance: none; }

.toggleSelected {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #222;
  text-shadow: none; }

.searchToggle > label {
  margin: 0 8px 5px 0; }

/* ----- end buttons ----- */
.clearBoth {
  clear: both;
  margin: 0 auto;
  height: 0px; }

/* ----- search box ----- */
.searchHeader {
  padding: 10px 0 0; }

.searchHeader > .floatLeft {
  padding: 8px 15px 0; }

.searchBox {
  position: relative;
  top: 10px; }

.searchButton, .searchBox {
  border-color: #DDD;
  padding: 10px 15px;
  height: auto; }

.module .searchBox input {
  margin: 0 5px 0 0;
  height: 30px; }

.clearInput[style="display: inline;"] {
  display: inline-block !important;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  position: relative;
  top: auto;
  right: auto; }

.searchButton, .mobileButton.searchButton {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: auto;
  right: auto;
  float: right; }

/* ----- end search box ----- */
/* ----- list view ----- */
.listView li {
  background: #FFF;
  color: #333; }

.listView li.subHeader {
  padding: 8px 12px;
  background: #EEE;
  border: none !important;
  font-weight: bold; }

.listView li.selected {
  background: #000;
  color: #FFF;
  text-shadow: 0 1px 0 #000;
  border-color: #333; }

.listView .listHeader {
  background: #EEE;
  color: #000;
  border-color: #333;
  text-shadow: 0px 1px #FFF; }

/* ----- end list view ----- */
/* ----- table ----- */
.listTable {
  border-color: #EEE; }

.listTable th {
  background: #EEE;
  border-color: #D5CAB4;
  color: #2F4D5C;
  text-shadow: 0px 1px #FFF; }

.listTable td {
  background: #fff;
  color: #333;
  padding: 0.5rem 1.5rem !important; }

.listTable td.subHeader {
  background: #EEE;
  border: none;
  color: #2F4D5C;
  font-size: 14px; }

/* ----- end table ----- */
/* ---------------------------------- BEGIN MODULE SPECIFIC ---------------------------------- */
/* calendar/events */
/*top date bar (overrides global headerBar class for calendar)*/
#calTraverse {
  color: #000;
  text-shadow: none;
  border: none;
  background: none; }

/*interest area*/
#calFilter .listView .interest {
  font-weight: bold; }

/*articles list*/
#artArticles #articleView .listView li {
  background-image: url(images/cookieCutter/listBullet.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 12px;
  margin-left: 12px; }

/* end calendar/events */
/* event registration */
.bookingDetails ul {
  border-color: #D5CAB4; }

.eventAttendees tr.bottom {
  border-color: #E4DDCB; }

.eventAttendees .proxyRow td, .eventAttendees .proxyRow.attendeeName td,
.eventAttendees .proxyRow td a, .eventAttendees .proxyRow.attendeeName td a {
  background: #E4DDCB;
  color: #000; }

.eventAttendees .attendeeAltRow.attendeeName td, .eventAttendees .attendeeAltRow td,
.eventAttendees .attendeeAltRow a {
  background: #EEE;
  color: #2F4D5C;
  text-shadow: 0 1px 0 #FFFFFF; }

.eventAttendees .selectPerson td {
  background: #000;
  color: #FFF;
  text-shadow: 0 1px 0 #333; }

#divLetters ul {
  border-color: #0A60AD; }

#divLetters ul li {
  border-color: #0A60AD;
  background: #E4DDCB;
  color: #fff;
  text-shadow: 0px 1px #000; }

#divLetters ul li.selectedLetter {
  background: #fff;
  color: #000;
  text-shadow: none; }

/* end event registration */
/* directory */
#memberPhoto {
  max-width: 300px; }

.directoryLetterBar ul {
  padding: 15px 15px 14px;
  border: 1px solid #DDD;
  border-top: 0; }

.directoryLetterBar ul li {
  border: 1px solid #CCC;
  background: #EEE;
  color: #222;
  width: 32px;
  margin: -1px; }

.directoryLetterBar ul li.selectedLetter,
.directoryLetterBar ul li.close {
  background: #000;
  color: #FFF; }

/*ovewrites bootstrap*/
.directoryLetterBar ul li.close {
  float: none;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  filter: none;
  opacity: 1; }

#directory .hiddenMember td span {
  color: #C12121; }

#profileHeaderInfo {
  border-color: #0A60AD; }

/* end directory */
/* family cal plugin */
#calPerson .listTable .subHeader td, #calDate .listTable .subHeader td {
  background: #EEE;
  border-color: #D5CAB4;
  color: #2F4D5C; }

#calPerson .listTable .header td, #calDate .listTable .header td {
  background: none;
  color: #000;
  border: none;
  text-shadow: none; }

#calPerson .listTable .header td a, #calDate .listTable .header td a {
  color: #000;
  text-shadow: none; }

/* end family cal plugin */
/* ---------------------------------- BEGIN NETCADDY ---------------------------------- */
.mobileTabsWrapper.ncTabs {
  padding-top: 15px; }

/* netcaddy dashboard */
#ncTeeTimes .paneDiv .listView li.subHeader,
#rbmbookingTimes .paneDiv .listView li.subHeader {
  background: #EEE;
  border-color: #E4DDCB;
  color: #000; }

#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelSlotAvailable,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelInReservation,
#ncTeeTimes .paneDiv .listView .ncMyReservation,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelSlotAvailable,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelInReservation,
#rbmbookingTimes .paneDiv .listView .rbmMyReservation {
  background: #EEE;
  border-color: #E4DDCB;
  color: #000; }

#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelNoSlots,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelUnavailable,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelHeld,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelNotInReservation,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelNoSlots,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelUnavailable,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelHeld,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelNotInReservation,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelNoSlots table,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelUnavailable table,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelHeld table,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelNotInReservation table,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelNoSlots table,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelUnavailable table,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelHeld table,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelNotInReservation table,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelNoSlots .smallerFont,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelUnavailable .smallerFont,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelHeld .smallerFont,
#ncTeeTimes .paneDiv .listView .NC_TimeSlotPanelNotInReservation .smallerFont,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelNoSlots .smallerFont,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelUnavailable .smallerFont,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelHeld .smallerFont,
#rbmbookingTimes .paneDiv .listView .rbm_TimeSlotPanelNotInReservation .smallerFont {
  background: #dedede;
  border-color: #E4DDCB;
  color: #999; }

/* end netcaddy dashboard */
/* netcaddy booking window background */
#ncCourse .listView {
  border: 1px solid #D5CAB4;
  border-top: none; }

#ncCourse .listView .listHeader {
  border: none;
  border-top: 1px solid #D5CAB4; }

/*back button on booking window options*/
#ncBack {
  margin: 5px 0 0 2px; }

/* booking window text input fields*/
#resFields {
  color: #333333; }

.partyCboItm .partySizeName,
.roundCboItm .roundName {
  color: #666666; }

#resFields #resProps LABEL,
#resFields #resTime LABEL {
  color: #666666;
  width: 25%;
  font-size: 14px; }

#resFields #resProps select,
#resFields #resTime select {
  width: 73%; }

.partyCboItm .partySize {
  background: url("../images/BookingUI_Sprite.png") no-repeat scroll -40px -188px transparent; }

.rcbHovered .partyCboItm .partySize {
  background: url("../images/BookingUI_Sprite.png") no-repeat scroll -40px -230px transparent; }

.roundCboItm .roundSize {
  background: url("../images/BookingUI_Sprite.png") no-repeat scroll -40px -312px transparent; }

.rcbHovered .roundCboItm .roundSize {
  background: url("../images/BookingUI_Sprite.png") no-repeat scroll -40px -354px transparent; }

#resFields .PlayerBook {
  border-top: 1px solid #E4DDCB; }

#resFields .ReserverBook {
  border-top: 1px solid #888;
  background: #C5E5FE; }

#resFields .pSelect SPAN {
  color: #696969; }

#resFields .oSelect SPAN {
  color: #696969; }

#resFields .optsLabel {
  color: #666666; }

#resFields .ncGuestIcon {
  background: url("../images/BookingUI_Sprite.png") no-repeat scroll -40px -586px transparent; }

#resFields #resAdditional .RadTabStrip {
  margin-bottom: -1px; }

/*Netcaddy booking popup comments textarea wrapping div*/
#resFields #resAdditionalMP {
  color: #2F4D5C;
  border: 1px solid #D5CAB4;
  background: #FFF; }

/*Netcaddy booking popup comments tabs*/
#resFields #resAdditional .rtsLI {
  border-color: #EEE;
  background: #EEE;
  margin: 0 2px 0 0; }

/*Netcaddy booking popup comments tabs span inside of anchor*/
#resFields #resAdditional .rtsLI .rtsOut {
  background: none; }

/*Netcaddy booking popup comments tabs anchor*/
#resFields #resAdditional .rtsLI .rtsLink {
  color: #746B57;
  text-shadow: none;
  background: #E4DDCB;
  border-color: #E4DDCB;
  border-width: 2px 1px 1px;
  border-style: solid;
  text-shadow: none; }

/*Netcaddy booking popup comments tabs selected anchor*/
#resFields #resAdditional .rtsLI .rtsSelected {
  color: #2F4D5C;
  background: #FFF;
  border-color: #D5CAB4;
  border-width: 2px 1px 1px;
  border-style: solid;
  border-bottom: 1px solid #FFF;
  text-shadow: none; }

/*Netcaddy booking popup comments textarea*/
#resFields #resAdditionalMP TEXTAREA {
  color: #2F4D5C;
  background: #FFF; }

.MemberBoxItem .pName,
.GuestBoxItem .pName,
.genericGuestBoxItem .pName,
.TBDBoxItem .pName,
.BuddyBoxItem .pName,
.MemberBoxItemAdmin .pName,
.GuestBoxItemAdmin .pName,
.genericGuestBoxItemAdmin .pName,
.TBDBoxItemAdmin .pName,
.BuddyBoxItemAdmin .pName {
  color: #333333; }

.BuddyBoxItem .pLevel A {
  background: url("../images/BookingUI_Sprite.png") no-repeat scroll -40px -230px transparent; }

#resFields #LottoFields LABEL,
#resFields #recurrFields LABEL,
#resFields #otherFields LABEL {
  color: #666666; }

#resFields #recurrFields #recurrMsg {
  color: #666666; }

.cdownBoxWarning {
  color: #BF0B0B; }

/* begin new netcaddy error box*/
#errorBox {
  background: #EEE; }

/*error box text bg*/
#errorBox p {
  background: #EEE;
  border: 1px solid #D5CAB4; }

/*error box title heading bar*/
#errorTitle {
  background: #FFFFFF;
  border: none;
  border-bottom: 1px solid #D5CAB4;
  color: #000; }

/*error box error message*/
#errorLbl {
  color: #666666;
  padding-top: 5px; }

/*error box content bg*/
#errorActions {
  background: #EEE;
  padding: 5px; }

/*error box link (close window)*/
#errorActions a {
  color: #FFF;
  background: #000;
  border-color: #222;
  text-shadow: 0 1px 0 #222; }

/*end new error box*/
/* end netcaddy booking window */
.courseName, .playerNames {
  font-size: 11px; }

.holesPlayed, .startTee {
  font-size: 10px; }

/*Subscribe Button on resource screen*/
.rbm_Content #rbmResourceType .mobileButton.floatRight {
  padding: 0px 10px; }

/* ---------------------------------- END NETCADDY ---------------------------------- */
/* ---------------------------------- PHOTO ALBUM ---------------------------------- */
.lightBoxDiv .lightBoxCloseDiv, .lightBoxDiv .lightBoxTitleDiv {
  color: #fff; }

/* ----------------------------------END PHOTO ALBUM---------------------------------- */
/* ---------------------------------- BEGIN SECURE ---------------------------------- */
/* bill pay */
#statementView, #chitView {
  padding-top: 30px; }

#BillPayForm #content {
  padding-top: 8px; }

#totalValues {
  border-color: #AAAAAA; }

#payConfirmation {
  border-color: #AAAAAA; }

#paymentNavBar {
  border-color: #999999;
  background: #E6E6E6; }

#paymentNavBar ul li a {
  color: #555555; }

/* end bill pay */
/* ---------------------------------- END SECURE ---------------------------------- */
/*check in*/
#lblCheckInText {
  display: inline-block;
  padding-bottom: 5px; }

#tblCheckIns {
  margin-top: 5px; }

#tblCheckIns th {
  border-color: #EEE;
  padding-top: 5px;
  padding-bottom: 5px; }

@media (max-width: 1200px) {
  /* Medium */
  .site [id$="_tblTop"] .tsContent,
  .site [id$="_accordian"] .rpSlide .rpTemplate {
    padding: 3rem 5rem 4rem; } }
@media (max-width: 1024px) {
  /* Tablet */
  .so-win, .so-btn {
    display: none; }

  .m-button, .m-nav {
    display: block; }

  .hide-tablet {
    display: none; }

  .photo-album [id^=phtGalleryWrapDiv] {
    height: 350px; }

  .thumbs-album .carousel > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .site [id$="_radTabsTop"] .levelwrap > ul {
    position: relative;
    text-align: left;
    padding: 0 0 0 155px !important; }
  .site [id$="_radTabsTop"] .levelwrap > ul:after {
    content: 'Scroll for More \00a0\00a0\2192';
    display: inline-block;
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
    max-width: 160px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #fff; } }
@media (max-width: 700px) {
  /* Phone */
  .responsive-table tr, .responsive-table td {
    display: block; }

  .responsive-table td {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 1.5rem; }

  .hide-mobile {
    display: none; }

  .photo-album [id^=phtGalleryWrapDiv] {
    height: 250px; }

  .thumbs-album .carousel > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .site h1 {
    font-size: 3rem; }
  .site h2 {
    font-size: 2.6rem; }
  .site h3 {
    font-size: 2.6rem; }
  .site [id$="_tblTop"] .tsContent,
  .site [id$="_accordian"] .rpSlide .rpTemplate {
    padding: 1.5rem 2rem; } }
.site .module a {
  color: #ab882e; }

[id^="masterPageUC"] .modulewrap {
  background: #f9f8f8 !important; }

[id^="masterPageUC"] .modulewrap .module {
  display: block !important;
  opacity: 1 !important; }
