@CHARSET "UTF-8";

.ondesktop {
  display: block;
}
.onphone {
  display: none;
}

a {
  cursor: pointer;
}

a.social-link {
  text-decoration: none;
  display: inline-block;
}

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

.formandu-captcha {
  text-align: center;;
}

.formandu-captcha a {
  display: block;
  margin: 10px 0;
  text-align: center;
}

form.formandu-container {
  padding-bottom: 16px;
}

.content.brokenout .pb-block-outer.pb-block-11>div, .content.brokenout .pb-block-outer.pb-block-4_3-4>div {
  width: 100%;
}

.fixed-height.pb-block-outer>div.row, .fixed-height.pb-block-outer>div.row3, .fixed-height.pb-block-outer>div>div {
  position: relative;
  height: 100%;
}

.formandu-form-error {
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px;
}

label.formandu-checkbox {
  display: block;
}

#express-member-page {
  position: relative;
}

#express-member-content {
  display: none;
}

#express-member-content, #express-member-mainpage {
}

.clear:before,.row:before,.row3:before,.flexi-cookie-inner:before,
.clear:after,.row:after,.row3:after,.flexi-cookie-inner:after {
  display: table;
  content: ' ';
  clear: both;
}

/*******************************************************************************
 ** Utility: 3-col responsive grid */

.row img, .row3 img {
  max-width: 100% !important;
  height: auto !important;
}

/** Old grids
.row3>.col {
  box-sizing: border-box;
  width: 33.333333333%;
  padding-left: 1%;
  margin: 0;
  float: left;
}

.row3>.col2 {
  box-sizing: border-box;
  width: 66.6666666%;
  padding-left: 1%;
  margin: 0;
  float: left;
}

.row3>.col:first-child, .row3>.col2:first-child {
  padding-left: 0;
}

.row3>.col3 {
  padding: 0;
  width: 100%;
}

.col,.col1,.col2,.col3 {
  padding: 4px 0;
  margin: 0;
}

.col1 {
  width: 24%;
  padding-left: 1%;
  float: left;
}

.col1.gapless {
  width: 25%;
  padding-left: 0;
}

.col2 {
  width: 49%;
  padding-left: 1%;
  float: left;
}

.col2.gapless {
  width: 50%;
  padding-left: 0;
}

.col3 {
  width: 74%;
  padding-left: 1%;
  float: left;
}

.col3.gapless {
  width: 75%;
  padding-left: 0;
}


.col4 {
  width: 100%;
  padding-left: 0;
}

.colthumb {
  float: left;
  width: 160px;
}

.colall {
  float: left;
  padding-left: 1%;
  width: calc(99% - 160px);
}

.col1:first-child, .col2:first-child, .col3:first-child, .col4:first-child {
  padding-left: 0;
}
*/
.members-cpl .formandu-button {
  display: block !important;
  height: 200px;
  width: 100%;
  box-sizing: border-box;
}

.members-cpl .formandu-button span {
  display: block;
  padding-top: 10px;
  height: 2.5em;
}

ul li {
  list-style-type: '◈ ';
  margin: 5px 0;
}

--ul --li:before {
  content: ;
  display: inline-block;
  width: 30px;
}

ol {
  counter-reset: ol-items;
}

ol li {
  list-style: none;
  margin: 5px 0;
}

ol li:before {
  counter-increment: ol-items;
  content: counter(ol-items);
  display: inline-block;
  margin-right: 20px;
}

.carousel li:before {
  display: none;
}

#image-gallery {
  margin: 0 auto !important;
}

#image-gallery>div {
  width: 100%;
  height: 100%;
}

#ig-viewer {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: opacity 0.3s, transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  -ms-transition: opacity 0.3s, transform 0.5s;
  -moz-transition: opacity 0.3s, transform 0.5s;
  -webkit-transition: opacity 0.3s, transform 0.5s;
  background: rgba(0,0,0,0.5);
  color: #fff;
}

#ig-viewer.open {
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

#ig-viewer-titlebar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 31px;
  padding: 2px;
}

#ig-caption {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  font-weight: bold;
  padding: 5px;
}

#ig-flip-ctrls {
  position: absolute;
  top: 2px;
  left: 2px;
  text-align: left;
  z-index: 1;
}

