/*! 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;
}
/**
 * These functions require unitless px values.
 */

/** Colors */

/** Box Model  */

/** 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: basic-sans, 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: basic-sans, 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,
.btn-gold,
.search-results .nav-previous a,
.search-results .nav-next a {
  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,
.disabled.btn-gold,
.search-results .nav-previous a.disabled,
.search-results .nav-next a.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn-gold:disabled,
.search-results .nav-previous a:disabled,
.search-results .nav-next a:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
.btn-gold[disabled],
.search-results .nav-previous a[disabled],
.search-results .nav-next a[disabled] {
  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,
.disabled.btn-gold:hover,
.search-results .nav-previous a.disabled:hover,
.search-results .nav-next a.disabled:hover,
.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,
.btn-gold:disabled:hover,
.search-results .nav-previous a:disabled:hover,
.search-results .nav-next a:disabled:hover,
.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,
.btn-gold[disabled]:hover,
.search-results .nav-previous a[disabled]:hover,
.search-results .nav-next a[disabled]:hover {
  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,
.btn-gold,
.search-results .nav-previous a,
.search-results .nav-next a {
  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,
.btn-gold i,
.search-results .nav-previous a i,
.search-results .nav-next a 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,
.btn-gold,
.search-results .nav-previous a,
.search-results .nav-next a {
  -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,
.btn-gold:focus,
.search-results .nav-previous a:focus,
.search-results .nav-next a:focus,
.btn-flat:hover,
.btn-gold:hover,
.search-results .nav-previous a:hover,
.search-results .nav-next a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.btn-flat:focus,
.btn-gold:focus,
.search-results .nav-previous a:focus,
.search-results .nav-next a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

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

.btn-flat.disabled,
.disabled.btn-gold,
.search-results .nav-previous a.disabled,
.search-results .nav-next a.disabled,
.btn-flat.btn-flat[disabled],
.btn-gold[disabled],
.search-results .nav-previous a[disabled],
.search-results .nav-next a[disabled] {
  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;
}

/** Import theme styles */

/* line 1, 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%;
}

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

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

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

.main {
  padding-top: 205px;
}

/* line 1, resources/assets/styles/common/_typography.scss */

h1,
h2,
h3,
p {
  margin: 0;
}

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

.fz\(80\) {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

@media all and (max-width: 400px) {
  /* line 9, resources/assets/styles/common/_typography.scss */

  .fz\(80\) {
    font-size: 3.75rem;
  }
}

/* line 19, resources/assets/styles/common/_typography.scss */

.fz\(64\) {
  font-size: 4rem;
  line-height: 0.5;
}

/* line 24, resources/assets/styles/common/_typography.scss */

.fz\(60\) {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.9px;
}

/* line 31, resources/assets/styles/common/_typography.scss */

.fz\(50\) {
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: -0.75px;
}

/* line 37, resources/assets/styles/common/_typography.scss */

.fz\(40\) {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 0.8;
}

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

.fz\(32\) {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

/* line 49, resources/assets/styles/common/_typography.scss */

.fz\(24\) {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.36px;
}

/* line 56, resources/assets/styles/common/_typography.scss */

.fz\(20\) {
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 61, resources/assets/styles/common/_typography.scss */

.fz\(14\) {
  font-size: 0.875rem;
  line-height: 1.29;
}

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

.ta\(l\) {
  text-align: left;
}

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

.ta\(c\) {
  text-align: center;
}

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 79, resources/assets/styles/common/_typography.scss */

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

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(black\) {
  background-color: #000;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(black\) {
  color: #000;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(bright-blue\) {
  background-color: #5060cd;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(bright-blue\) {
  color: #5060cd;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(gold\) {
  background-color: #dba743;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(gold\) {
  color: #dba743;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(goldenrod\) {
  background-color: #f7dca5;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(goldenrod\) {
  color: #f7dca5;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(jeans\) {
  background-color: #111261;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(jeans\) {
  color: #111261;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(light-teal\) {
  background-color: #f3feff;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(light-teal\) {
  color: #f3feff;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(marble\) {
  background-color: #e8f6f7;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(marble\) {
  color: #e8f6f7;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(soft-beige\) {
  background-color: #fff8f3;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(soft-beige\) {
  color: #fff8f3;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(soft-orange\) {
  background-color: #ffecdd;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(soft-orange\) {
  color: #ffecdd;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(tealy\) {
  background-color: #5cc6c5;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(tealy\) {
  color: #5cc6c5;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(velvet\) {
  background-color: #2e3284;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(velvet\) {
  color: #2e3284;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(violet\) {
  background-color: #5a5ea9;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(violet\) {
  color: #5a5ea9;
}

/* line 103, resources/assets/styles/common/_typography.scss */

.bg\(white\) {
  background-color: #fff;
}

/* line 107, resources/assets/styles/common/_typography.scss */

.c\(white\) {
  color: #fff;
}

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

.btn-flat,
.btn-gold,
.search-results .nav-previous a,
.search-results .nav-next a {
  text-transform: none;
  color: #fff;
  background-color: #5060cd;
  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;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 54px;
  min-width: 150px;
  border-radius: 8px;
  border: solid 2px transparent;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
}

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

.btn-flat:hover,
.btn-gold:hover,
.search-results .nav-previous a:hover,
.search-results .nav-next a:hover {
  color: #5060cd;
  background-color: #fff;
  border: solid 2px #5060cd;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
}

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

.btn-gold {
  background-color: #dba743;
  border: solid 2px transparent;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease;
  -o-transition: background-color 0.2s ease, border 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease;
}

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

.btn-gold:hover {
  color: #fff;
  background-color: transparent;
  border: solid 2px #dba743;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease;
  -o-transition: background-color 0.2s ease, border 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease;
}

/** Search form */

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

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  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;
  z-index: 10000;
}

/* line 14, resources/assets/styles/components/_modal.scss */

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 80vw;
  height: 100%;
  width: 60%;
  border-radius: 10px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 800px) {
  /* line 14, resources/assets/styles/components/_modal.scss */

  .modal__container {
    width: 80%;
  }
}

@supports (display: flex) {
  /* line 30, resources/assets/styles/components/_modal.scss */

  .modal__container {
    height: initial;
    max-height: 80vh;
  }
}

/* line 36, resources/assets/styles/components/_modal.scss */

.modal__header {
  position: relative;
  display: block;
  height: 30px;
  padding-bottom: 0 !important;
  margin-bottom: 20px;
}

@supports (display: flex) {
  /* line 45, resources/assets/styles/components/_modal.scss */

  .modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: initial;
    margin-bottom: 0;
  }
}

/* line 54, resources/assets/styles/components/_modal.scss */

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

@supports (display: flex) {
  /* line 66, resources/assets/styles/components/_modal.scss */

  .modal__close {
    position: static;
  }
}

/* line 71, resources/assets/styles/components/_modal.scss */

.modal__header .modal__close::before {
  content: "\2715";
  color: #000;
  font-size: 20px;
}

/* line 77, resources/assets/styles/components/_modal.scss */

.modal__content {
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
}

/* line 83, resources/assets/styles/components/_modal.scss */

.modal__content h2 {
  padding-bottom: 18px;
  border-bottom: solid 2px #5cc6c5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 35px;
}

/* line 91, resources/assets/styles/components/_modal.scss */

.modal__content div.fz\(24\) {
  max-width: 85%;
  margin: 0 auto 50px;
  line-height: 1.5;
}

/* line 97, resources/assets/styles/components/_modal.scss */

.modal__content .link-list {
  max-width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 105, resources/assets/styles/components/_modal.scss */

.modal__content .ll-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
  margin-bottom: 50px;
}

/* line 110, resources/assets/styles/components/_modal.scss */

.modal__content .btn-flat,
.modal__content .btn-gold,
.modal__content .search-results .nav-previous a,
.search-results .nav-previous .modal__content a,
.modal__content .search-results .nav-next a,
.search-results .nav-next .modal__content a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@supports (display: flex) {
  /* line 117, resources/assets/styles/components/_modal.scss */

  .modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}

/**************************
  Demo Animation Style
**************************/

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes mmslideIn {
  from {
    -o-transform: translateY(15%);
       transform: translateY(15%);
  }

  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
         -o-transform: translateY(15%);
            transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@-o-keyframes mmslideOut {
  from {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  to {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

/* line 148, resources/assets/styles/components/_modal.scss */

.micromodal-slide {
  display: none;
}

/* line 152, resources/assets/styles/components/_modal.scss */

.micromodal-slide.is-open {
  display: block;
}

/* line 156, resources/assets/styles/components/_modal.scss */

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 160, resources/assets/styles/components/_modal.scss */

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 164, resources/assets/styles/components/_modal.scss */

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 168, resources/assets/styles/components/_modal.scss */

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 172, resources/assets/styles/components/_modal.scss */

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

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

.banner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
  /* .mobile-logo {
    max-width: 165px;
    margin-bottom: vh(85);
  } */
  /* .line {
    height: 2px;
    width: 82px;
    margin: 0 auto;
  }

  p.fz\(30\) {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.07;
    max-width: 356px;
    margin: 30px auto 0;
  } */
}

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

.banner .header-top,
.banner .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.banner .header-top .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1480px;
          flex: 0 1 1480px;
  margin: 0 auto;
  padding: 16.25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.banner .header-top .container .head-top-right,
.banner .header-top .container .ann,
.banner .header-top .container .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

  .banner .header-top .container .ann {
    display: none;
  }
}

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

.banner .header-top .container .phone p,
.banner .header-top .container .phone a,
.banner .header-top .container .ann a {
  color: #2e3284;
}

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

.banner .header-top .container i {
  display: block;
  font-size: 15px;
  margin-right: 8px;
}

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

.banner .header-top .container #searchform {
  margin-left: 40px;
}

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

.banner .header-top .container #searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.banner .header-top .container input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}

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

.banner .header-top .container input[type="text"] {
  border-bottom: solid 1px #2e3284;
  border-radius: none;
  width: 150px;
}

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

.banner .header-top .container input[type="submit"] {
  color: #2e3284;
}

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

.banner .header-main .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1480px;
          flex: 0 1 1480px;
  margin: 0 auto;
  padding: 10.745px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.banner .brand img {
  max-width: 300px;
}

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

  .banner .brand img {
    max-width: 200px;
  }
}

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

