@charset "UTF-8";
/* ---------------------------------------------------------------
 * MGC Websites Ltd Gutenberg Defaults
 * Intended for layout purposes only, not design decisions
 *
 * v 1.0.2	27/02/2018	Added a border to all buttons so they are always the same size regardless fo style
 *						Removed top and bottom padding from .entry-content
 *						Change break poiint for .wp-block-columns to work corectly with the defaults
 * v 1.0.1	21/02/2020	Removed vertical margin from .alignwide - means all content requires a group as a wrapper or spacer blocks
 *						Removed horizontal margin from .alignfull which broke on small screens
 *						Added new overrides for .entry-content>* to give .wp-block-group and .wp-block-cover no left, right margins on small screens
 * v 1.0.0	20/02/2020	Starting point
 *
 * --------------------------------------------------------------- */
/* Color Classes ------------------------------- */
.has-c-white-color {
  color: #ffffff !important; }

.has-c-white-background-color {
  background-color: #ffffff !important;
  border-color: #ffffff !important; }

.has-c-dark-grey-color {
  color: #303030 !important; }

.has-c-dark-grey-background-color {
  background-color: #303030 !important;
  border-color: #303030 !important; }

.has-c-light-grey-color {
  color: #bbbbbb !important; }

.has-c-light-grey-background-color {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important; }

.has-c-blue-color {
  color: #008fbb !important; }

.has-c-blue-background-color {
  background-color: #008fbb !important;
  border-color: #008fbb !important; }

.has-c-purple-color {
  color: #3800b2 !important; }

.has-c-purple-background-color {
  background-color: #3800b2 !important;
  border-color: #3800b2 !important; }

.has-c-orange-color {
  color: #e9540d !important; }

.has-c-orange-background-color {
  background-color: #e9540d !important;
  border-color: #e9540d !important; }

.has-yellow-color {
  color: #ecba16 !important; }

.has-yellow-background-color {
  background-color: #ecba16 !important;
  border-color: #ecba16 !important; }

.has-text-color a {
  color: inherit; }

/* Typography Classes ------------------------- */
.has-text-align-left {
  text-align: left; }

.has-text-align-center {
  text-align: center; }

.has-text-align-right {
  text-align: right; }

.has-small-font-size {
  font-size: 13px; }

.has-normal-font-size {
  font-size: 16px; }

.has-medium-font-size {
  font-size: 20px; }

.has-large-font-size {
  font-size: 36px; }

.has-huge-font-size {
  font-size: 48px; }

/* Block: Columns ---------------------------- */
.wp-block-columns {
  max-width: width(normal);
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 600px) {
    .wp-block-columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .wp-block-columns .alignwide {
    max-width: width(wide);
    margin-left: auto;
    margin-right: auto; }
  .wp-block-columns .alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }

.wp-block-column {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .wp-block-column:first-child {
    margin-top: 0; }
  .wp-block-column:last-child {
    margin-bottom: 0; }
  @media (min-width: 600px) {
    .wp-block-column {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; } }
  .wp-block-column > *:first-of-type {
    margin-top: 0; }

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 2rem;
  padding-right: 2rem; }

/* Block: Button ------------------------------ */
.wp-block-button__link {
  border-width: 2px;
  border-style: solid; }

/* Block: Cover ------------------------------ */
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 2rem);
  padding: 2rem 0; }

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  max-width: 100%;
  padding: 0; }

.wp-block-cover h2 {
  font-size: 3.2rem; }

/* Block: Gallery ---------------------------- */
.wp-block-gallery {
  padding-bottom: 3rem; }

.wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0; }

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
  margin-bottom: 3rem;
  margin-top: 3rem; }

figure.wp-block-gallery.alignleft {
  margin: 0.3rem 2rem 2rem 0; }

figure.wp-block-gallery.alignright {
  margin: 0.3rem 0 2rem 2rem; }

figure.wp-block-gallery.alignwide {
  margin-bottom: 4rem;
  margin-top: 4rem; }

figure.wp-block-gallery.alignfull {
  margin-bottom: 5rem;
  margin-top: 5rem; }

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: 3rem 2rem;
  margin-bottom: 0;
  margin-top: 0; }
  @media (min-width: 600px) {
    .wp-block-group.has-background {
      padding: 5rem 2rem; } }
  .wp-block-group.has-background h2:first-of-type {
    margin-top: 0; }

.wp-block-group__inner-container {
  margin: 0 auto; }

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
  max-width: 100%; }

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 2rem;
  padding-right: 2rem; }

/* Block: Image ------------------------------ */
.wp-block-image figcaption {
  text-align: center; }

/* Block: Pullquote -------------------------- */
/* STYLE: DEFAULT */
.wp-block-pullquote {
  padding: 0;
  position: relative; }
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: calc(100% - 4rem); }
  .wp-block-pullquote::before {
    background: #fff;
    border-radius: 50%;
    color: #cd2653;
    content: "”";
    display: block;
    font-size: 6.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 1.5rem auto;
    text-align: center;
    height: 4.4rem;
    width: 4.4rem; }
  .wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0; }
    .wp-block-pullquote blockquote p {
      font-family: inherit;
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.178571429;
      letter-spacing: -0.041785714em;
      max-width: 100%; }
  .wp-block-pullquote p:last-of-type {
    margin-bottom: 0; }
  .wp-block-pullquote cite {
    color: #6d6d6d;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.2rem; }
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p {
    font-size: 2.8rem; }
  .wp-block-pullquote.alignleft {
    text-align: left; }
    .wp-block-pullquote.alignleft::before {
      margin-left: 0; }
  .wp-block-pullquote.alignright {
    text-align: right; }
    .wp-block-pullquote.alignright::before {
      margin-right: 0; }

.reduced-spacing .wp-block-pullquote::before {
  border: 0.1rem solid currentColor;
  font-size: 5.9rem; }

/* STYLE: SOLID BACKGROUND COLOR */
.wp-block-pullquote.is-style-solid-color {
  padding: 3rem 2rem; }
  .wp-block-pullquote.is-style-solid-color::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  .wp-block-pullquote.is-style-solid-color.alignleft::before, .wp-block-pullquote.is-style-solid-color.alignright::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .wp-block-pullquote.is-style-solid-color.alignleft::before {
    left: 2rem; }
  .wp-block-pullquote.is-style-solid-color.alignright::before {
    left: auto;
    right: 2rem; }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    text-align: inherit; }
  .wp-block-pullquote.is-style-solid-color .wp-block-pullquote.is-style-solid-color cite {
    color: inherit; }

/* Block: Separator  ------------------------- */
hr.wp-block-separator {
  margin: 3rem auto; }

/* STYLE: WIDE */
hr.wp-block-separator.is-style-wide {
  max-width: calc(100vw - 4rem);
  position: relative;
  width: 100%; }

/* STYLE: DOTS */
hr.wp-block-separator.is-style-dots::before {
  background: none;
  color: inherit;
  font-size: 3.2rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 1em;
  padding-left: 1em;
  position: static;
  -webkit-transform: none;
          transform: none;
  width: auto; }

hr.wp-block-separator.is-style-dots::after {
  content: none; }

/* Block: Table ------------------------------ */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #dcd7ca; }

figure.wp-block-table.is-style-stripes {
  border-bottom: none; }

.wp-block-table.is-style-stripes table {
  border-collapse: inherit; }

/* Block: Quote ------------------------------ */
.wp-block-quote p,
.wp-block-quote cite {
  text-align: inherit; }

.wp-block-quote[style="text-align:center"] {
  border-width: 0;
  padding: 0; }

.wp-block-quote[style="text-align:right"] {
  border-width: 0 0.2rem 0 0;
  padding: 0 2rem 0 0; }

/* STYLE: LARGE */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-family: inherit;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.285; }

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.6rem;
  text-align: inherit; }

/* Entry Content  ---------------------------- */
.entry-content {
  margin: 0;
  padding: 0; }
  .entry-content > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25em; }
    .entry-content > *:first-child {
      margin-top: 0; }
    .entry-content > *:last-child {
      margin-bottom: 0; }

