@charset "UTF-8";
/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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; }

/*=================================
=            1. Colors            =
==================================*/
/*=====================================
=            2. Typography            =
=====================================*/
/*======================================
=            3. Breakpoints            =
======================================*/
/*==================================
=            4. Z-index            =
===================================*/
/*======================================
=            5. Transitions            =
======================================*/
/*========================================
=            6. Border radius            =
========================================*/
/*----------  Initializing  ----------*/
/*----------  Typography  ----------*/
/*----------  Styling  ----------*/
/*==============================
=            sizing            =
==============================*/
/*===============================
=            Borders            =
===============================*/
/*===================================
=            Transitions            =
===================================*/
/*==============================
=            Shadow            =
==============================*/
/*========================================
=            Legacy targeting            =
========================================*/
/*========================================
=            Remove list styling         =
========================================*/
/**
	This file contains all variables that are used in other scss files
	and allows overriding of default values from the @growling/sass package
	Todo --- insert link here ---
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

figure {
  margin: 0; }
  figure iframe {
    max-width: 100%; }

img {
  max-width: 100%; }

a[href^="tel"]  {
      color:  inherit;
      text-decoration:  none; }

body {
  font-size: 1rem;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  color: #4a4a49; }
  @media (min-width: 900px) {
    body {
      font-size: 1.125rem; } }

h1, .h1 {
  font-size: 2.5rem; }
  @media (min-width: 900px) {
    h1, .h1 {
      font-size: 3.25rem; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 4rem; } }

h2, .h2 {
  font-size: 2rem; }
  @media (min-width: 900px) {
    h2, .h2 {
      font-size: 2.5rem; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 3rem; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (min-width: 900px) {
    h3, .h3 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 2.25rem; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (min-width: 900px) {
    h4, .h4 {
      font-size: 1.6875rem; } }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.875rem; } }

h5, .h5 {
  font-size: 1.25rem; }
  @media (min-width: 900px) {
    h5, .h5 {
      font-size: 1.375rem; } }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1.5rem; } }

h6, .h6 {
  font-size: 1rem; }
  @media (min-width: 900px) {
    h6, .h6 {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    h6, .h6 {
      font-size: 1.25rem; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.5rem;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700; }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 400; }

p {
  max-width: unset; }
  p:last-child {
    margin-bottom: 0; }

.gc-button {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0; }
  .gc-button:active, .gc-button:focus {
    outline: 0; }

.gc-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 600px) {
    .gc-container {
      max-width: 720px; } }
  @media (min-width: 900px) {
    .gc-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .gc-container {
      max-width: 1160px; } }
  @media (min-width: 1440px) {
    .gc-container {
      max-width: 1300px; } }
  .gc-container--is-fluid {
    max-width: unset !important; }
  .gc-container--has-margin {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 900px) {
      .gc-container--has-margin {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
  .gc-container--has-bg {
    background-color: #bcbcbc; }
    .gc-container--has-bg:not(.gc-container--is-fluid) {
      position: relative; }
      .gc-container--has-bg:not(.gc-container--is-fluid):before, .gc-container--has-bg:not(.gc-container--is-fluid):after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #bcbcbc; }
      .gc-container--has-bg:not(.gc-container--is-fluid):before {
        left: -99.9%; }
      .gc-container--has-bg:not(.gc-container--is-fluid):after {
        right: -99.9%; }
  .wp-block[data-type*="container"] .gc-container {
    border: 1px dashed lightgray;
    padding: 25px; }

@media (min-width: 900px) {
  .gc-cwv .gc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.gc-cwv__visual {
  margin-bottom: 1.5rem; }
  @media (min-width: 900px) {
    .gc-cwv__visual {
      margin-bottom: 0; } }
  .gc-cwv__visual img {
    width: 100%;
    height: auto; }

.gc-cwv__content {
  text-align: center;
  width: 100%; }
  .gc-cwv__content .gc-cwv__buttons {
    margin-top: 2rem; }

.gc-cwv--has-visual .gc-cwv__visual,
.gc-cwv--has-visual .gc-cwv__content {
  text-align: left; }
  @media (min-width: 900px) {
    .gc-cwv--has-visual .gc-cwv__visual,
    .gc-cwv--has-visual .gc-cwv__content {
      width: calc(50% - 1rem); } }
  @media (min-width: 1200px) {
    .gc-cwv--has-visual .gc-cwv__visual,
    .gc-cwv--has-visual .gc-cwv__content {
      width: calc(50% - 1.5rem); } }
  @media (min-width: 1440px) {
    .gc-cwv--has-visual .gc-cwv__visual,
    .gc-cwv--has-visual .gc-cwv__content {
      width: calc(50% - 2rem); } }

@media (min-width: 900px) {
  .gc-cwv--is-reversed .gc-cwv__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.gc-footer__top {
  background-color: #bcbcbc;
  padding: 2rem 0; }

@media (min-width: 900px) {
  .gc-footer__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.gc-footer__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (min-width: 900px) {
    .gc-footer__description {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; } }

.gc-footer__navigation {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.gc-footer__menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.gc-footer__bottom {
  background-color: #969696; }

.gc-footer__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.gc-footer__links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gc-footer__link {
  margin-right: 0.5rem; }
  .gc-footer__link:last-child {
    margin-right: 0; }

.gc-modal {
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 8000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  @media (min-width: 900px) {
    .gc-modal {
      position: fixed;
      overflow-y: hidden; } }
  .gc-modal__container {
    z-index: 9000;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
    min-height: 100vh;
    padding: 1rem;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    @media (min-width: 900px) {
      .gc-modal__container {
        position: relative;
        overflow: auto;
        width: 90%;
        min-height: unset;
        max-width: 800px;
        max-height: 85%;
        margin: 4em auto;
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        padding: 2rem 3rem; } }
  .gc-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    border: none; }
    .gc-modal__close:hover {
      cursor: pointer; }
  .gc-modal-trigger {
    cursor: pointer; }
  .gc-modal-lock-body {
    overflow: hidden; }
  .gc-modal--visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    overflow-y: hidden; }
    .gc-modal--visible .gc-modal__container {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.gc-navbar {
  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; }
  @media (min-width: 900px) {
    .gc-navbar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .gc-navbar__logo {
    display: block;
    width: 300px;
    height: 80px;
    background-color: gray;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
    @media (min-width: 900px) {
      .gc-navbar__logo {
        -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
  .gc-navbar__burger {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    background-color: transparent;
    border: 0; }
    @media (min-width: 900px) {
      .gc-navbar__burger {
        display: none; } }
    .gc-navbar__burger span {
      display: block;
      position: absolute;
      height: 4px;
      width: 80%;
      left: 10%;
      background: #4a4a49;
      border-radius: 4px;
      opacity: 1;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      .gc-navbar__burger span:nth-child(1) {
        top: 20%; }
      .gc-navbar__burger span:nth-child(2) {
        top: calc(50% - 2px); }
      .gc-navbar__burger span:nth-child(3) {
        bottom: 20%; }
    .gc-navbar__burger:focus {
      outline: none; }
  .gc-navbar__nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    background-color: white;
    display: none; }
    @media (min-width: 900px) {
      .gc-navbar__nav {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        position: static;
        -webkit-transform: none;
                transform: none;
        width: auto;
        background-color: transparent;
        display: block; } }
  .gc-navbar__menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 900px) {
      .gc-navbar__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .gc-navbar--active .gc-navbar__nav {
    display: block; }
  .gc-navbar--active .gc-navbar__burger span {
    width: 100%;
    left: 0; }
    .gc-navbar--active .gc-navbar__burger span:nth-child(1) {
      top: calc(50% - 2px);
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .gc-navbar--active .gc-navbar__burger span:nth-child(2) {
      opacity: 0;
      left: -2.5rem; }
    .gc-navbar--active .gc-navbar__burger span:nth-child(3) {
      bottom: calc(50% - 2px);
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }

.gc-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gc-pagination__link {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #4a4a49;
    text-decoration: none;
    margin-right: 10px; }
  .gc-pagination__current {
    font-weight: bold; }

.gp-base {
  background-color: #00006c;
  height: calc(100vh - 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .gp-base__wrapper {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .gp-base__logo {
    display: block;
    text-align: center;
    width: 80vw; }
    @media (min-width: 600px) {
      .gp-base__logo {
        width: 70vw; } }
    @media (min-width: 900px) {
      .gp-base__logo {
        width: 40vw; } }
  .gp-base__content {
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center; }
    .gp-base__content p:first-child {
      margin-top: 0; }
    .gp-base__content a,
    .gp-base__content a:visited,
    .gp-base__content a:active,
    .gp-base__content a:hover {
      color: white; }


/*# sourceMappingURL=styles.css.map*/