@charset "UTF-8";
:root {
  --accent-colour: #0083CB;
  --accent-colour-rgb: 0, 131, 203;
  --header-offset: 50px;
}

/* Animations 
-------------------- */
@-webkit-keyframes fade-down-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fade-down-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Lighten and darken 
-------------------- */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
.events-container .event, .archive-entry-header .archive-entry-title, a.button,
div.button, a svg, a {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Forms
--------------------------------------------- */
input, select, textarea {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  color: #333;
  line-height: 24px;
  padding: 12px 10px;
  font-weight: 700;
  max-width: 100%;
  background-color: #fff;
}
input[type=submit], select[type=submit], textarea[type=submit] {
  border: none;
}

input,
select {
  height: 48px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.gform_wrapper input:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus {
  outline: 3px solid var(--accent-colour);
}
.gform_wrapper .gform_heading {
  margin-bottom: 15px;
}
.gform_wrapper .gform_heading .gform_description {
  font-weight: 400;
}
.gform_wrapper .validation_error {
  color: #0083CB;
  margin-bottom: 16px;
  font-weight: 500;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 16px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: 700;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #0083CB;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex.gf_name_has_2 {
  font-size: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex.gf_name_has_2 span input,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex.gf_name_has_2 span label {
  display: block;
  font-size: 17px;
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex.gf_name_has_2 span label {
  font-size: 16px;
}
@media (min-width: 769px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex.gf_name_has_2 span {
    display: inline-block;
    width: 50%;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex.gf_name_has_2 span:nth-child(1) {
    padding-right: 10px;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex.gf_name_has_2 span:nth-child(2) {
    padding-left: 10px;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_left {
  width: 50%;
  padding-right: 10px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_right {
  width: 50%;
  padding-left: 10px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_full {
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .gfield_select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 12px;
  margin-bottom: 15px;
  background-image: url("../icons/utility/navigate-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 28px auto, 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox {
  margin-top: 4px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li {
  position: relative;
  display: inline-block;
  float: none;
  clear: left;
  position: relative;
  padding: 0 0 0 60px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 46px;
  vertical-align: baseline;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li:not(:last-child),
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li:not(:last-child), .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li:not(:last-child),
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li:not(:last-child) {
  margin-right: 40px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li label, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  vertical-align: middle;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li label:before, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li label:before {
  content: "";
  background: #fff;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #BDBDBD;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li label:after,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li label:after, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li label:after,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li label:after {
  content: "";
  color: var(--accent-colour);
  border: solid;
  border-width: 0 0 5px 5px;
  background: transparent;
  border-top-color: transparent;
  width: 28px;
  height: 14px;
  position: absolute;
  top: 13px;
  left: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li input[type=radio]:checked + label:after,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li input[type=checkbox]:checked + label:after,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li input[type=radio]:checked + label:after,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li input[type=checkbox]:checked + label:after, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li input[type=radio]:checked + label:after,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li input[type=checkbox]:checked + label:after,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=radio]:checked + label:after,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:after {
  zoom: 1;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li input[type=radio]:focus + label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li input[type=checkbox]:focus + label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li input[type=radio]:focus + label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li input[type=checkbox]:focus + label:before, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li input[type=radio]:focus + label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li input[type=checkbox]:focus + label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=radio]:focus + label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:focus + label:before {
  border: none;
  outline: 3px solid var(--accent-colour);
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li input[type=radio],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li input[type=checkbox],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li input[type=radio],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li input[type=checkbox], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li input[type=radio],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li input[type=checkbox],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=radio],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  z-index: 1;
  margin: 0;
  zoom: 1;
  opacity: 0;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio li,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox li, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio li,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .small {
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .large {
  width: 100%;
}
@media (min-width: 769px) {
  .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half, .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half input, .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half input {
    width: 100%;
  }
  .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half {
    padding-right: 10px;
  }
  .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
    padding-left: 10px;
  }
  .gform_wrapper .gform_body .gform_fields .gfield:nth-child(2).gf_right_half {
    margin-top: 0px;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description.validation_message {
  color: #0083CB;
  font-size: 16px;
  margin-bottom: 5px;
}
.gform_wrapper .gform_body .gform_fields .gform_validation_container,
.gform_wrapper .gform_body .gform_fields .gform_body ul.gform_fields li.gfield.gform_validation_container,
.gform_wrapper .gform_body .gform_fields li.gform_validation_container,
.gform_wrapper .gform_body .gform_fields ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .gform_footer {
  margin-top: 16px;
}
.gform_wrapper .gform_footer .button {
  width: 150px;
  background: #0083CB;
  color: #fff;
  outline: none;
}
.gform_wrapper#gform_wrapper_1 .validation_error {
  color: #FFDC00;
}
.gform_wrapper#gform_wrapper_1 .validation_list a {
  color: #FFDC00;
}
.gform_wrapper#gform_wrapper_1 .gfield_description.validation_message {
  color: #FFDC00;
}

/* Search Form
--------------------------------------------- */
.search-form_container {
  display: none;
  padding: 0 0 10px;
  clear: both;
}

.search-form {
  position: relative;
  border: none;
  position: relative;
  overflow: hidden;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form .search-field {
  border: none;
  padding: 10px 100px 10px 60px;
  width: 100%;
  caret-color: #0083CB;
  outline: none;
  font-size: 18px;
  color: #333;
  border: 1px solid #E0E0E0;
  background: #fafafa;
}
.search-form .search-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
}
.search-form .search-box__icon svg {
  fill: #BDBDBD;
}
.search-form .search-box__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.search-form .search-box__buttons .search-box__button + .search-box__button:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2rem;
  content: "";
  border-left: 1px solid #ccc;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.search-form .search-reset,
.search-form .search-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  padding: 0 1.5rem;
  margin: 0;
  min-width: 0;
  outline: none;
  cursor: pointer;
}
.search-form .search-reset svg,
.search-form .search-submit svg {
  fill: #006fad;
}
.search-form .search-reset:hover svg, .search-form .search-reset:focus svg,
.search-form .search-submit:hover svg,
.search-form .search-submit:focus svg {
  fill: #2D3D7E;
}

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

/* Blocks
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}

a {
  color: #0083CB;
  text-decoration: none;
}
a:hover {
  color: #0069a2;
}
a.button,
div.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 1.15em;
  background: #0083CB;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  line-height: normal;
  margin-right: 15px;
}
a.button svg,
div.button svg {
  fill: #fff;
  margin-left: 10px;
}
a.button:hover,
div.button:hover {
  background: #007cc1;
}

.load-more {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.load-more span {
  padding: 0.75em 1.15em;
  background: #e9ecef;
  color: #333;
  font-weight: 500;
  border-radius: 50px;
  line-height: normal;
}

a.ext_link svg,
a.file-pdf svg,
a.file-word svg,
a.file-ppt svg {
  vertical-align: baseline;
  fill: #757575;
}

a.ext_link svg {
  margin-left: 5px;
  width: 0.8em;
  height: 0.8em;
}

a.file-pdf svg,
a.file-word svg,
a.file-ppt svg {
  margin: 0 5px;
  width: 1em;
  height: 1em;
}
a.file-pdf .filesize,
a.file-word .filesize,
a.file-ppt .filesize {
  font-size: 14px;
}

/* Table of contents
-------------------- */
.toc {
  overflow-y: auto;
}
.toc > .toc-list {
  overflow: hidden;
  position: relative;
}
.toc > .toc-list li {
  list-style: none;
}

.toc-list {
  margin: 0;
  padding-left: 10px;
}

.toc-list-item {
  margin-bottom: 2px;
}

a.toc-link {
  color: currentColor;
  height: 100%;
  text-transform: capitalize;
  font-size: 15px;
}

.is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.is-collapsed {
  max-height: 0;
}

.is-position-fixed {
  position: fixed !important;
  top: 0;
}

.is-active-link {
  font-weight: 500;
  color: #0083CB !important;
}

.toc-link::before {
  background-color: #EEEEEE;
  content: " ";
  display: inline-block;
  height: inherit;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}

.is-active-link::before {
  background-color: #FFDC00;
}

.js-toc-content h1::before,
.js-toc-content h2::before,
.js-toc-content h3::before,
.js-toc-content h4::before,
.js-toc-content h5::before,
.js-toc-content h6::before {
  display: block;
  content: " ";
  height: 158px;
  margin-top: -158px;
  visibility: hidden;
}

.admin-bar .js-toc-content h1::before,
.admin-bar .js-toc-content h2::before,
.admin-bar .js-toc-content h3::before,
.admin-bar .js-toc-content h4::before,
.admin-bar .js-toc-content h5::before,
.admin-bar .js-toc-content h6::before {
  height: 190px;
  margin-top: -190px;
}

/* Accordion
-------------------- */
.accordion-button {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #333;
}
@media (min-width: 992px) {
  .accordion-button {
    font-size: 18px;
  }
}
.accordion-button:not(.focus):last-of-type button {
  border-bottom: 2px solid #e9ecef;
}
.accordion-button:first-of-type button {
  border-top: 2px solid #e9ecef;
}
.accordion-button button {
  all: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  width: 100%;
  padding: 1.2rem 0.6rem;
  border: 0;
  border-top: 1px solid #e9ecef;
}
.accordion-button button span {
  padding-left: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.accordion-button button svg {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.accordion-button button svg:not(:root), .accordion-button button svg symbol, .accordion-button button svg image, .accordion-button button svg marker, .accordion-button button svg pattern, .accordion-button button svg foreignObject {
  overflow-x: hidden;
  overflow-y: hidden;
}
.accordion-button button[aria-expanded] svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition-property: transform, fill, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}
.accordion-button button[aria-expanded=true] svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-button:hover, .accordion-button.focus,
.accordion-button button:hover,
.accordion-button button:focus, .accordion-button.focus button[aria-expanded=true] {
  background-color: #f5f5f5;
}

.accordion-panel {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2rem;
  padding: 1rem 2.5rem 2rem 4rem;
  font-size: 16px;
}
.accordion-panel > * {
  max-width: 70ch;
  opacity: 0;
  -webkit-animation: fade-down-text 0.3s ease-out;
          animation: fade-down-text 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.accordion-panel > *:nth-child(1) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.accordion-panel > *:nth-child(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.accordion-panel > *:nth-child(3) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.accordion-panel > *:nth-child(4) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.accordion-panel > *:nth-child(5) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.accordion-panel > *:nth-child(6) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.accordion-panel > *:nth-child(7) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.accordion-panel > *:nth-child(8) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.accordion-panel > *:nth-child(9) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.accordion-panel > *:nth-child(10) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.accordion-panel > *:last-child {
  margin-bottom: 0;
}
.accordion-panel:last-of-type {
  border-bottom: 2px solid #e9ecef;
}
.accordion-panel[hidden] {
  display: none;
  visibility: hidden;
}

/* Tabs
-------------------- */
[role=tablist] {
  padding: 0;
  font-size: 0;
}

[role=tablist] li,
[role=tablist] a {
  display: inline-block;
}

[role=tablist] a {
  text-decoration: none;
  padding: 1rem 1.5em;
}
@media (max-width: 359px) {
  [role=tablist] a {
    padding: 1rem 1.2em;
  }
}

[role=tablist] [aria-selected] {
  background: #fff;
  border-bottom: 0;
  position: relative;
}

[role=tabpanel] {
  padding: 1.5rem;
  background: #fff;
}

/*
*:focus {
	outline: none;
	box-shadow: inset 0 0 0 4px $sps-light-blue;
}
*/
/*
@media (max-width: 550px) {

	[role="tablist"] li, [role="tablist"] a {
		display: block;
		position: static;
	}

	[role="tablist"] a {
		border: 2px solid #222 !important;
	}

	[role="tablist"] li + li a {
		border-top: 0 !important;
	}

	[role="tablist"] [aria-selected] {
		position: static;
	}

	[role="tablist"] [aria-selected]::after {
		content: '\0020⬅';
	}

	[role="tabpanel"] {
		border-top: 0;
	}

}
*/
.key-topics {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 10px;
}
.key-topics .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e9ecef;
}
.key-topics .topic .topic-title {
  margin-bottom: 0;
  padding: 15px;
}
.key-topics .topic svg {
  width: 100px;
  height: auto;
}
.key-topics .topic:hover {
  background: #fafafa;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

address {
  font-style: normal;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 18px;
}
@media (min-width: 992px) {
  p.large, p.has-large-font-size {
    font-size: 20px;
  }
}
p.has-regular-font-size {
  font-size: 16px;
}
p.small, p.has-small-font-size {
  font-size: 12px;
}

/* Headings
--------------------------------------------- */
.entry-header .entry-title {
  font-size: 32px;
  margin-top: 0;
  color: #2D3D7E;
  text-align: left;
}
@media (min-width: 768px) {
  .entry-header .entry-title {
    font-size: 40px;
  }
}
.entry-header:after {
  content: "";
  display: block;
  height: 18px;
  width: 44px;
  background: #FFDC00;
  margin-top: 35px;
  margin-bottom: 25px;
}
@media (max-width: 359px) {
  .entry-header:after {
    height: 14px;
    width: 30px;
    margin-top: 30px;
  }
}

.archive-entry-header .archive-entry-title:hover {
  color: #0083CB;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0083CB;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #59BACC;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #4795a3;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #59BACC;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #4795a3;
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #58AD69;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #468a54;
}
.wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
  color: #FFBC49;
}
.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
  background-color: #cc963a;
}
.wp-block-button__link.has-red-color:hover, .wp-block-button__link.has-red-color:focus {
  color: #E2574C;
}
.wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-red-background-color:focus {
  background-color: #b5463d;
}

.be-button,
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.site-container div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #59BACC;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
}
.be-button:hover, .be-button:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.site-container div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #4795a3;
  border: none;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left;
  margin: 0;
}
blockquote p,
blockquote.wp-block-quote p {
  display: inline;
  background: #F8C8D2;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #2D3D7E;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #0083CB;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: uppercase;
}
blockquote p:first-of-type,
blockquote.wp-block-quote p:first-of-type {
  text-indent: -10px;
}
blockquote p:first-of-type:before,
blockquote.wp-block-quote p:first-of-type:before {
  content: "“";
  display: inline;
  position: relative;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote p:last-of-type:after,
blockquote.wp-block-quote p:last-of-type:after {
  content: "”";
  display: inline;
  position: relative;
}
blockquote.is-large, blockquote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: calc( 2 * $block-margin ) auto;
}
blockquote.is-large p, blockquote.is-style-large p,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p {
  font-size: 24px;
}
@media (min-width: 768px) {
  blockquote.is-large p, blockquote.is-style-large p,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p {
    font-size: 36px;
  }
}
blockquote.is-large cite, blockquote.is-style-large cite,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-style-large cite {
  text-align: left;
}

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 8px solid #0083CB;
  border-bottom: 8px solid #0083CB;
  padding: 16px 0;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #E0E0E0;
  border: 0;
  height: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background: #0083CB;
  margin: 30px 0 20px;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #424242;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px;
}

/* Home slider
--------------------------------------------- */
.featured-content {
  position: relative;
  height: 500px;
  background: #e9ecef;
}
.featured-content .mainslider {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.featured-content .mainslider.is-hidden,
.featured-content .overlay.is-hidden {
  display: none;
}
.featured-content .mainslider.flickity-enabled {
  opacity: 1;
}
.featured-content .mainslider.flickity-enabled .slide {
  width: 100%;
}
.featured-content .mainslider.flickity-enabled .slide-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 500px;
  width: 100%;
}
.featured-content .mainslider.flickity-enabled .slide-image .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.featured-content .mainslider.flickity-enabled .slide-image .slide-inner {
  max-width: 800px;
  color: #fff;
}
.featured-content .mainslider.flickity-enabled .slide-image .slide-title {
  font-size: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .featured-content .mainslider.flickity-enabled .slide-image .slide-title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .featured-content .mainslider.flickity-enabled .slide-image .slide-title {
    font-size: 50px;
  }
}
@media (min-width: 1312px) {
  .featured-content .mainslider.flickity-enabled .slide-image .slide-title {
    font-size: 50px;
  }
}
.featured-content .mainslider.flickity-enabled .slide-image .slide-text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .featured-content .mainslider.flickity-enabled .slide-image .slide-text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .featured-content .mainslider.flickity-enabled .slide-image .slide-text {
    font-size: 22px;
  }
}
@media (min-width: 1312px) {
  .featured-content .mainslider.flickity-enabled .slide-image .slide-text {
    font-size: 22px;
  }
}
.featured-content .mainslider.flickity-enabled .slide-image .slide-btns .button {
  background: #fff;
  color: #424242;
  margin-right: 5px;
}
.featured-content .mainslider.flickity-enabled .slide-image .slide-btns .button svg {
  fill: #9E9E9E;
}
.featured-content .mainslider.flickity-enabled .slide-image .slide-btns .button:hover {
  background: #f2f2f2;
}
@media (max-width: 991px) {
  .featured-content {
    height: 400px;
  }
  .featured-content .mainslider.flickity-enabled .slide-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .featured-content {
    height: 300px;
  }
  .featured-content .mainslider.flickity-enabled .slide-image {
    height: 300px;
  }
  .featured-content .flickity-button {
    display: none;
  }
}

/* Featured Image
--------------------------------------------- */
.featured-block {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  /*
      &:before {
  	    position: absolute;
  	    content: '';
  	    top: 0;
  	    left: 0;
  	    right: 0;
  	    height: 100px;
  	    margin: 0 calc(50% - (50vw - 7.5px));
  	    background: darken($sps-blue, 15%);
  	    z-index: -1;
  	    max-width: 100vw;
  	    border-bottom: 30px solid darken($sps-blue, 20%);
      }
  */
}

.featured-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 25%;
  color: #fff;
  /*
      &:after {
  	    box-shadow: 0 1.5em 1em 0 rgba(0,0,0,.16);
  	    border-radius: 50%;
  	    bottom: 0;
  	    content: '';
  	    height: 25%;
  	    left: 0;
  	    position: absolute;
  	    width: 100%;
  	    z-index: -1;
      }
  */
}
@media (max-width: 767px) {
  .featured-image {
    padding-bottom: 37.5%;
  }
}
@media (max-width: 359px) {
  .featured-image {
    padding-bottom: 50%;
  }
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  color: #333;
  text-align: left;
  font-size: 14px;
}

/* Tables
--------------------------------------------- */
.table,
.wp-block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 20px;
}
.table th,
.table td,
.wp-block-table th,
.wp-block-table td {
  padding: 16px;
  vertical-align: center;
  border-top: 1px solid #E0E0E0;
}
.table thead th,
.wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E0E0E0;
}
.table tbody + tbody,
.wp-block-table tbody + tbody {
  border-top: 2px solid #E0E0E0;
}

/* Media And Text
--------------------------------------------- */
@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "media-text-media" "media-text-content" !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 32px;
  }
}

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #59BACC;
}

.has-blue-background-color {
  background-color: #59BACC;
}

.has-green-color {
  color: #58AD69;
}

.has-green-background-color {
  background-color: #58AD69;
}

.has-orange-color {
  color: #FFBC49;
}

.has-orange-background-color {
  background-color: #FFBC49;
}

.has-red-color {
  color: #E2574C;
}

.has-red-background-color {
  background-color: #E2574C;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::-moz-selection {
  background: #FFDC00;
}

::selection {
  background: #FFDC00;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 359px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-inner {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 60px 0;
  }
}
.site-inner > .wrap {
  max-width: 1312px;
}

.home .site-inner {
  padding: 0;
}

.home .site-inner > .wrap,
.views-template-one-page-scroll .site-inner > .wrap,
.views-template-help .site-inner > .wrap {
  max-width: 100%;
  padding: 0;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (min-width: 992px) {
  .sidebar-content .site-main,
.content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .sidebar-content .sidebar-primary,
.content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }

  .sidebar-content .site-main {
    float: right;
  }

  .sidebar-content .sidebar-primary {
    float: left;
  }
}
/* Utility Bar
---------------------------------------------------------------------------------------------------- */
.utility-bar-container {
  position: relative;
  background: #0069a2;
  z-index: 9999;
}
.utility-bar-container .utility-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  height: 50px;
  font-family: "Gotham A", "Gotham B";
}
.utility-bar-container .utility-bar .custom-html-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.utility-bar-container .utility-bar .social-media {
  list-style: none;
  display: inline-block;
  line-height: normal;
  font-size: 0;
}
.utility-bar-container .utility-bar .social-media .sm-channel {
  display: inline-block;
  border-radius: 8px;
  background: #fff;
}
.utility-bar-container .utility-bar .social-media .sm-channel.facebook {
  background: #0083CB;
}
.utility-bar-container .utility-bar .social-media .sm-channel.twitter {
  background: #8CD0E5;
}
.utility-bar-container .utility-bar .social-media .sm-channel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  width: 34px;
}
.utility-bar-container .utility-bar .social-media .sm-channel:not(:last-child) {
  margin-right: 8px;
}
.utility-bar-container .utility-bar .social-media svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.utility-bar-container .utility-bar .email,
.utility-bar-container .utility-bar .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  line-height: normal;
}
.utility-bar-container .utility-bar .email svg,
.utility-bar-container .utility-bar .phone svg {
  fill: #fff;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .utility-bar-container .utility-bar .email svg,
.utility-bar-container .utility-bar .phone svg {
    margin-right: 0;
  }
  .utility-bar-container .utility-bar .email .inner-text,
.utility-bar-container .utility-bar .phone .inner-text {
    display: none;
  }
}
.utility-bar-container .utility-bar .donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFDC00;
  color: #333;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 14px 7px 18px;
  line-height: normal;
  margin-right: 20px;
}
.utility-bar-container .utility-bar .donate svg {
  fill: #333;
  margin-left: 5px;
}
@media (max-width: 399px) {
  .utility-bar-container .utility-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .utility-bar-container .utility-bar .email,
.utility-bar-container .utility-bar .phone,
.utility-bar-container .utility-bar .donate {
    margin-right: 10px;
  }
  .utility-bar-container .utility-bar .donate {
    font-size: 16px;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 2px solid #dde0e3;
  z-index: 999;
}
@media (max-width: 1279px) {
  .site-header {
    max-height: calc(100vh - var(--header-offset));
    overflow-y: auto;
  }
}

.title-area {
  float: left;
  width: 200px;
  padding: 30px 0px;
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
}
.title-area .site-title a {
  background: url(../images/logo.svg) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
}
@media (max-width: 359px) {
  .title-area {
    width: 140px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 768px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }

  .admin-bar .site-header {
    top: 32px;
  }
}
@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  float: left;
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item:hover > a, .nav-menu .menu-item:focus > a, .nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #0083CB;
}
.nav-menu .menu-item .sub-menu {
  padding: 7px;
}
.nav-menu .menu-item .search-form {
  display: none;
  position: absolute;
  top: 16px;
  right: 0;
  width: 100%;
}
.nav-menu .menu-item .search-form input[type=search] {
  background: #fff;
  border: 1px solid #E0E0E0;
  font-size: 16px;
  line-height: 1.2;
  padding: 6px 20px 6px 8px;
}
.nav-menu .menu-item .search-form ::-moz-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.nav-menu .menu-item .search-form ::-ms-input-placeholder {
  color: #E0E0E0;
}
.nav-menu .menu-item .search-form ::-webkit-input-placeholder {
  color: #E0E0E0;
}
.nav-menu .menu-item .search-form input:focus::-webkit-input-placeholder,
.nav-menu .menu-item .search-form input:focus::-moz-placeholder,
.nav-menu .menu-item .search-form input:focus:-ms-input-placeholder,
.nav-menu .menu-item .search-form textarea:focus::-webkit-input-placeholder,
.nav-menu .menu-item .search-form textarea:focus::-moz-placeholder,
.nav-menu .menu-item .search-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.nav-menu .menu-item .search-form .search-submit {
  border: none;
  color: #0083CB;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-menu .menu-item .search-form .search-submit:hover, .nav-menu .menu-item .search-form .search-submit:focus {
  background: transparent;
  color: #458D53;
  outline: none;
}
.nav-menu .menu-item.active .search-form {
  display: block;
}