.banner .nav {
  margin: 0 0 0 -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

  .banner .nav {
    display: none;
  }
}

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

.banner .mobile {
  background-color: #2e3284;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
  padding: 0 0 30px;
  pointer-events: none;
  z-index: 9001;
  width: 100%;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
}

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

.banner .mobile.nav-active {
  pointer-events: all;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  z-index: 9001;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
}

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

.banner .mobile-top {
  padding: 15.40041vh 2.60417vw 30px;
}

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

.banner .mobile-bottom {
  padding: 43px 2.60417vw;
}

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

.banner .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
}

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

.banner .socials > * {
  margin-left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
}

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

.banner .social-link:hover i {
  color: #dba743;
}

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

.banner .menu-btn {
  display: none;
}

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

  .banner .menu-btn {
    height: 44px;
    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: 0 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 9001;
  }
}

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

.banner .bar {
  background-color: #2e3284;
  width: 25px;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.banner .close-btn {
  position: absolute;
  top: 70px;
  right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  height: 24px;
}

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

.banner .close-btn i {
  font-size: 24px;
}

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

.banner .menu-item {
  margin-left: 16px;
}

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

.banner .menu-item a {
  font-size: 18px;
  color: #2e3284;
  -webkit-transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  -o-transition: text-decoration 0.2s ease, color 0.2s ease;
  transition: text-decoration 0.2s ease, color 0.2s ease;
  transition: text-decoration 0.2s ease, color 0.2s ease, -webkit-text-decoration 0.2s ease;
}

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

.banner .menu-item a:hover {
  color: #dba743;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  -o-transition: text-decoration 0.2s ease, color 0.2s ease;
  transition: text-decoration 0.2s ease, color 0.2s ease;
  transition: text-decoration 0.2s ease, color 0.2s ease, -webkit-text-decoration 0.2s ease;
}

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

.banner .mobile-nav,
.banner .mobile-nav-2 {
  margin: 0;
}

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

.banner .mobile-nav .menu-item,
.banner .mobile-nav-2 .menu-item {
  margin-bottom: 25px;
}

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

.banner .mobile-nav .menu-item a,
.banner .mobile-nav-2 .menu-item a {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

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

.banner .mobile-nav .menu-item a:hover,
.banner .mobile-nav-2 .menu-item a:hover {
  color: #dba743;
  font-weight: bold;
}

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

.headroom--top {
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

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

.headroom--top .brand img {
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

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

.headroom--not-top {
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

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

.headroom--unpinned.headroom--not-top .brand img,
.headroom--pinned.headroom--not-top .brand img {
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 89px;
}

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

body.admin-bar .banner {
  top: 32px;
}

/* line 2, resources/assets/styles/layouts/_footer.scss */

.content-info .footer-top {
  background-size: 100% auto, cover;
  background-position: center bottom, center;
  background-repeat: no-repeat;
  min-height: 590px;
  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;
}

@media all and (max-width: 450px) {
  /* line 2, resources/assets/styles/layouts/_footer.scss */

  .content-info .footer-top {
    min-height: 400px;
  }
}

/* line 16, resources/assets/styles/layouts/_footer.scss */

.content-info .footer-top .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 846px;
          flex: 0 1 846px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  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;
}

/* line 26, resources/assets/styles/layouts/_footer.scss */

.content-info h2 {
  margin-bottom: 22px;
}

@media all and (max-width: 450px) {
  /* line 26, resources/assets/styles/layouts/_footer.scss */

  .content-info h2 {
    font-size: 2.75rem;
  }
}

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

.content-info .btn-flat,
.content-info .btn-gold,
.content-info .search-results .nav-previous a,
.search-results .nav-previous .content-info a,
.content-info .search-results .nav-next a,
.search-results .nav-next .content-info a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 37, resources/assets/styles/layouts/_footer.scss */

.content-info .btn-flat:hover,
.content-info .btn-gold:hover,
.content-info .search-results .nav-previous a:hover,
.search-results .nav-previous .content-info a:hover,
.content-info .search-results .nav-next a:hover,
.search-results .nav-next .content-info a:hover {
  color: #fff;
}

/* line 42, resources/assets/styles/layouts/_footer.scss */

.content-info .footer-main {
  min-height: 544px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 86px;
  padding-bottom: 114px;
}

/* line 50, resources/assets/styles/layouts/_footer.scss */

.content-info .footer-main .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1480px;
          flex: 0 1 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 59, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin-bottom: 80px;
}

/* line 66, resources/assets/styles/layouts/_footer.scss */

.content-info .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 154px;
          flex: 0 1 154px;
  margin-bottom: 20px;
}

/* line 71, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

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

.content-info .foot-nav a:hover {
  color: #f7dca5;
}

/* line 81, resources/assets/styles/layouts/_footer.scss */

.content-info .contact-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 275px;
          flex: 0 1 275px;
  margin-bottom: 20px;
}

/* line 85, resources/assets/styles/layouts/_footer.scss */

.content-info .contact-col a {
  color: #fff;
  text-decoration: underline;
}

/* line 89, resources/assets/styles/layouts/_footer.scss */

.content-info .contact-col a:hover {
  color: #f7dca5;
}

/* line 95, resources/assets/styles/layouts/_footer.scss */

.content-info .last-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 203px;
          flex: 0 1 203px;
  margin-bottom: 20px;
}

/* line 100, resources/assets/styles/layouts/_footer.scss */

.content-info .footer-logo {
  max-width: 181.4px;
  margin-bottom: 20px;
}

/* line 105, resources/assets/styles/layouts/_footer.scss */

.content-info .socials {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

/* line 110, resources/assets/styles/layouts/_footer.scss */

.content-info .socials > * {
  margin-left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
}

/* line 121, resources/assets/styles/layouts/_footer.scss */

.content-info .social-link:hover i {
  color: #dba743;
}

/* line 125, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-main-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -54px;
}

/* line 130, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-main-bottom > * {
  margin-left: 54px;
}

/* line 135, resources/assets/styles/layouts/_footer.scss */

.content-info .privacy {
  text-decoration: underline;
}

/* line 138, resources/assets/styles/layouts/_footer.scss */

.content-info .privacy:hover {
  color: #f7dca5;
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

.page-header {
  min-height: 200px;
  padding: 8.21355vh 15px;
}

/* line 7, resources/assets/styles/layouts/_pages.scss */

#popup .modal__content {
  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;
}

@media all and (max-width: 500px) {
  /* line 13, resources/assets/styles/layouts/_pages.scss */

  #popup h2 {
    font-size: 2.5rem;
    padding-bottom: 6px;
  }
}

/* line 20, resources/assets/styles/layouts/_pages.scss */

#popup .image {
  width: 80%;
  margin-bottom: 30px;
}

/* line 24, resources/assets/styles/layouts/_pages.scss */

#popup .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

/* line 33, resources/assets/styles/layouts/_pages.scss */

#popup .v-c-c {
  margin-bottom: 30px;
  max-width: 100%;
}

/* line 39, resources/assets/styles/layouts/_pages.scss */

.block\(login\) {
  min-height: 100vh;
  padding-top: 19.50719vh;
}

/* line 43, resources/assets/styles/layouts/_pages.scss */

.block\(login\) h1 {
  margin-bottom: 15px;
  font-weight: 600;
}

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

.block\(login\) p.fz\(20\) {
  margin-bottom: 33px;
}

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

.block\(login\) .pass-label {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

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

.block\(login\) .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.block\(login\) input[type="password"] {
  width: 100%;
  height: 50px;
  border: solid 1px #5060cd;
  margin-bottom: 30px;
  border-radius: 8px;
}

/* line 71, resources/assets/styles/layouts/_pages.scss */

.block\(login\) input[type="submit"] {
  width: 100%;
  height: 54px;
  background-color: #e8f6f7;
  color: #5060cd;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
}

/* line 83, resources/assets/styles/layouts/_pages.scss */

.block\(login\) .inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 577px;
          flex: 0 1 577px;
  padding: 20px;
}

/* line 90, resources/assets/styles/layouts/_pages.scss */

.archive-resources .main {
  padding-bottom: 120px;
}

