﻿@font-face{
  font-family : 'Lato';
  font-weight : 400;
  src         : url('../-fonts/lato/400.woff2') format('woff2');
}

@font-face{
  font-family : 'Lato';
  font-weight : 400;
  font-style  : italic;
  src         : url('../-fonts/lato/400i.woff2') format('woff2');
}

@font-face{
  font-family : 'Lato';
  font-weight : 700;
  src         : url('../-fonts/lato/700.woff2') format('woff2');
}

@font-face{
  font-family : 'Lato';
  font-weight : 700;
  font-style  : italic;
  src         : url('../-fonts/lato/700i.woff2') format('woff2');
}

html{
  height          : 100%;
  scroll-behavior : smooth;
}

body{
  height                   : 100%;
  margin                   : 0;
  padding                  : 0;
  font-size                : 15px;
  -webkit-text-size-adjust : 100%;
  line-height              : 1.5;
}

article,
aside,
div,
footer,
form,
header,
h1,
h2,
h3,
h4,
h5,
h6,
img,
main,
nav,
ul,
.wSplit > div > a{
  display    : block;
  box-sizing : border-box;
  float      : left;
  clear      : left;
  width      : 100%;
  margin     : 0;
}

ul ul,
.wNotRows,
.wNotRows div,
.wNotRows form,
.wNotRows img,
.webeditText > div{
  box-sizing : content-box;
  float      : none;
  clear      : none;
  width      : auto;
}

button:not(:focus-visible){
  outline : none;
}

img{
  height : auto;
}

#w-content{
  min-height : 100%;
  overflow   : hidden;
}

[hidden],
.w-hidden{
  display : none !important;
}
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
select,
textarea{
  box-sizing    : border-box;
  display       : inline-block;
  margin        : 0;
  padding       : 0.25em 0.5em;
  border        : 1px solid #ddd;
  border-radius : 4px;
  outline       : none;
  background    : #fff;
  color         : #000;
  font-family   : inherit;
  font-size     : 1em;
  line-height   : 1.5;
}

input[type=number]{
  text-align         : right;
     -moz-appearance : textfield;
  -webkit-appearance : textfield;
          appearance : textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button{
  -webkit-appearance : none;
}

input::placeholder{
  color      : #999;
  font-style : italic;
}

select{
  -moz-appearance    : none;
  -webkit-appearance : none;
  appearance         : none;
  padding-right      : 30px;
  background         : #fff url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMwIiBoZWlnaHQ9IjI2Ij48cGF0aCBkPSJtIDksMTIgNiw2IDYsLTYgLTIsLTIgLTQsNCAtNCwtNCB6Ii8%2BPC9zdmc%2B') no-repeat right;
}

select[multiple],
textarea{
  border-radius : 4px;
  resize        : vertical;
}

.webeditChoiceChoice + .webeditChoiceChoice{
  margin-top : 12px;
}

.w-radio,
.w-checkbox{
  display      : inline-block;
  position     : relative;
  padding-left : 32px;
}

.w-radio > input,
.w-checkbox > input{
  position : absolute;
  left     : -100vw;
}

.w-radio > span,
.w-checkbox > span{
  display        : block;
  position       : absolute;
  top            : calc(0.75em - 11px);
  left           : 0;
  width          : 20px;
  height         : 20px;
  border         : 1px solid #ddd;
  border-radius  : 4px;
  background     : #fff;
}

.w-radio > input + span{
  border-color  : #d3d3d3;
  border-radius : 11px;
}

.w-radio > input:checked + span:after{
  content       : '';
  display       : block;
  width         : 10px;
  height        : 10px;
  margin        : 5px;
  border-radius : 5px;
  background    : #000;
}

.w-checkbox > input:checked + span{
  background : #fff url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij48cGF0aCBmaWxsPSIjMjIyIiBkPSJNMCw4IDUsMTMgMTQsNCAxMiwyIDUsOSAyLDZ6Ii8+PC9zdmc+') no-repeat center center;
}

.w-spinner{
  display  : inline-block;
  position : relative;
}

.w-spinner > input{
  padding    : 0.25em calc(12px + 0.5em);
  text-align : center;
}

.w-spinner > input[size="1"]{ width : calc(20px + 2em + 1 * 0.6em); }
.w-spinner > input[size="2"]{ width : calc(20px + 2em + 2 * 0.6em); }
.w-spinner > input[size="3"]{ width : calc(20px + 2em + 3 * 0.6em); }
.w-spinner > input[size="4"]{ width : calc(20px + 2em + 4 * 0.6em); }
.w-spinner > input[size="5"]{ width : calc(20px + 2em + 5 * 0.6em); }
.w-spinner > input[size="6"]{ width : calc(20px + 2em + 6 * 0.6em); }
.w-spinner > input[size="7"]{ width : calc(20px + 2em + 7 * 0.6em); }
.w-spinner > input[size="8"]{ width : calc(20px + 2em + 8 * 0.6em); }

.w-spinner > span{
  display  : block;
  position : absolute;
  top      : 0;
  bottom   : 0;
  width    : calc(10px + 0.5em);
  cursor   : pointer;
}

.w-spinner > span:nth-child(2){
  left       : 0;
  background : url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj48cGF0aCBkPSJtMCw0aDEwdjJoLTEweiIvPjwvc3ZnPg%3D%3D') no-repeat right;
}

.w-spinner > span:nth-child(3){
  right      : 0;
  background : url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj48cGF0aCBkPSJtMCw0aDR2LTRoMnY0aDR2MmgtNHY0aC0ydi00aC00eiIvPjwvc3ZnPg%3D%3D') no-repeat left;
}

.wButtonLeft{
  text-align : left;
}

.wButtonCentre{
  text-align : center;
}

.wButtonRight{
  text-align : right;
}

.wButton{
  display         : inline-block;
  margin          : 0;
  padding         : 0;
  border          : 0;
  background      : transparent;
  font-family     : inherit;
  font-size       : 1em;
  line-height     : 1.5;
  text-decoration : none;
  cursor          : pointer;
}

.wButton::-moz-focus-inner{
  padding : 0;
  border  : 0;
}

.wButton > span{
  box-sizing          : border-box;
  display             : block;
  padding             : 0.25em 0.5em;
  border              : 1px solid #ddd;
  border-bottom-color : #ccc;
  border-radius       : 0.25em;
  background          : linear-gradient(#eee,#e8e8e8);
  color               : #444;
  text-shadow         : 0 0 2px #fff;
  box-shadow          : inset 0 1px 0 rgba(255,255,255,0.5);
}

.wPagination{
  margin     : 0 0 20px;
  padding    : 0;
  text-align : right;
}

.wPagination > li{
  display        : inline-block;
  vertical-align : top;
  min-width      : calc(1.5em + 2px);
  padding        : 0 0 0 0.25em;
  text-align     : center;
}

.wPagination > li > a,
.wPagination > li > span{
  display         : block;
  min-width       : 1em;
  padding         : 0 0.25em;
  border          : 1px solid rgba(128,128,128,0);
  text-decoration : none;
  transition      : border 0.25s;
}

.wPagination > li > a:hover,
.wPagination > li > span{
  border-color : rgb(128,128,128);
}

.wPagination > li:first-child > a,
.wPagination > li:last-child > a{
  width        : 0.5em;
  padding      : 0;
  border-color : transparent;
}

iframe{
  border         : none;
  vertical-align : bottom;
}

iframe[data-src]{
  opacity    : 0;
  transition : opacity 1s;
}

.wFixedHeight > iframe,
.wFixedHeight > div{
  display : block;
  width   : 100%;
}

.wAspectRatio{
  position : relative;
  height   : 0;
}

.wAspectRatio > iframe,
.wAspectRatio > div{
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%;
}

#wMenuIcon:focus,
.w-menu:focus,
.w-menu [role=menuitem]:focus{
  outline : none;
}

#wMenuToggle,
#wMenuIcon,
.w-menu-enter,
.w-menu-title{
  display : none !important;
}

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

  #wMenuToggle ~ aside:nth-child(n),
  #wMenuToggle ~ div:nth-child(n),
  #wMenuToggle ~ footer:nth-child(n),
  #wMenuToggle ~ header:nth-child(n),
  #wMenuToggle ~ main:nth-child(n),
  #wMenuToggle ~ nav:nth-child(n){
    position   : relative;
    right      : 0;
    transition : right 0.5s;
  }

  #wMenuToggle:checked ~ aside,
  #wMenuToggle:checked ~ div,
  #wMenuToggle:checked ~ footer,
  #wMenuToggle:checked ~ header,
  #wMenuToggle:checked ~ main,
  #wMenuToggle:checked ~ nav{
    right : calc(100% - 50px);
  }

  #wMenuIcon{
    box-sizing : border-box;
    display    : block !important;
    clear      : both;
    width      : 50px;
    height     : 50px;
    padding    : 9px 0 0 9px;
    font-size  : 32px;
    cursor     : pointer;
  }

  #wMenuIcon > span,
  #wMenuIcon > span:before,
  #wMenuIcon > span:after{
    display            : block;
    width              : 1em;
    height             : 0.125em;
    background         : #000;
    -webkit-transition : all 0.5s;
            transition : all 0.5s;
  }

  #wMenuIcon > span{
    transform : translate(0,0.4375em) rotate(0);
  }

  #wMenuIcon > span:before{
    content   : '';
    transform : translate(0,-0.375em);
  }

  #wMenuIcon > span:after{
    content   : '';
    transform : translate(0,0.25em) rotate(0);
  }

  .w-menu-open #wMenuIcon > span{
    width     : 0.9375em;
    transform : translate(0,0.4375em) rotate(-180deg);
  }

  .w-menu-open #wMenuIcon > span:before{
    width     : 0.707em;
    transform : translate(-0.125em,-0.206em) rotate(-45deg);
  }

  .w-menu-open #wMenuIcon > span:after{
    width     : 0.707em;
    transform : translate(-0.125em,0.081em) rotate(45deg);
  }

  .w-menu-with-icon{
    position   : fixed;
    z-index    : 100;
    top        : 0;
    left       : 100%;
    width      : calc(100% - 50px);
    height     : 100%;
    overflow-y : auto;
    margin     : 0 !important;
    padding    : 0 !important;
    background : #222;
    transition : left 0.5s;
  }

  .w-menu-open .w-menu-with-icon{
    left : 50px;
  }

  .w-menu-with-icon li{
    display : flex !important;
    margin  : 0 !important;
    padding : 0 !important;
  }

  .w-menu-with-icon .w-menu-title,
  .w-menu-with-icon [role="menuitem"]{
    display       : block !important;
    box-sizing    : border-box;
    width         : 100% !important;
    overflow      : hidden;
    margin        : 0 !important;
    border        : none !important;
    border-bottom : 1px solid #333 !important;
    color         : #fff !important;
    font-size     : 15px !important;
    line-height   : 1.5 !important;
    white-space   : nowrap;
    transition    : background 0.2s !important;
  }

  .w-menu-with-icon .w-menu-title{
    padding    : 0.75em 3em !important;
    background : #222 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMTIsMS41IC0xLjUsLTEuNSAtMTAsMTAgMTAsMTAgMS41LC0xLjUgLTguNSwtOC41IHoiLz48L3N2Zz4%3D') no-repeat 16px center !important;
    text-align : center;
    cursor     : pointer;
  }

  .w-menu-with-icon [role="menuitem"]{
    padding    : 0.75em 1em !important;
    background : #222 !important;
    text-align : left !important;
  }

  .w-menu-with-icon [aria-haspopup]{
    width : calc(100% - 3em) !important;
  }

  .w-menu-with-icon .w-menu-ancestor{
    background : #333 !important;
  }

  .w-menu-with-icon [aria-current="page"]{
    background : #444 !important;
  }

  .w-menu-enter{
    display       : block !important;
    width         : 3em;
    border-left   : 1px solid #333;
    border-bottom : 1px solid #333;
    background    : #222 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMCwxLjUgMS41LC0xLjUgMTAsMTAgLTEwLDEwIC0xLjUsLTEuNSA4LjUsLTguNSB6Ii8%2BPC9zdmc%2B') no-repeat center center;
    cursor        : pointer;
    transition    : background 0.2s;
  }

  .w-menu-with-icon .w-menu-title:hover,
  .w-menu-with-icon [role="menuitem"]:focus,
  .w-menu-with-icon [role="menuitem"]:hover,
  .w-menu-enter:hover{
    background-color : #666 !important;
  }

  .w-menu-with-icon [role=menu]{
    display    : block;
    position   : fixed;
    top        : 0;
    bottom     : 0;
    right      : 0;
    left       : 100%;
    width      : auto !important;
    min-width  : 0 !important;
    overflow-x : hidden;
    overflow-y : auto;
    padding    : 0 !important;
    background : #222 !important;
    transition : background 0.2s,left 0.5s,right 0.5s;
  }


  .w-menu-open .w-menu-with-icon [aria-expanded="true"] + [role=menu]{
    left : 50px;
  }

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

    .w-menu-with-icon,
    .w-menu-with-icon .w-menu-title,
    .w-menu-with-icon [role="menuitem"]{
      font-size : 13px !important;
    }

  }

}

.wGutter > div{
  float : none;
  width : auto;
}

.wGutter4 { margin : 0 -2px; }
.wGutter8 { margin : 0 -4px; }
.wGutter12 { margin : 0 -6px; }
.wGutter16 { margin : 0 -8px; }
.wGutter20 { margin : 0 -10px; }
.wGutter24 { margin : 0 -12px; }
.wGutter28 { margin : 0 -14px; }
.wGutter32 { margin : 0 -16px; }
.wGutter36 { margin : 0 -18px; }
.wGutter40 { margin : 0 -20px; }

