@charset "UTF-8";
:root {
  --base-dkblue: rgb(0, 29, 51);
  --base-blue: hsl(209, 78%, 33%);
  --base-cyan: hsl(199, 80%, 45%);
  --base-cyan-light: hsl(199, 80%, 65%);
  --base-yellow: hsl(46, 100%, 50%);
  --base-orange:	hsl(12, 100%, 70%);
  --base-gray: hsl(188, 7%, 43%);
  --base-ltgray: hsl(189, 9%, 84%);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
}

:root {
  --fs-0: 1.4rem;
  --fs-1: 1.6rem;
  --fs-2: 1.8rem;
  --fs-3: 2.2rem;
  --fs-4: 2.6rem;
  --fs-5: 3rem;
  --fs-6: 3.3rem;
  --fs-small: 1.3rem;
}

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

@keyframes root {
  0% {
    font-size: 0%;
    line-height: 1.25;
  }
  100% {
    font-size: 62.5%;
    line-height: 1.5;
  }
}
:root {
  --tt-key: root;
  --tt-max: 1000;
  --tt-ease: cubic-bezier(0, 0.75, 0.1, 0.9);
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem;
}

h1 {
  font-size: var(--fs-5);
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

:target {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

hr {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: var(--base-ltgray); /* old IE */
  background-color: var(--base-ltgray);
}

.bold {
  font-weight: 700;
}

.gsap-animate {
  visibility: hidden;
}

body {
  color: var(--base-dkblue);
}

.main-header {
  padding-block: 1.25rem;
}
.main-header .grid {
  grid-template-columns: 1fr 2fr;
}
.main-header .logo {
  width: min(50%, 100px);
}
.main-header .secondary-navigation {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.main-header .secondary-navigation a {
  font-size: var(--fs-0);
  font-weight: 600;
  text-decoration: none;
  color: var(--base-blue);
}
.main-header .secondary-navigation a:hover {
  color: var(--base-dkblue);
}
.main-header .media-links {
  display: flex;
  justify-content: flex-end;
  order: 2;
  order: 1;
}
.main-header .media-links a {
  color: var(--base-dkblue);
  font-size: var(--fs-4);
}
.main-header .additional-links {
  order: 2;
}

@media (min-width: 568px) {
  .main-header .additional-links {
    order: 1;
    margin-right: 2rem;
  }
  .main-header .secondary-navigation {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 700px) {
  .main-header .logo {
    width: min(100%, 300px);
  }
}
/**
 * Initial state, hidden off screen
 */
.clicky-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden; /*[1]*/
}

/**
 * No JS fallback
 *
 * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
 */
.clicky-menu.no-js li:hover > ul {
  visibility: visible;
}

.clicky-menu.no-js li:focus-within > ul { /*[2]*/
  visibility: visible;
}

/**
 * Open/Close Menu Behavior with JS
 */
.clicky-menu ul[aria-hidden=false] {
  visibility: visible;
}

/* Prevent offscreen-submenus */
.clicky-menu .sub-menu--right {
  left: auto !important;
  right: 0 !important;
}

/**
 * Footnotes
 *
 * [1] Using visibility instead of display allows for easier transitions and animation of submenus
 * [2] Must be a separate ruleset so that hover works in non-modern browsers
 */
.site-navigation {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  height: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: var(--base-dkblue);
  border-bottom: 1px solid var(--base-cyan);
}
.site-navigation.open {
  height: auto;
}

.site-navigation * {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.site-navigation .container {
  width: min(100%, 1400px);
}

@media (min-width: 1000px) {
  .site-navigation {
    overflow: visible;
    height: auto !important;
  }
}
.clicky-menu {
  justify-content: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.clicky-menu button.is-active {
  background-color: var(--base-blue);
}

/* General Link & Button Styles */
.clicky-menu a,
.clicky-menu button {
  transition: background-color 0.25s ease;
  padding: 1em 2em 1em 2em;
  color: var(--white);
  text-decoration: none;
}
.clicky-menu a.is-active,
.clicky-menu button.is-active {
  background-color: var(--base-blue);
}

.clicky-menu button {
  padding: 1em 2em;
}
.clicky-menu button[aria-expanded=false] {
  background-color: transparent;
}
.clicky-menu button[aria-expanded=false] .nav-link-wrapper {
  background-image: url("/img/angle-down-solid-cyan.svg");
}
.clicky-menu button[aria-expanded=true], .clicky-menu button:hover, .clicky-menu button.is-active {
  background-color: var(--base-cyan);
}
.clicky-menu button[aria-expanded=true] .nav-link-wrapper, .clicky-menu button:hover .nav-link-wrapper, .clicky-menu button.is-active .nav-link-wrapper {
  background-image: url("/img/angle-down-solid-white.svg");
}
.clicky-menu button.is-active {
  background-color: var(--base-blue);
}
.clicky-menu button .nav-link-wrapper {
  display: inline-block;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}

.clicky-menu a:hover {
  background: var(--base-cyan);
}

.clicky-menu a:focus,
.clicky-menu button:focus {
  outline: 0.125em dotted var(--base-cyan);
  outline-offset: -0.125em;
}

/* Top Level Items */
.clicky-menu > li {
  position: relative;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}

.clicky-menu > li > a,
.clicky-menu > li > button {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0;
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer;
}

@media (min-width: 1000px) {
  .clicky-menu > li > a,
  .clicky-menu > li > button {
    justify-content: center;
  }
}
/* Icon */
.clicky-menu svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}

.clicky-menu [aria-expanded=true] svg {
  transform: scaleY(-1);
}

/* Submenu Styles */
.clicky-menu ul {
  min-width: 100%;
  width: 12em;
  margin-top: 0;
  padding: 0;
  list-style: none;
  background-color: var(--white);
  border: 1px solid var(--base-ltgray);
}

@media (min-width: 1000px) {
  .clicky-menu {
    display: flex;
    justify-content: center;
  }
}
/* Responsive Submenu Behavior */
.clicky-menu ul[aria-hidden=false] {
  position: static;
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 1000px) {
  .clicky-menu ul[aria-hidden=false] {
    position: absolute;
    width: auto;
  }
}
/* Submenu Links */
.clicky-menu ul a {
  display: block;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  color: var(--base-dkblue);
}
.clicky-menu ul a:hover {
  background-color: var(--base-dkblue);
  color: var(--white);
}
.clicky-menu ul a.is-active {
  background-color: var(--base-blue);
  color: var(--white);
}

.clicky-menu *[aria-expanded=true] {
  background-color: var(--base-cyan);
}

@media (min-width: 1000px) {
  .clicky-menu ul a {
    padding: 0.375em 1em;
    white-space: nowrap;
  }
  .clicky-menu button {
    padding: 1em 1.25em 1em calc(1.25em + 10px);
  }
}
.nav-toggle {
  background-color: var(--base-dkblue);
  border-bottom: 1px solid var(--base-blue);
  padding: 1rem 0;
}
.nav-toggle button {
  background-color: var(--base-blue);
  border: none;
  cursor: pointer;
}

@media (min-width: 1000px) {
  .nav-toggle {
    display: none;
  }
}
@keyframes banner {
  35% {
    padding-block: 3rem;
  }
  100% {
    padding-block: 12rem;
  }
}
.banner {
  background-color: var(--base-dkblue);
  background-size: cover;
}
.banner__container {
  width: min(100%, 1600px);
  margin-inline: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
  height: 30vh;
  min-height: 300px;
  max-height: 450px;
}
.banner__copy-container {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  height: 30vh;
  min-height: 300px;
  max-height: 450px;
}
.banner__copy {
  max-width: 40ch;
  padding-left: 3rem;
}
.banner__gradient {
  background: rgb(0, 29, 51);
  background: linear-gradient(90deg, rgb(0, 29, 51) 0%, rgba(0, 29, 51, 0) 300%);
}

@media (min-width: 768px) {
  .banner__gradient {
    background: rgb(0, 29, 51);
    background: linear-gradient(90deg, rgb(0, 29, 51) 15%, rgba(0, 29, 51, 0) 80%, rgb(0, 29, 51) 100%);
  }
}
.awards__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.awards__image {
  max-width: 75px;
}

@media (min-width: 768px) {
  .awards__image {
    max-width: 125px;
  }
}
@media (min-width: 968px) {
  .awards__images {
    column-gap: 3rem;
  }
  .awards__image {
    max-width: 150px;
  }
}
.services {
  text-align: center;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.services__columns {
  display: flex;
  justify-content: center;
  gap: 6rem;
  text-align: center;
  flex-wrap: wrap;
}
.services__line {
  position: absolute;
  width: 5000%;
  height: 2px;
  top: 140px;
  right: 0;
  left: -2500%;
  margin: 0 auto;
  z-index: -1;
  background-color: var(--base-cyan);
}
.services__line-circle-left, .services__line-circle-right {
  width: 9px;
  height: 9px;
  border-radius: 500px;
  background-color: var(--base-cyan);
  position: absolute;
  top: 50.25%;
  bottom: 50%;
  margin: auto;
  z-index: 100;
}
.services__line-circle-left {
  right: 110%;
}
.services__line-circle-right {
  left: 110%;
}
.services__service {
  width: 100%;
}
.services__home-image {
  position: relative;
}
.services__home-image img {
  border-radius: 500px;
}
.services__home-image-border {
  position: relative;
  width: 280px;
  border-radius: 500px;
  border-style: solid;
  border-color: var(--white);
  border-width: 30px;
  margin: 0 auto;
}
.services__home-image-border:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  border-radius: 500px;
  border: 8px solid var(--base-ltgray);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  .services__service {
    width: 44%;
  }
}
@media (min-width: 1024px) {
  .services__service {
    width: 28%;
  }
}
.industries-section__entries {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.industries-section__entry {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  isolation: isolate;
  position: relative;
  text-decoration: none;
  transition: all 0.35s ease;
}
.industries-section__entry-title {
  position: relative;
  bottom: 0;
  padding: 0.25rem;
  line-height: 1;
  margin-top: 20rem;
  background-color: rgba(100, 100, 0, 0.15);
}
.industries-section__entry-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.industries-section__entry-icon {
  position: absolute;
  filter: drop-shadow(0 0 10px rgba(39, 46, 59, 0.5));
  top: -6rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 75px;
}

@media (min-width: 568px) {
  .industries-section__entry {
    width: calc(50% - 3rem);
  }
}
.testimonials__testimonial {
  margin: 0 auto 2rem auto;
}
.testimonials__logo {
  margin: 0 auto 4rem auto;
}

.about-service-section__image {
  border-radius: 500px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  border: 8px solid var(--base-ltgray);
}
.about-service-section ul {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}
.about-service-section ul li::before {
  content: "•";
  color: var(--base-ltgray);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.about-service-section h3 ~ p, .about-service-section h3 ~ ul, .about-service-section h3 ~ ol {
  margin-top: 0;
}

.service-closing-section__headline {
  position: relative;
}
.service-closing-section__point-line {
  width: 1000%;
  position: absolute;
  top: 15px;
  right: 103%;
  z-index: 1000;
}
.service-closing-section__line {
  width: 100%;
  height: 2px;
  background-color: var(--base-cyan);
  position: relative;
}
.service-closing-section__point {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 500px;
  top: -4px;
  right: 0;
  background-color: var(--base-cyan);
}

.services-listing ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.services-listing__entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  border: 1px solid #A1BCD5;
  filter: drop-shadow(0 0 6px #cacbce);
  border-radius: 1rem;
  background-color: var(--white);
  margin: 3rem 0;
  align-items: stretch;
  overflow: hidden;
}
.services-listing__entry:first-child {
  margin-top: 0;
}
.services-listing__entry:last-child {
  margin-bottom: 0;
}
.services-listing__category {
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0;
}
.services-listing__icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
.services-listing__lead-in {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  color: var(--base-blue);
}
.services-listing__left-column {
  background-color: var(--base-dkblue);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.services-listing__right-column {
  padding: 1.5rem;
}
.services-listing__sign-off {
  font-size: 2.2rem;
}
.services-listing__sign-off a {
  color: var(--base-blue);
}

@media (min-width: 568px) {
  .services-listing__entry {
    grid-template-columns: 175px 1fr;
  }
}
.main-footer__logo {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.main-footer__navigation, .main-footer__navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.main-footer__navigation a, .main-footer__navigation ul a {
  text-decoration: none;
  color: var(--white);
}
.main-footer__navigation a:hover, .main-footer__navigation ul a:hover {
  color: var(--base-cyan);
  text-decoration: underline;
}
.main-footer__navigation a:not([href]), .main-footer__navigation ul a:not([href]) {
  display: none;
  color: var(--base-cyan);
}
.main-footer__business-logos {
  border-top: 1px solid var(--base-blue);
  border-bottom: 1px solid var(--base-blue);
}
.main-footer__business-logos ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.main-footer__business-logo {
  min-width: 145px;
  max-width: 145px;
  flex: 1;
}
.main-footer__contact-information a {
  color: var(--base-cyan-light);
  text-decoration: none;
  text-decoration: underline;
}
.main-footer__legal-information a {
  color: var(--white);
}

/* MINI CALENDAR */
#mini_calendar td, #mini_calendar th {
  padding: 0;
  margin: 0;
  text-align: center;
}

#mini_calendar th {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--base-blue);
}

#mini_calendar .mini_calendar_days th {
  background: var(--base-blue);
  color: var(--white);
  border: 1px solid #979797;
  border-width: 1px 0;
}

#mini_calendar th a {
  color: #000;
  font-size: 15px;
}

#mini_calendar td a {
  display: block;
  color: #fff;
}

#mini_calendar td div, #mini_calendar td.has_events div #mini_calendar td.mini_calendar_pad div {
  vertical-align: middle;
  text-align: center;
  padding: 6px;
}

#mini_calendar td.has_events div {
  padding: 0;
}

#mini_calendar td.has_events div a {
  font-weight: bold;
  color: #000000;
  display: block;
  padding: 6px;
  background-color: hsl(199, 80%, 80%);
  color: var(--base-dkblue);
}