/* line 94, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container {
  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;
}

/* line 99, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container .filter-search {
  margin-bottom: 60px;
}

/* line 103, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container input[type="text"] {
  width: 600px;
  height: 76px;
  border: solid 1px #7e8ad5;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMi40NDEgNy41MzhBOC40NjUgOC40NjUgMCAwIDAgOS40NyA5LjQ3YTguNTYzIDguNTYzIDAgMCAwLTIuMzI2IDcuNzU0LjYzNC42MzQgMCAwIDAgMS4yNDItLjI1IDcuMjk2IDcuMjk2IDAgMCAxIDEuOTc5LTYuNjA3IDcuMiA3LjIgMCAwIDEgMi41MjYtMS42NDMuNjMzLjYzMyAwIDEgMC0uNDQ5LTEuMTg1em0yLjk5OS0uNTY3Yy0uMDcyIDAtLjE1NS4wMDQtLjIyNy4wMTZhLjY0My42NDMgMCAwIDAtLjUzLjczMi42MjYuNjI2IDAgMCAwIC43Mi41MmwuMDM3LS4wMDFhLjYzMy42MzMgMCAwIDAgMC0xLjI2N3oiIGZpbGw9IiMyRTMyODQiLz4KICAgIDxwYXRoIGQ9Ik0yNS44OTYgMjAuOTkzYTExLjY2NyAxMS42NjcgMCAwIDAgMS4zNTUtNS40NzFjMC0zLjEzLTEuMjIyLTYuMDc0LTMuNDMyLTguMjktNC41NzMtNC41NzQtMTIuMDE1LTQuNTc0LTE2LjU4NyAwLTQuNTczIDQuNTcyLTQuNTczIDEyLjAxMyAwIDE2LjU4NmExMS42ODUgMTEuNjg1IDAgMCAwIDguMjkgMy40MjZjMS44ODcgMCAzLjc2OC0uNDUgNS40NzgtMS4zNDlsNS4yNTcgNS4yNTcgNC44OTYtNC45MDItNS4yNTctNS4yNTd6TTguMTMxIDIyLjkyYy00LjA3OS00LjA3OS00LjA3OS0xMC43MSAwLTE0Ljc4OWExMC40MTUgMTAuNDE1IDAgMCAxIDcuMzkxLTMuMDU5YzIuNjggMCA1LjM1OCAxLjAyIDcuMzk3IDMuMDZhMTAuMzcgMTAuMzcgMCAwIDEgMy4wNjYgNy4zOWMwIDIuOC0xLjA5IDUuNDI4LTMuMDY2IDcuMzk4LTQuMDc4IDQuMDc4LTEwLjcxIDQuMDc4LTE0Ljc4OCAwem0yNS4wNTUgNS4zNjQtMS4xNC0xLjE0LTQuODk2IDQuOTAyIDEuMTQgMS4xNGEzLjQ1NCAzLjQ1NCAwIDAgMCAyLjQ0NSAxLjAxNCAzLjQ4IDMuNDggMCAwIDAgMi40NS0xLjAxNCAzLjQ3NSAzLjQ3NSAwIDAgMCAwLTQuOTAyeiIgZmlsbD0iIzJFMzI4NCIvPgo8L3N2Zz4K);
  background-position: center left 50px;
  background-size: 38px;
  background-repeat: no-repeat;
  margin-right: 45px;
  padding-left: 100px;
  margin-bottom: 20px;
}

@media all and (max-width: 675px) {
  /* line 103, resources/assets/styles/layouts/_pages.scss */

  .archive-resources .block\(resourceList\) .container input[type="text"] {
    width: 100%;
  }
}

/* line 121, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container input[type="text"]::-webkit-input-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.archive-resources .block\(resourceList\) .container input[type="text"]::-moz-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.archive-resources .block\(resourceList\) .container input[type="text"]::-ms-input-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.archive-resources .block\(resourceList\) .container input[type="text"]::placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

/* line 127, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container input[type="submit"] {
  width: 150px;
  height: 54px;
  background-color: #5060cd;
  color: #fff;
  border-radius: 8px;
  border: solid 2px transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 136, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container input[type="submit"]:hover {
  background-color: transparent;
  color: #5060cd;
  border: solid 2px #5060cd;
}

/* line 143, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container .file-list {
  padding-top: 41px;
  margin-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 150, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container .list-item {
  margin-bottom: 30px;
  margin-left: -5px;
}

/* line 154, resources/assets/styles/layouts/_pages.scss */

.archive-resources .block\(resourceList\) .container .list-item > * {
  margin-left: 5px;
}

/* line 162, resources/assets/styles/layouts/_pages.scss */

.governance .block\(altHero\) .btn-flat,
.governance .block\(altHero\) .btn-gold,
.governance .block\(altHero\) .search-results .nav-previous a,
.search-results .nav-previous .governance .block\(altHero\) a,
.governance .block\(altHero\) .search-results .nav-next a,
.search-results .nav-next .governance .block\(altHero\) a {
  background-color: #5060cd;
}

/* line 166, resources/assets/styles/layouts/_pages.scss */

.governance .block\(altHero\) .btn-flat:hover,
.governance .block\(altHero\) .btn-gold:hover,
.governance .block\(altHero\) .search-results .nav-previous a:hover,
.search-results .nav-previous .governance .block\(altHero\) a:hover,
.governance .block\(altHero\) .search-results .nav-next a:hover,
.search-results .nav-next .governance .block\(altHero\) a:hover {
  background-color: transparent;
  border: solid 2px #5060cd;
  color: #5060cd;
}

/* line 174, resources/assets/styles/layouts/_pages.scss */

.search-results .art-wrapper {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 181, resources/assets/styles/layouts/_pages.scss */

.search-results .art-container {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1228px;
          flex: 0 1 1228px;
  margin: 0 auto 77px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 192, resources/assets/styles/layouts/_pages.scss */

.search-results article {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 525px;
          flex: 0 1 525px;
  margin-bottom: 30px;
}

/* line 197, resources/assets/styles/layouts/_pages.scss */

.search-results .entry-title {
  margin-bottom: 6px;
}

/* line 201, resources/assets/styles/layouts/_pages.scss */

.search-results .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-bottom: 30px;
}

/* line 207, resources/assets/styles/layouts/_pages.scss */

.search-results .list-item > * {
  margin-left: 5px;
}

/* line 212, resources/assets/styles/layouts/_pages.scss */

.search-results .entry-summary p {
  color: #2e3284;
}

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

.search-results .main {
  padding-bottom: 107px;
}

/* line 219, resources/assets/styles/layouts/_pages.scss */

.search-results .main a:hover {
  color: #dba743;
}

/* line 223, resources/assets/styles/layouts/_pages.scss */

.search-results .main .btn-flat,
.search-results .main .btn-gold,
.search-results .main .nav-previous a,
.search-results .nav-previous .main a,
.search-results .main .nav-next a,
.search-results .nav-next .main a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/* line 229, resources/assets/styles/layouts/_pages.scss */

.search-results .posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 234, resources/assets/styles/layouts/_pages.scss */

.search-results .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
}

/* line 240, resources/assets/styles/layouts/_pages.scss */

.search-results .nav-links > * {
  margin-left: 30px;
}

/* line 253, resources/assets/styles/layouts/_pages.scss */

.search-no-results .main,
.error404 .main {
  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;
  padding-bottom: 120px;
}

/* line 260, resources/assets/styles/layouts/_pages.scss */

.search-no-results .alert-warning,
.error404 .alert-warning {
  font-size: 20px;
  color: #2e3284;
  margin-bottom: 15px;
}

/* line 266, resources/assets/styles/layouts/_pages.scss */

.search-no-results .search-form,
.error404 .search-form {
  height: 76px;
  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;
}

/* line 273, resources/assets/styles/layouts/_pages.scss */

.search-no-results .search-form label,
.error404 .search-form label {
  height: 76px;
}

/* line 277, resources/assets/styles/layouts/_pages.scss */

.search-no-results .search-form input[type="search"],
.error404 .search-form input[type="search"] {
  width: 600px;
  height: 76px;
  border: solid 1px #7e8ad5;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMi40NDEgNy41MzhBOC40NjUgOC40NjUgMCAwIDAgOS40NyA5LjQ3YTguNTYzIDguNTYzIDAgMCAwLTIuMzI2IDcuNzU0LjYzNC42MzQgMCAwIDAgMS4yNDItLjI1IDcuMjk2IDcuMjk2IDAgMCAxIDEuOTc5LTYuNjA3IDcuMiA3LjIgMCAwIDEgMi41MjYtMS42NDMuNjMzLjYzMyAwIDEgMC0uNDQ5LTEuMTg1em0yLjk5OS0uNTY3Yy0uMDcyIDAtLjE1NS4wMDQtLjIyNy4wMTZhLjY0My42NDMgMCAwIDAtLjUzLjczMi42MjYuNjI2IDAgMCAwIC43Mi41MmwuMDM3LS4wMDFhLjYzMy42MzMgMCAwIDAgMC0xLjI2N3oiIGZpbGw9IiMyRTMyODQiLz4KICAgIDxwYXRoIGQ9Ik0yNS44OTYgMjAuOTkzYTExLjY2NyAxMS42NjcgMCAwIDAgMS4zNTUtNS40NzFjMC0zLjEzLTEuMjIyLTYuMDc0LTMuNDMyLTguMjktNC41NzMtNC41NzQtMTIuMDE1LTQuNTc0LTE2LjU4NyAwLTQuNTczIDQuNTcyLTQuNTczIDEyLjAxMyAwIDE2LjU4NmExMS42ODUgMTEuNjg1IDAgMCAwIDguMjkgMy40MjZjMS44ODcgMCAzLjc2OC0uNDUgNS40NzgtMS4zNDlsNS4yNTcgNS4yNTcgNC44OTYtNC45MDItNS4yNTctNS4yNTd6TTguMTMxIDIyLjkyYy00LjA3OS00LjA3OS00LjA3OS0xMC43MSAwLTE0Ljc4OWExMC40MTUgMTAuNDE1IDAgMCAxIDcuMzkxLTMuMDU5YzIuNjggMCA1LjM1OCAxLjAyIDcuMzk3IDMuMDZhMTAuMzcgMTAuMzcgMCAwIDEgMy4wNjYgNy4zOWMwIDIuOC0xLjA5IDUuNDI4LTMuMDY2IDcuMzk4LTQuMDc4IDQuMDc4LTEwLjcxIDQuMDc4LTE0Ljc4OCAwem0yNS4wNTUgNS4zNjQtMS4xNC0xLjE0LTQuODk2IDQuOTAyIDEuMTQgMS4xNGEzLjQ1NCAzLjQ1NCAwIDAgMCAyLjQ0NSAxLjAxNCAzLjQ4IDMuNDggMCAwIDAgMi40NS0xLjAxNCAzLjQ3NSAzLjQ3NSAwIDAgMCAwLTQuOTAyeiIgZmlsbD0iIzJFMzI4NCIvPgo8L3N2Zz4K);
  background-position: center left 50px;
  background-size: 38px;
  background-repeat: no-repeat;
  margin-right: 45px;
  padding-left: 100px;
  margin-bottom: 20px;
}