#ig-flip-ctrls .formandu-button {
  width: 100px;
  text-align: center;
}

#ig-close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

#ig-viewbox-outer {
  text-align: center;
  display: table;
  height: calc(100% - 30px);
  width: 100%;
}

#ig-viewbox {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#ig-viewbox img {
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.ig-thumbs {

}

.ig-thumb-box {
  height: 120px;
  display: inline-block;
  width: 200px;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
}

.clickable .ig-thumb-box {
  filter: saturate(50%);
  -o-filter: saturate(50%);
  -ms-filter: saturate(50%);
  -moz-filter: saturate(50%);
  -webkit-filter: saturate(50%);
  transition: filter 0.3s;
  -o-transition: filter 0.3s;
  -ms-transition: filter 0.3s;
  -moz-transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
}

.clickable .ig-thumb-box:hover {
  filter: saturate(100%);
  -o-filter: saturate(100%);
  -ms-filter: saturate(100%);
  -moz-filter: saturate(100%);
  -webkit-filter: saturate(100%);
}

.ig-thumbs.ig-has-captions .ig-thumb-box {
  height: 180px;
}

.ig-thumb-img {
  text-align: center;
}

.ig-thumb-caption {
  text-align: center;
  font-size: 80%;
  z-index: 0;
}

#ig-next-overlay, #ig-prev-overlay {
  position: fixed;
  top: 35px;
  bottom: 0;
  text-align: center;
  padding: 0 10px 0;
  font-size: 2em;
  color: #fff;
  background: #000;
  opacity: 0.4;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

#ig-next-overlay {
  right: 0;
}

#ig-prev-overlay {
  left: 0;
}

#ig-next-overlay:hover, #ig-prev-overlay:hover {
  opacity: 1;
}

.blog-body {
  text-align: left;
}

.blog-date {
  text-align: right;
}

.formandu-container[align="right"] {
  text-align: center;
}

@media (max-width: 600px) {

  .empty {
    display: none;
  }

  .members-cpl .formandu-button {
    height: auto;
  }

  .members-cpl .formandu-button span {
    padding: 8px;
  }

  .members-cpl .formandu-button svg {
    display: none;
  }

/** Old grids
  .row3 .col, .col1, .col2, .col3, .row3 .col2 {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  .col1.right, .col2.right, .col1.right+.col1 {
    text-align: center;
  }

  .col1.right, .col2.right {
    font-weight: bold;
  }
*/
}

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

img.pbcircle {
  width: 128px;
  height: 128px;
  transition: border-radius 0.3s;
}

.round img.pbcircle {
  border-radius: 128px;
}

.center {
  text-align: center;
}

.slides-pagination {
  list-style: none;
}

.slides-pagination li:before {
  display: none;
}

.slides-pagination li {
  margin: 0;
}

.slides-pagination a {
  font-size: 0 !important;
  background: #fff;
  border: 1px solid #000;
  width: 12px !important;
  height: 12px !important;
  border-radius: 10px;
  transition: background 0.3s;
}

.slides-pagination .selected a {
  background: #888;
}

li.slide {
  text-align: center;
  position: absolute !important;
}

.pbslideshow>div {
  height: 100%;
}

.pb-block-outer.black {
  background: #000;
  color: #fff;
  padding: 40px 0;
}

.pb-block-outer.white {
  color: #000;
  background: #fff;
  padding: 40px 0;
}

.pb-block-outer.dark-grey {
  background: #333;
  color: #fff;
  padding: 40px 0;
}

.pb-block-outer.light-grey {
  background: #ddd;
  color: #333;
  padding: 40px 0;
}

.pb-block-outer.full-width>div {
  width: 100% !important;
}

.col1>*:first-child,
.col2>*:first-child,
.col3>*:first-child,
.col4>*:first-child,
.col>*:first-child {
  margin-top: 0 !important;
}

.content:empty {
  display: none;
}