#mini_calendar td.has_events .middot {
  display: block;
  padding: 6px;
}

#mini_calendar .middot {
  color: #bcbcbc;
}

#mini_calendar td.has_events div a:hover {
  background: #dff0d9;
  text-decoration: none;
}

#mini_calendar td.today div, #mini_calendar td.today div a {
  background-color: hsl(189, 9%, 90%);
}

.button {
  background-color: var(--base-dkblue);
  color: var(--white);
  text-decoration: none;
  padding: 0.65em 1.5em;
  border-radius: 0.25em;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  transition: background-color 0.25s ease;
}
.button:hover {
  background-color: var(--base-blue);
}
.button--blue {
  background-color: var(--base-blue);
}
.button--blue:hover {
  background-color: var(--base-dkblue);
}
.button--cyan {
  background-color: var(--base-cyan);
}
.button--orange {
  background-color: var(--base-orange);
  color: var(--base-dkblue);
}
.button--orange:hover {
  background-color: var(--white);
  color: var(--base-dkblue);
}
.button--white {
  background-color: var(--white);
  color: var(--base-dkblue);
}
.button--small {
  font-size: 1.4rem;
  padding: 0.45em 1em;
}

.pagination {
  text-align: center;
  margin: 2rem auto 2rem auto;
  display: block;
  padding-top: 2rem;
}
.pagination a {
  color: var(--base-blue);
}
.pagination__first-page, .pagination__last-page, .pagination__page-link, .pagination__current-page {
  padding: 5px;
}
.pagination__current-page {
  color: var(--white);
  background-color: var(--base-dkblue);
  padding: 5px 10px;
  border-radius: 3px;
}
.pagination__pages {
  display: inline-block;
}
.image-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.image-gallery__image-link img {
  border-radius: 0.5rem;
}
.image-gallery__image-link, .image-gallery__image-link img {
  transition: all 0.25s ease;
}
.image-gallery__image-link:hover img, .image-gallery__image-link img:hover img {
  transition: all 0.25s ease;
  transform: scale(1.05) rotate(-1deg);
}

