﻿/*
Theme Name: UKDS Base Theme
Theme URI: https://ukdesignservices.com
Author: UK Design Services
Author URI: https://ukdesignservices.com
Description: UKDS Base Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%; }

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none !important; }

#page {
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: 120rem;
  padding: 0 3rem;
  margin: 0 auto; }
  @media screen and (min-width: 1025px) {
    .container {
      padding: 0 1.5rem; } }

.container-fluid {
  width: 100%;
  max-width: calc(100% - 3rem);
  padding: 0 1.5rem;
  margin: 0 auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.col-centre {
  text-align: center; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

body,
select,
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='search'],
input[type='password'],
input[type='date'],
textarea {
  font: 1.6rem "Fira Sans", sans-serif;
  color: #0A1B28; }

a {
  color: #0A1B28; }

h1.page-title,
span.page-title {
  font-weight: 900;
  font-size: 4.2rem; }
  @media screen and (min-width: 992px) {
    h1.page-title,
    span.page-title {
      font-size: 6rem; } }

h1 {
  font-size: 4.2rem;
  font-weight: 700; }

h2 {
  font-size: 3.6rem;
  font-weight: 700; }

h3 {
  font-weight: 700; }

h4, h5 {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6,
body,
p, a, * {
  line-height: 1.3334; }

#site-navigation a {
  color: #fff;
  text-decoration: none; }

strong {
  font-weight: 700; }

body {
  font: 1.6rem "Fira Sans", sans-serif;
  color: #0A1B28; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

@media screen and (max-width: 990px) {
  .nav-open header.site-header {
    position: fixed;
    z-index: 6;
    width: 100%;
    background: transparent; }
    .nav-open header.site-header > .container:first-child {
      border-bottom: .1rem solid #eaeaf0; }
  .nav-open #masthead {
    margin-top: 7.8rem; } }
  @media screen and (max-width: 990px) and (min-width: 780px) {
    .nav-open #masthead {
      margin-top: 11.5rem; } }

header.site-header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 2;
  position: relative; }

header.site-header #logo {
  padding: 1.4rem 0; }
  @media screen and (min-width: 780px) {
    header.site-header #logo {
      padding: 2.5rem 0; } }

header.site-header #header-contact,
header.site-header #header-phone {
  display: flex;
  align-items: center; }

header.site-header #header-phone {
  margin-right: 2rem; }
  header.site-header #header-phone i {
    font-size: 3.2rem; }
  header.site-header #header-phone a {
    color: #0A1B28;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: .2rem; }
  header.site-header #header-phone div {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    color: #435563;
    font-weight: 500; }

header.site-header #header-contact {
  display: none;
  margin-left: auto; }
  @media screen and (min-width: 780px) {
    header.site-header #header-contact {
      display: flex; } }

#logo img {
  display: block;
  width: 5.4rem; }
  @media screen and (min-width: 780px) {
    #logo img {
      width: 7rem; } }

#menu-toggle {
  border: 0;
  background: none;
  padding: 0;
  margin: 0 0 0 2rem;
  width: 3.6rem;
  height: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (min-width: 992px) {
    #menu-toggle {
      display: none; } }
  #menu-toggle span {
    height: .4rem;
    width: 100%;
    background: #0A1B28;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem; }

.nav-open #site-navigation {
  display: flex;
  transform: translateY(0vh); }

#site-navigation {
  transform: translateY(-110vh);
  transition: transform .3s ease-in-out;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  #site-navigation > .container {
    align-items: center;
    justify-content: center;
    text-align: center; }
  #site-navigation ul {
    display: flex;
    flex-direction: column; }
    #site-navigation ul li a {
      margin: 1rem;
      font-weight: 500; }
  @media screen and (max-width: 990px) {
    #site-navigation ul li a {
      font-size: 2rem;
      display: block;
      margin: .6rem 0;
      color: #0A1B28; } }
  @media screen and (min-width: 992px) {
    #site-navigation {
      transform: translateY(0);
      background: #0A1B28;
      display: flex;
      position: static; }
      #site-navigation ul {
        flex-direction: row; }
      #site-navigation .container {
        height: 6rem; }
        #site-navigation .container .main-navigation {
          width: 100%; }
          #site-navigation .container .main-navigation ul#primary-menu {
            justify-content: space-between; }
            #site-navigation .container .main-navigation ul#primary-menu > li.menu-item-has-children > a:before {
              content: "+";
              position: absolute;
              right: 0; }
            #site-navigation .container .main-navigation ul#primary-menu > li > a {
              display: block;
              margin: 0;
              padding-left: 1.5rem;
              padding-right: 1.5rem;
              line-height: 6rem;
              position: relative; }
              #site-navigation .container .main-navigation ul#primary-menu > li > a:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 0;
                background: #fff;
                transition: height .3s ease; }
            #site-navigation .container .main-navigation ul#primary-menu > li.current-menu-item > a:after,
            #site-navigation .container .main-navigation ul#primary-menu > li a:hover:after {
              height: .3rem; }
            #site-navigation .container .main-navigation ul#primary-menu > li > .sub-menu {
              flex-direction: column;
              position: absolute;
              transform: scaleY(0);
              opacity: 0;
              transform-origin: top;
              transition: all .3s ease;
              margin-top: -.3rem;
              background: #fff; }
              #site-navigation .container .main-navigation ul#primary-menu > li > .sub-menu > li > a {
                text-align: left;
                color: #0A1B28;
                padding: 1.8rem 1.5rem 0;
                display: block;
                margin: 0; }
                #site-navigation .container .main-navigation ul#primary-menu > li > .sub-menu > li > a:hover {
                  color: #FC8F00; }
              #site-navigation .container .main-navigation ul#primary-menu > li > .sub-menu > li:last-child > a {
                padding-bottom: 1.8rem; }
            #site-navigation .container .main-navigation ul#primary-menu > li:hover > .sub-menu {
              transform: scale(1);
              opacity: 1; } }
  @media screen and (min-width: 990px) and (max-width: 999px) {
    #site-navigation {
      transition: none !important; }
      #site-navigation * {
        transition: none !important; } }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  border-radius: 0;
  background: #fff;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  padding: 1rem;
  display: block;
  border: 0;
  width: 100%;
  min-height: 5rem;
  -webkit-appearance: none; }

select {
  padding: 0 1rem;
  height: 5rem;
  line-height: 5rem;
  -webkit-appearance: none; }

.btn,
.btn-box > input[type='submit'],
.btn.ukds-primary-button,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus,
.nav-previous a,
.nav-next a,
.more-link,
.more-link:hover,
.more-link:active,
.more-link:visited,
.more-link:focus,
.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"],
.wpcf7-form button:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button:active,
.wpcf7-form input[type="button"]:active,
.wpcf7-form input[type="reset"]:active,
.wpcf7-form input[type="submit"]:active,
.wpcf7-form button:focus,
.wpcf7-form input[type="button"]:focus,
.wpcf7-form input[type="reset"]:focus,
.wpcf7-form input[type="submit"]:focus {
  display: inline-block;
  overflow: hidden;
  padding: .2rem 2.4rem 0;
  line-height: 4.5rem;
  height: 5rem;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  transition: background .3s ease-in-out;
  background: #FC8F00;
  border: 0.1rem solid rgba(255, 255, 255, 0);
  text-decoration: none;
  outline: none !important;
  text-align: center;
  overflow: hidden;
  font-family: "Fira Sans", sans-serif;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  /*& {
        @media screen and (max-width:991px) {
            line-height:4rem;
        }
    }*/ }