.silver-frame img {
  box-sizing: border-box;
  border-image: url(../frames/frame1.png) 50 58 repeat;
  border-top: 58px solid transparent;
  border-bottom: 58px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

/** Grids 2.0 */

/** Basic desktop layout */

.row, .row3 {
  display: table;
  width: 100%;
  padding: 10px 0;
}

.fullwidth .row, .fullwidth .row3, .fixed-height .row, .fixed-height .row3 {
  padding: 0;
}

.row .col1, .row .col2, .row .col3, .row .col4,
.row3 .col, .row3 .col1, .row3 .col2, .row3 .col3 {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}

.row .col1 {
  width: 25%;
}

.row .col2 {
  width: 50%;
}

.row .col3 {
  width: 75%;
}

.row .col4 {
  width: 100%;
}

.row3 .col, .row3 .col1 {
  width: 33.3333333%;
}

.row3 .col2 {
  width: 66.6666666%;
}

/** Spacing */

.row .col1, .row .col2, .row .col3, .row .col4,
.row3 .col, .row3 .col1, .row3 .col2, .row3 .col3 {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.row, .row3 {
  margin-left: -0.5%;
  width: 101%;
}

.gap-medium .row, .gap-medium .row3 {
  margin-left: -1%;
  width: 102%;
}

.gap-large .row, .gap-large .row3 {
  margin-left: -3%;
  width: 104%;
}

.gap-none .row .gap-none .row3 {
  margin-left: 0;
  width: 100%;
}

.row.gap-medium .col1, .row.gap-medium .col2, .row.gap-medium .col3, .row.gap-medium .col4,
.row3.gap-medium .col, .row3.gap-medium .col1, .row3.gap-medium .col2, .row3.gap-medium .col3,
.gap-medium .row .col1, .gap-medium .row .col2, .gap-medium .row .col3, .gap-medium .row .col4,
.gap-medium .row3 .col, .gap-medium .row3 .col1, .gap-medium .row3 .col2, .gap-medium .row3 .col3 {
  padding-left: 1%;
  padding-right: 1%;
}

.row.gap-large .col1, .row.gap-large .col2, .row.gap-large .col3, .row.gap-large .col4,
.row3.gap-large .col, .row3.gap-large .col1, .row3.gap-large .col2, .row3.gap-large .col3,
.gap-large .row .col1, .gap-large .row .col2, .gap-large .row .col3, .gap-large .row .col4,
.gap-large .row3 .col, .gap-large .row3 .col1, .gap-large .row3 .col2, .gap-large .row3 .col3 {
  padding-left: 2%;
  padding-right: 2%;
}

.row.gap-none .col1, .row.gap-none .col2, .row.gap-none .col3, .row.gap-none .col4,
.row3.gap-none .col, .row3.gap-none .col1, .row3.gap-none .col2, .row3.gap-none .col3,
.gap-none .row .col1, .gap-none .row .col2, .gap-none .row .col3, .gap-none .row .col4,
.gap-none .row3 .col, .gap-none .row3 .col1, .gap-none .row3 .col2, .gap-none3 .row .col3 {
  padding-left: 0;
  padding-right: 0;
}

.row .col4, .row3 .col3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.can-grid .row, .can-grid .row3 {
  display: grid;
  grid-auto-flow: column dense;
  grid-gap: 10px;
  margin: 0;
}

.can-grid .row {
  grid-template-columns: 25% 25% 25% 25%;
}

.can-grid .row3 {
  grid-template-columns: 33.33333% 33.33333% 33.33333%;
}

.can-grid .row .col1, .can-grid .row .col2,.can-grid .row .col3, .can-grid .row .col4,
.can-grid .row3 .col1, .can-grid .row3 .col, .can-grid .row3 .col2, .can-grid .row3 .col3 {
  display: block;
  grid-row: 1;
  margin: 0;
  padding: 0;
}

.can-grid .row .col1, .can-grid .row3 .col, .can-grid .row3 .col1 {
  grid-column: span 1;
}

.can-grid .row .col2, .can-grid .row3 .col2 {
  grid-column: span 2;
}

.can-grid .row .col3, .can-grid .row3 .col3 {
  grid-column: span 3;
}

.can-grid .row .col4 {
  grid-column: span 4;
}

/** Dividers */

.borders-between .col1:first-child, .borders-between .col2:first-child, .borders-between .col3:first-child, .borders-between .col4:first-child, borders-between .col:first-child {
  border-left: none !important;
}

/** Vertical align */

.align-middle .row .col1, .align-middle .row .col2, .align-middle .row .col3, .align-middle .row .col4,
.align-middle .row3 .col, .align-middle .row3 .col1, .align-middle .row3 .col2, .align-middle .row3 .col3 {
  vertical-align: middle;
}

.align-bottom .row .col1, .align-bottom .row .col2, .align-bottom .row .col3, .align-bottom .row .col4,
.align-bottom .row3 .col, .align-bottom .row3 .col1, .align-bottom .row3 .col2, .align-bottom .row3 .col3 {
  vertical-align: bottom;
}

@media (max-width: 600px) {
  .row, .row3 {
    display: block;
  }

  .row .col1, .row .col2, .row .col3, .row .col4,
  .row3 .col, .row3 .col1, .row3 .col2, .row3 .col3 {
    display: block;
    width: 100%;
    border-left: none !important;
  }
  .ig-thumb-box {
    text-align: center;
    width: auto;
    display: block;
    margin: 10px 0;
  }
  .ondesktop {
    display: none;
  }
  .onphone {
    display: block;
  }
}

.hascanvas {
  position: relative;
}

.hascanvas .row {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hascanvas .pbtitles {
  position: relative;
  z-index: 4;
}

.pbembed .wrapper, .content.brokenout .pbembed .pb-block-outer>div {
  width: 100% !important;
}

/*
      .row, .row3 {
        display: flex;
        width: 100%;
        flex-flow: row no-wrap;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .row>*, .row3>* {
        width: 100%;
      }
      .col1, .col2, .col3, .col4 {
        flex: 0 1 auto;
        align-self: start;
        box-sizing: border-box;
      }
      .align-top .col1, .align-top .col2, .align-top .col3, .align-top .col4 {
        align-self: start;
      }
      .align-middle .col1, .align-middle .col2, .align-middle .col3, .align-middle .col4 {
        align-self: center;
      }
      .align-bottom .col1, .align-bottom .col2, .align-bottom .col3, .align-bottom .col4 {
        align-self: end;
      }
      .col1 {
        width: 24%;
      }
      .col2 {
        width: 49%;
      }
      .col3 {
        width: 74%;
      }
      .col4 {
        width: 100%;
      }
      .row3 .col1, .row .col {
        width: 32%;
      }
      .row3 .col2 {
        width: 65.666666%;
      }
      .row3 .col3 {
        width: 100%;
      }
      .align-middle .col1, .align-middle .col2, .align-middle .col3, .align-middle .col4 {
        align-self: center;
      }
      .align-top .col1, .align-top .col2, .align-top .col3, .align-top .col4 {
        align-self: start;
      }
       .align-middle .col1, .align-middle .col2, .align-middle .col3, .align-middle .col4 {
        align-self: center;
      }
       .align-bottom .col1, .align-bottom .col2, .align-bottom .col3, .align-bottom .col4 {
        align-self: end;
      }
      .gap-large .col1 {
        width: 23%;
      }
      .gap-small .col1 {
        width: 24.5%;
      }
      .gap-none .col1 {
        width: 25%;
      }
      .gap-large .col2 {
        width: 48%;
      }
      .gap-small .col2 {
        width: 49.5%;
      }
      .gap-none .col2 {
        width: 50%;
      }
      .gap-large .col3 {
        width: 73%;
      }
      .gap-small .col3 {
        width: 75%;
      }
      .gap-none .col3 {
        width: 75%;
      }
      .gap-large .row3 .col1, .gap-large .row .col {
        width: 31%;
      }
      .gap-small .row3 .col1, .gap-small .row .col {
        width: 32.5%;
      }
      .gap-none .row3 .col1, .gap-none .row .col {
        width: 33.3333333%;
      }
      .gap-large .row3 .col2 {
        width: 63%;
      }
      .gap-small .row3 .col2 {
        width: 65.333333333%;
      }
      .gap-none .row .col2 {
        width: 66.666666666%;
      }
      @media (max-width: 1000px) {
        .row {
          width: 100%;
        }
      }
      @media (max-width: 600px) {
        .row {
          display: block;
        }
        .col1, .col2, .col3, .col4 {
          display: block;
          width: 100%;
        }
      }
     */
