/*************************************************
 CL MIXINS COLLECTION
**************************************************/
/*** Global Options ************/
/*
  PALM                 NOTPALM
------540-|...........................................

            TABLET             NOTPORTABLE
..........|-----750-|.................................

       PORTABLE       LAPTOP
....................|-----950-|.......................

               TABLETLAPTOP
..........|-540-----------950-|.......................

            NOTDESKTOP              DESKTOP
..............................|-950-------------------

                                         BIGDESKTOP
.......................................|-1350---------

*/
/*************************************************
 CL MIXINS COLLECTION
**************************************************/
/*** Global Options ************/
/*
  PALM                 NOTPALM
------540-|...........................................

            TABLET             NOTPORTABLE
..........|-----750-|.................................

       PORTABLE       LAPTOP
....................|-----950-|.......................

               TABLETLAPTOP
..........|-540-----------950-|.......................

            NOTDESKTOP              DESKTOP
..............................|-950-------------------

                                         BIGDESKTOP
.......................................|-1350---------

*/
/*
  All CSS Rules Required for @extend so that they can be loaded in in a batch
*/
/* Headings */
h1, h2, h3, h4, h5, h6, blockquote, .title-size1, .title-size2, .title-size3, .title-size4, .title-size5, .title-size6 {
  font-weight: 500;
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 27px;
  padding: 0px;
}
h1 h1 > p, h1 .text-subtitle, h1 .title-size1 > p, h2 h1 > p, h2 .text-subtitle, h2 .title-size1 > p, h3 h1 > p, h3 .text-subtitle, h3 .title-size1 > p, h4 h1 > p, h4 .text-subtitle, h4 .title-size1 > p, h5 h1 > p, h5 .text-subtitle, h5 .title-size1 > p, h6 h1 > p, blockquote h1 > p, h6 .text-subtitle, blockquote .text-subtitle, h6 .title-size1 > p, blockquote .title-size1 > p, .title-size1 h1 > p, .title-size1 .text-subtitle, .title-size1 .title-size1 > p, .title-size2 h1 > p, .title-size2 .text-subtitle, .title-size2 .title-size1 > p, .title-size3 h1 > p, .title-size3 .text-subtitle, .title-size3 .title-size1 > p, .title-size4 h1 > p, .title-size4 .text-subtitle, .title-size4 .title-size1 > p, .title-size5 h1 > p, .title-size5 .text-subtitle, .title-size5 .title-size1 > p, .title-size6 h1 > p, .title-size6 .text-subtitle, .title-size6 .title-size1 > p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

h1, .title-size1 {
  font-size: 65px;
  line-height: 73px;
}
@media only screen and (max-width: 540px) {
  h1, .title-size1 {
    font-size: 64px;
    line-height: 70px;
  }
}

h2, .title-size2 {
  font-size: 46px;
  line-height: 51px;
}
@media only screen and (max-width: 540px) {
  h2, .title-size2 {
    font-size: 35px;
    line-height: 46px;
  }
}

h3, .title-size3 {
  font-size: 37px;
  line-height: 45px;
  margin-bottom: 40.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4, .title-size4 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 13.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}

h5, .title-size5 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 13.5px;
}

h6, blockquote, .title-size6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 13.5px;
}