.wGutter4 > article,
.wGutter4 > aside,
.wGutter4 > div,
.wGutter4 > footer,
.wGutter4 > header,
.wGutter4 > main,
.wGutter4 > nav{
  padding : 0 2px;
}

.wGutter8 > article,
.wGutter8 > aside,
.wGutter8 > div,
.wGutter8 > footer,
.wGutter8 > header,
.wGutter8 > main,
.wGutter8 > nav{
  padding : 0 4px;
}

.wGutter12 > article,
.wGutter12 > aside,
.wGutter12 > div,
.wGutter12 > footer,
.wGutter12 > header,
.wGutter12 > main,
.wGutter12 > nav{
  padding : 0 6px;
}

.wGutter16 > article,
.wGutter16 > aside,
.wGutter16 > div,
.wGutter16 > footer,
.wGutter16 > header,
.wGutter16 > main,
.wGutter16 > nav{
  padding : 0 8px;
}

.wGutter20 > article,
.wGutter20 > aside,
.wGutter20 > div,
.wGutter20 > footer,
.wGutter20 > header,
.wGutter20 > main,
.wGutter20 > nav{
  padding : 0 10px;
}

.wGutter24 > article,
.wGutter24 > aside,
.wGutter24 > div,
.wGutter24 > footer,
.wGutter24 > header,
.wGutter24 > main,
.wGutter24 > nav{
  padding : 0 12px;
}

.wGutter28 > article,
.wGutter28 > aside,
.wGutter28 > div,
.wGutter28 > footer,
.wGutter28 > header,
.wGutter28 > main,
.wGutter28 > nav{
  padding : 0 14px;
}

.wGutter32 > article,
.wGutter32 > aside,
.wGutter32 > div,
.wGutter32 > footer,
.wGutter32 > header,
.wGutter32 > main,
.wGutter32 > nav{
  padding : 0 16px;
}

.wGutter36 > article,
.wGutter36 > aside,
.wGutter36 > div,
.wGutter36 > footer,
.wGutter36 > header,
.wGutter36 > main,
.wGutter36 > nav{
  padding : 0 18px;
}

.wGutter40 > article,
.wGutter40 > aside,
.wGutter40 > div,
.wGutter40 > footer,
.wGutter40 > header,
.wGutter40 > main,
.wGutter40 > nav{
  padding : 0 20px;
}

.wSplit.wSpace4 > article,
.wSplit.wSpace4 > aside,
.wSplit.wSpace4 > div,
.wSplit.wSpace4 > footer,
.wSplit.wSpace4 > header,
.wSplit.wSpace4 > main,
.wSplit.wSpace4 > nav{
  margin-top : -4px !important;
}

.wSplit.wSpace8 > article,
.wSplit.wSpace8 > aside,
.wSplit.wSpace8 > div,
.wSplit.wSpace8 > footer,
.wSplit.wSpace8 > header,
.wSplit.wSpace8 > main,
.wSplit.wSpace8 > nav{
  margin-top : -8px !important;
}

.wSplit.wSpace12 > article,
.wSplit.wSpace12 > aside,
.wSplit.wSpace12 > div,
.wSplit.wSpace12 > footer,
.wSplit.wSpace12 > header,
.wSplit.wSpace12 > main,
.wSplit.wSpace12 > nav{
  margin-top : -12px !important;
}

.wSplit.wSpace16 > article,
.wSplit.wSpace16 > aside,
.wSplit.wSpace16 > div,
.wSplit.wSpace16 > footer,
.wSplit.wSpace16 > header,
.wSplit.wSpace16 > main,
.wSplit.wSpace16 > nav{
  margin-top : -16px !important;
}

.wSplit.wSpace20 > article,
.wSplit.wSpace20 > aside,
.wSplit.wSpace20 > div,
.wSplit.wSpace20 > footer,
.wSplit.wSpace20 > header,
.wSplit.wSpace20 > main,
.wSplit.wSpace20 > nav{
  margin-top : -20px !important;
}

.wSplit.wSpace24 > article,
.wSplit.wSpace24 > aside,
.wSplit.wSpace24 > div,
.wSplit.wSpace24 > footer,
.wSplit.wSpace24 > header,
.wSplit.wSpace24 > main,
.wSplit.wSpace24 > nav{
  margin-top : -24px !important;
}

.wSplit.wSpace28 > article,
.wSplit.wSpace28 > aside,
.wSplit.wSpace28 > div,
.wSplit.wSpace28 > footer,
.wSplit.wSpace28 > header,
.wSplit.wSpace28 > main,
.wSplit.wSpace28 > nav{
  margin-top : -28px !important;
}

.wSplit.wSpace32 > article,
.wSplit.wSpace32 > aside,
.wSplit.wSpace32 > div,
.wSplit.wSpace32 > footer,
.wSplit.wSpace32 > header,
.wSplit.wSpace32 > main,
.wSplit.wSpace32 > nav{
  margin-top : -32px !important;
}

.wSplit.wSpace36 > article,
.wSplit.wSpace36 > aside,
.wSplit.wSpace36 > div,
.wSplit.wSpace36 > footer,
.wSplit.wSpace36 > header,
.wSplit.wSpace36 > main,
.wSplit.wSpace36 > nav{
  margin-top : -36px !important;
}

.wSplit.wSpace40 > article,
.wSplit.wSpace40 > aside,
.wSplit.wSpace40 > div,
.wSplit.wSpace40 > footer,
.wSplit.wSpace40 > header,
.wSplit.wSpace40 > main,
.wSplit.wSpace40 > nav{
  margin-top : -40px !important;
}

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

  .wSplit > * ~ div.wOver0,
  .wSplit > * ~ .wOver0 ~ article,
  .wSplit > * ~ .wOver0 ~ aside,
  .wSplit > * ~ .wOver0 ~ div,
  .wSplit > * ~ .wOver0 ~ footer,
  .wSplit > * ~ .wOver0 ~ header,
  .wSplit > * ~ .wOver0 ~ main,
  .wSplit > * ~ .wOver0 ~ nav{
    margin-top : 0 !important;
  }

}

.wSplit > article,
.wSplit > aside,
.wSplit > div,
.wSplit > footer,
.wSplit > header,
.wSplit > main,
.wSplit > nav{
  clear : none;
}

.wSpace4 > * > a,
.wSpace4 > * > article,
.wSpace4 > * > div,
.wSpace4 > * > form,
.wSpace4 > * > h1,
.wSpace4 > * > h2,
.wSpace4 > * > h3,
.wSpace4 > * > h4,
.wSpace4 > * > h5,
.wSpace4 > * > h6,
.wSpace4 > * > img,
.wSpace4 > * > label,
.wSpace4 > * > ul{
  margin-top : 4px !important;
}

.wSpace8 > * > a,
.wSpace8 > * > article,
.wSpace8 > * > div,
.wSpace8 > * > form,
.wSpace8 > * > h1,
.wSpace8 > * > h2,
.wSpace8 > * > h3,
.wSpace8 > * > h4,
.wSpace8 > * > h5,
.wSpace8 > * > h6,
.wSpace8 > * > img,
.wSpace8 > * > label,
.wSpace8 > * > ul{
  margin-top : 8px !important;
}

.wSpace12 > * > a,
.wSpace12 > * > article,
.wSpace12 > * > div,
.wSpace12 > * > form,
.wSpace12 > * > h1,
.wSpace12 > * > h2,
.wSpace12 > * > h3,
.wSpace12 > * > h4,
.wSpace12 > * > h5,
.wSpace12 > * > h6,
.wSpace12 > * > img,
.wSpace12 > * > label,
.wSpace12 > * > ul{
  margin-top : 12px !important;
}

.wSpace16 > * > a,
.wSpace16 > * > article,
.wSpace16 > * > div,
.wSpace16 > * > form,
.wSpace16 > * > h1,
.wSpace16 > * > h2,
.wSpace16 > * > h3,
.wSpace16 > * > h4,
.wSpace16 > * > h5,
.wSpace16 > * > h6,
.wSpace16 > * > img,
.wSpace16 > * > label,
.wSpace16 > * > ul{
  margin-top : 16px !important;
}

.wSpace20 > * > a,
.wSpace20 > * > article,
.wSpace20 > * > div,
.wSpace20 > * > form,
.wSpace20 > * > h1,
.wSpace20 > * > h2,
.wSpace20 > * > h3,
.wSpace20 > * > h4,
.wSpace20 > * > h5,
.wSpace20 > * > h6,
.wSpace20 > * > img,
.wSpace20 > * > label,
.wSpace20 > * > ul{
  margin-top : 20px !important;
}

.wSpace24 > * > a,
.wSpace24 > * > article,
.wSpace24 > * > div,
.wSpace24 > * > form,
.wSpace24 > * > h1,
.wSpace24 > * > h2,
.wSpace24 > * > h3,
.wSpace24 > * > h4,
.wSpace24 > * > h5,
.wSpace24 > * > h6,
.wSpace24 > * > img,
.wSpace24 > * > label,
.wSpace24 > * > ul{
  margin-top : 24px !important;
}

.wSpace28 > * > a,
.wSpace28 > * > article,
.wSpace28 > * > div,
.wSpace28 > * > form,
.wSpace28 > * > h1,
.wSpace28 > * > h2,
.wSpace28 > * > h3,
.wSpace28 > * > h4,
.wSpace28 > * > h5,
.wSpace28 > * > h6,
.wSpace28 > * > img,
.wSpace28 > * > label,
.wSpace28 > * > ul{
  margin-top : 28px !important;
}

.wSpace32 > * > a,
.wSpace32 > * > article,
.wSpace32 > * > div,
.wSpace32 > * > form,
.wSpace32 > * > h1,
.wSpace32 > * > h2,
.wSpace32 > * > h3,
.wSpace32 > * > h4,
.wSpace32 > * > h5,
.wSpace32 > * > h6,
.wSpace32 > * > img,
.wSpace32 > * > label,
.wSpace32 > * > ul{
  margin-top : 32px !important;
}

.wSpace36 > * > a,
.wSpace36 > * > article,
.wSpace36 > * > div,
.wSpace36 > * > form,
.wSpace36 > * > h1,
.wSpace36 > * > h2,
.wSpace36 > * > h3,
.wSpace36 > * > h4,
.wSpace36 > * > h5,
.wSpace36 > * > h6,
.wSpace36 > * > img,
.wSpace36 > * > label,
.wSpace36 > * > ul{
  margin-top : 36px !important;
}

.wSpace40 > * > a,
.wSpace40 > * > article,
.wSpace40 > * > div,
.wSpace40 > * > form,
.wSpace40 > * > h1,
.wSpace40 > * > h2,
.wSpace40 > * > h3,
.wSpace40 > * > h4,
.wSpace40 > * > h5,
.wSpace40 > * > h6,
.wSpace40 > * > img,
.wSpace40 > * > label,
.wSpace40 > * > ul{
  margin-top : 40px !important;
}

.wOver0{
  clear : both !important;
}

.wOverAll{
  float  : right;
  margin : 0 0 0 -100%;
}

.wSpan1 { width : 1.7%; }
.wSpan2 { width : 3.3%; }
.wSpan3 { width : 5%; }
.wSpan4 { width : 6.7%; }
.wSpan5 { width : 8.3%; }
.wSpan6 { width : 10%; }
.wSpan7 { width : 11.7%; }
.wSpan8 { width : 13.3%; }
.wSpan9 { width : 15%; }
.wSpan10 { width : 16.7%; }
.wSpan11 { width : 18.3%; }
.wSpan12 { width : 20%; }
.wSpan13 { width : 21.7%; }
.wSpan14 { width : 23.3%; }
.wSpan15 { width : 25%; }
.wSpan16 { width : 26.7%; }
.wSpan17 { width : 28.3%; }
.wSpan18 { width : 30%; }
.wSpan19 { width : 31.7%; }
.wSpan20 { width : 33.3%; }
.wSpan21 { width : 35%; }
.wSpan22 { width : 36.7%; }
.wSpan23 { width : 38.3%; }
.wSpan24 { width : 40%; }
.wSpan25 { width : 41.7%; }
.wSpan26 { width : 43.3%; }
.wSpan27 { width : 45%; }
.wSpan28 { width : 46.7%; }
.wSpan29 { width : 48.3%; }
.wSpan30 { width : 50%; }
.wSpan31 { width : 51.7%; }
.wSpan32 { width : 53.3%; }
.wSpan33 { width : 55%; }
.wSpan34 { width : 56.7%; }
.wSpan35 { width : 58.3%; }
.wSpan36 { width : 60%; }
.wSpan37 { width : 61.7%; }
.wSpan38 { width : 63.3%; }
.wSpan39 { width : 65%; }
.wSpan40 { width : 66.7%; }
.wSpan41 { width : 68.3%; }
.wSpan42 { width : 70%; }
.wSpan43 { width : 71.7%; }
.wSpan44 { width : 73.3%; }
.wSpan45 { width : 75%; }
.wSpan46 { width : 76.7%; }
.wSpan47 { width : 78.3%; }
.wSpan48 { width : 80%; }
.wSpan49 { width : 81.7%; }
.wSpan50 { width : 83.3%; }
.wSpan51 { width : 85%; }
.wSpan52 { width : 86.7%; }
.wSpan53 { width : 88.3%; }
.wSpan54 { width : 90%; }
.wSpan55 { width : 91.7%; }
.wSpan56 { width : 93.3%; }
.wSpan57 { width : 95%; }
.wSpan58 { width : 96.7%; }
.wSpan59 { width : 98.3%; }
.wSpan60 { width : 100%; }

