/*! 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 {
  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 */
  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 {
  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"] {
  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;
}
@charset "UTF-8";

/**
 * These functions require unitless px values.
 */

/** Colors */

/** Box Model  */

/** Hamburger */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* line 3, node_modules/materialize-css/sass/components/_global.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 20, node_modules/materialize-css/sass/components/_global.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: stratos, sans-serif;
}

/* line 29, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, node_modules/materialize-css/sass/components/_global.scss */

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, node_modules/materialize-css/sass/components/_global.scss */

.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, node_modules/materialize-css/sass/components/_global.scss */

.clearfix {
  clear: both;
}

/* line 62, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/

/* line 67, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1,
.btn,
.btn-large,
.btn-small,
.btn-floating {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 72, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/

/* line 77, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/

/* line 84, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */

/* line 91, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */

/* line 98, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 104, node_modules/materialize-css/sass/components/_global.scss */

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

/* line 107, node_modules/materialize-css/sass/components/_global.scss */

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 114, node_modules/materialize-css/sass/components/_global.scss */

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, node_modules/materialize-css/sass/components/_global.scss */

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 131, node_modules/materialize-css/sass/components/_global.scss */

i {
  line-height: inherit;
}

/* line 134, node_modules/materialize-css/sass/components/_global.scss */

i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, node_modules/materialize-css/sass/components/_global.scss */

i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, node_modules/materialize-css/sass/components/_global.scss */

i.tiny {
  font-size: 1rem;
}

/* line 145, node_modules/materialize-css/sass/components/_global.scss */

i.small {
  font-size: 2rem;
}

/* line 148, node_modules/materialize-css/sass/components/_global.scss */

i.medium {
  font-size: 4rem;
}

/* line 151, node_modules/materialize-css/sass/components/_global.scss */

i.large {
  font-size: 6rem;
}

/* line 157, node_modules/materialize-css/sass/components/_global.scss */

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, node_modules/materialize-css/sass/components/_global.scss */

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, node_modules/materialize-css/sass/components/_global.scss */

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active a {
  color: #fff;
}

/* line 185, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active {
  background-color: #ee6e73;
}

/* line 187, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, node_modules/materialize-css/sass/components/_global.scss */

.pagination li i {
  font-size: 2rem;
}

/* line 198, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  /* line 204, node_modules/materialize-css/sass/components/_global.scss */

  .pagination {
    width: 100%;
  }

  /* line 207, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }

  /* line 212, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 225, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 233, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 246, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:first-child:before {
  display: none;
}

/* line 250, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:last-child {
  color: #fff;
}

/* line 256, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 261, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 269, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 283, node_modules/materialize-css/sass/components/_global.scss */

.pin-top,
.pin-bottom {
  position: relative;
}

/* line 286, node_modules/materialize-css/sass/components/_global.scss */

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/

/* line 294, node_modules/materialize-css/sass/components/_global.scss */

ul.staggered-list li {
  opacity: 0;
}

/* line 298, node_modules/materialize-css/sass/components/_global.scss */

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 600px) {
  /* line 307, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 312, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 317, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 322, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 327, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 332, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 337, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 342, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 347, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 352, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 357, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 362, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 370, node_modules/materialize-css/sass/components/_global.scss */

  .center-on-small-only {
    text-align: center;
  }
}

/* line 377, node_modules/materialize-css/sass/components/_global.scss */

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 382, node_modules/materialize-css/sass/components/_global.scss */

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  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;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 395, node_modules/materialize-css/sass/components/_global.scss */

table,
th,
td {
  border: none;
}

/* line 399, node_modules/materialize-css/sass/components/_global.scss */

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 406, node_modules/materialize-css/sass/components/_global.scss */

table.striped tr {
  border-bottom: none;
}

/* line 411, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 415, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 421, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

/* line 423, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 429, node_modules/materialize-css/sass/components/_global.scss */

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

/* line 435, node_modules/materialize-css/sass/components/_global.scss */

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 439, node_modules/materialize-css/sass/components/_global.scss */

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  /* line 450, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }

  /* line 457, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td:empty:before {
    content: '\A0';
  }

  /* line 461, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }

  /* line 467, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    text-align: left;
  }

  /* line 468, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    display: block;
    float: left;
  }

  /* line 472, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  /* line 476, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr th::before {
    content: "\A0";
  }

  /* line 481, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* line 488, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  /* line 493, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  /* line 497, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* line 502, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }

  /* line 508, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 518, node_modules/materialize-css/sass/components/_global.scss */

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 525, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 533, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 539, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 549, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 558, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 562, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar p {
  margin: 0;
}

/* line 566, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 575, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 579, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 583, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 588, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

/* line 593, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 600, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 605, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 608, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 615, node_modules/materialize-css/sass/components/_global.scss */

.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 619, node_modules/materialize-css/sass/components/_global.scss */

.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 627, node_modules/materialize-css/sass/components/_global.scss */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 633, node_modules/materialize-css/sass/components/_global.scss */

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 643, node_modules/materialize-css/sass/components/_global.scss */

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 652, node_modules/materialize-css/sass/components/_global.scss */

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

/* line 660, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate {
  background-color: #26a69a;
}

/* line 662, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
       -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 674, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
       -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
       -o-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-o-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@-o-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/

/* line 723, node_modules/materialize-css/sass/components/_global.scss */

.hide {
  display: none !important;
}

/* line 728, node_modules/materialize-css/sass/components/_global.scss */

.left-align {
  text-align: left;
}

/* line 731, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 734, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 738, node_modules/materialize-css/sass/components/_global.scss */

.left {
  float: left !important;
}

/* line 741, node_modules/materialize-css/sass/components/_global.scss */

.right {
  float: right !important;
}

/* line 746, node_modules/materialize-css/sass/components/_global.scss */

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 750, node_modules/materialize-css/sass/components/_global.scss */

.circle {
  border-radius: 50%;
}

/* line 754, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 760, node_modules/materialize-css/sass/components/_global.scss */

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 767, node_modules/materialize-css/sass/components/_global.scss */

.no-padding {
  padding: 0 !important;
}

/* line 2, node_modules/materialize-css/sass/components/_typography.scss */

a {
  text-decoration: none;
}

/* line 6, node_modules/materialize-css/sass/components/_typography.scss */

html {
  line-height: 1.5;
  font-family: stratos, sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 15px;
  }
}

/* line 25, node_modules/materialize-css/sass/components/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 31, node_modules/materialize-css/sass/components/_typography.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

/* line 32, node_modules/materialize-css/sass/components/_typography.scss */

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, node_modules/materialize-css/sass/components/_typography.scss */

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}

/* line 34, node_modules/materialize-css/sass/components/_typography.scss */

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}

/* line 35, node_modules/materialize-css/sass/components/_typography.scss */

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, node_modules/materialize-css/sass/components/_typography.scss */

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}

/* line 37, node_modules/materialize-css/sass/components/_typography.scss */

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}

/* line 40, node_modules/materialize-css/sass/components/_typography.scss */

em {
  font-style: italic;
}

/* line 41, node_modules/materialize-css/sass/components/_typography.scss */

strong {
  font-weight: 500;
}

/* line 42, node_modules/materialize-css/sass/components/_typography.scss */

small {
  font-size: 75%;
}

/* line 43, node_modules/materialize-css/sass/components/_typography.scss */

.light {
  font-weight: 300;
}

/* line 44, node_modules/materialize-css/sass/components/_typography.scss */

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-flat,
input[type="submit"] {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
input.disabled[type="submit"],
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
input:disabled[type="submit"],
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
input[disabled][type="submit"] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
input.disabled:hover[type="submit"],
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
input:disabled:hover[type="submit"],
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover,
input[disabled]:hover[type="submit"] {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat,
input[type="submit"] {
  font-size: 14px;
  outline: 0;
}

/* line 50, node_modules/materialize-css/sass/components/_buttons.scss */

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i,
input[type="submit"] i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 65, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}

/* line 81, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:hover {
  background-color: #26a69a;
}

/* line 86, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:before {
  border-radius: 0;
}

/* line 89, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, node_modules/materialize-css/sass/components/_buttons.scss */

button.btn-floating {
  border: none;
}

/* line 152, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 197, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 221, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 232, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

/* line 274, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat,
input[type="submit"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

/* line 280, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus,
input:focus[type="submit"],
.btn-flat:hover,
input:hover[type="submit"] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 284, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus,
input:focus[type="submit"] {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat.disabled,
input.disabled[type="submit"],
.btn-flat.btn-flat[disabled],
input[disabled][type="submit"] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large i {
  font-size: 1.6rem;
}

/* line 309, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small i {
  font-size: 1.2rem;
}

/* line 320, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-block {
  display: block;
}

/*!
 * delicious-hamburgers
 * @description Beautiful SASS powered hamburger menu toggle buttons
 * @author Kasper Koman
 * @link https://github.com/kapoko/delicious-hamburgers
 */

/* line 59, node_modules/delicious-hamburgers/scss/hamburgers.scss */

button.hamburger {
  width: 40px;
  height: 40px;
}

/* line 64, node_modules/delicious-hamburgers/scss/hamburgers.scss */

div.hamburger {
  width: 40px;
  height: 40px;
}

/* line 68, node_modules/delicious-hamburgers/scss/hamburgers.scss */

div.hamburger > .inner {
  top: 50%;
}

/* line 73, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger {
  background: transparent;
  border: 0 transparent solid;
  padding: 4px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 87, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger.active {
  background: transparent;
}

/* line 90, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger.active span.bar {
  background-color: #ddf0dd;
}

/* line 95, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger > .inner {
  position: relative;
  margin: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 102, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger span.bar {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #ddf0dd;
  border-radius: 0;
}

/* line 105, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger span.bar:nth-child(1) {
  top: -8px;
}

/* line 109, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger span.bar:nth-child(3) {
  top: 8px;
}

/* line 114, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger:focus {
  outline: 0;
}

/* line 118, node_modules/delicious-hamburgers/scss/hamburgers.scss */

.hamburger:hover {
  opacity: 1;
}

/* line 4, node_modules/delicious-hamburgers/scss/animations/_default.scss */

.hamburger--default.active span.bar {
  top: 0;
}

/* line 7, node_modules/delicious-hamburgers/scss/animations/_default.scss */

.hamburger--default.active span.bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 11, node_modules/delicious-hamburgers/scss/animations/_default.scss */

.hamburger--default.active span.bar:nth-child(2) {
  opacity: 0;
}

/* line 15, node_modules/delicious-hamburgers/scss/animations/_default.scss */

.hamburger--default.active span.bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 4, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross > .inner::before,
.hamburger--criss-cross > .inner::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #ddf0dd;
  border-radius: 0;
  left: 4.68629px;
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0;
  opacity: 0;
}