@media all and (max-width: 675px) {
  /* line 277, resources/assets/styles/layouts/_pages.scss */

  .search-no-results .search-form input[type="search"],
  .error404 .search-form input[type="search"] {
    width: 100%;
  }
}

/* line 295, resources/assets/styles/layouts/_pages.scss */

.search-no-results .search-form input[type="search"]::-webkit-input-placeholder,
.error404 .search-form input[type="search"]::-webkit-input-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.search-no-results .search-form input[type="search"]::-moz-placeholder,
.error404 .search-form input[type="search"]::-moz-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.search-no-results .search-form input[type="search"]::-ms-input-placeholder,
.error404 .search-form input[type="search"]::-ms-input-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.search-no-results .search-form input[type="search"]::placeholder,
.error404 .search-form input[type="search"]::placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

/* line 301, resources/assets/styles/layouts/_pages.scss */

.search-no-results .search-form input[type="submit"],
.error404 .search-form input[type="submit"] {
  width: 150px;
  height: 54px;
  background-color: #5060cd;
  color: #fff;
  border-radius: 8px;
  border: solid 2px transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 310, resources/assets/styles/layouts/_pages.scss */

.search-no-results .search-form input[type="submit"]:hover,
.error404 .search-form input[type="submit"]:hover {
  background-color: transparent;
  color: #5060cd;
  border: solid 2px #5060cd;
}

/* line 320, resources/assets/styles/layouts/_pages.scss */

.single-event article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
}

/* line 326, resources/assets/styles/layouts/_pages.scss */

.single-event article header .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1480px;
          flex: 0 1 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  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;
}

/* line 337, resources/assets/styles/layouts/_pages.scss */

.single-event .entry-title {
  padding: 60px 0;
}

/* line 341, resources/assets/styles/layouts/_pages.scss */

.single-event .date {
  width: 250px;
  height: 200px;
  padding: 15px;
  border-radius: 16px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

/* line 352, resources/assets/styles/layouts/_pages.scss */

.single-event .date h3.fz\(40\) {
  margin-top: 12px;
  text-transform: uppercase;
}

@media all and (max-width: 639px) {
  /* line 341, resources/assets/styles/layouts/_pages.scss */

  .single-event .date {
    height: 150px;
    margin-bottom: 20px;
  }
}

/* line 363, resources/assets/styles/layouts/_pages.scss */

.single-event .start-end,
.single-event .event-time {
  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;
  margin-bottom: 20px;
}

/* line 371, resources/assets/styles/layouts/_pages.scss */

.single-event .btn-flat,
.single-event .btn-gold,
.single-event .search-results .nav-previous a,
.search-results .nav-previous .single-event a,
.single-event .search-results .nav-next a,
.search-results .nav-next .single-event a {
  margin-bottom: 10px;
}

/* line 375, resources/assets/styles/layouts/_pages.scss */

.single-event .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
  color: #111261;
  padding-top: 60px;
  padding-bottom: 120px;
}

/* line 384, resources/assets/styles/layouts/_pages.scss */

.single-event .entry-content .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 780px;
          flex: 0 1 780px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 391, resources/assets/styles/layouts/_pages.scss */

.single-event .entry-content p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

/* line 398, resources/assets/styles/layouts/_pages.scss */

.single-event .entry-content a {
  color: #111261;
  text-decoration: underline;
}

/* line 406, resources/assets/styles/layouts/_pages.scss */

.single-resource article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
}

/* line 412, resources/assets/styles/layouts/_pages.scss */

.single-resource article header .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1480px;
          flex: 0 1 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  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;
}

/* line 423, resources/assets/styles/layouts/_pages.scss */

.single-resource .entry-title {
  padding: 60px 0;
}

/* line 427, resources/assets/styles/layouts/_pages.scss */

.single-resource .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
  color: #111261;
  padding-top: 60px;
  padding-bottom: 120px;
}

/* line 436, resources/assets/styles/layouts/_pages.scss */

.single-resource .entry-content .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 780px;
          flex: 0 1 780px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 443, resources/assets/styles/layouts/_pages.scss */

.single-resource .entry-content p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

/* line 450, resources/assets/styles/layouts/_pages.scss */

.single-resource .entry-content a {
  color: #111261;
  text-decoration: underline;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) {
  padding-top: 142px;
  padding-bottom: 121px;
}

/* line 5, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) .container {
  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;
}

/* line 11, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) h2 {
  margin-bottom: 18px;
}

/* line 15, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) p.fz\(32\) {
  max-width: 976px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.5;
}

/* line 22, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) .list {
  margin-top: 97px;
  width: 958px;
  max-width: 100%;
}

/* line 28, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) details {
  border: solid 2px rgba(80, 96, 205, 0.7);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 34px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

/* line 36, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) details > summary {
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}

/* line 43, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) details > summary > * {
  margin-left: 20px;
}

/* line 48, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) details summary::-webkit-details-marker {
  display: none;
}

/* line 52, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) .bar {
  width: 16px;
  height: 2px;
  background-color: #5060cd;
}

/* line 58, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) .up {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: -2px;
}

/* line 64, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) details[open] {
  border: solid 2px #5060cd;
}

/* line 68, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) details[open] .up {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* line 73, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) p.fz\(20\) {
  padding: 20px 36px 30px;
}

/* line 77, resources/assets/styles/blocks/_accordion.scss */