.btn:hover,
.btn-box > input[type='submit']:hover,
.more-link:hover,
.wpcf7-form button:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover {
  background: #ff9a17;
  color: #fff !important; }

.btn.ukds-primary-button {
  font-size: 1.8rem; }
  @media screen and (max-width: 991px) {
    .btn.ukds-primary-button {
      font-size: 1.6rem; } }

.btn.btn-small {
  font-size: 1.4rem;
  line-height: 4rem; }

.btn.ukds-primary-button:before,
.btn.ukds-primary-button:after {
  content: none !important; }

.btn.btn-outline {
  background: transparent;
  border: 0.1rem solid #FC8F00;
  color: #000; }

.btn-white {
  background: #fff;
  color: #630B79; }

.btn.btn-white.btn-outline {
  border-color: #fff;
  background: transparent;
  color: #fff; }

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:active {
  background: rgba(255, 255, 255, 0.2); }

.btn.btn-grey,
.nav-previous a,
.nav-next a {
  background: #f9f9f9;
  border-color: #e0e0e0;
  color: #5a5a5a; }

.btn.btn-secondary {
  background: #0A385F; }

.btn.btn-grey:hover,
.nav-previous a:hover,
.nav-next a:hover {
  background: #e0e0e0; }

.btn i {
  padding-right: 0.5rem; }

.btn-group {
  display: flex;
  flex-direction: row; }

.btn-group > a {
  margin-right: -0.1rem; }

.btn-group > a:first-child {
  border-radius: 0.4rem 0 0 0.4rem; }

.btn-group > a:last-child {
  border-radius: 0 0.4rem 0.4rem 0; }

.buttons .btn {
  margin-right: 1rem; }

.buttons .btn:last-child {
  margin-right: 0; }

.ukds-radio[type='radio'], .ukds-checkbox[type='checkbox'] {
  position: absolute;
  left: -9999em;
  width: 0;
  height: 0;
  overflow: hidden; }

.ukds-radio[type='radio'] + label, .ukds-checkbox[type='checkbox'] + label {
  position: relative;
  padding-left: 25px;
  transition: color .3s ease-in-out;
  font-size: 16px;
  display: block; }

.ukds-radio[type='radio'] + label:before {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #adb5bd;
  left: 0;
  top: 4px;
  content: "";
  transition: border-color .3s ease-in-out; }

.ukds-radio[type='radio'] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  transition: background .3s ease-in-out; }

.ukds-radio[type='radio']:checked + label:before {
  border-color: #000; }

.ukds-radio[type='radio']:checked + label:after {
  background: #000; }

.ukds-input {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem; }

.ukds-input input,
.ukds-input textarea,
.ukds-input select {
  height: 6rem;
  line-height: 6rem;
  width: 100%;
  padding: 0 2rem;
  border: 1px solid #CFD2D6;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem; }

.ukds-field-subject {
  display: block; }

.ukds-field-subject:after {
  content: "\f107";
  color: #0A1B28;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-family: "Font Awesome 5 Pro"; }

.ukds-input textarea {
  height: 18rem; }

.ukds-input label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease-in-out;
  visibility: visible;
  cursor: text;
  line-height: 6rem;
  padding: 0 2rem; }

.ukds-inputting label {
  opacity: 0;
  top: -2rem !important;
  visibility: hidden; }

.ukds-input label span {
  color: #900; }

.ukds-error {
  background: #ffbbbb !important; }

.ukds-error + label {
  color: #900; }

.form-item-large input {
  height: 6rem;
  padding: 2rem;
  font-size: 1.8rem;
  border-radius: .6rem; }

.form-item-large .btn {
  height: 6rem;
  font-size: 1.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: .6rem; }

#mailpoet_form_1 .mailpoet_message {
  margin: 0 !important;
  padding: 0 !important; }

#mailpoet_form_1 form.mailpoet_form {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  #mailpoet_form_1 form.mailpoet_form .form-field {
    flex: 1 0 auto;
    margin-bottom: 0 !important; }
  #mailpoet_form_1 form.mailpoet_form .form-field input {
    width: 100%;
    text-align: center;
    height: 6rem;
    padding: 2rem !important;
    font-size: 1.8rem;
    border-radius: .5rem .5rem 0 0; }
  #mailpoet_form_1 form.mailpoet_form .btn-box input {
    height: 6rem;
    font-size: 1.8rem;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    border-radius: 0 0 .5rem .5rem;
    width: 100%; }
  @media screen and (min-width: 780px) {
    #mailpoet_form_1 form.mailpoet_form {
      flex-direction: row; }
      #mailpoet_form_1 form.mailpoet_form .form-field input {
        text-align: left;
        border-radius: .6rem 0 0 .6rem; }
      #mailpoet_form_1 form.mailpoet_form .btn-box input {
        border-radius: 0 0.6rem 0.6rem 0; } }

.form-group {
  display: flex;
  flex-direction: column; }
  .form-group input {
    flex: 1 0 auto;
    width: auto;
    border-radius: .5rem .5rem 0 0;
    text-align: center; }
  .form-group .btn {
    border-radius: 0 0 .5rem .5rem; }
  @media screen and (min-width: 780px) {
    .form-group {
      flex-direction: row; }
      .form-group input {
        text-align: left;
        border-radius: .6rem 0 0 .6rem; }
      .form-group .btn {
        border-radius: 0 0.6rem 0.6rem 0; } }

#main div.wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 2rem;
  border: 0;
  background: #fff6eb;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem; }

#main span.wpcf7-not-valid-tip {
  color: #900;
  margin: .5rem 0rem;
  text-align: right; }

#main div.wpcf7-validation-errors,
#main div.wpcf7-acceptance-missing {
  background: #ffebeb; }

#main .wpcf7-not-valid {
  border-color: #900; }

#ukds-uploader {
  display: none; }

#testimonials {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background: #E5E8EB;
  padding: 4rem;
  position: relative;
  margin-top: 5rem;
  margin-left: -3rem;
  margin-right: -3rem; }
  @media screen and (min-width: 1280px) {
    #testimonials {
      padding: 5rem; } }
  @media screen and (max-width: 780px) {
    #testimonials {
      padding: 3rem; } }
  #testimonials:before {
    content: open-quote;
    font-family: Arial;
    color: #FC8F00;
    font-size: 24rem;
    position: absolute;
    top: -10rem;
    margin-left: -1rem; }
  #testimonials .testimonial p {
    font-size: 2rem;
    font-weight: 300;
    font-style: italic; }
  #testimonials .testimonial h5 {
    font-size: 2rem;
    font-weight: 600;
    font-style: italic; }
  @media screen and (min-width: 780px) {
    #testimonials {
      margin-left: 0;
      margin-right: 0; } }