/* line 14, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross > .inner::before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -11.31371px;
}

/* line 19, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross > .inner::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11.31371px;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* line 26, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross span.bar {
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 32, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross span.bar:nth-child(1) {
  -webkit-transition-delay: 0.33s;
       -o-transition-delay: 0.33s;
          transition-delay: 0.33s;
}

/* line 32, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross span.bar:nth-child(2) {
  -webkit-transition-delay: 0.36s;
       -o-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

/* line 32, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross span.bar:nth-child(3) {
  -webkit-transition-delay: 0.39s;
       -o-transition-delay: 0.39s;
          transition-delay: 0.39s;
}

/* line 40, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross.active > .inner::before,
.hamburger--criss-cross.active > .inner::after {
  opacity: 1;
  width: 100%;
}

/* line 45, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross.active > .inner::before {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* line 49, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross.active > .inner::after {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 54, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross.active span.bar {
  -webkit-transform: translate3D(-10px, 0, 0);
       -o-transform: translate3D(-10px, 0, 0);
          transform: translate3D(-10px, 0, 0);
  opacity: 0;
  width: 50%;
}

/* line 59, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross.active span.bar:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 63, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross.active span.bar:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 67, node_modules/delicious-hamburgers/scss/animations/_criss-cross.scss */

.hamburger--criss-cross.active span.bar:nth-child(3) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_apple.scss */