.block\(accordion\) .btn-flat,
.block\(accordion\) .btn-gold,
.block\(accordion\) .search-results .nav-previous a,
.search-results .nav-previous .block\(accordion\) a,
.block\(accordion\) .search-results .nav-next a,
.search-results .nav-next .block\(accordion\) a {
  margin-left: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 1, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) {
  min-height: 635px;
  background-size: 100% auto, cover;
  background-position: center bottom, center;
  background-repeat: no-repeat;
  padding-bottom: 12.93634vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media all and (max-width: 450px) {
  /* line 1, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) {
    min-height: 550px;
  }
}

/* line 14, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) h1 {
  max-width: 825px;
  margin-bottom: 34px;
}

@media all and (max-width: 450px) {
  /* line 14, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) h1 {
    font-size: 2.75rem;
  }
}

/* line 23, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 29, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 36, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .btn-flat:nth-of-type(2),
.block\(altHero\) .btn-gold:nth-of-type(2),
.block\(altHero\) .search-results .nav-previous a:nth-of-type(2),
.search-results .nav-previous .block\(altHero\) a:nth-of-type(2),
.block\(altHero\) .search-results .nav-next a:nth-of-type(2),
.search-results .nav-next .block\(altHero\) a:nth-of-type(2) {
  background-color: #5060cd;
}

/* line 39, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .btn-flat:nth-of-type(2):hover,
.block\(altHero\) .btn-gold:nth-of-type(2):hover,
.block\(altHero\) .search-results .nav-previous a:nth-of-type(2):hover,
.search-results .nav-previous .block\(altHero\) a:nth-of-type(2):hover,
.block\(altHero\) .search-results .nav-next a:nth-of-type(2):hover,
.search-results .nav-next .block\(altHero\) a:nth-of-type(2):hover {
  color: #fff;
  background-color: transparent;
  border: solid 2px #5060cd;
}

/* line 46, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .btn-flat:hover,
.block\(altHero\) .btn-gold:hover,
.block\(altHero\) .search-results .nav-previous a:hover,
.search-results .nav-previous .block\(altHero\) a:hover,
.block\(altHero\) .search-results .nav-next a:hover,
.search-results .nav-next .block\(altHero\) a:hover {
  color: #fff;
}

/* line 1, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) {
  padding-top: 80px;
  padding-bottom: 95px;
}

/* line 5, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .container {
  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;
}

/* line 11, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) h2 {
  margin-bottom: 80px;
}

/* line 15, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .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: -110px;
  margin-bottom: -80px;
}

/* line 23, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .item {
  margin-left: 110px;
  margin-bottom: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 394px;
          flex: 0 1 394px;
  border-radius: 20px;
  padding: 14px 14px 40px;
}

/* line 31, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .image {
  width: 366px;
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

/* line 38, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) h3 {
  margin-bottom: 24px;
}

/* line 42, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) div.fz\(16\) {
  margin-bottom: 24px;
}

/* line 45, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) div.fz\(16\) p {
  color: #2e3284;
}

/* line 49, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) div.fz\(16\) a {
  color: #2e3284;
  text-decoration: underline;
}

/* line 55, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .ll-item .link {
  font-size: 20px;
  font-weight: 600px;
  margin-bottom: 15px;
}

/* line 61, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .sublink,
.block\(benefitsCol\) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
}

/* line 68, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .sublink:hover span,
.block\(benefitsCol\) .link:hover span {
  color: #5cc6c5;
}

/* line 72, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .sublink:hover .style-svg path,
.block\(benefitsCol\) .link:hover .style-svg path {
  fill: #5cc6c5;
}

/* line 77, resources/assets/styles/blocks/_benefits_columns.scss */

.block\(benefitsCol\) .sublink > *,
.block\(benefitsCol\) .link > * {
  margin-left: 15px;
}

/* line 1, resources/assets/styles/blocks/_benefits_nav.scss */

.block\(benefitsNav\) {
  padding-top: 94px;
  padding-bottom: 94px;
}

/* line 5, resources/assets/styles/blocks/_benefits_nav.scss */

.block\(benefitsNav\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}

/* line 13, resources/assets/styles/blocks/_benefits_nav.scss */

.block\(benefitsNav\) .link {
  margin-bottom: 40px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 19, resources/assets/styles/blocks/_benefits_nav.scss */

.block\(benefitsNav\) .link span {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 23, resources/assets/styles/blocks/_benefits_nav.scss */

.block\(benefitsNav\) .link .style-svg {
  max-height: 20px;
}

/* line 27, resources/assets/styles/blocks/_benefits_nav.scss */

.block\(benefitsNav\) .link > * {
  margin-left: 30px;
}

/* line 32, resources/assets/styles/blocks/_benefits_nav.scss */

.block\(benefitsNav\) .link:hover span {
  color: #dba743;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 1, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) {
  padding-top: 95px;
  padding-bottom: 130px;
}

/* line 5, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) .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;
}

/* line 11, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 30px;
  margin-right: 15px;
}

/* line 17, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) .list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 957px;
          flex: 0 1 957px;
}

/* line 21, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) details {
  background-color: #fff;
  border: solid 2px rgba(80, 96, 205, 0.7);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 34px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

/* line 30, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) details > summary {
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}

/* line 37, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) details > summary > * {
  margin-left: 20px;
}

/* line 42, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) .bar {
  width: 16px;
  height: 2px;
  background-color: #5060cd;
}

/* line 48, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) .up {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: -2px;
}

/* line 54, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) details[open] {
  border: solid 2px #5060cd;
}

/* line 58, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) details[open] .up {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* line 63, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) .file-list {
  padding-top: 41px;
  margin-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 70, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) .list-item {
  margin-bottom: 30px;
  margin-left: -5px;
}

/* line 74, resources/assets/styles/blocks/_column_accordion.scss */

.block\(colAccordion\) .list-item > * {
  margin-left: 5px;
}

/* line 1, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) {
  padding-top: 50px;
  padding-bottom: 80px;
}

/* line 5, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 965px;
          flex: 0 1 965px;
}

/* line 9, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) h2 {
  margin-bottom: 28px;
}

/* line 13, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) label {
  font-size: 25px !important;
  color: #2e3284 !important;
  font-weight: normal !important;
}

/* line 19, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) input:not([type="submit"]) {
  height: 70px !important;
  border: solid 1px #5060cd !important;
  border-radius: 8px !important;
  background-color: #fff;
}

/* line 26, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) textarea {
  height: 200px !important;
  border: solid 1px #5060cd !important;
  border-radius: 8px !important;
  background-color: #fff;
}

/* line 32, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) textarea:placeholder {
  font-size: 20px !important;
}

/* line 37, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .gform_footer {
  margin-top: 50px !important;
}

/* line 41, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) input[type="submit"] {
  color: #fff !important;
  background-color: #dba743 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: center;
  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;
  height: 54px !important;
  min-width: 150px !important;
  border-radius: 8px !important;
  border: solid 2px transparent;
}

/* line 55, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) input[type="submit"]:hover {
  border: solid 2px #dba743 !important;
  background-color: transparent !important;
  color: #dba743 !important;
}

/* line 1, resources/assets/styles/blocks/_cta.scss */

.block\(cta\) {
  padding-top: 70px;
  padding-bottom: 90px;
}

/* line 5, resources/assets/styles/blocks/_cta.scss */

.block\(cta\) .container {
  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;
}

/* line 11, resources/assets/styles/blocks/_cta.scss */

.block\(cta\) h2 {
  margin-bottom: 35px;
}

/* line 15, resources/assets/styles/blocks/_cta.scss */

.block\(cta\) h3 {
  margin-bottom: 50px;
}

/* line 19, resources/assets/styles/blocks/_cta.scss */

.block\(cta\) .btn-flat,
.block\(cta\) .btn-gold,
.block\(cta\) .search-results .nav-previous a,
.search-results .nav-previous .block\(cta\) a,
.block\(cta\) .search-results .nav-next a,
.search-results .nav-next .block\(cta\) a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 1, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) {
  padding-top: 113px;
  padding-bottom: 80px;
}

/* line 5, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 10, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .list {
  margin-bottom: -50px;
}

/* line 14, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .event-item {
  margin-bottom: 50px;
  margin-left: -70px;
  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;
  min-height: 300px;
}

@media all and (max-width: 900px) {
  /* line 14, resources/assets/styles/blocks/_event_list.scss */

  .block\(eventList\) .event-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
  }
}

/* line 27, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .event-item > * {
  margin-left: 70px;
}

/* line 32, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
  height: 300px;
  padding: 15px;
  border-radius: 16px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 639px) {
  /* line 32, resources/assets/styles/blocks/_event_list.scss */

  .block\(eventList\) .date {
    height: 150px;
    margin-bottom: 20px;
  }
}

/* line 48, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) h3.fz\(40\) {
  margin-top: 12px;
  text-transform: uppercase;
}

/* line 53, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 290px;
          flex: 0 1 290px;
  height: 300px;
}

/* line 57, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* line 66, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 490px;
          flex: 0 1 490px;
}

@media all and (max-width: 900px) {
  /* line 66, resources/assets/styles/blocks/_event_list.scss */

  .block\(eventList\) .text {
    margin-top: 30px;
    text-align: center;
  }
}

/* line 75, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) h3.fz\(50\) {
  margin-bottom: 11px;
}

/* line 79, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) div.fz\(20\) {
  margin-bottom: 30px;
}

/* line 83, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .event-btn {
  width: 120px;
  height: 54px;
  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;
  border-radius: 8px;
  border: solid 2px #2e3284;
  color: #5060cd;
  font-size: 16px;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  -o-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
}

/* line 97, resources/assets/styles/blocks/_event_list.scss */

.block\(eventList\) .event-btn:hover {
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  -o-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
  border: solid 2px #dba743;
  color: #dba743;
}

@media all and (max-width: 900px) {
  /* line 83, resources/assets/styles/blocks/_event_list.scss */

  .block\(eventList\) .event-btn {
    margin: auto;
  }
}

/* line 1, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) {
  padding-top: 130px;
  padding-bottom: 130px;
}

/* line 5, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 12, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) h2 {
  margin-bottom: 30px;
}

/* line 16, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 825px;
          flex: 0 1 825px;
}

/* line 20, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) .item {
  margin-bottom: 33px;
}

/* line 24, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) h3 {
  margin-bottom: 15px;
}

/* line 28, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) span {
  font-size: 16px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 33, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) .file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
}

/* line 38, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) .file-item:hover span {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #5060cd;
  text-decoration: underline;
}

/* line 44, resources/assets/styles/blocks/_financials.scss */

.block\(financials\) .file-item > * {
  margin-left: 5px;
}