#main #services {
  list-style: none;
  padding: 0;
  margin: 2rem -1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #main #services li {
    padding: 1.5rem;
    list-style: none;
    flex: 1 0 auto;
    width: 100%; }
    #main #services li:before {
      content: none; }
    @media screen and (min-width: 780px) {
      #main #services li {
        max-width: 50%; } }
    @media screen and (min-width: 1025px) {
      #main #services li {
        max-width: 33.3%; } }
    #main #services li figure {
      display: flex; }
      #main #services li figure span {
        display: block;
        text-align: left;
        min-width: 10rem; }
      #main #services li figure figcaption {
        flex: 1 1 auto; }
        #main #services li figure figcaption h4 {
          margin-bottom: .8rem; }

#masthead {
  background: url(images/1.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  height: 40rem; }
  @media screen and (min-width: 992px) {
    #masthead {
      height: 50rem; }
      #masthead h1 {
        font-size: 6rem;
        font-weight: 900; }
      #masthead h2 {
        max-width: 42%; } }
  #masthead h1, #masthead h2 {
    margin: 0; }
  #masthead h2 {
    font-size: 2.4rem;
    font-weight: 300;
    margin: 1.5rem 0 2.5rem; }
  #masthead .btn-primary {
    margin-right: 1rem; }

body:not(.home) #masthead {
  min-height: 20rem; }
  @media screen and (min-width: 780px) {
    body:not(.home) #masthead {
      height: 30rem; } }
  @media screen and (min-width: 992px) {
    body:not(.home) #masthead h2 {
      max-width: 50%; } }
  body:not(.home) #masthead .container {
    padding-left: 30px;
    padding-right: 30px; }
  body:not(.home) #masthead h2 {
    margin-bottom: 0; }