.internal-committees {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.internal-committee {
  width: 100%;
}
.internal-committee__logo {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.internal-committee__name {
  margin-top: 0;
}

@media (min-width: 768px) {
  .internal-committees {
    gap: 6rem;
  }
  .internal-committee {
    width: 28%;
  }
}
.team-testimonials__entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid #A1BCD5;
  border-radius: 1rem;
  margin: 3rem 0;
  padding: 2rem;
}
.team-testimonials__image {
  border-radius: 500px;
  max-width: 125px;
  border: 6px solid var(--base-ltgray);
}

@media (min-width: 768px) {
  .team-testimonials__entry {
    gap: 4rem;
    grid-template-columns: 125px 1fr;
  }
}
.core-values {
  color: var(--white);
}
.core-values__team-photo {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 1rem;
}

.total-rewards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.total-rewards__entry {
  width: 100%;
  max-width: 220px;
}
.total-rewards__image {
  width: 100px;
  margin: 0 auto;
  border: 1px solid var(--base-ltgray);
  padding: 8px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .total-rewards {
    gap: 4rem;
  }
}
.philanthropy-club-list a {
  color: var(--base-blue);
}
.philanthropy-club-list__entry {
  padding: 6rem 0;
}
.philanthropy-club-list__entry:first-child {
  padding-top: 0;
}
.philanthropy-club-list__entry:not(:last-child) {
  border-bottom: 1px solid var(--base-ltgray);
}
.philanthropy-club-list__logo {
  margin: 0 auto;
  max-width: 200px;
}

.search-form {
  display: flex;
  align-items: center;
}
.search-form__input, .search-form__button {
  border: 1px solid var(--base-blue);
  padding: 1rem;
  display: block;
}
.search-form__button {
  background-color: var(--base-blue);
  color: var(--white);
}
.search-form__button:hover {
  background-color: var(--base-dkblue);
}

.insights-topics a {
  color: var(--base-blue);
}

.videos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.videos__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videos__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .videos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .videos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fractional-model {
  background-color: #0E2D4D;
}
.fractional-model__entries {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.fractional-model__entry {
  color: var(--white);
  width: 45%;
}
.fractional-model__entry strong {
  color: var(--base-yellow);
}
.fractional-model__entry p {
  margin-bottom: 0;
}
.fractional-model__icon {
  display: block;
  margin: 0 auto;
  width: 70px;
}

@media (min-width: 768px) {
  .fractional-model__entry {
    width: 27.5%;
  }
}
@media (min-width: 1024px) {
  .fractional-model__entry {
    width: 15%;
  }
}
.simple-page a {
  color: var(--base-blue);
}

.whats-new {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
.whats-new__preview {
  border: 1px solid var(--base-ltgray);
  border-radius: 6px;
  margin: 2rem 0;
  padding: 2rem;
  display: flex;
  gap: 0;
}
.whats-new__preview:first-child {
  margin-top: 0;
}
.whats-new__list {
  order: 2;
}
.whats-new__side-bar {
  order: 1;
}
.whats-new__thumbnail {
  display: none;
}
.whats-new__hero-image {
  border: 1px solid var(--base-ltgray);
  border-radius: 4px;
  max-width: 500px;
}
.whats-new__date, .whats-new__category {
  color: var(--base-dkblue);
  font-size: 1.8rem;
}
.whats-new__category {
  font-weight: 700;
}
.whats-new__shortDescription {
  font-size: 2rem;
}
.whats-new__title-link {
  text-decoration: none;
  color: var(--base-blue);
}
.whats-new__read-more {
  background-color: var(--base-ltgray);
  color: var(--base-dkblue) !important;
  text-decoration: none;
  padding: 0.35em 1.15em;
  border-radius: 0.25em;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  transition: background-color 0.25s ease;
}
.whats-new__read-more:hover {
  background-color: var(--base-dkblue);
  color: var(--white) !important;
}

@media (min-width: 568px) {
  .whats-new__thumbnail {
    width: 150px;
    border-radius: 4px;
    display: block;
  }
  .whats-new__preview {
    gap: 2rem;
  }
}
@media (min-width: 968px) {
  .whats-new {
    grid-template-columns: 1fr 300px;
  }
  .whats-new__list {
    order: 1;
  }
  .whats-new__side-bar {
    order: 2;
  }
}
.insight-entry a {
  color: var(--base-blue);
}
.insight-entry__hero-image {
  border: 1px solid var(--base-ltgray);
  border-radius: 6px;
  overflow: hidden;
}
.insight-entry figure {
  padding: 0;
  margin: 0;
}
.insight-entry figure figcaption {
  color: var(--base-blue);
  margin: 1rem 0 3rem 0;
  font-size: 1.7rem;
}
.insight-entry figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.industry-solutions__industry {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.industry-solutions__industry:first-child {
  padding-top: 0;
}
.industry-solutions__industry:not(:last-child) {
  border-bottom: 1px solid var(--base-ltgray);
}
.industry-solutions__info {
  text-align: center;
}
.industry-solutions__icon {
  width: 70px;
  margin: 2rem auto 0 auto;
}
.industry-solutions__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4rem;
  row-gap: 2rem;
  flex-wrap: wrap;
}
.industry-solutions__logos img {
  max-width: 100px;
}

@media (min-width: 768px) {
  .industry-solutions__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    text-align: left;
  }
  .industry-solutions__info-2 .industry-solutions__copy, .industry-solutions__info-4 .industry-solutions__copy {
    order: 1;
  }
  .industry-solutions__info-2 .industry-solutions__image, .industry-solutions__info-4 .industry-solutions__image {
    order: 2;
  }
  .industry-solutions__icon {
    margin: initial;
  }
}
.team__team {
  padding: 0 0 4rem 0;
}
.team__team:not(:last-child) {
  border-bottom: 1px solid var(--base-ltgray);
}
.team__linkedin-link {
  color: var(--base-blue);
}
.team__linkedin-link:hover {
  color: var(--base-cyan);
}
.team__members {
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
  flex-wrap: wrap;
  column-gap: 8rem;
  row-gap: 3rem;
}
.team__member {
  width: 250px;
}
.team__photo {
  border-radius: 500px;
  width: 100%;
  max-width: 250px;
  margin: 2rem auto;
  border: 8px solid var(--base-ltgray);
}

.calendar-events__list {
  display: grid;
}

@media (min-width: 968px) {
  .calendar-events__list {
    grid-template-columns: 1fr 250px;
    gap: 30px;
  }
}
.calendar-events__list .blue {
  color: #135796;
}

.calendar-events__left-column {
  order: 2;
  margin-top: 40px;
}

@media (min-width: 968px) {
  .calendar-events__left-column {
    order: 1;
    margin-top: 0;
  }
}
.calendar-events__right-column {
  order: 1;
}

@media (min-width: 968px) {
  .calendar-events__right-column {
    order: 2;
  }
}
.calendar-events__entry-details {
  padding: 20px;
}

.calendar-events__entry-tag {
  text-transform: uppercase;
  color: #135796;
  font-size: 0.85rem;
  font-weight: 600;
}

.calendar-events__entry-title {
  color: #135796;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.calendar-events__entry-date-time {
  color: #001d33;
  font-weight: 600;
  margin-bottom: 5px;
}

.calendar-events__entry-cta {
  margin-top: 8px;
  color: #135796;
  display: inline-block;
}

.calendar-events__entry-cta i {
  font-size: 14px;
}

.calendar-events__entry-cta-button {
  background-color: #135796;
  border-radius: 500px;
  color: #fff !important;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}

.calendar-events__entry-cta-button:hover {
  color: #fff;
  background-color: #001d33;
}

.calendar-events__entry-thumbnail {
  background-color: #135796;
  height: 100%;
  min-height: 200px;
  background-position: center center;
  background-size: cover;
  display: none;
}

@media (min-width: 568px) {
  .calendar-events__entry-thumbnail {
    display: initial;
  }
}
.calendar-events__entry-image {
  border-radius: 6px;
  margin-bottom: 30px;
}

.calendar-events__entry {
  width: 100%;
  display: grid;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #A1BCD5;
  filter: drop-shadow(0 0 6px #cacbce);
  background-color: #fff;
  border-radius: 6px;
}

.calendar-events__entry:nth-child(odd) {
  grid-template-columns: 1fr;
}

@media (min-width: 568px) {
  .calendar-events__entry:nth-child(odd) {
    grid-template-columns: 1fr 225px;
  }
}
.calendar-events__entry:nth-child(even) {
  grid-template-columns: 1fr;
}

@media (min-width: 568px) {
  .calendar-events__entry:nth-child(even) {
    grid-template-columns: 225px 1fr;
  }
}
@media (min-width: 568px) {
  .calendar-events__entry {
    max-width: 850px;
  }
}
.calendar-events__entry:nth-child(odd) .calendar-events__entry-details {
  order: 1;
}

.calendar-events__entry:nth-child(odd) .calendar-events__entry-thumbnail {
  order: 2;
}

.calendar-events__entry:nth-child(even) .calendar-events__entry-details {
  order: 2;
}

.calendar-events__entry:nth-child(even) .calendar-events__entry-thumbnail {
  order: 1;
}

.calendar-events__list-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.calendar-events__list-group li {
  margin: 0.25rem 0;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
}

.calendar-events__badge {
  display: inline-block;
  background-color: #135796;
  border-radius: 6px;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.calendar-events__table {
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
}

.calendar-events__table td, .calendar-events__table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.calendar-events__day {
  text-transform: capitalize;
}

.calendar-events__day-navigation {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.calendar-events-sidebar #mini-cal-wrapper {
  margin-bottom: 30px;
}

.calendar-events-sidebar h3 {
  text-transform: capitalize;
  font-size: 1.4rem;
}

.calendar-events-sidebar__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.calendar-events-sidebar__list a {
  text-decoration: none;
  font-weight: 600;
}

.calendar-events-sidebar__divider {
  height: 6px;
  margin: 40px 0;
}

/* MINI CALENDAR */
#mini_calendar {
  border: 1px solid #A1BCD5;
  display: inline-block;
  border-radius: 6px;
  width: 100%;
}

@media (min-width: 968px) {
  #mini_calendar {
    width: initial;
  }
}
#mini_calendar .table {
  width: 100%;
}

@media (min-width: 968px) {
  #mini_calendar .table {
    width: initial;
  }
}
#mini_calendar td, #mini_calendar th {
  padding: 0;
  margin: 0;
  text-align: center;
}