.wOver0 { margin : 0 -100% 0 0; }
.wOver1 { margin : 0 -100% 0 1.7%; }
.wOver2 { margin : 0 -100% 0 3.3%; }
.wOver3 { margin : 0 -100% 0 5%; }
.wOver4 { margin : 0 -100% 0 6.7%; }
.wOver5 { margin : 0 -100% 0 8.3%; }
.wOver6 { margin : 0 -100% 0 10%; }
.wOver7 { margin : 0 -100% 0 11.7%; }
.wOver8 { margin : 0 -100% 0 13.3%; }
.wOver9 { margin : 0 -100% 0 15%; }
.wOver10 { margin : 0 -100% 0 16.7%; }
.wOver11 { margin : 0 -100% 0 18.3%; }
.wOver12 { margin : 0 -100% 0 20%; }
.wOver13 { margin : 0 -100% 0 21.7%; }
.wOver14 { margin : 0 -100% 0 23.3%; }
.wOver15 { margin : 0 -100% 0 25%; }
.wOver16 { margin : 0 -100% 0 26.7%; }
.wOver17 { margin : 0 -100% 0 28.3%; }
.wOver18 { margin : 0 -100% 0 30%; }
.wOver19 { margin : 0 -100% 0 31.7%; }
.wOver20 { margin : 0 -100% 0 33.3%; }
.wOver21 { margin : 0 -100% 0 35%; }
.wOver22 { margin : 0 -100% 0 36.7%; }
.wOver23 { margin : 0 -100% 0 38.3%; }
.wOver24 { margin : 0 -100% 0 40%; }
.wOver25 { margin : 0 -100% 0 41.7%; }
.wOver26 { margin : 0 -100% 0 43.3%; }
.wOver27 { margin : 0 -100% 0 45%; }
.wOver28 { margin : 0 -100% 0 46.7%; }
.wOver29 { margin : 0 -100% 0 48.3%; }
.wOver30 { margin : 0 -100% 0 50%; }
.wOver31 { margin : 0 -100% 0 51.7%; }
.wOver32 { margin : 0 -100% 0 53.3%; }
.wOver33 { margin : 0 -100% 0 55%; }
.wOver34 { margin : 0 -100% 0 56.7%; }
.wOver35 { margin : 0 -100% 0 58.3%; }
.wOver36 { margin : 0 -100% 0 60%; }
.wOver37 { margin : 0 -100% 0 61.7%; }
.wOver38 { margin : 0 -100% 0 63.3%; }
.wOver39 { margin : 0 -100% 0 65%; }
.wOver40 { margin : 0 -100% 0 66.7%; }
.wOver41 { margin : 0 -100% 0 68.3%; }
.wOver42 { margin : 0 -100% 0 70%; }
.wOver43 { margin : 0 -100% 0 71.7%; }
.wOver44 { margin : 0 -100% 0 73.3%; }
.wOver45 { margin : 0 -100% 0 75%; }
.wOver46 { margin : 0 -100% 0 76.7%; }
.wOver47 { margin : 0 -100% 0 78.3%; }
.wOver48 { margin : 0 -100% 0 80%; }
.wOver49 { margin : 0 -100% 0 81.7%; }
.wOver50 { margin : 0 -100% 0 83.3%; }
.wOver51 { margin : 0 -100% 0 85%; }
.wOver52 { margin : 0 -100% 0 86.7%; }
.wOver53 { margin : 0 -100% 0 88.3%; }
.wOver54 { margin : 0 -100% 0 90%; }
.wOver55 { margin : 0 -100% 0 91.7%; }
.wOver56 { margin : 0 -100% 0 93.3%; }
.wOver57 { margin : 0 -100% 0 95%; }
.wOver58 { margin : 0 -100% 0 96.7%; }
.wOver59 { margin : 0 -100% 0 98.3%; }

@media screen and (max-width:1023px),screen and (min-width:1280px){

  .wOver0{
    clear : none !important;
  }

  .wOverAll{
    float : left;
  }

}

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

  .wSplit > * ~ div.wOver0Xs,
  .wSplit > * ~ .wOver0Xs ~ article,
  .wSplit > * ~ .wOver0Xs ~ aside,
  .wSplit > * ~ .wOver0Xs ~ div,
  .wSplit > * ~ .wOver0Xs ~ footer,
  .wSplit > * ~ .wOver0Xs ~ header,
  .wSplit > * ~ .wOver0Xs ~ main,
  .wSplit > * ~ .wOver0Xs ~ nav{
    margin-top : 0 !important;
  }

  .wOver0Xs{
    clear : both !important;
  }

  .wOverAllXs{
    float  : right !important;
    margin : 0 0 0 -100% !important;
  }

  .wSpan1Xs { width : 1.7%; }
  .wSpan2Xs { width : 3.3%; }
  .wSpan3Xs { width : 5%; }
  .wSpan4Xs { width : 6.7%; }
  .wSpan5Xs { width : 8.3%; }
  .wSpan6Xs { width : 10%; }
  .wSpan7Xs { width : 11.7%; }
  .wSpan8Xs { width : 13.3%; }
  .wSpan9Xs { width : 15%; }
  .wSpan10Xs { width : 16.7%; }
  .wSpan11Xs { width : 18.3%; }
  .wSpan12Xs { width : 20%; }
  .wSpan13Xs { width : 21.7%; }
  .wSpan14Xs { width : 23.3%; }
  .wSpan15Xs { width : 25%; }
  .wSpan16Xs { width : 26.7%; }
  .wSpan17Xs { width : 28.3%; }
  .wSpan18Xs { width : 30%; }
  .wSpan19Xs { width : 31.7%; }
  .wSpan20Xs { width : 33.3%; }
  .wSpan21Xs { width : 35%; }
  .wSpan22Xs { width : 36.7%; }
  .wSpan23Xs { width : 38.3%; }
  .wSpan24Xs { width : 40%; }
  .wSpan25Xs { width : 41.7%; }
  .wSpan26Xs { width : 43.3%; }
  .wSpan27Xs { width : 45%; }
  .wSpan28Xs { width : 46.7%; }
  .wSpan29Xs { width : 48.3%; }
  .wSpan30Xs { width : 50%; }
  .wSpan31Xs { width : 51.7%; }
  .wSpan32Xs { width : 53.3%; }
  .wSpan33Xs { width : 55%; }
  .wSpan34Xs { width : 56.7%; }
  .wSpan35Xs { width : 58.3%; }
  .wSpan36Xs { width : 60%; }
  .wSpan37Xs { width : 61.7%; }
  .wSpan38Xs { width : 63.3%; }
  .wSpan39Xs { width : 65%; }
  .wSpan40Xs { width : 66.7%; }
  .wSpan41Xs { width : 68.3%; }
  .wSpan42Xs { width : 70%; }
  .wSpan43Xs { width : 71.7%; }
  .wSpan44Xs { width : 73.3%; }
  .wSpan45Xs { width : 75%; }
  .wSpan46Xs { width : 76.7%; }
  .wSpan47Xs { width : 78.3%; }
  .wSpan48Xs { width : 80%; }
  .wSpan49Xs { width : 81.7%; }
  .wSpan50Xs { width : 83.3%; }
  .wSpan51Xs { width : 85%; }
  .wSpan52Xs { width : 86.7%; }
  .wSpan53Xs { width : 88.3%; }
  .wSpan54Xs { width : 90%; }
  .wSpan55Xs { width : 91.7%; }
  .wSpan56Xs { width : 93.3%; }
  .wSpan57Xs { width : 95%; }
  .wSpan58Xs { width : 96.7%; }
  .wSpan59Xs { width : 98.3%; }
  .wSpan60Xs { width : 100%; }

  .wOver0Xs { margin : 0 -100% 0 0 !important; }
  .wOver1Xs { margin : 0 -100% 0 1.7% !important; }
  .wOver2Xs { margin : 0 -100% 0 3.3% !important; }
  .wOver3Xs { margin : 0 -100% 0 5% !important; }
  .wOver4Xs { margin : 0 -100% 0 6.7% !important; }
  .wOver5Xs { margin : 0 -100% 0 8.3% !important; }
  .wOver6Xs { margin : 0 -100% 0 10% !important; }
  .wOver7Xs { margin : 0 -100% 0 11.7% !important; }
  .wOver8Xs { margin : 0 -100% 0 13.3% !important; }
  .wOver9Xs { margin : 0 -100% 0 15% !important; }
  .wOver10Xs { margin : 0 -100% 0 16.7% !important; }
  .wOver11Xs { margin : 0 -100% 0 18.3% !important; }
  .wOver12Xs { margin : 0 -100% 0 20% !important; }
  .wOver13Xs { margin : 0 -100% 0 21.7% !important; }
  .wOver14Xs { margin : 0 -100% 0 23.3% !important; }
  .wOver15Xs { margin : 0 -100% 0 25% !important; }
  .wOver16Xs { margin : 0 -100% 0 26.7% !important; }
  .wOver17Xs { margin : 0 -100% 0 28.3% !important; }
  .wOver18Xs { margin : 0 -100% 0 30% !important; }
  .wOver19Xs { margin : 0 -100% 0 31.7% !important; }
  .wOver20Xs { margin : 0 -100% 0 33.3% !important; }
  .wOver21Xs { margin : 0 -100% 0 35% !important; }
  .wOver22Xs { margin : 0 -100% 0 36.7% !important; }
  .wOver23Xs { margin : 0 -100% 0 38.3% !important; }
  .wOver24Xs { margin : 0 -100% 0 40% !important; }
  .wOver25Xs { margin : 0 -100% 0 41.7% !important; }
  .wOver26Xs { margin : 0 -100% 0 43.3% !important; }
  .wOver27Xs { margin : 0 -100% 0 45% !important; }
  .wOver28Xs { margin : 0 -100% 0 46.7% !important; }
  .wOver29Xs { margin : 0 -100% 0 48.3% !important; }
  .wOver30Xs { margin : 0 -100% 0 50% !important; }
  .wOver31Xs { margin : 0 -100% 0 51.7% !important; }
  .wOver32Xs { margin : 0 -100% 0 53.3% !important; }
  .wOver33Xs { margin : 0 -100% 0 55% !important; }
  .wOver34Xs { margin : 0 -100% 0 56.7% !important; }
  .wOver35Xs { margin : 0 -100% 0 58.3% !important; }
  .wOver36Xs { margin : 0 -100% 0 60% !important; }
  .wOver37Xs { margin : 0 -100% 0 61.7% !important; }
  .wOver38Xs { margin : 0 -100% 0 63.3% !important; }
  .wOver39Xs { margin : 0 -100% 0 65% !important; }
  .wOver40Xs { margin : 0 -100% 0 66.7% !important; }
  .wOver41Xs { margin : 0 -100% 0 68.3% !important; }
  .wOver42Xs { margin : 0 -100% 0 70% !important; }
  .wOver43Xs { margin : 0 -100% 0 71.7% !important; }
  .wOver44Xs { margin : 0 -100% 0 73.3% !important; }
  .wOver45Xs { margin : 0 -100% 0 75% !important; }
  .wOver46Xs { margin : 0 -100% 0 76.7% !important; }
  .wOver47Xs { margin : 0 -100% 0 78.3% !important; }
  .wOver48Xs { margin : 0 -100% 0 80% !important; }
  .wOver49Xs { margin : 0 -100% 0 81.7% !important; }
  .wOver50Xs { margin : 0 -100% 0 83.3% !important; }
  .wOver51Xs { margin : 0 -100% 0 85% !important; }
  .wOver52Xs { margin : 0 -100% 0 86.7% !important; }
  .wOver53Xs { margin : 0 -100% 0 88.3% !important; }
  .wOver54Xs { margin : 0 -100% 0 90% !important; }
  .wOver55Xs { margin : 0 -100% 0 91.7% !important; }
  .wOver56Xs { margin : 0 -100% 0 93.3% !important; }
  .wOver57Xs { margin : 0 -100% 0 95% !important; }
  .wOver58Xs { margin : 0 -100% 0 96.7% !important; }
  .wOver59Xs { margin : 0 -100% 0 98.3% !important; }

}