p,
li {
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 3.5rem 0 2rem;
  padding: 0; }

h1,
.heading-size-1 {
  margin: 5rem auto 3rem;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4; }

h2,
.heading-size-2 {
  margin: 4rem auto 2rem;
  font-size: 1.6rem; }

h3,
.heading-size-3 {
  margin: 4rem auto 2rem;
  font-size: 1.4rem; }

h4,
.heading-size-4 {
  font-size: 1.2rem; }

h5,
.heading-size-5 {
  font-size: 1.1rem; }

h6,
.heading-size-6 {
  font-size: 1.1rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
  margin: 4.5rem auto 2.5rem; }

@media (min-width: 740px) {
  h1,
  .heading-size-1 {
    font-size: 2.3rem; }
  h2,
  .heading-size-2 {
    font-size: 1.8rem; }
  h3,
  .heading-size-3 {
    font-size: 1.6rem; }
  h4,
  .heading-size-4 {
    font-size: 1.4rem; }
  h5,
  .heading-size-5 {
    font-size: 1.2rem; }
  h6,
  .heading-size-6 {
    font-size: 1.1rem; } }

ul,
ol {
  padding-left: 1rem; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 1rem; }

hr {
  margin: 4rem auto; }

blockquote {
  border-color: #cd2653;
  border-style: solid;
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;
  padding: 0.5rem 0 0.5rem 2rem; }