/* line 1, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 4, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .hero-top {
  min-height: 635px;
  background-size: 100% auto, cover;
  background-position: center bottom, center;
  background-repeat: no-repeat;
  padding-bottom: 20.1232vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media all and (max-width: 450px) {
  /* line 4, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .hero-top {
    min-height: 550px;
  }
}

/* line 18, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .hero-top .container {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 25, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) h1 {
  max-width: 929px;
  margin-bottom: 34px;
}

@media all and (max-width: 450px) {
  /* line 25, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) h1 {
    font-size: 2.75rem;
  }
}

/* line 34, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 40, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 47, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .btn-flat:nth-of-type(2),
.block\(hero\) .btn-gold:nth-of-type(2),
.block\(hero\) .search-results .nav-previous a:nth-of-type(2),
.search-results .nav-previous .block\(hero\) a:nth-of-type(2),
.block\(hero\) .search-results .nav-next a:nth-of-type(2),
.search-results .nav-next .block\(hero\) a:nth-of-type(2) {
  background-color: #5060cd;
}

/* line 50, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .btn-flat:nth-of-type(2):hover,
.block\(hero\) .btn-gold:nth-of-type(2):hover,
.block\(hero\) .search-results .nav-previous a:nth-of-type(2):hover,
.search-results .nav-previous .block\(hero\) a:nth-of-type(2):hover,
.block\(hero\) .search-results .nav-next a:nth-of-type(2):hover,
.search-results .nav-next .block\(hero\) a:nth-of-type(2):hover {
  background-color: transparent;
  border: solid 2px #5060cd;
}

/* line 56, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .btn-flat:hover,
.block\(hero\) .btn-gold:hover,
.block\(hero\) .search-results .nav-previous a:hover,
.search-results .nav-previous .block\(hero\) a:hover,
.block\(hero\) .search-results .nav-next a:hover,
.search-results .nav-next .block\(hero\) a:hover {
  color: #fff;
}

/* line 60, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .hero-bottom {
  min-height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 66, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .hero-bottom .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1480px;
          flex: 0 1 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 75, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: -46px;
  margin-top: -119px;
  margin-bottom: -45px;
}

@media all and (max-width: 1175px) {
  /* line 75, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 88, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .icon,
.block\(hero\) h2,
.block\(hero\) p.fz\(14\) {
  margin-bottom: 20px;
}

/* line 94, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) h2 {
  max-width: 257px;
}

/* line 98, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
}

/* line 103, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .link > * {
  margin-left: 15px;
}

/* line 108, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 325px;
          flex: 0 1 325px;
  margin-left: 46px;
  margin-bottom: 45px;
  min-height: 295px;
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

/* line 117, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .card:hover {
  background-color: #e8f6f7;
}

/* line 120, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .card:hover .link span {
  color: #dba743;
}

/* line 124, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .card:hover .link .style-svg path {
  fill: #dba743;
}

/* line 1, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) {
  padding-top: 125px;
  padding-bottom: 100px;
}

/* line 5, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) .container {
  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;
}

/* line 11, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) h2 {
  margin-bottom: 55px;
}

/* line 15, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) .list {
  width: 100%;
  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: -20px;
  margin-bottom: -30px;
}

/* line 24, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) a {
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 29, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 275px;
          flex: 0 1 275px;
  margin-left: 20px;
  margin-bottom: 30px;
}

/* line 37, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) .item img {
  max-width: 100px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 44, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) .item:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 49, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) .item:hover a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #5060cd;
}

/* line 55, resources/assets/styles/blocks/_helpful_links.scss */

.block\(helpfulLinks\) p {
  margin-bottom: 17px;
}

/* line 1, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) {
  padding-top: 54px;
  padding-bottom: 54px;
}

@media all and (max-width: 450px) {
  /* line 1, resources/assets/styles/blocks/_highlights.scss */

  .block\(highlights\) {
    padding-bottom: 30px;
  }
}

/* line 9, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) .container {
  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;
}

/* line 15, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) .top {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-bottom: 54px;
}

/* line 21, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) .top > * {
  margin-left: 8px;
}

/* line 26, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) .icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 30, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) .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: -93px;
  margin-bottom: -43px;
}

/* line 38, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
  margin-left: 93px;
  margin-bottom: 43px;
}

/* line 44, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) h3 {
  margin-bottom: 11.5px;
}

/* line 48, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) .fz\(14\) p {
  line-height: 1.71;
  color: #2e3284;
}

/* line 52, resources/assets/styles/blocks/_highlights.scss */

.block\(highlights\) .fz\(14\) p a {
  color: #2e3284;
  text-decoration: underline;
}

/* line 1, resources/assets/styles/blocks/_members.scss */

.block\(members\) {
  padding-top: 115px;
  padding-bottom: 55px;
}

/* line 5, resources/assets/styles/blocks/_members.scss */

.block\(members\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1510px;
          flex: 0 1 1510px;
  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;
}

/* line 12, resources/assets/styles/blocks/_members.scss */

.block\(members\) h3 {
  margin-bottom: 5px;
}

/* line 16, resources/assets/styles/blocks/_members.scss */

.block\(members\) h2 {
  margin-bottom: 79px;
}

/* line 20, resources/assets/styles/blocks/_members.scss */

.block\(members\) .list {
  width: 100%;
  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: -50px;
  margin-bottom: -60px;
}

/* line 29, resources/assets/styles/blocks/_members.scss */

.block\(members\) .item {
  margin-left: 50px;
  margin-bottom: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 195px;
          flex: 0 1 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 39, resources/assets/styles/blocks/_members.scss */

.block\(members\) img {
  max-height: 100px;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 46, resources/assets/styles/blocks/_members.scss */

.block\(members\) .item:hover img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 1, resources/assets/styles/blocks/_partner.scss */

.wave-top {
  height: 71px;
  width: 100%;
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f3feff;
}

/* line 10, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) {
  padding-top: 130px;
  padding-bottom: 137px;
}

/* line 14, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1067px) {
  /* line 14, resources/assets/styles/blocks/_partner.scss */

  .block\(partner\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 24, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 573px;
          flex: 0 1 573px;
  margin-right: 15px;
}

@media all and (max-width: 1067px) {
  /* line 24, resources/assets/styles/blocks/_partner.scss */

  .block\(partner\) .text {
    margin-right: 0;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 588px;
            flex: 0 1 588px;
  }
}

/* line 35, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .p-logo {
  max-width: 136px;
  margin-bottom: 21px;
}

/* line 40, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) h2 {
  margin-bottom: 30px;
}

/* line 44, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) p {
  margin-bottom: 40px;
}

/* line 48, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .btn-flat,
.block\(partner\) .btn-gold,
.block\(partner\) .search-results .nav-previous a,
.search-results .nav-previous .block\(partner\) a,
.block\(partner\) .search-results .nav-next a,
.search-results .nav-next .block\(partner\) a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 52, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
}

@media all and (max-width: 1067px) {
  /* line 52, resources/assets/styles/blocks/_partner.scss */

  .block\(partner\) .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 588px;
            flex: 0 1 588px;
  }
}

/* line 59, resources/assets/styles/blocks/_partner.scss */

.block\(partner\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 1, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) {
  padding-top: 82px;
  padding-bottom: 140px;
}

/* line 5, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .container {
  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;
}

/* line 11, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) h1 {
  margin-bottom: 40px;
}

/* line 15, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) h2 {
  margin-bottom: 60px;
}

/* line 19, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .filter-search {
  margin-bottom: 60px;
}

/* line 23, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) input[type="text"] {
  width: 600px;
  height: 76px;
  border: solid 1px #7e8ad5;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMi40NDEgNy41MzhBOC40NjUgOC40NjUgMCAwIDAgOS40NyA5LjQ3YTguNTYzIDguNTYzIDAgMCAwLTIuMzI2IDcuNzU0LjYzNC42MzQgMCAwIDAgMS4yNDItLjI1IDcuMjk2IDcuMjk2IDAgMCAxIDEuOTc5LTYuNjA3IDcuMiA3LjIgMCAwIDEgMi41MjYtMS42NDMuNjMzLjYzMyAwIDEgMC0uNDQ5LTEuMTg1em0yLjk5OS0uNTY3Yy0uMDcyIDAtLjE1NS4wMDQtLjIyNy4wMTZhLjY0My42NDMgMCAwIDAtLjUzLjczMi42MjYuNjI2IDAgMCAwIC43Mi41MmwuMDM3LS4wMDFhLjYzMy42MzMgMCAwIDAgMC0xLjI2N3oiIGZpbGw9IiMyRTMyODQiLz4KICAgIDxwYXRoIGQ9Ik0yNS44OTYgMjAuOTkzYTExLjY2NyAxMS42NjcgMCAwIDAgMS4zNTUtNS40NzFjMC0zLjEzLTEuMjIyLTYuMDc0LTMuNDMyLTguMjktNC41NzMtNC41NzQtMTIuMDE1LTQuNTc0LTE2LjU4NyAwLTQuNTczIDQuNTcyLTQuNTczIDEyLjAxMyAwIDE2LjU4NmExMS42ODUgMTEuNjg1IDAgMCAwIDguMjkgMy40MjZjMS44ODcgMCAzLjc2OC0uNDUgNS40NzgtMS4zNDlsNS4yNTcgNS4yNTcgNC44OTYtNC45MDItNS4yNTctNS4yNTd6TTguMTMxIDIyLjkyYy00LjA3OS00LjA3OS00LjA3OS0xMC43MSAwLTE0Ljc4OWExMC40MTUgMTAuNDE1IDAgMCAxIDcuMzkxLTMuMDU5YzIuNjggMCA1LjM1OCAxLjAyIDcuMzk3IDMuMDZhMTAuMzcgMTAuMzcgMCAwIDEgMy4wNjYgNy4zOWMwIDIuOC0xLjA5IDUuNDI4LTMuMDY2IDcuMzk4LTQuMDc4IDQuMDc4LTEwLjcxIDQuMDc4LTE0Ljc4OCAwem0yNS4wNTUgNS4zNjQtMS4xNC0xLjE0LTQuODk2IDQuOTAyIDEuMTQgMS4xNGEzLjQ1NCAzLjQ1NCAwIDAgMCAyLjQ0NSAxLjAxNCAzLjQ4IDMuNDggMCAwIDAgMi40NS0xLjAxNCAzLjQ3NSAzLjQ3NSAwIDAgMCAwLTQuOTAyeiIgZmlsbD0iIzJFMzI4NCIvPgo8L3N2Zz4K);
  background-position: center left 50px;
  background-size: 38px;
  background-repeat: no-repeat;
  margin-right: 45px;
  padding-left: 100px;
  margin-bottom: 20px;
}

@media all and (max-width: 675px) {
  /* line 23, resources/assets/styles/blocks/_portal_accordion.scss */

  .block\(portalAccordion\) input[type="text"] {
    width: 100%;
  }
}