@media screen and (min-width:512px) and (max-width:767px){

  .wSplit > * ~ div.wOver0S,
  .wSplit > * ~ .wOver0S ~ article,
  .wSplit > * ~ .wOver0S ~ aside,
  .wSplit > * ~ .wOver0S ~ div,
  .wSplit > * ~ .wOver0S ~ footer,
  .wSplit > * ~ .wOver0S ~ header,
  .wSplit > * ~ .wOver0S ~ main,
  .wSplit > * ~ .wOver0S ~ nav{
    margin-top : 0 !important;
  }

  .wOver0S{
    clear : both !important;
  }

  .wOverAllS{
    float  : right !important;
    margin : 0 0 0 -100% !important;
  }

  .wSpan1S { width : 1.7%; }
  .wSpan2S { width : 3.3%; }
  .wSpan3S { width : 5%; }
  .wSpan4S { width : 6.7%; }
  .wSpan5S { width : 8.3%; }
  .wSpan6S { width : 10%; }
  .wSpan7S { width : 11.7%; }
  .wSpan8S { width : 13.3%; }
  .wSpan9S { width : 15%; }
  .wSpan10S { width : 16.7%; }
  .wSpan11S { width : 18.3%; }
  .wSpan12S { width : 20%; }
  .wSpan13S { width : 21.7%; }
  .wSpan14S { width : 23.3%; }
  .wSpan15S { width : 25%; }
  .wSpan16S { width : 26.7%; }
  .wSpan17S { width : 28.3%; }
  .wSpan18S { width : 30%; }
  .wSpan19S { width : 31.7%; }
  .wSpan20S { width : 33.3%; }
  .wSpan21S { width : 35%; }
  .wSpan22S { width : 36.7%; }
  .wSpan23S { width : 38.3%; }
  .wSpan24S { width : 40%; }
  .wSpan25S { width : 41.7%; }
  .wSpan26S { width : 43.3%; }
  .wSpan27S { width : 45%; }
  .wSpan28S { width : 46.7%; }
  .wSpan29S { width : 48.3%; }
  .wSpan30S { width : 50%; }
  .wSpan31S { width : 51.7%; }
  .wSpan32S { width : 53.3%; }
  .wSpan33S { width : 55%; }
  .wSpan34S { width : 56.7%; }
  .wSpan35S { width : 58.3%; }
  .wSpan36S { width : 60%; }
  .wSpan37S { width : 61.7%; }
  .wSpan38S { width : 63.3%; }
  .wSpan39S { width : 65%; }
  .wSpan40S { width : 66.7%; }
  .wSpan41S { width : 68.3%; }
  .wSpan42S { width : 70%; }
  .wSpan43S { width : 71.7%; }
  .wSpan44S { width : 73.3%; }
  .wSpan45S { width : 75%; }
  .wSpan46S { width : 76.7%; }
  .wSpan47S { width : 78.3%; }
  .wSpan48S { width : 80%; }
  .wSpan49S { width : 81.7%; }
  .wSpan50S { width : 83.3%; }
  .wSpan51S { width : 85%; }
  .wSpan52S { width : 86.7%; }
  .wSpan53S { width : 88.3%; }
  .wSpan54S { width : 90%; }
  .wSpan55S { width : 91.7%; }
  .wSpan56S { width : 93.3%; }
  .wSpan57S { width : 95%; }
  .wSpan58S { width : 96.7%; }
  .wSpan59S { width : 98.3%; }
  .wSpan60S { width : 100%; }

  .wOver0S { margin : 0 -100% 0 0 !important; }
  .wOver1S { margin : 0 -100% 0 1.7% !important; }
  .wOver2S { margin : 0 -100% 0 3.3% !important; }
  .wOver3S { margin : 0 -100% 0 5% !important; }
  .wOver4S { margin : 0 -100% 0 6.7% !important; }
  .wOver5S { margin : 0 -100% 0 8.3% !important; }
  .wOver6S { margin : 0 -100% 0 10% !important; }
  .wOver7S { margin : 0 -100% 0 11.7% !important; }
  .wOver8S { margin : 0 -100% 0 13.3% !important; }
  .wOver9S { margin : 0 -100% 0 15% !important; }
  .wOver10S { margin : 0 -100% 0 16.7% !important; }
  .wOver11S { margin : 0 -100% 0 18.3% !important; }
  .wOver12S { margin : 0 -100% 0 20% !important; }
  .wOver13S { margin : 0 -100% 0 21.7% !important; }
  .wOver14S { margin : 0 -100% 0 23.3% !important; }
  .wOver15S { margin : 0 -100% 0 25% !important; }
  .wOver16S { margin : 0 -100% 0 26.7% !important; }
  .wOver17S { margin : 0 -100% 0 28.3% !important; }
  .wOver18S { margin : 0 -100% 0 30% !important; }
  .wOver19S { margin : 0 -100% 0 31.7% !important; }
  .wOver20S { margin : 0 -100% 0 33.3% !important; }
  .wOver21S { margin : 0 -100% 0 35% !important; }
  .wOver22S { margin : 0 -100% 0 36.7% !important; }
  .wOver23S { margin : 0 -100% 0 38.3% !important; }
  .wOver24S { margin : 0 -100% 0 40% !important; }
  .wOver25S { margin : 0 -100% 0 41.7% !important; }
  .wOver26S { margin : 0 -100% 0 43.3% !important; }
  .wOver27S { margin : 0 -100% 0 45% !important; }
  .wOver28S { margin : 0 -100% 0 46.7% !important; }
  .wOver29S { margin : 0 -100% 0 48.3% !important; }
  .wOver30S { margin : 0 -100% 0 50% !important; }
  .wOver31S { margin : 0 -100% 0 51.7% !important; }
  .wOver32S { margin : 0 -100% 0 53.3% !important; }
  .wOver33S { margin : 0 -100% 0 55% !important; }
  .wOver34S { margin : 0 -100% 0 56.7% !important; }
  .wOver35S { margin : 0 -100% 0 58.3% !important; }
  .wOver36S { margin : 0 -100% 0 60% !important; }
  .wOver37S { margin : 0 -100% 0 61.7% !important; }
  .wOver38S { margin : 0 -100% 0 63.3% !important; }
  .wOver39S { margin : 0 -100% 0 65% !important; }
  .wOver40S { margin : 0 -100% 0 66.7% !important; }
  .wOver41S { margin : 0 -100% 0 68.3% !important; }
  .wOver42S { margin : 0 -100% 0 70% !important; }
  .wOver43S { margin : 0 -100% 0 71.7% !important; }
  .wOver44S { margin : 0 -100% 0 73.3% !important; }
  .wOver45S { margin : 0 -100% 0 75% !important; }
  .wOver46S { margin : 0 -100% 0 76.7% !important; }
  .wOver47S { margin : 0 -100% 0 78.3% !important; }
  .wOver48S { margin : 0 -100% 0 80% !important; }
  .wOver49S { margin : 0 -100% 0 81.7% !important; }
  .wOver50S { margin : 0 -100% 0 83.3% !important; }
  .wOver51S { margin : 0 -100% 0 85% !important; }
  .wOver52S { margin : 0 -100% 0 86.7% !important; }
  .wOver53S { margin : 0 -100% 0 88.3% !important; }
  .wOver54S { margin : 0 -100% 0 90% !important; }
  .wOver55S { margin : 0 -100% 0 91.7% !important; }
  .wOver56S { margin : 0 -100% 0 93.3% !important; }
  .wOver57S { margin : 0 -100% 0 95% !important; }
  .wOver58S { margin : 0 -100% 0 96.7% !important; }
  .wOver59S { margin : 0 -100% 0 98.3% !important; }

}

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

  .wSplit > * ~ div.wOver0M,
  .wSplit > * ~ .wOver0M ~ article,
  .wSplit > * ~ .wOver0M ~ aside,
  .wSplit > * ~ .wOver0M ~ div,
  .wSplit > * ~ .wOver0M ~ footer,
  .wSplit > * ~ .wOver0M ~ header,
  .wSplit > * ~ .wOver0M ~ main,
  .wSplit > * ~ .wOver0M ~ nav{
    margin-top : 0 !important;
  }

  .wOver0M{
    clear : both !important;
  }

  .wOverAllM{
    float  : right !important;
    margin : 0 0 0 -100% !important;
  }

  .wSpan1M { width : 1.7%; }
  .wSpan2M { width : 3.3%; }
  .wSpan3M { width : 5%; }
  .wSpan4M { width : 6.7%; }
  .wSpan5M { width : 8.3%; }
  .wSpan6M { width : 10%; }
  .wSpan7M { width : 11.7%; }
  .wSpan8M { width : 13.3%; }
  .wSpan9M { width : 15%; }
  .wSpan10M { width : 16.7%; }
  .wSpan11M { width : 18.3%; }
  .wSpan12M { width : 20%; }
  .wSpan13M { width : 21.7%; }
  .wSpan14M { width : 23.3%; }
  .wSpan15M { width : 25%; }
  .wSpan16M { width : 26.7%; }
  .wSpan17M { width : 28.3%; }
  .wSpan18M { width : 30%; }
  .wSpan19M { width : 31.7%; }
  .wSpan20M { width : 33.3%; }
  .wSpan21M { width : 35%; }
  .wSpan22M { width : 36.7%; }
  .wSpan23M { width : 38.3%; }
  .wSpan24M { width : 40%; }
  .wSpan25M { width : 41.7%; }
  .wSpan26M { width : 43.3%; }
  .wSpan27M { width : 45%; }
  .wSpan28M { width : 46.7%; }
  .wSpan29M { width : 48.3%; }
  .wSpan30M { width : 50%; }
  .wSpan31M { width : 51.7%; }
  .wSpan32M { width : 53.3%; }
  .wSpan33M { width : 55%; }
  .wSpan34M { width : 56.7%; }
  .wSpan35M { width : 58.3%; }
  .wSpan36M { width : 60%; }
  .wSpan37M { width : 61.7%; }
  .wSpan38M { width : 63.3%; }
  .wSpan39M { width : 65%; }
  .wSpan40M { width : 66.7%; }
  .wSpan41M { width : 68.3%; }
  .wSpan42M { width : 70%; }
  .wSpan43M { width : 71.7%; }
  .wSpan44M { width : 73.3%; }
  .wSpan45M { width : 75%; }
  .wSpan46M { width : 76.7%; }
  .wSpan47M { width : 78.3%; }
  .wSpan48M { width : 80%; }
  .wSpan49M { width : 81.7%; }
  .wSpan50M { width : 83.3%; }
  .wSpan51M { width : 85%; }
  .wSpan52M { width : 86.7%; }
  .wSpan53M { width : 88.3%; }
  .wSpan54M { width : 90%; }
  .wSpan55M { width : 91.7%; }
  .wSpan56M { width : 93.3%; }
  .wSpan57M { width : 95%; }
  .wSpan58M { width : 96.7%; }
  .wSpan59M { width : 98.3%; }
  .wSpan60M { width : 100%; }

  .wOver0M { margin : 0 -100% 0 0 !important; }
  .wOver1M { margin : 0 -100% 0 1.7% !important; }
  .wOver2M { margin : 0 -100% 0 3.3% !important; }
  .wOver3M { margin : 0 -100% 0 5% !important; }
  .wOver4M { margin : 0 -100% 0 6.7% !important; }
  .wOver5M { margin : 0 -100% 0 8.3% !important; }
  .wOver6M { margin : 0 -100% 0 10% !important; }
  .wOver7M { margin : 0 -100% 0 11.7% !important; }
  .wOver8M { margin : 0 -100% 0 13.3% !important; }
  .wOver9M { margin : 0 -100% 0 15% !important; }
  .wOver10M { margin : 0 -100% 0 16.7% !important; }
  .wOver11M { margin : 0 -100% 0 18.3% !important; }
  .wOver12M { margin : 0 -100% 0 20% !important; }
  .wOver13M { margin : 0 -100% 0 21.7% !important; }
  .wOver14M { margin : 0 -100% 0 23.3% !important; }
  .wOver15M { margin : 0 -100% 0 25% !important; }
  .wOver16M { margin : 0 -100% 0 26.7% !important; }
  .wOver17M { margin : 0 -100% 0 28.3% !important; }
  .wOver18M { margin : 0 -100% 0 30% !important; }
  .wOver19M { margin : 0 -100% 0 31.7% !important; }
  .wOver20M { margin : 0 -100% 0 33.3% !important; }
  .wOver21M { margin : 0 -100% 0 35% !important; }
  .wOver22M { margin : 0 -100% 0 36.7% !important; }
  .wOver23M { margin : 0 -100% 0 38.3% !important; }
  .wOver24M { margin : 0 -100% 0 40% !important; }
  .wOver25M { margin : 0 -100% 0 41.7% !important; }
  .wOver26M { margin : 0 -100% 0 43.3% !important; }
  .wOver27M { margin : 0 -100% 0 45% !important; }
  .wOver28M { margin : 0 -100% 0 46.7% !important; }
  .wOver29M { margin : 0 -100% 0 48.3% !important; }
  .wOver30M { margin : 0 -100% 0 50% !important; }
  .wOver31M { margin : 0 -100% 0 51.7% !important; }
  .wOver32M { margin : 0 -100% 0 53.3% !important; }
  .wOver33M { margin : 0 -100% 0 55% !important; }
  .wOver34M { margin : 0 -100% 0 56.7% !important; }
  .wOver35M { margin : 0 -100% 0 58.3% !important; }
  .wOver36M { margin : 0 -100% 0 60% !important; }
  .wOver37M { margin : 0 -100% 0 61.7% !important; }
  .wOver38M { margin : 0 -100% 0 63.3% !important; }
  .wOver39M { margin : 0 -100% 0 65% !important; }
  .wOver40M { margin : 0 -100% 0 66.7% !important; }
  .wOver41M { margin : 0 -100% 0 68.3% !important; }
  .wOver42M { margin : 0 -100% 0 70% !important; }
  .wOver43M { margin : 0 -100% 0 71.7% !important; }
  .wOver44M { margin : 0 -100% 0 73.3% !important; }
  .wOver45M { margin : 0 -100% 0 75% !important; }
  .wOver46M { margin : 0 -100% 0 76.7% !important; }
  .wOver47M { margin : 0 -100% 0 78.3% !important; }
  .wOver48M { margin : 0 -100% 0 80% !important; }
  .wOver49M { margin : 0 -100% 0 81.7% !important; }
  .wOver50M { margin : 0 -100% 0 83.3% !important; }
  .wOver51M { margin : 0 -100% 0 85% !important; }
  .wOver52M { margin : 0 -100% 0 86.7% !important; }
  .wOver53M { margin : 0 -100% 0 88.3% !important; }
  .wOver54M { margin : 0 -100% 0 90% !important; }
  .wOver55M { margin : 0 -100% 0 91.7% !important; }
  .wOver56M { margin : 0 -100% 0 93.3% !important; }
  .wOver57M { margin : 0 -100% 0 95% !important; }
  .wOver58M { margin : 0 -100% 0 96.7% !important; }
  .wOver59M { margin : 0 -100% 0 98.3% !important; }

}

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

  .wSplit > * ~ div.wOver0Xl,
  .wSplit > * ~ .wOver0Xl ~ article,
  .wSplit > * ~ .wOver0Xl ~ aside,
  .wSplit > * ~ .wOver0Xl ~ div,
  .wSplit > * ~ .wOver0Xl ~ footer,
  .wSplit > * ~ .wOver0Xl ~ header,
  .wSplit > * ~ .wOver0Xl ~ main,
  .wSplit > * ~ .wOver0Xl ~ nav{
    margin-top : 0 !important;
  }

  .wOver0Xl{
    clear : both !important;
  }

  .wOverAllXl{
    float  : right !important;
    margin : 0 0 0 -100% !important;
  }

  .wSpan1Xl { width : 1.7%; }
  .wSpan2Xl { width : 3.3%; }
  .wSpan3Xl { width : 5%; }
  .wSpan4Xl { width : 6.7%; }
  .wSpan5Xl { width : 8.3%; }
  .wSpan6Xl { width : 10%; }
  .wSpan7Xl { width : 11.7%; }
  .wSpan8Xl { width : 13.3%; }
  .wSpan9Xl { width : 15%; }
  .wSpan10Xl { width : 16.7%; }
  .wSpan11Xl { width : 18.3%; }
  .wSpan12Xl { width : 20%; }
  .wSpan13Xl { width : 21.7%; }
  .wSpan14Xl { width : 23.3%; }
  .wSpan15Xl { width : 25%; }
  .wSpan16Xl { width : 26.7%; }
  .wSpan17Xl { width : 28.3%; }
  .wSpan18Xl { width : 30%; }
  .wSpan19Xl { width : 31.7%; }
  .wSpan20Xl { width : 33.3%; }
  .wSpan21Xl { width : 35%; }
  .wSpan22Xl { width : 36.7%; }
  .wSpan23Xl { width : 38.3%; }
  .wSpan24Xl { width : 40%; }
  .wSpan25Xl { width : 41.7%; }
  .wSpan26Xl { width : 43.3%; }
  .wSpan27Xl { width : 45%; }
  .wSpan28Xl { width : 46.7%; }
  .wSpan29Xl { width : 48.3%; }
  .wSpan30Xl { width : 50%; }
  .wSpan31Xl { width : 51.7%; }
  .wSpan32Xl { width : 53.3%; }
  .wSpan33Xl { width : 55%; }
  .wSpan34Xl { width : 56.7%; }
  .wSpan35Xl { width : 58.3%; }
  .wSpan36Xl { width : 60%; }
  .wSpan37Xl { width : 61.7%; }
  .wSpan38Xl { width : 63.3%; }
  .wSpan39Xl { width : 65%; }
  .wSpan40Xl { width : 66.7%; }
  .wSpan41Xl { width : 68.3%; }
  .wSpan42Xl { width : 70%; }
  .wSpan43Xl { width : 71.7%; }
  .wSpan44Xl { width : 73.3%; }
  .wSpan45Xl { width : 75%; }
  .wSpan46Xl { width : 76.7%; }
  .wSpan47Xl { width : 78.3%; }
  .wSpan48Xl { width : 80%; }
  .wSpan49Xl { width : 81.7%; }
  .wSpan50Xl { width : 83.3%; }
  .wSpan51Xl { width : 85%; }
  .wSpan52Xl { width : 86.7%; }
  .wSpan53Xl { width : 88.3%; }
  .wSpan54Xl { width : 90%; }
  .wSpan55Xl { width : 91.7%; }
  .wSpan56Xl { width : 93.3%; }
  .wSpan57Xl { width : 95%; }
  .wSpan58Xl { width : 96.7%; }
  .wSpan59Xl { width : 98.3%; }
  .wSpan60Xl { width : 100%; }

  .wOver0Xl { margin : 0 -100% 0 0 !important; }
  .wOver1Xl { margin : 0 -100% 0 1.7% !important; }
  .wOver2Xl { margin : 0 -100% 0 3.3% !important; }
  .wOver3Xl { margin : 0 -100% 0 5% !important; }
  .wOver4Xl { margin : 0 -100% 0 6.7% !important; }
  .wOver5Xl { margin : 0 -100% 0 8.3% !important; }
  .wOver6Xl { margin : 0 -100% 0 10% !important; }
  .wOver7Xl { margin : 0 -100% 0 11.7% !important; }
  .wOver8Xl { margin : 0 -100% 0 13.3% !important; }
  .wOver9Xl { margin : 0 -100% 0 15% !important; }
  .wOver10Xl { margin : 0 -100% 0 16.7% !important; }
  .wOver11Xl { margin : 0 -100% 0 18.3% !important; }
  .wOver12Xl { margin : 0 -100% 0 20% !important; }
  .wOver13Xl { margin : 0 -100% 0 21.7% !important; }
  .wOver14Xl { margin : 0 -100% 0 23.3% !important; }
  .wOver15Xl { margin : 0 -100% 0 25% !important; }
  .wOver16Xl { margin : 0 -100% 0 26.7% !important; }
  .wOver17Xl { margin : 0 -100% 0 28.3% !important; }
  .wOver18Xl { margin : 0 -100% 0 30% !important; }
  .wOver19Xl { margin : 0 -100% 0 31.7% !important; }
  .wOver20Xl { margin : 0 -100% 0 33.3% !important; }
  .wOver21Xl { margin : 0 -100% 0 35% !important; }
  .wOver22Xl { margin : 0 -100% 0 36.7% !important; }
  .wOver23Xl { margin : 0 -100% 0 38.3% !important; }
  .wOver24Xl { margin : 0 -100% 0 40% !important; }
  .wOver25Xl { margin : 0 -100% 0 41.7% !important; }
  .wOver26Xl { margin : 0 -100% 0 43.3% !important; }
  .wOver27Xl { margin : 0 -100% 0 45% !important; }
  .wOver28Xl { margin : 0 -100% 0 46.7% !important; }
  .wOver29Xl { margin : 0 -100% 0 48.3% !important; }
  .wOver30Xl { margin : 0 -100% 0 50% !important; }
  .wOver31Xl { margin : 0 -100% 0 51.7% !important; }
  .wOver32Xl { margin : 0 -100% 0 53.3% !important; }
  .wOver33Xl { margin : 0 -100% 0 55% !important; }
  .wOver34Xl { margin : 0 -100% 0 56.7% !important; }
  .wOver35Xl { margin : 0 -100% 0 58.3% !important; }
  .wOver36Xl { margin : 0 -100% 0 60% !important; }
  .wOver37Xl { margin : 0 -100% 0 61.7% !important; }
  .wOver38Xl { margin : 0 -100% 0 63.3% !important; }
  .wOver39Xl { margin : 0 -100% 0 65% !important; }
  .wOver40Xl { margin : 0 -100% 0 66.7% !important; }
  .wOver41Xl { margin : 0 -100% 0 68.3% !important; }
  .wOver42Xl { margin : 0 -100% 0 70% !important; }
  .wOver43Xl { margin : 0 -100% 0 71.7% !important; }
  .wOver44Xl { margin : 0 -100% 0 73.3% !important; }
  .wOver45Xl { margin : 0 -100% 0 75% !important; }
  .wOver46Xl { margin : 0 -100% 0 76.7% !important; }
  .wOver47Xl { margin : 0 -100% 0 78.3% !important; }
  .wOver48Xl { margin : 0 -100% 0 80% !important; }
  .wOver49Xl { margin : 0 -100% 0 81.7% !important; }
  .wOver50Xl { margin : 0 -100% 0 83.3% !important; }
  .wOver51Xl { margin : 0 -100% 0 85% !important; }
  .wOver52Xl { margin : 0 -100% 0 86.7% !important; }
  .wOver53Xl { margin : 0 -100% 0 88.3% !important; }
  .wOver54Xl { margin : 0 -100% 0 90% !important; }
  .wOver55Xl { margin : 0 -100% 0 91.7% !important; }
  .wOver56Xl { margin : 0 -100% 0 93.3% !important; }
  .wOver57Xl { margin : 0 -100% 0 95% !important; }
  .wOver58Xl { margin : 0 -100% 0 96.7% !important; }
  .wOver59Xl { margin : 0 -100% 0 98.3% !important; }

}