/* Primary
--------------------------------------------- */
.nav-primary {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.nav-primary .menu-item.menu-item-home a .menu-home-icon {
  fill: #333;
}
.nav-primary .menu-item.search-toggle svg {
  fill: white;
  padding: 8px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #81C8BA;
  border: 1px solid #74b4a7;
}
.nav-primary .menu-item.search-toggle svg.search-bar__open {
  display: block;
}
.nav-primary .menu-item.search-toggle svg.search-bar__close {
  display: none;
}
.nav-primary .menu-item.search-toggle.active svg.search-bar__open {
  display: none;
}
.nav-primary .menu-item.search-toggle.active svg.search-bar__close {
  display: block;
}
@media (max-width: 1280px) {
  .nav-primary {
    display: none;
  }
  .nav-primary.active {
    margin: 0 -16px;
    padding: 8px 16px;
    display: block;
  }
  .nav-primary.active .menu-item.search,
.nav-primary.active .sub-menu {
    display: none;
  }
  .nav-primary.active .menu-item.search > .menu-item > a,
.nav-primary.active .sub-menu > .menu-item > a {
    padding: 15px 0;
    font-size: 16px;
  }
  .nav-primary.active .menu-item.search > .menu-item:first-child > a,
.nav-primary.active .sub-menu > .menu-item:first-child > a {
    padding-top: 0;
  }
  .nav-primary.active .menu-item.search > .menu-item + .menu-item,
.nav-primary.active .sub-menu > .menu-item + .menu-item {
    border-top: 1px solid #EEEEEE;
  }
  .nav-primary.active .menu-item {
    float: none;
  }
  .nav-primary.active .menu-item > a {
    padding: 20px 0;
  }
  .nav-primary.active .menu-item.menu-item-has-children {
    position: relative;
  }
  .nav-primary.active .menu-item.menu-item-has-children > a {
    padding-right: 32px;
  }
  .nav-primary.active .menu-item.menu-item-home a .menu-home-icon {
    display: none;
  }
  .nav-primary.active .menu-item.menu-item-home a .menu-home-text {
    display: block;
  }
  .nav-primary.active .menu > .menu-item + .menu-item {
    border-top: 1px solid #EEEEEE;
  }
  .nav-primary.active .submenu-expand {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 56px;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    outline: none;
  }
  .nav-primary.active .submenu-expand.expanded svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-primary.active .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-primary.active .submenu-expand svg {
    width: 24px;
    height: 24px;
    margin-top: calc( ( 64px - 24px ) / 2 );
    fill: #333;
  }
  .nav-primary.active .submenu-expand:hover svg, .nav-primary.active .submenu-expand:focus svg, .nav-primary.active .submenu-expand.expanded svg {
    fill: #0083CB;
  }
}
@media (min-width: 1281px) {
  .nav-primary {
    float: right;
    width: auto;
  }
  .nav-primary .genesis-nav-menu > .menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 130px;
  }
  .nav-primary .genesis-nav-menu > .menu-item > a:before {
    position: absolute;
    bottom: 1em;
    left: 16px;
    background: transparent url(../images/underline.svg) -10% 50% repeat-x;
    background-size: auto 100%;
    content: "";
    display: block;
    height: 6px;
    overflow: hidden !important;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 0%;
    opacity: 0;
    -webkit-transition: width 150ms ease, opacity 25ms ease;
    -o-transition: width 150ms ease, opacity 25ms ease;
    transition: width 150ms ease, opacity 25ms ease;
  }
  .nav-primary .genesis-nav-menu > .menu-item:hover > a:before, .nav-primary .genesis-nav-menu > .menu-item:focus > a:before, .nav-primary .genesis-nav-menu > .menu-item.current-menu-item > a:before, .nav-primary .genesis-nav-menu > .menu-item.current-menu-ancestor > a:before {
    opacity: 1;
    width: calc(100% - 32px);
  }
  .nav-primary .genesis-nav-menu > .menu-item:last-child > a {
    padding-right: 0;
  }
  .nav-primary .genesis-nav-menu > .menu-item:last-child > a:before {
    display: none;
  }
  .nav-primary .genesis-nav-menu > .menu-item.menu-item-home a .menu-home-icon {
    display: block;
  }
  .nav-primary .genesis-nav-menu > .menu-item.menu-item-home a .menu-home-text {
    display: none;
  }
  .nav-primary .menu-item > a {
    font-size: 16px;
    padding: 8px 16px;
  }
  .nav-primary .menu-item:hover > .sub-menu, .nav-primary .menu-item:focus > .sub-menu {
    left: -15px;
    opacity: 1;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item, .nav-primary .menu-item:focus > .sub-menu .menu-item {
    -webkit-animation: fade-in 0.3s ease-out;
            animation: fade-in 0.3s ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(1), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(1) {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(2), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(2) {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(3), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(3) {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(4), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(4) {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(5), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(5) {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(6), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(6) {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(7), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(7) {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(8), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(8) {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(9), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(9) {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
  }
  .nav-primary .menu-item:hover > .sub-menu .menu-item:nth-child(10), .nav-primary .menu-item:focus > .sub-menu .menu-item:nth-child(10) {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
  }
  .nav-primary .menu > .menu-item > a {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .nav-primary .submenu-expand {
    display: none;
    /*
    			position: absolute;
    			right: 8px;
    			top: 50%;
    			margin-top: -5px;
    			line-height: 0;
    		    animation: fade-down-text .3s ease-out;
    		    animation-fill-mode: forwards;
    			svg {
    				@include icon-position( 16px );
    				fill: $white;
    			}
    */
  }
  .nav-primary .sub-menu {
    background: #e9ecef;
    left: -9999px;
    opacity: 0;
    padding: 20px 30px !important;
    position: absolute;
    width: 280px;
    z-index: 99;
  }
  .nav-primary .sub-menu .menu-item {
    float: none;
    opacity: 0;
  }
  .nav-primary .sub-menu .menu-item > a {
    font-size: 14px;
    padding: 8px 0;
  }
  .nav-primary .sub-menu .menu-item:first-child a {
    padding-top: 6px;
  }
  .nav-primary .sub-menu .menu-item:last-child a {
    padding-bottom: 6px;
  }
  .nav-primary .sub-menu .menu-item:not(:last-child) > a {
    border-bottom: 1px solid #BDBDBD;
  }
  .nav-primary .sub-menu .menu-item:hover > a, .nav-primary .sub-menu .menu-item:focus > a, .nav-primary .sub-menu .menu-item.current-menu-item > a, .nav-primary .sub-menu .menu-item.current-menu-ancestor > a {
    /*

    					span {
    						background: $sps-yellow;
    					}
    */
  }
  .nav-primary .sub-menu .sub-menu {
    margin: -40px 0 0 170px;
  }
}

/* Mobile
--------------------------------------------- */
body.mobile-menu-active {
  overflow-y: hidden;
}

.nav-mobile {
  float: right;
  width: auto;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1281px) {
  .nav-mobile {
    display: none;
  }
}
@media (max-width: 359px) {
  .nav-mobile {
    height: 109px;
  }
}

.mobile-menu-toggle {
  border: none;
  display: block;
  padding: 12px;
  width: 100%;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle.active {
  background: #0083CB;
  color: #fff;
  outline: none;
}
.mobile-menu-toggle:focus svg, .mobile-menu-toggle.active svg {
  fill: #fff;
}
.mobile-menu-toggle svg {
  vertical-align: middle;
}
.mobile-menu-toggle .menu-close {
  display: none;
}
.mobile-menu-toggle.active .menu-close {
  display: inline;
}
.mobile-menu-toggle.active .menu-open {
  display: none;
}

/* Archive
---------------------------------------------------------------------------------------------------- */
.search-results .archive-description .archive-title {
  font-size: 32px;
  margin-top: 0;
  color: #2D3D7E;
  text-align: left;
}
@media (min-width: 768px) {
  .search-results .archive-description .archive-title {
    font-size: 40px;
  }
}
.search-results .archive-description:after {
  content: "";
  display: block;
  height: 18px;
  width: 44px;
  background: #FFDC00;
  margin-top: 35px;
  margin-bottom: 25px;
}
@media (max-width: 359px) {
  .search-results .archive-description:after {
    height: 14px;
    width: 30px;
    margin-top: 30px;
  }
}

.search-result {
  margin: 20px 0;
}
.search-result .archive-entry-content p:last-child {
  margin-bottom: 0;
}
.search-result:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #333;
  border-radius: 3px;
  display: block;
  padding: 2px 11px;
  font-weight: 400;
}
.pagination ul li.active > a, .pagination ul li:hover > a {
  background: #0083CB;
  color: #fff;
  text-decoration: none;
}

/* Single Topic Template
---------------------------------------------------------------------------------------------------- */
.archive.category {
  /*
  	.site-main {
  		> * {
  			margin: 0 0 40px;

  			&:first-child {
  				margin-top: 0;
  			}

  			&:last-child {
  				margin-bottom: 0;
  			}
  		}
  	}	
  */
  /*
  	.category-archive-header {
  		position: relative;
  		flex: 0 0 100%;
  		background: white;
  		border-bottom: 1px solid $sps-light-grey;
  		margin-bottom: 50px;

  		&:before {
  		    position: absolute;
  			content: '';
  		    top: 0;
  		    bottom: 0;
  		    left: 0;
  		    right: 0;
  		    box-shadow: 0 10px 60px -20px $sps-light-grey;
  		    clip: rect(0px, 1248px, 200px, 0px);
  		    z-index: -1;
  		}
  	}
  */
  /*
  	.category-archive-header {
  		position: relative;
  		flex: 0 0 100%;
  		position: absolute !important;
  	    height: 1px; 
  	    width: 1px;
  	    overflow: hidden;
  	    clip: rect(1px 1px 1px 1px);
  	    clip: rect(1px, 1px, 1px, 1px);
  	    white-space: nowrap;
  	}
  */
}
.archive.category .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive.category .category-archive-header,
.archive.category .category-archive-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.archive.category .category-archive-header {
  position: relative;
}
.archive.category .category-archive-header h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
  color: #2D3D7E;
}
@media (min-width: 768px) {
  .archive.category .category-archive-header h1 {
    font-size: 40px;
  }
}
.archive.category .category-archive-header:after {
  content: "";
  display: block;
  height: 18px;
  width: 44px;
  background: #FFDC00;
  margin-top: 35px;
  margin-bottom: 25px;
}
@media (max-width: 359px) {
  .archive.category .category-archive-header:after {
    height: 14px;
    width: 30px;
    margin-top: 30px;
  }
}
.archive.category .category-archive-description {
  padding-bottom: 40px;
}
.archive.category .category-archive-description div {
  max-width: 800px;
}
.archive.category .category-archive-description div p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .archive.category .category-archive-description {
    border-bottom: 1px solid #e9ecef;
  }
}
.archive.category .site-main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 40px;
}
.archive.category .site-main .archive-description .archive-title {
  color: #0076b7;
}
@media (min-width: 992px) {
  .archive.category .site-main {
    padding-top: 60px;
    padding-right: 30px;
    border-right: 1px solid #e9ecef;
  }
}
.archive.category .sidebar .widget {
  border-left: 1px solid #e9ecef;
}
.archive.category .sidebar .widget:last-child {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
.archive.category .sidebar .svg-container svg {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .archive.category .sidebar {
    width: 100%;
  }
  .archive.category .sidebar .svg-container {
    width: 200px;
    border-top: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
  }
  .archive.category .sidebar .nav-key-topics {
    border-right: 1px solid #e9ecef;
  }
}
@media (min-width: 992px) {
  .archive.category .sidebar {
    border-right: 1px solid #e9ecef;
  }
  .archive.category .sidebar .widget:last-child {
    border-bottom: 1px solid #e9ecef;
  }
}
.archive.category .breadcrumb {
  display: inline-block;
  background: #f6f7f9;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #dde0e3;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 30px;
}
.archive.category .form-group.child-terms-group > * {
  display: block;
}
.archive.category .form-group.child-terms-group label {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .archive.category .form-group.child-terms-group {
    display: none;
  }
}
.archive.category .child-terms-cloud {
  margin-bottom: 50px;
  font-size: 0px;
}
.archive.category .child-terms-cloud .child-term {
  background-color: #e9ecef;
  padding: 0.75em 1.15em;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-right: 5px;
  white-space: nowrap;
  display: inline-block;
  line-height: normal;
  text-decoration: none;
  color: #333;
}
.archive.category .child-terms-cloud .child-term:hover {
  background-color: #d2d4d7;
}
@media (max-width: 767px) {
  .archive.category .child-terms-cloud {
    display: none;
  }
}
.archive.category section.group-container {
  margin: 40px 0;
}
.archive.category section.group-container:last-child {
  margin-bottom: 0;
}

section.group-container.col-2-grid a {
  display: block;
}
@media (max-width: 767px) {
  section.group-container.col-2-grid a {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  section.group-container.col-2-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  section.group-container.col-2-grid header {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  section.group-container.col-2-grid .group-title {
    margin-bottom: 0;
  }
}

section.guides-group article > *,
section.websites-group article > * {
  color: #333;
}
section.guides-group article header,
section.websites-group article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.guides-group article .article-title,
section.websites-group article .article-title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
}
@media (min-width: 768px) {
  section.guides-group article .article-title,
section.websites-group article .article-title {
    font-size: 17px;
  }
}
section.guides-group article .article-excerpt,
section.websites-group article .article-excerpt {
  font-size: 14px;
}
section.guides-group article svg,
section.websites-group article svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section.guides-group article .article-title {
  margin-bottom: 0;
}

section.related-news-group > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.related-news-group article {
  background: #fafafa;
  height: 100%;
}
section.related-news-group article figure {
  margin: 0;
  height: 100%;
}
section.related-news-group article figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
}
section.related-news-group article footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}
section.related-news-group article footer time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
section.related-news-group article footer time svg {
  fill: rgba(0, 0, 0, 0.4);
  margin-right: 10px;
}
section.related-news-group article footer .be-like-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
section.related-news-group article footer .be-like-content svg {
  width: 15px;
  height: 15px;
}

section.books-group article {
  height: 100%;
}
section.books-group article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  height: 100%;
}
section.books-group article img {
  margin-bottom: 20px;
}

.news-list .news-post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}
.news-list .news-post:after {
  content: "";
  display: table;
  clear: both;
}
.news-list .news-post img {
  margin-bottom: 25px;
}
.news-list .news-post .archive-entry-title {
  margin-bottom: 20px;
}
.news-list .news-post .post-date {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
}
.news-list .news-post .post-excerpt {
  color: #333;
  margin-bottom: 15px;
}
.news-list .news-post .post-excerpt p {
  margin-bottom: 0;
}
.news-list .news-post .button {
  clear: both;
  margin-right: 0;
}
@media (min-width: 769px) {
  .news-list .news-post .button {
    float: right;
  }
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content p,
.entry-content blockquote {
  margin: 0 0 1.5em;
}
.entry-content > :not(.gform_wrapper) ul:not(.no-list-style),
.entry-content > :not(.gform_wrapper) ol:not(.no-list-style),
.entry-content > ul:not(.no-list-style),
.entry-content > ol:not(.no-list-style) {
  padding-left: 3.5rem;
  list-style: none;
  margin: 0 0 1.5em;
}
.entry-content > :not(.gform_wrapper) ul:not(.no-list-style) li,
.entry-content > :not(.gform_wrapper) ol:not(.no-list-style) li,
.entry-content > ul:not(.no-list-style) li,
.entry-content > ol:not(.no-list-style) li {
  padding-bottom: 1.5rem;
  list-style-type: none;
  position: relative;
}
.entry-content > :not(.gform_wrapper) ul:not(.no-list-style) li:last-child,
.entry-content > :not(.gform_wrapper) ol:not(.no-list-style) li:last-child,
.entry-content > ul:not(.no-list-style) li:last-child,
.entry-content > ol:not(.no-list-style) li:last-child {
  padding-bottom: 0;
}
.entry-content > :not(.gform_wrapper) ul:not(.no-list-style) li ul, .entry-content > :not(.gform_wrapper) ul:not(.no-list-style) li ol,
.entry-content > :not(.gform_wrapper) ol:not(.no-list-style) li ul,
.entry-content > :not(.gform_wrapper) ol:not(.no-list-style) li ol,
.entry-content > ul:not(.no-list-style) li ul,
.entry-content > ul:not(.no-list-style) li ol,
.entry-content > ol:not(.no-list-style) li ul,
.entry-content > ol:not(.no-list-style) li ol {
  padding-top: 0.5rem;
}
.entry-content > :not(.gform_wrapper) ul:not(.no-list-style) li:before,
.entry-content > :not(.gform_wrapper) ol:not(.no-list-style) li:before,
.entry-content > ul:not(.no-list-style) li:before,
.entry-content > ol:not(.no-list-style) li:before {
  position: absolute;
  color: #0083CB;
  left: -3.5rem;
  text-align: left;
  width: 1em;
}
.entry-content > :not(.gform_wrapper) ul:not(.no-list-style) li:before,
.entry-content > ul:not(.no-list-style) li:before {
  content: "•";
  font-size: 1.4em;
  line-height: 1em;
}
.entry-content > :not(.gform_wrapper) ol:not(.no-list-style) li,
.entry-content > ol:not(.no-list-style) li {
  counter-increment: list;
}
.entry-content > :not(.gform_wrapper) ol:not(.no-list-style) li:before,
.entry-content > ol:not(.no-list-style) li:before {
  content: counter(list) ".";
  font-weight: 700;
}
.entry-content figure,
.entry-content iframe {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.entry-content p img {
  margin-bottom: 30px;
}
.entry-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 25px;
}
.entry-content .embed-container iframe, .entry-content .embed-container object, .entry-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content > * {
  max-width: 100%;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide {
  margin: calc( 2 * 20px) -16px;
  max-width: calc( 100% + 32px);
}
@media (min-width: 992px) {
  .full-width-content .entry-content > *.alignwide {
    margin: calc( 2 * 20px) calc(25% - 25vw);
    max-width: 100vw;
    width: auto;
  }
}
.full-width-content .entry-content > *.alignfull {
  margin: calc( 2 * 20px) -16px;
  max-width: calc( 100% + 32px);
}
@media (min-width: 992px) {
  .full-width-content .entry-content > *.alignfull {
    margin: calc( 2 * 20px ) calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
}
.entry-content > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .entry-content > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Single Post
--------------------------------------------- */
.page .entry-header, .single .entry-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page .entry-header, .single .entry-header {
    margin-bottom: 16px;
  }
}
.page .entry-header *:last-child, .single .entry-header *:last-child {
  margin-bottom: 0;
}

.views-template-one-page-scroll .entry-header,
.views-template-help .entry-header {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.views-template-one-page-scroll .entry-header:after,
.views-template-help .entry-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 359px) {
  .views-template-one-page-scroll .entry-header,
.views-template-help .entry-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* BE Like Content
--------------------------------------------- */
.be-like-content {
  color: #333;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 768px) {
  .be-like-content {
    font-size: 20px;
  }
}
.be-like-content .svg-icon {
  display: block;
  fill: #e9ecef;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.be-like-content:hover .svg-icon, .be-like-content.liked .svg-icon {
  fill: #FFDC00;
}
.be-like-content:hover {
  text-decoration: none;
}
.be-like-content > span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Home
--------------------------------------------- */
.home section.group-container {
  padding: 30px 0;
}
.home section.group-container .section-intro {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .home section.group-container .section-intro {
    width: 600px;
  }
}
.home section.group-container .section-intro > p:last-of-type {
  margin-bottom: 20px;
}
.home section.group-container .section-intro .view-all-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 1.15em;
  background: #0083CB;
  color: #fff;
  font-size: 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  line-height: normal;
}
@media (min-width: 768px) {
  .home section.group-container .section-intro .view-all-link {
    font-size: 18px;
  }
}
.home section.group-container .section-intro .view-all-link svg {
  fill: #fff;
  margin-left: 10px;
}
.home section.group-container .section-title {
  font-size: 36px;
  color: #333;
}
@media (min-width: 768px) {
  .home section.group-container .section-title {
    font-size: 40px;
  }
}
.home section.group-container .group-title:not(.section-title) {
  font-size: 28px;
  font-weight: 500;
  color: #333;
}
@media (min-width: 768px) {
  .home section.group-container .group-title:not(.section-title) {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .home section.group-container {
    padding: 50px 0;
  }
}

section.intro {
  background: #e9ecef;
}
section.intro .section-title {
  font-size: 48px;
  font-size: 40px;
}
@media (min-width: 768px) {
  section.intro .section-title {
    font-size: 48px;
  }
}
section.intro .intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.intro .intro-wrap .section-intro {
  margin-bottom: 0;
}
section.intro .intro-wrap .section-intro p:last-child {
  margin-bottom: 0;
}
section.intro .intro-wrap > svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}

section.help-advice-container .section-header {
  margin-bottom: 50px;
}
section.help-advice-container .section-header .header-group-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  section.help-advice-container .section-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  section.help-advice-container .section-header .header-group-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.help-advice-container .section-header .section-intro {
    margin-bottom: 0;
  }
}
section.help-advice-container .section-header .section-intro {
  width: auto;
}
section.help-advice-container .section-header .header-group-icon {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  section.help-advice-container .help-advice {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media (max-width: 991px) {
  section.help-advice-container .faqs {
    margin-bottom: 40px;
  }
}
section.help-advice-container .popular-topics {
  font-size: 0;
}
section.help-advice-container .popular-topics .term {
  background-color: #e9ecef;
  padding: 0.75em 1.15em;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-right: 5px;
  white-space: nowrap;
  display: inline-block;
  line-height: normal;
  text-decoration: none;
  color: #333;
}
section.help-advice-container .popular-topics .term:hover {
  background-color: #d2d4d7;
}

.events-container .events-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  background: #e9ecef;
  padding: 15px;
}
.events-container .events-month {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  padding: 40px 20px 20px;
  background: #0083CB;
  margin: 0px 0;
}
.events-container .events-month:first-of-type {
  margin-top: 0;
}
.events-container .events-month h2,
.events-container .events-month h3 {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .events-container .events-month h2,
.events-container .events-month h3 {
    font-size: 30px;
  }
}
.events-container .events-month h2 span,
.events-container .events-month h3 span {
  font-weight: 300;
}
.events-container .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
}
.events-container .event.monthly-group-meeting {
  --accent-colour: #81C8BA;
  --accent-colour-rgb: 129, 200, 186;
}
.events-container .event.training {
  --accent-colour: #F8C8D2;
  --accent-colour-rgb: 248, 200, 210;
}
.events-container .event.other-events {
  --accent-colour: #8CD0E5;
  --accent-colour-rgb: 140, 208, 229;
}
.events-container .event:hover, .events-container .event:focus {
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.events-container .event .tribe-events-event-image {
  display: none;
}
.events-container .event .tribe-events-event-image .placeholder {
  background-color: var(--accent-colour);
}
.events-container .event .event-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events-container .event time.date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: normal;
}
.events-container .event time.date-time .date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  background: var(--accent-colour);
  color: #fff;
  padding: 10px;
}
.events-container .event time.date-time .date span {
  z-index: 1;
}
.events-container .event .event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.events-container .event .event-details .event-category {
  display: block;
  padding: 3px 6px;
  background: var(--accent-colour);
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 6px 0;
  font-size: 12px;
}
.events-container .event .event-details header .event-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
}
.events-container .event .event-details .event-excerpt {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5;
  max-height: calc(1.5em * 2);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events-container .event .event-details .event-location,
.events-container .event .event-details .event-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.events-container .event .event-details .event-location svg,
.events-container .event .event-details .event-time svg {
  fill: #9E9E9E;
  margin-right: 5px;
}
.events-container .event .event-details svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.events-container .event .event-details > * {
  margin: 3px 0;
}
.events-container .event .event-details > *:first-child {
  margin-top: 0;
}
.events-container .event .event-details > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 399px) {
  .events-container .event-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .events-container .event-inner time.date-time {
    width: 100%;
  }
  .events-container .event-inner time.date-time .date {
    padding: 20px;
    width: 100%;
  }
  .events-container .event-inner .event-details {
    padding: 20px 20px 17px;
  }
}
@media (min-width: 400px) {
  .events-container .event-inner {
    padding: 20px 20px 17px;
  }
  .events-container time.date-time {
    padding-right: 15px;
  }
  .events-container .date {
    width: 100%;
    border-radius: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .events-container .tribe-event-featured time.date-time {
    padding: 7px 22px 7px 7px;
  }
  .events-container .tribe-event-featured time.date-time .date {
    position: relative;
    border-radius: 3px;
    width: 48px;
    height: 48px;
    background: var(--accent-colour);
  }
  .events-container .tribe-event-featured time.date-time .date:before, .events-container .tribe-event-featured time.date-time .date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 48px;
    background: var(--accent-colour);
    border-radius: 3px;
  }
  .events-container .tribe-event-featured time.date-time .date:before {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .events-container .tribe-event-featured time.date-time .date:after {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@media (min-width: 768px) {
  .events-container .events-group {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .events-container .events-month {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .events-container .events-group {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .events-container .events-month {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

section.latest-news-container,
section.personal-stories-container {
  background-color: #0069a2;
  color: #fff;
  overflow: hidden;
}
section.latest-news-container .group-title,
section.personal-stories-container .group-title {
  color: #fff !important;
}
section.latest-news-container .scrollcontent,
section.personal-stories-container .scrollcontent {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
section.latest-news-container .scrollcontent.is-hidden,
section.personal-stories-container .scrollcontent.is-hidden {
  display: none;
}
section.latest-news-container .scrollcontent.flickity-enabled,
section.personal-stories-container .scrollcontent.flickity-enabled {
  opacity: 1;
}
@media (max-width: 767px) {
  section.latest-news-container .flickity-viewport,
section.personal-stories-container .flickity-viewport {
    overflow: visible;
  }
}
section.latest-news-container nav,
section.personal-stories-container nav {
  margin-top: 20px;
}
section.latest-news-container nav ul,
section.personal-stories-container nav ul {
  text-align: right;
}
section.latest-news-container nav ul li,
section.personal-stories-container nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #0083CB;
  border: 1px solid #006298;
  border-radius: 50px;
}
section.latest-news-container nav ul li svg,
section.personal-stories-container nav ul li svg {
  fill: #fff;
}
section.latest-news-container .slide,
section.personal-stories-container .slide {
  padding: 0 10px;
  text-decoration: none;
  width: 300px;
  z-index: 1;
  display: block;
  min-height: 100%;
  /*
  		.child-terms {
  			position: absolute;
  			top: 0;
  			left: 0;
  			padding: 15px 39px 15px 15px;
  			width: 100%;
  			line-height: normal;
  			a {
  				background-color: $sps-blue;
  			    color: $white;
  			    padding: 3px 8px;
  			    border-radius: 50px;
  			    font-size: 12px;
  			    margin-bottom: 5px;
  			    margin-right: 5px;
  			    white-space: nowrap;
  			    display: inline-block;
  		        line-height: normal;
  		        text-decoration: none;

  		        &:hover {
  					background-color: $sps-yellow;
  					color: $base-color;
  			    }
  	        }
  		}
  */
}
section.latest-news-container .slide .slide-wrapper,
section.personal-stories-container .slide .slide-wrapper {
  display: block;
  min-height: 100%;
}
section.latest-news-container .slide .slide-wrapper:hover,
section.personal-stories-container .slide .slide-wrapper:hover {
  text-decoration: none;
  color: #fff;
}
section.latest-news-container .slide .slide-image,
section.personal-stories-container .slide .slide-image {
  height: 150px;
  background-color: #0076b7;
  padding: 15px;
  line-height: normal;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
section.latest-news-container .slide article,
section.personal-stories-container .slide article {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  background: #fff;
  border: 1px solid #006298;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
section.latest-news-container .slide article img,
section.personal-stories-container .slide article img {
  position: relative;
  background-color: #0076b7;
  height: 150px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}
section.latest-news-container .slide article img:not(.flickity-lazyloaded),
section.personal-stories-container .slide article img:not(.flickity-lazyloaded) {
  width: 100%;
  height: 0;
  padding-bottom: 53.3333333333%;
}
section.latest-news-container .slide article img.flickity-lazyloaded, section.latest-news-container .slide article img.flickity-lazyerror,
section.personal-stories-container .slide article img.flickity-lazyloaded,
section.personal-stories-container .slide article img.flickity-lazyerror {
  padding-top: 0%;
  opacity: 1;
}
section.latest-news-container .slide article header,
section.personal-stories-container .slide article header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
}
section.latest-news-container .slide article h3,
section.personal-stories-container .slide article h3 {
  position: relative;
  color: #333;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.2;
  max-height: calc(1.2em * 2);
  height: calc(1.2em * 2);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
section.latest-news-container .slide article h3:hover,
section.personal-stories-container .slide article h3:hover {
  text-decoration: underline;
}
section.latest-news-container .slide article footer,
section.personal-stories-container .slide article footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 15px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}
section.latest-news-container .slide article footer time,
section.personal-stories-container .slide article footer time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
section.latest-news-container .slide article footer time svg,
section.personal-stories-container .slide article footer time svg {
  fill: rgba(0, 0, 0, 0.4);
  margin-right: 10px;
}
section.latest-news-container .slide article footer .be-like-content,
section.personal-stories-container .slide article footer .be-like-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
section.latest-news-container .slide article footer .be-like-content svg,
section.personal-stories-container .slide article footer .be-like-content svg {
  width: 15px;
  height: 15px;
}

section.personal-stories-container {
  background-color: #67a095;
}
section.personal-stories-container .section-intro .view-all-link {
  background: #81C8BA !important;
}
section.personal-stories-container nav ul li {
  background: #81C8BA;
  border: 1px solid #61968c;
}
section.personal-stories-container .slide .slide-image {
  background-color: #74b4a7;
}
section.personal-stories-container .slide article {
  border: 1px solid #61968c;
}
section.personal-stories-container .slide article img {
  background-color: #74b4a7;
}

/* One Page Scroll Template
--------------------------------------------- */
.views-template-one-page-scroll section.one-page-scroll-section {
  padding-bottom: 50px;
}
.views-template-one-page-scroll section.one-page-scroll-section:not(:first-child) {
  padding-top: 50px;
}
.views-template-one-page-scroll section.parent-section .parent-content {
  max-width: 800px;
}
.views-template-one-page-scroll section.parent-section .parent-content p:last-child {
  margin-bottom: 0;
}
.views-template-one-page-scroll section.child-section:nth-child(even) {
  background: #e9ecef;
}
.views-template-one-page-scroll section.child-section .one-page-scroll-nav {
  display: block;
  margin-bottom: 40px;
}
.views-template-one-page-scroll section.child-section .one-page-scroll-nav ul li {
  display: inline;
  margin-right: 30px;
}
.views-template-one-page-scroll section.child-section .one-page-scroll-nav a.menu-item {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
.views-template-one-page-scroll section.child-section .one-page-scroll-nav a.menu-item.lit, .views-template-one-page-scroll section.child-section .one-page-scroll-nav a.menu-item:hover, .views-template-one-page-scroll section.child-section .one-page-scroll-nav a.menu-item:focus {
  color: #333;
  text-decoration: none;
}
.views-template-one-page-scroll section.child-section .one-page-scroll-nav a.menu-item.lit {
  border-color: #333;
}
.views-template-one-page-scroll section.child-section header {
  margin-bottom: 30px;
}
.views-template-one-page-scroll section.child-section header .child-heading {
  font-size: 40px;
}
.views-template-one-page-scroll section.child-section article.child-content {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .views-template-one-page-scroll section.child-section {
    /*
    			.one-page-scroll-nav ul {
    				overflow-x: scroll;
    			    white-space: nowrap;
    			    margin: 0 -30px;
    			    width: calc(100% + 60px);
    			}
    */
  }
}
.views-template-one-page-scroll:not(.page-id-70) section.child-section article.child-content {
  -webkit-columns: 400px 2;
     -moz-columns: 400px 2;
          columns: 400px 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

/* Long-Form Article Template
--------------------------------------------- */
.views-template-longform-article .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.views-template-longform-article main {
  height: auto;
}
.views-template-longform-article .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 190px;
  height: 100%;
}
.views-template-longform-article.admin-bar .sidebar {
  top: 222px;
}

/* Single Event
--------------------------------------------- */
.single-tribe_events .tribe-events-schedule {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-tribe_events .tribe-events-schedule {
    font-size: 18px;
  }
}
.single-tribe_events .tribe-events-schedule .list-container dl {
  margin: 0;
  font-size: 16px;
}
.single-tribe_events .tribe-events-schedule .list-container dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.single-tribe_events .tribe-events-schedule .list-container dl > div dt {
  display: inline-block;
  font-weight: 700;
  min-width: 100px;
  color: #0069a2;
}
.single-tribe_events .tribe-events-schedule .list-container dl > div dd {
  display: inline-block;
  margin: 0;
}
.single-tribe_events .tribe-events-schedule .list-container dl > div dd address div {
  display: inline-block;
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
}
.entry-comments .comment-list li.staff {
  border-color: #0083CB;
  border-left-width: 4px;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-comments .comment-list .comment-author {
  color: #616161;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: #616161;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #0083CB;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
  color: #9E9E9E;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #0083CB;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .reply {
  font-weight: 700;
  margin-top: 12px;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #E0E0E0;
}
.entry-comments .comment-respond label {
  display: block;
  margin-right: 12px;
  font-weight: 700;
}
.entry-comments .comment-respond label[for=subscribe], .entry-comments .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .entry-comments .comment-respond .comment-form-author,
.entry-comments .comment-respond .comment-form-email {
    float: left;
    width: calc( 50% - 16px );
  }
  .entry-comments .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .entry-comments .comment-respond input[type=submit] {
    width: auto;
  }
}

section.scroll {
  background-color: #e9ecef;
  color: #333;
  overflow: hidden;
  padding: 40px 0;
}
section.scroll .wrap > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
section.scroll .wrap > header > * {
  margin: 0;
}
section.scroll .group-title {
  color: #333;
  font-size: 30px;
}
section.scroll .scroll {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
section.scroll .scroll.is-hidden {
  display: none;
}
section.scroll .scroll.flickity-enabled {
  opacity: 1;
}
@media (max-width: 767px) {
  section.scroll .flickity-viewport {
    overflow: visible;
  }
}
section.scroll nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.scroll nav ul {
  text-align: right;
}
section.scroll nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #0083CB;
  border: 1px solid #006298;
  border-radius: 50px;
  opacity: 0.6;
}
section.scroll nav ul li svg {
  fill: #fff;
}
section.scroll nav ul li.active {
  opacity: 1;
}
section.scroll .slide {
  display: block;
  text-decoration: none;
  width: 250px;
  z-index: 1;
  display: block;
  min-height: 100%;
  color: #333;
}
section.scroll .slide article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 15px 0 0;
  padding: 15px;
  background: #fff;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
section.scroll .slide article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
section.scroll .slide article header h2,
section.scroll .slide article header h3 {
  font-size: 18px;
  margin-bottom: 0;
}
section.scroll .slide article header svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.scroll .slide article p {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.6;
  max-height: calc(1.6em * 4);
  height: calc(1.6em * 4);
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
section.scroll .slide:hover {
  text-decoration: none;
  color: #333;
}

.page-id-96 ul {
  margin: 0 !important;
}
.page-id-96 ul li {
  padding-bottom: 0 !important;
}

/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar-content .sidebar-primary .widget_nav_menu ul.menu,
.content-sidebar .sidebar-primary .widget_nav_menu ul.menu {
  list-style: none;
}

.sidebar-content .sidebar-primary .nav-key-topics #menu-help-advice-topics {
  list-style: none;
}
.sidebar-content .sidebar-primary .nav-key-topics #menu-help-advice-topics .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
.sidebar-content .sidebar-primary .nav-key-topics #menu-help-advice-topics .menu-item:hover > a, .sidebar-content .sidebar-primary .nav-key-topics #menu-help-advice-topics .menu-item.current-menu-item > a, .sidebar-content .sidebar-primary .nav-key-topics #menu-help-advice-topics .menu-item.current-category-ancestor > a {
  background: #e9ecef;
}
@media (min-width: 993px) {
  .sidebar-content .sidebar-primary {
    position: relative;
    border-right: 1px solid #e9ecef;
    /*
    			&:before {
    			    position: absolute;
    				content: '';
    			    top: 0;
    			    bottom: 0;
    			    left: 0;
    			    right: 0;
    			    box-shadow: 0 10px 60px -20px $sps-light-grey;
    			    box-shadow: inset 0 -10px 10px -10px $sps-light-grey;
    			    z-index: -1;
    			}
    */
  }
}

.content-sidebar .sidebar-primary {
  font-size: 16px;
}
.content-sidebar .sidebar-primary .svg-container svg {
  width: 100%;
  height: auto;
}
.content-sidebar .sidebar-primary .widget:not(:last-child) {
  margin-bottom: 40px;
}
.content-sidebar .sidebar-primary .widget .widget-title {
  color: #333;
}
.content-sidebar .sidebar-primary .widget .button + .button {
  margin-top: 10px;
}
.content-sidebar .sidebar-primary section.widget_nav_menu .menu {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-left: 15px;
}
.content-sidebar .sidebar-primary section.widget_nav_menu .menu-item {
  margin-bottom: 2px;
}
.content-sidebar .sidebar-primary section.widget_nav_menu .menu-item a {
  color: #333;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
}
.content-sidebar .sidebar-primary section.widget_nav_menu .menu-item a:before {
  background-color: #EEEEEE;
  content: " ";
  display: inline-block;
  height: inherit;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}
.content-sidebar .sidebar-primary section.widget_nav_menu .menu-item.current-menu-item a {
  font-weight: 500;
  color: #0083CB !important;
}
.content-sidebar .sidebar-primary section.widget_nav_menu .menu-item.current-menu-item a:before {
  background-color: #FFDC00;
}
.content-sidebar .sidebar-primary section.news-topic-select .form-group {
  margin-bottom: 10px;
}
.content-sidebar .sidebar-primary section.news-topic-select .form-group > * {
  display: block;
  margin: 10px 0;
}
.content-sidebar .sidebar-primary section.news-topic-select .form-group > *:first-child {
  margin-top: 0;
}
.content-sidebar .sidebar-primary section.news-topic-select .form-group > *:last-child {
  margin-bottom: 0;
}
.content-sidebar .sidebar-primary section.news-topic-select .form-group label {
  font-size: 24px;
  font-weight: 700;
}
.content-sidebar .sidebar-primary section.news-topic-select .form-group select {
  font-weight: 500;
}
.content-sidebar .sidebar-primary section.news-topic-select input {
  font-weight: 500;
  font-size: 16px;
}
.content-sidebar .sidebar-primary section.news-topic-select input.wpv-submit-trigger {
  margin-right: 10px;
  background: #0083CB;
  color: #fff;
}
.content-sidebar .sidebar-primary section.contact {
  background: #fafafa;
  padding: 20px;
}
.content-sidebar .sidebar-primary section.contact .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.content-sidebar .sidebar-primary section.contact .contact-link:not(:last-child) {
  margin-bottom: 10px;
}
.content-sidebar .sidebar-primary section.contact .contact-link svg {
  margin-right: 10px;
  fill: #0083CB;
}
@media (max-width: 991px) {
  .content-sidebar .sidebar-primary {
    padding-top: 40px;
  }
  .content-sidebar .sidebar-primary .widget .svg-container {
    display: none;
  }
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #e9ecef;
  background: #006fad;
  padding: 30px 0;
  color: #fff;
}
@media (min-width: 993px) {
  .footer-widgets {
    clear: both;
    padding: 60px 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer-widgets .footer-widgets-grid {
    display: block;
    width: 100%;
  }
  .footer-widgets .footer-widgets-1 {
    margin-bottom: 30px;
  }
  .footer-widgets .widget-area {
    border-left: none;
  }
}
.footer-widgets .footer-widgets-1 {
  padding: 20px;
}
@media (min-width: 769px) {
  .footer-widgets .footer-widgets-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .footer-widgets .footer-widgets-2 {
    padding: 10px 0;
  }
}
@media (min-width: 993px) {
  .footer-widgets .footer-widgets-2 {
    padding: 20px;
  }
}
.footer-widgets .widget .widget-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.footer-widgets .footer-widgets-1 {
  background: #006298;
  border-radius: 10px;
}
.footer-widgets section.footer-subscribe .gform_wrapper {
  padding: 0px;
}
.footer-widgets section.footer-subscribe .gform_wrapper input {
  border: none;
}

[role=tablist] {
  line-height: normal;
  padding: 0 !important;
}

[role=tablist] li {
  margin-right: -1px;
  padding: 0 !important;
}
[role=tablist] li:first-child a {
  border-radius: 10px 0px 0px 0px;
}
[role=tablist] li:last-child {
  margin-right: 0;
}
[role=tablist] li:last-child a {
  border-radius: 0px 10px 0px 0px;
}

[role=tablist] a {
  background: #0083CB;
  color: #fff;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #0069a2;
  border-bottom: none;
}

[role=tablist] [aria-selected] {
  background: #006298;
  border: 1px solid #005c8e;
  border-bottom: none;
}

[role=tabpanel] {
  background: #006298;
  border-radius: 0px 10px 10px 10px;
  border: 1px solid #005c8e;
  color: #fff;
}
[role=tabpanel] h4 {
  color: #fff;
  font-weight: 500;
}
[role=tabpanel] .donate-amount {
  border: 1px solid #004f7a;
}

.tabbed {
  font-weight: 400;
  max-width: 700px;
}
.tabbed .donate-group {
  font-size: 0;
}
.tabbed a.donate-amount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 18px;
  background: #FFDC00;
  border-radius: 50px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  width: auto;
  line-height: normal;
}
.tabbed a.donate-amount svg {
  fill: #333;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.tabbed a.donate-amount:not(:last-child) {
  margin-right: 5px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  padding: 30px 0;
  text-align: left;
  background: #006298;
  color: #fff;
  font-size: 12px;
}
.site-footer .back-to-top-button {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #FFDC00;
  height: 5em;
  overflow: hidden;
  position: fixed;
  white-space: nowrap;
  width: 5em;
  z-index: 99;
  bottom: -6em;
  right: 3.125%;
  border-radius: 50px;
}
.site-footer .back-to-top-button svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 5em;
  height: 5em;
  padding: 15px;
  fill: #333;
}
.site-footer .back-to-top-button.visible {
  bottom: 3.125%;
}
.site-footer #get-away {
  float: left;
  position: fixed;
  top: 200px;
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  width: 80px;
  height: 40px;
  background: #0083CB;
  color: #fff;
  border: 1px solid #0069a2;
  border-bottom: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 9999;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .site-footer #get-away {
    display: none;
  }
}
.site-footer .footer-left .nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.site-footer .footer-left .nav-footer .menu-item a {
  color: #fff;
  font-size: 15px;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .site-footer .footer-left .nav-footer .menu-item a {
    font-size: 15px;
  }
}
.site-footer .footer-left .nav-footer .menu-item:hover {
  text-decoration: underline;
}
.site-footer .footer-left .nav-footer .menu-item:not(:last-child) {
  margin-right: 10px;
}
.site-footer .footer-left .nav-footer .menu-item:not(:last-child) a {
  padding-right: 20px;
}
.site-footer .footer-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-footer .footer-right img {
  width: 140px;
  margin: 10px 0;
}
.site-footer a {
  color: #fff;
  font-weight: 700;
}
.site-footer a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-footer .footer-left {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .site-footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer .back-to-top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .site-footer .footer-left {
    margin-right: 40px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.site-footer p {
  margin-bottom: 0;
}
/*# sourceMappingURL=main.css.map */