cite {
  color: #6d6d6d;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25; }

blockquote cite {
  display: block;
  margin: 2rem 0 0 0; }

blockquote p:last-child {
  margin: 0; }

/* Alignment Classes ------------------------- */
/*
 * Below is intended to give content tags left and right margin within their containers
 * First there is a general rule for direct descendats of .entry-content
 * Then some exceptions for blocks that server as intermediate wrappers
 * Finally some rules to apply the original rules to said wrappers to retain the original functionality */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: width(normal);
  width: calc(100% - 2rem); }

.entry-content > .wp-block-group,
.entry-content > .wp-block-cover {
  width: 100% !important;
  margin-bottom: 0; }

.entry-content > .wp-block-group:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.entry-content > .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: width(normal);
  width: calc(100% - 2rem); }

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: width(normal); }

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-left: auto;
  margin-right: auto; }

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto; }

/* Full */
.alignfull {
  margin: 0;
  max-width: 100vw;
  position: relative;
  width: 100%; }

[class*="__inner-container"] > .alignfull {
  max-width: 100%; }

/* Wide */
.alignwide {
  max-width: width(wide);
  position: relative;
  width: calc(100% - 2rem);
  width: 100%; }

[class*="__inner-container"] > .alignwide {
  width: 100%; }

/* Center */
.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto; }

/* Left and right */
.alignleft,
.alignright {
  max-width: 50%; }

.alignleft {
  float: left;
  margin: 0.3rem 2rem 2rem 2rem; }

.alignright {
  float: right;
  margin: 0.3rem 2rem 2rem 2rem; }

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {
  margin-left: 2rem; }

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {
  margin-right: 2rem; }

/* -------------------------------------------------------------------------- */
/*	Media Queries */
/* -------------------------------------------------------------------------- */
@media (max-width: 479px) {
  /* Block Pullquote ----------------------- */
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    float: none; } }

.make-ul-white ul li {
  color: #ffffff; }

.wp-block-group__inner-container::after {
  display: table;
  content: '';
  clear: both; }

ul li {
  line-height: 2.143em; }
/*# sourceMappingURL=nfs-2020.min.css.map */