/*
 Theme Name: GBF
 Author: OWB
 Description: Custom theme
 Version: 118
 License: License required. Contact for details. This theme is NOT licensed under the GPL.
 */
/*$hG: 6rem;
$h0: 5rem;
$h1: 4rem;
$h2: 2.6667rem;
$h3: 1.3333rem;
$h4: 1.3333rem;
$h5: 1.3333rem;
$h6: 1.3333rem;
$h7: 1.3333rem;
$p: 1rem;
*/
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #FFFFFF;
}

html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

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

a {
  color: #d20000;
}

a:hover {
  color: #ff6600;
}

body {
  color: #303030;
  font-family: "Proxima Nova", proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
  white-space: normal;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*@media screen and (min-width: 769px) {
	body {
		font-size: 12pt;
	}
}
@media screen and (min-width: 1280px) {
	body {
		font-size: 12pt;
	}
}*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova", proxima-nova, sans-serif;
  font-weight: 800;
  margin: 1.4rem 0;
  line-height: 1.2em;
}

h3 {
  font-weight: 400;
}

.site-title {
  font-size: 1.733355rem;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 1.733355rem;
}

h3 {
  font-size: 0.866645rem;
}

h4 {
  font-size: 0.866645rem;
}

h5 {
  font-size: 0.866645rem;
}

h6 {
  font-size: 0.866645rem;
}

p {
  margin: 1.4rem 0;
  line-height: 1.4;
}

.is-style-hero,
.is-style-hero-shadow,
.has-feat-img .article-header {
  font-size: 3.25rem;
  line-height: 1em;
  font-weight: 800;
  color: #303030;
}

.is-style-giant {
  font-size: 3.9rem;
  line-height: 1em;
  font-weight: 800;
}

.is-style-hero:after,
.is-style-hero-shadow:after,
.has-feat-img .article-header .article-heading:after {
  background-color: #FFFFFF;
}

.site-header .article-title {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}

.post-item__title {
  font-size: 0.866645rem;
}

.post-tile__title {
  font-size: 0.866645rem;
}

.widget-title {
  font-size: 0.866645rem;
}

.fas, .far, .fab {
  margin-right: 0.2vw;
}

a {
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.6667rem;
  }

  h3 {
    font-size: 1.3333rem;
  }

  h4 {
    font-size: 1.3333rem;
  }

  h5 {
    font-size: 1.3333rem;
  }

  h6 {
    font-size: 1.3333rem;
  }

  .is-style-hero,
  .is-style-hero-shadow {
    font-size: 5rem;
  }

  .widget-title {
    font-size: 1.3333rem;
  }

  .post-tile__title {
    font-size: 1.3333rem;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-giant {
    font-size: 6rem;
  }
}
b,
strong {
  font-weight: 800;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 62%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: 800;
}

dd {
  margin-bottom: 24px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
  list-style-type: disc;
  list-style-position: outside;
}

ol {
  list-style: decimal;
  list-style-position: outside;
  margin: 0 0 0 1rem;
  padding: 0 0 0 1rem;
}

li > ul,
li > ol {
  margin: 0 0 0 1rem;
}

li {
  margin-bottom: 0.6em;
}

ul.is-style-no-bullets,
ol.is-style-no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.is-style-no-bullets li,
ol.is-style-no-bullets li {
  margin: 0 0 0.6em 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: separate;
  border-spacing: 0;
}
table th {
  font-weight: 800;
}
table th, table td {
  padding: 1rem;
}

hr {
  width: 50vw;
  max-width: 420px;
  border: none;
  background-color: #8c9091;
  height: 1px;
  margin: 0.25rem auto;
}

hr.is-style-wide {
  width: 100%;
  max-width: 100%;
}

caption {
  font-weight: 400;
  text-align: left;
}

mark {
  background-color: transparent;
  color: #d20000;
  font-weight: 800;
}

::selection {
  background: #d20000;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #d20000;
  color: #FFFFFF;
  text-shadow: none;
}

blockquote {
  background-color: #bfc1c3;
  padding: 1rem;
  margin: 0 0 1rem 0;
  border: none;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
  margin-bottom: 1rem;
}

blockquote > *:first-child {
  margin-top: 0;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  blockquote {
    padding: 1.5rem;
    margin: 0 0 1.5rem 0;
  }
  blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
    margin-bottom: 1.5rem;
  }
}
a[href$=".pdf"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".ppt"]:before,
a[href$=".pptx"]:before,
a[href$=".txt"]:before,
a[href$=".rtf"]:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  margin-right: 0.5rem;
  font-size: 110%;
  position: relative;
  top: 1px;
  text-decoration: none;
}

a[href$=".pdf"]:before {
  content: '\f1c1';
  color: #CC0000;
}

a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
  content: '\f1c3';
  color: #207548;
}

a[href$=".doc"]:before,
a[href$=".docx"]:before {
  content: '\f1c2';
  color: #2a5898;
}

a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
  content: '\f1c4';
  color: #d04b28;
}

a[href$=".txt"]:before,
a[href$=".rtf"]:before {
  content: '\f15c';
  color: #d20000;
}

.is-style-marg-small {
  margin: 0.25rem 0;
}

.is-style-marg-large {
  margin: 2rem 0;
}

.is-style-marg-no-top-bot {
  margin: 0;
}

.is-style-marg-no-top {
  margin: 0 0 1rem 0;
}

.is-style-marg-no-bot {
  margin: 1rem 0 0 0;
}

.is-style-underline-short,
.is-style-underline-long {
  position: relative;
  padding: 0 0 1rem;
}

.is-style-underline-long:after,
.is-style-underline-short:after {
  display: block;
  content: "";
  height: 4px;
  width: 50%;
  max-width: 100px;
  position: absolute;
  bottom: 0;
  background-color: #d20000;
}

.is-style-underline-long:after {
  width: 100%;
}

.is-style-lined {
  border-top: 1px solid #d20000;
  border-bottom: 1px solid #d20000;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.has-extra-small-font-size {
  font-size: 0.75rem;
}

.has-small-font-size {
  font-size: 0.85rem;
}

.has-regular-font-size {
  font-size: 1rem;
}

.has-medium-font-size {
  font-size: 0.866645rem;
}

.has-large-font-size {
  font-size: 0.866645rem;
}

.has-extra-large-font-size {
  font-size: 0.866645rem;
}

@media screen and (min-width: 769px) {
  .has-extra-small-font-size {
    font-size: 0.75rem;
  }

  .has-small-font-size {
    font-size: 0.85rem;
  }

  .has-regular-font-size {
    font-size: 1rem;
  }

  .has-medium-font-size {
    font-size: 1.3333rem;
  }

  .has-large-font-size {
    font-size: 1.3333rem;
  }

  .has-extra-large-font-size {
    font-size: 1.3333rem;
  }
}
.no-space-before {
  margin-top: 0;
}
.no-space-before p, .no-space-before h1, .no-space-before h2, .no-space-before h3, .no-space-before h4, .no-space-before h5, .no-space-before h6 {
  margin-top: 0;
}

.no-space-after {
  margin-bottom: 0;
}
.no-space-after p, .no-space-after h1, .no-space-after h2, .no-space-after h3, .no-space-after h4, .no-space-after h5, .no-space-after h6 {
  margin-bottom: 0;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 800;
}

.font-weight-bold {
  font-weight: 800;
}

.transform-capitalize {
  text-transform: capitalize;
}

.transform-uppercase {
  text-transform: uppercase;
}

.transform-lowercase {
  text-transform: lowercase;
}

.line-space-1,
.line-space-1 .rich-text {
  line-height: 1;
}

.line-space-2,
.line-space-2 .rich-text {
  line-height: 1.2;
}

.line-space-3,
.line-space-3 .rich-text {
  line-height: 1.4;
}

.line-space-4,
.line-space-4 .rich-text {
  line-height: 1.6;
}

.line-space-5,
.line-space-5 .rich-text {
  line-height: 1.8;
}

.line-space-6,
.line-space-6 .rich-text {
  line-height: 2;
}

.line-space-7,
.line-space-7 .rich-text {
  line-height: 2.2;
}

.line-space-8,
.line-space-8 .rich-text {
  line-height: 2.4;
}

.line-space-9,
.line-space-9 .rich-text {
  line-height: 2.6;
}

.line-space-10,
.line-space-10 .rich-text {
  line-height: 2.8;
}

.line-space-11,
.line-space-11 .rich-text {
  line-height: 3;
}

.line-space-12,
.line-space-12 .rich-text {
  line-height: 3.2;
}

.letter-space-1 {
  letter-spacing: 1pt;
}

.letter-space-2 {
  letter-spacing: 2pt;
}

.letter-space-3 {
  letter-spacing: 3pt;
}

.letter-space-4 {
  letter-spacing: 4pt;
}

.letter-space-5 {
  letter-spacing: 5pt;
}

.letter-space-6 {
  letter-spacing: 6pt;
}

.letter-space-7 {
  letter-spacing: 7pt;
}

.letter-space-8 {
  letter-spacing: 8pt;
}

.letter-space-9 {
  letter-spacing: 9pt;
}

.letter-space-10 {
  letter-spacing: 10pt;
}

.site:before, .site:after, .site-header:before, .site-header:after, .site-main:before, .site-main:after, .article-content:before, .article-content:after, .site-sidebar:before, .site-sidebar:after, .site-footer-before:before, .site-footer-before:after, .site-footer-main:before, .site-footer-main:after, .site-footer-content:before, .site-footer-content:after, .post-navigation:before, .post-navigation:after, .site-footer-after:before, .site-footer-after:after, .article-content:before, .article-content:after, .article-content.has-sidebar:before, .article-content.has-sidebar:after, .related.products:before, .related.products:after, .edit-page:before, .edit-page:after, .post-breadcrumbs:before, .post-breadcrumbs:after, .post-tags:before, .post-tags:after {
  content: "";
  display: table;
}

.site:after, .site-header:after, .site-main:after, .article-content:after, .site-sidebar:after, .site-footer-before:after, .site-footer-main:after, .site-footer-content:after, .post-navigation:after, .site-footer-after:after, .article-content:after, .article-content.has-sidebar:after, .related.products:after, .edit-page:after, .post-breadcrumbs:after, .post-tags:after {
  clear: both;
}

.comment-content img[height],
.article-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.site-header img {
  height: auto;
  max-width: 100%;
}

img.size-large,
img.size-medium,
.wp-post-image,
.article-thumbnail img {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .wp-caption {
    width: auto;
  }
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}
.iframe-container.ar-16-9 {
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
  margin: 0 0 1em 0;
}

.wp-caption.alignleft {
  margin: 0 0 1em 0;
}

blockquote.alignright,
img.alignright {
  margin: 0 0 1em 0;
}