.wBlog > h1{
  width  : auto;
  margin : 0 20px 20px 0;
}

.w-blog-back{
  float  : right;
  clear  : none;
  width  : auto;
  margin : 0 0 20px;
}

.w-blog-back > a > span:before{
  content : '◄ ';
}

.w-blog-grid{
  display   : flex;
  flex-wrap : wrap;
  width     : calc(100% + 20px);
  margin    : 0 -20px 0 0;
}

.w-blog-grid > a{
  display        : flex;
  flex-direction : column;
  flex           : 0 0 calc(100% - 20px);
  margin         : 0 20px 20px 0;
  outline        : 1px solid rgba(0,0,0,0.2);
  color          : inherit;
}

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

  .w-blog-grid-2-xs > a{
    flex : 0 0 calc(100% / 2 - 20px);
  }

  .w-blog-grid-3-xs > a{
    flex : 0 0 calc(100% / 3 - 20px);
  }

  .w-blog-grid-4-xs > a{
    flex : 0 0 calc(100% / 4 - 20px);
  }

}

@media screen and (min-width:512px) and (max-width:767px){

  .w-blog-grid-2-s > a{
    flex : 0 0 calc(100% / 2 - 20px);
  }

  .w-blog-grid-3-s > a{
    flex : 0 0 calc(100% / 3 - 20px);
  }

  .w-blog-grid-4-s > a{
    flex : 0 0 calc(100% / 4 - 20px);
  }

}

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

  .w-blog-grid-2-m > a{
    flex : 0 0 calc(100% / 2 - 20px);
  }

  .w-blog-grid-3-m > a{
    flex : 0 0 calc(100% / 3 - 20px);
  }

  .w-blog-grid-4-m > a{
    flex : 0 0 calc(100% / 4 - 20px);
  }

}

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

  .w-blog-grid-2-l > a{
    flex : 0 0 calc(100% / 2 - 20px);
  }

  .w-blog-grid-3-l > a{
    flex : 0 0 calc(100% / 3 - 20px);
  }

  .w-blog-grid-4-l > a{
    flex : 0 0 calc(100% / 4 - 20px);
  }

}

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

  .w-blog-grid-2-xl > a{
    flex : 0 0 calc(100% / 2 - 20px);
  }

  .w-blog-grid-3-xl > a{
    flex : 0 0 calc(100% / 3 - 20px);
  }

  .w-blog-grid-4-xl > a{
    flex : 0 0 calc(100% / 4 - 20px);
  }

}

.w-blog-grid > a > article > div{
  padding : 0 0 20px;
}

.w-blog-grid > a > article > div + div{
  padding : 0 20px 20px;
}

.w-blog-grid-byline{
  flex : 1 0 0;
}

.wBlogReadMore{
  padding : 0 0 40px;
}

.w-blogpost-banner{
  margin : 0 0 20px;
}

.wBlogpostBack{
  float  : right;
  width  : auto;
  margin : 0 0 20px 20px;
}

.wBlogpostMetadata{
  width : auto;
}

.wBlogpostMetadata h1{
  font-size   : 1.5em;
  line-height : 1.25;
}

.wBlogpostTags{
  margin : 20px 0 0;
}

.wBlogpostSharing{
  margin      : 20px 0;
  line-height : 32px;
  text-align  : center;
}

@media screen and (max-width:511px){
  .w-hide-xs{
    display : none;
  }
}

@media screen and (min-width:512px) and (max-width:767px){
  .w-hide-s{
    display : none;
  }
}

@media screen and (min-width:768px) and (max-width:1023px){
  .w-hide-m{
    display : none;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px){
  .w-hide-l{
    display : none;
  }
}

@media screen and (min-width:1280px){
  .w-hide-xl{
    display : none;
  }
}

.wColourblock{
  border : 0 solid;
}

.wColourblockLightText{
  color : #fff;
}

.wColourblockDarkText{
  color : #000;
}

.wCommentsComment > div:first-child{
  font-weight : 700;
}

.wCommentsDivider{
  border-top : 1px dotted #888;
}

.wPagination + .wCommentsDivider{
  margin-top : -20px;
}

.w-legal{
  counter-reset : section;
  max-width     : 800px;
  padding-left  : 2.5em;
}

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

  .w-legal{
    font-size : 0.875em;
  }

}

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

  .w-legal{
    font-size : 0.8125em;
  }

}

.w-legal h1,
.w-legal h2,
.w-legal h3{
  position : relative;
}

.w-legal h1{
  font-size : 2em;
  margin    : 0 0 0.625em;
}

.w-legal h2{
  counter-reset : subsection;
  font-size     : 1.5em;
  margin        : 0 0 0.83em;
}

.w-legal h3{
  font-size : 1.25em;
  margin    : 0 0 1em;
}

.w-legal h2:before,
.w-legal h3:before{
  position : absolute;
  left     : -1.67em;
  opacity  : 0.5;
}

.w-legal h2:before{
  counter-increment : section;
  content           : counter(section);
}

.w-legal h3:before{
  counter-increment : subsection;
  content           : counter(section) '.' counter(subsection);
  left              : -2em;
}

.w-legal h3 > form{
  float : right;
  width : auto;
}

.w-legal h3 > form > div > button{
  margin      : 0;
  padding     : 0;
  border      : 0;
  background  : transparent;
  font-size   : 14px;
  line-height : 1.5;
  cursor      : pointer;
}

.w-legal h3 > form > div > button::-moz-focus-inner{
  padding : 0;
  border  : 0;
}

.w-legal h3 > form > div > button:before{
  content : 'Off';
  opacity : 0.5;
}

.w-legal h3 > form > div > button:after{
  content : 'On';
  opacity : 0.5;
}

.w-legal h3 > form > div > button > span{
  display        : inline-block;
  width          : 36px;
  height         : 20px;
  margin         : 0 4px;
  border-radius  : 10px;
  vertical-align : bottom;
  background     : #f30;
  cursor         : pointer;
  transition     : background 0.2s linear;
}