/* line 41, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) input[type="text"]::-webkit-input-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.block\(portalAccordion\) input[type="text"]::-moz-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.block\(portalAccordion\) input[type="text"]::-ms-input-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.block\(portalAccordion\) input[type="text"]::placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

/* line 47, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) input[type="submit"] {
  width: 150px;
  height: 54px;
  background-color: #5060cd;
  color: #fff;
  border-radius: 8px;
  border: solid 2px transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 56, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) input[type="submit"]:hover {
  background-color: transparent;
  color: #5060cd;
  border: solid 2px #5060cd;
}

/* line 63, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .resource-collection {
  width: 1210px;
  max-width: 100%;
}

/* line 68, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) details {
  background-color: #fff;
  border: solid 2px rgba(80, 96, 205, 0.7);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 34px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

/* line 77, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) details > summary {
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}

/* line 84, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) details > summary > * {
  margin-left: 20px;
}

/* line 89, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .bar {
  width: 16px;
  height: 2px;
  background-color: #5060cd;
}

/* line 95, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .up {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: -2px;
}

/* line 101, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) details[open] {
  border: solid 2px #5060cd;
}

/* line 105, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) details[open] .up {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* line 110, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .fz\(24\) {
  margin-left: 18px;
}

/* line 113, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .fz\(24\):first-of-type {
  margin-top: 30px;
}

/* line 118, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .file-list {
  padding-top: 41px;
  margin-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 125, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .list-item {
  margin-bottom: 30px;
  margin-left: -5px;
}

/* line 129, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .list-item:hover {
  text-decoration: underline;
  color: #5060cd;
}

/* line 133, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .list-item:hover span {
  color: #5060cd;
}

/* line 138, resources/assets/styles/blocks/_portal_accordion.scss */

.block\(portalAccordion\) .list-item > * {
  margin-left: 5px;
}

/* line 1, resources/assets/styles/blocks/_question.scss */

.block\(question\) {
  padding-top: 132px;
  padding-bottom: 120px;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* line 8, resources/assets/styles/blocks/_question.scss */

.block\(question\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1047px;
          flex: 0 1 1047px;
}

/* line 15, resources/assets/styles/blocks/_question.scss */

.block\(question\) h1 {
  margin-bottom: 30px;
}

/* line 19, resources/assets/styles/blocks/_question.scss */

.block\(question\) h2 {
  max-width: 866px;
  margin: 0 auto 30px;
  font-weight: normal;
  line-height: 1.5;
}

/* line 26, resources/assets/styles/blocks/_question.scss */

.block\(question\) h3.fw\(600\) {
  margin-bottom: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 31, resources/assets/styles/blocks/_question.scss */

.block\(question\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

/* line 37, resources/assets/styles/blocks/_question.scss */

.block\(question\) .list > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 446px;
          flex: 0 1 446px;
  line-height: 1.63;
}

/* line 43, resources/assets/styles/blocks/_question.scss */

.block\(question\) .item a {
  color: #5cc6c5;
  font-weight: 600;
  text-decoration: underline;
}

/* line 49, resources/assets/styles/blocks/_question.scss */

.block\(question\) .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -15px;
}

/* line 57, resources/assets/styles/blocks/_question.scss */

.block\(question\) .bottom > * {
  margin-left: 30px;
  margin-bottom: 15px;
}

/* line 1, resources/assets/styles/blocks/_quote.scss */

.block\(quote\) {
  padding-top: 65px;
}

/* line 4, resources/assets/styles/blocks/_quote.scss */

.block\(quote\) .container {
  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;
}

/* line 10, resources/assets/styles/blocks/_quote.scss */

.block\(quote\) h2 {
  margin-bottom: 12px;
}

/* line 14, resources/assets/styles/blocks/_quote.scss */

.block\(quote\) .quote-mark {
  padding-bottom: 15px;
  border-bottom: solid 2px #5cc6c5;
  margin-bottom: 22px;
}

/* line 20, resources/assets/styles/blocks/_quote.scss */

.block\(quote\) p.fz\(32\) {
  max-width: 909px;
  margin: 0 auto 61px;
  line-height: 1.5;
}

/* line 26, resources/assets/styles/blocks/_quote.scss */

.block\(quote\) h3 {
  margin-bottom: 35px;
}

/* line 30, resources/assets/styles/blocks/_quote.scss */

.block\(quote\) .btn-flat,
.block\(quote\) .btn-gold,
.block\(quote\) .search-results .nav-previous a,
.search-results .nav-previous .block\(quote\) a,
.block\(quote\) .search-results .nav-next a,
.search-results .nav-next .block\(quote\) a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 1, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) {
  padding-top: 82px;
  padding-bottom: 140px;
}

/* line 5, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .container {
  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;
}

/* line 11, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) h1 {
  margin-bottom: 40px;
}

/* line 15, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) h2 {
  margin-bottom: 60px;
}

/* line 19, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .filter-search {
  margin-bottom: 60px;
}

/* line 23, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) input[type="text"] {
  width: 600px;
  height: 76px;
  border: solid 1px #7e8ad5;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMi40NDEgNy41MzhBOC40NjUgOC40NjUgMCAwIDAgOS40NyA5LjQ3YTguNTYzIDguNTYzIDAgMCAwLTIuMzI2IDcuNzU0LjYzNC42MzQgMCAwIDAgMS4yNDItLjI1IDcuMjk2IDcuMjk2IDAgMCAxIDEuOTc5LTYuNjA3IDcuMiA3LjIgMCAwIDEgMi41MjYtMS42NDMuNjMzLjYzMyAwIDEgMC0uNDQ5LTEuMTg1em0yLjk5OS0uNTY3Yy0uMDcyIDAtLjE1NS4wMDQtLjIyNy4wMTZhLjY0My42NDMgMCAwIDAtLjUzLjczMi42MjYuNjI2IDAgMCAwIC43Mi41MmwuMDM3LS4wMDFhLjYzMy42MzMgMCAwIDAgMC0xLjI2N3oiIGZpbGw9IiMyRTMyODQiLz4KICAgIDxwYXRoIGQ9Ik0yNS44OTYgMjAuOTkzYTExLjY2NyAxMS42NjcgMCAwIDAgMS4zNTUtNS40NzFjMC0zLjEzLTEuMjIyLTYuMDc0LTMuNDMyLTguMjktNC41NzMtNC41NzQtMTIuMDE1LTQuNTc0LTE2LjU4NyAwLTQuNTczIDQuNTcyLTQuNTczIDEyLjAxMyAwIDE2LjU4NmExMS42ODUgMTEuNjg1IDAgMCAwIDguMjkgMy40MjZjMS44ODcgMCAzLjc2OC0uNDUgNS40NzgtMS4zNDlsNS4yNTcgNS4yNTcgNC44OTYtNC45MDItNS4yNTctNS4yNTd6TTguMTMxIDIyLjkyYy00LjA3OS00LjA3OS00LjA3OS0xMC43MSAwLTE0Ljc4OWExMC40MTUgMTAuNDE1IDAgMCAxIDcuMzkxLTMuMDU5YzIuNjggMCA1LjM1OCAxLjAyIDcuMzk3IDMuMDZhMTAuMzcgMTAuMzcgMCAwIDEgMy4wNjYgNy4zOWMwIDIuOC0xLjA5IDUuNDI4LTMuMDY2IDcuMzk4LTQuMDc4IDQuMDc4LTEwLjcxIDQuMDc4LTE0Ljc4OCAwem0yNS4wNTUgNS4zNjQtMS4xNC0xLjE0LTQuODk2IDQuOTAyIDEuMTQgMS4xNGEzLjQ1NCAzLjQ1NCAwIDAgMCAyLjQ0NSAxLjAxNCAzLjQ4IDMuNDggMCAwIDAgMi40NS0xLjAxNCAzLjQ3NSAzLjQ3NSAwIDAgMCAwLTQuOTAyeiIgZmlsbD0iIzJFMzI4NCIvPgo8L3N2Zz4K);
  background-position: center left 50px;
  background-size: 38px;
  background-repeat: no-repeat;
  margin-right: 45px;
  padding-left: 100px;
  margin-bottom: 20px;
}

@media all and (max-width: 675px) {
  /* line 23, resources/assets/styles/blocks/_resource_hero.scss */

  .block\(resourceHero\) input[type="text"] {
    width: 100%;
  }
}

/* line 41, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) input[type="text"]::-webkit-input-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.block\(resourceHero\) input[type="text"]::-moz-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.block\(resourceHero\) input[type="text"]::-ms-input-placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

.block\(resourceHero\) input[type="text"]::placeholder {
  font-size: 25px;
  color: #5a5ea9;
}

/* line 47, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) input[type="submit"] {
  width: 150px;
  height: 54px;
  background-color: #5060cd;
  color: #fff;
  border-radius: 8px;
  border: solid 2px transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 56, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) input[type="submit"]:hover {
  background-color: transparent;
  color: #5060cd;
  border: solid 2px #5060cd;
}

/* line 63, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .resource-collection {
  width: 1210px;
  max-width: 100%;
}

/* line 68, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) details {
  background-color: #fff;
  border: solid 2px rgba(80, 96, 205, 0.7);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 34px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

/* line 77, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) details > summary {
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}

/* line 84, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) details > summary > * {
  margin-left: 20px;
}

/* line 89, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .bar {
  width: 16px;
  height: 2px;
  background-color: #5060cd;
}

/* line 95, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .up {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: -2px;
}

/* line 101, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) details[open] {
  border: solid 2px #5060cd;
}

/* line 105, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) details[open] .up {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* line 110, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .fz\(24\) {
  margin-left: 18px;
}

/* line 113, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .fz\(24\):first-of-type {
  margin-top: 30px;
}

/* line 118, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .file-list {
  padding-top: 41px;
  margin-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 125, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .list-item {
  margin-bottom: 30px;
  margin-left: -5px;
}

/* line 129, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .list-item:hover {
  text-decoration: underline;
  color: #5060cd;
}

/* line 133, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .list-item:hover span {
  color: #5060cd;
}

/* line 138, resources/assets/styles/blocks/_resource_hero.scss */