.hamburger--apple > .inner {
  -webkit-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 9, node_modules/delicious-hamburgers/scss/animations/_apple.scss */

.hamburger--apple span.bar:nth-child(1) {
  top: -6.4px;
  -webkit-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 15, node_modules/delicious-hamburgers/scss/animations/_apple.scss */

.hamburger--apple span.bar:nth-child(2) {
  display: none;
}

/* line 19, node_modules/delicious-hamburgers/scss/animations/_apple.scss */

.hamburger--apple span.bar:nth-child(3) {
  top: 6.4px;
  -webkit-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 28, node_modules/delicious-hamburgers/scss/animations/_apple.scss */

.hamburger--apple.active > .inner {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: rotate(90deg) translate3d(1px, -1px, 0);
          transform: rotate(90deg) translate3d(1px, -1px, 0);
}

/* line 33, node_modules/delicious-hamburgers/scss/animations/_apple.scss */

.hamburger--apple.active span.bar {
  -webkit-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  -o-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

/* line 37, node_modules/delicious-hamburgers/scss/animations/_apple.scss */

.hamburger--apple.active span.bar:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 42, node_modules/delicious-hamburgers/scss/animations/_apple.scss */

.hamburger--apple.active span.bar:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow > .inner,
.hamburger--arrow-right > .inner {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 7, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow span.bar,
.hamburger--arrow-right span.bar {
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* line 14, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow span.bar:nth-child(1),
.hamburger--arrow-right span.bar:nth-child(1) {
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
  right: 0;
}

/* line 19, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow span.bar:nth-child(3),
.hamburger--arrow-right span.bar:nth-child(3) {
  -webkit-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  right: 0;
}

/* line 26, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow.active span.bar,
.hamburger--arrow-right.active span.bar {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 29, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow.active span.bar:nth-child(1),
.hamburger--arrow-right.active span.bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  width: 40%;
}

/* line 35, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow.active span.bar:nth-child(2),
.hamburger--arrow-right.active span.bar:nth-child(2) {
  width: 30px;
}

/* line 39, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow.active span.bar:nth-child(3),
.hamburger--arrow-right.active span.bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -1px;
  width: 40%;
}

/* line 46, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow.active > .inner,
.hamburger--arrow-right.active > .inner {
  -webkit-transform: rotate(180deg) translate3d(0, -2px, 0);
          transform: rotate(180deg) translate3d(0, -2px, 0);
}

/* line 56, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow-right span.bar:nth-child(1) {
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  left: 0;
}

/* line 61, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow-right span.bar:nth-child(2) {
  right: 0;
}

/* line 65, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow-right span.bar:nth-child(3) {
  -webkit-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
  left: 0;
}

/* line 73, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow-right.active span.bar:nth-child(1) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 77, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow-right.active span.bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 82, node_modules/delicious-hamburgers/scss/animations/_arrow.scss */

.hamburger--arrow-right.active > .inner {
  -webkit-transform: rotate(-180deg) translate3d(0, -2px, 0);
          transform: rotate(-180deg) translate3d(0, -2px, 0);
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_spin.scss */

.hamburger--spin > .inner {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 7, node_modules/delicious-hamburgers/scss/animations/_spin.scss */

.hamburger--spin span.bar {
  -webkit-transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/delicious-hamburgers/scss/animations/_spin.scss */

.hamburger--spin.active span.bar {
  top: 0;
  -webkit-transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 20, node_modules/delicious-hamburgers/scss/animations/_spin.scss */

.hamburger--spin.active span.bar:nth-child(1) {
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 24, node_modules/delicious-hamburgers/scss/animations/_spin.scss */

.hamburger--spin.active span.bar:nth-child(2) {
  opacity: 0;
}

/* line 28, node_modules/delicious-hamburgers/scss/animations/_spin.scss */

.hamburger--spin.active span.bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 33, node_modules/delicious-hamburgers/scss/animations/_spin.scss */

.hamburger--spin.active > .inner {
  -webkit-transform: rotate(180deg) translate3d(0, -2px, 0);
          transform: rotate(180deg) translate3d(0, -2px, 0);
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_collapse.scss */

.hamburger--collapse span.bar {
  -webkit-transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 10, node_modules/delicious-hamburgers/scss/animations/_collapse.scss */

.hamburger--collapse.active span.bar {
  top: 0;
  -webkit-transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

/* line 16, node_modules/delicious-hamburgers/scss/animations/_collapse.scss */

.hamburger--collapse.active span.bar:nth-child(1) {
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 20, node_modules/delicious-hamburgers/scss/animations/_collapse.scss */

.hamburger--collapse.active span.bar:nth-child(2) {
  opacity: 0;
}

/* line 24, node_modules/delicious-hamburgers/scss/animations/_collapse.scss */

.hamburger--collapse.active span.bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_minimal.scss */

.hamburger--minimal span.bar {
  -webkit-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 7, node_modules/delicious-hamburgers/scss/animations/_minimal.scss */

.hamburger--minimal span.bar:nth-child(1) {
  top: -6.4px;
}

/* line 11, node_modules/delicious-hamburgers/scss/animations/_minimal.scss */

.hamburger--minimal span.bar:nth-child(2) {
  display: none;
}

/* line 15, node_modules/delicious-hamburgers/scss/animations/_minimal.scss */

.hamburger--minimal span.bar:nth-child(3) {
  top: 6.4px;
}

/* line 21, node_modules/delicious-hamburgers/scss/animations/_minimal.scss */

.hamburger--minimal.active span.bar {
  -webkit-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 25, node_modules/delicious-hamburgers/scss/animations/_minimal.scss */

.hamburger--minimal.active span.bar:nth-child(1) {
  -webkit-transform: translate3d(0, 6.4px, 0);
          transform: translate3d(0, 6.4px, 0);
}

/* line 29, node_modules/delicious-hamburgers/scss/animations/_minimal.scss */

.hamburger--minimal.active span.bar:nth-child(3) {
  -webkit-transform: translate3d(0, -6.4px, 0);
          transform: translate3d(0, -6.4px, 0);
  opacity: 0;
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_dive.scss */

.hamburger--dive span.bar {
  -webkit-transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 8, node_modules/delicious-hamburgers/scss/animations/_dive.scss */

.hamburger--dive span.bar:nth-child(1) {
  top: -6.4px;
}

/* line 12, node_modules/delicious-hamburgers/scss/animations/_dive.scss */

.hamburger--dive span.bar:nth-child(2) {
  display: none;
}

/* line 16, node_modules/delicious-hamburgers/scss/animations/_dive.scss */

.hamburger--dive span.bar:nth-child(3) {
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  top: 6.4px;
  right: 0;
}

/* line 25, node_modules/delicious-hamburgers/scss/animations/_dive.scss */

.hamburger--dive.active span.bar:nth-child(1) {
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
}

/* line 30, node_modules/delicious-hamburgers/scss/animations/_dive.scss */

.hamburger--dive.active span.bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 4.68629px;
  top: 11.31371px;
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_stack.scss */

.hamburger--stack span.bar {
  -webkit-transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 9, node_modules/delicious-hamburgers/scss/animations/_stack.scss */

.hamburger--stack.active span.bar {
  -webkit-transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

/* line 13, node_modules/delicious-hamburgers/scss/animations/_stack.scss */

.hamburger--stack.active span.bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

/* line 18, node_modules/delicious-hamburgers/scss/animations/_stack.scss */

.hamburger--stack.active span.bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 22, node_modules/delicious-hamburgers/scss/animations/_stack.scss */

.hamburger--stack.active span.bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_converge.scss */

.hamburger--converge span.bar {
  -webkit-transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 9, node_modules/delicious-hamburgers/scss/animations/_converge.scss */

.hamburger--converge.active span.bar {
  top: 0;
}

/* line 12, node_modules/delicious-hamburgers/scss/animations/_converge.scss */

.hamburger--converge.active span.bar:nth-child(1) {
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 16, node_modules/delicious-hamburgers/scss/animations/_converge.scss */

.hamburger--converge.active span.bar:nth-child(2) {
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

/* line 20, node_modules/delicious-hamburgers/scss/animations/_converge.scss */

.hamburger--converge.active span.bar:nth-child(3) {
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 3, node_modules/delicious-hamburgers/scss/animations/_twist.scss */

.hamburger--twist span.bar {
  -webkit-transition: top 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 8, node_modules/delicious-hamburgers/scss/animations/_twist.scss */

.hamburger--twist span.bar:nth-child(1) {
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  left: 0;
}

/* line 13, node_modules/delicious-hamburgers/scss/animations/_twist.scss */

.hamburger--twist span.bar:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

/* line 24, node_modules/delicious-hamburgers/scss/animations/_twist.scss */

.hamburger--twist.active span.bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 4.68629px;
  top: -11.31371px;
}

/* line 30, node_modules/delicious-hamburgers/scss/animations/_twist.scss */

.hamburger--twist.active span.bar:nth-child(2) {
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

/* line 35, node_modules/delicious-hamburgers/scss/animations/_twist.scss */

.hamburger--twist.active span.bar:nth-child(3) {
  -webkit-transform: rotate(-225deg);
       -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
  top: 0;
}

/** Import theme styles */

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(100\) {
  font-weight: 100;
}

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(200\) {
  font-weight: 200;
}

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(300\),
.banner .brand .text,
.site-footer,
.single-team_member .main .entry-summary,
.single-team_member .main .entry-content p {
  font-weight: 300;
}

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(400\) {
  font-weight: 400;
}

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(500\) {
  font-weight: 500;
}

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(600\),
.site-footer h4 {
  font-weight: 600;
}

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(700\) {
  font-weight: 700;
}

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(800\) {
  font-weight: 800;
}

/* line 4, resources/assets/styles/common/_global.scss */

.fw\(900\) {
  font-weight: 900;
}

/* line 9, resources/assets/styles/common/_global.scss */

.fw\(300\),
.banner .brand .text,
.site-footer,
.single-team_member .main .entry-summary,
.single-team_member .main .entry-content p {
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
}

/* line 14, resources/assets/styles/common/_global.scss */

.fz\(80\) {
  font-size: 5rem;
  line-height: 1.05;
  letter-spacing: -2px;
}

/* line 20, resources/assets/styles/common/_global.scss */

.fz\(60\),
.mobile-nav a {
  font-size: 3.75rem;
  line-height: 0.75;
  letter-spacing: 0;
  font-weight: 600;
}

/* line 27, resources/assets/styles/common/_global.scss */

.fz\(48\) {
  font-size: 3rem;
  line-height: 1.5;
}

/* line 32, resources/assets/styles/common/_global.scss */

.fz\(40\),
.supply-partner .gform_wrapper .gform_title,
.block\(textOverMap\) .title p,
.block\(aboutImageAndTitle\) .headline p {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -1px;
}

/* line 38, resources/assets/styles/common/_global.scss */

.fz\(32\),
.mobile-nav .mobile-sm a,
.single-team_member .main .entry-summary {
  font-size: 2rem;
  line-height: 1;
}

/* line 43, resources/assets/styles/common/_global.scss */

.fz\(24\) {
  font-size: 1.5rem;
}

/* line 47, resources/assets/styles/common/_global.scss */

.fz\(20\) {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* line 52, resources/assets/styles/common/_global.scss */

.fz\(18\),
.single-team_member .main .entry-content p {
  font-size: 1.125rem;
  line-height: normal;
}

/* line 57, resources/assets/styles/common/_global.scss */

.fz\(16\) {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.5px;
}

/* line 63, resources/assets/styles/common/_global.scss */

.fz\(14\) {
  font-size: 14px;
}

/* line 67, resources/assets/styles/common/_global.scss */

.fz\(12\) {
  font-size: 12px;
}

/* line 71, resources/assets/styles/common/_global.scss */

html {
  font-size: calc(0.7em + (1 - 0.7) * ((100vw - 20em) / (75 - 20)));
}

@media (max-width: 20em) {
  /* line 71, resources/assets/styles/common/_global.scss */

  html {
    font-size: 0.7em;
  }
}

@media (min-width: 75em) {
  /* line 71, resources/assets/styles/common/_global.scss */

  html {
    font-size: 1em;
  }
}

/* line 75, resources/assets/styles/common/_global.scss */

[class^="block("] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 83, resources/assets/styles/common/_global.scss */

[class^="block("] .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1050px;
          flex: 0 1 1050px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 5, resources/assets/styles/components/_buttons.scss */

.btn-arrow .btn-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 10px;
  margin-top: -4px;
}

/* line 13, resources/assets/styles/components/_buttons.scss */

.btn-arrow .fal {
  font-size: 24px;
}

/* line 18, resources/assets/styles/components/_buttons.scss */

.btn-flat,
input[type="submit"] {
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 40px;
  min-width: 160px;
  padding: 0 10px;
  text-align: center;
  text-transform: none;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-flat.beige,
input.beige[type="submit"] {
  background-color: #eed5c8;
}

/* line 35, resources/assets/styles/components/_buttons.scss */

.btn-flat.duck-egg,
input.duck-egg[type="submit"] {
  background-color: #b4e9ff;
  color: #003f5c;
}

/* line 40, resources/assets/styles/components/_buttons.scss */

.btn-flat.light-grey,
input.light-grey[type="submit"] {
  background-color: #f9f8f4;
}

/* line 44, resources/assets/styles/components/_buttons.scss */

.btn-flat.light-grey-green,
input.light-grey-green[type="submit"] {
  background-color: #ddf0dd;
}

/* line 48, resources/assets/styles/components/_buttons.scss */

.btn-flat.light-teal,
input.light-teal[type="submit"] {
  background-color: #b4e9ff;
}

/* line 52, resources/assets/styles/components/_buttons.scss */

.btn-flat.marine-blue,
input.marine-blue[type="submit"] {
  background-color: #003f5c;
  color: #ddf0dd;
}

/* line 57, resources/assets/styles/components/_buttons.scss */

.btn-flat.off-light-grey-green,
input.off-light-grey-green[type="submit"] {
  background-color: #d1e6d5;
  color: #003f5c;
}

/* line 62, resources/assets/styles/components/_buttons.scss */

.btn-flat.seafoam-blue,
input.seafoam-blue[type="submit"] {
  background-color: #55d6ba;
}

/* line 66, resources/assets/styles/components/_buttons.scss */

.btn-flat.tiffany-blue,
input[type="submit"] {
  background-color: #72c9f7;
}

/** Search form */

/* line 6, resources/assets/styles/components/_forms.scss */

.gform_wrapper {
  margin: 32px auto 0 !important;
}

/* line 10, resources/assets/styles/components/_forms.scss */

.gfield {
  margin: 0 0 17px !important;
  padding-right: 0 !important;
}

/* line 15, resources/assets/styles/components/_forms.scss */

input:not([type="submit"]):not([type="file"]):not([type="radio"]),
select {
  margin: 5px 0 0 !important;
  padding: 0 0 0 20px !important;
  height: 40px;
  border: solid 2px #ecebe2;
  border-radius: 10px;
  color: #003f5c;
}

/* line 24, resources/assets/styles/components/_forms.scss */

input:not([type="submit"]):not([type="file"]):not([type="radio"])::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #ecebe2;
}

input:not([type="submit"]):not([type="file"]):not([type="radio"])::-moz-placeholder,
select::-moz-placeholder {
  color: #ecebe2;
}

input:not([type="submit"]):not([type="file"]):not([type="radio"])::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #ecebe2;
}

input:not([type="submit"]):not([type="file"]):not([type="radio"])::placeholder,
select::placeholder {
  color: #ecebe2;
}

/* line 29, resources/assets/styles/components/_forms.scss */

.name_first,
.name_last {
  padding-top: 0 !important;
}

/* line 33, resources/assets/styles/components/_forms.scss */

.name_first label,
.name_last label {
  margin: 0 !important;
}

/* line 38, resources/assets/styles/components/_forms.scss */

.gfield_label {
  font-weight: 300 !important;
}

/* line 42, resources/assets/styles/components/_forms.scss */

.gfield_required {
  color: #003f5c !important;
}

/* line 51, resources/assets/styles/components/_forms.scss */

input[type="file"] {
  height: 40px;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 3, resources/assets/styles/layouts/_header.scss */

.mobile-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #72c9f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #003f5c;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  padding: 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.25s ease-in-out, max-height 0s linear 0.25s;
  -o-transition: opacity 0.25s ease-in-out, max-height 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, max-height 0s linear 0.25s;
}

@media all and (max-width: 910px) {
  /* line 23, resources/assets/styles/layouts/_header.scss */

  body.mobile-nav-active .mobile-nav {
    max-height: 100vh;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.25s ease-in-out, max-height 0s linear;
    -o-transition: opacity 0.25s ease-in-out, max-height 0s linear;
    transition: opacity 0.25s ease-in-out, max-height 0s linear;
  }
}

/* line 34, resources/assets/styles/layouts/_header.scss */

.mobile-nav a {
  color: #72c9f7;
}

/* line 40, resources/assets/styles/layouts/_header.scss */

.mobile-nav a:hover {
  color: #b4e9ff;
}

/* line 44, resources/assets/styles/layouts/_header.scss */

.mobile-nav .menu-item {
  margin-bottom: 3.08008vh;
}

/* line 48, resources/assets/styles/layouts/_header.scss */

.mobile-nav .mobile-sm {
  margin-bottom: 2.05339vh;
}

/* line 52, resources/assets/styles/layouts/_header.scss */

.mobile-nav .mobile-sm a {
  font-weight: 600;
}

/* line 58, resources/assets/styles/layouts/_header.scss */

.mobile-nav .mobile-sm:nth-child(6) {
  margin-top: 6.57084vh;
}

/* line 63, resources/assets/styles/layouts/_header.scss */

.banner {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9001;
  width: 100%;
}

@media all and (max-width: 910px) {
  /* line 69, resources/assets/styles/layouts/_header.scss */

  .banner .bottom,
  .banner .top {
    display: none;
  }
}

/* line 76, resources/assets/styles/layouts/_header.scss */

.banner .brand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.banner .brand .text {
  color: #b4e9ff;
  font-size: 1.5rem !important;
  margin-left: 20px;
  white-space: nowrap;
}

/* line 91, resources/assets/styles/layouts/_header.scss */

.banner .brand img {
  width: 50px;
  height: 50px;
}

/* line 96, resources/assets/styles/layouts/_header.scss */

.banner .contact-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b4e9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b4e9ff;
  border-radius: 3px;
  padding: 0 6px;
}

/* line 104, resources/assets/styles/layouts/_header.scss */

.banner .contact-link img {
  margin-right: 4px;
  -webkit-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
}

/* line 109, resources/assets/styles/layouts/_header.scss */

.banner .contact-link .style-svg path {
  fill: #b4e9ff;
}

/* line 113, resources/assets/styles/layouts/_header.scss */

.banner .contact-link span {
  font-size: 13px;
  margin-left: 6px;
}

/* line 119, resources/assets/styles/layouts/_header.scss */

.banner .contact-link-item {
  margin-left: 32px;
}

/* line 123, resources/assets/styles/layouts/_header.scss */

.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 129, resources/assets/styles/layouts/_header.scss */

.banner .hamburger {
  display: none;
}

@media all and (max-width: 910px) {
  /* line 129, resources/assets/styles/layouts/_header.scss */

  .banner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 137, resources/assets/styles/layouts/_header.scss */

.banner .left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 7;
      -ms-flex: 7 1 100px;
          flex: 7 1 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(0, 63, 92, 0);
  padding: 3.08008vh 2.60417vw;
  -webkit-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
}

@media all and (max-width: 910px) {
  /* line 137, resources/assets/styles/layouts/_header.scss */

  .banner .left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 153, resources/assets/styles/layouts/_header.scss */

.banner .menu-item {
  position: relative;
  padding-bottom: 10px;
}

/* line 158, resources/assets/styles/layouts/_header.scss */

.banner .nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 163, resources/assets/styles/layouts/_header.scss */

.banner .nav a {
  color: #b4e9ff;
  font-weight: 300;
}

/* line 168, resources/assets/styles/layouts/_header.scss */

.banner .nav li {
  margin-left: 20px;
}

/* line 172, resources/assets/styles/layouts/_header.scss */

.banner .right {
  -webkit-box-flex: 9;
      -ms-flex: 9 1 100px;
          flex: 9 1 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgba(180, 233, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.08008vh 2.60417vw;
  -webkit-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
}

@media all and (max-width: 910px) {
  /* line 172, resources/assets/styles/layouts/_header.scss */

  .banner .right {
    display: none;
  }
}

/* line 188, resources/assets/styles/layouts/_header.scss */

.banner .social-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  margin-top: 0;
}

/* line 195, resources/assets/styles/layouts/_header.scss */

.banner .social-links-item {
  margin-left: 18px;
}

/* line 199, resources/assets/styles/layouts/_header.scss */

.banner .social-links-link {
  color: #b4e9ff;
  font-size: 18px;
}

/* line 204, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu {
  display: none;
  background-color: #003f5c;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 216, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu::after {
  border-radius: 10px;
  background-color: #003f5c;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: -14px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

/* line 231, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu a {
  color: #b4e9ff;
  font-weight: 300;
  white-space: nowrap;
}

/* line 237, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu a:hover {
  color: #72c9f7;
  text-decoration: underline;
}

/* line 242, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu li {
  margin-left: 0;
}

@media all and (max-width: 400px) {
  /* line 246, resources/assets/styles/layouts/_header.scss */

  .banner .tns-outer {
    display: none;
  }
}

/* line 252, resources/assets/styles/layouts/_header.scss */

.banner .menu-item:hover .sub-menu {
  display: block;
}

/* line 263, resources/assets/styles/layouts/_header.scss */

.error404 .banner.headroom--top .left,
.template-team .banner.headroom--top .left,
.single-team_member .banner.headroom--top .left,
.single-press_release .banner.headroom--top .left,
.page-template-default .banner.headroom--top .left,
.banner.headroom--not-top .left {
  background-color: #003f5c;
  padding: 1.43737vh 2.60417vw;
}

/* line 268, resources/assets/styles/layouts/_header.scss */

.error404 .banner.headroom--top .right,
.template-team .banner.headroom--top .right,
.single-team_member .banner.headroom--top .right,
.single-press_release .banner.headroom--top .right,
.page-template-default .banner.headroom--top .right,
.banner.headroom--not-top .right {
  background-color: #b4e9ff;
  padding: 1.43737vh 2.60417vw;
}

/* line 272, resources/assets/styles/layouts/_header.scss */

.error404 .banner.headroom--top .right .contact-link,
.error404 .banner.headroom--top .right .social-links-link,
.error404 .banner.headroom--top .right .nav a,
.template-team .banner.headroom--top .right .contact-link,
.template-team .banner.headroom--top .right .social-links-link,
.template-team .banner.headroom--top .right .nav a,
.single-team_member .banner.headroom--top .right .contact-link,
.single-team_member .banner.headroom--top .right .social-links-link,
.single-team_member .banner.headroom--top .right .nav a,
.single-press_release .banner.headroom--top .right .contact-link,
.single-press_release .banner.headroom--top .right .social-links-link,
.single-press_release .banner.headroom--top .right .nav a,
.page-template-default .banner.headroom--top .right .contact-link,
.page-template-default .banner.headroom--top .right .social-links-link,
.page-template-default .banner.headroom--top .right .nav a,
.banner.headroom--not-top .right .contact-link,
.banner.headroom--not-top .right .social-links-link,
.banner.headroom--not-top .right .nav a {
  color: #003f5c;
}

/* line 278, resources/assets/styles/layouts/_header.scss */

.error404 .banner.headroom--top .right .sub-menu a,
.template-team .banner.headroom--top .right .sub-menu a,
.single-team_member .banner.headroom--top .right .sub-menu a,
.single-press_release .banner.headroom--top .right .sub-menu a,
.page-template-default .banner.headroom--top .right .sub-menu a,
.banner.headroom--not-top .right .sub-menu a {
  color: #b4e9ff;
  font-weight: 300;
  white-space: nowrap;
}

/* line 284, resources/assets/styles/layouts/_header.scss */

.error404 .banner.headroom--top .right .sub-menu a:hover,
.template-team .banner.headroom--top .right .sub-menu a:hover,
.single-team_member .banner.headroom--top .right .sub-menu a:hover,
.single-press_release .banner.headroom--top .right .sub-menu a:hover,
.page-template-default .banner.headroom--top .right .sub-menu a:hover,
.banner.headroom--not-top .right .sub-menu a:hover {
  color: #72c9f7;
  text-decoration: underline;
}

/* line 289, resources/assets/styles/layouts/_header.scss */

.error404 .banner.headroom--top .right .contact-link,
.template-team .banner.headroom--top .right .contact-link,
.single-team_member .banner.headroom--top .right .contact-link,
.single-press_release .banner.headroom--top .right .contact-link,
.page-template-default .banner.headroom--top .right .contact-link,
.banner.headroom--not-top .right .contact-link {
  border-color: #003f5c;
}

/* line 293, resources/assets/styles/layouts/_header.scss */

.error404 .banner.headroom--top .right .contact-link .style-svg path,
.template-team .banner.headroom--top .right .contact-link .style-svg path,
.single-team_member .banner.headroom--top .right .contact-link .style-svg path,
.single-press_release .banner.headroom--top .right .contact-link .style-svg path,
.page-template-default .banner.headroom--top .right .contact-link .style-svg path,
.banner.headroom--not-top .right .contact-link .style-svg path {
  fill: #003f5c;
}

/* line 300, resources/assets/styles/layouts/_header.scss */

.about .banner.headroom--top .contact-link,
.about .banner.headroom--top .social-links-link,
.about .banner.headroom--top .nav a {
  color: #b4e9ff;
}

/* line 306, resources/assets/styles/layouts/_header.scss */

.about .banner.headroom--top .contact-link {
  border-color: #b4e9ff;
}

/* line 310, resources/assets/styles/layouts/_header.scss */

.about .banner.headroom--top .contact-link .style-svg path {
  fill: #b4e9ff;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.site-footer {
  color: #003f5c;
  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;
  padding: 10.26694vh 0 6.16016vh 0;
}

/* line 10, resources/assets/styles/layouts/_footer.scss */

.site-footer .alt-color {
  color: #003f5c;
  font-family: stratos, sans-serif;
  font-weight: 600;
}

/* line 16, resources/assets/styles/layouts/_footer.scss */

.site-footer .bottom-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -40px;
}

/* line 22, resources/assets/styles/layouts/_footer.scss */

.site-footer .bottom-list .item {
  margin-left: 40px;
}

/* line 27, resources/assets/styles/layouts/_footer.scss */

.site-footer .container {
  -ms-flex-preferred-size: 1310px;
      flex-basis: 1310px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
}

/* line 33, resources/assets/styles/layouts/_footer.scss */

.site-footer .left {
  color: #c2c0b7;
  padding-right: 0 !important;
}

/* line 38, resources/assets/styles/layouts/_footer.scss */

.site-footer .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 42, resources/assets/styles/layouts/_footer.scss */

.site-footer .top,
.site-footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 48, resources/assets/styles/layouts/_footer.scss */

.site-footer .top {
  margin-bottom: 9.24025vh;
}

/* line 52, resources/assets/styles/layouts/_footer.scss */

.site-footer h3,
.site-footer h4 {
  margin: 0;
}

/* line 61, resources/assets/styles/layouts/_footer.scss */

.site-footer a {
  color: inherit;
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

.template-team .main,
.page-template-default .main {
  padding-top: 27.72074vh;
}

/* line 7, resources/assets/styles/layouts/_pages.scss */

.about .main > *:not([class^="block("]) {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #003f5c;
}

/* line 18, resources/assets/styles/layouts/_pages.scss */

.supply-partner .main > *:not([class^="block("]) {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #003f5c;
}

/* line 34, resources/assets/styles/layouts/_pages.scss */

.template-team {
  color: #003f5c;
}

/* line 37, resources/assets/styles/layouts/_pages.scss */

.template-team .page-header {
  max-width: 700px;
  margin: 0 auto 80px;
  text-align: center;
}

/* line 42, resources/assets/styles/layouts/_pages.scss */

.template-team .page-header h1 {
  margin: 0 auto 31px;
}

/* line 47, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) {
  padding-bottom: 9.24025vh;
}

/* line 50, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1310px;
          flex: 0 1 1310px;
}

/* line 54, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -30px;
}

/* line 62, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 68, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 460px;
          flex: 0 1 460px;
  height: 550px;
  background-size: cover;
  background-position: center center;
  margin-left: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: white;
  padding: 60px 40px;
}

/* line 81, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) h2 {
  margin: 0;
}

/* line 85, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) p {
  margin: 0 0 10px;
}

/* line 89, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .arrow {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: 2px solid white;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  width: 50px;
}

/* line 101, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .fa-long-arrow-right {
  color: white;
}

/* line 105, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .memoriam {
  text-align: center;
  margin-top: 100px;
}

/* line 109, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .memoriam h4 {
  color: #72c9f7;
  margin: 0 auto;
}

/* line 114, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .memoriam h3 {
  margin: 5px auto 16px;
}

/* line 118, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(teamList\) .memoriam .content {
  max-width: 980px;
  margin: 0 auto;
}

/* line 125, resources/assets/styles/layouts/_pages.scss */

.template-team .block\(aboutImageAndTitle\) .marine-blue {
  color: #00334b;
}

/* line 131, resources/assets/styles/layouts/_pages.scss */

.error404 .main {
  padding-top: 105px;
}

/* line 135, resources/assets/styles/layouts/_pages.scss */

.error404 .page-header {
  max-width: 700px;
  margin: 0 auto 80px;
  text-align: center;
}

/* line 141, resources/assets/styles/layouts/_pages.scss */

.error404 .container-404 {
  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;
  max-width: 1310px;
  min-height: 30.80082vh;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 151, resources/assets/styles/layouts/_pages.scss */

.error404 .alert {
  margin-bottom: 30px;
}

/* line 155, resources/assets/styles/layouts/_pages.scss */

.error404 input[type="search"] {
  width: 220px;
  height: 40px;
  border-radius: 10px;
  border: solid 1px #ecebe2;
  padding-left: 10px;
  margin-right: 20px;
}

/* line 164, resources/assets/styles/layouts/_pages.scss */

.error404 input[type="submit"] {
  width: 200px;
  height: 40px;
  border-radius: 10px;
  border: solid 1px #ecebe2;
  background-color: #72c9f7;
  color: #00334b;
}

/* line 1, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main {
  padding-top: 27.72074vh;
}

/* line 4, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main article {
  max-width: 1200px;
  margin: 0 auto 11.0883vh;
  padding: 0 15px;
  color: #003f5c;
}

/* line 11, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main article header {
  text-align: center;
  margin-bottom: 80px;
}

/* line 16, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .entry-title {
  margin: 0 auto;
}

/* line 20, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .entry-summary {
  max-width: 700px;
  margin: 30px auto 0;
}

/* line 28, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .entry-content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 100px -80px;
}

/* line 40, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .entry-content > * {
  margin-left: 80px;
}

/* line 45, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

/* line 50, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .social-link {
  margin-left: 20px;
}

/* line 53, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .social-link i {
  font-size: 18px;
  color: #72c9f7;
}

/* line 58, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .social-link .style-svg path {
  fill: #72c9f7;
}

/* line 63, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 630px;
          flex: 0 1 630px;
  height: 80.1848vh;
}

/* line 71, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 460px;
          flex: 0 1 460px;
}

/* line 75, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main h2 {
  margin: 0 0 30px 0;
}

/* line 79, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main article footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

/* line 84, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main article footer > * {
  margin-left: 20px;
}

/* line 88, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main article footer h3 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 93, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main article footer .arrow {
  -ms-flex-item-align: center;
      align-self: center;
  border: 2px solid #72c9f7;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  width: 50px;
}

/* line 105, resources/assets/styles/layouts/_posts.scss */

.single-team_member .main article footer .fa-long-arrow-left {
  color: #003f5c;
}

/* line 111, resources/assets/styles/layouts/_posts.scss */

.single-press_release {
  color: #003f5c;
}

/* line 114, resources/assets/styles/layouts/_posts.scss */

.single-press_release .main {
  padding-top: 200px;
}

/* line 118, resources/assets/styles/layouts/_posts.scss */

.single-press_release article {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 125, resources/assets/styles/layouts/_posts.scss */

.single-press_release article footer {
  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;
  margin-top: 50px;
}

/* line 132, resources/assets/styles/layouts/_posts.scss */

.single-press_release article a {
  color: #72c9f7;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: underline;
}

/* line 137, resources/assets/styles/layouts/_posts.scss */

.single-press_release article a:hover {
  color: #003f5c;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 144, resources/assets/styles/layouts/_posts.scss */

.single-press_release .entry-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 80px;
}

/* line 150, resources/assets/styles/layouts/_posts.scss */

.single-press_release .fz\(24\) {
  text-align: center;
  margin-bottom: 30px;
}

/* line 155, resources/assets/styles/layouts/_posts.scss */

.single-press_release .image {
  width: 700px;
  margin: 0 auto;
}

@media all and (max-width: 730px) {
  /* line 155, resources/assets/styles/layouts/_posts.scss */

  .single-press_release .image {
    width: 100%;
  }
}

/* line 163, resources/assets/styles/layouts/_posts.scss */

.single-press_release .image img {
  max-width: 100%;
  height: auto;
}

/* line 169, resources/assets/styles/layouts/_posts.scss */

.single-press_release .arrow {
  -ms-flex-item-align: center;
      align-self: center;
  border: 2px solid #72c9f7;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  width: 50px;
}

/* line 181, resources/assets/styles/layouts/_posts.scss */

.single-press_release .fa-long-arrow-left {
  color: #003f5c;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 2, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .container {
  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;
  color: #003f5c;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1310px;
          flex: 0 1 1310px;
}

/* line 10, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .contact-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
}

/* line 14, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .contact-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 415px;
          flex: 0 1 415px;
  padding-left: 15px;
}

@media all and (max-width: 1085px) {
  /* line 14, resources/assets/styles/blocks/_contact.scss */

  .block\(contact\) .contact-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 430px;
            flex: 0 1 430px;
    padding-left: 0;
  }
}

/* line 24, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) h2 {
  margin: 0 0 10px;
}

/* line 28, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .hq p {
  margin: 0;
}

/* line 32, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) hr {
  border-bottom: solid 2px #00334b;
  border-top: none;
  border-left: none;
  border-right: none;
  color: transparent;
  margin: 40px 0;
}

/* line 41, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .gfield_label {
  font-weight: 300 !important;
  font-size: 14px !important;
}

/* line 46, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) a {
  color: #003f5c;
  text-decoration: underline;
}

/* line 1, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) {
  color: #003f5c;
  margin-bottom: 15.40041vh;
}

/* line 5, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1310px;
          flex: 0 1 1310px;
}

/* line 9, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) .marine-blue {
  text-align: center;
  margin: 0 auto 100px;
}

/* line 14, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -80px;
  margin-bottom: -80px;
}

/* line 22, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  margin-left: 80px;
  margin-bottom: 80px;
}

/* line 28, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) img {
  height: 40px;
}

/* line 32, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) h3 {
  margin: 20px 0;
}

/* line 36, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) .arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #55d6ba;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  width: 50px;
}

/* line 48, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) .fa-long-arrow-right {
  color: #003f5c;
}

/* line 52, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px auto 0 -30px;
}

/* line 59, resources/assets/styles/blocks/_news-list.scss */

.block\(newsList\) .btn-flat,
.block\(newsList\) input[type="submit"] {
  margin-left: 30px;
}

@media all and (max-width: 380px) {
  /* line 59, resources/assets/styles/blocks/_news-list.scss */

  .block\(newsList\) .btn-flat,
  .block\(newsList\) input[type="submit"] {
    margin-top: 15px;
  }
}

/* line 1, resources/assets/styles/blocks/_list_with_title.scss */

.block\(listWithTitle\) {
  color: #003f5c;
  padding-bottom: 10.26694vh;
}

/* line 5, resources/assets/styles/blocks/_list_with_title.scss */

.block\(listWithTitle\) h3 {
  margin: 0 0 40px;
}

/* line 9, resources/assets/styles/blocks/_list_with_title.scss */

.block\(listWithTitle\) .list {
  list-style-position: inside;
  margin: 0 !important;
  padding-left: 0;
}

/* line 15, resources/assets/styles/blocks/_list_with_title.scss */

.block\(listWithTitle\) .item {
  line-height: 2;
  font-size: 1.125rem;
  font-weight: 300 !important;
}

/* line 1, resources/assets/styles/blocks/_press_release.scss */

.block\(pressRelease\) {
  color: #003f5c;
  margin-bottom: 15.40041vh;
}

/* line 5, resources/assets/styles/blocks/_press_release.scss */

.block\(pressRelease\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1310px;
          flex: 0 1 1310px;
}

/* line 9, resources/assets/styles/blocks/_press_release.scss */

.block\(pressRelease\) h1 {
  text-align: center;
  margin-bottom: 80px;
}

/* line 14, resources/assets/styles/blocks/_press_release.scss */

.block\(pressRelease\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -80px;
  margin-bottom: -80px;
}

/* line 22, resources/assets/styles/blocks/_press_release.scss */

.block\(pressRelease\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  margin-left: 80px;
  margin-bottom: 80px;
}

/* line 27, resources/assets/styles/blocks/_press_release.scss */

.block\(pressRelease\) .item img {
  max-width: 100%;
  height: auto;
}

/* line 33, resources/assets/styles/blocks/_press_release.scss */

.block\(pressRelease\) .arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #55d6ba;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  width: 50px;
}

/* line 45, resources/assets/styles/blocks/_press_release.scss */

.block\(pressRelease\) .fa-long-arrow-right {
  color: #003f5c;
}

/* line 1, resources/assets/styles/blocks/_social.scss */

.block\(social\) {
  background-color: #b4e9ff;
  color: #003f5c;
  min-height: 140px;
  margin-top: 15.40041vh;
}

/* line 7, resources/assets/styles/blocks/_social.scss */

.block\(social\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 14, resources/assets/styles/blocks/_social.scss */

.block\(social\) h3 {
  margin: 0 41px 0 0;
}

@media all and (max-width: 405px) {
  /* line 14, resources/assets/styles/blocks/_social.scss */

  .block\(social\) h3 {
    margin: 0 20px;
  }
}

/* line 22, resources/assets/styles/blocks/_social.scss */

.block\(social\) .socials {
  margin-left: -25px;
}

/* line 26, resources/assets/styles/blocks/_social.scss */

.block\(social\) .social {
  margin-left: 25px;
}

/* line 30, resources/assets/styles/blocks/_social.scss */

.block\(social\) .fab {
  color: #003f5c;
  font-size: 25px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 36, resources/assets/styles/blocks/_social.scss */

.block\(social\) .fab:hover {
  color: #72c9f7;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 1, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) {
  background-image: url(/wp-content/themes/tkt-full/dist/images/map.png);
  background-size: 1292px 842px;
  background-position: center 50px;
  background-repeat: no-repeat;
  padding-bottom: 5.13347vh;
}

/* line 8, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .container {
  padding-top: 15.40041vh;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1104px;
          flex: 0 1 1104px;
}

/* line 13, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .title {
  max-width: 730px;
  text-align: center;
  margin: 0 auto 10.26694vh;
}

/* line 18, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .title p {
  color: #003f5c;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 27, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .title span {
  color: #72c9f7;
  font-weight: 300;
}

/* line 33, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: -17px;
  margin-bottom: 60px;
}

@media all and (max-width: 1103px) {
  /* line 33, resources/assets/styles/blocks/_text_over_map.scss */

  .block\(textOverMap\) .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 45, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 520px;
          flex: 0 1 520px;
  margin-left: 17px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003f5c;
}

/* line 53, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .fz\(32\),
.block\(textOverMap\) .mobile-nav .mobile-sm a,
.mobile-nav .mobile-sm .block\(textOverMap\) a,
.block\(textOverMap\) .single-team_member .main .entry-summary,
.single-team_member .main .block\(textOverMap\) .entry-summary {
  margin: 0 0 10px;
}

/* line 57, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .image {
  margin-right: 20px;
}

/* line 61, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .fz\(40\),
.block\(textOverMap\) .supply-partner .gform_wrapper .gform_title,
.supply-partner .gform_wrapper .block\(textOverMap\) .gform_title,
.block\(textOverMap\) .title p,
.block\(textOverMap\) .block\(aboutImageAndTitle\) .headline p,
.block\(aboutImageAndTitle\) .headline .block\(textOverMap\) p {
  color: #003f5c;
  margin: 0 0 40px;
  font-weight: 600;
}

/* line 67, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) p {
  color: #003f5c;
  max-width: 980px;
}

/* line 72, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .btns {
  margin-top: 30px;
  margin-left: -20px;
}

/* line 76, resources/assets/styles/blocks/_text_over_map.scss */

.block\(textOverMap\) .btns > * {
  margin-left: 20px;
  margin-bottom: 10px;
}

/* line 1, resources/assets/styles/blocks/about/_hero.scss */

.block\(aboutHero\) {
  min-height: 90vh;
  background-position: center center;
  background-size: cover;
}

/* line 6, resources/assets/styles/blocks/about/_hero.scss */

.block\(aboutHero\) .inner {
  color: white;
  max-width: 830px;
  padding-top: 22.38193vh;
  padding-bottom: 5.23614vh;
}

/* line 13, resources/assets/styles/blocks/about/_hero.scss */

.block\(aboutHero\) .bottom {
  margin-top: 23.40862vh;
}

/* line 17, resources/assets/styles/blocks/about/_hero.scss */

.block\(aboutHero\) h1 {
  margin-top: 0;
}

@media all and (max-width: 400px) {
  /* line 17, resources/assets/styles/blocks/about/_hero.scss */

  .block\(aboutHero\) h1 {
    font-size: 3.75rem;
  }
}

/* line 25, resources/assets/styles/blocks/about/_hero.scss */

.block\(aboutHero\) h3 {
  max-width: 400px;
}

/* line 28, resources/assets/styles/blocks/about/_hero.scss */

.block\(aboutHero\) h3.fz\(32\),
.block\(aboutHero\) .single-team_member .main h3.entry-summary,
.single-team_member .main .block\(aboutHero\) h3.entry-summary {
  color: #b4e9ff;
}

/* line 33, resources/assets/styles/blocks/about/_hero.scss */

.block\(aboutHero\) a {
  color: #ddf0dd;
}

/* line 1, resources/assets/styles/blocks/about/_horizontal-cta.scss */

.block\(aboutHorizontalCTA\) {
  background-color: #003f5c;
  color: #b4e9ff;
}

/* line 5, resources/assets/styles/blocks/about/_horizontal-cta.scss */

.block\(aboutHorizontalCTA\) .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 54px 15px;
}

/* line 13, resources/assets/styles/blocks/about/_horizontal-cta.scss */

.block\(aboutHorizontalCTA\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
}

/* line 19, resources/assets/styles/blocks/about/_horizontal-cta.scss */

.block\(aboutHorizontalCTA\) .inner > * {
  margin-left: 40px;
  margin-bottom: 20px;
}

/* line 25, resources/assets/styles/blocks/about/_horizontal-cta.scss */

.block\(aboutHorizontalCTA\) h2 {
  margin: 0;
}

/* line 1, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\) {
  padding-top: 15.40041vh;
  padding-bottom: 15.40041vh;
}

/* line 5, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\) .headline {
  max-width: 840px;
  text-align: center;
  margin: 0 auto 24.64066vh;
}

/* line 10, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\) .headline p {
  color: #003f5c;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 19, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\) .headline .alt-color {
  color: #72c9f7;
  font-weight: 300;
}

/* line 25, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 967px;
  min-height: 800px;
}

@media all and (max-width: 997px) {
  /* line 25, resources/assets/styles/blocks/about/_image-and-title.scss */

  .block\(aboutImageAndTitle\) .inner {
    width: 100%;
  }
}

@media all and (max-width: 700px) {
  /* line 25, resources/assets/styles/blocks/about/_image-and-title.scss */

  .block\(aboutImageAndTitle\) .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 39, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\) .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 542px;
          flex: 1 1 542px;
  z-index: 2;
  margin-top: 5.74949vh;
  margin-right: -267px;
}

@media all and (max-width: 700px) {
  /* line 39, resources/assets/styles/blocks/about/_image-and-title.scss */

  .block\(aboutImageAndTitle\) .text {
    margin-bottom: 5.13347vh;
    max-width: 100%;
  }
}

/* line 51, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\) .marine-blue {
  color: #003f5c;
  margin-bottom: 6.67351vh;
  margin-top: 0;
}

@media all and (max-width: 370px) {
  /* line 51, resources/assets/styles/blocks/about/_image-and-title.scss */

  .block\(aboutImageAndTitle\) .marine-blue {
    font-size: 3.75rem;
  }
}

/* line 61, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\) .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 700px;
          flex: 1 1 700px;
  z-index: 1;
  height: 800px;
  background-position: center center;
  background-size: cover;
}

/* line 69, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\).map {
  background-image: url(/wp-content/themes/tkt-full/dist/images/map.png);
  background-size: 1292px 842px;
  background-position: center 50px;
  background-repeat: no-repeat;
}

/* line 75, resources/assets/styles/blocks/about/_image-and-title.scss */

.block\(aboutImageAndTitle\).map .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 420px;
          flex: 1 1 420px;
  margin-right: -153px;
}

/* line 1, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) {
  color: #b4e9ff;
  min-height: 90vh;
}

/* line 5, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

/* line 12, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .col.left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #003f5c;
  -webkit-box-flex: 9;
      -ms-flex: 9 1 240px;
          flex: 9 1 240px;
  overflow: hidden;
  position: relative;
}

/* line 23, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .col.right {
  -webkit-box-flex: 7;
      -ms-flex: 7 1 240px;
          flex: 7 1 240px;
}

/* line 27, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 33, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .inner {
  padding: 15px;
  position: relative;
}

/* line 38, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .fz\(32\),
.block\(aboutQuoteAndImage\) .mobile-nav .mobile-sm a,
.mobile-nav .mobile-sm .block\(aboutQuoteAndImage\) a,
.block\(aboutQuoteAndImage\) .single-team_member .main .entry-summary,
.single-team_member .main .block\(aboutQuoteAndImage\) .entry-summary {
  max-width: 700px;
  margin-bottom: 27px;
  line-height: 1.4;
}

/* line 44, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .quote-image {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 20px;
}

/* line 48, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .quote-image img {
  border-radius: 30px;
}

/* line 53, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .quote-info {
  margin-left: 20px;
  text-align: left;
}

/* line 58, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .fz\(20\) {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 63, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .fz\(16\) {
  margin: 0;
}

/* line 67, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

/* line 73, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .layer,
.block\(aboutQuoteAndImage\) .scene {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 82, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .layer img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-60%);
       -o-transform: translateX(-60%);
          transform: translateX(-60%);
}

/* line 89, resources/assets/styles/blocks/about/_quote-and-image.scss */

.block\(aboutQuoteAndImage\) .layer + .layer img {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(60%);
       -o-transform: translateX(60%);
          transform: translateX(60%);
}

/* line 1, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) {
  padding-bottom: 10.26694vh;
}

/* line 4, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) h2 {
  text-align: center;
  color: #003f5c;
  margin-bottom: 82px;
}

/* line 10, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #c2c0b7;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  width: 50px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 23, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .aspect {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 93.02326%;
  position: relative;
}

/* line 31, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f9f8f4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 40px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

/* line 40, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 1400px;
      flex-basis: 1400px;
}

/* line 47, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .link {
  color: #003f5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 54, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 96px -25px;
  width: calc(100% + 25px);
}

@media all and (max-width: 1096px) {
  /* line 54, resources/assets/styles/blocks/about/_solutions.scss */

  .block\(aboutSolutions\) .list {
    margin-bottom: 5.13347vh;
  }
}

/* line 66, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 430px;
          flex: 0 1 430px;
  margin-left: 25px;
  margin-bottom: 25px;
}

/* line 72, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .subtitle {
  line-height: normal;
}

/* line 76, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .text {
  margin-bottom: 31px;
}

/* line 80, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .title {
  margin-top: 0;
}

/* line 84, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}

/* line 94, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .link:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 98, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .link:hover .arrow {
  border-color: #72c9f7;
}

/* line 102, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .link:hover .bottom {
  background-color: #f0eee4;
}

/* line 107, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -206px;
  margin-bottom: -65px;
}

/* line 115, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .text-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 430px;
          flex: 0 1 430px;
  margin-left: 206px;
  margin-bottom: 65px;
  color: #003f5c;
}

/* line 121, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .text-item > * {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 126, resources/assets/styles/blocks/about/_solutions.scss */

.block\(aboutSolutions\) .text-item .fz\(32\),
.block\(aboutSolutions\) .text-item .mobile-nav .mobile-sm a,
.mobile-nav .mobile-sm .block\(aboutSolutions\) .text-item a,
.block\(aboutSolutions\) .text-item .single-team_member .main .entry-summary,
.single-team_member .main .block\(aboutSolutions\) .text-item .entry-summary {
  margin-bottom: 10px;
  font-weight: 600;
}

/* line 2, resources/assets/styles/blocks/home/_counter.scss */

.block\(homeCounter\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1310px;
      flex-basis: 1310px;
}

/* line 7, resources/assets/styles/blocks/home/_counter.scss */

.block\(homeCounter\) .image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-30%) translateX(-50%);
       -o-transform: translateY(-30%) translateX(-50%);
          transform: translateY(-30%) translateX(-50%);
}

/* line 14, resources/assets/styles/blocks/home/_counter.scss */

.block\(homeCounter\) .item {
  color: #003f5c;
  margin-left: 40px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
}

/* line 22, resources/assets/styles/blocks/home/_counter.scss */

.block\(homeCounter\) .list {
  margin: 0 0 -40px -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% + 40px);
          flex: 0 0 calc(100% + 40px);
  padding-bottom: 145px;
  padding-top: 178px;
}

/* line 32, resources/assets/styles/blocks/home/_counter.scss */

.block\(homeCounter\) .subtitle {
  display: inline-block;
  max-width: 300px;
}

/* line 37, resources/assets/styles/blocks/home/_counter.scss */

.block\(homeCounter\) .title {
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 42, resources/assets/styles/blocks/home/_counter.scss */

.block\(homeCounter\) .value {
  letter-spacing: -5px;
  position: relative;
  margin-bottom: 20px;
}

/* line 48, resources/assets/styles/blocks/home/_counter.scss */

.block\(homeCounter\) h3 {
  margin: 0;
  position: relative;
  z-index: 100;
}

/* line 2, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #c2c0b7;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  width: 50px;
}

/* line 14, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .aspect {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 93.02326%;
  position: relative;
}

/* line 22, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f8f4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 40px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

/* line 31, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 1400px;
      flex-basis: 1400px;
}

/* line 38, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .footer-link {
  color: #003f5c;
  display: inline-block;
  margin: 50px 0;
  text-decoration: underline;
}

/* line 45, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .link {
  color: #003f5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 52, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -25px -25px;
  width: calc(100% + 25px);
}

/* line 60, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 430px;
          flex: 0 1 430px;
  margin-left: 25px;
  margin-bottom: 25px;
}

/* line 66, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .subtitle {
  line-height: normal;
}

/* line 70, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .text {
  margin-bottom: 31px;
}

/* line 74, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .title {
  margin-top: 0;
}

/* line 78, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}

/* line 88, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .link:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 92, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .link:hover .arrow {
  border-color: #72c9f7;
}

/* line 96, resources/assets/styles/blocks/home/_block-ctas.scss */

.block\(homeBlockCTAs\) .link:hover .bottom {
  background-color: #f0eee4;
}

/* line 1, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ecf9ff;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 10, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .container {
  color: #003f5c;
  position: relative;
  text-align: center;
  -ms-flex-preferred-size: 930px;
      flex-basis: 930px;
}

/* line 17, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .diorama,
.block\(homeDiorama\) .layer {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 26, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .bg-image {
  position: absolute;
  -webkit-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
}

/* line 31, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .bg-image.left {
  left: -8%;
  top: 40%;
}

/* line 36, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .bg-image.right {
  top: 10%;
  right: -8%;
}

/* line 41, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .layer-image {
  position: absolute;
  width: 400px;
  height: auto;
  border-radius: 50%;
}

@media all and (max-width: 1200px) {
  /* line 41, resources/assets/styles/blocks/home/_diorama.scss */

  .block\(homeDiorama\) .layer-image {
    width: 250px;
  }
}

@media all and (max-width: 600px) {
  /* line 41, resources/assets/styles/blocks/home/_diorama.scss */

  .block\(homeDiorama\) .layer-image {
    width: 75px;
  }
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-1 {
  -webkit-transform: scale(0.55);
       -o-transform: scale(0.55);
          transform: scale(0.55);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-2 {
  -webkit-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-3 {
  -webkit-transform: scale(0.65);
       -o-transform: scale(0.65);
          transform: scale(0.65);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-4 {
  -webkit-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-5 {
  -webkit-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-6 {
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-7 {
  -webkit-transform: scale(0.85);
       -o-transform: scale(0.85);
          transform: scale(0.85);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-8 {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-9 {
  -webkit-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 57, resources/assets/styles/blocks/home/_diorama.scss */

.block\(homeDiorama\) .depth-10 {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 1, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) {
  min-height: 90vh;
}

/* line 4, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) a {
  color: inherit;
}

/* line 8, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .bottom {
  width: 100%;
  max-width: 430px;
  padding: 0 15px;
}

/* line 14, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .col.left {
  background-color: #003f5c;
  color: #b4e9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 7;
      -ms-flex: 7 1 100px;
          flex: 7 1 100px;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 768px) {
  /* line 14, resources/assets/styles/blocks/home/_hero.scss */

  .block\(homeHero\) .col.left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 27, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .col.right {
  -webkit-box-flex: 9;
      -ms-flex: 9 1 100px;
          flex: 9 1 100px;
}

@media all and (max-width: 768px) {
  /* line 27, resources/assets/styles/blocks/home/_hero.scss */

  .block\(homeHero\) .col.right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 35, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

/* line 42, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10.26694vh 0 5.13347vh;
}

/* line 51, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 57, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .layer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

/* line 65, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .pattern {
  width: 80%;
  height: auto;
  left: 10%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 73, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .scene {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 81, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .text {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 430px;
  padding: 15px;
  position: relative;
  width: 100%;
  z-index: 100;
}

@media all and (max-width: 400px) {
  /* line 81, resources/assets/styles/blocks/home/_hero.scss */

  .block\(homeHero\) .text {
    padding-top: 40px;
  }
}

/* line 94, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .title {
  margin-top: 0;
}

/* line 98, resources/assets/styles/blocks/home/_hero.scss */

.block\(homeHero\) .fz\(32\),
.block\(homeHero\) .mobile-nav .mobile-sm a,
.mobile-nav .mobile-sm .block\(homeHero\) a,
.block\(homeHero\) .single-team_member .main .entry-summary,
.single-team_member .main .block\(homeHero\) .entry-summary {
  color: #b4e9ff;
}

/* line 1, resources/assets/styles/blocks/home/_horizontal-cta.scss */

.block\(homeHorizontalCTA\) {
  background-color: #b4e9ff;
  color: #003f5c;
}

/* line 5, resources/assets/styles/blocks/home/_horizontal-cta.scss */

.block\(homeHorizontalCTA\) .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 54px 15px;
}

/* line 13, resources/assets/styles/blocks/home/_horizontal-cta.scss */

.block\(homeHorizontalCTA\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
}

/* line 19, resources/assets/styles/blocks/home/_horizontal-cta.scss */

.block\(homeHorizontalCTA\) .inner > * {
  margin-left: 40px;
  margin-bottom: 20px;
}

/* line 25, resources/assets/styles/blocks/home/_horizontal-cta.scss */

.block\(homeHorizontalCTA\) h2 {
  margin: 0;
}

/* line 1, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003f5c;
  color: #f9f8f4;
  min-height: 90vh;
  position: relative;
}

/* line 8, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .alt-color {
  color: #eed5c8;
}

/* line 12, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 900px;
      flex-basis: 900px;
  -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;
}

/* line 20, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .control::before {
  content: "\B7";
}

/* line 24, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .control:first-of-type::before {
  content: "";
}

/* line 28, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .controls {
  color: #b4e9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
}

/* line 34, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 40, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% + 40px);
          flex: 0 0 calc(100% + 40px);
}

/* line 44, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .inner > * {
  margin-left: 40px;
}

/* line 49, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 60, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .tns-inner {
  height: 100%;
}

/* line 64, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .tns-item {
  height: 100%;
}

/* line 68, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .tns-outer {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 74, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .tns-slider {
  height: 100%;
}

/* line 78, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) .title {
  margin: 0 0 50px 0;
  text-align: center;
}

/* line 83, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  padding: 10px 20px;
}

/* line 92, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) button:hover {
  color: #f8e0d3;
}

/* line 96, resources/assets/styles/blocks/home/_location-slider.scss */

.block\(homeLocationSlider\) button:focus {
  outline: none;
}

/* line 1, resources/assets/styles/blocks/home/_logo-wall.scss */

.block\(homeLogoWall\) {
  background-color: #f9f8f4;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}

/* line 7, resources/assets/styles/blocks/home/_logo-wall.scss */

.block\(homeLogoWall\) .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003f5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1310px;
      flex-basis: 1310px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

/* line 16, resources/assets/styles/blocks/home/_logo-wall.scss */

.block\(homeLogoWall\) .list {
  -webkit-animation: scrollUp 25s linear 0s infinite normal none;
       -o-animation: scrollUp 25s linear 0s infinite normal none;
          animation: scrollUp 25s linear 0s infinite normal none;
  display: grid;
  grid-template-columns: repeat(auto-fill, 118px);
  gap: 118px;
  margin: -118px 0 0 -70px;
  width: calc(100% + 140px);
  position: relative;
}

@media all and (max-width: 1024px) {
  /* line 16, resources/assets/styles/blocks/home/_logo-wall.scss */

  .block\(homeLogoWall\) .list {
    -webkit-animation-duration: 45s;
         -o-animation-duration: 45s;
            animation-duration: 45s;
  }
}

@media all and (max-width: 425px) {
  /* line 16, resources/assets/styles/blocks/home/_logo-wall.scss */

  .block\(homeLogoWall\) .list {
    -webkit-animation-duration: 75s;
         -o-animation-duration: 75s;
            animation-duration: 75s;
  }
}

/* line 34, resources/assets/styles/blocks/home/_logo-wall.scss */

.block\(homeLogoWall\) .list::after {
  background-color: #f9f8f4;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 140px);
  height: 118px;
  z-index: 10;
}

/* line 46, resources/assets/styles/blocks/home/_logo-wall.scss */

.block\(homeLogoWall\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 118px;
          flex: 0 0 118px;
  height: 118px;
}

/* line 51, resources/assets/styles/blocks/home/_logo-wall.scss */

.block\(homeLogoWall\) .wall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 59, resources/assets/styles/blocks/home/_logo-wall.scss */

.block\(homeLogoWall\) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes scrollUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(calc(-100% + 118px));
            transform: translateY(calc(-100% + 118px));
  }
}

@-o-keyframes scrollUp {
  from {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  to {
    -o-transform: translateY(calc(-100% + 118px));
       transform: translateY(calc(-100% + 118px));
  }
}

@keyframes scrollUp {
  from {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(calc(-100% + 118px));
         -o-transform: translateY(calc(-100% + 118px));
            transform: translateY(calc(-100% + 118px));
  }
}

/* line 1, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) {
  display: block;
  background-color: #f9f8f4;
  color: #003f5c;
  padding: 100px 0;
  text-align: center;
}

/* line 8, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 13, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .author-image {
  width: 60px;
  height: auto;
}

/* line 18, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .author-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}

/* line 24, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .company-image {
  width: 134px;
  height: auto;
  margin-bottom: 27px;
}

/* line 30, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .container {
  -ms-flex-preferred-size: 730px;
      flex-basis: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 36, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 43, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .quote {
  margin-top: 0;
  margin-bottom: 27px;
  line-height: 1.5;
  text-align: center;
}

/* line 50, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .quote-mark {
  color: #eed5c8;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: -20px;
  text-align: center;
}

/* line 58, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .tns-inner {
  margin-bottom: 56px !important;
}

/* line 62, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .tns-outer {
  display: inline-block;
  width: 100%;
  max-width: 730px;
  padding: 0 15px !important;
}

/* line 69, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .tns-nav {
  text-align: center;
}

/* line 73, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .tns-nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #eed5c8;
  border: none;
  border-radius: 16px;
  display: inline-block;
  margin: 0 8px;
  width: 32px;
  height: 32px;
}

/* line 83, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .tns-nav button:focus {
  outline: none;
}

/* line 87, resources/assets/styles/blocks/home/_quote-slider.scss */

.block\(homeQuoteSlider\) .tns-nav button.tns-nav-active {
  background-color: #003f5c;
}

/* line 1, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) {
  color: #f9f8f4;
  min-height: 90vh;
}

/* line 5, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .btn-arrow {
  color: #ddf0dd;
}

/* line 9, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .btn-flat,
.block\(homeServicesList\) input[type="submit"] {
  color: #003f5c;
  margin-bottom: 20px;
}

/* line 14, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .col.left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003f5c;
  -webkit-box-flex: 9;
      -ms-flex: 9 1 240px;
          flex: 9 1 240px;
  overflow: hidden;
  position: relative;
}

/* line 24, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .col.right {
  -webkit-box-flex: 7;
      -ms-flex: 7 1 240px;
          flex: 7 1 240px;
}

/* line 28, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

/* line 35, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 41, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .inner {
  padding: 30px 15px;
  position: relative;
}

/* line 46, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .list {
  max-width: 520px;
}

/* line 50, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

/* line 56, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .layer,
.block\(homeServicesList\) .scene {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 65, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .text {
  margin-left: 20px;
}

/* line 69, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) h3 {
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

/* line 75, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .layer img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-60%);
       -o-transform: translateX(-60%);
          transform: translateX(-60%);
}

/* line 82, resources/assets/styles/blocks/home/_services-list.scss */

.block\(homeServicesList\) .layer + .layer img {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(60%);
       -o-transform: translateX(60%);
          transform: translateX(60%);
}

/* line 1, resources/assets/styles/blocks/home/_specialties-list.scss */

.block\(homeSpecialtiesList\) {
  background-color: rgba(238, 213, 200, 0.2);
  padding: 100px 0;
}

/* line 5, resources/assets/styles/blocks/home/_specialties-list.scss */

.block\(homeSpecialtiesList\) .center {
  color: #003f5c;
}

/* line 9, resources/assets/styles/blocks/home/_specialties-list.scss */

.block\(homeSpecialtiesList\) .container {
  -ms-flex-preferred-size: 1070px;
      flex-basis: 1070px;
}

/* line 13, resources/assets/styles/blocks/home/_specialties-list.scss */

.block\(homeSpecialtiesList\) .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 17, resources/assets/styles/blocks/home/_specialties-list.scss */

.block\(homeSpecialtiesList\) .title {
  color: #c2c0b7;
  font-weight: 300;
  margin: 0;
}

/* line 22, resources/assets/styles/blocks/home/_specialties-list.scss */

.block\(homeSpecialtiesList\) .title::first-line {
  color: #003f5c;
  font-weight: 600;
}

/* line 28, resources/assets/styles/blocks/home/_specialties-list.scss */

.block\(homeSpecialtiesList\) h3 {
  margin-top: 0;
}

/* line 1, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) {
  color: #003f5c;
  padding-top: 11.29363vh;
}

/* line 5, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .alt-color {
  font-family: stratos-light, sans-serif;
  font-weight: 300;
  color: #72c9f7;
}

/* line 11, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .block-title {
  font-weight: 600;
  margin-bottom: 52px;
  margin-top: 0;
}

/* line 17, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1300px;
      flex-basis: 1300px;
}

/* line 22, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

/* line 26, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% + 40px);
          flex: 0 0 calc(100% + 40px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}

/* line 33, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .inner > * {
  margin-left: 40px;
  margin-bottom: 40px;
}

/* line 39, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
}

/* line 43, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .list.small {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  margin: 0;
}

/* line 50, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .list.large {
  margin-top: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 56, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .list.large .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  margin-bottom: 43px;
}

/* line 63, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 720px;
          flex: 1 1 720px;
}

/* line 67, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .text {
  margin-left: 2.08333vw;
}

/* line 71, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) .title {
  margin: 0;
}

/* line 75, resources/assets/styles/blocks/home/_title-and-lists.scss */

.block\(homeTitleAndLists\) img {
  width: 100%;
  height: auto;
}

/* line 87, stdin */

.four-column .btn-flat,
.four-column input[type="submit"] {
  margin-bottom: 36px;
}

/* line 91, stdin */

.four-column .center {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
  text-align: left;
}

/* line 96, stdin */

.four-column .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 100, stdin */

.four-column .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% + 40px);
          flex: 0 0 calc(100% + 40px);
  margin-left: -40px;
  margin-bottom: -20px;
}

/* line 107, stdin */

.four-column .inner > * {
  margin-left: 40px;
  margin-bottom: 20px;
}

/* line 113, stdin */

.four-column .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  padding-right: 20px;
}

/* line 118, stdin */

.four-column .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 160px;
          flex: 0 1 160px;
}

/* line 123, stdin */

.four-column .spacer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 160px;
          flex: 0 1 160px;
}


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