.w-legal h3 > form > div > input[value="false"] + button > span{
  background : #6c3;
}

.w-legal h3 > form > div > button > span > span{
  display       : block;
  position      : relative;
  left          : 0;
  width         : 16px;
  height        : 16px;
  margin        : 2px;
  background    : #fff;
  border-radius : 8px;
  transition    : left 0.2s;
}

.w-legal h3 > form > div > input[value="false"] + button > span > span{
  left : 16px;
}

.w-legal ul{
  counter-reset : contents-section;
  margin        : 0 0 1.25em;
  padding       : 0;
}

.w-legal ul ul{
  margin : 0 0 0 1.25em;
}

.w-legal li{
  margin          : 0;
  padding         : 0;
  list-style-type : none;
}

.w-legal li:before{
  counter-increment : contents-section;
  content           : counters(contents-section, '.');
  display           : inline-block;
  width             : 1.25em;
  opacity           : 0.5;
}

.w-legal li li:before{
  width : 2.125em;
}

.w-legal p{
  margin  : 0 0 1.25em;
  padding : 0;
}

.w-legal dd{
  margin  : 0 0 1.25em 1.25em;
  padding : 0;
}

#w-cookies-notice{
  display     : none;
  position    : fixed !important;
  bottom      : 0;
  left        : 0;
  z-index     : 500;
  width       : 100%;
  padding     : 40px 20px;
  background  : rgba(0,0,0,0.9);
  color       : #fff;
  font        : 18px/1.25em sans-serif;
  text-align  : center;
  text-shadow : 0 0 2px rgba(0,0,0,0.5);
}

#w-cookies-notice > a{
  color           : #fff;
  text-decoration : underline;
}

#w-cookies-notice > div{
  display         : flex;
  justify-content : space-between;
  float           : none;
  width           : 280px;
  margin          : 0 auto;
}

#w-cookies-accept,
#w-cookies-notice > div > span,
#w-cookies-notice > div > a{
  display         : block;
  width           : 130px;
  border-radius   : 4px;
  background      : #666;
  color           : #fff;
  font-size       : 14px;
  line-height     : 32px;
  text-decoration : none;
  cursor          : pointer;
}

#w-cookies-accept{
  float       : none;
  width       : 280px;
  margin      : 20px auto;
  background  : #393;
  font-size   : 18px;
  line-height : 40px;
}

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

  #w-cookies-notice{
    padding   : 20px;
    font-size : 16px;
  }

}.wDividerSolid{
  border-bottom : 1px solid #888;
}

.wDividerDashed{
  border-bottom : 1px dashed #888;
}

.wDividerDotted{
  border-bottom : 1px dotted #888;
}

.wBorderWidth1 { border-width : 1px; }
.wBorderWidth2 { border-width : 2px; }
.wBorderWidth3 { border-width : 3px; }
.wBorderWidth4 { border-width : 4px; }
.wBorderWidth5 { border-width : 5px; }
.wBorderWidth6 { border-width : 6px; }
.wBorderWidth7 { border-width : 7px; }
.wBorderWidth8 { border-width : 8px; }
.wBorderWidth9 { border-width : 9px; }
.wBorderWidth10 { border-width : 10px; }
.wBorderWidth11 { border-width : 11px; }
.wBorderWidth12 { border-width : 12px; }
.wBorderWidth13 { border-width : 13px; }
.wBorderWidth14 { border-width : 14px; }
.wBorderWidth15 { border-width : 15px; }
.wBorderWidth16 { border-width : 16px; }
.wBorderWidth17 { border-width : 17px; }
.wBorderWidth18 { border-width : 18px; }
.wBorderWidth19 { border-width : 19px; }
.wBorderWidth20 { border-width : 20px; }

.wDropdown,
.wDropdown ul,
.wDropdown li{
  margin  : 0;
  padding : 0;
}

.wDropdown ul{
  display : none;
}

.wDropdown .wDropdownOpen > ul{
  display : block;
}

.wDropdown ul,
[dir=rtl] .wDropdown > .wDropdownLeftToRight > ul{
  position : absolute;
  top      : 100%;
  left     : 0;
  z-index  : 200;
}

[dir=rtl] .wDropdown ul,
.wDropdown > .wDropdownRightToLeft > ul{
  left  : auto;
  right : 0;
}

.wDropdown ul ul,
[dir=rtl] .wDropdown ul .wDropdownLeftToRight ul{
  top   : 0;
  left  : 100%;
  right : auto;
}

[dir=rtl] .wDropdown ul ul,
.wDropdown ul .wDropdownRightToLeft ul{
  left  : auto;
  right : 100%;
}

.wDropdown:not([aria-orientation="vertical"]) > li > ul{
  min-width : 100%;
}

.wDropdown li{
  position        : relative;
  display         : block;
  list-style-type : none;
}

.wDropdown > li{
  display : inline-block;
}

.wDropdown a,
.wDropdown span{
  display         : block;
  text-decoration : none;
  white-space     : pre;
}

.w-edit{
  font-family : sans-serif;
  font-size   : 13px;
  text-align  : right;
}

.w-edit > a{
  color : inherit !important;
}

.w-edit > a:not(:last-of-type),
.w-edit > a > span{
  color : #f60;
}

.w-edit > svg{
  width          : 22px;
  height         : 22px;
  margin         : 0 0 0 8px;
  vertical-align : bottom;
  cursor         : pointer;
  fill           : #f60;
}

.wFlex{
  display         : flex;
  justify-content : center;
  float           : none;
  width           : auto;
}

.w-flex-horizontal-end{
  justify-content : flex-end;
}

.w-flex-vertical-centre{
  align-items : center;
  align-self  : center
}

.wFlex > *{
  flex  : 0 0 0%; /* % for IE11 */
}

.wFlexGutter8 { margin-right : -8px; }
.wFlexGutter12 { margin-right : -12px; }
.wFlexGutter20 { margin-right : -20px; }

.wFlexGutter8 > * { margin-right : 8px; }
.wFlexGutter12 > * { margin-right : 12px; }
.wFlexGutter20 > * { margin-right : 20px; }

.wFlexSpace20 > * + * { margin-top : 20px; }

.wFlexBasis32 { flex-basis : 32px; }
.wFlexBasis35 { flex-basis : 35px; }
.wFlexBasis48 { flex-basis : 48px; }
.wFlexBasis120 { flex-basis : 120px; }
.wFlexBasis150 { flex-basis : 150px; }
.wFlexBasis160 { flex-basis : 160px; }
.wFlexBasis180 { flex-basis : 180px; }
.wFlexBasis188 { flex-basis : 188px; }

.wFlexGrow1 { flex-grow : 1; }

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

  .wFlexRowsXs{
    display : block;
    float   : left;
    width   : 100%;
  }

  .wFlexRowsXs > *{
    margin-right : 0 !important;
  }

  .wFlex:not(.wFlexRowsXs) > *{
    margin-top : 0 !important;
  }




  .wFlexBasis50Xs { flex-basis : 50px; }

  .wFlexGrow1Xs { flex-grow : 1; }

}

@media screen and (min-width:512px) and (max-width:767px){

  .wFlexRowsS{
    display : block;
    float   : left;
    width   : 100%;
  }

  .wFlexRowsS > *{
    margin-right : 0 !important;
  }

  .wFlex:not(.wFlexRowsS) > *{
    margin-top : 0 !important;
  }




  .wFlexBasis50S { flex-basis : 50px; }

  .wFlexGrow1S { flex-grow : 1; }

}

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

  .wFlexRowsM{
    display : block;
    float   : left;
    width   : 100%;
  }

  .wFlexRowsM > *{
    margin-right : 0 !important;
  }

  .wFlex:not(.wFlexRowsM) > *{
    margin-top : 0 !important;
  }




  .wFlexBasis50M { flex-basis : 50px; }

  .wFlexGrow1M { flex-grow : 1; }

}

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

  .wFlexRowsL{
    display : block;
    float   : left;
    width   : 100%;
  }

  .wFlexRowsL > *{
    margin-right : 0 !important;
  }

  .wFlex:not(.wFlexRowsL) > *{
    margin-top : 0 !important;
  }





  .wFlexGrow1L { flex-grow : 1; }

}

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

  .wFlexRowsXl{
    display : block;
    float   : left;
    width   : 100%;
  }

  .wFlexRowsXl > *{
    margin-right : 0 !important;
  }

  .wFlex:not(.wFlexRowsXl) > *{
    margin-top : 0 !important;
  }





  .wFlexGrow1Xl { flex-grow : 1; }

}

.wFlexOrder1{
  order : 1;
}

.wFlexOrder2{
  order : 2;
}

.wFormTrap,
.webeditFormTrap{
  display : none;
}

.wFormError{
  color       : red;
  font-weight : bold
}

.w-notice,
.w-error{
  padding       : 0.25em 0.5em;
  border        : 1px solid #070;
  border-radius : 4px;
  background    : #090;
  color         : #fff;
  text-shadow   : 0 0 2px #000;
}

.w-error{
  margin       : 0 0 20px;
  border-color : #800;
  background   : #b00;
}

.wFormRequired label:after{
  content     : ' *';
  color       : red;
  font-weight : bold;
}

.wFormLabelWidth20 .wFormLabel { width : 20px }
.wFormLabelWidth40 .wFormLabel { width : 40px }
.wFormLabelWidth60 .wFormLabel { width : 60px }
.wFormLabelWidth80 .wFormLabel { width : 80px }
.wFormLabelWidth100 .wFormLabel { width : 100px }
.wFormLabelWidth120 .wFormLabel { width : 120px }
.wFormLabelWidth140 .wFormLabel { width : 140px }
.wFormLabelWidth160 .wFormLabel { width : 160px }
.wFormLabelWidth180 .wFormLabel { width : 180px }
.wFormLabelWidth200 .wFormLabel { width : 200px }

.wFormRowsL .wFormLabel,
.wFormLayoutRows .wFormLabel,
.wFormLayoutIndented .wFormLabel{
  width : auto;
}

.wFormLabelWidth20 .wFormField { padding-left : 20px }
.wFormLabelWidth40 .wFormField { padding-left : 40px }
.wFormLabelWidth60 .wFormField { padding-left : 60px }
.wFormLabelWidth80 .wFormField { padding-left : 80px }
.wFormLabelWidth100 .wFormField { padding-left : 100px }
.wFormLabelWidth120 .wFormField { padding-left : 120px }
.wFormLabelWidth140 .wFormField { padding-left : 140px }
.wFormLabelWidth160 .wFormField { padding-left : 160px }
.wFormLabelWidth180 .wFormField { padding-left : 180px }
.wFormLabelWidth200 .wFormField { padding-left : 200px }

.wFormLayoutColumns .wFormField{
  float : none;
  clear : none;
}

.wFormLayoutColumns .wFormField > div{
  clear : none;
}

.wFormRowsL .wFormField,
.wFormLayoutRows .wFormField{
  clear        : left;
  padding-left : 0;
}

.wFormField input[type=text],
.wFormField input[type=date],
.wFormField input[type=email],
.wFormField input[type=number],
.wFormField input[type=password],
.wFormField input[type=tel],
.wFormField input[type=url],
.wFormField textarea,
.wFormField select{
  width : 100%;
}

.wFormButton{
  margin-top : 1.25em;
}

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

  .wFormRowsXs .wFormLabel{
    width : auto;
  }

  .wFormRowsXs .wFormField{
    clear        : left;
    padding-left : 0;
  }

}

@media screen and (min-width:512px) and (max-width:767px){

  .wFormRowsS .wFormLabel{
    width : auto;
  }

  .wFormRowsS .wFormField{
    clear        : left;
    padding-left : 0;
  }

}

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

  .wFormRowsM .wFormLabel{
    width : auto;
  }

  .wFormRowsM .wFormField{
    clear        : left;
    padding-left : 0;
  }

}

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

  .wFormRowsXl .wFormLabel{
    width : auto;
  }

  .wFormRowsXl .wFormField{
    clear        : left;
    padding-left : 0;
  }

}

.w-form .w-checkbox,
.w-form .w-field,
.w-form .w-radio{
  display       : block;
  margin-bottom : 20px;
}

.w-form-fields{
  display : flex !important;
  float   : none !important;
}

.w-form-fields > label + label{
  margin-left : 20px;
}

.w-field{
  display  : block;
  position : relative;
}

.w-field > span:first-child{
  float         : left;
  position      : relative;
  z-index       : 1;
  margin        : -10px 5px;
  padding       : 0 5px;
  border-radius : 4px;
  background    : #fff;
  color         : #666;
  font-size     : 14px;
  line-height   : 20px;
}

.w-field > input,
.w-field > textarea{
  width   : 100%;
  height  : auto !important;
  padding : 8px 9px 5px !important;
}
.wLightbox{
  cursor : pointer;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url('../_webedit/generator/lightbox/default-skin.svg') 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}.pswp__button--close{background-position:0 -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp__preloader__icn{opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@keyframes clockwise{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}100%{transform:rotate(0)}}.pswp__ui{visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}

a > img{
  border : 0;
}

.w-searchresults > h1{
  font-size : 1.5em;
  margin    : 0 0 20px;
}

.w-searchresults > div{
  margin : 0 0 30px;
}

.w-searchresults > div > div > a{
  display   : block;
  padding   : 0 0 10px;
  font-size : 1.25em;
}

.w-searchresults-with-images > div{
  display : flex;
}

.w-searchresults-image{
  flex   : 0 0 160px;
  margin : 0 20px 0 0;
}

.w-searchresults-image > img{
  float      : none;
  width      : auto;
  max-width  : 160px;
  max-height : 160px;
  margin     : 0 auto;
}

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

  .w-searchresults-image{
    flex : 0 0 80px;
  }

  .w-searchresults-image > img{
    max-width  : 80px;
    max-height : 80px;
  }

}