.wp-caption.alignright {
  margin: 0 0 1em 0;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter,
img.alignnone {
  margin-top: 0;
  margin-bottom: 1em;
}

.wp-caption {
  width: auto;
  margin-bottom: 2em;
  position: relative;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
  width: 100%;
}

.wp-caption-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 10px;
  color: #fff;
  font-size: 13px;
  margin: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .alignleft {
    float: left;
  }

  .alignright {
    float: right;
  }

  blockquote.alignleft,
  img.alignleft {
    margin: 0px 1em 1em 0;
  }

  .wp-caption.alignleft {
    margin: 0px 1em 1em 0;
  }

  blockquote.alignright,
  img.alignright {
    margin: 0 0 30px 2%;
  }

  .wp-caption.alignright {
    margin: 0 0 30px 2%;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 800;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
}

.site {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .site-footer {
    -webkit-animation: fadein 0.3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.3s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.3s;
    /* Internet Explorer */
    -o-animation: fadein 0.3s;
    /* Opera < 12.1 */
    animation: fadein 0.3s;
  }
  .site-footer.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.site-footer-main {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  padding: 1rem 0.5rem 1rem 2rem;
}
.site-footer-main a {
  color: #FFFFFF;
}
.site-footer-main a:hover {
  color: #d20000;
}
.site-footer-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer-main li {
  margin: 1rem 0;
}
.site-footer-main li a {
  padding: 0.5rem 0;
}
.site-footer-main .footer-logo {
  max-width: 120px;
  margin: 0 auto 2rem auto;
}
.site-footer-main .footer-logo a {
  display: block;
}

@media screen and (min-width: 769px) {
  .site-footer-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.5rem 1rem 2rem;
  }
  .site-footer-main li {
    display: inline;
    margin: 1.5rem 1.5rem;
  }
  .site-footer-main li a {
    padding: 0.75rem 0;
  }
  .site-footer-main .footer-logo,
  .site-footer-main .footer-menu {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .site-footer-main .footer-logo {
    -webkit-flex: 1 0 160px;
    -ms-flex: 1 0 160px;
    flex: 1 0 160px;
    margin: 0 1.5rem 0 0;
  }
  .site-footer-main .footer-menu {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
  }
}
.site-footer-after {
  color: #FFFFFF;
  text-align: center;
  background-color: #303030;
}
.site-footer-after .content {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  padding: 1rem 1rem 2rem 1rem;
  font-weight: 300;
}
.site-footer-after a {
  color: #FFFFFF;
}
.site-footer-after a:hover {
  color: #d20000;
}
.site-footer-after .widget {
  padding: 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer-after .widget:last-child {
  border-bottom: none;
}
.site-footer-after .widget .widget-title {
  color: #FFFFFF;
  margin-top: 0;
}
.site-footer-after .widget ul {
  margin: 0 0 0.5rem 0;
}
.site-footer-after .widget li {
  margin: 0 0 0.5rem 0;
}
.site-footer-after .widget li a {
  display: inline-block;
  padding: 0.5rem 0;
}
.site-footer-after .site-credit {
  padding: 0 1rem 2rem 1rem;
  clear: both;
  margin: 0px;
}
.site-footer-after .site-credit p {
  margin: 0px;
}
.site-footer-after .site-credit img {
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .site-footer-after .content {
    padding: 0 1.5rem;
  }
  .site-footer-after .content .widget {
    margin: 0;
    border-bottom: none;
  }
  .site-footer-after .content .widget ul {
    margin: 0;
    padding: 0;
  }
  .site-footer-after .content .widget li {
    display: inline;
    margin: 0 0 0 2rem;
    position: relative;
  }
  .site-footer-after .content .widget li:first-child {
    margin: 0;
  }
  .site-footer-after .content .widget li:before {
    position: relative;
    left: -1rem;
    content: "|";
  }
  .site-footer-after .content .widget li:first-child:before {
    content: "";
  }
  .site-footer-after .site-credit {
    text-align: right;
    float: right;
    position: relative;
    top: -64px;
  }
}
.site-main {
  max-width: 2560px;
  margin: 0 auto;
  display: block;
  min-height: 300px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .site-main {
    margin: 0 auto;
    min-height: 50vh;
  }
}
.article-feat-img {
  padding: 0;
  position: relative;
}
.article-feat-img .content {
  padding: 1rem;
  background-color: #303030;
}
.article-feat-img .content h1, .article-feat-img .content h2, .article-feat-img .content h3, .article-feat-img .content h4, .article-feat-img .content h5, .article-feat-img .content h6 {
  color: #FFFFFF;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .article-feat-img .content {
    background-color: transparent;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    top: 5vw;
    left: 0;
    right: 0;
  }
  .article-feat-img .content h1, .article-feat-img .content h2, .article-feat-img .content h3, .article-feat-img .content h4, .article-feat-img .content h5, .article-feat-img .content h6 {
    text-shadow: 0px 0px 20px #000000, 0px 0px 50px #000000, 0px 0px 80px #000000;
  }
}
.article-content {
  padding: 1rem;
}

.page-template-default .article-content,
.blog .article-content,
.archive .article-content,
.single-post .article-content,
.search .article-content {
  padding-bottom: 1.5rem;
}

.article-content > h1:first-child,
.article-content > h2:first-child,
.article-content > h3:first-child,
.article-content > h4:first-child,
.article-content > h5:first-child,
.article-content > h6:first-child,
.article-content > p:first-child {
  margin-top: 0;
}
.article-content a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .article-content {
    padding: 1.5rem;
  }

  .page-template-default .article-content,
  .blog .article-content,
  .archive .article-content,
  .single-post .article-content,
  .search .article-content {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .article-content {
    padding: 2rem;
  }
}
.post-navigation,
.image-navigation {
  padding: 2rem 1rem 3rem 1rem;
  font-size: 0.866645rem;
}

.post-navigation:before,
.image-navigation:before {
  content: "";
  display: block;
  border-top: 1px solid #8c9091;
  margin: 0 0 2rem 0;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
  width: 100%;
}

.post-navigation .nav-subtitle {
  display: block;
  line-height: 2;
  color: #8c9091;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
  color: #d20000;
  display: block;
  text-decoration: none;
  position: relative;
}

.post-navigation a:hover,
.image-navigation a:hover,
.post-navigation a:hover .meta-nav {
  color: #353535;
}

.post-navigation .fas,
.image-navigation .fas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.post-navigation .nav-previous .fas,
.image-navigation .nav-previous .fas {
  left: -1.5rem;
}
.post-navigation .nav-next .fas,
.image-navigation .nav-next .fas {
  right: -1.5rem;
}

.nav-links .nav-previous {
  width: 45%;
  float: left;
  text-align: left;
  padding-left: 1.5rem;
}

.nav-links .nav-next {
  width: 45%;
  float: right;
  text-align: right;
  padding-right: 1.5rem;
}

@media screen and (min-width: 769px) {
  .post-navigation, .image-navigation {
    border-bottom: none;
    padding: 2rem 1.5rem 3rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .post-navigation, .image-navigation {
    padding: 2rem 2rem 3rem 2rem;
  }
}
.paging-navigation {
  text-align: center;
}
.paging-navigation .page-numbers {
  display: inline-block;
  margin-right: 1px;
  padding: 7px 12px 5px 12px;
  background: #FFFFFF;
  color: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 3px;
  text-decoration: none;
}
.paging-navigation .page-numbers.current {
  background: #ff6600;
  color: #FFFFFF;
}
.paging-navigation a:hover {
  background: #ff6600;
}

.site-main .paging-navigation a:hover {
  color: #FFFFFF;
}

.related-posts {
  width: 100vw;
  position: relative;
  left: 50%;
  margin: 0 -50vw;
}
.related-posts .related-posts-content {
  margin: 0 auto;
  max-width: 2560px;
  padding: 1.5rem;
}
.related-posts .related-posts-content .related-title {
  margin: 0 0 2rem 0;
  text-align: center;
}
.related-posts .sscouk_rut-wrapper {
  padding-top: 0.5rem;
}
.related-posts.pages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.866645rem;
  font-weight: 800;
}
.related-posts.pages li {
  margin: 1.5rem 0;
}
.related-posts.pages a:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  margin-left: 0.75em;
  position: relative;
  top: 1px;
}

@media screen and (min-width: 769px) {
  .related-posts .related-posts-content {
    padding: 3rem 2rem 0 2rem;
  }
  .related-posts .related-posts-content .related-title {
    margin: 0 0 3rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .related-posts .related-posts-content {
    padding: 3rem 2rem 0 2rem;
  }
  .related-posts .related-posts-content .related-title {
    margin: 0 0 3.5rem 0;
  }
}
.post-tags {
  font-size: 12pt;
  text-transform: uppercase;
  padding: 2rem 0 0 0;
}
.post-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-tags li {
  display: inline-block;
  margin: 0.25rem 0.5rem 0.25rem 0;
}
.post-tags .tag-links a,
.post-tags .tag-links .title {
  color: #FFFFFF;
  display: inline-block;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  height: 2rem;
}
.post-tags .tag-links a {
  background-color: #ff6600;
  border-radius: 0 0.2em 0.2em 0;
  margin-left: 1em;
}
.post-tags .tag-links .title {
  background-color: #d20000;
  border-radius: 0.2em 0 0 0.2em;
  margin-right: 0.75em;
}
.post-tags .tag-links a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.post-tags .tag-links a:before {
  border-top: 1rem solid transparent;
  border-right: 1rem solid #ff6600;
  border-bottom: 1rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -1em;
  width: 0;
}
.post-tags .tag-links a:hover:before {
  border-right-color: #000000;
}
.post-tags .tag-links a:after {
  background-color: #FFFFFF;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.78em;
  left: -3px;
  height: 5px;
  width: 5px;
}
.post-tags .tag-links .title:after {
  border-top: 1rem solid transparent;
  border-left: 1rem solid #d20000;
  border-bottom: 1rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0;
}

.post-breadcrumbs {
  font-size: 12pt;
  text-transform: uppercase;
  padding: 1.5rem 0 0 0;
  margin: 1.5rem 0 0 0;
  border-top: 1px solid #ffcc00;
}
.post-breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-breadcrumbs li {
  display: inline-block;
  margin: 0.25rem 1rem 0.25rem 0;
}
.post-breadcrumbs .breadcrumb-separator {
  color: #d20000;
}

.site-main .post-breadcrumbs a {
  color: #d20000;
}
.site-main .post-breadcrumbs a:hover {
  color: #000000;
}

@media screen and (min-width: 1280px) {
  .post-breadcrumbs {
    font-size: 14pt;
    letter-spacing: 0.1vw;
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
  }
}
.article-list {
  padding: 0 0 1rem 0;
}
.article-list a {
  text-decoration: none;
}
.article-list .post-item__inner-container {
  border-bottom: 1px solid #bfc1c3;
}
.article-list .post-item__content {
  padding: 1.5rem 0;
}
.article-list .post-item__title {
  margin-top: 0;
}
.article-list .post-item__excerpt p {
  color: #303030;
  margin: 0 0 0.5rem 0;
}
.article-list .post-item__meta {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 85%;
  position: relative;
}
.article-list .post-item__meta:after {
  border-bottom: 1px solid #d20000;
  content: "";
  display: block;
  height: 1px;
  margin-top: 1rem;
}
.article-list .post-item__meta .fas {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 0.866645rem;
}

@media screen and (min-width: 1024px) {
  .article-list a:hover .post-item__inner-container {
    background-color: #f8f8f8;
  }
  .article-list a:hover .post-item__content {
    padding: 1.5rem;
    -moz-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    transform-origin: 0% 50%;
  }
  .article-list .post-item__inner-container,
  .article-list .post-item__content {
    -webkit-transition: all 0.3s ease, color 0.3s ease;
    -moz-transition: all 0.3s ease, color 0.3s ease;
    -ms-transition: all 0.3s ease, color 0.3s ease;
    -o-transition: all 0.3s ease, color 0.3s ease;
    transition: all 0.3s ease, color 0.3s ease;
  }
}
.article-tile-grid {
  padding: 0 0 1rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.article-tile-grid .wp-block-sscouk-link-tile {
  min-height: 300px;
  margin: 0 0 1rem 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.article-tile-grid .wp-block-sscouk-link-tile .link-tile__inner-container {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.article-tile-grid .wp-block-sscouk-link-tile .wp-block-cover.is-style-pattern-strong {
  background-color: #303030;
  background: -moz-linear-gradient(top, #303030 30%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 30%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 30%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_grey_4', endColorstr='$colour_black',GradientType=0 );
  /* IE6-9 */
}
.article-tile-grid .wp-block-sscouk-link-tile.no-img:nth-child(3n+2) .wp-block-cover.is-style-pattern-strong {
  background-color: #ffcc00;
}
.article-tile-grid .wp-block-sscouk-link-tile.no-img:nth-child(3n+3) .wp-block-cover.is-style-pattern-strong {
  background-color: #339900;
}
.article-tile-grid .wp-block-sscouk-link-tile a {
  text-decoration: none;
}
.article-tile-grid .wp-block-sscouk-post-tile {
  min-height: 300px;
  margin: 0 0 6vw 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.article-tile-grid .wp-block-sscouk-post-tile.no-img {
  padding-top: 1.5rem;
}
.article-tile-grid .wp-block-sscouk-post-tile a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.article-tile-grid .wp-block-sscouk-post-tile a:hover {
  opacity: 0.7;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__inner-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -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-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__image,
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__content,
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__date {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__image {
  width: 100%;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__image img {
  width: 100%;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__content {
  padding: 1.5rem;
  flex: 1 1 auto;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__title {
  margin-top: 0;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__excerpt p {
  color: #303030;
  margin: 0 0 0.5rem 0;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__meta {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 85%;
  position: relative;
  /*&:after{
      content: "";
      display: block;
      width: 13px;
      height: 26px;
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      
      background-image: url(img/arrow-right.svg);
      background-repeat: no-repeat;
      background-size: 13px 26px;
  }*/
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__meta:after {
  border-bottom: 1px solid #d20000;
  content: "";
  display: block;
  height: 1px;
  margin-top: 1rem;
}
.article-tile-grid .wp-block-sscouk-post-tile .post-tile__meta .fas {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 0.866645rem;
}

@media screen and (min-width: 500px) {
  .article-tile-grid {
    padding: 0 0 1.5rem 0;
  }
  .article-tile-grid .wp-block-sscouk-post-tile,
  .article-tile-grid .wp-block-sscouk-link-tile {
    margin: 0 0 4vw 0;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) {
  .article-tile-grid {
    padding: 0 0 1.5rem 0;
  }
  .article-tile-grid .wp-block-sscouk-post-tile,
  .article-tile-grid .wp-block-sscouk-link-tile {
    margin: 0 0 3.8vw 0;
    -webkit-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    flex-basis: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .article-tile-grid {
    /*width: 103%;
    margin: 0 -1.5%;*/
  }
  .article-tile-grid .wp-block-sscouk-post-tile,
  .article-tile-grid .wp-block-sscouk-link-tile {
    margin: 0 0 2.5vw 0;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .article-tile-grid {
    padding: 0 0 2rem 0;
  }
  .article-tile-grid .wp-block-sscouk-post-tile .post-tile__content,
  .article-tile-grid .wp-block-sscouk-post-tile .post-tile__meta {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .article-tile-grid .wp-block-sscouk-post-tile,
  .article-tile-grid .wp-block-sscouk-link-tile {
    margin-bottom: 2.5rem;
  }
}
.is-style-hidden,
.hide,
.hide-on-mobiles,
.hide-on-tablets {
  display: none;
}

.long-url, .site-footer-before a, .site-footer-main a, .site-footer-after a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.no-link {
  pointer-events: none;
  cursor: default;
}

@media screen and (min-width: 769px) {
  .hide-on-mobiles {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1025px) {
  .hide-on-tablets {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1280px) {
  .hide-on-desktop {
    display: none !important;
  }
}
.site-social-media {
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
}
.site-social-media ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-social-media li {
  display: inline;
  margin: 0 1rem;
}
.site-social-media a {
  display: inline-block;
}
.site-social-media a i {
  display: block;
  width: 2.45rem;
  height: 2.45rem;
  line-height: 2.45rem;
  text-align: center;
}

.icon-link-txt {
  display: none;
}

.widget .icon-link-txt {
  display: inline;
}

/*.fa-twitter {
	background-color: #3FA9F5;
}
.fa-facebook {
	background-color: #475C99;
}
.fa-linkedin {
	background-color: #007bb5;
}
.fa-youtube, .fa-youtube-play {
	background-color: #E5302E;
}
.fa-pinterest {
	background-color: #cb2027;
}
.fa-google-plus {
	background-color: #dd4b39;
}
.fa-instagram {
	background-color: #e4405f;
}
*/
.social-share-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-share-buttons li {
  font-size: 0.866645rem;
  display: inline-block;
}
.social-share-buttons li a {
  margin: 0 1rem 0 0;
}

.site-logo, .menu-toggle, .menu-toggle:before, .site-navigation a, .site-navigation a:before, .site-navigation a:after {
  -webkit-transition: all 0.3s ease, color 0.3s ease;
  -moz-transition: all 0.3s ease, color 0.3s ease;
  -ms-transition: all 0.3s ease, color 0.3s ease;
  -o-transition: all 0.3s ease, color 0.3s ease;
  transition: all 0.3s ease, color 0.3s ease;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.site-map {
  margin: 3rem 0 0 0;
  padding: 2rem 0 3rem 0;
  border-top: 1px solid #bfc1c3;
}
.site-map .children {
  margin-top: 0.5rem;
}

.site-header .site-header-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .site-header-content .site-logo,
.site-header .site-header-content .site-navigation,
.site-header .site-header-content .site-menu-icon,
.site-header .site-header-content .user-avatar {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.site-header .site-header-content .site-logo {
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}
.site-header .site-header-content .article-header {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header .site-header-content .user-avatar {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header .site-header-content .site-menu-icon {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.site-header .site-header-content .site-navigation {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

#wpadminbar {
  min-height: 32px;
  background-color: #303030;
}

.menu-closed .site-header {
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 998;
  margin: 0;
  color: #FFFFFF;
  background-color: #000000;
}
.site-header .site-header-content {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}

.site-logo {
  max-width: 50px;
  margin: 0 1.5rem 0 0;
}
.site-logo.custom {
  max-width: 260px;
  padding: 1rem 1rem 1rem 1.5rem;
}
.site-logo.custom img {
  max-height: 100px;
}
.site-logo a {
  display: block;
}

.site-title-desc {
  padding: 0.5rem 1rem;
}
.site-title-desc .site-title {
  margin: 0;
}
.site-title-desc .site-title a {
  color: #d20000;
}
.site-title-desc .site-description {
  margin: 0;
}

.user-avatar {
  text-align: center;
}
.user-avatar img {
  max-width: 220px;
  max-height: 60px;
  min-height: 60px;
  width: auto;
  margin: 0.25em auto 0 auto;
}

@media screen and (min-width: 769px) {
  .site-title-desc {
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header-content {
    display: flex;
    flex-wrap: wrap;
  }

  .site-title-desc {
    padding: 1rem 2rem;
  }
}
.site-menu-icon {
  cursor: pointer;
  padding: 0.5rem 1.1rem;
  position: relative;
  display: none;
}
.site-menu-icon .lines-button {
  background: 0;
  background-color: transparent !important;
  border: 0;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  user-select: none;
  padding: 0;
  height: 24px;
}
.site-menu-icon .lines-button .lines {
  transition: background .2s .2s ease;
  background: #FFFFFF;
  display: block;
  height: 2px;
  position: relative;
  transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  width: 26px;
}
.site-menu-icon .lines-button .lines:before,
.site-menu-icon .lines-button .lines:after {
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 26px;
  background: #FFFFFF;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: top .2s .2s ease, transform .2s ease;
  -ms-transition: top .2s .2s ease, -ms-transform .2s ease;
  -moz-transition: top .2s .2s ease, -moz-transform .2s ease;
  -o-transition: top .2s .2s ease, -o-transform .2s ease;
  -webkit-transition: top .2s .2s ease, -webkit-transform .2s ease;
}
.site-menu-icon .lines-button .lines:before {
  top: 10px;
}
.site-menu-icon .lines-button .lines:after {
  top: -10px;
}
.site-menu-icon.closed .lines-button .lines {
  background: transparent;
  transition: background .2s 0 ease;
  -ms-transition: background .2s 0 ease;
  -moz-transition: background .2s 0 ease;
  -o-transition: background .2s 0 ease;
  -webkit-transition: background .2s 0 ease;
}
.site-menu-icon.closed .lines-button .lines:before,
.site-menu-icon.closed .lines-button .lines:after {
  transition: top .2s ease, transform .2s .2s ease;
  -ms-transition: top .2s ease, -ms-transform .2s .2s ease;
  -moz-transition: top .2s ease, -moz-transform .2s .2s ease;
  -o-transition: top .2s ease, -o-transform .2s .2s ease;
  -webkit-transition: top .2s ease, -webkit-transform .2s .2s ease;
  top: 0;
  width: 26px;
}
.site-menu-icon.closed .lines-button .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}
.site-menu-icon.closed .lines-button .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}

.article-with-sidebar {
  background-color: #303030;
  background: -moz-linear-gradient(top, #303030 30%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 30%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 30%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_grey_4', endColorstr='$colour_black',GradientType=0 );
  /* IE6-9 */
}
.article-with-sidebar .site-sidebar {
  margin: 0;
  position: relative;
}
.article-with-sidebar .article-feat-container {
  min-height: 300px;
}
.article-with-sidebar .article-feat-container .article-feat-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.article-with-sidebar .article-feat-container .article-feat-content img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.article-with-sidebar .article-feat-container .article-feat-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.menu-open .article-with-sidebar .site-sidebar {
  text-align: left;
}
.menu-open .article-with-sidebar .site-sidebar .far {
  margin-right: 0.75rem;
}

@media screen and (min-width: 1024px) {
  .site-menu-icon {
    display: block;
  }

  .article-with-sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .article-with-sidebar .site-sidebar {
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    text-align: center;
  }
  .article-with-sidebar .site-sidebar .item-text {
    display: none;
  }
  .article-with-sidebar .article-feat-container {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }

  .menu-open .article-with-sidebar .site-sidebar {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .menu-open .article-with-sidebar .site-sidebar .item-text {
    display: inline;
  }
  .menu-open .article-with-sidebar .article-feat-container {
    -webkit-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .menu-open .article-with-sidebar .site-sidebar {
    -webkit-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%;
    text-align: left;
  }
  .menu-open .article-with-sidebar .article-feat-container {
    -webkit-flex-basis: 80%;
    -ms-flex-basis: 80%;
    flex-basis: 80%;
  }
}
.site-navigation {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  position: relative;
  background-color: #000000;
  display: block;
  padding: 0;
  list-style: none;
  margin: 0;
}
.site-navigation li {
  margin: 0;
}
.site-navigation li:last-child {
  border-bottom: none;
}
.site-navigation a {
  display: block;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 1rem 1rem 1rem 1.2rem;
}
.site-navigation a:hover {
  color: #d20000;
  cursor: pointer;
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a {
  color: #ff6600;
  font-weight: 800;
}

.menu-closed .accordion .accordion-content {
  display: none;
}

.accordion p.accordion-button {
  margin: 0;
  background-color: #000000;
}
.accordion p.accordion-button:last-child {
  border-bottom: none;
}
.accordion p.accordion-button {
  display: block;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 1rem 1rem 1rem 1.2rem;
}
.accordion p.accordion-button:hover {
  color: #8c9091;
  cursor: pointer;
}
.accordion .accordion-content {
  color: #FFFFFF;
  padding: 1.5rem;
  background-color: #303030;
}
.accordion .accordion-content > h1:first-child,
.accordion .accordion-content > h2:first-child,
.accordion .accordion-content > h3:first-child,
.accordion .accordion-content > h4:first-child,
.accordion .accordion-content > h5:first-child,
.accordion .accordion-content > h6:first-child,
.accordion .accordion-content > p:first-child {
  margin-top: 0;
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  margin: 0 -50vw;
}

.wp-block-group.is-style-shadow {
  padding: 1rem;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.wp-block-group.is-style-pattern, .wp-block-group.is-style-dark, .wp-block-group.is-style-fade {
  color: #FFFFFF;
}
.wp-block-group.is-style-dark a, .wp-block-group.is-style-fade a {
  color: #FFFFFF;
  text-decoration: underline;
}
.wp-block-group.is-style-dark a:hover, .wp-block-group.is-style-fade a:hover {
  color: #000000;
}
.wp-block-group.is-style-fade .theme-light {
  color: #000000;
}
.wp-block-group .wp-block-group__inner-container {
  margin: 0 auto;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 2560px;
}
.wp-block-group.is-style-light {
  background-color: #8c9091;
}
.wp-block-group.is-style-dark {
  background-color: #d20000;
}
.wp-block-group.is-style-fade {
  background-color: #303030;
  background: -moz-linear-gradient(top, #303030 30%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 30%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 30%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_grey_4', endColorstr='$colour_black',GradientType=0 );
  /* IE6-9 */
}
.wp-block-group.is-style-pattern {
  background-color: #ffcc00;
  background: -moz-linear-gradient(left, #303030 30%, #ffcc00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #303030 30%, #ffcc00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #303030 30%, #ffcc00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_8', endColorstr='$colour_3',GradientType=1 );
  /* IE6-9 */
}
.wp-block-group.is-style-pattern-alt {
  background-color: #303030;
  background: -moz-linear-gradient(top, #303030 30%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 30%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 30%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_grey_4', endColorstr='$colour_black',GradientType=0 );
  /* IE6-9 */
}
.wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block .wp-block-group.is-style-hidden {
  padding: 1rem;
  border: 2px dashed #BBBBBB;
}
.wp-block .wp-block-group.is-style-hidden:before {
  content: "--hidden-group--";
  color: #BBBBBB;
  font-size: small;
}
.wp-block .wp-block-group.is-style-hidden:before {
  content: "--hidden-group--";
  color: #BBBBBB;
  font-size: small;
}
.wp-block .wp-block-group.is-style-padded-sml {
  padding: 0.5rem;
}
.wp-block .wp-block-group.is-style-padded-med {
  padding: 1rem;
}
.wp-block .wp-block-group.is-style-padded-lrg {
  padding: 1.5rem;
}
.wp-block .wp-block-group.is-style-padded-xlrg {
  padding: 2rem;
}

.front-end .wp-block-group.is-style-padded-sml > .wp-block-group__inner-container {
  padding: 1rem 0.5rem 1.15rem 0.5rem;
}
.front-end .wp-block-group.is-style-padded-med > .wp-block-group__inner-container {
  padding: 1.5rem 1rem 1.725rem 1rem;
}
.front-end .wp-block-group.is-style-padded-lrg > .wp-block-group__inner-container {
  padding: 2rem 1.5rem 2.3rem 1.5rem;
}
.front-end .wp-block-group.is-style-padded-xlrg > .wp-block-group__inner-container {
  padding: 2rem 1.5rem 2.3rem 1.5rem;
}
.front-end .wp-block-group.alignfull .wp-block-group__inner-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 769px) {
  .front-end .wp-block-group.is-style-padded-sml > .wp-block-group__inner-container {
    padding: 1.5rem 1rem 1.725rem 1rem;
  }
  .front-end .wp-block-group.is-style-padded-med > .wp-block-group__inner-container {
    padding: 2rem 1.5rem 2.3rem 1.5rem;
  }
  .front-end .wp-block-group.is-style-padded-lrg > .wp-block-group__inner-container {
    padding: 3rem 2rem 3.45rem 2rem;
  }
  .front-end .wp-block-group.is-style-padded-xlrg > .wp-block-group__inner-container {
    padding: 3rem 2rem 3.45rem 2rem;
  }
  .front-end .wp-block-group.alignfull .wp-block-group__inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-end .wp-block-group.is-style-padded-lrg > .wp-block-group__inner-container {
    padding: 3rem 3rem 3.45rem 3rem;
  }
  .front-end .wp-block-group.is-style-padded-xlrg > .wp-block-group__inner-container {
    padding: 3rem 3rem 3.45rem 3rem;
  }
  .front-end .wp-block-group.alignfull .wp-block-group__inner-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .front-end .wp-block-group.is-style-padded-sml > .wp-block-group__inner-container {
    padding: 1.5rem 1.5rem 1.725rem 1.5rem;
  }
  .front-end .wp-block-group.is-style-padded-med > .wp-block-group__inner-container {
    padding: 2rem 2rem 2.3rem 2rem;
  }
  .front-end .wp-block-group.is-style-padded-xlrg > .wp-block-group__inner-container {
    padding: 4rem 3rem 4.6rem 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .front-end .wp-block-group.is-style-padded-xlrg > .wp-block-group__inner-container {
    padding: 4rem 1.5rem 4.6rem 1.5rem;
  }
}
.wp-block-spacer.is-style-xxlarge {
  height: 3rem !important;
}
.wp-block-spacer.is-style-xlarge {
  height: 2rem !important;
}
.wp-block-spacer.is-style-large {
  height: 1.5rem !important;
}
.wp-block-spacer.is-style-medium {
  height: 1rem !important;
}
.wp-block-spacer.is-style-small {
  height: 0.5rem !important;
}
.wp-block-spacer.is-style-xsmall {
  height: 0.25rem !important;
}

.block-library-spacer__resize-container {
  background-color: rgba(200, 200, 200, 0.25);
}

@media (min-width: 769px) {
  .wp-block-spacer.is-style-xxlarge {
    height: 4.5rem !important;
  }
  .wp-block-spacer.is-style-xlarge {
    height: 3rem !important;
  }
  .wp-block-spacer.is-style-large {
    height: 2rem !important;
  }
  .wp-block-spacer.is-style-medium {
    height: 1.5rem !important;
  }
  .wp-block-spacer.is-style-small {
    height: 1rem !important;
  }
  .wp-block-spacer.is-style-xsmall {
    height: 0.5rem !important;
  }
}
@media (min-width: 1440px) {
  .wp-block-spacer.is-style-xxlarge {
    height: 6rem !important;
  }
  .wp-block-spacer.is-style-xlarge {
    height: 4rem !important;
  }
  .wp-block-spacer.is-style-large {
    height: 3rem !important;
  }
  .wp-block-spacer.is-style-medium {
    height: 2.25rem !important;
  }
  .wp-block-spacer.is-style-small {
    height: 1.5rem !important;
  }
  .wp-block-spacer.is-style-xsmall {
    height: 1rem !important;
  }
}
.wp-block-separator.is-style-wide-thick {
  width: 100%;
  max-width: 100%;
  height: 3px;
}
.wp-block-separator.is-style-small-centre {
  margin: 1rem auto;
}
.wp-block-separator.is-style-small-left {
  margin: 1rem auto 1rem 0;
}
.wp-block-separator.is-style-small-right {
  margin: 1rem 0 1rem auto;
}
.wp-block-separator.is-style-small-centre, .wp-block-separator.is-style-small-left, .wp-block-separator.is-style-small-right, .wp-block-separator.is-style-small-centre.has-background:not(.is-style-wide):not(.is-style-dots), .wp-block-separator.is-style-small-left.has-background:not(.is-style-wide):not(.is-style-dots), .wp-block-separator.is-style-small-right.has-background:not(.is-style-wide):not(.is-style-dots) {
  max-width: 90px;
  height: 3px;
}
.wp-block-separator.is-style-small-centre:not(.has-background), .wp-block-separator.is-style-small-left:not(.has-background), .wp-block-separator.is-style-small-right:not(.has-background), .wp-block-separator.is-style-small-centre.has-background:not(.is-style-wide):not(.is-style-dots):not(.has-background), .wp-block-separator.is-style-small-left.has-background:not(.is-style-wide):not(.is-style-dots):not(.has-background), .wp-block-separator.is-style-small-right.has-background:not(.is-style-wide):not(.is-style-dots):not(.has-background) {
  background-color: #d20000;
}

.wp-block-buttons .wp-block-button {
  margin: 0 0 1.5rem 0;
  color: #000000;
  display: block;
}

.wp-block-button__link {
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
  margin: 1rem 0;
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all .35s ease-Out;
  transition: all .35s ease-Out;
  color: #FFFFFF;
  background-color: #8c9091;
}

a.wp-block-button__link:hover {
  color: #FFFFFF;
  background-color: #bfc1c3;
}

.wp-block-button {
  font-weight: 400;
}
.wp-block-button.is-style-default .wp-block-button__link:hover {
  opacity: 0.75;
}
.wp-block-button.is-style-fill .wp-block-button__link {
  color: #FFFFFF;
  background-color: #d20000;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover {
  color: #FFFFFF;
  background-color: #ffcc00;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #d20000;
  border: solid 2px #d20000;
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #d20000;
  color: #FFFFFF;
  opacity: 1;
}
.wp-block-button.is-style-fade .wp-block-button__link, .wp-block-button.slide-btn .wp-block-button__link {
  color: #FFFFFF !important;
  background-color: #303030;
  background: -moz-linear-gradient(top, #303030 30%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 30%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 30%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_grey_4', endColorstr='$colour_black',GradientType=0 );
  /* IE6-9 */
}
.wp-block-button.is-style-fade .wp-block-button__link:hover, .wp-block-button.slide-btn .wp-block-button__link:hover {
  background-color: #000000;
  background: #000000;
}
.wp-block-button.is-style-cta-button .wp-block-button__link {
  font-size: 1rem;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
  margin: 1rem 0;
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all .35s ease-Out;
  transition: all .35s ease-Out;
  color: #FFFFFF;
  background-color: #8c9091;
}
.wp-block-button.is-style-cta-button .wp-block-button__link:hover {
  background-color: #bfc1c3;
}
.wp-block-button.is-style-cta-button-alt .wp-block-button__link {
  font-size: 1rem;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
  margin: 1rem 0;
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all .35s ease-Out;
  transition: all .35s ease-Out;
  color: #000000;
  background-color: #ffcc00;
  background: -moz-linear-gradient(left, #303030 30%, #ffcc00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #303030 30%, #ffcc00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #303030 30%, #ffcc00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_8', endColorstr='$colour_3',GradientType=1 );
  /* IE6-9 */
}
.wp-block-button.is-style-cta-button-alt .wp-block-button__link:hover {
  background-color: #303030;
  background: -moz-linear-gradient(top, #303030 30%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 30%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 30%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_grey_4', endColorstr='$colour_black',GradientType=0 );
  /* IE6-9 */
}
.wp-block-button.is-style-icon-only .wp-block-button__link {
  background-color: transparent;
  color: #303030;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 4px;
  font-size: inherit;
  text-shadow: none;
  font-size: 0.866645rem;
}
.wp-block-button.is-style-icon-only .wp-block-button__link:hover {
  color: #d20000;
}
.wp-block-button.is-style-icon-only .wp-block-button__link:before {
  margin-right: 0.5rem;
}
.wp-block-button.is-style-icon-only.linkedin .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  content: '\f0e1';
}
.wp-block-button.is-style-icon-only.facebook .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  content: '\f39e';
}
.wp-block-button.is-style-icon-only.twitter .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  content: '\f099';
}
.wp-block-button.is-style-icon-only.instagram .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  content: '\f16d';
}
.wp-block-button.is-style-icon-only.pinterest .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  content: '\f231';
}
.wp-block-button.is-style-icon-only.email .wp-block-button__link:before {
  font-family: 'Font Awesome Regular';
  font-weight: 400;
  font-style: normal;
  content: '\f0e0';
}
.wp-block-button.is-style-icon-only.phone .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  content: '\f879';
}
.wp-block-button.is-style-icon-only.map .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  content: '\f3c5';
}
.wp-block-button.is-style-icon-only.basket .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  content: '\f291';
}
.wp-block-button.is-style-icon-only.link .wp-block-button__link:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  content: '\f0c1';
}
.wp-block-button.is-style-icon-only.calendar-alt .wp-block-button__link:before {
  font-family: 'Font Awesome Regular';
  font-weight: 400;
  font-style: normal;
  content: '\f073';
}
.wp-block-button.is-style-icon-only.calenar-plus .wp-block-button__link:before {
  font-family: 'Font Awesome Regular';
  font-weight: 400;
  font-style: normal;
  content: '\f271';
}

@media (min-width: 769px) {
  .wp-block-buttons .wp-block-button {
    margin: 0 0 0 1rem;
    display: inline-block;
  }
  .wp-block-buttons .wp-block-button:first-child {
    margin-left: 0;
  }
}
.wp-block .wp-block-button.is-style-icon-only .wp-block-button__link {
  background-color: #bfc1c3;
}

.wp-block-file {
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.wp-block-file a,
.wp-block-file a:visited,
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-file .wp-block-file__textlink {
  margin-left: 0;
  text-decoration: none !important;
  display: inline-block;
  font-size: inherit;
  text-shadow: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
  margin: 1rem 0;
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all .35s ease-Out;
  transition: all .35s ease-Out;
  color: #d20000;
  background-color: #FFFFFF;
  border: 1px solid #d20000;
}
.wp-block-file a:hover,
.wp-block-file a:visited:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited:hover,
.wp-block-file .wp-block-file__textlink:hover {
  color: #FFFFFF;
  background-color: #d20000;
}
.wp-block-file > a:first-child {
  margin-right: 1rem;
}

.wp-block-cover,
.wp-block-cover-image {
  height: auto;
  background-color: #d20000;
}

.wp-block-cover {
  min-height: 350px;
}
.wp-block-cover.is-style-valign-top, .wp-block-cover.is-style-valign-bottom,
.wp-block-cover .block-editor-inner-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.wp-block-cover.is-style-valign-top, .wp-block-cover.is-style-valign-top .block-editor-inner-blocks {
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wp-block-cover.is-style-valign-bottom, .wp-block-cover.is-style-valign-bottom .block-editor-inner-blocks {
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wp-block-cover.is-style-full-height {
  min-height: 700px;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  z-index: 99;
}
.wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 2rem;
  }
}
@media screen and (max-height: 800px) {
  .wp-block-cover.is-style-full-height {
    min-height: 100vh;
  }
}
.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column > h1:first-child,
.wp-block-columns .wp-block-column > h2:first-child,
.wp-block-columns .wp-block-column > h3:first-child,
.wp-block-columns .wp-block-column > h4:first-child,
.wp-block-columns .wp-block-column > h5:first-child,
.wp-block-columns .wp-block-column > h6:first-child,
.wp-block-columns .wp-block-column > p:first-child {
  margin-top: 0;
}
.wp-block-columns.is-style-image-top .wp-block-column {
  padding: 2vw;
  margin-left: 0;
  margin: 1rem 0;
}

@media screen and (min-width: 600px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
  .wp-block-columns.is-style-gutter-none .wp-block-column {
    margin-left: 0;
  }
  .wp-block-columns.is-style-gutter-wide .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
  .wp-block-columns.is-style-distribute-vertically .wp-block-column {
    margin: 1.5rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wp-block-columns.is-style-distribute-vertically .wp-block-column p {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.wp-block-media-text.is-style-icon .wp-block-media-text__media {
  text-align: right;
}
.wp-block-media-text.is-style-icon > figure > img {
  max-width: 60px;
}

.wp-block-sscouk-link-tile {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  background: #FFFFFF;
}
.wp-block-sscouk-link-tile.alignwide .link-tile__link {
  display: block;
  width: 100%;
}
.wp-block-sscouk-link-tile .link-tile__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  color: #000000;
  text-decoration: none;
}
.wp-block-sscouk-link-tile .link-tile__link:hover img {
  opacity: 0.75;
}
.wp-block-sscouk-link-tile .link-tile__inner-container {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.wp-block-sscouk-link-tile.is-style-padded .link-tile__inner-container {
  padding: 1rem;
}
.wp-block-sscouk-link-tile.is-style-valign-top .link-tile__inner-container {
  align-self: flex-start;
}
.wp-block-sscouk-link-tile.is-style-valign-center .link-tile__inner-container {
  align-self: center;
}
.wp-block-sscouk-link-tile.is-style-valign-bottom .link-tile__inner-container {
  align-self: flex-end;
}
.wp-block-sscouk-link-tile.is-style-halign-left .link-tile__link {
  justify-content: flex-start;
}
.wp-block-sscouk-link-tile.is-style-halign-center .link-tile__link {
  justify-content: center;
}
.wp-block-sscouk-link-tile.is-style-halign-right .link-tile__link {
  justify-content: flex-end;
}
.wp-block-sscouk-link-tile.is-style-halign-center p.wp-block-button {
  text-align: left;
}
.wp-block-sscouk-link-tile.is-style-halign-center p.wp-block-button {
  text-align: center;
}
.wp-block-sscouk-link-tile.is-style-halign-right p.wp-block-button {
  text-align: right;
}
.wp-block-sscouk-link-tile .link-tile__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-sscouk-link-tile .link-tile__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-sscouk-link-tile .link-tile__link {
  overflow: hidden;
}
.wp-block-sscouk-link-tile .link-tile__link .link-tile__inner-container .wp-block-cover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: bottom center;
}
.wp-block-sscouk-link-tile .link-tile__link:hover .link-tile__inner-container .wp-block-cover {
  webkit-transform: scale(1.03);
  transform: scale(1.03);
}

@media screen and (min-width: 769px) {
  .wp-block-sscouk-link-tile.is-style-padded .link-tile__inner-container {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1190px) {
  .wp-block-sscouk-link-tile.is-style-padded .link-tile__inner-container {
    padding: 2rem;
  }
}
.wp-block .wp-block-sscouk-link-tile {
  display: block;
  padding: 10px;
}
.wp-block .wp-block-sscouk-link-tile.is-style-padded {
  padding: 1.5rem;
}
.wp-block .wp-block-sscouk-link-tile.is-style-halign-left p.wp-block-button {
  text-align: left;
}
.wp-block .wp-block-sscouk-link-tile.is-style-halign-center p.wp-block-button {
  text-align: center;
}
.wp-block .wp-block-sscouk-link-tile.is-style-halign-right p.wp-block-button {
  text-align: right;
}

.wp-block-image figcaption {
  font-size: 0.85rem;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0.5rem;
}

.wp-block-gallery {
  margin-top: 3rem;
  margin-bottom: calc(3rem - 16px);
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image img {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;*/
}

.has-white-color {
  color: #FFFFFF;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-grey-1-color {
  color: #f8f8f8;
}

.has-grey-1-background-color {
  background-color: #f8f8f8;
}

.has-grey-2-color {
  color: #bfc1c3;
}

.has-grey-2-background-color {
  background-color: #bfc1c3;
}

.has-grey-3-color {
  color: #8c9091;
}

.has-grey-3-background-color {
  background-color: #8c9091;
}

.has-grey-4-color {
  color: #303030;
}

.has-grey-4-background-color {
  background-color: #303030;
}

.has-colour-1-color {
  color: #d20000;
}

.has-colour-1-background-color {
  background-color: #d20000;
}

.has-colour-2-color {
  color: #ff6600;
}

.has-colour-2-background-color {
  background-color: #ff6600;
}

.has-colour-3-color {
  color: #ffcc00;
}

.has-colour-3-background-color {
  background-color: #ffcc00;
}

.has-colour-4-color {
  color: #339900;
}

.has-colour-4-background-color {
  background-color: #339900;
}

.has-colour-5-color {
  color: #00bacc;
}

.has-colour-5-background-color {
  background-color: #00bacc;
}

.has-colour-6-color {
  color: #3366ff;
}

.has-colour-6-background-color {
  background-color: #3366ff;
}

.has-gradient-1-gradient-background {
  background-color: #303030;
  background: -moz-linear-gradient(top, #303030 30%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 30%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 30%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_grey_4', endColorstr='$colour_black',GradientType=0 );
  /* IE6-9 */
}

.has-gradient-2-gradient-background {
  background-color: #ff6600;
  background: -moz-linear-gradient(left, #ff6600 30%, #d20000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff6600 30%, #d20000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff6600 30%, #d20000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_2', endColorstr='#ea9142',GradientType=1 );
  /* IE6-9 */
}

.has-gradient-3-gradient-background {
  background-color: #ffcc00;
  background: -moz-linear-gradient(left, #303030 30%, #ffcc00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #303030 30%, #ffcc00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #303030 30%, #ffcc00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_8', endColorstr='$colour_3',GradientType=1 );
  /* IE6-9 */
}

.has-gradient-4-gradient-background {
  background-color: #d20000;
  background: -moz-linear-gradient(left, #ffcc00 30%, #303030 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffcc00 30%, #303030 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffcc00 30%, #303030 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_3', endColorstr='$colour_8',GradientType=1 );
  /* IE6-9 */
}

.is-style-padded-none {
  padding: 0 !important;
}

.is-style-padded-sml {
  padding: 0.5rem !important;
}

.is-style-padded-med {
  padding: 1rem !important;
}

.is-style-padded-lrg {
  padding: 1.5rem !important;
}

.is-style-padded-xlrg {
  padding: 2rem !important;
}

div.is-style-shadow, img.is-style-shadow, figure.is-style-shadow, section.is-style-shadow {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .is-width-5 {
    width: 5%;
  }

  .is-width-10 {
    width: 10%;
  }

  .is-width-15 {
    width: 15%;
  }

  .is-width-20 {
    width: 20%;
  }

  .is-width-25 {
    width: 25%;
  }

  .is-width-30 {
    width: 30%;
  }

  .is-width-33 {
    width: 33.33%;
  }

  .is-width-35 {
    width: 35%;
  }

  .is-width-40 {
    width: 40%;
  }

  .is-width-45 {
    width: 45%;
  }

  .is-width-50 {
    width: 50%;
  }

  .is-width-55 {
    width: 55%;
  }

  .is-width-60 {
    width: 60%;
  }

  .is-width-65 {
    width: 65%;
  }

  .is-width-66 {
    width: 66.66%;
  }

  .is-width-70 {
    width: 70%;
  }

  .is-width-75 {
    width: 75%;
  }

  .is-width-80 {
    width: 80%;
  }

  .is-width-85 {
    width: 85%;
  }

  .is-width-90 {
    width: 90%;
  }

  .is-width-95 {
    width: 95%;
  }
}
.min-height-100 {
  min-height: 100px;
}

.min-height-150 {
  min-height: 150px;
}

.min-height-200 {
  min-height: 200px;
}

.min-height-250 {
  min-height: 250px;
}

.min-height-300 {
  min-height: 300px;
}

.min-height-350 {
  min-height: 350px;
}

.min-height-400 {
  min-height: 400px;
}

.min-height-450 {
  min-height: 450px;
}

.min-height-500 {
  min-height: 500px;
}

label {
  display: block;
}

fieldset {
  margin: 0 0 24px;
}

legend {
  white-space: normal;
}

button, input, select, textarea {
  font-family: "Proxima Nova", proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  border: 1px solid #8c9091;
  color: #d20000;
  padding: 0.5rem;
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
textarea {
  width: 100%;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0.5em;
  position: relative;
  width: 1rem;
  height: 1rem;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  content: '\f00c';
  color: #d20000;
  position: absolute;
  top: -4px;
  left: 0px;
  font-size: 20px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus, textarea:focus {
  border: 1px solid #ff6600;
  outline: 0;
}

select {
  border: 1px solid #8c9091;
  background-color: #FFFFFF;
  background-image: url("img/select-arrows-2@2x.png");
  background-size: 10px 7px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding: 0.7rem 1.5rem 0.7rem 0.5rem;
  position: relative;
}

::placeholder {
  opacity: 1;
  color: #bfc1c3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #bfc1c3;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #bfc1c3;
  font-weight: 400;
}

.wp-block-cover input,
.wp-block-cover textarea {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}
.wp-block-cover ::placeholder {
  opacity: 1;
  color: #FFFFFF;
  font-weight: 400;
}
.wp-block-cover :-ms-input-placeholder {
  color: #FFFFFF;
  font-weight: 400;
}
.wp-block-cover ::-ms-input-placeholder {
  color: #FFFFFF;
  font-weight: 400;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
  margin: 1rem 0;
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all .35s ease-Out;
  transition: all .35s ease-Out;
  color: #FFFFFF;
  background-color: #8c9091;
  border: none;
  vertical-align: bottom;
  display: block;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #bfc1c3;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #8c9091;
  color: #FFFFFF;
}

input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #bfc1c3;
}

/* CSS Document */
.logo-lineup img {
  max-height: 60px;
}

.stream-content {
  background-color: #303030;
  background: -moz-linear-gradient(top, #303030 30%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 30%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 30%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour_grey_4', endColorstr='$colour_black',GradientType=0 );
  /* IE6-9 */
}

.stream-controls {
  display: none !important;
}

.stream-controls.active {
  display: block !important;
}

.comments-area, .comment-respond {
  padding: 3em 0 1em 0;
}

.comment-list, .comment-form {
  text-align: left;
}

.says {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.avatar {
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}

.comment-content a {
  word-wrap: break-word;
}

#comment {
  max-width: 100%;
  box-sizing: border-box;
}

#respond {
  position: relative;
}

#respond .comment .comment-form {
  padding-left: 0;
}

#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback .comment-body, .comment-list .trackback .comment-body {
  color: #767676;
  font-size: 0.71111em;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link), .comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: 800;
  font-size: 19.55556px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link, .comment-list .trackback .comment-body .comment-edit-link {
  color: #767676;
  font-weight: 800;
}

#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
}

.comment {
  list-style: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment {
    padding-left: calc(.5 * (1rem + calc(100vw / 12)));
  }

  .comment.depth-1, .comment .children {
    padding-left: 0;
  }

  .comment.depth-1 {
    margin-left: calc(3.25 * 1rem);
  }
}
.comment .comment-body {
  margin: calc(2 * 1rem) 0 0;
}

.comment .comment-meta {
  position: relative;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 1rem);
  }
}
.comment .comment-author .fn {
  position: relative;
  display: block;
}

.comment .comment-author .fn a {
  color: inherit;
}

.comment .comment-metadata > a, .comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 800;
  color: #767676;
  vertical-align: baseline;
}

.comment .comment-metadata > a time, .comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}

.comment .comment-metadata > a:hover, .comment .comment-metadata .comment-edit-link:hover {
  text-decoration: none;
}

.comment .comment-metadata > * {
  display: inline-block;
}

.comment .comment-metadata .edit-link {
  color: #767676;
}

.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  z-index: 1;
}

.comment .comment-content {
  margin: 1rem 0;
}

@media only screen and (min-width: 1168px) {
  .comment .comment-content {
    padding-right: 1rem;
  }
}
.comment .comment-content > *:first-child {
  margin-top: 0;
}

.comment .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment .comment-content blockquote {
  margin-left: 0;
}

.comment .comment-content a {
  text-decoration: underline;
}

.comment .comment-content a:hover {
  text-decoration: none;
}

.comment-reply-link, #cancel-comment-reply-link {
  font-weight: 800;
}

.comment-reply-link:hover, #cancel-comment-reply-link:hover {
  color: #005177;
}

.comment-form .comment-notes, .comment-form label {
  font-size: 0.71111em;
  color: #767676;
}

.comment-form-cookies-consent label {
  padding-left: 1em;
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-author, .comment-form .comment-form-email {
    width: calc(50% - 0.5rem);
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    margin-left: 1rem;
  }
}
.comment-form input[name="author"], .comment-form input[name="email"], .comment-form input[name="url"] {
  display: block;
  width: 100%;
}

.em-booking-form .em-booking-form-details {
  padding: 0;
  width: auto;
}
.em-booking-form .em-booking-form-details p {
  margin-top: 0;
}
.em-booking-form .em-tickets-spaces {
  display: none;
}

.em-booking-login {
  border-top: 1px solid #FF0000;
  margin-top: 2rem;
}

.em-booking-message {
  padding: 1rem 0 0 0;
  font-weight: 800;
}

.single-event .article-content .calendar-links {
  padding-top: 1rem;
}
.single-event .article-content .calendar-links a {
  background-color: #FFFFFF;
  color: #303030;
  border: 1px solid #303030;
  border-radius: 4px;
  padding: 0.5rem;
  text-decoration: none;
  /*&:before{
      @include fontawesome_regular();
      content: '\f271';
  }*/
}
.single-event .article-content .calendar-links a:hover {
  background-color: #303030;
  color: #FFFFFF;
}
.single-event .article-content .wp-block-column {
  padding: 1rem 0 4rem 0;
}
.single-event .article-content.is-attending .wp-block-columns .wp-block-column:last-child {
  display: none;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
  /*padding: 20px;*/
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 999999;
  max-width: 85vw;
  box-sizing: border-box;
  width: 100%;
  background: #000000;
  padding: 0;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media screen and (min-width: 2000px) {
  .modal {
    min-width: 1920px;
  }
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-breadcrumb .delimiter,
.woocommerce-page .woocommerce-breadcrumb .delimiter {
  padding: 0 0.25rem;
  color: #d20000;
}
.woocommerce ul.products li.product .woocommerce-placeholder,
.woocommerce-page ul.products li.product .woocommerce-placeholder {
  border: none;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product h3,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
  font-size: 0.866645rem;
  font-weight: 400;
  color: #000000;
}
.woocommerce ul.products li.product h4,
.woocommerce ul.products li.product .woocommerce-loop-product__subtitle,
.woocommerce-page ul.products li.product h4,
.woocommerce-page ul.products li.product .woocommerce-loop-product__subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  margin: 0 0 1rem 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #d20000;
  font-size: 1rem;
  font-weight: 800;
}
.woocommerce ul.products li.product .price .upp,
.woocommerce-page ul.products li.product .price .upp {
  font-size: 1rem;
  font-weight: 400;
}
.woocommerce .quantity,
.woocommerce-page .quantity {
  display: inline;
  margin: 1em 0.5em 0 0;
}
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  width: 8em;
  padding: 0.5rem;
  font-weight: 800;
  text-align: left;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit {
  background-color: #d20000;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0.75rem;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover {
  background-color: #ffcc00;
  color: #FFFFFF;
}
.woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-message button.button:hover, .woocommerce .woocommerce-message input.button:hover, .woocommerce .woocommerce-message #respond input#submit:hover,
.woocommerce-page .woocommerce-message a.button:hover,
.woocommerce-page .woocommerce-message button.button:hover,
.woocommerce-page .woocommerce-message input.button:hover,
.woocommerce-page .woocommerce-message #respond input#submit:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce-page a.button:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled[disabled],
.woocommerce-page button.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page input.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button:disabled[disabled],
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page #respond input#submit:disabled[disabled] {
  color: #FFFFFF;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce-page a.button.disabled:hover,
.woocommerce-page a.button:disabled[disabled]:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce-page button.button.disabled:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce-page input.button:disabled:hover,
.woocommerce-page input.button.disabled:hover,
.woocommerce-page input.button:disabled[disabled]:hover,
.woocommerce-page #respond input#submit:disabled:hover,
.woocommerce-page #respond input#submit.disabled:hover,
.woocommerce-page #respond input#submit:disabled[disabled]:hover {
  background-color: #d20000;
  color: #FFFFFF;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt {
  font-family: "Proxima Nova", proxima-nova, sans-serif;
  background-color: #d20000;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0.75rem;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover {
  background-color: #ffcc00;
  color: #FFFFFF;
}
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt:disabled[disabled],
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt.disabled,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt.disabled,
.woocommerce-page input.button.alt:disabled[disabled] {
  background-color: #d20000;
  color: #FFFFFF;
}
.woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce-page a.button.alt:disabled:hover,
.woocommerce-page a.button.alt.disabled:hover,
.woocommerce-page a.button.alt:disabled[disabled]:hover,
.woocommerce-page button.button.alt:disabled:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:disabled[disabled]:hover,
.woocommerce-page input.button.alt:disabled:hover,
.woocommerce-page input.button.alt.disabled:hover,
.woocommerce-page input.button.alt:disabled[disabled]:hover {
  background-color: #d20000;
  color: #FFFFFF;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  background-color: #d20000;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.4rem 0.6em;
  border-radius: 3px;
  margin: 1rem 0 0 0;
  display: block;
  position: relative;
  top: 2px;
}
.woocommerce a.added_to_cart:hover,
.woocommerce-page a.added_to_cart:hover {
  background-color: #ffcc00;
}
.woocommerce a.added_to_cart:before,
.woocommerce-page a.added_to_cart:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-size: 21px;
  width: 16px;
  height: 16px;
  content: '\f291';
  margin-right: 0.5em;
}
.woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after, .woocommerce #respond input#submit.added::after,
.woocommerce-page a.button.added::after,
.woocommerce-page button.button.added::after,
.woocommerce-page input.button.added::after,
.woocommerce-page #respond input#submit.added::after {
  content: "";
  margin-left: 0;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  height: 46px;
  width: 46px;
  padding: 0 0.5rem;
  line-height: 46px;
  background-color: #d20000;
  font-size: 0.857em;
}
.woocommerce div.product .woocommerce-product-content,
.woocommerce-page div.product .woocommerce-product-content {
  padding-bottom: 3rem;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-page div.product div.images .flex-control-thumbs li {
  width: 24.25%;
  margin-top: 1%;
  margin-right: 1%;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n),
.woocommerce-page div.product div.images .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  margin: 0 0 1rem 0;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price {
  color: #d20000;
  font-size: 0.866645rem;
  font-weight: 400;
}
.woocommerce div.product span.price .upp,
.woocommerce div.product p.price .upp,
.woocommerce-page div.product span.price .upp,
.woocommerce-page div.product p.price .upp {
  font-size: 0.866645rem;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-variation-price,
.woocommerce-page div.product .woocommerce-variation-price {
  margin: 0 0 2rem 0;
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock {
  font-size: 1rem;
  color: #d20000;
  font-weight: 800;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
  margin: 2rem 0;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  margin-right: 10px;
}
.woocommerce .related.products > h2,
.woocommerce-page .related.products > h2 {
  font-size: 0.866645rem;
  font-weight: 400;
  text-align: center;
}
.woocommerce .related.products > h2:after,
.woocommerce-page .related.products > h2:after {
  content: '';
  display: block;
  height: 3px;
  width: 90px;
  margin: 1.4rem auto 2.4rem auto;
  background-color: #d20000;
}

@media screen and (min-width: 769px) {
  .woocommerce #content div.product .woocommerce-product-content,
  .woocommerce div.product .woocommerce-product-content,
  .woocommerce-page #content div.product .woocommerce-product-content,
  .woocommerce-page div.product .woocommerce-product-content {
    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: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    float: none;
    width: 48%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: none;
    width: 48%;
  }
  .woocommerce #content div.product div.summary > *:first-child,
  .woocommerce div.product div.summary > *:first-child,
  .woocommerce-page #content div.product div.summary > *:first-child,
  .woocommerce-page div.product div.summary > *:first-child {
    margin-top: 0;
  }
  .woocommerce #content div.product span.onsale,
  .woocommerce div.product span.onsale,
  .woocommerce-page #content div.product span.onsale,
  .woocommerce-page div.product span.onsale {
    height: 66px;
    width: 66px;
    line-height: 66px;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce ul.products span.onsale,
  .woocommerce-page ul.products span.onsale {
    height: 56px;
    width: 56px;
    line-height: 56px;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 38%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 58%;
  }
}
.woocommerce-page.woocommerce-account h2 {
  font-size: 0.866645rem;
  font-weight: 400;
}

.woocommerce .woocommerce-MyAccount-navigation {
  font-size: 0.866645rem;
  font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0 1.5rem 0;
}
.woocommerce .woocommerce-MyAccount-navigation li {
  margin: 1rem 0;
}
.woocommerce .woocommerce-MyAccount-navigation a {
  text-decoration: none;
}
.woocommerce table.my_account_orders {
  font-size: 1rem;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}
.woocommerce .cart_totals h2 {
  font-size: 0.866645rem;
  font-weight: 400;
}
.woocommerce .checkout h3 {
  font-size: 0.866645rem;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .woocommerce .woocommerce-MyAccount-navigation li {
    margin: 0 1.5rem 1rem 0;
    display: inline;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce table.shop_table.current-order th.woocommerce-orders-table__header-current-order-actions {
    width: 121px;
  }

  .woocommerce table.shop_table th.woocommerce-orders-table__header-order-actions {
    width: 321px;
  }
}
.woocommerce-info {
  border-top: none;
  background-color: #303030;
  color: #FFFFFF;
}
.woocommerce-info a {
  color: #FFFFFF;
  text-decoration: underline;
}
.woocommerce-info:before {
  color: #FFFFFF;
}

.woocommerce-message {
  border-top: none;
  background-color: #ffcc00;
  color: #FFFFFF;
}
.woocommerce-message a {
  color: #FFFFFF;
  text-decoration: underline;
}
.woocommerce-message:before {
  color: #FFFFFF;
}

.woocommerce-error {
  border-top: none;
  background-color: #00bacc;
  color: #FFFFFF;
}
.woocommerce-error a {
  color: #FFFFFF;
  text-decoration: underline;
}
.woocommerce-error:before {
  color: #FFFFFF;
}

/* Icons */
.sscouk-wc-cart-link:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-size: 21px;
  width: 16px;
  height: 16px;
  content: '\f291';
  color: #FFFFFF;
  margin-right: 0.25rem;
}

.sscouk-wc-cart-link:hover,
.sscouk-wc-cart-link:hover:before,
.sscouk-wc-cart-link:hover .amount {
  color: #FFFFFF;
}

.sscouk-wc-cart-link .amount {
  color: #d20000;
}

.sscouk-wc-cart-link .count {
  position: relative;
  top: -2px;
  font-weight: 800;
  font-size: 85%;
  border-radius: 50%;
  padding: 2px;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  color: #d20000;
  text-align: center;
  line-height: 15px;
  display: inline-block;
}

.sscouk-wc-cart-link:hover .count {
  background-color: #FFFFFF;
  color: #d20000;
}

@media screen and (min-width: 1024px) {
  .sscouk-wc-cart-link:before {
    color: #d20000;
  }

  .sscouk-wc-cart-link .count {
    background-color: #d20000;
    color: #FFFFFF;
  }
}
.woocommerce .select2-container,
.woocommerce-page .select2-container {
  vertical-align: baseline;
}
.woocommerce .woocommerce-additional-fields-wrapper,
.woocommerce-page .woocommerce-additional-fields-wrapper {
  padding: 2rem 0;
  width: 100%;
}
.woocommerce .woocommerce-additional-fields-wrapper:before, .woocommerce .woocommerce-additional-fields-wrapper:after,
.woocommerce-page .woocommerce-additional-fields-wrapper:before,
.woocommerce-page .woocommerce-additional-fields-wrapper:after {
  content: "";
  display: table;
}
.woocommerce .woocommerce-additional-fields-wrapper:after,
.woocommerce-page .woocommerce-additional-fields-wrapper:after {
  clear: both;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .optional,
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_country_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper .optional,
.woocommerce .woocommerce-shipping-fields__field-wrapper #billing_country_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_country_field,
.woocommerce-page .woocommerce-billing-fields__field-wrapper .optional,
.woocommerce-page .woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce-page .woocommerce-billing-fields__field-wrapper #shipping_country_field,
.woocommerce-page .woocommerce-shipping-fields__field-wrapper .optional,
.woocommerce-page .woocommerce-shipping-fields__field-wrapper #billing_country_field,
.woocommerce-page .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  display: none;
}
.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_phone_field,
.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_email_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_phone_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_email_field,
.woocommerce-page .woocommerce-billing-fields__field-wrapper #shipping_phone_field,
.woocommerce-page .woocommerce-billing-fields__field-wrapper #shipping_email_field,
.woocommerce-page .woocommerce-shipping-fields__field-wrapper #shipping_phone_field,
.woocommerce-page .woocommerce-shipping-fields__field-wrapper #shipping_email_field {
  float: none;
  width: 100%;
}
.woocommerce .woocommerce-billing-fields__field-wrapper input, .woocommerce .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce .woocommerce-shipping-fields__field-wrapper input,
.woocommerce .woocommerce-shipping-fields__field-wrapper textarea,
.woocommerce-page .woocommerce-billing-fields__field-wrapper input,
.woocommerce-page .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-page .woocommerce-shipping-fields__field-wrapper input,
.woocommerce-page .woocommerce-shipping-fields__field-wrapper textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 800;
}
.woocommerce .woocommerce-Addresses,
.woocommerce-page .woocommerce-Addresses {
  display: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin: 0;
  padding-left: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  content: '';
}
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-page .woocommerce-MyAccount-navigation {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p,
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content .orders-filter p,
.woocommerce-page .woocommerce-MyAccount-content .orders-filter p {
  margin: 0.5rem 0 2rem 0;
}
.woocommerce .woocommerce-MyAccount-content .orders-filter p .orders-export,
.woocommerce-page .woocommerce-MyAccount-content .orders-filter p .orders-export {
  float: right;
}
.woocommerce table.shop_table th.woocommerce-orders-table__header-order-actions,
.woocommerce-page table.shop_table th.woocommerce-orders-table__header-order-actions {
  width: auto;
}

.woocommerce-account .addresses .title .edit {
  display: none;
}

/* <s> Slingshot Tiered Pricing for Woocommerce
------------------------------------------------------------ */
.tiered-prices-table {
  border-width: 1px !important;
  font-size: 85%;
}
.tiered-prices-table th {
  color: #d20000;
}
.tiered-prices-table th,
.tiered-prices-table td {
  padding-left: 12px !important;
  background-color: #FFFFFF;
}
.tiered-prices-table .is-active td {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 375px) {
  .tiered-prices-table {
    font-size: 90%;
  }
}
@media screen and (min-width: 769px) {
  .tiered-prices-table {
    font-size: 100%;
  }
}
/* Animations
----------------------------------------------------------------------------- */
.move-in-right, .move-in-left, .move-in-upwards, .move-in-up, .move-in-downwards, .move-in-down, .fade-in, .fade-in-upwards, .fade-in-up, .fade-in-left, .fade-in-right, .fade-in-downwards, .fade-in-down, .flip-left, .flip-right, .flip-upwards, .flip-up, .flip-downwards, .flip-down, .bounce-in-left, .bounce-in-right, .bounce-in-downwards, .bounce-in-down, .bounce-in-upwards, .bounce-in-up, .zoom-in, .skew-in-left, .skew-in-right, .blur-in, .colour-gain {
  transition: all 600ms;
}

.speed-50 {
  transition-duration: 50ms;
}

.delay-50 {
  transition-delay: 50ms;
}

.speed-100 {
  transition-duration: 100ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.speed-150 {
  transition-duration: 150ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.speed-200 {
  transition-duration: 200ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.speed-250 {
  transition-duration: 250ms;
}

.delay-250 {
  transition-delay: 250ms;
}

.speed-300 {
  transition-duration: 300ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.speed-350 {
  transition-duration: 350ms;
}

.delay-350 {
  transition-delay: 350ms;
}

.speed-400 {
  transition-duration: 400ms;
}

.delay-400 {
  transition-delay: 400ms;
}

.speed-450 {
  transition-duration: 450ms;
}

.delay-450 {
  transition-delay: 450ms;
}

.speed-500 {
  transition-duration: 500ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.speed-550 {
  transition-duration: 550ms;
}

.delay-550 {
  transition-delay: 550ms;
}

.speed-600 {
  transition-duration: 600ms;
}

.delay-600 {
  transition-delay: 600ms;
}

.speed-650 {
  transition-duration: 650ms;
}

.delay-650 {
  transition-delay: 650ms;
}

.speed-700 {
  transition-duration: 700ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.speed-750 {
  transition-duration: 750ms;
}

.delay-750 {
  transition-delay: 750ms;
}

.speed-800 {
  transition-duration: 800ms;
}

.delay-800 {
  transition-delay: 800ms;
}

.speed-850 {
  transition-duration: 850ms;
}

.delay-850 {
  transition-delay: 850ms;
}

.speed-900 {
  transition-duration: 900ms;
}

.delay-900 {
  transition-delay: 900ms;
}

.speed-950 {
  transition-duration: 950ms;
}

.delay-950 {
  transition-delay: 950ms;
}

.speed-1000 {
  transition-duration: 1000ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.speed-1100 {
  transition-duration: 1100ms;
}

.delay-1100 {
  transition-delay: 1100ms;
}

.speed-1200 {
  transition-duration: 1200ms;
}

.delay-1200 {
  transition-delay: 1200ms;
}

.speed-1300 {
  transition-duration: 1300ms;
}

.delay-1300 {
  transition-delay: 1300ms;
}

.speed-1400 {
  transition-duration: 1400ms;
}

.delay-1400 {
  transition-delay: 1400ms;
}

.speed-1500 {
  transition-duration: 1500ms;
}

.delay-1500 {
  transition-delay: 1500ms;
}

.speed-1600 {
  transition-duration: 1600ms;
}

.delay-1600 {
  transition-delay: 1600ms;
}

.speed-1700 {
  transition-duration: 1700ms;
}

.delay-1700 {
  transition-delay: 1700ms;
}

.speed-1800 {
  transition-duration: 1800ms;
}

.delay-1800 {
  transition-delay: 1800ms;
}

.speed-1900 {
  transition-duration: 1900ms;
}

.delay-1900 {
  transition-delay: 1900ms;
}

.speed-2000 {
  transition-duration: 2000ms;
}

.delay-2000 {
  transition-delay: 2000ms;
}

.speed-2100 {
  transition-duration: 2100ms;
}

.delay-2100 {
  transition-delay: 2100ms;
}

.speed-2200 {
  transition-duration: 2200ms;
}

.delay-2200 {
  transition-delay: 2200ms;
}

.speed-2300 {
  transition-duration: 2300ms;
}

.delay-2300 {
  transition-delay: 2300ms;
}

.speed-2400 {
  transition-duration: 2400ms;
}

.delay-2400 {
  transition-delay: 2400ms;
}

.speed-2500 {
  transition-duration: 2500ms;
}

.delay-2500 {
  transition-delay: 2500ms;
}

.move-in-up {
  transform: translateY(100px);
}

.move-in-up.scroll-triggered {
  transform: translateY(0);
}

.move-in-down {
  transform: translateY(-100px);
}

.move-in-down.scroll-triggered {
  transform: translateY(0);
}

.move-in-left {
  transform: translateX(100px);
}

.move-in-left.scroll-triggered {
  transform: translateX(0);
}

.move-in-right {
  transform: translateX(-100px);
}

.move-in-right.scroll-triggered {
  transform: translateX(0);
}

.fade-in {
  opacity: 0;
}

.fade-in.scroll-triggered {
  opacity: 1;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(100px);
}

.fade-in-up.scroll-triggered {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-100px);
}

.fade-in-down.scroll-triggered {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(100px);
}

.fade-in-left.scroll-triggered {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(-100px);
}

.fade-in-right.scroll-triggered {
  opacity: 1;
  transform: translateX(0);
}

.flip-left {
  backface-visibility: hidden;
  transform: rotateY(-130deg);
}

.flip-left.scroll-triggered {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

.flip-right {
  backface-visibility: hidden;
  transform: rotateY(130deg);
}

.flip-right.scroll-triggered {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

.flip-down {
  backface-visibility: hidden;
  transform: rotateX(130deg);
}

.flip-down.scroll-triggered {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

.flip-up {
  backface-visibility: hidden;
  transform: rotateX(-130deg);
}

.flip-up.scroll-triggered {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

.bounce-in-left {
  opacity: 0;
  transform: translateX(100px);
  transition-timing-function: cubic-bezier(0.65, 1.76, 0.46, 1.01) !important;
}

.bounce-in-left.scroll-triggered {
  transform: translateX(0px);
  opacity: 1;
}

.bounce-in-right {
  opacity: 0;
  transform: translateX(-100px);
  transition-timing-function: cubic-bezier(0.65, 1.76, 0.46, 1.01) !important;
}

.bounce-in-right.scroll-triggered {
  transform: translateX(0px);
  opacity: 1;
}

.bounce-in-down {
  opacity: 0;
  transform: translateY(-50px);
  transition-timing-function: cubic-bezier(0.65, 1.76, 0.46, 1.01) !important;
}

.bounce-in-down.scroll-triggered {
  transform: translateY(0px);
  opacity: 1;
}

.bounce-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition-timing-function: cubic-bezier(0.65, 1.76, 0.46, 1.01) !important;
}

.bounce-in-up.scroll-triggered {
  transform: translateY(0px);
  opacity: 1;
}

.type-text-slow, .type-text-medium, .type-text-fast {
  opacity: 0;
  transition: all 0s !important;
}

.type-text-slow.scroll-triggered, .type-text-medium.scroll-triggered, .type-text-fast.scroll-triggered {
  opacity: 1;
}

.zoom-in {
  transform: scale(0);
}

.zoom-in.scroll-triggered {
  transform: scale(1);
}

.skew-in-left {
  transition: all .5s;
  transform: rotate(30deg);
}

.skew-in-right {
  transform: rotate(-30deg);
}

.skew-in-left.scroll-triggered, .skew-in-right.scroll-triggered {
  transform: rotate(0);
}

.blur-in {
  -webkit-filter: blur(40px);
  -moz-filter: blur(40px);
  -ms-filter: blur(40px);
  -o-filter: blur(40px);
  filter: blur(40px);
  transition: all .5s;
}

.blur-in.scroll-triggered {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

.colour-gain {
  filter: grayscale(100%);
  transition: all .5s;
}

.colour-gain.scroll-triggered {
  filter: grayscale(0%);
}

.grow-down, .grow-up {
  transform: scaleY(0);
  transition: all .5s;
}

.grow-down.scroll-triggered, .grow-up.scroll-triggered {
  transform: scaleY(1);
}

.grow-down {
  transform-origin: top;
}

.grow-up {
  transform-origin: bottom;
}

.grow-left, .grow-right {
  transform: scaleX(0);
  transition: all .5s;
}

.grow-left.scroll-triggered, .grow-right.scroll-triggered {
  transform: scaleX(1);
}

.grow-right {
  transform-origin: left;
}

.grow-left {
  transform-origin: right;
}

.shake.scroll-triggered {
  animation: toastshake 1s linear forwards;
}

@keyframes toastshake {
  10%, 90% {
    transform: translateX(-1px);
  }
  20%, 80% {
    transform: translateX(2px);
  }
  30%, 50%, 70% {
    transform: translateX(-4px);
  }
  40%, 60% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0px);
  }
}
.swing-side {
  opacity: 0;
  transition: all .15s;
  transform-origin: top center;
}

.swing-side.scroll-triggered {
  animation: toastswingside 1s linear forwards;
  opacity: 1;
}

@keyframes toastswingside {
  0% {
    transform: rotate(15deg) translateY(-5px);
  }
  30% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
.swing-forward {
  opacity: 0;
  transition: all .5s;
  transform-origin: top center;
}

.swing-forward.scroll-triggered {
  animation: toastswingforward 1s linear forwards;
  opacity: 1;
}

@keyframes toastswingforward {
  10% {
    transform: rotateX(-80deg);
  }
  40% {
    transform: rotateX(50deg);
  }
  60% {
    transform: rotateX(-40deg);
  }
  80% {
    transform: rotateX(15deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.rubber-band.scroll-triggered {
  animation: toastrubberband 1s linear forwards;
}

@keyframes toastrubberband {
  0% {
    transform: scale3d(1);
  }
  30% {
    transform: scale3d(1.2, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.2, 1);
  }
  50% {
    transform: scale3d(1.05, 0.75, 1);
  }
  65% {
    transform: scale3d(0.96, 1.04, 1);
  }
  75% {
    transform: scale3d(1.04, 0.96, 1);
  }
  100% {
    transform: scale3d(1);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .has-feat-img .article-header {
    height: 360px;
  }
}
.has-feat-img .article-header {
  /* For IE css hack */
  height: 360px\9;
  /* apply to all ie from 8 and below */
  *height: 360px;
  /* apply to ie 7 and below */
  _height: 360px;
  /* apply to ie 6 and below */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .comment-content img[height],
  .article-content img,
  .entry-summary img,
  img[class*="align"],
  img[class*="wp-image-"],
  img[class*="attachment-"],
  .site-header img {
    width: 100% !important;
  }

  .article-tile-grid .wp-block-sscouk-post-tile .post-tile__inner-container {
    display: inline-block;
  }

  .article-header {
    overflow: hidden;
  }
  .article-header img {
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
