/* --------------------------------------------- */
/* RESET CSS DOCUMENT */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
figure,
figcaption,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
html {
  font-size: 62.5%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* --------------------------------------------- */
/* SELF CLEAR FLOATS */
.group:after,
dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group {
  /* IE6 */
  height: 1%;
}
*:first-child + html .group {
  /* IE7 */
  min-height: 1px;
}
.content .wrap,
#site-header .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: ;
  -ms-align-items: stretch;
  align-items: stretch;
}
.block-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  flex-basis: 100%;
}
.align-sl,
.align-sc,
.align-sr {
  align-items: stretch;
}
.align-tl,
.align-tc,
.align-tr {
  align-items: flex-start;
}
.align-ml,
.align-mc,
.align-mr {
  align-items: center;
}
.align-bl,
.align-bc,
.align-br {
  align-items: flex-end;
}
.align-sl,
.align-tl,
.align-ml,
.align-bl {
  justify-content: flex-start;
}
.align-sc,
.align-tc,
.align-mc,
.align-bc {
  justify-content: center;
}
.align-sr,
.align-tr,
.align-mr,
.align-br {
  justify-content: flex-end;
}
.block-justify {
  justify-content: space-between;
}
.no-flexbox .content .wrap,
.no-flexbox #site-header .wrap {
  display: block;
}
.no-flexbox .block {
  display: inline-block;
  vertical-align: top;
}
.no-flexbox .block-wrap {
  display: block;
  height: 100%;
}
.no-flexbox .align-sl,
.no-flexbox .align-sc,
.no-flexbox .align-sr,
.no-flexbox .align-tl,
.no-flexbox .align-tc,
.no-flexbox .align-tr {
  vertical-align: top;
}
.no-flexbox .align-ml,
.no-flexbox .align-mc,
.no-flexbox .align-mr {
  vertical-align: center;
}
.no-flexbox .align-bl,
.no-flexbox .align-bc,
.no-flexbox .align-br {
  vertical-align: bottom;
}
.no-flexbox .align-sc .block-wrap,
.no-flexbox .align-tc .block-wrap,
.no-flexbox .align-mc .block-wrap,
.no-flexbox .align-bc .block-wrap {
  margin-left: auto;
  margin-right: auto;
}
.no-flexbox .align-sr .block-wrap,
.no-flexbox .align-tr .block-wrap,
.no-flexbox .align-mr .block-wrap,
.no-flexbox .align-br .block-wrap {
  margin-left: auto;
}
.text-l {
  text-align: left;
}
.text-c {
  text-align: center;
}
.text-c .button {
  margin-left: auto;
  margin-right: auto;
}
.text-r {
  text-align: right;
}
.text-r .button {
  margin-left: auto;
}
.flexbox .width-hide,
.no-flexbox .width-hide {
  display: none;
}
@media screen and (max-width: 640px) {
  .block {
    width: 100%;
  }
  .block-text {
    width: 100%;
  }
  .colour-block {
    width: 50%;
  }
  .colour-round {
    width: 50%;
  }
}
.left-0 {
  margin-left: 0;
}
.width-full {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.pad-left {
  padding-left: 9px;
  padding-left: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .pad-left {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-left {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-left {
    padding-left: 7.5px;
  }
}
.pad-right {
  padding-right: 9px;
  padding-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .pad-right {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-right {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-right {
    padding-right: 7.5px;
  }
}
.pad-top {
  padding-top: 9px;
  padding-top: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .pad-top {
    padding-top: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-top {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-top {
    padding-top: 7.5px;
  }
}
.pad-bottom {
  padding-bottom: 9px;
  padding-bottom: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .pad-bottom {
    padding-bottom: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-bottom {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-bottom {
    padding-bottom: 7.5px;
  }
}
.pad-all {
  padding: 9px;
  padding: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .pad-all {
    padding: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-all {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-all {
    padding: 7.5px;
  }
}
.pad-align,
.grid-align {
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .pad-align,
  .grid-align {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-align,
  .grid-align {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-align,
  .grid-align {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .pad-align,
  .grid-align {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-align,
  .grid-align {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-align,
  .grid-align {
    padding-right: 7.5px;
  }
}
.mar-left {
  margin-left: 9px;
  margin-left: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .mar-left {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .mar-left {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mar-left {
    margin-left: 7.5px;
  }
}
.mar-right {
  margin-right: 9px;
  margin-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .mar-right {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .mar-right {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mar-right {
    margin-right: 7.5px;
  }
}
.mar-top {
  margin-top: 9px;
  margin-top: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .mar-top {
    margin-top: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .mar-top {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mar-top {
    margin-top: 7.5px;
  }
}
.mar-bottom {
  margin-bottom: 9px;
  margin-bottom: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .mar-bottom {
    margin-bottom: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .mar-bottom {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mar-bottom {
    margin-bottom: 7.5px;
  }
}
.mar-all {
  margin: 9px;
  margin: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .mar-all {
    margin: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .mar-all {
    margin: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mar-all {
    margin: 7.5px;
  }
}
.mar-align {
  margin-left: 9px;
  margin-left: 0.9vw;
  margin-right: 9px;
  margin-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .mar-align {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .mar-align {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mar-align {
    margin-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .mar-align {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .mar-align {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mar-align {
    margin-right: 7.5px;
  }
}
.undo-mar-left {
  margin-left: -9px;
  margin-left: -0.9vw;
}
@media (max-width: 666.66666667px) {
  .undo-mar-left {
    margin-left: -6px;
  }
}
@media (min-width: 1111.11111111px) {
  .undo-mar-left {
    margin-left: -10px;
  }
}
@media screen and (max-width: 640px) {
  .undo-mar-left {
    margin-left: -7.5px;
  }
}
.undo-mar-right {
  margin-right: -9px;
  margin-right: -0.9vw;
}
@media (max-width: 666.66666667px) {
  .undo-mar-right {
    margin-right: -6px;
  }
}
@media (min-width: 1111.11111111px) {
  .undo-mar-right {
    margin-right: -10px;
  }
}
@media screen and (max-width: 640px) {
  .undo-mar-right {
    margin-right: -7.5px;
  }
}
.undo-mar-align {
  margin-left: -9px;
  margin-left: -0.9vw;
  margin-right: -9px;
  margin-right: -0.9vw;
}
@media (max-width: 666.66666667px) {
  .undo-mar-align {
    margin-left: -6px;
  }
}
@media (min-width: 1111.11111111px) {
  .undo-mar-align {
    margin-left: -10px;
  }
}
@media screen and (max-width: 640px) {
  .undo-mar-align {
    margin-left: -7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .undo-mar-align {
    margin-right: -6px;
  }
}
@media (min-width: 1111.11111111px) {
  .undo-mar-align {
    margin-right: -10px;
  }
}
@media screen and (max-width: 640px) {
  .undo-mar-align {
    margin-right: -7.5px;
  }
}
.left {
  left: 9px;
  left: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .left {
    left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .left {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .left {
    left: 7.5px;
  }
}
.right {
  right: 9px;
  right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .right {
    right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .right {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .right {
    right: 7.5px;
  }
}
.top {
  top: 9px;
  top: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .top {
    top: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .top {
    top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .top {
    top: 7.5px;
  }
}
.bottom {
  bottom: 9px;
  bottom: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .bottom {
    bottom: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .bottom {
    bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .bottom {
    bottom: 7.5px;
  }
}
.align {
  left: 9px;
  left: 0.9vw;
  right: 9px;
  right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .align {
    left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .align {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .align {
    left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .align {
    right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .align {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .align {
    right: 7.5px;
  }
}
.page-pad-left {
  padding-left: 60px;
  padding-left: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-pad-left {
    padding-left: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-pad-left {
    padding-left: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-pad-left {
    padding-left: 25px;
  }
}
.page-pad-right {
  padding-right: 60px;
  padding-right: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-pad-right {
    padding-right: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-pad-right {
    padding-right: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-pad-right {
    padding-right: 25px;
  }
}
.page-pad-top {
  padding-top: 60px;
  padding-top: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-pad-top {
    padding-top: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-pad-top {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-pad-top {
    padding-top: 25px;
  }
}
.page-pad-bottom {
  padding-bottom: 60px;
  padding-bottom: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-pad-bottom {
    padding-bottom: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-pad-bottom {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-pad-bottom {
    padding-bottom: 25px;
  }
}
.page-pad-all {
  padding: 60px;
  padding: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-pad-all {
    padding: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-pad-all {
    padding: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-pad-all {
    padding: 25px;
  }
}
.page-mar-left {
  margin-left: 60px;
  margin-left: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-mar-left {
    margin-left: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-mar-left {
    margin-left: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-mar-left {
    margin-left: 25px;
  }
}
.page-mar-right {
  margin-right: 60px;
  margin-right: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-mar-right {
    margin-right: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-mar-right {
    margin-right: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-mar-right {
    margin-right: 25px;
  }
}
.page-mar-top {
  margin-top: 60px;
  margin-top: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-mar-top {
    margin-top: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-mar-top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-mar-top {
    margin-top: 25px;
  }
}
.page-mar-bottom {
  margin-bottom: 60px;
  margin-bottom: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-mar-bottom {
    margin-bottom: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-mar-bottom {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-mar-bottom {
    margin-bottom: 25px;
  }
}
.page-mar-all {
  margin: 60px;
  margin: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-mar-all {
    margin: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-mar-all {
    margin: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-mar-all {
    margin: 25px;
  }
}
.page-pad-align {
  padding-left: 60px;
  padding-left: 6vw;
  padding-right: 60px;
  padding-right: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-pad-align {
    padding-left: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-pad-align {
    padding-left: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-pad-align {
    padding-left: 25px;
  }
}
@media (max-width: 666.66666667px) {
  .page-pad-align {
    padding-right: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-pad-align {
    padding-right: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-pad-align {
    padding-right: 25px;
  }
}
.page-mar-align {
  margin-left: 60px;
  margin-left: 6vw;
  margin-right: 60px;
  margin-right: 6vw;
}
@media (max-width: 666.66666667px) {
  .page-mar-align {
    margin-left: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-mar-align {
    margin-left: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-mar-align {
    margin-left: 25px;
  }
}
@media (max-width: 666.66666667px) {
  .page-mar-align {
    margin-right: 40px;
  }
}
@media (min-width: 1333.33333333px) {
  .page-mar-align {
    margin-right: 80px;
  }
}
@media screen and (max-width: 640px) {
  .page-mar-align {
    margin-right: 25px;
  }
}
.gutter {
  column-gap: 18px;
  column-gap: 1.8vw;
}
@media (max-width: 666.66666667px) {
  .gutter {
    column-gap: 12px;
  }
}
@media (min-width: 1111.11111111px) {
  .gutter {
    column-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .gutter {
    column-gap: 15px;
  }
}
.wrap {
  display: block;
  position: relative;
  padding-left: 51px;
  padding-left: 5.1vw;
  padding-right: 51px;
  padding-right: 5.1vw;
}
@media (max-width: 666.66666667px) {
  .wrap {
    padding-left: 34px;
  }
}
@media (min-width: 1372.54901961px) {
  .wrap {
    padding-left: 70px;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    padding-left: 17.5px;
  }
}
@media (max-width: 666.66666667px) {
  .wrap {
    padding-right: 34px;
  }
}
@media (min-width: 1372.54901961px) {
  .wrap {
    padding-right: 70px;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    padding-right: 17.5px;
  }
}
.img-wrap .image {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.img-wrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover;  */
  opacity: 0;
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.img-wrap[data-src] .image {
  cursor: pointer;
}
.image.loaded {
  overflow: hidden;
}
.image.loaded img {
  opacity: 1;
}
.svg-wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 66.666%;
}
.svg-wrap svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#col-grid {
  opacity: 0.1;
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}
#col-grid .wrap {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
#col-grid .col {
  display: block;
  height: 100%;
  width: 8.33333333%;
  margin: 0;
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
  float: left;
  border: 1px solid #ff0000;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 666.66666667px) {
  #col-grid .col {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #col-grid .col {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #col-grid .col {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  #col-grid .col {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #col-grid .col {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #col-grid .col {
    padding-right: 7.5px;
  }
}
#col-grid .col div {
  display: block;
  height: 100%;
  background: #ff0000;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
#col-grid .col:nth-child( 12) ~ .col {
  display: none;
}
.logged-in #col-grid {
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #col-grid .col {
    border-width: 0.5px;
  }
  #col-grid .col:first-child {
    border-left-width: 1px;
  }
  #col-grid .col:last-child {
    border-right-width: 1px;
  }
}
@media screen and (max-width: 765px) {
  #col-grid .col {
    width: 12.5%;
  }
  #col-grid .col:nth-child( 8) ~ .col {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #col-grid .col {
    width: 16.66666667%;
  }
  #col-grid .col:nth-child( 6) ~ .col {
    display: none;
  }
}
.transition-none {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hidetext {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
.debug {
  background-color: rgba(0, 0, 255, 0.1);
}
.debug2 {
  background-color: rgba(0, 255, 0, 0.1);
}
body,
.forminput {
  font-family: 'usual', 'Usual', -apple-system, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 18px;
  font-size: 1.8vw;
}
@media (max-width: 722.22222222px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  body {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}
p {
  margin-bottom: 0.5em;
}
.content h1 {
  font-size: 28px;
  font-size: 2.8vw;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 714.28571429px) {
  .content h1 {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .content h1 {
    font-size: 18px;
  }
}
h2 {
  font-size: 18px;
  font-size: 1.8vw;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media (max-width: 722.22222222px) {
  h2 {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 15px;
  }
}
h3 {
  font-size: 18px;
  font-size: 1.8vw;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media (max-width: 722.22222222px) {
  h3 {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 15px;
  }
}
main h4 {
  font-size: 18px;
  font-size: 1.8vw;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media (max-width: 722.22222222px) {
  main h4 {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  main h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  main h4 {
    font-size: 15px;
  }
}
#site-header .header-wrap,
#site-footer .header-wrap {
  font-size: 11px;
  font-size: 1.1vw;
}
@media (max-width: 1000px) {
  #site-header .header-wrap,
  #site-footer .header-wrap {
    font-size: 11px;
  }
}
@media (min-width: 1409.09090909px) {
  #site-header .header-wrap,
  #site-footer .header-wrap {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 640px) {
  #site-header .header-wrap,
  #site-footer .header-wrap {
    font-size: 11px;
  }
}
.nav-desc {
  font-size: 9px;
  font-size: 0.9vw;
}
@media (max-width: 1000px) {
  .nav-desc {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  .nav-desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .nav-desc {
    font-size: 9px;
  }
}
.intro {
  font-size: 28px;
  font-size: 2.8vw;
  line-height: 1.2;
}
@media (max-width: 714.28571429px) {
  .intro {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .intro {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .intro {
    font-size: 18px;
  }
}
.block-largetext p,
.text-large p,
.block-largetext ul,
.text-large ul,
.block-largetext ol,
.text-large ol {
  font-size: 28px;
  font-size: 2.8vw;
}
@media (max-width: 714.28571429px) {
  .block-largetext p,
  .text-large p,
  .block-largetext ul,
  .text-large ul,
  .block-largetext ol,
  .text-large ol {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .block-largetext p,
  .text-large p,
  .block-largetext ul,
  .text-large ul,
  .block-largetext ol,
  .text-large ol {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .block-largetext p,
  .text-large p,
  .block-largetext ul,
  .text-large ul,
  .block-largetext ol,
  .text-large ol {
    font-size: 18px;
  }
}
.block-text .meta p,
.block-text .meta ul,
.block-text .meta ol {
  font-size: 9px;
  font-size: 0.9vw;
}
@media (max-width: 1000px) {
  .block-text .meta p,
  .block-text .meta ul,
  .block-text .meta ol {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  .block-text .meta p,
  .block-text .meta ul,
  .block-text .meta ol {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .block-text .meta p,
  .block-text .meta ul,
  .block-text .meta ol {
    font-size: 9px;
  }
}
.minor p,
.minor ul,
.minor ol {
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  .minor p,
  .minor ul,
  .minor ol {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .minor p,
  .minor ul,
  .minor ol {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .minor p,
  .minor ul,
  .minor ol {
    font-size: 12px;
  }
}
p:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
style + * {
  margin-top: 0;
}
ul,
ol {
  margin-bottom: 0.5em;
}
ul {
  list-style: none;
  margin-left: 0.8em;
}
ol {
  list-style: none;
  margin-left: 0;
  counter-reset: item;
}
li {
  margin-bottom: 0.25em;
}
ol li {
  margin-bottom: 0.5em;
  counter-increment: item;
}
ol li:before {
  content: "– ";
}
ul li {
  text-indent: -0.8em;
}
ul li:before {
  content: "– ";
}
main em {
  font-style: normal;
  font-weight: bold;
  color: #009fff;
}
sup {
  font-variant-position: super;
  -moz-font-feature-settings: "sups";
  -webkit-font-feature-settings: "sups";
  font-feature-settings: "sups";
}
.nobullet {
  list-style: none;
  margin: 0;
}
.nobullet > li {
  text-indent: 0;
}
.nobullet > li:before {
  content: none;
}
::selection {
  background: #009fff;
}
::-moz-selection {
  background: #009fff;
}
html,
body {
  height: 100%;
}
body {
  background: #1f1f1f;
  color: #ffffff;
}
#page {
  position: relative;
  z-index: 100;
  min-height: 100%;
}
.wrap {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
}
.content {
  position: relative;
  z-index: 10;
  padding-bottom: 4em;
}
.block {
  padding-top: 8rem;
}
.block-wrap {
  width: auto;
  max-width: 100%;
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .block-wrap {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-wrap {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-wrap {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .block-wrap {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-wrap {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-wrap {
    padding-right: 7.5px;
  }
}
a {
  color: #009fff;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  a:hover {
    color: #80ceff;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
#site-header {
  font-size: 0;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#site-header .header-wrap,
#site-header #site-nav,
#site-header #menu-primary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#site-header .header-wrap {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center ;
}
#site-header #menu-primary {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch ;
}
#site-header #call,
#site-header .enquire {
  align-self: center;
}
#site-header h1 {
  width: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
  -ms-flex-basis: 8.33333333%;
  flex-basis: 8.33333333%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 9px;
  padding-left: 0.9vw;
}
@media (max-width: 666.66666667px) {
  #site-header h1 {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #site-header h1 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #site-header h1 {
    padding-left: 7.5px;
  }
}
#site-header h1 .svg-wrap {
  padding-bottom: 100%;
}
#site-header h1 .top {
  fill: #003666;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#site-header h1 .bottom {
  fill: #009fff;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #site-header h1 a:hover .top {
    fill: #009fff;
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
#site-header #site-nav {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 11px;
  font-size: 1.1vw;
  line-height: 1.1;
}
@media (max-width: 1000px) {
  #site-header #site-nav {
    font-size: 11px;
  }
}
@media (min-width: 1409.09090909px) {
  #site-header #site-nav {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 640px) {
  #site-header #site-nav {
    font-size: 11px;
  }
}
#site-header #site-nav ul {
  list-style: none;
  margin: 0;
}
#site-header #site-nav ul > li {
  text-indent: 0;
}
#site-header #site-nav ul > li:before {
  content: none;
}
#site-header #site-nav li {
  margin-bottom: 0;
}
#site-header #site-nav ul a {
  color: #003666;
  font-weight: bold;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  display: block;
}
#site-header #site-nav .nav-desc {
  color: #009fff;
  font-weight: normal;
}
#site-header #site-nav .current_page_item ul a,
#site-header #site-nav .current-menu-ancestor ul a,
#site-header #site-nav .current_page_ancestor ul a {
  color: #009fff;
}
@media (hover: hover) {
  #site-header #site-nav ul a:hover {
    color: #009fff;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
#site-header #menu-primary li {
  max-width: 11em;
  border-left: 1px solid rgba(31, 31, 31, 0.1);
}
#site-header #menu-primary a {
  height: 100%;
  padding: 0 0.5em;
}
#site-header #menu-secondary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: stretch;
  border-left: 1px solid rgba(31, 31, 31, 0.1);
}
#site-header #menu-secondary a {
  padding: 0 0.5em;
}
#site-header #call,
#site-header .enquire {
  font-size: 13.5px;
  font-size: 1.35vw;
  margin-right: 9px;
  margin-right: 0.9vw;
  margin-left: auto;
}
@media (max-width: 740.74074074px) {
  #site-header #call,
  #site-header .enquire {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  #site-header #call,
  #site-header .enquire {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #site-header #call,
  #site-header .enquire {
    font-size: 12px;
  }
}
@media (max-width: 666.66666667px) {
  #site-header #call,
  #site-header .enquire {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #site-header #call,
  #site-header .enquire {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #site-header #call,
  #site-header .enquire {
    margin-right: 7.5px;
  }
}
#site-header #call a:before,
#site-header .enquire a:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: -10;
  background-image: url(../images/button-leftblue.svg);
  background-position: right top;
  width: 2.5em;
  height: auto;
  top: 0;
  bottom: 0;
  right: 100%;
  margin-right: -1px;
}
#site-header #call .border,
#site-header .enquire .border {
  border-width: 8px;
  padding: 0.5em 1.25em;
}
#site-header #call .or,
#site-header .enquire .or {
  display: block;
  font-size: 9px;
  font-size: 0.9vw;
}
@media (max-width: 1000px) {
  #site-header #call .or,
  #site-header .enquire .or {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  #site-header #call .or,
  #site-header .enquire .or {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #site-header #call .or,
  #site-header .enquire .or {
    font-size: 9px;
  }
}
@media screen and (max-width: 765px) {
  #site-header #menu-primary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-self: stretch;
    border-left: 1px solid rgba(31, 31, 31, 0.1);
  }
  #site-header #menu-primary li {
    max-width: none;
    border: none;
  }
  #site-header #site-nav #menu-secondary a {
    color: rgba(31, 31, 31, 0.3);
  }
  #site-header #site-nav #menu-primary {
    margin-right: 2em;
  }
  #site-header #site-nav .nav-desc {
    display: none;
  }
}
@media screen and (max-width: 765px) and (hover: hover) {
  #site-header #site-nav #menu-secondary a:hover {
    color: #009fff;
  }
}
@media screen and (max-width: 640px) {
  #site-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #site-header h1 {
    width: 30px;
    margin-right: 1em;
  }
  #site-header h1 .svg-wrap {
    padding-bottom: 175%;
  }
  #site-header #site-nav {
    align-items: center;
  }
  #site-header #site-nav .nav-desc {
    display: none;
  }
  #site-header #call,
  #site-header .enquire {
    font-size: 11px;
    font-size: 1.1vw;
  }
  #site-header #call a,
  #site-header .enquire a {
    font-size: 0.9em;
    line-height: 1.3;
  }
  #site-header #call .border,
  #site-header .enquire .border {
    border-width: 5px;
    padding: 0.5em;
  }
  #site-header #call strong,
  #site-header .enquire strong {
    display: block;
  }
  #site-header .enquire .mob-hide {
    display: none;
  }
}
@media screen and (max-width: 640px) and (max-width: 1000px) {
  #site-header #call,
  #site-header .enquire {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) and (min-width: 1409.09090909px) {
  #site-header #call,
  #site-header .enquire {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 640px) and screen and (max-width: 640px) {
  #site-header #call,
  #site-header .enquire {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  #site-header #menu-primary,
  #site-header #menu-secondary {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center ;
  }
  #site-header #menu-primary {
    border: none;
  }
  #site-header #menu-secondary {
    display: none;
  }
  #site-header .mob-hide {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  #site-header #call,
  #site-header .enquire a:before {
    display: none;
    content: none;
  }
}
#site-footer {
  background: black;
  padding-top: 2em;
}
#site-footer .footer-wrap,
#site-footer #nav-sitemap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#site-footer ul {
  list-style: none;
  margin: 0;
}
#site-footer ul > li {
  text-indent: 0;
}
#site-footer ul > li:before {
  content: none;
}
#site-footer a {
  color: #ffffff;
}
#site-footer nav {
  padding-bottom: 3em;
}
#site-footer #nav-contact {
  width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
  font-size: 18px;
  font-size: 1.8vw;
}
@media screen and (max-width: 640px) {
  #site-footer #nav-contact {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 666.66666667px) {
  #site-footer #nav-contact {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #site-footer #nav-contact {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer #nav-contact {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  #site-footer #nav-contact {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #site-footer #nav-contact {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer #nav-contact {
    padding-right: 7.5px;
  }
}
@media (max-width: 722.22222222px) {
  #site-footer #nav-contact {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  #site-footer #nav-contact {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer #nav-contact {
    font-size: 15px;
  }
}
#site-footer .nav-sitemap {
  font-size: 11px;
  font-size: 1.1vw;
  font-weight: bold;
  margin-left: 9px;
  margin-left: 0.9vw;
  margin-right: 9px;
  margin-right: 0.9vw;
  padding-left: 0.5em;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1000px) {
  #site-footer .nav-sitemap {
    font-size: 11px;
  }
}
@media (min-width: 1409.09090909px) {
  #site-footer .nav-sitemap {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .nav-sitemap {
    font-size: 11px;
  }
}
@media (max-width: 666.66666667px) {
  #site-footer .nav-sitemap {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #site-footer .nav-sitemap {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .nav-sitemap {
    margin-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  #site-footer .nav-sitemap {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #site-footer .nav-sitemap {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .nav-sitemap {
    margin-right: 7.5px;
  }
}
#site-footer #nav-sitemap-main {
  width: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
  -ms-flex-basis: 16.66666667%;
  flex-basis: 16.66666667%;
}
@media screen and (max-width: 640px) {
  #site-footer #nav-sitemap-main {
    width: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
  }
}
@media screen and (max-width: 640px) {
  #site-footer #nav-sitemap-legal {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
  }
}
#site-footer #warning {
  width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  margin-left: auto;
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
  font-size: 11px;
  font-size: 1.1vw;
}
@media screen and (max-width: 640px) {
  #site-footer #warning {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 666.66666667px) {
  #site-footer #warning {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #site-footer #warning {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer #warning {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  #site-footer #warning {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #site-footer #warning {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer #warning {
    padding-right: 7.5px;
  }
}
@media (max-width: 1000px) {
  #site-footer #warning {
    font-size: 11px;
  }
}
@media (min-width: 1409.09090909px) {
  #site-footer #warning {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer #warning {
    font-size: 11px;
  }
}
#site-footer .munibox {
  width: 6em;
  max-width: 100%;
  margin-bottom: 0.5em;
}
#site-footer .enquiries a:after {
  content: " →";
}
#site-footer #social {
  margin-top: 1.5em;
}
#site-footer #social li {
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  margin: 0 0 0 0.35em;
}
#site-footer #social li:first-child {
  margin-left: 0;
}
#site-footer #social .svg-wrap {
  display: block;
  padding-bottom: 100%;
}
#site-footer li:last-child {
  margin-bottom: 0;
}
#site-footer svg {
  fill: #ffffff;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  overflow: visible;
}
#site-footer #warning a {
  display: block;
  text-align: center;
  border: 10px solid #ffffff;
  padding: 1em;
  white-space: nowrap;
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #site-footer #nav-contact a:hover svg {
    fill: #009fff;
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  #site-footer a:hover {
    color: #009fff;
  }
  #site-footer #warning a:hover {
    border-color: #009fff;
    -webkit-transition-property: color, border-color;
    -moz-transition-property: color, border-color;
    -o-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .nav-sitemap {
    padding-left: 0;
    margin: 0;
    padding-left: 9px;
    padding-left: 0.9vw;
    padding-right: 9px;
    padding-right: 0.9vw;
    border: none;
  }
  #site-footer #warning {
    order: 1;
    padding-bottom: 3em;
    text-align: center;
  }
  #site-footer #warning a {
    display: inline-block;
  }
  #site-footer #nav-contact {
    order: 2;
  }
  #site-footer #nav-sitemap-main {
    order: 3;
  }
  #site-footer #nav-sitemap-main ul {
    column-count: 2;
  }
  #site-footer #nav-sitemap-legal {
    order: 4;
  }
  #site-footer #nav-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    align-content: flex-start;
    padding-bottom: 1.5em;
  }
  #site-footer #details,
  #site-footer #social {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin-top: 0;
  }
  #site-footer #social {
    text-align: right;
  }
  #site-footer #social li {
    margin-left: 1em;
  }
}
@media screen and (max-width: 640px) and (max-width: 666.66666667px) {
  #site-footer .nav-sitemap {
    padding-left: 6px;
  }
}
@media screen and (max-width: 640px) and (min-width: 1111.11111111px) {
  #site-footer .nav-sitemap {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) and screen and (max-width: 640px) {
  #site-footer .nav-sitemap {
    padding-left: 7.5px;
  }
}
@media screen and (max-width: 640px) and (max-width: 666.66666667px) {
  #site-footer .nav-sitemap {
    padding-right: 6px;
  }
}
@media screen and (max-width: 640px) and (min-width: 1111.11111111px) {
  #site-footer .nav-sitemap {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) and screen and (max-width: 640px) {
  #site-footer .nav-sitemap {
    padding-right: 7.5px;
  }
}
.content {
  display: block;
}
section {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.block {
  width: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
}
@media screen and (max-width: 640px) {
  .block {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.block.full {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.block.small {
  width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
}
.block.medium {
  width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.block.large {
  width: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
}
section.intro {
  padding-top: 0;
}
section.intro .block {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 640px) {
  section.intro .block {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
table {
  display: block;
  width: 100%;
}
th,
td {
  text-align: left;
}
th {
  white-space: nowrap;
}
th,
td:not(:last-child) {
  padding-right: 1.5em;
}
input {
  width: 100%;
  border: none;
  margin: 0;
}
input[type=submit],
button {
  font-weight: bold;
  cursor: pointer;
}
/*
input 					{.f-nav; line-height: 2; padding-left: 0.5em; padding-top: 0.25em; width: 100%; border: none;}
input[type=password] 	{font-family: monospace;}

input[type=submit], button {
	width: auto; padding: 0 1em 0.5em 0; font-weight: bold; background: none; border: none; margin: 0; color: @c-reverse; cursor: pointer; .transition(opacity; @slow);
	@media (hover: hover) {
		&:hover 		{opacity: 0.5; .transition(opacity; @fast);}
	}
}
*/
.rule {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rule-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pad-rule {
  content: "";
  display: block;
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  height: 1px;
  margin-left: 9px;
  margin-left: 0.9vw;
  margin-right: 9px;
  margin-right: 0.9vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 666.66666667px) {
  .pad-rule {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-rule {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-rule {
    margin-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .pad-rule {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .pad-rule {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pad-rule {
    margin-right: 7.5px;
  }
}
.box-button .border {
  display: block;
  position: relative;
  border: 10px solid #009fff;
  padding: 0.75em;
}
.box-button .border:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  z-index: -20;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.box-button a {
  display: block;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media (hover: hover) {
  .box-button a:hover {
    color: #ffffff;
  }
  .box-button a:hover .border:before {
    width: 100%;
    background-color: #009fff;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
.page-header {
  display: block;
  position: relative;
}
.page-header .section-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  .page-header .section-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-header .header-pattern {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
}
@media screen and (max-width: 640px) {
  .page-header .header-pattern {
    width: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
  }
}
@media (max-width: 666.66666667px) {
  .page-header .header-pattern {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .page-header .header-pattern {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-header .header-pattern {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .page-header .header-pattern {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .page-header .header-pattern {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-header .header-pattern {
    padding-right: 7.5px;
  }
}
.page-header .header-pattern img {
  width: 100%;
}
.page-header h1 a {
  color: #ffffff;
}
@media (hover: hover) {
  .page-header h1 a:hover {
    color: #80ceff;
  }
}
.page-header .header-content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page-header .header-content {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.page-header .header-content .header-text {
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
  padding-top: 32%;
}
@media (max-width: 666.66666667px) {
  .page-header .header-content .header-text {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .page-header .header-content .header-text {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-header .header-content .header-text {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .page-header .header-content .header-text {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .page-header .header-content .header-text {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-header .header-content .header-text {
    padding-right: 7.5px;
  }
}
@media screen and (max-width: 640px) {
  .page-header .header-content .header-text h1 {
    font-size: 26px;
  }
  .page-header .header-content .header-text {
    padding-top: 0;
    margin-top: -1.5em;
  }
}
.page-header .header-background {
  position: absolute;
  top: 0;
  height: 60%;
  width: 100%;
  overflow: hidden;
}
.page-header .header-background .image-wrap {
  height: 100%;
  width: 100%;
  padding: 0;
}
.page-header .header-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-header {
  display: block;
  margin-bottom: 40px;
}
#home-header .header-pattern {
  display: inline-block;
  vertical-align: top;
}
#home-header .header-pattern .mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  #home-header .header-pattern .mobile {
    display: block;
  }
  #home-header .header-pattern img:not(.mobile) {
    display: none;
  }
}
#home-header .header-text {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1.5em;
  font-size: 28px;
  font-size: 2.8vw;
}
@media (max-width: 714.28571429px) {
  #home-header .header-text {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  #home-header .header-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #home-header .header-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #home-header .header-text {
    padding-bottom: 2em;
    margin-top: 0;
  }
}
#home-header .header-background {
  height: 100%;
}
.no-flexbox .page-header .section-wrap {
  font-size: 0;
}
#calculator {
  width: 100%;
  padding-top: 0;
}
#calculator form,
#calculator #calc-inputs,
#calculator .calc-notes {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#calculator label {
  display: block;
  font-size: 9px;
  font-size: 0.9vw;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1000px) {
  #calculator label {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  #calculator label {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #calculator label {
    font-size: 9px;
  }
}
#calculator input[type=text] {
  display: block;
  color: #009fff;
  background: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding: 0;
  line-height: 1;
  border-bottom: none;
}
#calculator #calc-inputs {
  border: 10px solid #ffffff;
  flex: 1 1 auto;
}
#calculator #calc-inputs .calc-field {
  flex: 0 1 100%;
  padding: 0.5em;
}
#calculator #calc-inputs .currency,
#calculator #calc-inputs .currency + input {
  display: inline-block;
  color: #009fff;
  padding: 0;
  line-height: 0;
  font-size: 22px;
  font-size: 2.2vw;
}
@media (max-width: 681.81818182px) {
  #calculator #calc-inputs .currency,
  #calculator #calc-inputs .currency + input {
    font-size: 15px;
  }
}
@media (min-width: 1363.63636364px) {
  #calculator #calc-inputs .currency,
  #calculator #calc-inputs .currency + input {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #calculator #calc-inputs .currency,
  #calculator #calc-inputs .currency + input {
    font-size: 18px;
  }
}
#calculator #calc-inputs .currency {
  width: 0.65em;
  text-align: left;
  background-color: rgba(0, 255, 0, 0.1);
}
#calculator #calc-inputs .currency + input {
  width: calc(100% - 0.65em);
}
#calculator #calc-inputs .calc-input {
  background-color: rgba(31, 31, 31, 0.8);
}
#calculator #calc-inputs .output {
  background-color: transparent;
}
#calculator #calc-inputs .output .currency,
#calculator #calc-inputs .output input {
  color: #ffffff;
}
#calculator #calc-inputs .output input {
  border: none;
}
#calculator #calc-inputs[data-status='borrow-low'] .input span,
#calculator #calc-inputs[data-status='borrow-high'] .input span,
#calculator #calc-inputs[data-status='borrow-low'] .input input,
#calculator #calc-inputs[data-status='borrow-high'] .input input {
  color: red;
}
#calculator #calc-inputs[data-status='borrow-low'] .output span,
#calculator #calc-inputs[data-status='borrow-high'] .output span,
#calculator #calc-inputs[data-status='borrow-low'] .output input,
#calculator #calc-inputs[data-status='borrow-high'] .output input {
  display: none;
}
#calculator #calc-inputs[data-status='borrow-low'] .output:after,
#calculator #calc-inputs[data-status='borrow-high'] .output:after {
  display: block;
  padding-top: 0.45em;
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  #calculator #calc-inputs[data-status='borrow-low'] .output:after,
  #calculator #calc-inputs[data-status='borrow-high'] .output:after {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  #calculator #calc-inputs[data-status='borrow-low'] .output:after,
  #calculator #calc-inputs[data-status='borrow-high'] .output:after {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #calculator #calc-inputs[data-status='borrow-low'] .output:after,
  #calculator #calc-inputs[data-status='borrow-high'] .output:after {
    font-size: 12px;
  }
}
#calculator #calc-inputs[data-status='borrow-low'] .output:after {
  content: "Min " attr(data-min);
}
#calculator #calc-inputs[data-status='borrow-high'] .output:after {
  content: "Max " attr(data-max);
}
#calculator #calc-submit {
  position: relative;
  margin-left: 10px;
  flex: 0 1 auto;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  background-color: #ffffff;
}
#calculator #calc-submit input[type=submit],
#calculator #calc-submit .action {
  display: block;
  width: 100%;
  font-size: 13.5px;
  font-size: 1.35vw;
  font-weight: bold;
  color: #009fff;
  background-color: transparent;
  text-align: center;
  padding: 1em;
  z-index: 10;
  white-space: nowrap;
}
@media (max-width: 740.74074074px) {
  #calculator #calc-submit input[type=submit],
  #calculator #calc-submit .action {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  #calculator #calc-submit input[type=submit],
  #calculator #calc-submit .action {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #calculator #calc-submit input[type=submit],
  #calculator #calc-submit .action {
    font-size: 12px;
  }
}
#calculator #calc-submit .action {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#calculator #calc-submit:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#calculator #calc-submit:hover input[type=submit],
#calculator #calc-submit:hover .action {
  color: #ffffff;
}
#calculator #calc-submit:hover:before {
  width: 100%;
  background-color: #009fff;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#calculator #calc-submit.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#calculator .calc-notes {
  font-size: 9px;
  font-size: 0.9vw;
  margin-top: 1rem;
}
@media (max-width: 1000px) {
  #calculator .calc-notes {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  #calculator .calc-notes {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #calculator .calc-notes {
    font-size: 9px;
  }
}
#calculator .calc-notes .calc-questions {
  padding-left: 10px;
  white-space: nowrap;
  margin-left: auto;
}
#calculator .calc-notes span {
  display: block;
}
#calculator .calc-notes a {
  color: #ffffff;
  font-weight: bold;
}
@media (hover: hover) {
  #calculator .calc-notes a:hover {
    color: #80ceff;
  }
}
@media screen and (max-width: 640px) {
  #calculator {
    width: calc(100% + 35px);
    margin-left: -17.5px;
    margin-right: -17.5px;
    flex-basis: 150%;
  }
  #calculator form {
    padding-left: 0;
    padding-right: 0;
  }
  #calculator form,
  #calculator .calc-notes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #calculator #calc-inputs,
  #calculator #calc-submit,
  #calculator .calc-instructions,
  #calculator .calc-questions {
    flex-basis: 100%;
  }
  #calculator #calc-submit,
  #calculator .calc-notes {
    margin-top: 10px;
  }
  #calculator #calc-submit,
  #calculator .calc-questions {
    padding-left: 0;
    margin-left: 0;
  }
  #calculator #calc-submit input[type=submit],
  #calculator #calc-submit .action {
    padding: 1.5em;
  }
  #calculator .calc-notes {
    text-align: center;
    color: #1f1f1f;
    background-color: #ffffff;
    padding: 2em;
  }
  #calculator .calc-notes a {
    color: #1f1f1f;
  }
  #calculator .calc-questions {
    margin-top: 1.5em;
  }
}
.block-text {
  font-size: 22px;
  font-size: 2.2vw;
}
@media (max-width: 681.81818182px) {
  .block-text {
    font-size: 15px;
  }
}
@media (min-width: 1363.63636364px) {
  .block-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .block-text {
    font-size: 18px;
  }
}
.block-text h2 {
  font-size: 28px;
  font-size: 2.8vw;
  font-weight: normal;
  color: #009fff;
  width: 62.5%;
  line-height: 1.1;
}
@media (max-width: 714.28571429px) {
  .block-text h2 {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .block-text h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .block-text h2 {
    font-size: 18px;
  }
}
.block-small {
  width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media screen and (max-width: 640px) {
  .block-small {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 740.74074074px) {
  .block-small {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-small {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-small {
    font-size: 12px;
  }
}
.block-small h3,
.block-small h4 {
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  .block-small h3,
  .block-small h4 {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-small h3,
  .block-small h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-small h3,
  .block-small h4 {
    font-size: 12px;
  }
}
.block-small h3.highlight-heading {
  font-size: 18px;
  font-size: 1.8vw;
  color: #009fff;
}
@media (max-width: 722.22222222px) {
  .block-small h3.highlight-heading {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .block-small h3.highlight-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .block-small h3.highlight-heading {
    font-size: 15px;
  }
}
.block-small a {
  color: #ffffff;
  text-decoration: underline;
}
@media (hover: hover) {
  .block-small a:hover {
    color: #80ceff;
  }
}
.block-minor {
  font-size: 13.5px;
  font-size: 1.35vw;
  color: #666666;
}
@media (max-width: 740.74074074px) {
  .block-minor {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-minor {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-minor {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .block-minor {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.block-minor h4 {
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  .block-minor h4 {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-minor h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-minor h4 {
    font-size: 12px;
  }
}
.block-minor h4.highlight-heading {
  font-size: 18px;
  font-size: 1.8vw;
  color: #009fff;
}
@media (max-width: 722.22222222px) {
  .block-minor h4.highlight-heading {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .block-minor h4.highlight-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .block-minor h4.highlight-heading {
    font-size: 15px;
  }
}
.block-text table,
.block-small table,
.block-minor table {
  display: table;
  width: 100%;
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  .block-text table,
  .block-small table,
  .block-minor table {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-text table,
  .block-small table,
  .block-minor table {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-text table,
  .block-small table,
  .block-minor table {
    font-size: 12px;
  }
}
.block-text caption,
.block-small caption,
.block-minor caption {
  text-align: left;
  padding: 1.5em 0;
}
.block-text caption,
.block-small caption,
.block-minor caption,
.block-text tr,
.block-small tr,
.block-minor tr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.block-text td,
.block-small td,
.block-minor td,
.block-text th,
.block-small th,
.block-minor th {
  line-height: 1;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 2em;
}
.block-text td:last-child,
.block-small td:last-child,
.block-minor td:last-child,
.block-text th:last-child,
.block-small th:last-child,
.block-minor th:last-child {
  padding-right: 0;
}
.block-text th,
.block-small th,
.block-minor th {
  white-space: normal;
}
.block-text table .tiny,
.block-small table .tiny,
.block-minor table .tiny {
  font-size: 9px;
  font-size: 0.9vw;
  font-weight: normal;
}
@media (max-width: 1000px) {
  .block-text table .tiny,
  .block-small table .tiny,
  .block-minor table .tiny {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  .block-text table .tiny,
  .block-small table .tiny,
  .block-minor table .tiny {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .block-text table .tiny,
  .block-small table .tiny,
  .block-minor table .tiny {
    font-size: 9px;
  }
}
.block-text .value,
.block-small .value,
.block-minor .value {
  font-weight: bold;
  padding-right: 0;
}
.block-list {
  width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 640px) {
  .block-list {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.block-list h3 {
  color: #009fff;
}
.block-list ul {
  font-size: 13.5px;
  font-size: 1.35vw;
  list-style: none;
  margin: 0;
}
@media (max-width: 740.74074074px) {
  .block-list ul {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-list ul {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-list ul {
    font-size: 12px;
  }
}
.block-list ul > li {
  text-indent: 0;
}
.block-list ul > li:before {
  content: none;
}
.block-list li {
  line-height: 1;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.block-list .readmore {
  font-weight: bold;
  color: #009fff;
}
.block-list table {
  display: table;
  width: 100%;
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  .block-list table {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-list table {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-list table {
    font-size: 12px;
  }
}
.block-list tr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.block-list td {
  line-height: 1;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 2em;
}
.block-list .value {
  font-weight: bold;
  padding-right: 0;
}
.block-biglist {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.block-biglist li {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .block-biglist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.block-biglist ol {
  counter-reset: biglist-counter;
}
.block-biglist ol li:before {
  content: counter(biglist-counter);
  counter-increment: biglist-counter;
  font-size: 6em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
  margin-top: -0.3em;
  background: url(../images/type-pattern.png);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .block-biglist ol li:before {
    background-image: url(../images/type-pattern@2x.png);
    background-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .block-biglist ol li:before {
    font-size: 5em;
  }
}
.block-biglist .biglist-text {
  width: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  padding-left: 9px;
  padding-left: 0.9vw;
}
@media screen and (max-width: 640px) {
  .block-biglist .biglist-text {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 666.66666667px) {
  .block-biglist .biglist-text {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-biglist .biglist-text {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-biglist .biglist-text {
    padding-left: 7.5px;
  }
}
.block-biglist .biglist-text *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .block-biglist .biglist-text {
    padding-left: 0;
  }
}
.block-biglist ul {
  list-style: none;
  margin: 0;
}
.block-biglist ul > li {
  text-indent: 0;
}
.block-biglist ul > li:before {
  content: none;
}
.block-biglist ol li:before {
  width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  padding-right: 9px;
  padding-right: 0.9vw;
}
@media screen and (max-width: 640px) {
  .block-biglist ol li:before {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 666.66666667px) {
  .block-biglist ol li:before {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-biglist ol li:before {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-biglist ol li:before {
    padding-right: 7.5px;
  }
}
.block-biglist .biglist-image {
  width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  padding-right: 4em;
  align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .block-biglist .biglist-image {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 640px) {
  .block-biglist .biglist-image {
    margin-bottom: 2em;
  }
}
.block-biglist h2 {
  font-weight: normal;
  color: #009fff;
}
.no-backgroundcliptext .block-biglist ol li:before {
  background: none;
  color: rgba(255, 255, 255, 0.3);
}
.no-flexbox .block-biglist .biglist-image {
  padding-right: 0;
}
.block-image {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.block-image figure {
  position: relative;
}
.block-image .image {
  background-color: rgba(255, 255, 255, 0.05);
}
.block-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-image .overlay img {
  object-fit: cover;
  opacity: 1;
}
.block-video {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.block-video figcaption {
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  .block-video figcaption {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-video figcaption {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-video figcaption {
    font-size: 12px;
  }
}
.block-video figcaption:first-child {
  margin-bottom: 0.5em;
}
.block-video figcaption:last-child {
  margin-top: 0.5em;
}
.question-group {
  font-size: 13.5px;
  font-size: 1.35vw;
  width: 100%;
  margin-bottom: 1em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 740.74074074px) {
  .question-group {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .question-group {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .question-group {
    font-size: 12px;
  }
}
.question-group:before {
  content: "";
  display: block;
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  height: 1em;
  margin-left: 9px;
  margin-left: 0.9vw;
  margin-right: 9px;
  margin-right: 0.9vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 666.66666667px) {
  .question-group:before {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .question-group:before {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .question-group:before {
    margin-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .question-group:before {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .question-group:before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .question-group:before {
    margin-right: 7.5px;
  }
}
.question-group h2,
.question-group h3 {
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}
.question-group .pad {
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .question-group .pad {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .question-group .pad {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .question-group .pad {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .question-group .pad {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .question-group .pad {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .question-group .pad {
    padding-right: 7.5px;
  }
}
.question-group h2 {
  width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  display: inline-block;
  font-size: 13.5px;
  font-size: 1.35vw;
  color: #009fff;
}
@media (max-width: 740.74074074px) {
  .question-group h2 {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .question-group h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .question-group h2 {
    font-size: 12px;
  }
}
.question {
  width: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  display: inline-block;
}
.question:before {
  content: "";
  display: block;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 640px) {
  h2 + .question:before {
    content: none;
    display: none;
  }
}
.question h3 {
  font-size: 13.5px;
  font-size: 1.35vw;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (max-width: 740.74074074px) {
  .question h3 {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .question h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .question h3 {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .question h3:hover {
    color: #80ceff;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
.answer {
  color: #666666;
  padding-bottom: 1em;
  display: none;
}
.answer *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .question-group h2,
  .question {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
#posts {
  padding-top: 4em;
}
#posts article {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#posts article:not(:first-child):before {
  content: "";
  display: block;
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  height: 1em;
  margin-left: 9px;
  margin-left: 0.9vw;
  margin-right: 9px;
  margin-right: 0.9vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5em;
}
@media (max-width: 666.66666667px) {
  #posts article:not(:first-child):before {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #posts article:not(:first-child):before {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #posts article:not(:first-child):before {
    margin-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  #posts article:not(:first-child):before {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #posts article:not(:first-child):before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #posts article:not(:first-child):before {
    margin-right: 7.5px;
  }
}
#posts hgroup {
  width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  margin-bottom: 1.5em;
}
#posts hgroup h2 {
  margin: 0;
}
#posts hgroup .date {
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  #posts hgroup .date {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  #posts hgroup .date {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #posts hgroup .date {
    font-size: 12px;
  }
}
#posts .article-content {
  width: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
}
#posts .article-content a:not(.more-link) {
  color: #ffffff;
  text-decoration: underline;
}
@media (hover: hover) {
  #posts .article-content a:not(.more-link):hover {
    color: #80ceff;
  }
}
#posts .article-content .more-link {
  font-weight: bold;
}
#posts .article-content img,
#posts .article-content figure {
  margin: 2em 0;
}
#posts .article-content figure img {
  margin: 0;
}
@media screen and (max-width: 640px) {
  #posts hgroup,
  #posts .article-content {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
#posts .pad {
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  #posts .pad {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #posts .pad {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #posts .pad {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  #posts .pad {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #posts .pad {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #posts .pad {
    padding-right: 7.5px;
  }
}
#pagination .wrap {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#pagination .page-link {
  margin-left: 9px;
  margin-left: 0.9vw;
  margin-right: 9px;
  margin-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  #pagination .page-link {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #pagination .page-link {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #pagination .page-link {
    margin-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  #pagination .page-link {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #pagination .page-link {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #pagination .page-link {
    margin-right: 7.5px;
  }
}
#pagination .border {
  border-color: #ffffff;
}
#pagination a {
  color: #ffffff;
}
@media (hover: hover) {
  #pagination a:hover {
    color: #009fff;
  }
  #pagination a:hover .border:before {
    background-color: #ffffff;
  }
}
#pagination .disable {
  color: rgba(255, 255, 255, 0.1);
}
#pagination .disable .border {
  border-color: rgba(255, 255, 255, 0.1);
}
#pagination .wrap:before {
  content: "";
  display: block;
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  height: 1em;
  margin-left: 9px;
  margin-left: 0.9vw;
  margin-right: 9px;
  margin-right: 0.9vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2em;
}
@media (max-width: 666.66666667px) {
  #pagination .wrap:before {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #pagination .wrap:before {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #pagination .wrap:before {
    margin-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  #pagination .wrap:before {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  #pagination .wrap:before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #pagination .wrap:before {
    margin-right: 7.5px;
  }
}
#cta .wrap {
  height: 50vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
#cta #call,
#cta .enquire {
  font-size: 28px;
  font-size: 2.8vw;
}
@media (max-width: 714.28571429px) {
  #cta #call,
  #cta .enquire {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  #cta #call,
  #cta .enquire {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #cta #call,
  #cta .enquire {
    font-size: 18px;
  }
}
#cta #call a,
#cta .enquire a {
  min-width: 15em;
}
#cta #call a:before,
#cta .enquire a:before,
#cta #call a:after,
#cta .enquire a:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: -10;
}
#cta #call a:before,
#cta .enquire a:before {
  background-image: url(../images/button-bottomleft.svg);
  width: 1.25em;
  height: 1.25em;
  bottom: -1.25em;
  left: -1.25em;
  margin-top: -1px;
  margin-right: -1px;
}
#cta #call a:after,
#cta .enquire a:after {
  background-image: url(../images/button-topright.svg);
  width: 3.75em;
  height: 2.5em;
  top: -1.25em;
  right: -1.25em;
  margin-top: 1px;
  margin-left: -1px;
}
#cta #call .or,
#cta .enquire .or {
  font-size: 13.5px;
  font-size: 1.35vw;
  display: block;
  margin-top: 0.25em;
}
@media (max-width: 740.74074074px) {
  #cta #call .or,
  #cta .enquire .or {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  #cta #call .or,
  #cta .enquire .or {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #cta #call .or,
  #cta .enquire .or {
    font-size: 12px;
  }
}
.block-form {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.block-form .block-wrap {
  padding: 0;
}
.block-form h3 {
  margin-top: 3em;
}
.block-form .nf-multi-cell .nf-cell {
  padding: 0;
}
.block-form .nf-field-container {
  width: 100%;
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
  margin: 0;
}
@media (max-width: 666.66666667px) {
  .block-form .nf-field-container {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-form .nf-field-container {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-field-container {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .block-form .nf-field-container {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-form .nf-field-container {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-field-container {
    padding-right: 7.5px;
  }
}
.block-form nf-field.one-half {
  width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.block-form .field-wrap {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.block-form .nf-field-label label {
  font-size: 13.5px;
  font-size: 1.35vw;
  font-weight: normal;
  line-height: 1.2;
  padding: 1.5em 0;
  margin: 0;
  display: block;
}
@media (max-width: 740.74074074px) {
  .block-form .nf-field-label label {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-form .nf-field-label label {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-field-label label {
    font-size: 12px;
  }
}
.block-form .nf-field-element ul {
  list-style: none;
  margin: 0;
}
.block-form .nf-field-element ul > li {
  text-indent: 0;
}
.block-form .nf-field-element ul > li:before {
  content: none;
}
.block-form input[type="text"],
.block-form input[type="email"],
.block-form input[type="number"],
.block-form input[type="tel"],
.block-form textarea {
  display: block;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8vw;
  line-height: 1.2;
  padding: 1.5em 0 0.5em 0;
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (max-width: 722.22222222px) {
  .block-form input[type="text"],
  .block-form input[type="email"],
  .block-form input[type="number"],
  .block-form input[type="tel"],
  .block-form textarea {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .block-form input[type="text"],
  .block-form input[type="email"],
  .block-form input[type="number"],
  .block-form input[type="tel"],
  .block-form textarea {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .block-form input[type="text"],
  .block-form input[type="email"],
  .block-form input[type="number"],
  .block-form input[type="tel"],
  .block-form textarea {
    font-size: 15px;
  }
}
.block-form input[type="text"]:focus,
.block-form input[type="email"]:focus,
.block-form input[type="number"]:focus,
.block-form input[type="tel"]:focus,
.block-form textarea:focus {
  background-color: rgba(0, 0, 0, 0.15);
  color: #009fff;
}
.block-form input[type="text"]::-webkit-input-placeholder,
.block-form input[type="email"]::-webkit-input-placeholder,
.block-form input[type="number"]::-webkit-input-placeholder,
.block-form input[type="tel"]::-webkit-input-placeholder,
.block-form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.block-form input[type="text"]::-moz-placeholder,
.block-form input[type="email"]::-moz-placeholder,
.block-form input[type="number"]::-moz-placeholder,
.block-form input[type="tel"]::-moz-placeholder,
.block-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.block-form input[type="text"]:-ms-input-placeholder,
.block-form input[type="email"]:-ms-input-placeholder,
.block-form input[type="number"]:-ms-input-placeholder,
.block-form input[type="tel"]:-ms-input-placeholder,
.block-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.block-form input[type="text"]:-moz-placeholder,
.block-form input[type="email"]:-moz-placeholder,
.block-form input[type="number"]:-moz-placeholder,
.block-form input[type="tel"]:-moz-placeholder,
.block-form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.block-form .nf-field-element textarea {
  min-height: 3em;
  height: intrinsic;
}
.block-form .html-container .field-wrap {
  display: block;
}
.block-form .html-container .field-wrap label {
  display: none;
}
.block-form .hr-container .hr-wrap {
  border: none;
}
.block-form .hr-container .nf-field-label {
  display: none;
}
.block-form .hr-container hr {
  display: block;
  border: none;
  border-bottom: 1px solid #ffffff;
  margin: 4.5em 0 3em 0;
}
.block-form .label-left .nf-field-label {
  padding-right: 0;
  text-align: left;
  width: auto;
  -ms-flex-order: 1;
  order: 1;
}
.block-form .label-left .nf-field-element {
  width: auto;
}
.block-form .label-left .nf-after-field {
  margin-left: 0;
}
.block-form .label-below .nf-field-label,
.block-form .label-above .nf-field-label,
.block-form .listselect-container .nf-field-label {
  position: absolute;
  pointer-events: none;
  margin: 0;
}
.block-form .label-below .nf-field-label label {
  -webkit-transition-property: color, padding, font-size;
  -moz-transition-property: color, padding, font-size;
  -o-transition-property: color, padding, font-size;
  transition-property: color, padding, font-size;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block-form .label-below.has-value .nf-field-label label {
  padding-top: 0.75em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-size: 1.1vw;
}
@media (max-width: 1000px) {
  .block-form .label-below.has-value .nf-field-label label {
    font-size: 11px;
  }
}
@media (min-width: 1409.09090909px) {
  .block-form .label-below.has-value .nf-field-label label {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .label-below.has-value .nf-field-label label {
    font-size: 11px;
  }
}
.block-form .label-above .nf-field-label label,
.block-form .listselect-container .nf-field-label label,
.block-form .listradio-container .nf-field-label label,
.block-form .listcheckbox-container .nf-field-label label,
.block-form .file_upload-container .nf-field-label label {
  padding-top: 0.75em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-size: 1.1vw;
}
@media (max-width: 1000px) {
  .block-form .label-above .nf-field-label label,
  .block-form .listselect-container .nf-field-label label,
  .block-form .listradio-container .nf-field-label label,
  .block-form .listcheckbox-container .nf-field-label label,
  .block-form .file_upload-container .nf-field-label label {
    font-size: 11px;
  }
}
@media (min-width: 1409.09090909px) {
  .block-form .label-above .nf-field-label label,
  .block-form .listselect-container .nf-field-label label,
  .block-form .listradio-container .nf-field-label label,
  .block-form .listcheckbox-container .nf-field-label label,
  .block-form .file_upload-container .nf-field-label label {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .label-above .nf-field-label label,
  .block-form .listselect-container .nf-field-label label,
  .block-form .listradio-container .nf-field-label label,
  .block-form .listcheckbox-container .nf-field-label label,
  .block-form .file_upload-container .nf-field-label label {
    font-size: 11px;
  }
}
.block-form .listradio-container .nf-field-label,
.block-form .listcheckbox-container .nf-field-label {
  display: block;
  position: relative;
}
.block-form .list-radio-wrap,
.block-form .list-checkbox-wrap {
  padding-bottom: 0.5em;
}
.block-form .list-radio-wrap li,
.block-form .list-checkbox-wrap li {
  position: relative;
  display: inline-block;
  width: 40%;
  margin-top: 0.5em;
}
.block-form .list-radio-wrap li input,
.block-form .list-checkbox-wrap li input {
  position: absolute;
  visibility: hidden;
}
.block-form .list-radio-wrap li label,
.block-form .list-checkbox-wrap li label {
  margin-left: 0.25em;
  cursor: pointer;
}
.block-form .list-radio-wrap input + label:before,
.block-form .list-checkbox-wrap input + label:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 0.25em;
  margin-top: -0.25em;
  vertical-align: middle;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  font-size: 1.5em;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block-form .list-radio-wrap input[type="radio"] + label:before,
.block-form .list-checkbox-wrap input[type="radio"] + label:before {
  border-radius: 100px;
  content: "radio_button_unchecked";
}
.block-form .list-radio-wrap input[type="radio"]:checked + label:before,
.block-form .list-checkbox-wrap input[type="radio"]:checked + label:before {
  border-radius: 100px;
  content: "radio_button_checked";
  color: #009fff;
}
.block-form .list-radio-wrap input[type="checkbox"] + label:before,
.block-form .list-checkbox-wrap input[type="checkbox"] + label:before {
  border-radius: 2px;
  content: "check_box_outline_blank";
}
.block-form .list-radio-wrap input[type="checkbox"]:checked + label:before,
.block-form .list-checkbox-wrap input[type="checkbox"]:checked + label:before {
  border-radius: 2px;
  content: "check_box";
  color: #009fff;
}
.block-form .checkbox-container.label-right .checkbox-wrap {
  padding-bottom: 0;
  display: block;
  zoom: 1;
}
.block-form .checkbox-container.label-right .checkbox-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block-form .checkbox-container.label-right .nf-field-element {
  float: left;
}
.block-form .checkbox-container.label-right .nf-field-element input[type="checkbox"] {
  background: red;
  border: 1px solid #ffffff;
  width: 2em;
  height: 2em;
  border-radius: 2px;
  -webkit-appearance: none;
}
.block-form .checkbox-container.label-right .nf-field-element input[type="checkbox"]:checked {
  background: blue;
}
.block-form select {
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8vw;
  line-height: 1.2;
  padding: 1.5em 0 0.5em 0;
  border: none;
  border-radius: 0;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  display: block;
  width: 100%;
  margin: 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../images/select.svg);
  background-size: auto 200%;
  padding-right: 40px;
  -webkit-appearance: none;
  appearance: normal;
}
@media (max-width: 722.22222222px) {
  .block-form select {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .block-form select {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .block-form select {
    font-size: 15px;
  }
}
.block-form select:focus {
  background-color: rgba(0, 0, 0, 0.15);
  color: #009fff;
}
.block-form select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.block-form select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.block-form select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.block-form select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.block-form select:focus {
  background-position: right 100%;
}
.block-form .file_upload-container .nf-field-label {
  position: relative;
  pointer-events: auto;
}
.block-form .file_upload-container .nf-field-label label {
  padding-bottom: 0.75em;
}
.block-form .file_upload-container .nf-field-element {
  display: block;
  zoom: 1;
}
.block-form .file_upload-container .nf-field-element:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block-form .file_upload-container button {
  margin: 0;
  padding: 0.5em;
  width: 8em;
  text-align: center;
  margin-bottom: 0.75em;
  border: none;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 13.5px;
  font-size: 1.35vw;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
@media (max-width: 740.74074074px) {
  .block-form .file_upload-container button {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-form .file_upload-container button {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .file_upload-container button {
    font-size: 12px;
  }
}
.block-form .file_upload-container .files_uploaded {
  display: block;
  width: 100%;
  float: left;
}
.block-form .file_upload-container .delete {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  .block-form .file_upload-container .delete {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .block-form .file_upload-container .delete {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .file_upload-container .delete {
    font-size: 12px;
  }
}
.block-form .file_upload-container .delete:before {
  content: 'delete';
  font-size: 1.5em;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.15em;
}
.block-form .file_upload-container .delete:hover {
  color: #e80000;
}
.block-form .file_upload-container .nf-fu-progress {
  border: none;
  border-radius: 0;
  background: url(../images/type-pattern.png);
  width: calc(100% - 10em);
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 0.35em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .block-form .file_upload-container .nf-fu-progress {
    background-image: url(../images/type-pattern@2x.png);
    background-size: 24px;
  }
}
.block-form .file_upload-container .nf-fu-progress-bar {
  background-color: #009fff;
}
.block-form .submit-container {
  text-align: center;
  font-size: 28px;
  font-size: 2.8vw;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (max-width: 714.28571429px) {
  .block-form .submit-container {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .block-form .submit-container {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .submit-container {
    font-size: 18px;
  }
}
.block-form .submit-container .field-wrap {
  border: none;
  display: inline-block;
}
.block-form .submit-container .nf-field-label {
  display: none;
}
.block-form .submit-container .submit-wrap {
  position: relative;
}
.block-form .submit-container .submit-wrap:before,
.block-form .submit-container .submit-wrap:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: -10;
}
.block-form .submit-container .submit-wrap:before {
  background-image: url(../images/button-bottomleft.svg);
  width: 1.25em;
  height: 1.25em;
  bottom: -1.25em;
  left: -1.25em;
  margin-top: -1px;
  margin-right: -1px;
}
.block-form .submit-container .submit-wrap:after {
  background-image: url(../images/button-topright.svg);
  width: 3.75em;
  height: 2.5em;
  top: -1.25em;
  right: -1.25em;
  margin-top: 1px;
  margin-left: -1px;
}
@media screen and (max-width: 640px) {
  .block-form .submit-container .submit-wrap {
    width: calc(100% - 2.5em);
  }
}
.block-form .submit-container .nf-field-element {
  position: relative;
}
.block-form .submit-container .nf-field-element:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  z-index: -20;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block-form .submit-container input[type="button"] {
  display: block;
  font-size: 28px;
  font-size: 2.8vw;
  font-weight: bold;
  border: 10px solid #009fff;
  background-color: transparent;
  color: #009fff;
  padding: 0.75em 5em;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  cursor: pointer;
}
@media (max-width: 714.28571429px) {
  .block-form .submit-container input[type="button"] {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .block-form .submit-container input[type="button"] {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .submit-container input[type="button"] {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .block-form .submit-container input[type="button"]:hover {
    color: #ffffff;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
@media screen and (max-width: 640px) {
  .block-form .submit-container input[type="button"] {
    padding: 0.75em;
    width: 100%;
  }
}
@media (hover: hover) {
  .block-form .submit-container .nf-field-element:hover:before {
    width: 100%;
    background-color: #009fff;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .block-form .submit-container .nf-field-element:hover input[type="button"] {
    color: #ffffff;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
.block-form .nf-mp-footer {
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .block-form .nf-mp-footer {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-form .nf-mp-footer {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-mp-footer {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .block-form .nf-mp-footer {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-form .nf-mp-footer {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-mp-footer {
    padding-right: 7.5px;
  }
}
.block-form .nf-next-previous {
  list-style: none;
  margin: 0;
}
.block-form .nf-next-previous > li {
  text-indent: 0;
}
.block-form .nf-next-previous > li:before {
  content: none;
}
.block-form .nf-next-previous li {
  display: block;
  position: relative;
  min-width: 8em;
}
@media screen and (max-width: 640px) {
  .block-form .nf-next-previous li {
    width: 48%;
  }
  .block-form .nf-next-previous li input[type="button"] {
    border-width: 7.5px;
    padding: 0.75em 0;
  }
}
.block-form .nf-next-previous li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  z-index: -20;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.block-form .nf-next-previous input[type="button"] {
  display: block;
  font-size: 18px;
  font-size: 1.8vw;
  font-weight: bold;
  border: 10px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 0.75em 2.5em;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 722.22222222px) {
  .block-form .nf-next-previous input[type="button"] {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .block-form .nf-next-previous input[type="button"] {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-next-previous input[type="button"] {
    font-size: 15px;
  }
}
.block-form .nf-next-previous input[type="button"]:before {
  content: 'A';
}
@media (hover: hover) {
  .block-form .nf-next-previous input[type="button"]:hover {
    color: #009fff;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
@media (hover: hover) {
  .block-form .nf-next-previous li:hover {
    color: #ffffff;
  }
  .block-form .nf-next-previous li:hover:before {
    width: 100%;
    background-color: #ffffff;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
.block-form .nf-error-wrap {
  position: absolute;
  top: 0.5em;
  right: 0;
  pointer-events: none;
}
.block-form .nf-error.field-wrap {
  border-color: #e80000;
  background-color: rgba(232, 0, 0, 0.2);
}
.block-form .nf-error .nf-error-msg {
  font-size: 9px;
  font-size: 0.9vw;
}
@media (max-width: 1000px) {
  .block-form .nf-error .nf-error-msg {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  .block-form .nf-error .nf-error-msg {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-error .nf-error-msg {
    font-size: 9px;
  }
}
.block-form .nf-error .ninja-forms-field {
  border: none;
}
.block-form .nf-after-form-content .nf-error-msg {
  text-align: center;
  color: #e80000;
  background-color: rgba(232, 0, 0, 0.2);
  border: 10px solid #e80000;
  padding: 0.75em 2.5em;
  margin-left: 9px;
  margin-left: 0.9vw;
  margin-right: 9px;
  margin-right: 0.9vw;
}
@media (max-width: 666.66666667px) {
  .block-form .nf-after-form-content .nf-error-msg {
    margin-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-form .nf-after-form-content .nf-error-msg {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-after-form-content .nf-error-msg {
    margin-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .block-form .nf-after-form-content .nf-error-msg {
    margin-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-form .nf-after-form-content .nf-error-msg {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-after-form-content .nf-error-msg {
    margin-right: 7.5px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-after-form-content .nf-error-msg {
    border-width: 7.5px;
  }
}
.block-form .nf-input-limit {
  display: none;
}
.block-form .nf-form-fields-required {
  display: none;
}
.block-form .ninja-forms-req-symbol {
  color: #009fff;
}
.block-form .nf-mp-header {
  padding-left: 9px;
  padding-left: 0.9vw;
  padding-right: 9px;
  padding-right: 0.9vw;
  margin-bottom: 4em;
  /*
		.nf-breadcrumbs {
			.nobullet; counter-reset: breadcrumb-counter;
			li					{counter-increment: breadcrumb-counter; color: @c-text; border-left: 1px solid fade(@c-text,10%);}
			a					{.f-normal; color: fade(@c-text,30%); padding: 0 0.5em; margin: 0 1.5em 0 0;
				@media (hover: hover) {
					&:hover 	{color: @c-links-hover;}
				}
			}
			a:before			{content: 'Step 'counter(breadcrumb-counter); display: block; margin-bottom: 2em; .f-small;}
			.active a			{color: @c-colour;}
			.errors a			{color: @c-error;}
			li:last-child a		{margin-right: 0;}
			
			@media screen and (max-width: @mobile-break) {
				display: flex;
				li {margin: 0; flex: 1 1 100%;}
			} 
			
		}
*/
  /*
		margin-bottom: 4em;
		> div {display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch;}
*/
}
@media (max-width: 666.66666667px) {
  .block-form .nf-mp-header {
    padding-left: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-form .nf-mp-header {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-mp-header {
    padding-left: 7.5px;
  }
}
@media (max-width: 666.66666667px) {
  .block-form .nf-mp-header {
    padding-right: 6px;
  }
}
@media (min-width: 1111.11111111px) {
  .block-form .nf-mp-header {
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-mp-header {
    padding-right: 7.5px;
  }
}
.block-form .nf-mp-header .nf-progress-container {
  border: none;
  background: url(../images/type-pattern.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .block-form .nf-mp-header .nf-progress-container {
    background-image: url(../images/type-pattern@2x.png);
    background-size: 24px;
  }
}
.block-form .nf-mp-header .nf-progress {
  background-color: #009fff;
}
.block-form .nf-mp-header h3 {
  font-size: 28px;
  font-size: 2.8vw;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 714.28571429px) {
  .block-form .nf-mp-header h3 {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .block-form .nf-mp-header h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-mp-header h3 {
    font-size: 18px;
  }
}
.block-form .nf-mp-header .nf-breadcrumbs {
  display: block;
  list-style: none;
  margin: 0;
  counter-reset: breadcrumb-counter;
  padding-bottom: 1em !important;
  margin: 0 0 1em 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.block-form .nf-mp-header .nf-breadcrumbs > li {
  text-indent: 0;
}
.block-form .nf-mp-header .nf-breadcrumbs > li:before {
  content: none;
}
.block-form .nf-mp-header .nf-breadcrumbs li {
  counter-increment: breadcrumb-counter;
  color: #ffffff;
}
.block-form .nf-mp-header .nf-breadcrumbs li:after {
  content: "→";
  margin: 0 0.5em 0 0.4em;
  color: rgba(255, 255, 255, 0.3);
}
.block-form .nf-mp-header .nf-breadcrumbs li:last-child:after {
  content: none;
  display: none;
}
.block-form .nf-mp-header .nf-breadcrumbs a {
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  font-size: 18px;
  font-size: 1.8vw;
}
@media (max-width: 722.22222222px) {
  .block-form .nf-mp-header .nf-breadcrumbs a {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .block-form .nf-mp-header .nf-breadcrumbs a {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .block-form .nf-mp-header .nf-breadcrumbs a {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .block-form .nf-mp-header .nf-breadcrumbs a:hover {
    color: #80ceff;
  }
}
.block-form .nf-mp-header .nf-breadcrumbs a:before {
  content: counter(breadcrumb-counter) '. ';
}
.block-form .nf-mp-header .nf-breadcrumbs .active a {
  color: #009fff;
  font-weight: normal;
}
.block-form .nf-mp-header .nf-breadcrumbs .errors a {
  color: #e80000;
}
.block-form .nf-mp-header .nf-breadcrumbs li:last-child a {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .block-form .nf-mp-header .nf-breadcrumbs li {
    display: block;
    float: none;
  }
  .block-form .nf-mp-header .nf-breadcrumbs li:after {
    display: none;
    content: none;
  }
}
.form-input-text {
  display: block;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8vw;
  line-height: 1.2;
  padding: 1.5em 0 0.5em 0;
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (max-width: 722.22222222px) {
  .form-input-text {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .form-input-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .form-input-text {
    font-size: 15px;
  }
}
.form-input-text:focus {
  background-color: rgba(0, 0, 0, 0.15);
  color: #009fff;
}
.form-input-text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.form-input-text::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.form-input-text:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.form-input-text:-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.js .block-form textarea {
  overflow: hidden;
  box-sizing: border-box;
  resize: none;
}
.pika-single {
  font-family: 'usual', 'Usual', -apple-system, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  border: none !important;
}
.pika-single table {
  display: table;
}
.pika-single .is-selected .pika-button,
.pika-single .pika-button:hover {
  border-radius: 0;
}
.pika-single .is-selected .pika-button {
  background: #009fff;
}
.pika-single .pika-button:hover {
  background: #e6f5ff;
  color: #666;
}
.pika-single .pika-label {
  vertical-align: middle ;
}
#lhc_status_container {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
  margin-right: 30px;
  margin-left: auto;
  width: 18em;
  background: white;
  text-align: center;
  font-size: 13.5px;
  font-size: 1.35vw;
  font-weight: bold;
  color: #1f1f1f;
  padding: 1.5em 3em;
  z-index: 999;
}
@media (max-width: 740.74074074px) {
  #lhc_status_container {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  #lhc_status_container {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #lhc_status_container {
    font-size: 12px;
  }
}
#lhc_status_container a {
  color: #1f1f1f;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
  
  /* For IE6-8 */
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.f-large {
  font-size: 28px;
  font-size: 2.8vw;
}
@media (max-width: 714.28571429px) {
  .f-large {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .f-large {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .f-large {
    font-size: 18px;
  }
}
.f-big {
  font-size: 22px;
  font-size: 2.2vw;
}
@media (max-width: 681.81818182px) {
  .f-big {
    font-size: 15px;
  }
}
@media (min-width: 1363.63636364px) {
  .f-big {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .f-big {
    font-size: 18px;
  }
}
.f-normal {
  font-size: 18px;
  font-size: 1.8vw;
}
@media (max-width: 722.22222222px) {
  .f-normal {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .f-normal {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .f-normal {
    font-size: 15px;
  }
}
.f-small {
  font-size: 13.5px;
  font-size: 1.35vw;
}
@media (max-width: 740.74074074px) {
  .f-small {
    font-size: 10px;
  }
}
@media (min-width: 1481.48148148px) {
  .f-small {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .f-small {
    font-size: 12px;
  }
}
.f-nav {
  font-size: 11px;
  font-size: 1.1vw;
}
@media (max-width: 1000px) {
  .f-nav {
    font-size: 11px;
  }
}
@media (min-width: 1409.09090909px) {
  .f-nav {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 640px) {
  .f-nav {
    font-size: 11px;
  }
}
.f-tiny {
  font-size: 9px;
  font-size: 0.9vw;
}
@media (max-width: 1000px) {
  .f-tiny {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  .f-tiny {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .f-tiny {
    font-size: 9px;
  }
}
.f-base {
  font-size: 18px;
  font-size: 1.8vw;
}
@media (max-width: 722.22222222px) {
  .f-base {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .f-base {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .f-base {
    font-size: 15px;
  }
}
.f-major {
  font-size: 28px;
  font-size: 2.8vw;
}
@media (max-width: 714.28571429px) {
  .f-major {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .f-major {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .f-major {
    font-size: 18px;
  }
}
.f-title {
  font-size: 18px;
  font-size: 1.8vw;
}
@media (max-width: 722.22222222px) {
  .f-title {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .f-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .f-title {
    font-size: 15px;
  }
}
.f-h1 {
  font-size: 28px;
  font-size: 2.8vw;
  font-weight: bold;
}
@media (max-width: 714.28571429px) {
  .f-h1 {
    font-size: 20px;
  }
}
@media (min-width: 1428.57142857px) {
  .f-h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .f-h1 {
    font-size: 18px;
  }
}
.f-h2 {
  font-size: 18px;
  font-size: 1.8vw;
  font-weight: bold;
}
@media (max-width: 722.22222222px) {
  .f-h2 {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .f-h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .f-h2 {
    font-size: 15px;
  }
}
.f-h3 {
  font-size: 18px;
  font-size: 1.8vw;
  font-weight: bold;
}
@media (max-width: 722.22222222px) {
  .f-h3 {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .f-h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .f-h3 {
    font-size: 15px;
  }
}
.f-h4 {
  font-size: 18px;
  font-size: 1.8vw;
  font-weight: bold;
}
@media (max-width: 722.22222222px) {
  .f-h4 {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .f-h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .f-h4 {
    font-size: 15px;
  }
}
.f-button {
  font-size: 9px;
  font-size: 0.9vw;
}
@media (max-width: 1000px) {
  .f-button {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  .f-button {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .f-button {
    font-size: 9px;
  }
}
.f-caption {
  font-size: 9px;
  font-size: 0.9vw;
}
@media (max-width: 1000px) {
  .f-caption {
    font-size: 9px;
  }
}
@media (min-width: 1333.33333333px) {
  .f-caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .f-caption {
    font-size: 9px;
  }
}
.f-caption-zoom {
  font-size: 18px;
  font-size: 1.8vw;
}
@media (max-width: 722.22222222px) {
  .f-caption-zoom {
    font-size: 13px;
  }
}
@media (min-width: 1444.44444444px) {
  .f-caption-zoom {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .f-caption-zoom {
    font-size: 15px;
  }
}
.f-font-tester {
  font-size: 25px;
}