.wPadding0-30{
  padding : 0px 30px;
}

.wPadding100-0{
  padding : 100px 0px;
}

.wPadding20-0{
  padding : 20px 0px;
}

.wPadding30-0{
  padding : 30px 0px;
}

.wPadding40-0{
  padding : 40px 0px;
}

.wPadding5-0{
  padding : 5px 0px;
}

.wShareIcons{
  white-space : nowrap;
}

.wShareIcons > span{
  margin  : 0 2px;
}

.w-icon{
  display : inline-block;
}

.w-icon > svg{
  width          : 32px;
  height         : 32px;
  vertical-align : top;
  cursor         : pointer;
}

.wShowHide > label{
  cursor              : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
}

.wShowHide > label > span{
  display : block;
}

.wShowHide > input{
  display : none;
}

.wShowHide > input:not(:checked) + div{
  display : none;
}

div.wSpacer{
  margin-top : 0 !important;
}

.w-text-light{
  color : #fff;
}

.w-text-dark{
  color : #000;
}

.webeditText > div,
.webeditText > span{
  white-space : pre-wrap;
}

.webeditText > .al{ text-align:left;   }
.webeditText > .ar{ text-align:right;  }
.webeditText > .ac{ text-align:center; }
.webeditText > .aj{
  text-align  : justify;
  white-space : normal;
}

.webeditText > .dl{
  display : list-item;
}

.webeditText > .ar.dl,
.webeditText > .ac.dl{
  list-style-position : inside;
}

.webeditText > .dl,     .webeditText > .dn,     .webeditText > .i18 { margin-left : 1.5em; }
.webeditText > .dl.i18, .webeditText > .dn.i18, .webeditText > .i36 { margin-left : 3.0em; }
.webeditText > .dl.i36, .webeditText > .dn.i36, .webeditText > .i54 { margin-left : 4.5em; }
.webeditText > .dl.i54, .webeditText > .dn.i54, .webeditText > .i72 { margin-left : 6.0em; }
.webeditText > .dl.i72, .webeditText > .dn.i72, .webeditText > .i90 { margin-left : 7.5em; }
.webeditText > .dl.i90, .webeditText > .dn.i90                      { margin-left : 9.0em; }

.webeditText > .dn{
  position          : relative;
  counter-increment : dn1;
}

.webeditText > .dn.i18{ counter-increment : dn2; }
.webeditText > .dn.i36{ counter-increment : dn3; }
.webeditText > .dn.i54{ counter-increment : dn4; }
.webeditText > .dn.i72{ counter-increment : dn5; }
.webeditText > .dn.i90{ counter-increment : dn6; }

.webeditText > :not(.dl):not(.dn){
  counter-reset : dn1 dn2 dn3 dn4 dn5 dn6;
}

.webeditText > .dl:not(.i18):not(.i36):not(.i54):not(.i72):not(.i90),
.webeditText > .dn:not(.i18):not(.i36):not(.i54):not(.i72):not(.i90){
  counter-reset : dn2 dn3 dn4 dn5 dn6;
}

.webeditText > .dl.i18, .webeditText > .dn.i18{ counter-reset : dn3 dn4 dn5 dn6; }
.webeditText > .dl.i36, .webeditText > .dn.i36{ counter-reset : dn4 dn5 dn6; }
.webeditText > .dl.i54, .webeditText > .dn.i54{ counter-reset : dn5 dn6; }
.webeditText > .dl.i72, .webeditText > .dn.i72{ counter-reset : dn6; }

.webeditText > .dn::before{
  content  : counter(dn1) '.';
  position : absolute;
  right    : calc(100% + 0.5em);
}

.webeditText > .dn.i18::before{ content  : counter(dn2) '.'; }
.webeditText > .dn.i36::before{ content  : counter(dn3) '.'; }
.webeditText > .dn.i54::before{ content  : counter(dn4) '.'; }
.webeditText > .dn.i72::before{ content  : counter(dn5) '.'; }
.webeditText > .dn.i90::before{ content  : counter(dn6) '.'; }

.webeditText > .h75  { line-height : 0.75 }
.webeditText > .h100 { line-height : 1.00 }
.webeditText > .h125 { line-height : 1.25 }
.webeditText > .h175 { line-height : 1.75 }
.webeditText > .h200 { line-height : 2.00 }
.webeditText > .h250 { line-height : 2.50 }
.webeditText > .h300 { line-height : 3.00 }

.webeditText > .lm10{ letter-spacing : -0.10em; }
.webeditText > .lm5 { letter-spacing : -0.05em; }
.webeditText > .l5  { letter-spacing :  0.05em; }
.webeditText > .l10 { letter-spacing :  0.10em; }
.webeditText > .l15 { letter-spacing :  0.15em; }
.webeditText > .l20 { letter-spacing :  0.20em; }

.webeditText .bon{
  font-weight:bold;
}

.webeditText .con{
  font-variant:small-caps;
}

.webeditText .du{ text-decoration : underline;    }
.webeditText .ds{ text-decoration : line-through; }
.webeditText .do{ text-decoration : overline;     }

.webeditText .ion{
  font-style:italic;
}

.wTextonimage{
  position : relative;
}

.wTextonimage > a{
  display : block;
  float   : left;
  width   : 100%;
}

.wTextonimageText{
  position : absolute;
  z-index  : 1;
  width    : auto;
  color    : white;
}

.wTextonimageCover a{
  display  : block;
  position : absolute;
  z-index  : 1;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%;
}

h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:1em;font-weight:inherit;}
:is(h1,h2,h3,h4,h5,h6) > span{display:block;}
.wCentred{float:none;max-width:1536px;margin:0 auto;}
div.wLinkTarget{margin-top:0 !important;}
.wBlogmenu > ul{padding:10px 0 0 1em;}
.wBlogmenu > ul > li{margin:0;padding:0;}
.w-maximum-188{max-width:188px;}
.w-maximum-32{max-width:32px;}
.w-maximum-48{max-width:48px;}
.w-maximum-64{max-width:64px;}
.w-maximum-96{max-width:96px;}
.w-maximum-128{max-width:128px;}
.w-maximum-25{max-width:25px;}
.w-maximum-35{max-width:35px;}
.w-maximum-800{max-width:800px;}
.w-maximum-1000{max-width:1000px;}

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

@media screen and (min-width:512px) and (max-width:767px){
}

@media screen and (min-width:768px) and (max-width:1023px){
}

@media screen and (min-width:1024px) and (max-width:1279px){
}

@media screen and (min-width:1280px){
}
.webeditText .twss{
  font-family : Verdana,Geneva,sans-serif;
}

.webeditText .twss.bon{
  font-weight : 700;
}

body,
.webeditText,
.webeditText .tnss{
  font-family : "Lato",sans-serif;
}

.webeditText .bon,
.webeditText .tnss.bon{
  font-weight : 700;
}

.webeditText .tws{
  font-family : Georgia,"Bitstream Charter",Charter,serif;
}

.webeditText .tws.bon{
  font-weight : 700;
}

.webeditText .tns{
  font-family : serif;
}

.webeditText .tns.bon{
  font-weight : 700;
}

.webeditText .tm{
  font-family : monospace,monospace;
}

.webeditText .tm.bon{
  font-weight : 700;
}

.webeditText .s10{ font-size:0.67em; }
.webeditText .s11{ font-size:0.73em; }
.webeditText .s12{ font-size:0.8em; }
.webeditText .s13{ font-size:0.87em; }
.webeditText .s14{ font-size:0.93em; }
.webeditText .s15{ font-size:1em; }
.webeditText .s16{ font-size:1.07em; }
.webeditText .s18{ font-size:1.2em; }
.webeditText .s20{ font-size:1.33em; }
.webeditText .s22{ font-size:1.47em; }
.webeditText .s24{ font-size:1.6em; }
.webeditText .s26{ font-size:1.73em; }
.webeditText .s28{ font-size:1.87em; }
.webeditText .s30{ font-size:2em; }
.webeditText .s32{ font-size:2.13em; }
.webeditText .s34{ font-size:2.27em; }
.webeditText .s36{ font-size:2.4em; }
.webeditText .s42{ font-size:2.8em; }
.webeditText .s48{ font-size:3.2em; }
.webeditText .s54{ font-size:3.6em; }
.webeditText .s60{ font-size:4em; }
.webeditText .s66{ font-size:4.4em; }
.webeditText .s72{ font-size:4.8em; }