#mini_calendar th {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #135796;
}

#mini_calendar .mini_calendar_days th {
  background: #135796;
  color: #fff;
  border: 1px solid #979797;
  border-width: 1px 0;
}

#mini_calendar th a {
  color: #000;
  font-size: 15px;
}

#mini_calendar td a {
  display: block;
  color: #fff;
}

#mini_calendar td div, #mini_calendar td.has_events div #mini_calendar td.mini_calendar_pad div {
  vertical-align: middle;
  text-align: center;
  padding: 6px;
}

#mini_calendar td.has_events div {
  padding: 0;
}

#mini_calendar td.has_events div a {
  font-weight: bold;
  color: #000000;
  display: block;
  padding: 6px;
  background-color: hsl(199, 80%, 80%);
  color: var(--base-dkblue);
}

#mini_calendar td.has_events .middot {
  display: block;
  padding: 6px;
}

#mini_calendar .middot {
  color: #bcbcbc;
}

#mini_calendar td.has_events div a:hover {
  background: #001d33;
  color: #fff;
  text-decoration: none;
}

#mini_calendar td.today div, #mini_calendar td.today div a {
  background-color: hsl(189, 9%, 90%);
}


.customer-stories-section__entry {
  padding: 2rem 0;
  border-top: 1px solid var(--base-ltgray);
}
.contact-us-section__locations, .contact-us-section address {
  font-style: normal;
}