.site-main {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .site-main p {
    margin: 0 0 2rem; }
    .site-main p:last-child {
      margin-bottom: 0; }
  .site-main h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 2rem; }
    @media screen and (min-width: 780px) {
      .site-main h3 {
        font-size: 3.2rem; } }
  .site-main h4 {
    font-size: 1.8rem; }
  .site-main ul {
    padding-left: 0rem;
    margin: 0 0 2rem; }
    .site-main ul li {
      position: relative;
      padding-left: 2rem;
      margin-bottom: 1rem; }
      .site-main ul li:before {
        content: "";
        width: .8rem;
        height: .3rem;
        background: #0A1B28;
        position: absolute;
        left: 0;
        top: .8rem; }
  .site-main .grey-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: #E5E8EB;
    padding: 4rem; }
    @media screen and (min-width: 1280px) {
      .site-main .grey-box {
        padding: 5rem; } }
    @media screen and (max-width: 780px) {
      .site-main .grey-box {
        padding: 3rem; } }
  .site-main .two-across-video,
  .site-main .two-across {
    display: flex;
    align-items: stretch !important; }
    @media screen and (max-width: 780px) {
      .site-main .two-across-video > .panel-grid-cell,
      .site-main .two-across > .panel-grid-cell {
        margin-bottom: 0 !important; } }
    @media screen and (max-width: 549px) {
      .site-main .two-across-video .panel-last-child,
      .site-main .two-across .panel-last-child {
        width: 100%; }
        .site-main .two-across-video .panel-last-child img,
        .site-main .two-across .panel-last-child img {
          max-width: 100%;
          height: auto; }
        .site-main .two-across-video .panel-last-child .btn,
        .site-main .two-across .panel-last-child .btn {
          width: 100%; } }