.webeditText .f1{ color : #000000 !important; }
.webeditText .f2{ color : #333333 !important; }
.webeditText .f3{ color : #666666 !important; }
.webeditText .f4{ color : #999999 !important; }
.webeditText .f5{ color : #cccccc !important; }
.webeditText .f6{ color : #ffffff !important; }
.webeditText .f7{ color : #1c46a6 !important; }
.webeditText .f8{ color : #001243 !important; }
.webeditText .f9{ color : #18b65b !important; }
.webeditText .f10{ color : #e3e3e3 !important; }
.webeditText .f11{ color : #be4747 !important; }
.webeditText .f12{ color : #c56a19 !important; }

.webeditText * > .h1, .wBackground1{ background : #000000; }
.webeditText * > .h2, .wBackground2{ background : #333333; }
.webeditText * > .h3, .wBackground3{ background : #666666; }
.webeditText * > .h4, .wBackground4{ background : #999999; }
.webeditText * > .h5, .wBackground5{ background : #cccccc; }
.webeditText * > .h6, .wBackground6{ background : #ffffff; }
.webeditText * > .h7, .wBackground7{ background : #1c46a6; }
.webeditText * > .h8, .wBackground8{ background : #001243; }
.webeditText * > .h9, .wBackground9{ background : #18b65b; }
.webeditText * > .h10, .wBackground10{ background : #e3e3e3; }
.webeditText * > .h11, .wBackground11{ background : #be4747; }
.webeditText * > .h12, .wBackground12{ background : #c56a19; }

.wBorder1{ border-color : #000000; }
.wBorder2{ border-color : #333333; }
.wBorder3{ border-color : #666666; }
.wBorder4{ border-color : #999999; }
.wBorder5{ border-color : #cccccc; }
.wBorder6{ border-color : #ffffff; }
.wBorder7{ border-color : #1c46a6; }
.wBorder8{ border-color : #001243; }
.wBorder9{ border-color : #18b65b; }
.wBorder10{ border-color : #e3e3e3; }
.wBorder11{ border-color : #be4747; }
.wBorder12{ border-color : #c56a19; }
#w-modal{
  display    : none;
  position   : fixed;
  z-index    : 200;
  top        : 0;
  bottom     : 0;
  left       : 0;
  right      : 0;
  padding    : 20px;
  background : rgba(0,0,0,0.5);
}

#w-modal.w-modal-show{
  display   : flex;
  animation : 0.2s linear both w-modal-fade-in;
}

@keyframes w-modal-fade-in{
  from { opacity : 0; }
  to   { opacity : 1; }
}

#w-modal.w-modal-hide{
  display   : flex;
  animation : 0.2s linear both w-modal-fade-out;
}

@keyframes w-modal-fade-out{
  from { opacity : 1; }
  to   { opacity : 0; }
}

#w-modal > div{
  width         : auto;
  max-width     : 480px;
  margin        : auto;
  padding       : 20px;
  border-radius : 10px;
  background    : #fff;
  color         : #000;
  box-shadow    : 0 4px 8px rgba(0,0,0,0.2);
}

.w-modal-show > div{
  animation : 0.2s ease-out both w-modal-scale-in;
}

@keyframes w-modal-scale-in{
  from { transform : scale(0.8); }
  to   { transform : scale(1); }
}

.w-modal-hide > div{
  animation : 0.2s ease-in both w-modal-scale-out;
}

@keyframes w-modal-scale-out{
  from { transform : scale(1); }
  to   { transform : scale(0.8); }
}

#w-modal > div > div:first-child{
  max-width  : calc(100vw - 80px);
  max-height : calc(100vh - 250px);
  overflow   : auto;
}

#w-modal > div > div:last-child{
  text-align : center;
}

#w-modal .wButton{
  margin : 20px 10px 0;
}

.w-modal-error{
  padding    : 56px 0 0;
  background : url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIj48ZyBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjZjAwIiBzdHJva2Utd2lkdGg9IjQiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE4Ii8%2BPHBhdGggZD0iTSAyMCwxMCB2IDEyIi8%2BPHBhdGggZD0iTSAyMCwyNiB2IDQiLz48L2c%2BPC9zdmc%2B') no-repeat top;
}

.w-modal-error > ul{
  float   : none;
  margin  : 0;
  padding : 10px 0 0 20px;
}

.w-modal-error > ul > li{
  margin  : 0;
  padding : 0;
}



/**
 * Site CSS
 * Template version 23/12/19
 * Builder: Jake
 * URL: https://s1.itseeze.com/sites/tanken/
 */
/* =============================================================================
 * Global rules and tweaks
 * You can probably leave this section alone
 * ========================================================================== */
/* pad the top of the page in edit mode to avoid the toolbar */
.wEdit {
  padding-top: 56px; }

/* Remove default underline on links */
a {
  text-decoration: none; }

/* Make textonimage text larger */
.wTextonimageText {
  font-size: 1.5em; }

/* =============================================================================
 * Global styling
 * ========================================================================== */
/* Page element (links, form stars, bullet points, blog headings) styling --- */
a,
a:visited,
.wFormRequired label:after,
.dl,
.wBlogpostMetadata h1 {
  color: #225ecf; }

.dl > span {
  color: initial; }

/* Link hover effect */
a:hover,
a:active {
  color: #225ecf; }

/* Colour content block styling --------------------------------------------- */
/* Stars, links and bullet points in light text colour blocks */
.wColourblockLightText label:after, .wColourblockLightText div:not(nav li) a, .wColourblockLightText .dl, .w-text-light label:after, .w-text-light div:not(nav li) a, .w-text-light .dl {
  color: #f0f0f0; }

/* Stars, links and bullet points in dark text colour blocks */
.wColourblockDarkText label:after, .wColourblockDarkText div:not(nav li) a, .wColourblockDarkText .dl, .w-text-dark label:after, .w-text-dark div:not(nav li) a, .w-text-dark .dl {
  color: #252525; }

/* Form styling ------------------------------------------------------------- */
.wFormField input,
.wFormField select,
.wFormField textarea,
.wSearch input,
.sContent input {
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background: #fff;
  box-shadow: none; }

.wFormField input[type=file] {
  border: none;
  background: none; }

.wFormField input:focus,
.wFormField textarea:focus {
  background: #eee; }

/* =============================================================================
 * Header
 * ========================================================================== */
@media screen and (min-width:1024px){
  header > .wCentred {
    max-width: 90vw !important; } }

@media screen and (max-width:1023px){
  header {
    padding: 10px !important; } }

header {
  background: rgba(255, 255, 255, 0.9);
  color: #3C3C3C; }

/* =============================================================================
   General navigation styling
 * ========================================================================== */
nav {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px; }

@media screen and (max-width:511px){
  nav > div > div {
    justify-content: center !important; } }

/* =============================================================================
 * Burger styling
 * ========================================================================== */
/* Move burger on toggle ---------------------------------------------------- */
#wMenuToggle:checked ~ * #wMenuIcon {
  position: fixed;
  left: 0;
  z-index: 99;
  background: #1B4AA3; }

#wMenuToggle:checked ~ * #wMenuIcon span,
#wMenuToggle:checked ~ * #wMenuIcon span:before,
#wMenuToggle:checked ~ * #wMenuIcon span:after {
  background: #fff; }

/* Make the dropdown a cross on toggle -------------------------------------- */
#wMenuToggle:checked ~ * #wMenuIcon > span::before {
  width: 0.98em;
  transform: translate(-0.025em, -0.006em) rotate(-90deg); }

#wMenuToggle:checked ~ * #wMenuIcon > span::after {
  opacity: 0; }

#wMenuToggle:checked ~ * #wMenuIcon > span {
  transform: translate(0, 0.4375em) rotate(-134deg); }

/* Menu tab ------------------------------------------------------------------*/
#wMenuIcon {
  position: relative; }

#wMenuIcon:after {
  content: 'MENU';
  font-size: 40%;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3; }

#wMenuToggle:checked ~ * #wMenuIcon:after {
  background: inherit;
  color: #fff;
  content: 'CLOSE';
  border-radius: 0; }

/* =============================================================================
 * Dropdown styling
 * ========================================================================== */
@media screen and (min-width:1024px){
  /* General styling for the whole nav */
  /* First level dropdown menu only */
  /* All dropdown menus */
  /* Styling for top level items */
  /* Children styling (all levels below top) */
  /* Selected states  ----------------------------------------------------------*/
  /* Top level selected state */
  /* Child selected state */
  /* Hover states --------------------------------------------------------------*/
  /* Top level hover state */
  /* Child level hover state */
  .wDropdown > li > a, .wDropdown > li > span {
    position: relative; }
  .unwrapped > li > a:after,
  .unwrapped > li > span:after {
    background: #1B4AA3;
    content: '';
    width: 2px;
    height: 150px;
    position: absolute;
    bottom: 100%;
    left: calc(50% - 1px);
    transform: translateY(-100%);
    transition: 0.35s; }
  .unwrapped > li > a:hover:after,
  .unwrapped li.wDropdownOpen > a:after,
  .unwrapped li.wDropdownOpen > span:after,
  .unwrapped > li:not(.wMenuSelected).wMenuAncestor:hover > a:after,
  .unwrapped > li.wMenuSelected > span:after,
  .unwrapped > li.wMenuAncestor > a:after {
    transform: translateY(0); }
  .wDropdown > li > ul {
    min-width: 100%; }
  .wDropdown ul {
    text-align: left;
    background: rgba(255, 255, 255, 0.7); }
  .wDropdown > li > a, .wDropdown > li > span {
    line-height: 40px !important;
    transition: 0.2s;
    padding: 0 1em;
    color: #3C3C3C !important; }
  .wDropdown ul li > a, .wDropdown ul li > span {
    line-height: 35px !important;
    transition: 0.2s;
    padding: 0 1em;
    color: #3C3C3C !important; }
  .wDropdown > li.wMenuSelected > span,
  .wDropdown > li.wMenuAncestor > a {
    color: #1B4AA3 !important; }
  .wDropdown ul li.wMenuSelected > span,
  .wDropdown ul li.wMenuSelected:hover > span,
  .wDropdown ul li.wMenuAncestor > a {
    color: #1B4AA3 !important; }
  .wDropdown > li > a:hover,
  .wDropdown li.wDropdownOpen > a,
  .wDropdown li.wDropdownOpen > span,
  .wDropdown > li:not(.wMenuSelected).wMenuAncestor:hover > a {
    color: #1B4AA3 !important; }
  .wDropdown ul li:hover > a, .wDropdown ul li:hover > span,
  .wDropdown ul li.wMenuOpen > a, .wDropdown ul li.wMenuOpen > span {
    color: #1B4AA3 !important; } }

/* =============================================================================
   Slide out navigation styling
 * ========================================================================== */
@media screen and (max-width:1023px){
  /* Whole menu ------------------------------------------------------------*/
  /* Menu item styling -----------------------------------------------------*/
  /* Background for the menu items -*/
  /* Remove the bottom border from items*/
  /* Remove border from last child ---*/
  /* Hover and selected states ---------------------------------------------*/
  /* Arrow styling ---------------------------------------------------------*/
  /* Arrow hover ------------*/
  /* Submenus --------------------------------------------------------------*/
  /* Title in submenus */
  /* Bottom border of sub menu titles */
  .wScripts #wMenuIcon + ul,
  .wScripts #wMenuIcon + ul ul {
    background: #fff !important; }
  .wScripts #wMenuIcon + ul,
  .wScripts #wMenuIcon + ul ul,
  .wScripts .wMenuOpen .wMenuNavigation > div:nth-child(2):before {
    border-left: 2px solid #fff; }
  .wScripts #wMenuIcon + ul a .wMenuNavigation > div + div:after,
  .wScripts #wMenuIcon + ul a, #wMenuIcon + ul span {
    color: #1B4AA3 !important;
    text-shadow: none !important;
    transition: 0.2s; }
  .wScripts #wMenuIcon + ul [role="menuitem"] {
    background: none !important; }
  .wScripts #wMenuIcon + ul [role="menuitem"] {
    border: none !important; }
  .wScripts #wMenuIcon + ul li:last-child:after {
    border-bottom: none !important; }
  .wScripts #wMenuIcon + ul a:hover,
  .wScripts #wMenuIcon + ul li.wMenuSelected span,
  .wScripts #wMenuIcon + ul li.wMenuAncestor,
  .wScripts #wMenuIcon + ul li.wMenuAncestor > a {
    background-color: #1B4AA3 !important;
    color: #fff !important; }
  .wScripts #wMenuIcon + ul .wMenuNavigation > div:first-child,
  .wScripts #wMenuIcon + ul .wMenuNavigation > div:first-child:after {
    border-left: none !important;
    background: #17408d; }
  .wScripts #wMenuIcon + ul .wMenuNavigation > div:first-child:after,
  .wScripts .wMenuOpen .wMenuNavigation > div:nth-child(2):before {
    color: #fff;
    font-family: 'Times New Roman', sans-serif;
    font-size: 1.5em;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important; }
  .wScripts #wMenuIcon + ul .wMenuNavigation > div:first-child:after {
    content: '>' !important;
    width: 100% !important; }
  .wScripts .wMenuOpen .wMenuNavigation > div:nth-child(2):before {
    content: '<';
    color: #fff;
    background: #17408d;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em; }
  .wScripts #wMenuIcon + ul .wMenuNavigation > div:first-child:hover,
  .wScripts #wMenuIcon + ul .wMenuNavigation > div + div:hover {
    background-color: #17408d !important; }
  .wScripts #wMenuIcon + ul .wMenuNavigation > div + div:after {
    background: #1B4AA3 !important;
    color: #fff !important;
    text-shadow: none !important; }
  .wScripts #wMenuIcon + ul .wMenuNavigation > div + div {
    border-color: #1B4AA3 !important; } }

/* =============================================================================
   Banner
 * ========================================================================== */
#bannerContent {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.wLayoutHome #bannerContent {
  min-height: 75vh; }

.bannerStripe {
  text-align: center;
  background: rgba(20, 20, 20, 0.7); }
  .bannerStripe a {
    color: white; }

/* =============================================================================
 * Content sections
 * ========================================================================== */
/* Standard content sections -------------------------------------------------*/
.WhiteContent {
  background: #fff; }

.LGreyContent {
  background: #EDEDED; }

.BlueContent {
  background: #001243;
  color: #fff; }

/* Full width map options ----------------------------------------------------*/
.mapContent, .mapContent iframe, .mapContent .wHasCover {
  min-height: 400px; }

/* =============================================================================
 * Footer
 * ========================================================================== */
#itseezeFooter {
  background: rgba(255, 255, 255, 0.1); }

#top .w-edit {
  position: relative;
  z-index: 9999999999 !important; }

@media screen and (max-width:767px){
  #itseezeFooter,
  .w-edit {
    text-align: center; } }

#w-cookies-accept {
  background: #1B4AA3;
  color: #fff; }

/* =============================================================================
 * Options
 * ========================================================================== */
/* ROLLOVER - Standard ------------------------------------------------------ */
#top .rollover {
  position: relative; }

#top .rollover > :last-child {
  position: absolute;
  opacity: 0; }

#top .rollover > * {
  transition: opacity 0.2s linear; }

#top .rollover:hover > :first-child {
  opacity: 0; }

#top .rollover:hover > :last-child {
  opacity: 1; }

/* ROLLOVER - Grow (no overflow) -------------------------------------------- */
.growRollover, .growRollover img {
  transition: 0.5s;
  overflow: hidden; }

.growRollover:hover img {
  transform: scale(1.2); }

/* Dark rollover with content-------------------------------------------------*/
.darkRolloverContent {
  color: #fff;
  transition: 0.5s; }
  .darkRolloverContent a {
    color: white; }

#top .darkRolloverContent:hover {
  background: rgba(0, 0, 0, 0.4); }

@media screen and (min-width:1024px){
  .darkRolloverContent .webeditTextComponent {
    opacity: 0;
    transition: 0.3s; }
  .darkRolloverContent:hover .webeditTextComponent {
    opacity: 1; } }

/* Social icons --------------------------------------------------------------*/
.socialIconGroup > .wGutter > .wSplit > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

/* IMAGE - circle ------------------------------------------------------------*/
.circleImage img {
  border-radius: 50%;
  border: 10px solid transparent; }

.circleImage {
  border-radius: 50%; }

/* Extra space options -------------------------------------------------------*/
.wEdit .extraSpace {
  border: 1px dashed #ccc; }

/* Equal height columns ------------------------------------------------------*/
@media screen and (min-width:1024px){
  .equalHeightContent {
    display: flex;
    align-items: center; }
  .equalHeightContent > div {
    padding: 100px !important; } }

@media screen and (min-width:1024px) and (max-width:1279px){
  .equalHeightContent > div {
    padding: 50px !important; } }

@media screen and (max-width:1023px){
  .equalHeightMedia {
    min-height: 300px; } }

/* BUTTON OPTIONS ------------------------------------------------------------ */
.wButton > span,
.buttonBranded .wButton > span {
  display: inline-block;
  transition: 0.6s;
  padding: 0.6em 1.5em;
  margin: 5px 0;
  text-shadow: none;
  box-shadow: none;
  line-height: 1.5;
  border-radius: 0;
  background: #1B4AA3;
  color: #fff;
  border: none;
  font-size: 13px; }

.wButton > span:hover,
.buttonBranded .wButton > span:hover {
  background: #225ecf;
  color: #fff; }

.buttonWhite .wButton > span {
  background: #fff !important;
  color: #1B4AA3 !important;
font-size: 13px;}
  .buttonWhite .wButton > span:hover {
    background: #EDEDED !important; }

.buttonTrans .wButton > span {
  background: transparent !important;
  color: #808080 !important;
  border: 2px solid #808080;
  font-size: 13px; }
  .buttonTrans .wButton > span:hover {
    background: #808080 !important;
    color: #fff !important; }

.wEdit .sectionDivider > .wColourblock {
  padding: 30px !important;
  border: 2px dashed black; }

#top .sectionDivider {
  position: relative; }
  #top .sectionDivider > div {
    position: absolute;
    width: 2px;
    height: 140px;
    top: 35px;
    left: 50%; }
  #top .sectionDivider .sectionDividerText {
    display: none; }

.wEdit .sectionDivider > div {
  width: 100%;
  height: 30px; }

.Lightgrey > div {
  background: repeating-linear-gradient(#EDEDED, #EDEDED 10px, transparent 10px, transparent 20px); }

.Midgrey > div {
  background: repeating-linear-gradient(#808080, #808080 10px, transparent 10px, transparent 20px); }

.Darkgrey > div {
  background: repeating-linear-gradient(#3C3C3C, #3C3C3C 10px, transparent 10px, transparent 20px); }


#w-cookies-notice{
  padding: 15px !important;
}