/* Buttons */
.button {
  text-decoration: none;
  display: inline-flex;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 27px 0 0 0;
  width: auto;
  height: 60px;
  text-align: center;
  padding: 4px 32px 2px;
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button span {
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 950px) {
  .button {
    min-width: 200px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .button {
    font-size: 13px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 750px) {
  .button {
    width: 100%;
    font-size: 13px;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:active {
  text-decoration: none;
}
.button.big {
  font-size: 20px;
  height: 70px;
  padding: 5px 34px 0px 34px;
}
.button.hollow {
  border-width: 2px !important;
  padding-top: 4px;
  border-style: solid;
}
.button.hollow span {
  top: 0;
  position: unset;
}

.border-hover {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -ms-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (hover: hover) {
  .border-hover {
    width: 0;
    opacity: 0;
  }
}

/* DEFAULT

(global option variables defined in mixins.scss)
**************************************************/
body {
  font-family: "National", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased !important;
}
@media only screen and (max-width: 949px) {
  body {
    padding-top: 80px; /* size of the sticky mobile header */
  }
}

.title-centered h3 span, .title-centered h4 span, .title-centered h5 span, .title-centered .title-size3 span, .title-centered .title-size4 span, .title-centered .title-size5 span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 22px;
  margin-bottom: 8px;
}

.text-bigger {
  font-size: 20px;
  line-height: 29.7px;
}

.text-phonenumberbig {
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 300;
  display: inline-block;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .text-phonenumberbig {
    font-size: 2.9rem;
    line-height: 2.9rem;
  }
}
@media only screen and (max-width: 540px) {
  .text-phonenumberbig {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
}

a {
  text-decoration: none;
}
a:not(.button):not(.title):not(.menuitem):not(.criteria):not(.grid-more):not(.notification-button):not(.border-bottom-gradient):not(.grid-block):not(.form-page):not(.buttons-menu a):hover, a:not(.button):not(.title):not(.menuitem):not(.criteria):not(.grid-more):not(.notification-button):not(.border-bottom-gradient):not(.grid-block):not(.form-page):not(.buttons-menu a):focus, a:not(.button):not(.title):not(.menuitem):not(.criteria):not(.grid-more):not(.notification-button):not(.border-bottom-gradient):not(.grid-block):not(.form-page):not(.buttons-menu a):visited {
  /*color:inherit;*/
  text-decoration: underline;
}

p {
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 27px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

blockquote {
  text-align: center;
  position: relative;
  padding: 40.5px 0 27px;
  /* lines */
}
blockquote .line {
  width: 90px;
  height: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
blockquote .line:first-of-type {
  top: 5px;
}
blockquote .line:last-of-type {
  bottom: 20px;
}
blockquote p:last-of-type {
  font-size: 18px;
  line-height: 25px;
}
blockquote p:first-of-type {
  font-size: inherit !important;
  line-height: inherit !important;
}

.section-outer {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
}
.section-outer.nopadding-bottom {
  padding-bottom: 0;
}
.section-outer.nopadding-top {
  padding-top: 0;
}
.section-outer.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}
.section-outer.shift-up {
  top: -40.5px;
}
.section-outer.shift-down {
  top: 135px;
}
.section-outer.smallerpadding-bottom {
  padding-bottom: 27px;
}
.section-outer.smallerpadding-top {
  padding-top: 27px;
}
.section-outer.smallerpadding {
  padding-top: 27px;
  padding-bottom: 27px;
}
.section-outer svg.wave {
  display: none;
}
.section-outer .section-outer-bkimage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-outer .section-outer-bkimage .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.8;
  z-index: 1;
}
.section-outer .section-inner {
  display: block;
  width: 100%;
  max-width: 1150px;
  height: 100%;
  margin: 0 auto 0;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 1350px) {
  .section-outer .section-inner {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .section-outer .section-inner {
    max-width: 750px;
  }
}
@media only screen and (max-width: 750px) and (min-width: 541px) {
  .section-outer .section-inner {
    max-width: 640px;
  }
}
@media only screen and (max-width: 540px) {
  .section-outer .section-inner {
    max-width: 480px;
    padding: 0 15px;
  }
}
.section-outer .section-inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-outer .section-inner img.alignleft {
  margin-right: 32px;
  float: left;
}
.section-outer .section-inner img.alignright {
  margin-left: 32px;
  float: right;
}
.section-outer .section-inner-bkimage {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: calc(100% - 60px);
  position: absolute;
}
@media only screen and (max-width: 750px) {
  .section-outer .section-inner-bkimage {
    display: none;
  }
}

@media only screen and (min-width: 950px) {
  .two-columns-wide {
    margin-left: -96px !important;
  }
  .two-columns-wide > .grid__item {
    padding-left: 96px;
  }
  .two-columns-wide .text-columns-wrapper > .grid__item {
    padding-left: 96px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .two-columns-wide {
    margin-left: -64px;
  }
  .two-columns-wide > .grid__item {
    padding-left: 64px;
  }
  .two-columns-wide .text-columns-wrapper > .grid__item {
    padding-left: 64px;
  }
}

.grid__item.title-centered h1, .grid__item.title-centered h2, .grid__item.title-centered h3, .grid__item.title-centered h4, .grid__item.title-centered h5, .grid__item.title-centered h6, .grid__item.title-centered .title-size1, .grid__item.title-centered .title-size2, .grid__item.title-centered .title-size3, .grid__item.title-centered .title-size4, .grid__item.title-centered .title-size5, .grid__item.title-centered .title-size6, .title-centered h1, .title-centered h2, .title-centered h3, .title-centered h4, .title-centered h5, .title-centered h6, .title-centered blockquote, .title-centered .title-size1, .title-centered .title-size2, .title-centered .title-size3, .title-centered .title-size4, .title-centered .title-size5, .title-centered .title-size6 {
  text-align: center;
}

.grid__item.content-centered, .content-centered {
  text-align: center;
}
.grid__item.content-centered h1, .grid__item.content-centered h2, .grid__item.content-centered h3, .grid__item.content-centered h4, .grid__item.content-centered h5, .grid__item.content-centered h6, .grid__item.content-centered .title-size1, .grid__item.content-centered .title-size2, .grid__item.content-centered .title-size3, .grid__item.content-centered .title-size4, .grid__item.content-centered .title-size5, .grid__item.content-centered .title-size6, .content-centered h1, .content-centered h2, .content-centered h3, .content-centered h4, .content-centered h5, .content-centered h6, .content-centered blockquote, .content-centered .title-size1, .content-centered .title-size2, .content-centered .title-size3, .content-centered .title-size4, .content-centered .title-size5, .content-centered .title-size6 {
  text-align: center;
}

.navigation-outer, .header-outer {
  padding-top: 0;
  padding-bottom: 0;
}

.buttoncolour-primary-onbright:before, .buttoncolour-primary-ondark:before, .buttoncolour-primary-alt:before, .buttoncolour-secondary-onbright:before, .buttoncolour-secondary-ondark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: none;
  border: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.buttoncolour-primary-onbright.hollow:before, .buttoncolour-primary-ondark.hollow:before, .buttoncolour-primary-alt.hollow:before, .buttoncolour-secondary-onbright.hollow:before, .buttoncolour-secondary-ondark.hollow:before {
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.buttoncolour-primary-onbright:hover:before, .buttoncolour-primary-ondark:hover:before, .buttoncolour-primary-alt:hover:before, .buttoncolour-secondary-onbright:hover:before, .buttoncolour-secondary-ondark:hover:before {
  opacity: 1;
}

.button span {
  position: relative !important;
}

.button:hover {
  /*border-image:unset !important;*/
}
.button:hover span {
  -webkit-text-fill-color: unset !important;
  text-fill-color: unset !important;
}

.button.button-arrow {
  padding-right: 80px;
}
.button.button-arrow:after {
  content: "";
  width: 32px;
  height: 20px;
  position: absolute;
  right: 32px;
  top: 50%;
  mask: url(../../assets/images/icons/icon-buttonarrow.svg);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button.button-arrow:hover:after {
  right: 22px;
}

.button.button-underlineanim:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 32px;
  bottom: 11px;
  background: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button.button-underlineanim:hover:after {
  width: calc(100% - 64px);
}

.button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px;
  margin: 0 auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .button-wrapper {
    margin-bottom: 27px;
  }
}
.button-wrapper a {
  margin-top: 2rem;
}
.button-wrapper.narrow {
  margin-left: 16px;
  width: calc(100% - 16px);
}
.button-wrapper.align-left {
  justify-content: flex-start;
}
.button-wrapper.align-right {
  justify-content: flex-end;
}

.iframe-calculator {
  height: 1650px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .iframe-calculator {
    height: 2100px;
  }
}
@media only screen and (max-width: 750px) and (min-width: 541px) {
  .iframe-calculator {
    height: 2300px;
  }
}
@media only screen and (max-width: 540px) {
  .iframe-calculator {
    height: 2450px;
  }
}

.smallcopy {
  font-size: 14px;
  line-height: 20px;
}

.grecaptcha-badge {
  right: -300px !important;
}

@media only screen and (max-width: 540px) {
  img[class*=wp-image].alignright, img[class*=wp-image].alignleft, img[class*=wp-image].aligncenter, img[class*=wp-image].alignnone {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 27px 0;
  }
}

.pop-up-modal-container {
  top: 88px !important;
}