@media screen and (max-width: 1025px) and (min-width: 549px) {
  .two-across {
    overflow: hidden;
    position: relative; }
    .two-across > div {
      margin: 0 !important; }
    .two-across .grey-box {
      background: rgba(240, 240, 240, 0.9);
      position: relative; }
    .two-across img {
      left: 0;
      top: 0;
      z-index: -1;
      position: absolute;
      width: 100%;
      opacity: 0.8;
      min-height: 100%;
      height: auto; } }

/*@media screen and (min-width:780px) {*/
.two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child {
  display: flex;
  height: 100%; }
  .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget {
    width: 100%; }
    .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a {
      display: flex;
      height: 100%;
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 780px) {
        .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a {
          min-height: 40rem; } }
      .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background: #0A385F; }
      .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a:after {
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: '\f144';
        color: #fff;
        font-weight: 900;
        font-size: 7.2rem;
        width: 8rem;
        height: 8rem;
        line-height: 8rem;
        text-align: center;
        left: 50%;
        top: 50%;
        margin-left: -4rem;
        margin-top: -4rem;
        z-index: 2;
        opacity: .7;
        transition: opacity .3s ease-in-out; }
      .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a > img {
        max-width: 100%;
        opacity: 0.6;
        min-height: 100%;
        object-fit: cover;
        transition: all .3s ease-in-out; }
        @media screen and (min-width: 780px) {
          .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a > img {
            min-width: 720px;
            position: absolute;
            transform-origin: center center;
            transform: translateX(-50%);
            left: 50%; } }
      .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a:hover:after {
        opacity: 1; }
      .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a:hover > img {
        transform: scale(1.1);
        opacity: 1; }
        @media screen and (min-width: 780px) {
          .two-across-video > .panel-grid-cell > .panel-first-child.panel-last-child > .custom-html-widget > a:hover > img {
            transform: scale(1.1) translateX(-45%); } }