.container {
  width: min(100% - 3rem, 1400px);
  margin-inline: auto;
}
.container--1800 {
  width: min(100% - 3rem, 1800px);
  margin-inline: auto;
}
.container--1600 {
  width: min(100% - 3rem, 1600px);
  margin-inline: auto;
}
.container--1500 {
  width: min(100% - 3rem, 1500px);
  margin-inline: auto;
}
.container--1300 {
  width: min(100% - 3rem, 1300px);
  margin-inline: auto;
}
.container--1200 {
  width: min(100% - 3rem, 1200px);
  margin-inline: auto;
}
.container--1150 {
  width: min(100% - 3rem, 1150px);
  margin-inline: auto;
}
.container--1100 {
  width: min(100% - 3rem, 1100px);
  margin-inline: auto;
}
.container--1000 {
  width: min(100% - 3rem, 1000px);
  margin-inline: auto;
}
.container--900 {
  width: min(100% - 3rem, 900px);
  margin-inline: auto;
}
.container--800 {
  width: min(100% - 3rem, 800px);
  margin-inline: auto;
}
.container--700 {
  width: min(100% - 3rem, 700px);
  margin-inline: auto;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.wrap {
  justify-content: space-between;
}

.justify-left {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

@media (min-width: 768px) {
  .three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
  }
  .three-columns > * {
    width: calc(50% - 4rem);
  }
  .three-columns--gap6 {
    gap: 6rem;
  }
  .three-columns--gap6 > * {
    width: calc(50% - 6rem);
  }
}
@media (min-width: 1024px) {
  .three-columns {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .two-columns {
    display: flex;
    gap: 4rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .two-columns > * {
    width: calc(50% - 4rem);
  }
}
.grid {
  display: grid;
}

.grid-2-columns {
  grid-template-columns: repeat(2, 1fr);
}

.align-center {
  align-items: center;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

.gap-7 {
  gap: 7rem;
}

.gap-8 {
  gap: 8rem;
}

.gap-9 {
  gap: 9rem;
}

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

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

.no-bull {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clr-dkblue {
  color: var(--base-dkblue);
}

.clr-blue {
  color: var(--base-blue);
}

.clr-cyan {
  color: var(--base-cyan);
}

.clr-cyan-light {
  color: var(--base-cyan-light);
}

.clr-orange {
  color: var(--base-orange);
}

.clr-gray {
  color: var(--base-gray);
}

.clr-ltgray {
  color: var(--base-ltgray);
}

.clr-white {
  color: var(--white);
}

.bg-clr-dkblue {
  background-color: var(--base-dkblue);
}

.bg-clr-blue {
  background-color: var(--base-blue);
}

.bg-clr-cyan {
  background-color: var(--base-cyan);
}

.bg-clr-orange {
  background-color: var(--base-orange);
}

.bg-clr-gray {
  background-color: var(--base-gray);
}

.bg-clr-ltgray {
  background-color: var(--base-ltgray);
}

.bg-clr-white {
  background-color: var(--white);
}

.upper {
  text-transform: uppercase;
}

.fs-1 {
  font-size: var(--fs-1);
}

.fs-2 {
  font-size: var(--fs-2);
}

.fs-3 {
  font-size: var(--fs-3);
}

.fs-4 {
  font-size: var(--fs-4);
}

.fs-5 {
  font-size: var(--fs-5);
}

.fs-6 {
  font-size: var(--fs-6);
}

.fs-small {
  font-size: var(--fs-small);
}

.fw-600, strong {
  font-weight: 600;
}

.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mblock-0 {
  margin-block: 0rem;
}

.m-1 {
  margin: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mblock-1 {
  margin-block: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mblock-2 {
  margin-block: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mblock-3 {
  margin-block: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mblock-4 {
  margin-block: 2rem;
}

.m-5 {
  margin: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mblock-5 {
  margin-block: 2.5rem;
}

.m-6 {
  margin: 3rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mr-6 {
  margin-right: 3rem;
}

.mblock-6 {
  margin-block: 3rem;
}

.m-7 {
  margin: 3.5rem;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.ml-7 {
  margin-left: 3.5rem;
}

.mr-7 {
  margin-right: 3.5rem;
}

.mblock-7 {
  margin-block: 3.5rem;
}

.m-8 {
  margin: 4rem;
}

.mt-8 {
  margin-top: 4rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.ml-8 {
  margin-left: 4rem;
}

.mr-8 {
  margin-right: 4rem;
}

.mblock-8 {
  margin-block: 4rem;
}

.m-9 {
  margin: 4.5rem;
}

.mt-9 {
  margin-top: 4.5rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.ml-9 {
  margin-left: 4.5rem;
}

.mr-9 {
  margin-right: 4.5rem;
}

.mblock-9 {
  margin-block: 4.5rem;
}

.m-10 {
  margin: 5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.ml-10 {
  margin-left: 5rem;
}

.mr-10 {
  margin-right: 5rem;
}

.mblock-10 {
  margin-block: 5rem;
}

.m-11 {
  margin: 5.5rem;
}

.mt-11 {
  margin-top: 5.5rem;
}

.mb-11 {
  margin-bottom: 5.5rem;
}

.ml-11 {
  margin-left: 5.5rem;
}

.mr-11 {
  margin-right: 5.5rem;
}

.mblock-11 {
  margin-block: 5.5rem;
}

.m-12 {
  margin: 6rem;
}

.mt-12 {
  margin-top: 6rem;
}

.mb-12 {
  margin-bottom: 6rem;
}

.ml-12 {
  margin-left: 6rem;
}

.mr-12 {
  margin-right: 6rem;
}

.mblock-12 {
  margin-block: 6rem;
}

.m-13 {
  margin: 6.5rem;
}

.mt-13 {
  margin-top: 6.5rem;
}

.mb-13 {
  margin-bottom: 6.5rem;
}

.ml-13 {
  margin-left: 6.5rem;
}

.mr-13 {
  margin-right: 6.5rem;
}

.mblock-13 {
  margin-block: 6.5rem;
}

.m-14 {
  margin: 7rem;
}

.mt-14 {
  margin-top: 7rem;
}

.mb-14 {
  margin-bottom: 7rem;
}

.ml-14 {
  margin-left: 7rem;
}

.mr-14 {
  margin-right: 7rem;
}

.mblock-14 {
  margin-block: 7rem;
}

.m-15 {
  margin: 7.5rem;
}

.mt-15 {
  margin-top: 7.5rem;
}

.mb-15 {
  margin-bottom: 7.5rem;
}

.ml-15 {
  margin-left: 7.5rem;
}

.mr-15 {
  margin-right: 7.5rem;
}

.mblock-15 {
  margin-block: 7.5rem;
}

.m-16 {
  margin: 8rem;
}

.mt-16 {
  margin-top: 8rem;
}

.mb-16 {
  margin-bottom: 8rem;
}

.ml-16 {
  margin-left: 8rem;
}

.mr-16 {
  margin-right: 8rem;
}

.mblock-16 {
  margin-block: 8rem;
}

.m-17 {
  margin: 8.5rem;
}

.mt-17 {
  margin-top: 8.5rem;
}

.mb-17 {
  margin-bottom: 8.5rem;
}

.ml-17 {
  margin-left: 8.5rem;
}

.mr-17 {
  margin-right: 8.5rem;
}

.mblock-17 {
  margin-block: 8.5rem;
}

.m-18 {
  margin: 9rem;
}

.mt-18 {
  margin-top: 9rem;
}

.mb-18 {
  margin-bottom: 9rem;
}

.ml-18 {
  margin-left: 9rem;
}

.mr-18 {
  margin-right: 9rem;
}

.mblock-18 {
  margin-block: 9rem;
}

.m-19 {
  margin: 9.5rem;
}

.mt-19 {
  margin-top: 9.5rem;
}

.mb-19 {
  margin-bottom: 9.5rem;
}

.ml-19 {
  margin-left: 9.5rem;
}

.mr-19 {
  margin-right: 9.5rem;
}

.mblock-19 {
  margin-block: 9.5rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pblock-0 {
  padding-block: 0rem;
}

.p-1 {
  padding: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pblock-1 {
  padding-block: 1rem;
}

.p-2 {
  padding: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pblock-2 {
  padding-block: 2rem;
}

.p-3 {
  padding: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pblock-3 {
  padding-block: 3rem;
}

.p-4 {
  padding: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pblock-4 {
  padding-block: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pblock-5 {
  padding-block: 5rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pblock-6 {
  padding-block: 6rem;
}

.p-7 {
  padding: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pblock-7 {
  padding-block: 7rem;
}

.p-8 {
  padding: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pl-8 {
  padding-left: 8rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pblock-8 {
  padding-block: 8rem;
}

.p-9 {
  padding: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pl-9 {
  padding-left: 9rem;
}

.pr-9 {
  padding-right: 9rem;
}

.pblock-9 {
  padding-block: 9rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

a.offscreen {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  text-align: left;
  overflow: hidden;
}

a.offscreen:focus, a.offscreen:active, a.offscreen:hover {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background-color: #FF3;
  border: 1px dotted #000;
}

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