/** Mogul Framework Styles staging **/


@font-face {
    font-family: "FaktProSoft";
    src: url("../fonts/FaktSoftPro-Blond.eot");
    src: url("../fonts/FaktSoftPro-Blond.eot?#iefix") format("embedded-opentype"),
         url("../fonts/FaktSoftPro-Blond.woff") format("woff"),
         url("../fonts/FaktSoftPro-Blond.ttf")  format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "FaktProSoft";
    src: url("../fonts/FaktSoftPro-Normal.eot");
    src: url("../fonts/FaktSoftPro-Normal.eot?#iefix") format("embedded-opentype"),
         url("../fonts/FaktSoftPro-Normal.woff") format("woff"),
         url("../fonts/FaktSoftPro-Normal.ttf")  format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "FaktProSoft";
    src: url("../fonts/FaktSoftPro-Medium.eot");
    src: url("../fonts/FaktSoftPro-Medium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/FaktSoftPro-Medium.woff") format("woff"),
         url("../fonts/FaktSoftPro-Medium.ttf")  format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "FaktProSoft";
    src: url("../fonts/FaktSoftPro-Bold.eot");
    src: url("../fonts/FaktSoftPro-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/FaktSoftPro-Bold.woff") format("woff"),
         url("../fonts/FaktSoftPro-Bold.ttf")  format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'tomarik-brush';
    src: url('../fonts/tomarik-brush-webfont.woff2') format('woff2'),
         url('../fonts/tomarik-brush-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* -------------------------------------
  Normalize
  ----------------------------------- */

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }[hidden] { display: none; }
  html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;background: #039bd4;}
  html, button, input, select, textarea {font-family: "FaktProSoft",sans-serif;color: #222;}
  body { margin: 0; font-size: 1em; line-height: 1.4; }
  ::-moz-selection { background: #2fbdff; color: #fff; text-shadow: none; }
  ::selection { background: #2fbdff; color: #fff; text-shadow: none; }
  a {color: #00adee;text-decoration: none;}
  .blue a,.blue a:visited{color:#00adee;}
  .teal a,.teal a:visited{color:#00afaa;}
  .green a,.green a:visited{color: #70a731;}
  .orange a,.orange a:visited{coplor:#ea9425;}
  .purple a,.purple a:visited{color:#4d2872;}
  .pink a,.pink a:visited{color: #d33f59;}
  a:visited {color: #00adee;}
  a:focus { outline: none; }
  b, strong { font-weight: bold; }
  dfn { font-style: italic; }
  ins { background: #ff9; color: #000; text-decoration: none; }
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  small {font-size: 75%;}
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  ul, ol {margin: 1em 0;padding: 0 0 0 23px;}
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%;height:auto;}
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }
  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }
  label { cursor: pointer; }
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] { cursor: default; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid { background-color: #f0dddd; }
  table { border-collapse: collapse; border-spacing: 0; }
  td { vertical-align: top; }




/* Flex layout Helpers
  ----------------------------- */
  .flex{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;box-sizing: border-box;}
  .flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
  .flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
  .flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
  .flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
  .flex-grow-none{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;}
  .flex-shrink{-ms-flex-negative:1;flex-shrink:1;}
  .flex-shrink-none{-ms-flex-negative:0;flex-shrink:0;}
  .flex-space-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .flex-align-right{-webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}
  .flex-align-start{-webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}
  .flex-align-center{-webkit-box-align: center;-ms-flex-align: center;-ms-grid-row-align: center;align-items: center;}
  .flex-justify-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

/* Helpers
  ----------------------------- */
  .hidden { display: none !important; visibility: hidden; }

/* Wrap
  --------------------------- */
  .wrap{position: relative;z-index: 2;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;background-color: #eef1f7;overflow-x: hidden;}
  .nav-open .wrap{-webkit-transform: translate(270px, 0px);-moz-transform: translate(270px, 0px);-o-transform: translate(270px, 0px);-ms-transform: translate(270px, 0px);transform: translate(270px, 0px);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}

  .blue .wrap{background-color: #009fda;}
  .teal .wrap{background-color: #15b9a9;}
  .green .wrap{background-color: #65ad3e;}
  .orange .wrap{background-color: #e49733;}
  .purple .wrap{background-color: #8e5dbd;}
  .pink .wrap{background-color: #d33f59;background-color: #ff5e7a;}


  @media screen and (min-width:760px){
    .wrap{background-image: url(../img/pattern2.png);background-attachment: fixed;background-size: cover;background-position: center;}
  }



/* Inner
  --------------------------- */
  .inner{max-width: 1700px;padding: 0 7%;margin:0 auto;position: relative;}
  .inner-900{max-width:900px;}
  .inner-700{max-width:700px;}
  .inner.wide{max-width: 100%;padding: 0 60px;}
  .inner.medium{max-width: 1400px;}
  .inner.thin{max-width: 1000px;}

  @media screen and (max-width:450px){
    .inner{padding: 0 5%;}
  }

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

  .col-1-1 {width: 100%;}
  .col-1-2 {width: 50%;}
  .col-1-3 {width: 33.33%;}
  .col-2-3 {width: 66.66%;}
  .col-1-4 {width: 25%;}
  .col-2-4 {width: 50%;}
  .col-3-4 {width:75%;}

  .grid.column-2{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .grid.column-2 .col{width: 48%;margin-bottom: 20px;}
  .grid.column-2.tight .col{width: 49%;}
  .grid.column-2.no-gutter .col{width: 50%;}

  .grid.column-3{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -1%;}
  .grid.column-3 .col{width: 31.33%;margin: 0 1% 30px;}
  .grid.column-3.tight .col{width: 32.33%;}
  .grid.column-3.no-gutter .col{width: 33.33%;}

  .grid.column-4{display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;margin: 0 -1%;}
  .grid.column-4 .col{width: 23%;margin: 0 1% 30px;}
  /*#filter-container.grid.column-4 .col{margin: 0 0.5% 20px;position: relative !important;width: 24%;left: 0 !important;top: 0 !important;transform: none !important;transition: 0s !important;}*/
  #filter-container.grid.column-4 .col{margin: 0 0.5% 20px;position: relative !important;width: 24%;left: 0 !important;top: 0 !important;transform: none !important;transition: 0s !important;}
  #filter-container.grid.column-4 .col[style*="opacity: 0;"]{display:none;}
  .grid.column-4.tight .col{width: 24%;}
  .grid.column-4.no-gutter .col{width: 25%;}
  /*#filter-container article {height: 650px;}*/

  @media screen and (max-width:1350px){
    .grid.column-4 .col{width: 31.33%;margin: 0 1% 20px;}
  }


  @media screen and (max-width:1200px){
    .grid.column-2 .col, .grid.column-3 .col, .grid.column-4 .col, .grid.column-4 .col:last-child{width: 48%;}
    .grid.column-2.tight .col,.grid.column-3.tight .col,.grid.column-4.tight .col{width: 49%;}
    .grid.column-2.no-gutter .col,.grid.column-3.no-gutter .col,.grid.column-4.no-gutter .col{width: 50%;}
    .grid.column-3.tight .col.tile:last-child,.grid.column-3.no-gutter .col.tile:last-child{width: 49%;}
    #filter-container.grid.column-4 .col{width:32.33%}
  }
  @media screen and (max-width:830px){
    #filter-container.grid.column-4 .col{width: 49%;}
  }
  @media screen and (max-width:600px){
    .grid.column-2{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .grid.column-2 .col, .grid.column-2.no-gutter .col,.grid.column-2.tight .col{width:100%;margin-bottom: 20px;}
    .grid.column-2.no-gutter .col:last-child{margin: 0px;}
    .grid.column-3,.grid.column-4{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .grid.column-4 .col, .grid.column-4.tight .col, .grid.column-4.no-gutter .col,.grid.column-4 .col:last-child{width:100%;}
    .grid.column-3 .col, .grid.column-3.no-gutter .col, .grid.column-3.tight .col,.grid.column-3 .col.tile:last-child, .grid.column-3.tight .col.tile:last-child, .grid.column-3.no-gutter .col.tile:last-child{width: 100%;margin-bottom: 40px;}
    .grid.column-3 .col:last-child,.grid.column-3.no-gutter .col:last-child{margin-bottom:0px;}
    #filter-container.grid.column-4{display:flex;flex-direction: row;}
    #filter-container.grid.column-4 .col{width: 48%;margin: 0 1% 13px;}
    #filter-container.grid.column-4 .col .tile-copy{
    padding: 12px;
}
  }


/* Typography
  ------------------------ */
  body{font-size: 1em;font-family: "FaktProSoft",sans-serif;line-height: 1.375em;overflow-x: hidden;}
  h1, h2, h3, h4, h5, h6{margin-bottom: 0.4em;font-weight: 500;}
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{margin-top:0px;}

  h1{font-size: 5em;line-height: 1.05em;font-family: 'tomarik-brush', sans-serif;margin-bottom: 20px;color: #3c4858;}
  h2{font-size: 3.25em;line-height: 1.25em;margin-top: 0px;font-family:'tomarik-brush';color: #3c4858;}
  h3{font-size: 1.8em;line-height: 1.4em;color: #3c4858;}
  h4{font-size: 1.125em;line-height: 1.22em;color: #3c4858;}
  h5{font-size: 1em;line-height: 1.22em;}
  p, li,address{color: #667386;line-height: 1.6em;font-size: 16px;margin-bottom: 0.8em;}
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span{color: #fff;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);}
  p a{text-decoration:underline;}
  p:empty,li:empty{display:none;}
  blockquote{font-size: 1.5em;line-height: 1.45833333em;border-left: 4px solid #E6E6E6;padding-left: 40px;margin-left: 0px;}
  .dark blockquote{border-left: 4px solid rgba(255, 255, 255, 0.2);}

  @media screen and (max-width: 1024px){
    h1{font-size: 2.5em;line-height: 1.125em;}
    h2{font-size: 1.8em;line-height: 1.25em;}
    h3{font-size: 1.5em;line-height: 1.25em;}
    h4{font-size: 1.125em; line-height: 1.22em;}
  }
  @media screen and (max-width: 849px){
    body{line-height: 1.25em;}
    h1{font-size:2em;line-height:1.25em;}
    h2{font-size: 1.4em;line-height:1.15em;}
    h3{font-size: 1.2em;line-height: 1.4em;}
    h4{font-size: 1.125em;line-height: 1.11em;}
    h5{line-height: 1.11em;}
    p,li{font-size:13px}
    blockquote{font-size: 1.25em; line-height: 1.25em;}

  }
  @media screen and (max-width: 450px){
     h2{font-size: 1.4em;line-height:1.15em;}
  }

/* Buttons - button groups
  --------------------------- */
  a.button{padding: 14px 29px 12px;color: #ffffff;font-size: 15px;display: inline-block;line-height: 1em;position: relative;border-radius: 54px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'tomarik-brush',sans-serif;background: rgba(2, 9, 19, 0.38);transition:0.2s ease all;text-decoration: none;}
  .coloured a.button{color: white;}
  a.button:hover{transform: scale(1.04);}

  a.button.small{padding: 10px 18px;font-size: 12px;}
  .button-group{margin:2em 0;}
  .button-group a{margin: 0 10px 5px 0px;}
  .button-group:last-child{margin-bottom:0;}

  body:not(.coloured) .alternating .button-group a,
  body:not(.coloured) .tiles-slider .section-head a{background: #00adee;}


  @media screen and (max-width:480px){
    a.button{font-size: 16px;padding: 12px 22px;}
  }

/* Icons
  --------------------------- */
  i[class*="icon"]{font-family: 'framework';cursor:pointer;}
  [class^="icon-"]:before, [class*=" icon-"]:before{display:block; line-height: inherit !important;}
  i.icon-play{position: absolute;color: white;left: 0;right: 0;margin: auto;top: 0;bottom: 0;font-size: 5.625em;width: 97px;height: 90px;line-height: 90px;cursor: pointer;}

/* Backgrounds
  --------------------------- */
  .bg-white{background:white;}
  .bg-black{}
  .bg-grey{background: #F5F5F5;}
  .bg-blue{background: rgba(0, 197, 225, 1);}
  .background-image{background-size: cover;background-position: center;position: relative;}
  .background-image:before{content:' ';display:block;position: absolute;background-color: rgba(0, 0, 0, 0.4);width: 100%;height: 100%;left: 0;top: 0;}
  .background-image.no-overlay:before{display:none;}


/* Intro
  --------------------------- */
  .intro{}
  .intro-home{}
  .intro-home .inner{padding: 0 7%;min-height: 640px;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;}

  .intro-default{}
  .intro-default .inner{padding: 170px 7% 10px;}


  body:not(.coloured) .wrap .intro-default .inner{background: rgba(238, 241, 247, 0.61);}
  .intro-default .intro-copy{width: 50%;}
  .intro-default img{position:absolute;border-radius: 8px;box-shadow: 6px 35px 42px -15px rgba(82, 84, 86, 0.3411764705882353);transform: rotate(-3deg);right: -2%;top: 27%;width: 47%;max-width: 710px;filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');-webkit-filter: contrast(1.3);filter: contrast(1.3);mix-blend-mode: luminosity;opacity: 0.7;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
  body:not(.coloured) .wrap .intro-default a.button{background: #00adee;}


  .intro-plain{}
  .intro-plain .inner{padding: 150px 7% 40px;text-align:center;}
  .intro-plain .intro-copy{margin:auto;max-width: 840px;}
  .coloured .intro-plain *,
  .coloured .intro-default *{color: white !important;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);}
  body:not(.coloured) .intro-plain .button{background: #00adee;}

  @media screen and (min-width:1200px){
    .intro-plain p{font-size: 21px;font-weight: 400;}
  }
  @media screen and (max-width:1200px){
    .intro-plain .inner{padding: 70px 7% 16px;}
    .intro-default .inner{padding: 120px 7% 10px;}
    .intro-default .intro-copy{}
    .intro-default img{top: 100px;}
  }
  @media screen and (max-width:650px){
    .intro-plain .inner{padding: 30px 7% 16px;}
    .intro-default .inner{padding: 50px 7% 20px;}
    .intro-default .intro-copy{width:100%;}
    .intro-default img{display:none;}
  }



  .intro-copy{}
  .intro-copy h1, .intro-copy h2, .intro-copy h3{margin-top:0px;}



  .home-slider-wrap{position: relative;display: flex;flex-direction: column;justify-content: center;}
  .home-slider:after,.intro-video:after{content:' ';width: 100%;height: 47px;background: url(../img/angles.svg);position: absolute;bottom: -1px;background-repeat-x: repeat;background-repeat-y: no-repeat;/* opacity: 0; */background-size: auto 100%;background-position: bottom;}
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   .home-slider:after,.intro-video:after{display:none}
  }

  .home-slider-controls{position:absolute;z-index: 1;bottom: 60px;width: 100%;margin: auto;left: -25px;right: 0;}
  .home-slider-controls button{background: transparent;border: none;opacity: 0.4;outline: none;}
  .home-slider-controls button:hover{opacity:1;}
  .home-slider-controls button svg{width: 70px;}


  .home-slider{}
  .home-slider .slide{background-position:bottom;}
  .home-slider .slide.background-image:before{background: linear-gradient(to bottom right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 80%);}
  .home-slider .intro-copy{padding-top: 200px;padding-bottom: 160px;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: end;-ms-flex-pack: end;justify-content: center;max-width: 640px;opacity:0;transition: 0.8s all cubic-bezier(0.4, 0.0, 0.2, 1);transform: translateY(-60px);min-height: 850px;}
  .home-slider .slick-current .intro-copy{opacity: 1;transform: translateY(0px);}
  .home-slider .intro-copy h6{text-transform: uppercase;letter-spacing: 0.06em;color: rgba(255, 255, 255, 0.63);font-size: 11px;margin-left: 2px;}
  .home-slider .intro-copy h2,.intro-video .intro-copy h2{margin: 10px 0 11px 0;line-height: 0.9em;font-size: 5.25em;}
  .home-slider .intro-copy p,.intro-video .intro-copy p{margin: 0;font-size: 19px;/* font-weight: 300; */}
  .home-slider .intro-copy a.button{background: #31afaa;/* box-shadow: 0 3px 6px rgba(0,0,0,0.23); */}

  .welcome-message{position: absolute;background-color: white;width: 400px;right: 13%;padding: 44px 33px 28px;border-radius: 4px;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}

  .welcome-message .inner {max-width: 100%;padding: 0;display: block !important;}
  .welcome-message svg{width: 57px;fill: #acb8c7;margin: 0px -8px 6px;position: absolute;bottom: -20px;right: 5px;}
  .welcome-message h1{font-size: 3.2em;line-height: 1.06em;margin-top: 0px;font-family: 'tomarik-brush';color: #3c4858;}
  .welcome-message h3{color: #7946a9;margin-top: 0;}
  .welcome-message p{font-size: 18px;font-weight:300;}
  .welcome-message p:last-child{font-weight: 500;}

  @media screen and (min-width:760px){
    .welcome-message h3{font-size: 25px;line-height: 1.4em;}
  }
  @media screen and (max-width:1700px){
    .welcome-message{right: 5%;}
  }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .welcome-message{top:140px;}
  }
  @media screen and (max-width: 1200px){
    .home-slider-wrap{display:block;}
    .home-slider .intro-copy{min-height: 530px;height: auto;padding: 0;}
    .welcome-message{position:relative;right: initial;box-shadow: none;width: 100%;border-radius: 0;background: transparent;padding: 34px 23px 18px;top:0px;right:0px;}
    .bg-vid-parent .welcome-message{background: #eff2f7;}
    .welcome-message .inner{width: 610px !important;text-align: center;}
    .welcome-message p{padding-right:0px;}
    .home-slider-controls{bottom: initial;top: 20px;right: 0px;left: initial;text-align: right;padding: 0px 20px;}
    .welcome-message svg{right: unset;bottom: unset;top: 0px;position: relative;}
  }
  @media screen and (max-width:1024px){
    .home-slider .intro-copy h2,.intro-video .intro-copy h2,.intro-video .intro-copy h2{font-size: 3.6em;}
  }
  @media screen and (max-width:800px){
    .intro-home .inner{padding: 0 7%;}
    .intro-default .inner{padding: 50px 7% 20px;}
    .home-slider .intro-copy{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;padding-bottom: 100px;}
    .home-slider .intro-copy p,.intro-video .intro-copy p{font-size:16px;}
    .home-slider .intro-copy h2,.intro-video .intro-copy h2,.intro-video .intro-copy h2{font-size: 3.625em;}
  }
  @media screen and (max-width:450px){
    .home-slider .intro-copy{min-height: 510px;}
    .home-slider .intro-copy h2,.intro-video .intro-copy h2,.intro-video .intro-copy h2{font-size: 2.2em;}
    .intro-home .inner{padding: 0 7%;min-height: 510px;}
    .intro-default .inner{padding: 50px 7% 16px;}
    .home-slider .intro-copy{}
    .home-slider .intro-copy p,.intro-video .intro-copy p{font-size:13px;}
    .welcome-message h1{font-size:2em;}
    .welcome-message p{font-size:16px;}
  }

  /* 404 */
  .intro-default.page-404{text-align: center;}
  .intro-default.page-404 .intro-copy{margin:auto;}
  .intro-default.page-404 + .content{text-align: center;}
  .intro-default.page-404 + .content > .inner{padding-bottom:30px;}



/* video background sections
  --------------------------- */
  .bg-vid-parent{height: 100vh;position: relative;z-index: 1;overflow: hidden;width: 100%;overflow-x: hidden;display: flex;flex-direction: column;justify-content: center;}
  .bg-video {display: block;position: absolute;width: 100%;z-index: -1;top: 0;left: 0;pointer-events: none;}
  .bg-video[style*="display"]{opacity:1;}
  .bg-vid-parent .inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width: 100%;}
  .bg-vid-parent .inner > .intro-copy{}

  @media screen and (max-width:1099px){
    .bg-vid-parent{height: auto;}
    .bg-vid-parent .inner > .intro-copy{padding: 180px 0px;}
    .bg-vid-parent.background-image{background-attachment: scroll !Important;}
    .touchevents .bg-vid-parent.background-image{background-attachment:scroll !Important;}
    .bg-video{display:none;}
  }
  @media screen and (max-width:600px){
    .bg-vid-parent .inner > .intro-copy{padding: 130px 0px;}
  }



/* Tables
  --------------------------- */
  .table-scroll{overflow-x: auto;width:100%;}
  table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb;width: 100%;max-width: 100%;/* overflow-x: auto; */}
  table td,table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding: 10px;width: auto !important;font-size: 14px !important;}
  table th{border-bottom:1px solid #cbcbcb;font-weight: 700;text-align: left;}
  table td:first-child,table th:first-child{border-left-width:0;}
  table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
  table tr:nth-child(2n-1) td{/* background-color:#f8f8f8; */}
  table td{border-bottom:1px solid #cbcbcb}
  table td p,table th p{padding:0px;margin:0;font-size: 14px !important;}

  @media screen and (max-width:450px){
    table td,table th{padding:8px 4px;}
    table td,table th,
    table td p,table th p,
    table td h4,table th h4{
      font-size:12px !important;
      line-height:12px;
    }

  }

/* Dividers
  --------------------------- */
  hr {display: block;height: 1px;border: 0;border-top: 1px solid #E4E4E4;margin: 1em 0;padding: 0;}
  hr.divider{margin: 3em 0;}
  .dark hr{border-top: 1px solid rgba(255,255,255,0.2);}

/* Section header
  --------------------------- */
  .section-header{padding-bottom:1px;}
  .section-head{margin-bottom: 40px;position:relative;}
  .section-head.center{margin-left:auto;margin-right:auto;max-width: 760px;text-align: center;}
  .section-head h2,.section-head h3,.section-head h4,.section-head h5{margin-top: 10px;margin-bottom: 5px;}
  .coloured .section-head h2,.coloured .section-head h3,.coloured .section-head h4,.coloured .section-head h5,
  .section-head.dark h2,.section-head.dark h3,.section-head.dark h4,.section-head.dark h5{color: white;}
  .logo-strip .section-head *{
    color: #3c4858 !important;
}
  .section-head.center .button-group{position:relative;margin: 2em 0 0;}

  @media screen and (min-width:650px){
    .section-head .button-group{position:absolute;right:0px;margin: 0;bottom: 0;}
  }
  @media screen and (max-width:650px){
    .section-head .button-group{
    margin: 0;
}
    .section-head h3,.section-head h4,.section-head h5{display:block;margin-bottom:20px;}
  }


/* Single Column
  --------------------------- */
  .single-column{}
  .single-column > .inner{padding: 30px 7%;}
  .woocommerce-cart .single-column,
  .woocommerce-checkout  .single-column{padding-bottom:60px;}
  .woocommerce-cart .single-column > .inner.thin{max-width: 1700px;}
  .single-column p:first-child{font-size: 1.2em;}
  .coloured .single-column *{color:white;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);}

  .woocommerce-checkout .single-column{}
  .woocommerce-checkout .single-column > .inner{padding: 60px 7%;}
  .woocommerce-order{padding-top: 40px;background: white;padding: 30px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);border-radius: 7px;}
  .woocommerce-order > section{border-top:1px solid #eee;padding: 29px 0;}
  .woocommerce-order h2{font-size: 1.8em;line-height: 1.4em;color: #3c4858;font-family: "FaktProSoft",sans-serif;}
  .woocommerce-order table th,
  .woocommerce-order table td{border-top: 1px solid #f1f0ed;padding-left: 0;}

  @media screen and (max-width: 849px){
    .woocommerce-order{padding:16px;}
    .woocommerce-order h2{font-size: 1.2em;line-height: 1.4em;}
  }

  @media screen and (max-width: 550px){
    .woocommerce-checkout .single-column > .inner{padding: 16px 4% 16px;}
    .single-column > .inner{padding: 16px 4% 16px;}
  }

  .single-column.account{}
  .woocommerce-MyAccount-navigation{}
  .woocommerce-MyAccount-navigation ul{display: flex;justify-content: center;overflow: auto;}
  .woocommerce-MyAccount-navigation ul li{margin-right: 17px;white-space: nowrap;display: inline-block;}
  .woocommerce-MyAccount-navigation ul li a{color: #6f7c8e;}
  .woocommerce-MyAccount-navigation ul li.is-active a{font-weight: bold;color: #3c4858;}

  .woocommerce-MyAccount-content{padding-top: 40px;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;background: white;padding: 30px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);border-radius: 7px;}
  .woocommerce-MyAccount-content a.button{background: rgb(50, 173, 238);padding: 8px 22px 5px;}
  .woocommerce-MyAccount-content table,.woocommerce-MyAccount-content table td, .woocommerce-MyAccount-content table th{color: #667386;line-height: 1.6em;font-size: 16px;margin-bottom: 0.8em;}

  .woocommerce-MyAccount-content form{text-align: left;}
  .woocommerce-MyAccount-content form p{font-size: 16px !important;}
  .woocommerce-MyAccount-content form label{display: block;}
  .woocommerce-MyAccount-content form legend{color: #3c4858;font-weight: 700;display: block;padding-top: 30px;}
  .woocommerce-MyAccount-content form input,
  .woocommerce-shipping-calculator input,.woocommerce-shipping-calculator select{width: 100%;border: 1px solid rgba(31, 45, 61, 0.15);border-radius: 4px;padding: 8px 13px;outline: none;}
  .woocommerce-MyAccount-content form input:focus,
  .woocommerce-shipping-calculator input:focus,
  .woocommerce-shipping-calculator select:focus{
        box-shadow: 0px 0px 0px 1px #00adee !important;
    border-color: #00adee !important;
  }
  .woocommerce-MyAccount-content form button[type="submit"],
  .woocommerce-shipping-calculator button[type="submit"]{background: rgb(50, 173, 238);border: 0;margin: 20px 0px 0;outline: none;cursor: pointer;padding: 14px 29px 12px;color: #ffffff;font-size: 15px;display: inline-block;line-height: 1em;position: relative;border-radius: 54px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'tomarik-brush',sans-serif;transition: 0.2s ease all;text-decoration: none;}
  .woocommerce-MyAccount-content form button[type="submit"]:hover{transform: scale(1.04);}.woocommerce-MyAccount-content br{display:none;}
  .woocommerce-MyAccount-content form button[type="submit"]:focus{
    box-shadow: inset 0px 0px 0px 2px rgb(0, 125, 191), 0px 10px 10px -8px rgba(0, 0, 0, 0.25);
}

  @media screen and (max-width:550px){
    .woocommerce-MyAccount-navigation ul{margin: 0;padding: 0;max-width: 100%;display: block;white-space: nowrap;margin: 0 -4%;padding: 0 4%;max-width: 108%;}
    .woocommerce-MyAccount-content{padding: 16px 4%;}

    .woocommerce-MyAccount-content table, .woocommerce-MyAccount-content table td, .woocommerce-MyAccount-content table th{line-height: 1.2em;font-size: 11px;padding: 2px;}
    .woocommerce-MyAccount-content a.button{font-size: 10px;    padding: 7px 8px 5px;}
  }


/* Tabs
  --------------------------- */
  ul.tabs{margin: 0px;padding: 0px;list-style: none;background: white; text-align: center;}
  ul.tabs li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  .no-touch ul.tabs li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul.tabs li.current{border-bottom: 2px solid #15CD52;}
  .no-touch ul.tabs li.current:hover{filter: alpha(opacity=100); opacity: 1;}
  .tab-content{display: none;}
  .tab-content.current{display: inherit;}


/* Accordions
  -------------------------- */
  .accordions{}
  .accordions > .inner{padding: 60px 7%;}
  .product-details .accordions > .inner{padding:0;}
  .accordions .section-head{margin-bottom: 20px;text-align: center;}
  .coloured .accordions .section-head *{color:white;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);}
  .accordion{}
  .accordion-head {cursor: pointer;padding: 16px 62px 16px 20px;margin: 0px 0px 0px 0px;position: relative;font-size: 16px;background: white;border-bottom: 1px solid #e2e5e8;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);color: #3c4858;font-weight: 500;}
  .accordion-head:first-child,
  .accordion-head.open + .accordion-body + .accordion-head{border-radius:7px 7px 0px 0px;}
  .accordion-head.open + .accordion-body + .accordion-head:nth-last-child(2){border-radius:7px 7px;}
  .accordion-head:hover{background: white;}
  .accordion-head:before{content: "\F415";font-family: 'Material Design Icons';position: absolute;right: 17px;font-size: 24px;top: 15px;color: #32adee;}
  .accordion-head.open:before{content: "\F374";}
  .accordion-body {display: none;background: white;padding: 2px 20px 6px;margin-bottom: 10px;border-radius: 0px 0px 7px 7px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);position: relative;}
  .accordion-body .button-group{margin:1em 0;}
  .accordion-body.default {display: block;}
  .accordion-head:nth-last-child(2){border-bottom:none;border-radius:0px 0px 7px 7px;}
  .accordion-head:nth-last-child(2):first-child{
    border-radius: 7px;
}
  .accordion-head:nth-last-child(2).open{border-radius: 0;border-bottom: 1px solid #e2e5e8;}
  .accordion-head:nth-last-child(2):first-child.open{
    border-radius: 7px 7px 0px 0px;
}

  .blue .accordion-head:before{}
  .teal .accordion-head:before{color: #31afaa;}
  .green .accordion-head:before{color: #74ab39;}
  .orange .accordion-head:before{color: #eb9426;}
  .purple .accordion-head:before{color: #7547a2;}
  .pink .accordion-head:before{color: #d33f59;}

  @media screen and (max-width:600px){
    .accordions > .inner{
    padding: 20px 7% 30px;
}
  }


/* Breadcrumbs
  --------------------------- */
  .breadcrumbs{margin: 0 0 16px;list-style: none;padding: 0px;}
  .breadcrumbs li{display: inline-block;margin-right: 12px;position: relative;font-size: 11px;color: rgba(255, 255, 255, 0.7);}
  .single-event:not(.coloured) .breadcrumbs li,
  .single-product:not(.coloured) .breadcrumbs li,
  .page:not(.coloured) .breadcrumbs li{color: #6f7c8e;}
  .breadcrumbs.light li{ color: #757575;}
  .breadcrumbs li:before{display:block;content: '>';position: absolute;right: -11px;font-size: 9px;color: #9e9e9e;margin-right: 2px;}
  .coloured .breadcrumbs li:before{color: rgba(255, 255, 255, 0.5);}
  .breadcrumbs li:last-child:before{display:none;}
  .coloured .breadcrumbs li a{color: white !important;}
  .single-event .breadcrumbs li a{}
  .single-event:not(.coloured) .breadcrumbs li a,
  .single-product:not(.coloured) .breadcrumbs li a,
  .page:not(.coloured) .breadcrumbs li a{color: #00adee !important;}




/* WP - image styles
  --------------------------- */
  img.alignright { float: right; margin: 0 0 1em 1em;max-width: 36%;}
  img.alignleft {float: left;margin: 0 30px 20px 0;max-width: 27%;}
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft {float: left;}
  .alignnone{
    margin: 1em 0;
    max-width: 100%;
}
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .wp-caption .wp-caption-text{font-size: 12px;}
  .alignleft.wp-caption{margin: 10px 20px 10px 0px;max-width: 100%;max-width: 50%;}
  .alignright.wp-caption{margin: 10px 0px 20px 20px;}
  .wp-caption img{margin-bottom: 10px;}



/* Tiles
  --------------------------- */
  .tiles{}
  .tiles .inner{padding: 60px 7%;}
  .grid .tile{}
  .grid .tile img{width:100%;}
  .grid .tile.shadow{overflow: hidden;border-radius: 7px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);background-color: white;}
  .grid .tile-copy{padding: 25px 22px 22px;background:white;}
  .grid .tile-copy.transparent{background: transparent;}
  .grid .tile-copy *:first-child{margin-top:0px;}
  .grid .tile-copy.transparent{padding: 25px 0px 0px;}
  .grid .tile-copy p{/* font-size: 0.86em; */}
  .tile-copy p:last-child{margin-bottom:0px;}

  .grid .tile.product img{margin-top:20px;}

  .tile .tile-copy h4{margin-bottom: 20px;}
  .tile .tile-copy h5.date-meta{color: #9ea8b7;font-size: 13px;margin: 0px 0 13px;}
  .tile .tile-copy p{font-size: 14px;}
  .staff-tiles .tile .tile-copy p{font-size: 14px;}
  .tile .tile-copy h4 a:hover,
  .tile .tile-copy a.link:hover{text-decoration:underline;}
  .tile .price{font-weight: 400;color: #3c4858;font-size: 2em;position: relative;display: block;margin: 14px 0px;line-height: 1em;}
  .tile .price sup{font-size: 54%;padding-right: 2px;}
  .tile .price sub{font-size: 54%;bottom: 0;padding-left: 1px;}

  .staff-tiles .tile-copy h4{margin-bottom: 0;}
  .staff-tiles .tile-copy h5{margin: 6px 0 20px;color: #6f7c8e;font-size: 17px;}
  .staff-tiles .image-profile{position:relative;overflow: hidden;}
  .staff-tiles .image-profile img{transition:0.5s ease all;}
  .staff-tiles .image-profile img:first-child{opacity:1;}
  .staff-tiles .image-profile img:last-child{opacity:0;position:absolute;top: 0;bottom: 0;left: 0;height: 100%;}
  .staff-tiles .image-profile:hover img:first-child{}
  .staff-tiles .image-profile:hover img:last-child{opacity: 1;}

  ul.event-details{margin: 0 0 23px 0;padding: 0;list-style: none;}
  ul.event-details li{display: flex;font-size: 14px;margin-bottom: 8px;}
  ul.event-details li strong{font-weight: 500;width: 80px;display: inline-block;font-size: 11px;flex-shrink: 0;text-transform: uppercase;color: #6f7682;}
  ul.event-details li span{overflow:hidden;display:inline-block;}

  .performances .event_session  {font-weight: 500;display: block;font-size: 18px;flex-shrink: 0;text-transform: uppercase;color: #9aa4b3;position: relative;/* z-index: 1; */}
  .performances .event_session .session_date {display: block;margin-bottom: 4px;color: #667386;}
  .performances .event_session.sold-out .session_date { opacity:0.5; }
  .performances .event_session span.sold_out { margin-left:10px; display:inline-block; }

  .staff-tiles .inner{padding: 20px 7%;}
  .tiles-slider .slick-list{padding-bottom: 6px;}
  .intro + .staff-tiles .inner{padding-top: 40px;}

  .staff-tiles .slick-list, .tiles-slider .slick-list {/* padding-left: 1%; *//* padding-right: 1%; */padding-bottom: 6px;}

  @media screen and (max-width:1200px){
    .staff-tiles{}
    .staff-tiles .inner,
    .tiles-slider .inner{padding: 20px 0% !important;}
    .staff-tiles .section-head,
    .tiles-slider .section-head{padding: 0 7%;margin-bottom: 10px;}
    .staff-tiles .slick-list,
    .tiles-slider .slick-list{padding-left: 7%;padding-right: 7%;padding-bottom: 6px;}
    .staff-tiles .grid .col.tile,
    .tiles-slider .grid .col.tile{margin: 0 20px 0 0;width: 300px;}
    .staff-tiles .slick-dots,
    .tiles-slider .slick-dots{padding-left: 7%;padding-top: 20px;bottom: 0 !important;}
  }
  @media screen and (max-width:1024px){
    .tiles-slider .grid .col.tile{margin: 0 20px 0 0;width: 300px;}
  }

  @media screen and (max-width:849px){
    .tiles .inner{padding: 30px 7%;}
  }
  @media screen and (max-width:600px){
    .tiles-slider .grid .col.tile,
    .staff-tiles .grid .col.tile{margin: 0 10px 0 0;width: 260px;}
    .staff-tiles .tile .tile-copy p{font-size: 12px;line-height: 1.3em;}
    .staff-tiles .tile .tile-copy{
    padding: 19px 14px 10px;
}
  }
  @media screen and (max-width:530px){
    .tile .tile-copy h4{margin-bottom: 7px;}
    ul.event-details li{margin-bottom: 0px;border-bottom: 1px solid #eee;font-size: 12px;padding: 4px 0px;    }
    ul.event-details li:nth-child(1),ul.event-details li:nth-child(2){display:block;}
    ul.event-details li strong{width: 68px;}
    ul.event-details li span{}
    .tile .price{font-size: 18px;}
  }

/* Cards
  --------------------------- */
  .cards{}
  .cards .inner{padding: 60px 7% 50px;}
  .grid .card{position: relative;margin-bottom: 20px;}
  .grid .card .button-group{margin:0px;}
  .card img{/* width: 100%; *//* display: none !important; */width: auto;height: auto;}
  .card .tile-copy{position: absolute;bottom: 0px;background: transparent;}
  .card .tile-copy a{color:white;font-weight: 500;margin-top: 1px;}
  .card .tile-copy a.button.small{background: rgba(0, 0, 0, 0.2);}
  .card .tile-copy a.button.small:hover{background: rgba(0, 0, 0, 0.26);}
  .card.background-image:before{background:transparent;}
  .card .date-meta{font-size: 12px;margin: -8px 0 -6px;display: block;}

  .event-grid{padding-top: 60px;padding-bottom: 15px;position: relative;display: block;}
  .event-grid .grid{display:flex;flex-wrap: wrap;justify-content: space-between;}
  .event-grid .col{background: #2196F3;min-height: 390px;border-radius: 5px;background-repeat: no-repeat;overflow: hidden;}
  .event-grid .col:nth-child(1), .event-grid .col:nth-child(5), .event-grid .col:nth-child(9){background-color: #00a797;background-size: 80%;background-position: top left;}
  .event-grid .col:nth-child(4n){background-color: #4d2872;background-size: 80%;background-position: top right;}

  .event-grid .col:nth-child(2), .event-grid .col:nth-child(6), .event-grid .col:nth-child(10), .event-grid .col:nth-child(14){background-color: #d33f59;background-size: 56%;background-position: top left;}
  .event-grid .col:nth-child(3),
  .event-grid .col:nth-child(7){background-color: #ea9425;background-size: 57%;background-position: bottom left;overflow: hidden;}

  .event-grid .col:nth-child(1),
  .event-grid .col:nth-child(1n+3){width: calc(33.33% - 6px);}

  .event-grid .col:nth-child(2),
  .event-grid .col:nth-child(3),
  .event-grid .col:nth-child(6),
  .event-grid .col:nth-child(7),
  .event-grid .col:nth-child(10),
  .event-grid .col:nth-child(11),
  .event-grid .col:nth-child(14),
  .event-grid .col:nth-child(15){width: calc(66.66% - 6px);display: flex !important;flex-direction: column;justify-content: center;overflow: hidden;}

  .event-grid .col:nth-child(1) .tile-copy,
  .event-grid .col:nth-child(4) .tile-copy,
  .event-grid .col:nth-child(5) .tile-copy,
  .event-grid .col:nth-child(8) .tile-copy{width: 410px;max-width: 100%;left: 0;right: 0;padding: 30px 24px 23px 24px;}

  .event-grid .col:nth-child(2) .tile-copy,
  .event-grid .col:nth-child(3) .tile-copy,
  .event-grid .col:nth-child(6) .tile-copy,
  .event-grid .col:nth-child(7) .tile-copy,
  .event-grid .col:nth-child(10) .tile-copy,
  .event-grid .col:nth-child(11) .tile-copy,
  .event-grid .col:nth-child(14) .tile-copy,
  .event-grid .col:nth-child(15) .tile-copy{width: 450px;max-width: 100%;padding: 30px 50px 30px 0px;margin-left: auto;text-align: right;right: 0;padding: 30px 24px 23px 24px;/* position: relative; */}

  .event-grid .col:nth-child(1) .tile-copy,
  .event-grid .col:nth-child(5) .tile-copy{text-align:right;margin-left: auto;}

  .event-grid .tile-copy h3{font-family: 'tomarik-brush', sans-serif;margin-bottom: -7px;font-size: 31px;}


  @media screen and (max-width:1200px){
    .event-grid{padding-top: 10px;padding-bottom: 20px;transform: none !important;}
    .event-grid .col{min-height: 340px;}
  }
  @media screen and (max-width: 1024px){
    .event-grid .col{width: 100% !important;min-height: 20px !important;margin-bottom: 6px;}
    .event-grid .col .tile-copy,
    .event-grid .col:nth-child(1) .tile-copy, .event-grid .col:nth-child(5) .tile-copy{position:relative;padding: 43px 24px 35px !important;margin: 0 !important;margin-left: auto !important;width: 410px;max-width: 100%;text-align: right;}
    .event-grid .tile-copy h3{font-size: 21px;}
    .event-grid .col:nth-child(4) .tile-copy,.event-grid .col:nth-child(8) .tile-copy{/* margin-left: 0 !important; *//* text-align: left; */}
    .event-grid .col{background-size: 53% !important;}
  }

  @media screen and (min-width:850px){
    .grid .card{margin-bottom: 12px;}
  }
  @media screen and (max-width:849px){
    .grid .card{min-height: 300px;}
    .card{min-height:0px;}
    .card img{width: 100%;}
    .cards .inner{padding: 30px 7%;}
  }
  @media screen and (max-width:600px){
    .grid .card{}
    .event-grid .col:nth-child(1){background-size: 220px;}
    .event-grid .col:nth-child(2){}
    .event-grid .col:nth-child(3){}
    .event-grid .col:nth-child(4){}
  }
  @media screen and (max-width:460px){
    .card img{width: auto;height: 330px;}
    .event-grid .tile-copy h3{margin-bottom:10px;}
    .event-grid .tile-copy p{display:none;}
  }


/* Alternating
  --------------------------- */
  .alternating{}
  .alternating > .inner{max-width: 1500px;padding: 60px 7% 20px;}
  .alternating .grid:not(:last-child){margin-bottom:50px;}
  .alternating img{width:100%;border-radius: 8px;box-shadow: 6px 35px 42px -15px rgba(82, 84, 86, 0.3411764705882353);}
  .alternating .map_embed{padding-bottom: 5%; overflow: hidden }
  .alternating .col.media{transform:rotate(-3deg);}
  .coloured .alternating .col.text *{color:white;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);}

  @media screen and (max-width:700px){
    .alternating .grid:not(:last-child){margin-bottom:0px;}
  }

  /* Responsive video */
  .video-wrapper{position: relative;padding-bottom: 50.25%; /* 16:9 */padding-top: 25px;height: 0;}
  .video-wrapper iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

  @media screen and (min-width:850px){
    .alternating .grid:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  }
  @media screen and (max-width:849px){
    .alternating > .inner{padding: 30px 7%;}
    .alternating img{margin-bottom: 10px;}
  }
  @media screen and (max-width:700px){
    .alternating .grid.column-2 .col{width:100%;transform: rotate(0deg);}
    .alternating img{box-shadow:none;}

  }

/* Alternating - Flex
  --------------------------- */
  .alternating-flex{padding: 30px 0px;}
  .alternating-flex > .inner{/* max-width:100%; *//* padding: 0; */}
  .alternating-flex .section-head{margin-bottom: 30px;}
  .alternating-flex .grid.column-2{-webkit-box-align: stretch;-ms-flex-align: stretch;-ms-grid-row-align: stretch;align-items: stretch;}
  .alternating-flex .grid.column-2 > .col{margin-bottom:0px;}
  .alternating-flex .col.text{background: #ffffff;padding: 90px 7% 80px;border-radius: 0px 5px 5px 0px;}
  .alternating-flex .grid.column-2 .google-map-wrapper{width:100%;height:100%}
  .alternating-flex .grid.column-2 iframe{width:100%;height: 100%;pointer-events: all !important;}

  .img-bg-swap{}
  .alternating-flex .img-bg-swap img{display: none;}
  a.popup-video{position: absolute;width: 100%;height: 100%;background: rgba(45, 45, 45, 0.17);}

  @media screen and (min-width:920px){
    .alternating-flex .grid:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  }
  @media screen and (max-width:919px){
    .alternating-flex .grid.column-2{-webkit-box-align: baseline;-ms-flex-align: baseline;-ms-grid-row-align: baseline;align-items: baseline;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
    .alternating-flex .grid.column-2 .col,.alternating-flex .grid.column-2 .google-map-wrapper{width:100%;}
    .alternating-flex .grid.column-2 .google-map-wrapper{height: 420px;}
    .alternating-flex .background-image.img-bg-swap{background-image:none !important;}
    .alternating-flex .img-bg-swap img{display: block;width:100%;}
    .alternating-flex .grid.column-2 .col{margin-bottom:0px;}
    .alternating-flex .col.text{padding: 30px 7% 40px;}
    .alternating-flex{
    padding: 10px 0px;
}
  }




/* Slick slider
  --------------------------- */
  .slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
  .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
  .slick-list:focus{outline: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .slick-track:before,.slick-track:after{display: table;content: '';}
  .slick-track:after{clear: both;}
  .slick-loading .slick-track{visibility: hidden;}
  .slick-slide{display: none;float: left;height: 100%;min-height: 1px;outline: none;}
  .slick-slide.vheight-70{height:70vh;}
  [dir='rtl'] .slick-slide{float: right;}
  .slick-slide img{display: block;}
  .slick-slide.slick-loading img{display: none;}
  .slick-slide.dragging img{pointer-events: none;}
  .slick-initialized .slick-slide{display: block;}
  .slick-loading .slick-slide{visibility: hidden;}
  .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
  .slick-arrow.slick-hidden {display: none;}

  /* Dots */
  .slick-dots{position: absolute;bottom: 40px;z-index: 9;width:100%;text-align:center;margin:0px;padding:0px;}
  .slick-dots button{background: rgba(255, 255, 255, 0.35);}
  .slick-dots li{font-size:0px;display:inline-block;margin: 0 5px;}
  .slick-dots button{border: 0px;width: 10px;height: 10px;display: block;border-radius: 20px;padding: 0px;outline: none;}
  .slick-dots li.slick-active{}
  .slick-dots li.slick-active button{background: #ffffff;}
  .slick-dotted.slick-slider { margin-bottom: 0px; padding-bottom: 0px;}

  @media screen and (max-width:450px){
    .slick-dots button{}
  }

  /* Arrows */
  .slick-prev,
  .slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;margin-top: -10px;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: transparent;z-index: 1;}
  .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background: transparent;}
  .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 1;}
  .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;}
  .slick-prev:before,.slick-next:before{font-size: 26px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: framework;}
  .slick-prev{left: 25px;}
  [dir='rtl'] .slick-prev{right: -25px;left: auto;}
  .slick-prev:before{content: 'i';}
  [dir='rtl'] .slick-prev:before{content: '>';}
  .slick-next{right: 29px;}
  [dir='rtl'] .slick-next{right: auto;left: -25px;}
  .slick-next:before{content: 'j';}
  [dir='rtl'] .slick-next:before{content: '<';}

  @media screen and (max-width:1024px){
    .slick-prev, .slick-next{display:none !important;}
  }

  /* Dark slick */
  .slick-dark .slick-dots{bottom: -39px;}
  .slick-dark .slick-dots button{background: rgba(0, 0, 0, 0.25);}
  .slick-dark .slick-dots li.slick-active button{background: black;}
  .slick-dark .slick-prev{left: -50px;}
  .slick-dark .slick-next{right: -50px;}
  .slick-dark .slick-next:before, .slick-dark .slick-prev:before{color: black;}

  .video-container iframe{
    width: 100%;
}


/* Blog filter bar
  --------------------------- */
  .blog-filter {background: #FFF;margin-bottom: 30px;overflow: hidden;/* border-bottom:1px solid #eee; */width: 86%;margin: 0 auto 30px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);border-radius: 7px;max-width: 1440px;}
  .blog-filter ul {text-align:center;margin: 0;padding: 10px;}
  .blog-filter li {display:inline-block;margin: 10px 20px;}

  .blog-filter .level-1 {border-bottom: 1px dashed #EEE;margin-bottom: -1px;}
  .blog-filter .level-1 a { padding: 0 0 5px 0;}
  .blog-filter .level-1 a:after { content:"+"; padding-left:5px; }
  .blog-filter .level-1 a.open:after { content:"-"; }

  .blog-filter .level-2 li { font-size:14px; margin:10px; }
  .blog-filter a:hover { opacity:0.8; }
  .blog-filter a span { display:inline-block; font-size:10px; padding:2px 4px; min-width:21px; height:21px; border-radius:100px; background:#EEE; }


/* Blog content
  --------------------------- */
  .article-wrapper > .post-copy.content{max-width: 1100px;padding: 10px 7% 30px;margin:0 auto;}
  .navigation{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
  .navigation > span{
    font-size: 0px;
}
  .navigation > span.older-posts{}
  .navigation > span.newer-posts{}
  .navigation > span a{
    padding: 12px 25px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    border-radius: 54px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: 'tomarik-brush';
    background: rgb(50, 173, 238);
    border: 0;
    margin: 20px 0px 0;
    outline: none;
    width: auto;
    transition: 0.2s ease all;
}
.navigation > span a:hover{transform: scale(1.04);}



/* Comments
  --------------------------- */

  .comments-layer{
    /* background: transparent; */
}
  .comments-layer .inner{max-width:1100px;padding: 50px 7%;}
  .comments-layer h2{font-size: 2em;line-height: 1.25em;color: #3c4858;font-family: "FaktProSoft",sans-serif;  }
  h2.comments-title{
    font-size: 1.8em;
    line-height: 1.4em;
    color: #3c4858;
    font-family: "FaktProSoft",sans-serif;
    margin-top: 20px;
}

  .comments-wrapper .navigation{display:none;}
  ol.comment-list {list-style:none;margin:0 0 1em;padding: 20px 0 0;text-indent:0;}
  ol.comment-list li { }
  ol.comment-list li.alt { }
  ol.comment-list li.bypostauthor {}
  ol.comment-list li.byuser {}
  ol.comment-list li.comment-author-admin {}
  ol.comment-list li.comment {padding: 20px 30px;border: 1px solid #eee;border-radius: 4px;}
  ol.comment-list li.comment div.comment-author {}
  ol.comment-list li.comment div.vcard cite.fn {font-style:normal;font-weight: 500;font-size: 19px;}
  ol.comment-list li.comment div.vcard cite.fn a.url {}
  ol.comment-list li.comment div.vcard img.avatar {border: 0px;float:right;margin: 0 0 20px 20px;max-width: 30px;border-radius: 500px;}
  ol.comment-list li.comment div.vcard img.avatar-32 {}
  ol.comment-list li.comment div.vcard img.photo {}
  ol.comment-list li.comment div.vcard span.says {}
  ol.comment-list li.comment div.commentmetadata {}
  ol.comment-list li.comment div.comment-meta {font-size: 10px;}
  ol.comment-list li.comment div.comment-meta a {color: #a9b4c3;}
  ol.comment-list li.comment p {margin:0 0 1em;font-size: 1em;}
  ol.comment-list li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
  ol.comment-list li.comment div.reply { font-size:11px; }
  ol.comment-list li.comment div.reply a {font-weight: 500;font-size: 15px;text-decoration: underline;}
  ol.comment-list li.comment ul.children {list-style:none;margin:1em 0 0;text-indent:0;padding-left: 0px;}
  ol.comment-list li.comment ul.children li {}
  ol.comment-list li.comment ul.children li.alt {}
  ol.comment-list li.comment ul.children li.bypostauthor {}
  ol.comment-list li.comment ul.children li.byuser {}
  ol.comment-list li.comment ul.children li.comment {}
  ol.comment-list li.comment ul.children li.comment-author-admin {}
  ol.comment-list li.comment ul.children li.depth-2 {border-left: 5px solid #eee;margin:0 0 .25em .25em;}
  ol.comment-list li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
  ol.comment-list li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
  ol.comment-list li.comment ul.children li.depth-5 {}
  ol.comment-list li.comment ul.children li.odd {}
  ol.comment-list li.even { background:#fff; }
  ol.comment-list li.odd { background:#f6f6f6; }
  ol.comment-list li.parent {border-left: 5px solid #eee;}
  ol.comment-list li.thread-alt { }
  ol.comment-list li.thread-even {}
  ol.comment-list li.thread-odd {}

  .comment-respond{margin-top:30px;}

  #commentform textarea, #commentform input {width: 100%;border: 1px solid rgba(31, 45, 61, 0.15);border-radius: 4px;padding: 7px 11px;outline: none;background: white;color: #8492a6;}
  #commentform input[type="submit"]{padding: 12px 25px;color: #ffffff;font-size: 14px;display: inline-block;line-height: 1em;position: relative;border-radius: 54px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'tomarik-brush';background: rgb(50, 173, 238);border: 0;margin: 20px 0px 0;outline: none;width: auto;transition: 0.2s ease all;}  p.comment-form-url { display:none; }
  #commentform input[type="submit"]:hover{transform: scale(1.04);}

  @media screen and (max-width:600px){
    .comments-layer .inner{padding: 20px 7%;}
    .comments-layer h2{font-size: 1.375em;line-height: 1.13em;}
  }


/* Search page
  --------------------------- */
  .search-results{}
  .search-results .grid.articles { padding: 0 30px 60px 30px; }
  .search-results article{display:block;float: none;width: 100%;border-bottom: 1px solid white;background: white;padding: 17px 23px 16px;margin: 0 auto 20px auto; max-width:1100px;}
  .search-results article h3{/* margin:0px; *//* font-size: 18px; */}
  .search-results article h5.date-meta{margin:5px 0px 0px;font-size: 12px;color: #6f7c8e;}
  .search-results article p{margin: 10px 0px 0px;font-size: 13px;}
  .search-results article img{float: right;margin-left: 10px;width: 150px;}
  .search-results article a.button{
    margin-top: 13px;
}
  .load-more-wrapper{margin:10px 0px;text-align:center;padding:20px;}
  .load-more-wrapper a.button{
    background: rgb(50, 173, 238);
}

  @media screen and (max-width:450px){
    .search-results article h3{line-height:1.3em;}
    .search-results article p{font-size:11px;}
  }

/* Footer
  --------------------------- */
  .footer{background-color: #fff;}
  .footer img{width:90%;margin-top:20px;max-width: 90%;width: 250px;}
  .footer .inner{padding: 60px 7% 20px;}
  .footer .social i{color: white;font-size: 27px;display: inline-block;margin: 0 13px 0px 0;}
  .footer-meta{border-top: 1px solid rgb(226, 229, 232);margin-top: 30px;font-size: 12px;padding-top: 18px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .footer-meta .button-group.social{}
  .footer-meta .button-group.social a i{color: #6e7c8e;font-size: 18px;margin: 0 5px 0 0;}
  .footer .footer_meta_text {display: inline-block;font-size: 14px;}

  .footer ul{padding:0;}
  .footer ul li{list-style:none;margin-bottom: 1px;}
  .footer ul li a{color: #6f7c8e;}
  .footer ul li a:hover{text-decoration:underline;}

  .footer .column-4 .col { display:flex; flex-direction:column; justify-content:flex-start; align-items:flex-start;}

  @media screen and (max-width:450px){
    .footer .inner{padding:30px 5%;}
    .footer img{width: 180px;}
    .footer-meta{display: block;}
    .footer-meta .flex-grow{display:none;}
    .footer-meta .button-group.social{margin:10px 0;}
  }

  .shielded-logo {width: 50px !important;display: block;}
  #sustainability-mark { width:150px; height:150px;margin-top:80px; }
  @media screen and (max-width:600px){
      #sustainability-mark { margin-top:20px;}
  }

/* Slick - Gallery slider
  ------------------------------------ */
  .gallery-slider img{height: 400px;}
  .gallery-slider .slick-dots{bottom: 16px;}

  @media screen and (max-width:1024px){
  	.gallery-slider img{height: 300px;}
  }
  @media screen and (max-width:760px){
  	.gallery-slider img{height: 200px;}
  }
  @media screen and (max-width:450px){
  	.gallery-slider img{height: 110px;}
  	.gallery-slider .slick-dots{position: relative;bottom: 0px;padding-bottom: 10px;}
  }


/* Zoom gallery
	----------------------- */
  .mfp-figure figcaption{position: absolute;width: 100%;height: 100%;bottom: 0;}
  .mfp-figure .mfp-bottom-bar{padding: 14px;background: transparent;}
  .mfp-bottom-bar .mfp-counter{bottom: 23px;right: 0px;}
  .mfp-title .author img.avatar{width: 30px;left: -40px;top: -5px;}
  .mfp-title .author .name{color: white;font-size: 12px;}
  .mfp-title .author .username, .mfp-title .author .time{color: rgba(255, 255, 255, 0.5);}

  .image-source-link {color: #98C3D1;}
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg,
  .mfp-animated-image{opacity: 0;	-webkit-backface-visibility: hidden;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}
  .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.9;}
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0;}
  .mfp-ready .mfp-animated-image{opacity: 1;}

  .mfp-wrap .mfp-arrow{height: auto;width: auto;margin: -26px 0 0 0;}
  .mfp-arrow:before{display:none;}
  .mfp-arrow-right:after, .mfp-arrow-left:after{font-family: framework;font-size: 40px;color: white;width: 50px;height: 50px;display: block;line-height: 46px;position: relative;border: 0px;margin: 0px;}
  .mfp-wrap .mfp-arrow-right{right: 15px;}
  .mfp-wrap .mfp-arrow-left{left: 15px;}

  .mfp-arrow.mfp-arrow-right:after{content: 'j';}
  .mfp-arrow.mfp-arrow-left:after{content: 'i';}

  @media screen and (max-width:450px){
    .mfp-arrow-right:after, .mfp-arrow-left:after{font-size: 20px;}
    .mfp-wrap .mfp-arrow-right{right: 5px;}
    .mfp-wrap .mfp-arrow-left{left: 5px;}
  }

/* Gallery - thumbnail */
  .gallery-thumbnails{}
  .gallery-thumbnails .inner{padding:60px 7%}
  .gallery-thumbnails .grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  .gallery-thumbnails .gallery-thumbnail-image{width: 20%;}
  .gallery-thumbnail-image{display: block;margin-top: 0px;text-align: center;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;overflow: hidden;background-size: cover;background-position: center;}
  .no-touch .gallery-thumbnail-image:hover,.gallery-thumbnail-image:hover{-webkit-transform: scale(0.94);-moz-transform: scale(0.94);-o-transform: scale(0.94);-ms-transform: scale(0.94);transform: scale(0.94);filter: alpha(opacity=100);opacity: 1;}

  .gallery-thumbnail-image img{width: 100%;}
  .gallery-thumbnail-image img.image-bg{ position: absolute;}
  .gallery-thumbnail-image img.image-spacer{border: 0px solid #ecf1f7;}
  @media screen and (max-width:450px){
    .gallery-thumbnails .gallery-thumbnail-image{ width: 25%; }
  }

   /* Gallery columns */
  .gallery-columns{}
  .gallery-columns .inner{max-width: 1300px;padding: 60px 7%;}
  .gallery-columns .section-head{margin-bottom: 20px;}
  .gallery-columns .grid{-webkit-columns: 3 220px;-moz-columns: 3 220px;columns: 3 220px;}
  .gallery-columns .grid > a{display:block;}
  .gallery-columns .grid > a img{width:100%;display: block;border-bottom: 10px solid rgba(255, 255, 255, 0);}

  @media screen and (max-width:600px){
    .gallery-columns .inner{padding: 30px 7%;}
    .gallery-columns .grid{-webkit-columns: 2 50px;-moz-columns: 2 50px;columns: 2 50px;}
  }


/* Content slider
  --------------------------- */
  .content-slider{}
  .content-slider > .inner{padding: 60px 7% 80px;}
  .content-slider .section-head{margin-bottom: 20px;}
  .content-slider .grid{margin:0;}




/* Logo strip
----------------------------- */
  .logo-strip{}
  .logo-strip:last-of-type{
    padding-bottom: 40px;
}
  .logo-strip .section-head{margin-bottom: 20px;}
  .logo-strip-inner{background:white;padding:30px;border-bottom:1px solid #e4e6ea;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);text-align: center;}
  .logo-strip:first-of-type .logo-strip-inner{border-radius: 7px 7px 0px 0px;}
  .logo-strip:last-of-type .logo-strip-inner{border: 0px;border-radius: 0px 0px 7px 7px;}
  .logo-strip img{max-width: 110px;margin: 10px 18px;}

  @media screen and (max-width: 800px){
      .logo-strip-inner{padding: 10px 5px;}
      .logo-strip img{max-width: 80px;margin: 7px 10px;}
  }


/* Testimonials
  --------------------------- */
  .testimonials{}
  .testimonials .section-head{margin-bottom:0px;}
  .testimonials .section-head h3{font-size: 21px;margin: 0 0 -3px 0;}
  .testimonials .inner{padding: 50px 7% 30px;max-width: 100%;width: 1100px;}
  .testimonial .author{font-size: 17px;color: #a1acbb;}
  .testimonial .author:before,
  .testimonial .author:after{content:'-';margin: 0 5px}
  .testimonial img{width: 90px;border-radius: 100px;height: 90px;}
  .testimonials .slick-dots,
  .gallery-slider .slick-dots{position: relative;bottom: 0;margin: 15px 0 20px 0;}
  .testimonials .slick-dots button,
  .gallery-slider .slick-dots button{background: rgba(0, 0, 0, 0.2);}
  .testimonials .slick-dots li.slick-active button,
  .gallery-slider .slick-dots li.slick-active button{background: #32adee;}
  .coloured .testimonials .slick-dots li.slick-active button, .coloured .gallery-slider .slick-dots li.slick-active button{background:white;}
  .testimonials .slick-slide{padding: 0 20px;text-align: center;}
  .coloured .testimonials .slick-slide *{color: white;}
  .testimonial p:before{content:'" ';}
  .testimonial p:after{content:'"';}

  @media screen and (min-width:600px){
    .testimonial p{font-size: 26px;}

  }
  @media screen and (max-width:600px){
    .testimonials .inner{padding: 30px 5%;}
    .testimonial p{font-size:16px;}
    .testimonial .author{font-size:14px;}
  }


/* Search
  --------------------------- */
  .search-form{position: relative; display: none;width: 100%;background: #F3F3F3;left: 0;right: 0;margin: 0px;border-top: 0px;z-index: 1;}
  .screen-reader-text {clip: rect(1px,1px,1px,1px);position: absolute!important;height: 1px;width: 1px;overflow: hidden;}
  .search-form input{border: 0;color: rgba(0, 0, 0, 0.96);font-size: 2em;height: auto;padding: 20px;margin: 0;width: calc(100% - 240px);outline: 0;box-sizing: border-box;background-color: transparent;font-weight:normal;text-align: right;}
  .search-form input[type="submit"]{display: none;}
  .search-form small{position: absolute;top: calc(39%);right: 30px;color: rgb(113, 113, 113);font-size: 12px;}
  .search-form small a{color: white;background-color: #000000;display: inline-block;padding: 2px 11px;border-radius: 30px;margin-left: 7px;}
  .no-touchevents header .icon-search:hover{filter: alpha(opacity=60);  opacity: 0.6;}

  .search-no-results .content.search .flex,
  .error404 .content{text-align:center;display: block;padding-bottom: 50px;}

  @media screen and (max-width:1300px){
    .search-form input{font-size: 1.8em;}
  }
  @media screen and (max-width:520px){
    .search-form input{font-size: 22px;width: 100%;text-align: center;}
    .search-form small{position: relative;top: initial;display: block;padding: 0px 20px 20px;right: 0px;font-size: 12px;text-align: center;}
  }

/* Mobile nav
  --------------------------- */
  .mobile-nav{width: 270px;position: absolute;z-index: 1;left: 0px;transition: all 0.3s ease;transform: scale(0.8);opacity: 0;}
  .nav-open .mobile-nav{
    transform: scale(1);
    opacity: 1;
}
  .mobile-nav .mdi-close{color: white;padding: 33px 29px 12px;display: inline-block;font-size: 29px;cursor: pointer;}
  .no-touch .mobile-nav .mdi-close:hover{filter: alpha(opacity=60);  opacity: 0.6;}
  .mobile-nav ul{padding-top: 20px;}
  .mobile-nav li{border-bottom: 1px solid rgba(255, 255, 255, 0);font-size: 14px;}
  .mobile-nav li.current_page_item > a{color: white !important;border-left: 4px solid #ffffff69;text-decoration: underline;}
  .mobile-nav li a{color: rgb(255, 255, 255) !important;display: block;padding: 9px 22px 9px 22px;font-weight: 600;}
  .mobile-nav ul ul.sub-menu{padding: 0;}
  .mobile-nav ul ul.sub-menu li{font-size: 13px;position: relative;}
  .mobile-nav ul ul.sub-menu li:before{content:'-';display:inline-block;color: #ffffff9c;left: 23px;position: absolute;top: 10px;}
  .mobile-nav ul ul.sub-menu li a{padding-left: 37px;font-weight: 400;}


/* Header
  --------------------------- */
  #header{padding: 15px 10px 10px;position: fixed;top:0;z-index: 12;background: white;width:100%;transition:0.2s ease all;}
  .admin-bar #header { top:34px;}
  .coloured #header{background: transparent;}
  #header.scrolled{background:white;box-shadow: 0 1px 2px 0px rgba(31, 45, 61, 0.15);padding: 10px;}
  #header.transparent{position: absolute;z-index: 1;width: 100%;}
  #header .inner{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
  #header a.main-logo{margin: -6px 20px 0 0;font-size: 0px;line-height: 0px;color: transparent;display: block;width: 134px;height: 85px;background-image: url(../img/capitale_colour.svg);background-size: 100%;background-repeat: no-repeat;position: relative;transition: 0.2s all cubic-bezier(0.4, 0.0, 0.2, 1);}
  #header.scrolled a.main-logo{width: 100px;height: 63px;}
  #header nav{
	flex-grow: 5;
}
  #header nav > ul{padding: 0;display:flex;flex-wrap: nowrap;justify-content: space-around;}
  #header nav > ul > li{display: inline-block;font-size: 0.93em;/* line-height: 60px; */padding: 0 13px 0 13px;margin-bottom: 0;padding-bottom: 5px;}
  #header nav a{color: #222e3e;/* padding: 0 13px; */line-height: 1.3;padding: 0 0 10px 0;position: relative;font-weight: 500;}
  #header nav a:hover{color: #1f2d3d;}
  .home #header.unscrolled nav a{/* color: #ffffff; */}
  .coloured #header.unscrolled nav a{color: #ffffff;}
  .home #header.unscrolled nav a:hover{/* color:white; */opacity:1;}
  .coloured #header.unscrolled nav a:hover{color:white;opacity:1;}
  #header nav li.current_page_item a,
  #header nav li.current_page_parent a,
  #header nav li.current_page_ancestor a{color: #00adee;font-weight: 500;}
  .home #header.unscrolled nav li.current_page_item > a,
  .coloured #header.unscrolled nav li.current_page_item > a,
  .home #header.unscrolled nav li.current_page_parent > a,
  .coloured #header.unscrolled nav li.current_page_parent > a,
  .home #header.unscrolled nav li.current_page_ancestor > a,
  .coloured #header.unscrolled nav li.current_page_ancestor > a{color: #ffffff;font-weight: 500;}
  .coloured #header li.menu-item-has-children > a:after{
    border-top: 4px solid #ffffff;
}
  .home.unscrolled #header li.menu-item-has-children > a:after{}
  #header i.mdi{font-size: 24px;padding: 12px;color: #8492a6;font-weight: 400;transition: 0.2s ease all;}


  #header a.cart-icon:hover{opacity:1;}
  #header i.mdi-cart-outline{margin: 0px 0px 0px 7px;padding-right: 18px;}
  #header i.mdi-cart-outline:hover{color: #1f2d3d;}
  #header i.mdi-cart-outline span{width: 16px;height: 16px;display: inline-block;background: #32adee;border-radius: 20px;color: white;font-size: 10px;text-align: center;line-height: 16px;position: absolute;top: 13px;font-style: normal;}

  #header .mdi-menu{display:none;}
  #header img.xero{width: 120px;float: right;margin-right: 19px;}
  .header-search{position: relative;}
  .header-search label{display: block;}
  .header-search input.search-field{border: none;padding: 5px 30px 5px 13px;width: 110px;border-radius: 30px;box-shadow: inset 0 0px 0 1px rgb(0, 0, 0, .48);outline: none;color: #8492a6;transition: 0.2s ease all;background: transparent;}
.header-search input.search-field:focus{
    box-shadow: 0px 0px 0px 2px #00adee;
    }
  .header-search span.search-submit{position: absolute;top: 0;right: 0px;bottom: 0;line-height: 34px;}
  .header-search span.search-submit:before{content: "\F349";display:block;font-family: 'Material Design Icons';padding: 0 9px;color: #8492a6;}
  .header-search span.search-submit input[type="submit"]{font-size: 0px;border: 0px;background: transparent;position: absolute;top: 0;right: 0;bottom: 0;display: block;padding: 0;height: 100%;width: 34px;outline: none;}

  @media screen and (max-width: 1420px){
    #header .inner{padding: 0px 10px;max-width:100%;}
  }

  @media screen and (min-width:1429px){
    .home .unscrolled#header i.mdi:hover{/* color:white; */}
    .home #header.unscrolled a.main-logo{/* background-image: url(../img/capitale_white.svg); */}
    .coloured #header.unscrolled a.main-logo{background-image: url(../img/capitale_white.svg);}
    .home .unscrolled#header i.mdi{/* color: rgb(255, 255, 255); */}
    .coloured .unscrolled#header i.mdi{color: rgb(255, 255, 255);}
    .home .unscrolled#header i.mdi-cart-outline span{/* background: rgba(255, 255, 255, 0.28); */}
    .coloured .unscrolled#header i.mdi-cart-outline span{background: rgba(255, 255, 255, 0.28);}
  .home .unscrolled .header-search input.search-field{background: rgba(255, 255, 255, 0.26);box-shadow: inset 0 0px 0 1px rgba(0, 0, 0, 0.48);color: /*rgb(255, 255, 255);*/}
    .coloured .unscrolled .header-search input.search-field{background: rgba(255, 255, 255, 0.26);box-shadow: inset 0 0px 0 1px rgba(255, 255, 255, 0);color: rgb(255, 255, 255);}
    .home .unscrolled .header-search span.search-submit:before{/* color:white; */}
    .coloured .unscrolled .header-search span.search-submit:before{color:white;}
  }
  @media screen and (max-width: 1430px){
    #header{position:relative;padding: 10px;background: white;}
    #header .inner{padding: 0;}
    #header nav{display:none;}
    #header .mdi-menu{display:block;}
    #header a.main-logo{width: 100px;height: 63px;}
    #header i.mdi{font-size: 28px;}
    #header i.mdi-menu{margin-right:15px;}
  }
  @media screen and (max-width:450px){
    #header{position:relative;}
    #header .inner{padding: 0;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
    #header nav{display:none;}
    #header .mdi-menu{display:block;}
    #header a.main-logo{width: 74px;height: 47px;margin: 0;}
    #header i.mdi{font-size: 28px;}
    #header .flex-grow,
    .header-search{display:none;}
  }


  /* Header - Dropdown */
  #header li.menu-item-has-children > a:after {content: ' ';position: absolute;margin: 0px 0 0 6px;border-top: 4px solid #8492a6;border-left: 3px solid transparent;border-right: 3px solid transparent;display: inline-block;width: 6px;top: 8px;right: -14px;}
  .home #header.unscrolled li.menu-item-has-children > a:after{/* border-top: 4px solid rgba(255, 255, 255, 0.66); */}
  #header li.menu-item-has-children {position: relative;display: inline-block;padding-right: 26px;}
  .sub-menu li:last-child {border: 0px;}
  #header ul.sub-menu{position: absolute;min-width: 210px;transition: all 0.3s ease;pointer-events: none;opacity: 0;z-index: 10;padding: 6px 0px;left: -5px;box-shadow: 0 1px 2px 0px rgba(31, 45, 61, 0.15);background-color: white;border-radius: 4px;margin-top: 3px;}
  #header li.menu-item-has-children:hover ul.sub-menu{pointer-events: all;  opacity: 1; }
  ul.sub-menu li {display: block;letter-spacing: 0;margin: 0;font-weight: 400;padding: 0;line-height: 1.1em;}
  #header li.menu-item-has-children:hover ul.sub-menu li {display: block;}
  #header ul.sub-menu li a,#header ul.sub-menu li a:hover {color: #4d4f52 !important;display: block;padding: 7px 17px;font-weight: 400;font-size: 14px;font-weight: 500;white-space: nowrap;}
  #header ul.sub-menu li.current-menu-item a{color: #00adee !important;}
  #header ul.sub-menu li a:hover{text-decoration:underline;}




/* Tiles Slider
  -------------- */
  .tiles-slider{overflow-x: hidden;}
  .tiles-slider > .inner{padding: 30px 7%;}
  .tiles-slider .section-head{margin-bottom: 30px;}
  .coloured .tiles-slider .section-head h3{color:white;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);}
  .tiles-slider .tile{margin: 0 20px 0 0 !important;}
  .tiles-slider .grid.column-3,
  .tiles-slider .grid.column-4{margin:0;display: block;}
  .tiles-slider .grid.column-4 .tile.col{/* width:auto; */}

  .tile.col.product > a{min-height: 200px;display: block;background-size: cover;background-repeat: no-repeat;background-position: center top;  }

  @media screen and (min-width:1100px){
    .single-product .tiles-slider > .inner{padding: 30px 7% 60px;}

  }
  @media screen and (max-width:1025px){
    .tile.col.product > a{background-size: 100%;min-height: 170px;}
  }
  @media screen and (max-width:480px){
    .tiles-slider .slick-list{overflow:visible;}
    .tiles-slider .tile{width: 260px !important;margin-right: 13px;}
    .tile.col.product > a {background-size: 100%;min-height: 120px;}
  }

  .tiles-slider button.slick-arrow{background: #32adee;border: none;opacity: 1;outline: none;padding: 0;width: 60px;height: 60px;border-radius: 40px;top: calc(50% - 30px);position: absolute;transition: 0.2s ease all;transform: scale(0.9);}
  .blue .tiles-slider button.slick-arrow{background: #0091c8;}
  .teal .tiles-slider button.slick-arrow{background: #28928e;}
  .green .tiles-slider button.slick-arrow{background: #75ab39;}
  .orange .tiles-slider button.slick-arrow{background: #c67c1e;}
  .purple .tiles-slider button.slick-arrow{background: #3f205e;}
  .pink .tiles-slider button.slick-arrow{background: #b6225a;}


  .tiles-slider button.slick-disabled{pointer-events:none;transform: scale(0);}
  .tiles-slider button:hover{opacity:1;}
  .tiles-slider button:hover{box-shadow: 0px 25px 42px -15px rgba(82, 84, 86, 0.3411764705882353);transform: scale(1);}
  .tiles-slider button svg{width: 39px;padding-top: 6px;}
  .tiles-slider button.prev{left: 20px;}
  .tiles-slider button.next{right: 20px;}

  .tiles-slider .slick-dots,
  .staff-tiles .slick-dots{position: relative;bottom: 20px;text-align: left;}
  .tiles-slider .slick-dots{position: relative;bottom:0px;text-align: left;}
  .staff-tiles .slick-dots{}
  .tiles-slider .slick-dots button,
  .staff-tiles .slick-dots button{background: #d0d2d8;width: 21px;height: 7px;}
  .staff-tiles .slick-dots li{margin-right:3px;}
  .staff-tiles .slick-dots button{background: #d0d2d8;width: 7px;height: 7px;}
  .coloured .tiles-slider .slick-dots button,
  .coloured .staff-tiles .slick-dots button{background: rgba(0, 0, 0, 0.2);}
  .tiles-slider .slick-dots .slick-active button,
  .staff-tiles .slick-dots .slick-active button{background: #32adee;}
  .coloured .tiles-slider .slick-dots .slick-active button,
  .coloured .staff-tiles .slick-dots .slick-active button{background: white;}

  @media screen and (max-width:1024px){
    .tiles-slider button.slick-arrow{display: none !important;}
    .tiles-slider button.prev,
    .tiles-slider button.next{display:none;}
  }

  /* Columns */
  .columns{}
  .columns > .inner{padding: 60px 7% 40px;}

  .pricing-columns .grid {}
  .pricing-column {padding-bottom: 4em;position: relative;padding: 2em;border: 1px solid #dedede;}
  .pricing-column.selected {border-color: #000;z-index: 1;-moz-box-shadow: 0px 0px 0px 10px #FFF;padding: 2em;}
  .pricing-column.selected:after { content:"Most popular"; text-transform:uppercase; text-align:center; display:inline-block; background: #000; padding: 0.6em 1.2em; font-size: 10px; color: #FFF;position: absolute;right: 0em;top: 0;font-weight: 700;letter-spacing: 0.15em; }
  .pricing-column-header { text-align:center; }
  .pricing-column .button-group{text-align:center;}
  p.price {font-size: 2.4em !important;font-weight: 300;line-height: 1em;margin: 0;margin-bottom: 30px;color: #737f8e;}
  p.price sup { font-size:0.5em; top:-0.65em; }
  .outro { padding: 2em 50% 4em 2em; }

  .horizontal .pricing-column {width:100% !Important;text-align:left;padding-bottom: 2em;margin-left: 0px !Important;margin-right: 0px !Important;}
  .horizontal .pricing-column-header { float:left; width:30%;text-align:left; }
  .horizontal .pricing-column-content { float:left; width:70%; padding: 1.8em 0 0 3em; }

  @media screen and (max-width:650px){
    .horizontal .pricing-column-header, .pricing-column-header { width:100%; text-align:center; }
    .horizontal .pricing-column-price, .pricing-column-price { width:100%; text-align:center; }
    .horizontal .pricing-column-content, .pricing-column-content { clear:both; width:100%; padding:0; }
  }
  @media screen and (max-width:600px){
    .columns > .inner{padding: 30px 7%;}
  }


/* instagram_feed
 --------------------------- */

 .instagram_feed{padding-bottom: 40px;}
 #sb_instagram .sb_instagram_header h3.sbi_no_bio{color: #6f7c8e;}

 @media screen and (max-width:450px){
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item {width: 33.33%;height: 90px;}
  #sb_instagram .sbi_photo, .sbi_photo_wrap{height: 100% !important;}
 }



/* CTA
  --------------------------- */
  .cta{}
  .cta > .inner{padding: 30px 7% 50px;}
  .cta-inner{background-color: #4d2871;border-radius: 7px;background-repeat: no-repeat;background-size: auto 100%;background-position: right;}
  .cta-inner .tile-copy {padding: 80px 5%;width: 750px;max-width: 100%;}
  .cta-inner .tile-copy.center{margin:auto;}
  .cta-inner h3 a{color:white;}

  .coloured .cta-inner{background-color: rgba(0, 0, 0, 0.15);}
  .teal .cta-inner{background-color:#28928e;}
  .green .cta-inner{background-color: #75ab39;}
  .orange .cta-inner{background-color: #c67c1e;}
  .purple .cta-inner{background-color: #3f205e;}
  .pink .cta-inner{background-color: #b6225a;}

  .google-map-wrapper iframe{width:100%;pointer-events: all !important;}

  .white-cta .cta-inner{background:white !important;border-radius: 7px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);}
  .white-cta .cta-inner h3{
    color: #3c4858;
    text-shadow: none;
}
  .white-cta .cta-inner a.button{
    background: rgb(50, 173, 238);
}

  @media screen and (max-width:1440px){
    .cta-inner{background-position: right top;}
  }
  @media screen and (max-width:920px){
    .cta-inner{background-image:none !important;}
    .cta-inner .tile-copy{padding: 40px 7% 30px;}
  }
  @media screen and (max-width:450px){
    .cta > .inner{padding: 10px 5%;}
  }


/* Newsletter
  --------------------------- */
  .newsletter{background: white;border-top: 1px solid #e2e5e8;border-bottom: 1px solid #e2e5e8;text-align: center;}
  .newsletter .section-head{margin-bottom:0px;}
  .newsletter .inner{padding: 30px 7% 45px;}
  .newsletter .section-head h2,.newsletter .section-head h3{color: #3c4858;}
  .newsletter form{width: 590px;margin: 30px auto 0;max-width: 100%;}
  .newsletter form .mc-field-group{float: left;width: 50%;padding: 0 5px;text-align: left;}
  .newsletter form input[type="text"],
  .newsletter form input[type="email"]{width:100%;border: 1px solid rgba(31, 45, 61, 0.15);border-radius: 4px;padding: 8px 13px;outline: none;}
  .newsletter form input[type="text"]:focus,
  .newsletter form input[type="email"]:focus{box-shadow: 0px 0px 0px 1px #00adee;border-color: #00adee;}
  .newsletter form input[type="submit"]{padding: 16px 40px 14px;color: #ffffff;font-size: 18px;display: inline-block;line-height: 1em;position: relative;border-radius: 54px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'tomarik-brush';background: rgb(50, 173, 238);border: 0;margin: 20px 0px 0;outline: none;transition: 0.2s ease all;}
  .newsletter form input[type="submit"]:hover{/* transform: scale(1.04); */}
  .newsletter form input[type="submit"]:focus{box-shadow: inset 0px 0px 0px 2px rgb(0, 125, 191), 0px 10px 10px -8px rgba(0, 0, 0, 0.25);}
  .newsletter #mc_embed_signup input.mce_inline_error{border-color: #ff5e7a !important;}
  .newsletter #mc_embed_signup div.mce_inline_error{background: transparent;color: #e82346;font-weight: 400;font-size: 12px;margin: 0;}
  .newsletter form .mc-field-group.input-group{width: 100%;float: none;clear: both;}
  .newsletter form .mc-field-group.input-group ul{list-style: none;margin: 0 0 4px;padding: 25px 0 0 0;display: flex;justify-content: center;}
  .newsletter form .mc-field-group.input-group ul li{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin: 0 15px;}
  .newsletter form .mc-field-group.input-group ul input[type="checkbox"]{margin-right: 6px;}
  .newsletter form .mc-field-group.input-group ul input[type="checkbox"] + label{font-size: 15px;user-select: none;}

  #mce-responses{padding-top:10px;}
  #mce-error-response{font-size: 12px;color: #ff5e7a;}
  #mce-success-response{color: #32adee;}

  .blue .newsletter form input[type="submit"]{}
  .teal .newsletter form input[type="submit"]{background: #31afaa;}
  .green .newsletter form input[type="submit"]{background: #8cca44;}
  .orange .newsletter form input[type="submit"]{background: rgb(235, 148, 38);}
  .purple .newsletter form input[type="submit"]{background: #72459e;}
  .pink .newsletter form input[type="submit"]{background: #ff5e7a;}

  @media screen and (max-width:560px){
    .newsletter form .mc-field-group.input-group ul{display:block;}
    .newsletter form .mc-field-group.input-group ul li{margin: 0 0 9px 0;}
  }

  @media screen and (max-width:450px){
    .newsletter form .mc-field-group{width:100%;margin-bottom:10px;}
    .newsletter form input[type="submit"]{font-size: 16px;padding: 12px 22px;}
  }

/* Popup
  --------------------------- */

  html.popup-open, html.popup-open body { overflow:hidden !important; }

  .popup {background-color: rgba(8, 34, 53, 0.7);position: fixed;width: 100%;height: 100%;z-index: 99999;top: 0;left: 0;overflow-x: hidden;text-align: center;}
  .popup-inner {padding: 80px;height: auto;width: inherit;}
  .popup-content-wrapper {display: inline-block;position: relative;z-index: 2;background: #FFF;max-width: 700px;text-align: left;padding: 20px;-webkit-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);-moz-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);}
  .popup .button-overlay { position:absolute; width:100%; height:100%; top:0; left:0; display:block; color:transparent; }
  .popup .button-overlay span { display:none; }

  .popup .button-x {position:absolute;top: -20px;right: -20px;text-decoration:none;line-height: 40px;width:40px;height:40px;display:inline-block;text-align:center;background: #000;border-radius: 100px;color: #FFF;text-align:center;-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}
  .popup .button-x span { display:none; }

  @media screen and (min-width:700px){
    .popup-content-wrapper {min-width: 300px;}
  }
  @media screen and (max-width:600px){
    .popup-inner{ padding: 11px;}
    .popup .button-x{ top: -6px;right: -7px; }
    .popup-content-wrapper { padding:30px; }
    .popup-content-wrapper { font-size:12px; }
  }


/* Products Intro
  --------------------------- */
  .center{text-align:center;}
  .product-details{}
  .product-details > .inner{padding: 120px 7% 50px;}
  .single-product .product-details > .inner{padding-bottom:10px}
  .product-details .breadcrumbs{ margin-bottom: 10px;}
  .product-details .grid.column-2{-webkit-box-align: start;-ms-flex-align: start;-ms-grid-row-align: flex-start;align-items: flex-start;}

  .product-details .product-copy + .button-group{}
  .product-details .product-copy + .button-group a.button{}
  .coloured .product-details .product-copy + .button-group a.button{/* background: rgba(0, 0, 0, 0.16); */}
  .button-group.event-buttons a.button:first-child{background: #00adee;}
  .coloured .product-details .product-copy + .button-group a.button:first-child{background: #ffffff;color:#00adee}

  .mobile-show{ display:none; }
  .product-copy{ margin-bottom: 35px;}
  .product-copy h1, .product-copy h2{font-size: 3.8em;color: #3c4858;margin-top: 0;}
  .product-copy h4{margin: 0px 0px 13px 0px;color: #a0b1c7;}
  .coloured .product-copy *{color:white;}
  .coloured .product-copy h4{color: rgba(255, 255, 255, 0.66);}
  .product-showcase-slider{margin-bottom: 9px;margin-top: 9px;}
  .product-showcase-slider img{}
  .product-nav-slider{margin-bottom: 30px;}
  .product-nav-slider img{padding: 6px;opacity: 0.4;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";transition:0.2s ease all;}
  .product-nav-slider img:hover{transform:scale(0.9);}
  .product-nav-slider img.slick-current{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transform:scale(1) !important;}
  .product-nav-slider .slick-next{right: -35px;}
  .product-nav-slider .slick-next:before{color: #adadad;}
  .product-nav-slider .slick-prev{left: -40px;}
  .product-nav-slider .slick-prev:before{color: #adadad;}
  .product-nav-slider .slick-dots{bottom: -28px;}
  .product-nav-slider .slick-dots button{background: rgba(0, 0, 0, 0.13);}
  .product-nav-slider .slick-dots li.slick-active button{background: #828282;}

  .product-details form{}
  .product-details input[type="number"], .product-details input[type="text"]{border: 1px solid rgba(31, 45, 61, 0.15);border-radius: 4px;padding: 7px 14px;outline: none;color: #3c4858;}

  .product-details label{clip: unset;position: relative !important;height: auto;width: auto;min-width:100px;display:inline-block;overflow: visible;margin-right: 16px;color: #3c4858;}
  .coloured .product-details label.screen-reader-text{color: white;}
  .product-details form button[name="add-to-cart"]{border: 0;margin: 20px 0px 0;outline: none;padding: 14px 29px 12px;color: #ffffff;font-size: 15px;display: inline-block;line-height: 1em;position: relative;border-radius: 54px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'tomarik-brush',sans-serif;background: rgb(50, 173, 238);transition: 0.2s ease all;}
  .coloured .product-details form button[name="add-to-cart"]{background:white;color: #00adee;}
  .coloured .product-details form button[name="add-to-cart"]:hover{transform: scale(1.04);}

  .mobile-show .performances{display:none;}

  .product-copy .suggested-text, .product-copy .amount {/* display:none; */}


  @media screen and (max-width: 1200px){
    .product-details > .inner{padding: 50px 7% 30PX;}
  }
  @media screen and (max-width:1100px){
    .product-details .breadcrumbs{text-align:center;}
    .product-copy h1, .product-copy h2{font-size:3em;}
    .mobile-show{display:block}
    .mobile-hide{display:none;  }
    .product-details .grid.column-2{margin:0px;}
    .product-details .grid.column-2 .col{width:100%;margin: 0;}
    .product-showcase-slider{margin-top:30px;}
  }
  @media screen and (max-width:650px){
    .product-copy p{font-size: 13px !important;line-height:1.6em;}
    .product-copy p.price{
    font-size: 23px !important;
}
    .product-option label{width: 100%;}
    .product-option select{width: 100%;}
    .product-showcase-slider{margin-bottom: 25px;}
    .product-nav-slider img{padding: 2px;}
    .product-copy h1, .product-copy h2{font-size: 2.6em;line-height: 1.1em;}
  }
  @media screen and (max-width:450px){
    .product-copy h1, .product-copy h2{font-size:2em;}
  }


/* Filtering
  -------------- */
  .filtering{overflow:hidden;}
  #filter_tiles{margin-bottom: 20px;background: transparent;}
  #filter_tiles #mix-filters .name-label { display:inline-block; min-width:80px; margin-right:10px;}
  #filter_tiles .option-labels { display:inline-block;}
  #filter_tiles .option-labels input[type="radio"], #filter_tiles .option-labels input[type="checkbox"] { display:none;}
  #filter_tiles .option-labels label{background-color: rgb(255, 255, 255);color: #717171;display: inline-block;line-height: 1em;position: relative;border: 0;padding: 7px 20px;margin-bottom: 10px;outline: none;margin: 0px 2px 8px 0px;border-radius: 30px;font-size: 14px;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);user-select: none;}
  #filter_tiles .option-labels label.active{background-color: #32adee;color: white;box-shadow: none;}
  #filter_tiles #filter-container .fail-message{ text-align: center; width:100%; padding:20px; -webkit-transition: 150ms; -moz-transition: 150ms; transition: 150ms; display:none;}
  #filter_tiles #filter-container .fail-message span{display: inline-block;vertical-align: middle;font-size: 20px;font-weight: 400;color: #667386;}
  #filter_tiles #filter-container.no-results .fail-message{ display:block;}
  #filter_tiles #filter-container {width:100%;/* clear: both; *//* display:block; *//* min-height: 100px; */margin: 0;}
  #filter_tiles .controls.select .filter-group {display:block;min-width:15%;}
  #filter_tiles .controls.select .filter-group select {/* display:none; */}
  #filter_tiles .controls.radio .filter-group {text-align: center;/* margin-bottom: 27px; */}
  #filter_tiles .controls.radio .filter-group h5{color: #6f7c8e;padding: 0 13px;margin-bottom: 20px;}  #filter_tiles .controls.checkbox .filter-group { }
  #filter_tiles #filter-load-more { display:block; width:200px;background-color: rgb(255, 255, 255); padding:10px; text-align:center; margin:2em auto;}
  #filter_tiles.tiles .inner{padding: 6px 7% 40px;}

  @media screen and (max-width:550px){
    #filter_tiles.tiles .inner{padding: 1px 10px 20px;}

  }
  @media screen and (max-width:530px){
    #filter_tiles .controls.radio .filter-group{}
    #filter_tiles .option-labels{margin-bottom:20px;}
    #filter_tiles .option-labels label{
    font-size: 12px;
    padding: 5px 7px;
    margin: 0px 1px 8px 0px;
}
  }


  /* Filtering sidebar */
  #filter_tiles.filtering-sidebar {}
  #filter_tiles.filtering-sidebar .controls.select .filter-group { display:block; float:none; padding-bottom:20px; }


/* Blog Filtering
  -------------- */

  #filter_tiles.blog .filter-labels { text-align:center;}
  #filter_tiles.blog .filter-labels a {padding: 9px 12px 9px 20px;display:inline-block;margin:0 10px;background: #ffffff;border: none;border-radius: 50PX;color: #6f7c8e;margin-bottom: 10px;}

  #filter_tiles.blog .filter-groups {text-align:center;min-height: 50px;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
  #filter_tiles.blog .filter-groups .filter-group,.filter-group-dates {padding:10px 0;min-width: 0;margin: 0 12px;display: flex;align-items: center;}
  #filter_tiles.blog .filter-group-dates{display: -webkit-box;display: -ms-flexbox;display: flex;margin: 0;}
  #filter_tiles.blog .filter-labels a:after {content: "\F35D";padding: 0 0 0 2px;font-family:  "Material Design Icons";}
  #filter_tiles.blog .filter-labels a.open:after {content: "\F360";}
  #filter_tiles.blog .filter-groups input, #filter_tiles.blog .filter-groups select{background:white;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);border: 0;padding: 8px 8px;border-radius: 4px;font-size: 14px;color: #6f7c8e;}

  #filter_tiles.blog .filter-groups label{color: #6f7c8e;padding: 0 13px;}
  #filter_tiles.blog .filter-groups [data-taxonomy="event_age"] label.filter-label-venues,
  #filter_tiles.blog .filter-groups [data-taxonomy="event_year"] label.filter-label-venues,
  #filter_tiles.blog .filter-groups [data-taxonomy="venue"] label.filter-label-age{display:none;}



  #filter_tiles.blog .filter-groups [data-taxonomy="event_age"] label{
}

  #isotope-filters{/* background: white; */margin-bottom: 40px;}

/* Select2
  --------------------------- */
  .select2-container{display: none;}
  .select2-container--default {}
  .select2-container--default .select2-selection--single {}
  .select2-container--default .select2-selection--single {}
  .select2-container .select2-selection--single .select2-selection__rendered {}
  .select2-container--default:hover {}
  .select2-container .select2-selection--single .select2-selection__rendered:focus {}

  .select2-container--default .select2-selection--single .select2-selection__arrow {}
  .select2-container--default .select2-selection--single .select2-selection__arrow b {}

  .select2-container--default .select2-selection--single:focus {}
  .select2-container--default .select2-results__option--highlighted[aria-selected] {}
  .select2-dropdown {}
  .select2-container--default .select2-search--dropdown .select2-search__field {}

  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {border-bottom: 1px solid #7cbb42 !important;}
  .select2-container--default .select2-results__option[aria-selected=true] {}
  .select2-container--default .select2-results__options {}
  .select2-container--default .select2-results__options li {}

  .select2-hidden-accessible {display: block !important;position: relative !important;width: 100% !important;clip: unset !important;height: auto !important;border: 1px solid rgba(31, 45, 61, 0.15) !important;border-radius: 4px;padding: 8px 13px !important;outline: none;}

  @media screen and (max-width: 900px) {
    .controls {width:100% !important;display:block;float:left}

  }
  @media screen and (max-width: 530px) {
    #isotope-filters{margin-bottom:0px;}
    #filter_tiles.blog .filter-groups{width: 100%;}
    #filter_tiles.blog .filter-groups .filter-group, #filter_tiles.blog .filter-group-dates{width: 100%;margin: 0 0 7px 0;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 0 0 0 0;-ms-flex-wrap: wrap;flex-wrap: wrap;}
    #filter_tiles.blog .filter-groups label{font-size: 12px;padding: 0;width: 70px;text-align: left;}
    #filter_tiles.blog .filter-groups input, #filter_tiles.blog .filter-groups select{flex-grow: 1;}
  }



/* Woocommerce overides
  --------------------------- */
  .woocommerce-result-count{display:none;}
  .price,.price p{display: block;font-size: 20px;font-weight: 700;}
  p.form-row br{display:none;}
  .shop_table{margin-bottom: 10px;text-align: left;border: 0px;empty-cells: show;}
  .shop_table thead{background: transparent;}
  .cart-collaterals .shop_table{background: white;}
  .shop_table th{border: 0px;font-family: inherit;font-weight: 300;}
  .shop_table th.product-price, .shop_table th.product-name{text-align: left;}
  .shop_table th.product-quantity, .shop_table th.product-subtotal, .shop_table td.product-quantity, .shop_table td.product-subtotal{/* display:none; */}
  .shop_table tr{}
  .shop_table td{vertical-align: middle;color: #000;border: 0px;border-top: 1px solid #f1f0ed;}
  .shop_table td br{display:none;}
  .cart-collaterals .shop_table td,.cart-collaterals .shop_table th{background:white;border: 1px solid #f0efed;border-left: 0;border-right: 0;}

  .woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th{/* border: 1px solid #f0efed; */}

  .shop_table td.actions{padding: 50px 0px 30px;text-align: right;}
  .shop_table td.product-quantity input{max-width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;outline: none;margin: 0;border: 1px solid #d2d2d2;}
  .shop_table td.product-quantity input:focus,
  .shop_table td.product-quantity input:active{}
  .content .shop_table img{margin: 0px;width: 70px;}
  .product-remove{}
  .product-remove a{color: #c7c7c7;font-size: 30px;margin: 0px;padding: 0px;text-decoration: none;}
  .product-remove a:hover{color:black;}
  .coupon{display:inline-block;}
  .coupon button.button {padding: 16px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;border-radius: 2px;font-weight: 700;}
  .coupon label{display:inline-block;margin-right: 17px;}
  .coupon input{background: white;}
  .coupon input[type="text"]{max-width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;outline: none;margin: 0;border: 1px solid #d2d2d2;margin-right: 17px;}
  .coupon input[type="submit"]{text-decoration: underline;border: 0;background: transparent;}
  .wc-proceed-to-checkout{text-align:right;width: 960px;margin: 0px auto 0px;max-width: 100%;}
  .wc-proceed-to-checkout a.button{background: rgb(50, 173, 238);}
  .wc-proceed-to-checkout a.button br{display:none;}
  .woocommerce-message, .woocommerce-info, .woocommerce-billing-fields, .woocommerce-account-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, #order_review{background: white;margin-bottom: -1px;padding: 20px;border:1px solid #eaeaea;}
  .woocommerce-shipping-fields br{display:none;}
  .woocommerce-shipping-fields h3{line-height: 1em;margin: 0;}
  .woocommerce-account-fields{}
  .woocommerce-account-fields p{margin: 0 !important;font-size: 16px !important;font-weight: 400;}
  .woocommerce-message{margin-bottom:30px;}
  .checkout_coupon, .woocommerce-form.woocommerce-form-login.login{background: white;margin-bottom: 30px;padding: 20px;border: 1px solid #eaeaea;position: relative;top: 0;}
  .checkout_coupon p.form-row{display: inline-block;}
  .checkout_coupon p.form-row input[type="text"]{max-width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;outline: none;margin: 0;border: 1px solid #d2d2d2;margin-right: 17px;}
  .checkout_coupon p.form-row button[type="submit"]{text-decoration: underline;border: 0;font-size: 16px;background: transparent;}
  .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{display:flex;flex-wrap:wrap;}
  #customer_details p.form-row, .woocommerce-form.woocommerce-form-login.login p.form-row{width: 50%;padding-right: 20px;display: flex;flex-direction: column;justify-content: flex-end;margin: 0 0 14px 0;}
  #customer_details p.form-row#order_comments_field{width:100%;}
  .woocommerce-form.woocommerce-form-login.login p.form-row{display: inline-block;width: calc(50% - 4px);}
  .form-row.terms{margin-bottom:20px;}
  .woocommerce-form.woocommerce-form-login.login .clear + p.form-row{width:100%;padding-right:0px;}
  .woocommerce-form.woocommerce-form-login.login p.form-row button, button#place_order{padding: 16px 40px 14px;color: #ffffff;font-size: 18px;display: inline-block;line-height: 1em;position: relative;border-radius: 54px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'tomarik-brush';background: rgb(50, 173, 238);border: 0;margin: 20px 0px 0;outline: none;transition: 0.2s ease all;}
  button#place_order {margin-top: 30px;}
  .woocommerce-billing-fields{margin: auto auto 20px;}
  .woocommerce-message a.button{margin-right:20px;padding: 7px 15px;font-size: 12px;box-shadow: none;text-transform: capitalize;letter-spacing: 0px;}
  .woocommerce-billing-fields label, .woocommerce-form.woocommerce-form-login.login p.form-row label,#customer_details label{font-size: 14px;font-weight: 400;}
  .woocommerce-form.woocommerce-form-login.login p.form-row label.woocommerce-form__label-for-checkbox{margin-left:20px;}
  .woocommerce-form.woocommerce-form-login.login p.form-row label input[type=checkbox]{width:auto;margin-right: 5px;position: relative;top: 2px;}
  .woocommerce-billing-fields select, .woocommerce-billing-fields input, .woocommerce-form.woocommerce-form-login.login p.form-row input, #customer_details input[type="password"], #customer_details input[type="text"], #customer_details textarea, #customer_details select{width: 100%;padding: 12px 8px !important;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;outline: none;margin: 0;border: 1px solid #d2d2d2;width: 100%;border: 1px solid rgba(31, 45, 61, 0.15) !important;border-radius: 4px;padding: 8px 13px;outline: none;}
  .woocommerce-billing-fields input:focus{border-color:black;}
  #customer_details .select2-container{border: 1px solid #d2d2d2;margin-bottom: 1px;padding-bottom: 4px;color: black;font-size: 16px;}

  .currency-nzd .woocommerce-billing-fields .select2-container:nth-child(3){display:block;}
  .currency-nzd .woocommerce-billing-fields .select2-container:nth-child(4){display:none;}
  .currency-aud .woocommerce-billing-fields .select2-container:nth-child(3){display:none;}
  .currency-aud .woocommerce-billing-fields .select2-container:nth-child(4){display:block;}

  #customer_details .select2-container--focus{border-color:black;}
  #customer_details .select2-container .select2-selection--single{height: auto;}
  body #customer_details .select2-container .select2-selection__rendered{padding: 14px 14px 14px;line-height: 1em !important;color: black;font-size: 16px;}
  body #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow{top: 8px;}

  .woocommerce-checkout .select2-container--open .select2-dropdown--below{border:1px solid black;margin-top:-1px;}

  .woocommerce-error{background: #fff;border-radius: 4px;/* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 13px 24px 13px;margin: 0 0 10px;list-style: none;}
  .woocommerce-error li{color: #c12e0a;}

  .woocommerce-checkout-payment{}
  .woocommerce-checkout-payment ul{background:white;padding: 0px;}
  .woocommerce-checkout-payment li{list-style:none;border-bottom:1px solid #eee;padding: 20px 0;}
  .woocommerce-checkout-payment li:last-child{border:0px;}
  .woocommerce-checkout-payment li label{display:inline-block}
  .single-column > .inner .payment_methods img{width: auto;margin: 0 0 0 13px;max-width: 100%;}
  .single-column > .inner .payment_methods .form-row label{font-size: 14px;font-weight: 400;display: block;}
  .single-column > .inner .payment_methods .form-row input{width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;outline: none;margin: 0;border: 1px solid #d2d2d2;}

  .woocommerce-cart{}
  .woocommerce-cart .intro-copy h1,.woocommerce-checkout .intro-copy h1{margin-bottom:0px;}
  .woocommerce-cart-form{/* width: 960px; */margin: auto;max-width:100%;background: white;padding: 30px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);margin-bottom: 30px;}
  .woocommerce-cart-form tr:last-child{}
  .cart-collaterals .shop_table th:first-child,
  .woocommerce-checkout-review-order-table th:first-child,
  .woocommerce-checkout-review-order-table td:first-child{text-align:left;padding-left: 0px;font-size: 14px;border-right: 0px;}
  .woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{border-bottom: none;}
  .woocommerce-checkout-review-order-table .shipping th, .woocommerce-checkout-review-order-table .shipping td{}
  .woocommerce-checkout-review-order-table td.product-name{padding-left: 10px;}
  .woocommerce-checkout-review-order-table thead th{border: 0;}
  .woocommerce-checkout-review-order-table td:first-child:last-child{text-align:right;}
  .cart-collaterals .shop_table th,.cart-collaterals .shop_table td,
  .woocommerce-checkout-review-order-table td{padding: 16px 0;font-weight: 300;border-left:0px;}
  .woocommerce-checkout-review-order-table td:last-child,.woocommerce-checkout-review-order-table th:last-child{text-align:right;border-right:0px;border-left: 0px;padding-right: 0px;}
  .woocommerce-cart-form tr:last-child td.actions:after{content:' ';display:block;clear:both;}
  .woocommerce-cart-form tr:last-child td.actions .coupon{float: left;display: flex;align-items: center;}
  .woocommerce-cart-form tr:last-child td.actions p{margin: 0;}
  .woocommerce-cart-form tr:last-child td.actions p button[name="update_cart"]{padding: 14px 29px 12px;color: #ffffff;font-size: 15px;display: inline-block;line-height: 1em;position: relative;border-radius: 54px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'tomarik-brush',sans-serif;background: rgba(2, 9, 19, 0.38);transition: 0.2s ease all;text-decoration: none;background: rgb(50, 173, 238);border: 0;}
  .woocommerce-cart-form tr:last-child td.actions p button[name="update_cart"]{}
  .woocommerce-cart-form tr:last-child td.actions p button[name="update_cart"][disabled]{display:none;}
  .woocommerce-cart-form tr:last-child td.actions p:last-child{display:none;}

  .cart-collaterals .shop_table p{font-size: 16px !important;font-weight: 400;}

  .reset_variations{display:none !important;}
  #pa_size{display:none;}
  .size-label, .size-value{display:block;background: none !important;border: 0px !important;}
  .variations{border: 0px !important;}

  #customer_details{}
  #customer_details .col-1{width: 100%;float: none;}

  .cart_totals{/* border-top: 1px solid black; */padding-top: 40px;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;background: white;padding: 30px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);border-radius: 7px;}
  .cart_totals .shop_table{text-align:right;width: auto;width: 960px;margin: 30px auto;max-width: 100%;}

  @media screen and (max-width: 1024px){
    .cart thead{display:none;}
    .shop_table.cart,.shop_table.cart tbody{display:block;}
    .woocommerce-cart-form__contents tr.cart_item tr.cart_item{border-top: 1px solid #e8e8e8;padding: 23px 0px 19px;display: block;width: 100%;margin-bottom: -1px;position: relative;padding-left: 116px;}
    .woocommerce-cart-form__contents tr.cart_item tr.cart_item td{display: block;border: 0;padding: 0;font-weight: 300;}
    .woocommerce-cart-form .shop_table tr.cart_item {max-width:100% !important;}
    .shop_table tr.cart_item{position:relative;display:block;border: 1px solid #e6e7e8;margin-bottom: 10px;padding: 20px 20px 11px;width: 140%;}
    .shop_table tr.cart_item td{display:block;border:none;padding: 0;margin-bottom: 13px;width: 94%;}
    .shop_table tr.cart_item td.product-remove{position: absolute;right: 0;top: 0;width: 46px;}
    .shop_table tr.cart_item td.product-remove a{padding: 0;display: block;width: 40px;height: 50px;line-height: 47px;text-align: center;font-size: 37px;color: black;float: right;}
    .shop_table tr.cart_item td.product-thumbnail{position: absolute;left: 20px;display: none;}
    .shop_table tr.cart_item td.product-name a{margin-bottom: 0;font-size: 17px;font-weight: 700;text-decoration: none;display: block;}
    .shop_table tr.cart_item td.product-price{}
    .shop_table tr.cart_item td.product-quantity:before,
    .shop_table tr.cart_item td.product-price:before,
    .shop_table tr.cart_item td.product-subtotal:before{display:inline-block;width:100px;font-size: 14px;font-weight: 300;}
    .shop_table tr.cart_item td.product-price:before{content:'Price:';}
    .shop_table tr.cart_item td.product-quantity{margin-bottom: 9px;}
    .shop_table tr.cart_item td.product-quantity:before{content: 'Quanitity:';}
    .shop_table tr.cart_item td.product-quantity .quantity{display:inline-block}
    .shop_table tr.cart_item td.product-subtotal{}
    .shop_table tr.cart_item td.product-subtotal:before{content:'Subtotal:';}
    .woocommerce-cart-form tr:last-child{width: 100%;display: block;}
    .woocommerce-cart-form tr:last-child td.actions:after{display:none;}
    .woocommerce-cart-form tr:last-child td{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;border: 0;padding: 30px 0px 20px;}
    .woocommerce-checkout-review-order-table{display: block;width: 100%;}
    .woocommerce-checkout-review-order-table{}
    .woocommerce-checkout-review-order-table thead,
    .woocommerce-checkout-review-order-table tbody,
    .woocommerce-checkout-review-order-table tfoot{display:block;width:100%;}
    .woocommerce-checkout-review-order-table tr{width: 100% !important;display: flex;justify-content: space-between;padding: 10px 0px;border-bottom: 1px solid #eee !important;}
    .woocommerce-checkout-review-order-table tr.cart_item{border:0;display: flex;padding: 10px 0;margin-bottom: 0;border-bottom: 1px solid #eee !important;}
    .woocommerce-checkout-review-order-table thead tr{border-bottom: 1px solid #eee !important;}
    .woocommerce-checkout-review-order-table tr td{padding: 0 !important;margin: 0 !important;border: 0;}
  }


  @media screen and (max-width:768px){
    .shop_table td.actions{padding: 34px 0px 30px;}
    .cart .product-thumbnail,.product-subtotal  {display:none;}
    .woocommerce-cart-form tr:last-child td.actions .coupon{text-align: left;display: block !important;}
    .coupon label{display: none;margin-bottom: 7px;}
    .coupon input, .coupon input[type="submit"], form input[disabled], .wc-proceed-to-checkout a.button{margin-bottom: 10px;text-align: center;}
    .coupon input[type="submit"]{display: block;padding: 18px 0px 0;}
    .cart_totals{padding: 14px;}
    .cart_totals .shop_table{margin: 0;}
  }
  @media screen and (max-width:550px){
    .woocommerce-cart-form{padding: 10px;}
    .woocommerce-page .single-column{/* padding: 30px 20px 20px; */}
    #customer_details p.form-row,.woocommerce-form.woocommerce-form-login.login p.form-row{width: 100%;padding-right: 0;}
    .shop_table tr.cart_item{/* padding: 20px 0; */}
    .shop_table tr.cart_item td.product-quantity:before, .shop_table tr.cart_item td.product-price:before, .shop_table tr.cart_item td.product-subtotal:before{font-size: 11px;}
    .shop_table tr.cart_item td.product-thumbnail{display:none;}
    .shop_table tr.cart_item td.product-name a{font-size: 16px;font-weight: 600;}
    .shop_table td.product-quantity input{width: 170px;}
    .shop_table tr.cart_item td.product-name{max-width: 90%;}
    .woocommerce-cart-form tr:last-child td{display:flex;flex-direction:column-reverse;text-align: left;padding: 0;}
    .woocommerce-cart-form tr:last-child td.actions p{margin-bottom:20px;}
    .woocommerce-cart-form tr:last-child td.actions p button[name="update_cart"]{width:100%;}

  }

  /* lost password form */
  .woocommerce-ResetPassword{/* width: 400px; */max-width: 100%;margin: auto;background: white;margin-bottom: 30px;padding: 20px;border: 1px solid #eaeaea;position: relative;top: 0;}
  .woocommerce-ResetPassword p{}
  .woocommerce-ResetPassword p:first-child{}
  .woocommerce-ResetPassword label{font-size: 14px;font-weight: 400;}
  .woocommerce-ResetPassword input[type="text"]{
    width: 100%;
    padding: 12px 8px !important;
    color: black;
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    text-decoration: none;
    border: none;
    margin-bottom: 9px;
    outline: none;
    margin: 0;
    border: 1px solid #d2d2d2;
    width: 100%;
    border: 1px solid rgba(31, 45, 61, 0.15) !important;
    border-radius: 4px;
    padding: 8px 13px;
    outline: none;
}
  .woocommerce-ResetPassword button[type="submit"]{
    padding: 16px 40px 14px;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    border-radius: 54px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: 'tomarik-brush';
    background: rgb(50, 173, 238);
    border: 0;
    margin: 20px 0px 0;
    outline: none;
    transition: 0.2s ease all;
}

/* Portal
--------------------------- */
   .portal .tab-content .inner{padding: 60px 0 30px;}
  .login-wrap{padding:50px 7%;max-width: 970px;margin: auto;}
  .login-form{background: white;padding: 13px 5%;max-width: 400px;box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.16);margin: auto;}
  .login-form form#loginform{}
  .login-form form#loginform p{position: relative;}
  .login-form > p{text-align:center;font-size:14px;color: #9c9c9c;}
  .form-wrap{background:white;padding: 32px 35px;max-width: 688px;}
  .login-form form#loginform p label, .form-wrap label{display: block;font-size: 14px;font-weight: 700;margin-bottom: 2px;color: #545454;}
  .login-form form#loginform p.login-remember label{font-weight: 400;color: #9c9c9c;}
  .login-form form#loginform p.login-remember label input{}
  .login-form form#loginform p input[type="text"],
  .login-form form#loginform p input[type="password"],
  .form-wrap input[type="text"],.form-wrap input[type="email"],
  .form-wrap textarea,
  .form-wrap input[type="password"] {background-color: rgb(255, 255, 255);border: none;color: #616161 !important;padding: 14px 16px;font-family: inherit;width: 100%;border: 1px solid #e0e0e0;font-size: 16px;border-radius: 2px;}
  .wp-editor-wrap{border: 1px solid #e0e0e0;padding: 0px;}
  .wp-editor-tools{padding:10px;}
  .form-wrap input[type="text"],
  .form-wrap input[type="email"],
  .form-wrap input[type="password"],
  .form-wrap textarea{margin-bottom:20px;}
  .login-form form#loginform p input[type="submit"],
  .form-wrap input[type="submit"]{background-color: #898989;color: white;padding: 13px 20px;border-radius: 3px;border: 0px;font-size: 13px;width: 100%;}
  .form-wrap input[type="submit"]{width:auto;min-width:160px}
  .no-touch .login-form form#loginform p input[type="submit"]:hover,
  .no-touch .form-wrap input[type="submit"]:hover{opacity:0.7;}
  .form-wrap .button-group{margin:10px 0 0;}
  .portal form input[type="checkbox"]{position: absolute;opacity: 0;width: 20px;height: 20px;margin-top: 6px;z-index: 1;cursor: pointer;}
  .portal form input[type="checkbox"]:focus + label:before{border: 2px solid #a6c8ff;}
  .portal form input[type="checkbox"] + label:before {content: '';margin-right: 10px;display: inline-block;vertical-align: text-top;width: 20px;height: 20px;background: #ffffff;border: 1px solid #dadada;font-size: 16px;border-radius: 2px;position: relative;top: 0px;}
  .portal form input[type="checkbox"]:checked + label:before{background: #898989;border-color: #898989;}
  .portal form input[type="checkbox"] + label:after{content: '';display:block;position:absolute;font-family: 'framework';top: 1px;left: 3px;}
  .portal form input[type="checkbox"]:checked + label:after{content: 'p';color: white;}
  input[type="radio"]{margin-right: 8px;transform: scale(1.4);margin-bottom: 13px;}

  ul#menu-portal-menu{margin: 0px;padding: 0px;list-style: none;background: white; text-align: center;}
  ul#menu-portal-menu li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  ul#menu-portal-menu li a {color: #888; }
  .no-touch ul#menu-portal-menu li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul#menu-portal-menu li.current-menu-item{border-bottom: 2px solid #15CD52;}
  .no-touch ul#menu-portal-menu li.current-menu-item:hover{filter: alpha(opacity=100); opacity: 1;}

  @media screen and (max-width:400px){
    .login-wrap{padding: 0px;}
    .login-form{box-shadow: none;}
    .login-form form#loginform p input[type="text"], .login-form form#loginform p input[type="password"]{padding: 11px 14px;}
  }

/* 360 image layer
    --------------------------- */
  .threesixty{min-height:600px;position: relative;margin: 0px;}
  .threesixty a-scene{display: block;position: absolute;height: 100%;width: 100%;}

  @media screen and (min-width:1025px){
    .threesixty:before{content:' ';background: rgba(0, 0, 0, 0.3);position:absolute;top:0;left:0;width:100%;height:100%;z-index: 1;pointer-events: none;-webkit-transition: 0.2s ease all;transition: 0.2s ease all;}
    .threesixty:hover:before{background:transparent;}
    .threesixty p{position: absolute;z-index: 1;color: white;font-size: 26px;font-weight: 300;text-align: center;width: 100%;height: 100%;margin: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;text-shadow: 0px 2px 3px rgb(0, 0, 0);pointer-events: none;-webkit-transition: 0.4s ease all;transition: 0.4s ease all;}
    .threesixty:hover p{opacity: 0;transform: scale(0.8);}
  }
  @media screen and (max-width:1024px){
    .threesixty{min-height: 400px;}
    .threesixty p{display:none;}
  }
  @media screen and (max-width:600px){
    .threesixty{min-height: 300px;}
  }


/* Form styling
 --------------------------- */
  .wpcf7-form{width: 400px;margin: auto;max-width: 100%;}
  .wpcf7-form p{text-align: left;}
  .wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea,.wpcf7-form select{width: 100%;border: 1px solid rgba(31, 45, 61, 0.15);border-radius: 4px;padding: 7px 10px;outline: none;background: white;color: #8492a6;font-size: 16px;}
  .wpcf7-form input[type="submit"]{padding: 16px 40px 14px;color: #ffffff;font-size: 18px;display: inline-block;line-height: 1em;position: relative;border-radius: 54px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'tomarik-brush';background: rgb(50, 173, 238);border: 0;margin: 20px 0px 0;outline: none;}
  .wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus,.wpcf7-form select:focus{
    box-shadow: 0px 0px 0px 1px #00adee;
    border-color: #00adee;
}
  .wpcf7-form input[type="submit"]:focus{box-shadow: inset 0px 0px 0px 2px rgb(0, 125, 191), 0px 10px 10px -8px rgba(0, 0, 0, 0.25);}

/* Sharethis */
  .product-details .st-inline-share-buttons{/* border-top: 1px solid #d0d4db; */margin-top: 10px;/* padding-top: 22px; */margin-bottom: 26px;}
  .coloured .product-details .st-inline-share-buttons{border-top-color: rgba(0, 0, 0, 0.13);}
  .product-details .st-inline-share-buttons .st-btn,.product-details .st-inline-share-buttons .st-btn:hover{display: block !important;width: 35px;background: #4267B2 !important;height: 52px !important;margin-bottom: 0px;padding: 0 !important;opacity: 1;top: 0 !important;height: 43px !important;width: 43px !important;border-radius: 30px !important;margin-bottom: 10px;}
  .product-details .st-inline-share-buttons .st-btn:first-child:after{content: 'Share on Facebook';display: block;color: #4267B2;font-size: 20px;line-height: 1.25em;position: absolute;top: 10px;left: 58px;}
  .coloured .product-details .st-inline-share-buttons .st-btn:first-child:after,
  .coloured .product-details .st-inline-share-buttons .st-btn:last-child:after{color:white;}
  .product-details .st-inline-share-buttons .st-btn:hover:after{text-decoration:underline}

  .coloured .product-details .st-inline-share-buttons .st-btn > svg{fill: white !important;}
  .product-details .addeventatc{}
  .product-details .addeventatc, .product-details .addeventatc:hover{content: 'Share on Facebook';display: block;color: #00adee !important;font-size: 1.6em;line-height: 1.25em !important;font-family: "FaktProSoft",sans-serif;background: transparent;border: none !important;font-size: 20px;font-weight: 400;padding: 13px 12px 12px 44px;/* background: white; */border: 0px !important;box-shadow: none !important;margin-bottom: 23px;text-transform: capitalize;z-index: 1;}
  .coloured .product-details .addeventatc, .coloured .product-details .addeventatc:hover{color:white !important;}
  .product-details .addeventatc:hover{text-decoration:underline;}
  .product-details .addeventatc .addeventatc_icon{background: transparent;width: 30px;height: 30px;left: 3px;top: 13px;}
  .product-details .addeventatc .addeventatc_icon:before{content: "\F0F3";font-family: 'Material Design Icons';font-size: 29px;}
  .support-copy {/* background: white; *//* padding: 13px 20px 21px; *//* margin-bottom: 10px; *//* border-radius: 7px; *//* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15); *//* position: relative; */}
  .coloured .support-copy *{color:white;}

  @media screen and (max-width:1100px){
    .product-details .st-inline-share-buttons{border-top:0px;padding-top:0px;}
  }


/* jquery ui datepicker */
  body .ui-widget.ui-widget-content{border: 0px;padding: 10px;font-family: "FaktProSoft",sans-serif;font-weight: 400;box-shadow: 0px 6px 22px -1px rgba(0, 0, 0, 0.15);}
  body .ui-datepicker .ui-datepicker-header{border: 0;background: transparent;}
  body .ui-datepicker .ui-datepicker-prev, body .ui-datepicker .ui-datepicker-next{background: transparent;border: 0;font-weight: normal;top: 0;left: 0;width: 38px;height: 38px;border-radius:0px;border-radius: 30px;cursor: pointer;}
  body .ui-datepicker .ui-datepicker-prev:hover, body .ui-datepicker .ui-datepicker-next:hover{background-color:#eef1f7;}
  body .ui-datepicker .ui-datepicker-next{left:auto;right:0px;border-radius: 30px;}
  body .ui-datepicker .ui-datepicker-prev span{background: transparent;font-size: 0px;text-indent: 0;width: 38px;height: 38px;top: 0;left: 0;margin: 0;}
  body .ui-datepicker .ui-datepicker-prev span:before{display:block;content: "\F141";font-family:"Material Design Icons";font-size: 20px;color: #8492a6;position:absolute;height: 100%;width: 100%;z-index: 999999;top: 0;left: 0;line-height: 39px;text-align: center;}
  body .ui-datepicker .ui-datepicker-next span{background: transparent;font-size: 0px;text-indent: 0;width: 38px;height: 38px;top: 0;left: 0;margin: 0;}
  body .ui-datepicker .ui-datepicker-next span:before{display:block;font-family:"Material Design Icons";content: "\F142";font-size: 20px;color: #8492a6;position: absolute;height: 100%;width: 100%;z-index: 999999;line-height: 39px;text-align: center;text-indent: 0;}
  body .ui-datepicker-title{
    font-weight: 400;
    color: #667386;
}
  body .ui-widget-header{}
  body .ui-datepicker table{border: 0;border-left: 3px solid white;border-right: 3px solid white;}
  body .ui-datepicker table thead{background: transparent;}
  body .ui-datepicker table thead th{font-weight: 400;border: 0 !important;font-size: 13px;color: #667386;}
  body .ui-datepicker table tbody{}
  body .ui-datepicker table tbody td{padding: 1px;background: transparent;}
  body .ui-datepicker table tbody td.ui-datepicker-days-cell-over{}
  body .ui-datepicker table tbody td.ui-datepicker-current-day{}
  body .ui-datepicker table tbody td.ui-datepicker-today{}
  body .ui-datepicker table tbody td.ui-datepicker-today a{background: #d9e2ef;}
  body .ui-state-default,
  body .ui-widget-content .ui-state-default,
  body .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border: 1px solid white;background: #fff;font-size: 12px;text-align: center;}
  body .ui-state-default:hover,
  body .ui-widget-content .ui-state-default:hover,
  body .ui-widget-header .ui-state-default:hover,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active:hover{background: #eef1f7;}
  body .ui-datepicker table tbody td .ui-state-default.ui-state-active{background: #32adee;color: white;}





  #alg-product-input-fields-table {}
  #alg-product-input-fields-table tr:nth-child(4),#alg-product-input-fields-table tr:nth-child(5), #alg-product-input-fields-table tr:nth-child(6),
  #alg-product-input-fields-table tr:nth-child(7), #alg-product-input-fields-table tr:nth-child(8), #alg-product-input-fields-table tr:nth-child(9) { display:none }


  .woocommerce-mailchimp-opt-in{ width: 100% !important;}
  .woocommerce-mailchimp-opt-in label{}
  .woocommerce-mailchimp-opt-in input{ width: auto !important;}



/* IOS popup fix
    --------------------------- */
    html.iphone.popup-open body,
    html.ipad.popup-open body{width:100%;height:100%;overflow:hidden;position:fixed;}

/* Print Styles
  --------------------------- */

  @media print,
     (-o-min-device-pixel-ratio: 5/4),
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {

  }
  @media print {
    * {background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited {text-decoration: underline; }
    a[href]:after {content: " (" attr(href) ")"; }
    abbr[title]:after {content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
    thead {display: table-header-group;}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    @page {margin: 0.5cm;}
    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}
  }


.popup-content.product-details {}
.popup-content.product-details .product-copy{padding:20px 20px 20px 0; margin-bottom:0;}
.popup-content.product-details .product-copy h2{font-size:3em}
.product-details .quantity{display:none;}
.icon-close:before {background: #4e2872;border-radius: 100px;}
.product-details .price{display:none;}

#header .inner{padding: 0px 1%;max-width: 100%;}


.card p:empty{display: none;}

.card .svg-clipped {
    top: 0;
    position: absolute;
    /* height: 100%;
    width: 100%; */
    height: auto;
    width: auto;
    background-size: cover;
    background-repeat:no-repeat;
    left: 30px;
    top: -3px;
    background-position:  center;
}


.card .svg-clipped img{display: block;position: relative;width: 100%;height: 100%;margin-bottom: -3px;}

.card .svg-clipped.hexagonal-0 {
    box-shadow: inset 0px 0px 0px 3px #00a797;

}
.card .svg-clipped.hexagonal-1 {width: 515px;
    box-shadow: inset 0px 0px 0px 3px #d33f59;
}
.card .svg-clipped.hexagonal-2 {width: 520px;
    box-shadow: inset 0px 0px 0px 3px #ea9425;
}
.card .svg-clipped.hexagonal-3 {right: 0;width: 300px;left: auto;
    box-shadow: inset 0px 0px 0px 3px #4d2872;
}




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

 .card .svg-clipped {
         /* background-size: cover !important; */
         /* left: 30px !important; */
         background-size: cover;
         background-position: center center;
         width: 308px !important;
         left: 5px;
}



.event-grid .col:nth-child(2), .event-grid .col:nth-child(3), .event-grid .col:nth-child(6), .event-grid .col:nth-child(7), .event-grid .col:nth-child(10), .event-grid .col:nth-child(11), .event-grid .col:nth-child(14), .event-grid .col:nth-child(15) {
	width: calc(60% - 6px);
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.event-grid .col:nth-child(1), .event-grid .col:nth-child(1n+4) {
	width: calc(40% - 6px);
}

.card .svg-clipped.hexagonal-0 {
}
.card .svg-clipped.hexagonal-1 {

}
.card .svg-clipped.hexagonal-2 {

}
.card .svg-clipped.hexagonal-3 {

}


}


@media screen and (max-width: 860px){
.card .svg-clipped {
   background-size: cover !important;
   left: 30px !important;
   background-size: cover;
   max-width: 250px !important;
}

}


@media screen and (max-width: 600px){
.card .svg-clipped {
    /* position: relative; */
    left: -15% !important;
}


.event-grid .col .tile-copy {
	/* width: 410px; */
	max-width: 100% !important;
}
}


.event-grid .col:nth-child(1) .tile-copy h3,
.event-grid .col:nth-child(1) .tile-copy p
 {
        text-shadow: 2px 2px 2px #00a797;
}
.event-grid .col:nth-child(2) .tile-copy h3,
.event-grid .col:nth-child(2) .tile-copy p
{
        text-shadow: 2px 2px 2px #d33f59;
}
.event-grid .col:nth-child(3) .tile-copy h3,
.event-grid .col:nth-child(3) .tile-copy p
 {
        text-shadow: 2px 2px 2px #ea9425;
}
.event-grid .col:nth-child(4) .tile-copy h3,
.event-grid .col:nth-child(4) .tile-copy p {
        text-shadow: 2px 2px 2px #4d2872;
}


/* Te Reo Menu Styles
 --------------------------- */

.te-reo{display: block;/* line-height: 0.2; */font-size: 13px;color: #8d96a2;max-width: 100%;font-weight: 300;}
.coloured .te-reo{color: #efefef;}
.coloured .scrolled .te-reo{color: #8d96a2}

.sub-menu .te-reo{max-width: none;white-space: normal;}
.coloured .sub-menu .te-reo{color: #8d96a2;}
.sub-menu a:hover .te-reo{text-decoration: none !important;}

.mobile-nav .te-reo {
	display: block;
	/* line-height: 0.2; */
	width: 200px;
	font-size: 13px;
	color: #bbd8ff;
	max-width: 100%;
}

@media screen and (max-width:850px){
	form.variations_form select{width: 95%;}
}
#cn-notice-buttons { display:block; padding:15px;}
#cn-accept-cookie { background-color:#fff; color:#000; padding:15px;}

/*Payment Express Button*/
#submit_Payment_Express_payment_form {
    padding: 14px 29px 12px;
    margin-bottom: 1em;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    border-radius: 54px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: 'tomarik-brush',sans-serif;
    background: rgba(2, 9, 19, 0.38);
    transition: 0.2s ease all;
    text-decoration: none;
    border: none;
}

  #submit_Payment_Express_payment_form:hover {transform: scale(1.04);}


  .sticky-button {
    display: block;
    border-style: none;
    border-radius: 6px; left: 1228.5px;
    top: 10px;
    width: 133px;
    height: 33px;
    position: absolute;
    background: rgba(0,167,151,1);
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-family: Arial, sans-serif; font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
  }

  /*Unbalance sticky top-bar  */
  body .ub-emb-bar.ub-emb-visible .ub-emb-bar-frame[style] {
      top: 100px !important;
      z-index: 2;
  }

  body.scrolled .ub-emb-bar.ub-emb-visible .ub-emb-bar-frame[style] {
      top: 77px !important;
  }

  @media screen and (max-width:1430px){
    body .ub-emb-bar.ub-emb-visible .ub-emb-bar-frame[style] {
        top: 0px !important;
    }

    body.scrolled .ub-emb-bar.ub-emb-visible .ub-emb-bar-frame[style] {
        top: 0px !important;
    }
  }


  body .cky-consent-container .cky-consent-bar { padding:50px;}