/*}*/
@media screen and (min-width: 1025px) {
  .two-across > .panel-grid-cell > .panel-first-child.panel-last-child {
    display: flex;
    height: 100%; }
    .two-across > .panel-grid-cell > .panel-first-child.panel-last-child > .so-widget-sow-image {
      width: 100%; }
      .two-across > .panel-grid-cell > .panel-first-child.panel-last-child > .so-widget-sow-image > .sow-image-container {
        display: flex;
        height: 100%;
        min-height: 40rem;
        overflow: hidden;
        position: relative; }
        .two-across > .panel-grid-cell > .panel-first-child.panel-last-child > .so-widget-sow-image > .sow-image-container > img {
          min-width: 47rem;
          min-height: 100%;
          object-fit: cover;
          margin-left: 50%;
          transform: translateX(-50%); } }

.single #main .entry-content {
  margin: 4rem 0; }
  @media screen and (min-width: 1280px) {
    .single #main .entry-content p {
      max-width: 75%; } }
  .single #main .entry-content > p:first-child {
    font-size: larger;
    margin-bottom: 3rem; }

.single #main .wp-block-table.is-style-regular {
  padding-left: 2px;
  padding-right: 2px; }
  .single #main .wp-block-table.is-style-regular td {
    border: .1rem solid #ddd;
    padding: .5rem; }

.single #main .wp-block-image img {
  height: auto; }

.single #main .wp-block-image .aligncenter,
.single #main .wp-block-image .alignleft,
.single #main .wp-block-image .alignright {
  margin-bottom: 3rem !important; }

aside#secondary h3 {
  font-size: 2.4rem; }

aside#secondary ul li a {
  color: #0A1B28;
  text-decoration: none; }

#direct-contact h4 {
  margin-top: 3rem; }

nav.posts-navigation {
  width: 100%; }
  nav.posts-navigation h2 {
    display: none; }
  nav.posts-navigation .nav-links {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    nav.posts-navigation .nav-links .nav-next {
      margin-left: auto; }

.info {
  background: #fff6eb;
  padding: 3rem;
  margin-bottom: 3rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem; }
  .info > p:first-child strong {
    font-size: larger; }

.pricing-table h3 {
  font-size: 1.8rem; }

footer {
  background: #0A1B28; }

#signup-footer {
  background: #E5E8EB; }
  #signup-footer .container {
    min-height: 35rem;
    position: relative;
    align-items: center;
    display: flex; }
    #signup-footer .container > div:first-child {
      position: relative;
      z-index: 1; }
    #signup-footer .container .signup-container {
      padding: 0; }
    #signup-footer .container img {
      z-index: 0;
      position: absolute;
      right: -100px;
      bottom: 0;
      z-index: 0;
      opacity: .3; }
      @media screen and (min-width: 1025px) {
        #signup-footer .container img {
          opacity: 1; } }
    #signup-footer .container #email-signup {
      padding: 3rem 0 4rem; }
      #signup-footer .container #email-signup h3 {
        font-size: 3.6rem; }
      #signup-footer .container #email-signup p {
        margin: 2rem 0;
        font-size: 2rem;
        font-style: italic;
        font-weight: 300; }

#sub-footer {
  background: #0A1B28 url(images/sub-footer.jpg) 50% 50% no-repeat;
  background-size: cover; }
  #sub-footer .widget {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff; }
    @media screen and (min-width: 780px) {
      #sub-footer .widget {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
    #sub-footer .widget p {
      margin-top: 1rem; }
    #sub-footer .widget .textwidget {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      #sub-footer .widget .textwidget > div {
        min-height: 8rem;
        display: flex;
        align-items: center; }