.block\(resourceHero\) .list-item > * {
  margin-left: 5px;
}

/* line 1, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) {
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: #fff9f4;
}

/* line 6, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) .container {
  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;
}

/* line 12, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) h2 {
  margin-bottom: 100px;
}

/* line 16, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) .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: 12px;
}

/* line 24, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) .item {
  background-color: #fff;
  margin-left: 40px;
  margin-bottom: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 330px;
          flex: 0 1 330px;
  padding: 40px 27.5px;
  border-radius: 20px;
  border: solid 1px rgba(92, 198, 197, 0.25);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  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;
}

/* line 38, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) .image {
  margin-bottom: 12px;
  width: 120px;
}

/* line 42, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* line 51, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: -0.22px;
  margin-bottom: 8px;
}

/* line 59, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) p.c\(gold\) {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.15px;
  margin-bottom: 4px;
}

/* line 67, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) .phone {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.15px;
  margin-bottom: 8px;
}

/* line 75, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) .bottom {
  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;
}

/* line 81, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) a {
  text-decoration: underline;
}

/* line 84, resources/assets/styles/blocks/_staff.scss */

.block\(staff\) a:hover {
  color: #dba743;
}

/* line 1, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 4, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .hero-top {
  min-height: 635px;
  background-size: 100% auto, cover;
  background-position: center bottom, center;
  background-repeat: no-repeat;
  padding-bottom: 18.06982vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 14, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .hero-top .container {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 21, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .logo {
  max-width: 324.2px;
  margin-bottom: 30px;
}

/* line 26, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) h1 {
  max-width: 929px;
  margin-bottom: 34px;
}

@media all and (max-width: 450px) {
  /* line 26, resources/assets/styles/blocks/_sw_hero.scss */

  .block\(swHero\) h1 {
    font-size: 2.75rem;
  }
}

/* line 35, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 41, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 48, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .btn-flat:first-of-type,
.block\(swHero\) .btn-gold:first-of-type,
.block\(swHero\) .search-results .nav-previous a:first-of-type,
.search-results .nav-previous .block\(swHero\) a:first-of-type,
.block\(swHero\) .search-results .nav-next a:first-of-type,
.search-results .nav-next .block\(swHero\) a:first-of-type {
  background-color: #dba743;
}

/* line 51, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .btn-flat:first-of-type:hover,
.block\(swHero\) .btn-gold:first-of-type:hover,
.block\(swHero\) .search-results .nav-previous a:first-of-type:hover,
.search-results .nav-previous .block\(swHero\) a:first-of-type:hover,
.block\(swHero\) .search-results .nav-next a:first-of-type:hover,
.search-results .nav-next .block\(swHero\) a:first-of-type:hover {
  background-color: transparent;
  border: solid 2px #dba743;
  color: #fff;
}

/* line 58, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .hero-bottom {
  min-height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 120px;
}

/* line 65, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .hero-bottom .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1480px;
          flex: 0 1 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  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;
}

/* line 75, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -46px;
  margin-top: -119px;
  margin-bottom: 40px;
}

@media all and (max-width: 1015px) {
  /* line 75, resources/assets/styles/blocks/_sw_hero.scss */

  .block\(swHero\) .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 87, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 325px;
          flex: 0 1 325px;
  margin-left: 46px;
  margin-bottom: 45px;
  height: 295px;
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 100, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .card:hover .link span {
  color: #5cc6c5;
}

/* line 104, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .card:hover .link .style-svg path {
  fill: #5cc6c5;
}

/* line 110, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) h2,
.block\(swHero\) p.fz\(14\) {
  margin-bottom: 20px;
}

/* line 115, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .icon {
  max-height: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 120, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
}

/* line 125, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .link > * {
  margin-left: 10px;
}

/* line 130, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .quote-mark {
  max-width: 36px;
  padding-bottom: 10px;
  border-bottom: solid 2px #5060cd;
  margin-bottom: 20px;
}

/* line 137, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .quote {
  max-width: 705px;
  margin: 0 auto 55px;
  line-height: 1.5;
}

/* line 143, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .list {
  width: 100%;
  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: -52px;
  margin-bottom: -70px;
}

/* line 151, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .list > * {
  margin-left: 52px;
  margin-bottom: 70px;
}

/* line 157, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 163, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .item img {
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 170, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .item:hover img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 175, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .item:hover .link span {
  color: #5cc6c5;
}

/* line 179, resources/assets/styles/blocks/_sw_hero.scss */

.block\(swHero\) .item:hover .link .style-svg path {
  fill: #5cc6c5;
}

/* line 1, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) {
  padding-top: 135px;
  padding-bottom: 135px;
}

/* line 5, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1131px;
          flex: 0 1 1131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1029px) {
  /* line 5, resources/assets/styles/blocks/_sw_video.scss */

  .block\(swVideo\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 17, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 573;
          flex: 0 1 573;
  margin-right: 15px;
}

@media all and (max-width: 1029px) {
  /* line 17, resources/assets/styles/blocks/_sw_video.scss */

  .block\(swVideo\) .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 588px;
            flex: 0 1 588px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

/* line 28, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) h2 {
  margin-bottom: 10px;
}

/* line 32, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) h3 {
  margin-bottom: 10px;
}

/* line 36, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) p {
  max-width: 441px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin-bottom: 50px;
}

/* line 44, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) .bright-blue {
  background-color: #5060cd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 48, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) .bright-blue:hover {
  color: #fff;
  background-color: transparent;
  border: solid 2px #5060cd;
}

/* line 55, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) .right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 534px;
          flex: 0 1 534px;
  height: 446px;
  max-width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/play.svg");
      background-size: 82px;
      background-position: center;
      background-repeat: no-repeat;
    } */
}

@media all and (max-width: 1029px) {
  /* line 55, resources/assets/styles/blocks/_sw_video.scss */

  .block\(swVideo\) .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 588px;
            flex: 0 1 588px;
  }
}

/* line 83, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

/* line 92, resources/assets/styles/blocks/_sw_video.scss */

.block\(swVideo\) .video {
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) {
  padding-top: 60px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .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;
}

/* line 10, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .container > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 440px;
          flex: 0 1 440px;
  margin-bottom: 30px;
}

/* line 16, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .col p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

/* line 21, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .col p a {
  color: #111261;
  text-decoration: underline;
}

/* line 1, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) {
  padding-top: 86px;
  padding-bottom: 86px;
}

@media all and (max-width: 450px) {
  /* line 1, resources/assets/styles/blocks/_upcoming_events.scss */

  .block\(upcomingEvents\) {
    padding-top: 30px;
  }
}

/* line 9, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1320px;
          flex: 0 1 1320px;
  min-height: 520px;
  border-radius: 24px;
  padding: 10.26694vh 2.60417vw;
  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-bottom: -50px;
}

/* line 21, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
  margin-bottom: 50px;
}

/* line 26, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) h3 {
  margin-bottom: 5px;
}

/* line 30, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) h2 {
  margin-bottom: 38px;
}

/* line 34, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .btn-flat,
.block\(upcomingEvents\) .btn-gold,
.block\(upcomingEvents\) .search-results .nav-previous a,
.search-results .nav-previous .block\(upcomingEvents\) a,
.block\(upcomingEvents\) .search-results .nav-next a,
.search-results .nav-next .block\(upcomingEvents\) a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 38, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .event-sc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 940px;
          flex: 0 1 940px;
  margin: 0 auto;
}

/* line 43, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .event-slider {
  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: -33px;
  margin-bottom: -33px;
}

/* line 51, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .item {
  margin-left: 33px;
  margin-bottom: 33px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 290px;
          flex: 0 1 290px;
  padding-bottom: 34px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(17, 18, 97, 0.3);
          box-shadow: 3px 3px 4px 0 rgba(17, 18, 97, 0.3);
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: background-color 0.2s ease, -o-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 63, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .item:hover {
  background-color: #e8f6f7;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: background-color 0.2s ease, -o-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 72, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .e-image {
  width: 100%;
  height: 205.4px;
  margin-bottom: 28px;
}

/* line 77, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) .e-image img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

/* line 86, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) p {
  padding-left: 21px;
  padding-right: 21px;
}

/* line 91, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) p.c\(gold\) {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.21px;
  margin-bottom: 8.7px;
}

/* line 98, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\) p.c\(jeans\) {
  color: #111261;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

/* line 105, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\).blue {
  background-color: #f3feff;
}

/* line 108, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\).blue .container {
  background-color: #2e3284;
}

/* line 112, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\).blue h2 {
  color: #fff;
}

/* line 118, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\).all_white h2 {
  color: #111261;
}

/* line 123, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\).white {
  background-color: #fff8f3;
}

/* line 126, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\).white .container {
  background-color: #fff;
}

/* line 130, resources/assets/styles/blocks/_upcoming_events.scss */

.block\(upcomingEvents\).white h2 {
  color: #111261;
}

/* line 47, stdin */

* {
  min-width: 0;
  min-height: 0;
}

/* line 52, stdin */

html {
  overflow-x: hidden;
}


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