#main-footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #fff; }
  #main-footer .footer-left > .widget > div > div > div {
    height: 9.4rem; }
  @media screen and (min-width: 992px) {
    #main-footer .footer-middle,
    #main-footer .footer-right {
      margin-top: 9.4rem; } }
  #main-footer .widget {
    padding-bottom: 4rem; }
  #main-footer img {
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  #main-footer a {
    color: #fff;
    text-decoration: none; }
  #main-footer h4,
  #main-footer h5 {
    font-weight: 700;
    margin: 0 0 3rem;
    font-size: 2rem; }
  #main-footer ul {
    margin-bottom: 1.5rem; }
  #main-footer li {
    margin: 0 0 1rem;
    padding-left: 2.4rem;
    line-height: 1.5;
    position: relative; }
    #main-footer li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 1rem;
      height: .3rem;
      width: .8rem;
      background: #fff; }
    #main-footer li a {
      font-weight: 700; }
    #main-footer li.icon {
      padding-left: 3rem; }
      #main-footer li.icon:before {
        background: transparent;
        width: unset;
        height: unset;
        top: unset;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300; }
      #main-footer li.icon.icon-phone:before {
        content: "\f095"; }
      #main-footer li.icon.icon-address:before {
        content: "\f3c5"; }
      #main-footer li.icon.icon-email:before {
        content: "\f1fa"; }
      #main-footer li.icon a {
        font-weight: normal; }

#site-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.4rem;
  color: #fff;
  font-weight: 300; }
  #site-info .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #site-info a {
    color: #fff;
    text-decoration: none; }
  #site-info #credits {
    opacity: .3; }

#case-studies {
  margin-bottom: 6rem; }
  #case-studies h2 {
    margin-bottom: 3rem; }
  #case-studies .container {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 1025px) {
    #case-studies .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (max-width: 991px) {
    #case-studies .tile-link {
      padding: 0 !important;
      width: 100%;
      margin-top: 2rem; }
      #case-studies .tile-link h4 {
        display: none; }
      #case-studies .tile-link .btn {
        background: transparent;
        display: block; } }
  #case-studies .tile-case-study {
    width: 100%; }
  @media screen and (min-width: 780px) {
    #case-studies .tile.tile-case-study {
      height: 100%;
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    #case-studies .tile.tile-link {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #case-studies .tile.tile-link h4 {
        margin-bottom: 3rem; } }

#case-studies article.post,
#main article.post {
  display: flex; }

#case-studies .tile,
#main .tile {
  padding: 3rem;
  margin-bottom: 3rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  transition: box-shadow .3s ease-in-out;
  box-shadow: 0 0.2rem 0.2rem transparent; }
  #case-studies .tile h3,
  #case-studies .tile h4,
  #main .tile h3,
  #main .tile h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1rem; }
  #case-studies .tile.tile-case-study,
  #main .tile.tile-case-study {
    background: #fff;
    border: 0.1rem solid #CFD2D6;
    color: #0A1B28;
    text-decoration: none; }
    #case-studies .tile.tile-case-study:hover,
    #main .tile.tile-case-study:hover {
      box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2); }
  #case-studies .tile.tile-link,
  #main .tile.tile-link {
    background: #0A385F;
    color: #fff; }
    #case-studies .tile.tile-link .btn,
    #main .tile.tile-link .btn {
      background: rgba(255, 255, 255, 0.1);
      width: 100%; }
  #case-studies .tile.tile-large,
  #main .tile.tile-large {
    padding: 0; }
    #case-studies .tile.tile-large img,
    #main .tile.tile-large img {
      max-width: 100%; }
    #case-studies .tile.tile-large > .tile-inner,
    #main .tile.tile-large > .tile-inner {
      padding: 3rem; }
