@charset "UTF-8";
/*
* ██████╗ ██████╗  █████╗ ███╗   ██╗ █████╗
* ██╔══██╗██╔══██╗██╔══██╗████╗  ██║██╔══██╗
* ██████╔╝██████╔╝███████║██╔██╗ ██║███████║
* ██╔═══╝ ██╔══██╗██╔══██║██║╚██╗██║██╔══██║
* ██║     ██║  ██║██║  ██║██║ ╚████║██║  ██║
* ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝
*
* The cosmic energy permeating the Universe on all levels
* and also the starter theme for VITL
*
*/
/*
* node_module Imports
*/
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 18px; 
  background: rgba(2, 26, 52, 1);
}

body {
  font-family: effra, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  background: #F9F9F9;
  padding-top: 0 !important;
}

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

main {
  min-height: calc(100vh - 425px);
}

a, p a, p a:not([class]) {
  color: #021A34;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media (min-width: 992px) {
  a, p a, p a:not([class]) {
    letter-spacing: 0.04em;
  }
}

a:hover, p a:hover, p a:not([class]):hover,
.container a:hover, .container p a:hover, .container p a:not([class]):hover {
  color: rgba(82, 122, 145, 1);
  border-bottom: 0;
  cursor: pointer;
}



p, ol, ul {
  margin-top: 0;
  font-family: effra, sans-serif;
  font-size: 1rem; 
  font-weight: 400;
  line-height: 1.5rem;
  color: #001E30;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    p, ol, ul {
      font-size: 1rem;
      line-height: 1.75rem;
      letter-spacing: 0.03em;
    }
  }

h1,
h2,
h3,
h4,
h5 {
  font-family: urw-din, sans-serif;
  margin-top: 0;
  color: #002b53;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal; }
  @media (min-width: 992px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      margin-bottom: .5em; } }

h1 {
  margin: 0;
  font-size: 2.777em;
  color: #3F40400;
  padding-bottom: 0.5rem;
}
  @media (max-width: 992px) {
    h1 {
      margin: 0;
      font-size: 2em;
      font-weight: 700;
      line-height: 1.2em; 
    } 
  }

h2 {
  font-size: 1.875rem; 
  line-height: 1.975rem;
  font-weight: 600;
}
h2 a {
  font-size: 1.875rem; 
  line-height: 1.975rem;
  font-weight: 700;
}
  @media (min-width: 992px) {
    h2 {
      font-size: 45px;
      line-height: 55px; } 
    }
    h2 a {
      font-size: 45px;
      line-height: 55px; } 
    }

h3 {
  font-size: 1.125rem; 
}
  @media (min-width: 992px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.225rem; 
  font-weight: 400;
  margin: 1em 0;
  color: #333;
}
  @media (min-width: 992px) {
    h4 {
      font-size: 1.625rem; } }

h5, h6 {
  font-size: 1rem; }

button {
  cursor: pointer; }



.container,
.site-content #cmplz-document.cmplz-document {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto; 
}
.container.page,
.container.event,
.container.news,
.container.career,
.site-content #cmplz-document.cmplz-document {
  margin-top: 6rem; 
  margin-bottom: 6rem;
}
.site-content #cmplz-document.cmplz-document {
  margin-top: 6rem; 
}
  @media (min-width: 576px) {
    .container,
    .site-content #cmplz-document.cmplz-document {
      max-width: 540px; 
    } 
  }
  @media (min-width: 768px) {
    .container,
    .site-content #cmplz-document.cmplz-document {
      max-width: 720px; 
    } 
  }
  @media (min-width: 992px) {
    .container,
    .site-content #cmplz-document.cmplz-document {
      max-width: 960px;
      padding-right: 0px;
      padding-left: 0px; 
    }
  }
  @media (min-width: 1440px) {
    .container,
    .site-content #cmplz-document.cmplz-document {
      max-width: 1140px; 
    } 
  }
  

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
    
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
  max-width: 800px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1100px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1328px; } }


.button,
.wp-element-button {
  display: inline-block;
  padding: 0.95em 1.75em;
  margin: 1rem 1rem 1rem 0;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #333;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
.button:hover,
.wp-element-button:hover {
  border: 1px solid #000;
  color: #000 !important;
}

@media (max-width: 992px) {
  .button,
  .wp-element-button,
  .wp-block-buttons>.wp-block-button {
    width: 100%;
    display: block;
  }
}


body.home {
  padding-top: 0 !important;
}
body.home .site-content {
  margin-bottom: 0;
}
.home .site-header.scroll-top {
  top: 0px;
}
.home.site-nav-is-open .site-header.scroll-top {
  top: 0;
}
.home.site-nav-is-open.admin-bar .site-header.scroll-top {
  top: 32px;
}
.home .home-featured {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  text-align: center;
  background: #021A34;
  overflow: hidden;
}
.home .home-featured .branding {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 100px 0;
  max-width: 80%
}
.home .home-featured .featured-intro {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  margin-left: -585px;
}
.home .home-featured .video-full-width {
  width: auto;
  min-height: 100vh;
  min-width: 100%;
}
.home .home-featured .featured-intro h1 {
  color: #FFF;
}
.home .home-featured .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 101vh;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(1, 13, 25, 0.35) 0%, rgba(1, 13, 25, 0.35) 90%,#011a34 100%);
  opacity: 1;
}
.home.admin-bar .home-featured .featured-background {
  height: calc(100% + 34px);
}
.featured-stage {
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #021A34 0%, #010D19 100%);
}
.featured-stage-set {
  position: relative;
  min-width: 1500px;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .home .home-featured .featured-intro {
    left: 0;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .home .home-featured .video-full-width {
    width: auto;
    height: 100%;
    min-height: 100vh;
    min-width: unset;
  }
  .featured-stage {
    top: 0;
    width: 100%;
  }
  .featured-stage-set {
    left: 0;
  }
}
@media (max-width: 782px) {
  .home.admin-bar .home-featured .featured-background {
    height: calc(100% + 46px);
  }
}
@media (min-width: 776px) {
  .home .home-featured {
    height: 90hv;
  }
  .home-featured .featured-stage-set {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .home .home-featured {
    height: 90hv;
  }
  .home-featured .featured-stage-set {
    height: 400px;
  }
  .home .home-featured .wallpaper {
    min-height: 650px;
  }
  .home .home-featured .background-overlay {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .home .home-featured {
    height: 90hv;
  }
  .home-featured .featured-stage-set {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 450px;
  }
  .home .home-featured .wallpaper {
    min-height: 700px;
  }
}
@media (min-width: 1600px) {
  .featured-stage {
    top: 0;
    width: 100%;
  }
  .featured-stage-set {
    left: 0;
  }
}
@media (min-width: 1800px) {
  .featured-stage {
    top: 0;
    width: 100%;
  }
}



/* WP Blocks */

.wp-block-group,
.wp-block-columns {
  max-width: 100%;
}

/* Block Layout */
.wp-block-column.box-shadow {
  background: #FFF;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  padding: 1em 1.5em;
}
.wp-block-column.box-shadow p {
  font-size: 1em;
  line-height: 1.5em;
}

/* Block Quote */
blockquote.wp-block-quote {
  margin: 3rem 0;
  padding: 2rem 50px; }
  @media (min-width: 992px) {
    .wp-block-quote blockquote {
      padding: 0 68px;
    }
  }
blockquote.wp-block-quote p {
  position: relative;
  font-family: effra, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  color: #555;
  text-align: left; }
  blockquote.wp-block-quote p::before {
      position: absolute;
      top: -25px;
      left: -10px;
      content: "“";
      font-style: normal;
      color: #002b53;
      font-size: 4.25rem;
  }
  blockquote.wp-block-quotet p::after {
      position: relative;
      content: "”";
      color: #002b53;
      font-size: 1.375rem;
  }


.wp-block-embed-youtube {
  margin: 1rem 0;
}

.wp-block-embed-youtube,
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignright img,
.alignleft img {
  height: auto !important;
}

.wp-block-image img {
  height: auto !important;
}

@media (min-width: 768px) {
  .wp-block-image {
    filter: drop-shadow(-1px 6px 15px rgba(0, 0, 0, 0.5));
  }
  .wp-block-image .alignright {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
    shape-outside: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
    margin: 0.5em -30% 2em 2em;
  }
  .wp-block-image .alignleft {
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    shape-outside: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    margin: 0.5em 2em 2em -32%;
  }
}

@media screen and (max-width: 300px) {
  .wp-block-image .alignright {
    margin: 1.5rem 0;
  }
  .wp-block-image .alignleft {
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 776px) {
  .has-text-align-right {
    text-align: left;
  }
}
@media screen and (min-width: 301px) and (max-width: 768px) {
  .wp-block-image .alignright {
    margin: 1.5rem 0;
  }
  .wp-block-image .alignleft {
    margin: 1.5rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .wp-block-image .alignright {
    margin: 0.5em -50% 2em 2em;
  }
  .wp-block-image .alignleft {
    margin: 0.5em 2em 2em -52%;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-image .alignright {
    margin-right: -300px;
  }
  .wp-block-image .alignleft {
    margin-left: -300px;
  }
}

.wp-block-image.no-style .alignright {
  margin: 1.5em 0;
  clip-path: unset;
  shape-outside: unset;
  filter: none;
}
.wp-block-image.no-style .alignleft {
  margin: 1.5em 0;
  clip-path: unset;
  shape-outside: unset;
  filter: none;
}

/*
 * Base styles
 */
/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus,
  .sr-only:focus {
    background-color: #f1f1f1;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: .3rem;
    line-height: normal;
    padding: 1rem 23px 14px;
    text-decoration: none;
    top: .3rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

#wpadminbar {
  position: fixed; }

body.admin-bar .site-header {
  top: 46px; 
  transition: 0.5s;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px; 
  } 
}

@media screen and (max-width: 991px) and (max-width: 782px) {
  body.admin-bar .main-navigation {
    top: 11rem; } 
}

@media screen and (min-width: 782px) and (max-width: 991px) {
  body.admin-bar .main-navigation {
    top: 101px; } 
}

body.scrolling-down .site-header {
  margin-top: -200px; 
}

.site-content {
  margin-bottom: 0;
  overflow: hidden;
}

.btn-dark, .btn-light, .btn-light-small, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files, .btn-white, .btn-white-small, .btn-primary-dark, .btn-primary-dark-small, .btn-primary, .btn-primary-small, .gform_button, .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button, .btn-white-ghost, .btn-white-ghost-small, input.gform_button {
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  border: 1px solid #000;
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  font-weight: 600;
  padding: 0.8333em 1.666em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s; }
  .btn-dark:hover, .btn-light:hover, .btn-light-small:hover, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover, .btn-white:hover, .btn-white-small:hover, .btn-primary-dark:hover, .btn-primary-dark-small:hover, .btn-primary:hover, .btn-primary-small:hover, .gform_button:hover, .gform_page_footer .gform_next_button:hover,
  .gform_page_footer .gform_previous_button:hover, .btn-white-ghost:hover, .btn-white-ghost-small:hover {
    background: #021A34;
    color: #fff;
    border: 1px solid #021A34; }

.btn-reset {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }


/*
 * List of buttons used to create small button selector.
 * If you add a new button above add it to this list to create a small button
 */
/*
 * Small buttons
 * All buttons in the above list will be give a selector with -small appended. Example .btn-primary-small
 */
.btn-primary-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-light-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-primary-dark-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-primary-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-white-small {
  min-width: initial;
  padding: .75rem 2rem; }

.btn-white-ghost-small {
  min-width: initial;
  padding: .75rem 2rem; }

/*
 * Or use normal size selector in conjunction with .btn-small
 */
.btn-small {
  padding: .75rem 2rem; }

input.gform_button {
  background-color: #00807B; }

img {
  max-width: 100%;
  height: auto; }

.alignleft {
  display: block;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .alignleft {
      display: inline;
      float: left;
      margin: 0 1rem 0 0; } }

.alignright {
  display: block;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .alignright {
      display: inline;
      float: right;
      margin: 0 0 0 1rem; } }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }


/* Compliant Plugin */
#cmplz-manage-consent .cmplz-manage-consent {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: #002B54 !important;
    color: #FFF !important;
    border-radius: 0 !important;
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *	IE on Windows Phone and in iOS.
 */

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }


/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 2.5rem; }

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #3F4040; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

fieldset {
  border: 0;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *	controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.noty-error, .gfield_creditcard_warning_message, .noty-success, .noty-info, .noty-warning {
  border-radius: 0;
  margin: 1rem 0;
  padding: 1rem 1.25rem;
  width: 100%; }
  @media (min-width: 992px) {
    .noty-error, .gfield_creditcard_warning_message, .noty-success, .noty-info, .noty-warning {
      -webkit-box-shadow: 0 2px 4px rgba(89, 90, 90, 0.15);
              box-shadow: 0 2px 4px rgba(89, 90, 90, 0.15);
      margin: 1.25rem 0; } }
  @media (min-width: 992px) {
    .noty-error::before, .gfield_creditcard_warning_message::before, .noty-success::before, .noty-info::before, .noty-warning::before {
      display: inline-block;
      margin-right: 1.25rem;
      vertical-align: middle; } }
  .noty-error span, .gfield_creditcard_warning_message span, .noty-success span, .noty-info span, .noty-warning span {
    display: inline-block;
    vertical-align: middle; }

.noty-error, .gfield_creditcard_warning_message, .noty-success, .noty-info, .noty-warning, .noty-error span, .gfield_creditcard_warning_message span, .noty-success span, .noty-info span, .noty-warning span {
  color: #fff;
  font-family: effra, sans-serif;
  font-size: .75rem;
  text-transform: uppercase; }

.noty-error, .gfield_creditcard_warning_message {
  background-color: #dc3545; }
  @media (min-width: 992px) {
    .noty-error::before, .gfield_creditcard_warning_message::before {
      content: url("../img/notifications/error-icon.svg"); } }

.noty-success {
  background-color: #28a745;
  padding: 17.5px 1.25rem; }
  @media (min-width: 992px) {
    .noty-success::before {
      content: url("../img/notifications/success-icon.svg"); } }

.noty-info {
  background-color: #17a2b8; }
  @media (min-width: 992px) {
    .noty-info::before {
      content: url("../img/notifications/info-icon.svg"); } }

.noty-warning {
  background-color: #ffc107;
  padding: 15.5px 1.25rem; }
  @media (min-width: 992px) {
    .noty-warning::before {
      content: url("../img/notifications/warning-icon.svg"); } }

.position-0-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%; }

.position-0-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 25%;
     object-position: 0% 25%; }

.position-0-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%; }

.position-0-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 75%;
     object-position: 0% 75%; }

.position-0-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 100%;
     object-position: 0% 100%; }

.position-25-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 0%;
     object-position: 25% 0%; }

.position-25-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 25%;
     object-position: 25% 25%; }

.position-25-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 50%;
     object-position: 25% 50%; }

.position-25-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 75%;
     object-position: 25% 75%; }

.position-25-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 100%;
     object-position: 25% 100%; }

.position-50-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%; }

.position-50-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%; }

.position-50-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.position-50-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 75%;
     object-position: 50% 75%; }

.position-50-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%; }

.position-75-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 0%;
     object-position: 75% 0%; }

.position-75-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 25%;
     object-position: 75% 25%; }

.position-75-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 50%;
     object-position: 75% 50%; }

.position-75-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 75%;
     object-position: 75% 75%; }

.position-75-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 100%;
     object-position: 75% 100%; }

.position-100-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%; }

.position-100-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 25%;
     object-position: 100% 25%; }

.position-100-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%; }

.position-100-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 75%;
     object-position: 100% 75%; }

.position-100-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%; }

table:not(.gfield_list) {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0;
  overflow: hidden; }
  table:not(.gfield_list) thead th {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px; }
  table:not(.gfield_list) th,
  table:not(.gfield_list) td {
    line-height: 1.3;
    padding: 1.25rem; }
  table:not(.gfield_list) tbody tr:hover, table:not(.gfield_list) tbody tr:active, table:not(.gfield_list) tbody tr:focus {
    background-color: rgba(89, 90, 90, 0.1) !important; }
  table:not(.gfield_list) tbody tr:nth-child(2n) {
    background-color: rgba(89, 90, 90, 0.05); }



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

.flush p:first-child,
.flush ol:first-child,
.flush ul:first-child,
.flush h1:first-child,
.flush h2:first-child,
.flush h3:first-child,
.flush h4:first-child,
.flush h5:first-child {
  margin-top: 0; }

.flush p:last-child,
.flush ol:last-child,
.flush ul:last-child,
.flush h1:last-child,
.flush h2:last-child,
.flush h3:last-child,
.flush h4:last-child,
.flush h5:last-child {
  margin-bottom: 0; }

.no-scroll {
  overflow: hidden !important; }

@media (min-width: 768px) {
  .padded {
    padding-left: 0;
    padding-right: 0; } }

/*
 * Component styles
 */
.flex-col .flex-col-item {
  margin-bottom: 1.25rem; }
  @media (max-width: 991.98px) {
    .flex-col .flex-col-item:last-child {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .flex-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .flex-col-2 .flex-col-item {
      width: calc(50% - 1.25rem);
      margin-right: 2.5rem;
      margin-bottom: 2.5rem; }
      .flex-col-2 .flex-col-item:nth-child(2n) {
        margin-right: 0; } }

@media (min-width: 992px) {
  .flex-col-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .flex-col-3 .flex-col-item {
      width: calc(33.333333% - 26.666666667px);
      margin-right: 2.5rem;
      margin-bottom: 2.5rem; }
      .flex-col-3 .flex-col-item:nth-child(2n) {
        margin-right: 2.5rem; }
      .flex-col-3 .flex-col-item:nth-child(3n) {
        margin-right: 0; } }


.height-auto {
  min-height: auto !important;
  height: auto !important;
}

/*
 * Page Banner
 */
.page-banner {
  position: relative;
  min-height: 725px;
  height: 70vh;
  width: 100%;
  overflow: hidden;
}
.page-banner.filter::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 60, 0.5);
  backdrop-filter: contrast(1.25);
}
.page-banner.simple {
  height: 60vh;
  background: rgba(240, 240, 240, 1);
}
.page-banner .container {
  position: absolute;
  bottom: 8em; 
  left: 50%;
  margin-left: -664px;
  width: 100%;
  max-width: 1328px;
}
.page-banner .container .page-kicker {
  display: block;
  width: 67%;
  padding: 0 0.5em;
  margin: 4em 0;
  border-left: 7px solid rgba(133, 196, 65, 1);
  text-transform: uppercase;
  font-size: 0.8888888em;
  font-weight: 600;
  line-height: 1em;
  color: #EFF4F7;
}
.page-banner.simple .container .page-kicker {
  display: block;
  width: 75%;
  padding: 0;
  margin: 4em 0;
  border: 0 !important;
  text-transform: uppercase;
  font-size: 0.8888888em;
  color: #FFF;
}
.page-banner .container h1 {
  width: 75%;
  color: #FFF;
}
.page-banner.simple .container {
  bottom: 6em; 
}
.page-banner.simple .container .page-kicker {
  margin: 2em 0;
  border-left: 7px solid rgba(133, 196, 65, 1);
  color: rgba(155, 181, 198, 1);
}
.page-banner.simple .container h1 {
  width: 70%;
  color: rgba(0, 30, 48, 1);
}
.page-banner.simple.banner-setting-bg-light {
  background: rgba(240, 240, 240, 1);
}
.page-banner.simple.banner-setting-bg-dark {
  background: rgba(2, 26, 52, 1);
}
.page-banner.simple.banner-setting-bg-dark h1 {
  color: #fff; 
}

.page-banner.icon {
  height: 60vh;
  background: #EFF4F7;
}
.page-banner.icon::before {
  display: none;
}
.page-banner.icon .container {
  bottom: 6em; 
}
.page-banner.icon .container .icon img {
  max-width: 125px;
  height: auto;
}
.page-banner.icon .container .page-kicker {
  display: block;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 0.8888888em;
  color: #001E30; 
  text-transform: uppercase;
  text-align: left;
  border: 0;
}
.page-banner.icon .container h1 {
  width: 100%;
  font-family: urw-din, sans-serif;
  font-size: 2.388em;
  font-weight: 400;
  margin-top: 0;
  color: #021A34;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.page-banner .page-banner-header {
  min-height: 100%;
}
.page-banner .banner-sub-menu {
  list-style: none;
  margin: 6em 0 -2em 0;
  padding: 0;
}
.page-banner .banner-sub-menu li {
  display: inline-block;
  padding: 0.5em 2em 0.5em 0;
}
.page-banner .banner-sub-menu li a {
  font-family: urw-din, sans-serif;
  font-size: 1.11111111em;
  font-weight: 600;
  color: #002B53;
}
.page-banner .banner-sub-menu li a:hover {
  color: rgba(0, 43, 83, 0.3);
}
.page-banner .banner-sub-menu li.active a {
  color: rgba(0, 43, 83, 0.3);
}

@media (max-width: 1440px) {
  .page-banner {
    min-height: 650px;
  }
  .page-banner .container {
    bottom: 3em; 
    left: 0;
    margin: 0 4em;
    max-width: 1100px;
  }
  .page-banner .container h1 {
    font-size: 2em;
  }
}
@media (max-width: 992px) {
  .page-banner {
    min-height: auto;
  }
  .page-banner .container {
    bottom: 2em; 
    left: 0;
    margin: 0 2em;
    max-width: calc(100% - 4em);
  }
  .page-banner,
  .page-banner.simple {
    height: 60vh; 
  } 
  .page-banner.icon {
    height: 90vh; 
  } 
  .page-banner.icon .col-10 {
    flex: 0 0 100%;
    max-width: 100%; 
  } 
  .page-banner .container  {
    padding: 0;
  }
  .page-banner.icon .container {
    bottom: 4em;
  }
  .page-banner .container h1,
  .page-banner.simple .container h1  {
    width: 100%;
    margin: 0;
    font-size: 1.6666667em;
  }
  .page-banner.icon .container h1 {
    width: 100%;
    margin: 0;
    font-size: 1.5555555em;
  }
  .page-banner .container .page-kicker,
  .page-banner.simple .container .page-kicker {
    width: auto;
    margin: 2em 0;
  }
  .page-banner.icon .container .col-2,
  .page-banner.simple .container .col-10  {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-banner .banner-sub-menu {
    margin: 1em 0 -3em 0;
  }
  .page-banner .banner-sub-menu li {
    padding: 0em 2em 0em 0;
  }
  .page-banner .banner-sub-menu li.link a,
  .page-banner .banner-sub-menu li.active a {
    font-size: 0.667em;
  }
}

    .page-banner .page-banner-header .container {
      padding: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; 
      }
      .page-banner .page-banner-header .container .page-banner-leadin {
        margin: 0;
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 2rem 0 .5rem 0;
        color: #fff;
        text-transform: uppercase;
        font-family: sans-serif; 
        letter-spacing: 0.05em;
      }
        @media (min-width: 992px) {
          .page-banner .page-banner-header .container .page-banner-leadin {
            padding: 1rem 0;
            font-size: 1.25rem; 
          } 
        }
      .page-banner .page-banner-header .container .page-banner-title {
        max-width: 100%;
        padding: 8rem 0;
        margin-bottom: 0;
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        color: #3F4040; }
        @media (min-width: 776px) {
          .page-banner .page-banner-header .container .page-banner-title {
            max-width: 85%;
            padding: 10rem 0 2rem 0;
            font-size: 50px; 
            font-weight: 700;
            line-height: 80px;
          } 
        }
        @media (min-width: 992px) {
          .page-banner .page-banner-header .container .page-banner-title {
            max-width: 85%;
            padding: 10rem 0 2rem 0;
            font-size: 60px; 
            font-weight: 700;
            line-height: 80px;
          } 
        }
        @media (min-width: 1200px) {
          .page-banner .page-banner-header .container .page-banner-title {
            max-width: 60%;
            padding: 10rem 0 2rem 0;
            font-size: 60px; 
            font-weight: 700;
            line-height: 80px;
          } 
        .page-banner .page-banner-header .container .page-banner-leadin + .page-banner-title {
          padding: 0 0 2rem;
          font-size: 3.5rem; 
        } 
      }
  @media (min-width: 992px) {
    .page-banner .page-banner-content {
      background: #85c441; } }
  .page-banner .page-banner-content .container {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .page-banner .page-banner-content .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 2rem 1.25rem; } }
    .page-banner .page-banner-content .container .content {
      width: 100%;
      padding: 1rem 1.25rem 0;
      font-size: 1rem;
      line-height: 1.6rem; }
      @media (min-width: 992px) {
        .page-banner .page-banner-content .container .content {
          width: 50%;
          padding: 2rem 0 0;
          color: #fff;
        } 
      }
    .page-banner .page-banner-content .container .page-banner-image {
      position: relative;
      margin: -11rem 1.25rem 0;
      border-radius: 0;
      overflow: hidden;
      height: 240px; }
      .page-banner .page-banner-content .container .page-banner-image img {
        position: absolute;
        z-index: +5;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0; }
      @media (min-width: 992px) {
        .page-banner .page-banner-content .container .page-banner-image {
          width: 50%;
          height: 450px;
          margin: -9rem 1.75rem 0;
          padding: 0; } }

.page-banner-content {
  text-align: left; }
  @media (min-width: 992px) {
    .page-banner-content .page-banner-leadin, .page-banner-content .content p {
      color: #fff; } }


/*
 * Single News Page
 */
 
.single-news .page-banner.simple .container {
  bottom: calc(200px + 2em);
}
.single-news .background-img {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: -200px;
  background-color: #FFF; 
  z-index: 2;
}
.single-news .post-detail {
  position: relative;
  margin-top: 4em;
}
.single-news p.single-attr-p {
  margin-top: 0.5em;
}
.single-event .post-detail .module-kicker {
  margin-bottom: 1.5em;
}

@media (max-width: 992px) {
  .single-news .page-banner.simple .container {
    bottom: calc(100px + 2em);
  }
  .single-news .background-img {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: -100px;
    background-color: #FFF; 
    z-index: 2;
  }
}

/*
 * Single Event Page
 */
 
.single-event .page-banner.simple .container {
  bottom: calc(200px + 2em);
}
.single-event .background-img {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: -200px;
  background-color: #FFF; 
  z-index: 2;
}
.single-event .post-detail {
  position: relative;
  margin-top: 4em;
}
.single-event .post-detail .module-kicker {
  margin-bottom: 1.5em;
}
.single-event .post-detail .post-icon {
  position: relative;
  display: block;
  margin-bottom: 1.2em;
  font-family: urw-din, sans-serif;
  font-size: 1em;
}


.modal[aria-hidden='true'] {
  opacity: 0;
  pointer-events: none; }

.modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.modal-backdrop {
  position: absolute;
  z-index: +10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(89, 90, 90, 0.9); }

.modal-dialog {
  position: relative;
  z-index: +15;
  max-width: 900px;
  width: 90vw; }
  .modal-dialog a {
    color: #6ead8e; }
    .modal-dialog a:hover, .modal-dialog a:active, .modal-dialog a:focus {
      color: #549475; }

.modal-header {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: +5; }

.dialog {
  background-color: #fff;
  position: relative;
  z-index: +15;
  max-width: 900px;
  width: 90vw;
  padding: 3rem;
  border-radius: 0; }
  @media (max-width: 767.98px) {
    .dialog {
      padding: 3rem 1rem 1rem; } }
  .dialog button {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    border: 0;
    background: transparent;
    font-size: 2rem; }
    @media (max-width: 767.98px) {
      .dialog button {
        top: 1rem;
        right: 1rem; } }

.embed-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.post-card {
  display: block;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  background-color: #002b53; 
}

.post-card-content {
  padding: 30px 0 0 0;
  border-radius: 0; 
}
.more-content a {
  display: inline-block;
  background: #021A34;
  padding: 0.6em 1em;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 0.8888888em;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}
.more-content a:hover {
  background: transparent;
  border: 1px solid #021A34;
  color: #021A34;
}
.post-card-content.more-content .post-card-title {
  color: #000;
}
.post-card-link:hover .post-card-content.more-content {
}

  @media (max-width: 767.98px) {
    .post-card-content {
      
    } 
  }
  .post-card-content .post-card-title {
    font-family: urw-din, sans-serif;
    font-size: 1.25em;
    line-height: 1.35em;
    margin-bottom: 1.25rem;
    margin-right: 0;
    font-weight: 400;
    color: #002b53; 
  }
  .post-card-content .date {
    margin-bottom: 1em;
    font-family: urw-din, sans-serif;
    font-size: 0.8888888em;
    line-height: 1em;
    color: #002b53; 
  }
  .post-card-content.more-content .post-card-title {
    display: table-cell;
    vertical-align: middle;
    font-family: Helvetica, sans-serif;
    font-size: 2.25em;
    font-weight: 300;
    line-height: 1.35em;
    margin-bottom: 1.25rem;
    margin-right: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.6); 
    opacity: 1;
  }
  .post-card-link:hover .post-card-content.more-content .post-card-title {
    color: #000; 
  }
  @media (min-width: 992px) {
    .post-card-content {
      font-size: 18px;
      line-height: 1.125em;
    }
  }
  .post-card-content .post-card-excerpt {
    color: #fff;
    margin-bottom: 0; }

@media (min-width: 992px) {
  .post-card-featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .post-card-featured .post-card-image,
    .post-card-featured .post-card-content {
      width: 100%; }
    .post-card-featured .post-card-image {
      height: auto;
      max-height: none; }
    .post-card-featured .post-card-title {
      font-size: 2.25rem; } }

.social-share {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social-share li {
    position: relative;
    margin-right: 1.25rem; }
    .social-share li:last-child {
      margin-right: 0; }
    .social-share li a, .social-share li button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 2rem;
      height: 2rem;
      background-color: rgba(89, 90, 90, 0.6);
      border-radius: 100%;
      border: none;
      -webkit-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s;
      padding: 0; }
      .social-share li a:hover, .social-share li a:active, .social-share li a:focus, .social-share li button:hover, .social-share li button:active, .social-share li button:focus {
        background-color: #595A5A; }

.social-share-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + .3rem);
  white-space: nowrap;
  background-color: #595A5A;
  padding: .3rem 8px;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .social-share-tooltip.is-open {
    opacity: 1; }
  .social-share-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px .3rem;
    border-color: transparent transparent transparent #595A5A;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.cta-btn-container-simple {
  padding: 0 50px;
  margin-top: 2rem;
}
  @media (min-width: 992px) {
    .cta-btn-container-simple {
      padding: 0 68px;
    }
  }
.cta-btn-container {
  background-color: #85c441;
  padding: 4rem;
  border-radius: 0;
  margin-bottom: 60px; }
  .cta-btn-container .cta-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #002b53; }
  .cta-btn-container .inner-cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .cta-btn-container .inner-cta-container .cta-btn, .cta-btn-container .inner-cta-container .cta-btn-wh {
      margin: 0px 1.5rem;
      border: none;
      border-radius: 0;
      font-size: 1.15rem;
      padding: 1rem 2rem;
      text-decoration: none; }
      @media (max-width: 767.98px) {
        .cta-btn-container .inner-cta-container .cta-btn, .cta-btn-container .inner-cta-container .cta-btn-wh {
          padding: 1rem 2rem; } }
    .cta-btn-container .inner-cta-container .cta-btn-wh {
      background-color: #fff;
      color: #85c441; }
    .cta-btn-container .inner-cta-container .cta-btn {
      background-color: #85c441;
      text-transform: uppercase;
      color: #fff; }


/*
 * Layout styles
 */
body:before {
  display: none;
  content: "mobile"; }
  @media (min-width: 1350px) {
    body:before {
      content: "desktop"; } }

@media (max-width: 991px) {
  body.site-nav-is-open {
    overflow: hidden; } }

body:not(.transparent-header) {
  padding-top: 15px; 
}
@media (min-width: 1350px) {
  body:not(.transparent-header) {
    padding-top: 25px; 
  }
}

@media (max-width: 1299px) {
  .mobile-only { 
    display: block !important;
  }
  .desktop-only { 
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .mobile-only { 
    display: none !important;
  }
  .desktop-only { 
    display: block !important;
  }
}

/***********************/
/*       HEADER        */
/***********************/

.site-header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1328px;
  margin-top: 0.888888em;
  margin-left: -664px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; 
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1350px) {
  .site-header {
    margin-left: 0.888888em;
    margin-right: 0.888888em;
    width: calc(100% - 1.777776em);
    left: 0;
  } 
}
@media (max-width: 1300px) {
  .site-header {
  } 
}
@media (max-width: 967px) {
  .site-header {
  } 
}

.site-header-background-wrap { 
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1328px;
  overflow: hidden;
}
.site-header-background { 
  position: relative;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: rgba(255, 255, 255, 0.6);
}
.blur { 
  backdrop-filter: blur(12px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Branding  */
.site-branding {
  width: 67%;
  z-index: 1;
  align-self: center;
}
.site-branding a {
  display: block; 
}
.site-branding a img {
  display: block;
  width: 285px;
  max-width: 100%;
  height: auto; 
}
@media (min-width: 1299px) {
  .site-branding {
    width: 33%;
  } 
}
.admin-bar #site-nav-home {
  top: 80px;
}


/********************/
/*      SEARCH      */
/********************/
.site-header-search,
.site-nav-menu-wrap .site-header-search {
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 1.2em;
  padding: 1em 0 1em 1em;
  vertical-align: middle;
  align-self: center;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; 
}
@media (max-width: 1300px) {
  .site-header-search,
  .site-nav-menu-wrap .site-header-search {
    font-size: 1em;
    padding: 0 0 0.5em 0;
    margin: 1.2em 0;
    vertical-align: middle;
    align-self: center;
  } 
  .btn-search {
    display: inline-flex;
    vertical-align: middle;
    align-self: center;
    color: #002b53;
    height: 1.1em;
    font-size: 1.1em;
    line-height: 1.1em;
    margin-top: 0.6em;
  }
}
@media (max-width: 499px) {
  .site-header-search,
  .site-nav-menu-wrap .site-header-search {
    padding: 0;
    margin: 0;
  } 
}

/*************************/
/*      MAIN TOGGLE      */
/*************************/

.site-nav-menu-wrap .site-nav-toggle {
  position: relative;
  display: inline-block; 
  z-index: 99;
  border: none;
  background-color: transparent;
  width: 1.2em;
  height: 1em;
  margin: 1.5em 1em;
  border-radius: 100%;
}

.site-nav-toggle-bar {
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #002b53;
  left: 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; 
}
.site-nav-col-mobile-wrap {
  display: inline-block;
  width: 32%;
  float: right;
  text-align: right;
}
@media (min-width: 1299px) {
  .site-nav-col-mobile-wrap {
    display: none;
  }
}
.site-nav-menu-wrap .site-nav-toggle:hover .site-nav-toggle-bar {
  background-color: #9BB5C6;
}

.site-nav-toggle-bar-top {
  top: 0px; }
.site-nav-is-open .site-nav-toggle-bar-top {
  top: 3px; }

.site-nav-toggle-bar-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.site-nav-toggle-bar-bottom {
  bottom: 0;
}

/***********************/
/*      MAIN MENU      */
/***********************/

.site-header .site-nav-menu-wrap {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  width: 100%;
  z-index: 10;
}
.site-header .site-nav-menu-wrap .site-nav {
  display: none;
}
@media (min-width: 1299px) {
  .site-header .site-nav-menu-wrap .site-nav {
    display: block;
  }
}
.site-header {
  transition: 0.5s;
}
.site-header .site-nav {
  display: block;
  height: auto;
  width: 50%;
  margin: 0;
  padding: 0; 
  z-index: 1;
}
.site-header .site-nav h2 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.site-header .site-nav a {
  text-decoration: none; 
  font-size: 0.7778em;
}

.site-header .site-nav-col-wrap {
  text-align: right;
}

.site-header .site-nav-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: urw-din, sans-serif; 
}
.site-header .site-nav-menu > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin-top: 0; 
  margin-bottom: 0; 
}
.site-header .site-nav-menu > li a {
  padding: 0 2em;
  line-height: 84px;
  border-top: 2px solid rgba(133, 196, 65, 0);
  border-bottom: 2px solid rgba(133, 196, 65, 0);
}
.site-header .site-nav-menu > li a:hover {
  border-top: 2px solid #2DC1DB;
  border-bottom: 2px solid #2DC1DB;
}

  .site-nav-menu > li > a:hover {
    color: #000000;
    font-weight: 600;
  }
  .site-nav-menu > li.current-menu-item > a,
  .site-nav-menu > li.current-menu-ancestor > a,
  .site-nav-menu > li.current-menu-ancestor li.current-menu-item > a  {
    color: #000000; 
  }
  
  @media (max-width: 1300px) {
    .site-header .site-nav-menu {
      display: block;
    }
  }
  @media (min-width: 1299px) {
    .site-header .site-nav {
      width: 100%;
    } 
  }
  @media (min-width: 50px) {
    .site-nav-menu {
      margin: 0;
      padding: 0;
    }
    .site-nav-menu > li {
      margin: 0;
      padding: 0;
      border-radius: 0;
      margin-top: 0.5rem; 
      margin-bottom: 0.5rem; 
    }
      .site-nav-menu > li > a {
        position: relative;
        display: block;
        font-family: urw-din,sans-serif;
        font-weight: 500;
        line-height: 1.25em;
        text-transform: uppercase;
        padding: 0;
      }
      .site-nav-menu > li.hover > a {
          color: #000;
          font-weight: 600;
      }
      .site-nav-menu > li:last-child > a{
          padding: 0.8333em 1.666em;
          line-height: 1em;
          border: 1px solid #021A34;
          background: #021A34;
          color: #fff;
      }
      .site-nav-menu > li:last-child > a:hover {
          background: transparent;
          color: #000;
          line-height: 1em;
          border: 1px solid #000;
      }
  }

/***********************/
/*      MEGA MENU      */
/***********************/

.site-nav-mega-menu-wrap {
  flex-direction: row;
  flex: 0 0 100%;
  width: 100%;
  z-index: 1;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 2em;
  text-align: left;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col {
  border-top: 1px solid rgba(39, 67, 85, 0.5);
  border-right: 1px solid rgba(39, 67, 85, 0.5);
  padding: 2em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col i {
  margin-left: 0.3em;
  margin-top: 0.5em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col a.header .menu-title {
  font-family: urw-din, sans-serif; 
  font-size: 0.88889em;
  font-weight: 400;
  text-transform: uppercase;
  color: #021A3499;
  cursor: default;
  padding-bottom: 1em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col:first-child  {
  /* margin-left: -2em; */
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col:last-child  {
  border-right: 0;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col.menu-item-has-children i {
  /* display: none; */
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col-vert.arrow i {
  display: inline-block;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col .sub-menu {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col:first-child .sub-menu,
.site-nav-mega-menu-wrap .site-nav-col-wrap .col:first-child .sub-menu .col:first-child {
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col-row.menu-item-has-children.col:first-child .sub-menu {
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col.col-row .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    padding: 0 0.75em;
    max-width: calc(100% + 0.75em);
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col-row.col:first-child {
  padding-left: 0px;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col .sub-menu .col {
  border: 0;
  padding: 0.5em 0em 0em 0em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col .sub-menu .col.small {
  font-size: 0.8em;
  padding: 0.5em 0em 0em 0em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col .sub-menu .col.small a {
  line-height: 1.2em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col .sub-menu .col.small span {
  display: inline-block;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col .sub-menu .col.small i {
  display: inline-block;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .col:last-child  {
  border-right: 0;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap a {
  display: block;
  padding-right: 1em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap a:hover {
  color: rgba(82, 122, 145, 1);
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .menu-title {
  display: inline-block;
  padding: 0.1em;
  font-family: urw-din, sans-serif; 
  font-weight: 600;
  font-size: 1.38888em;
}
.site-nav-mega-menu-wrap .site-nav-col-wrap .menu-tagline {
  display: block;
  padding: 0.25em;
  font-size: 0.778em;
  line-height: 1.73em;
  color: #021A34;
}

.nav-overlay {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; 
} 

/*************************/
/*      MOBILE MENU      */
/*************************/

.site-nav-mobile-wrap {
  position: relative;
  display: none;
  text-align: left;
  z-index: 1;
  width: 100%;
} 
.site-nav-is-open .site-nav-mobile-wrap {
  display: block;
} 
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu {
  padding: 0 0 4em 0;
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li {
  position: relative;
  display: block;
  text-align: left;
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu > li a {
  padding: 0 1em;
  border-top: 0;
  border-bottom: 0;
  font-family: urw-din, sans-serif; 
  font-size: 0.778em;
  line-height: 4em;
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu > li:last-child a {
  padding: 0 1em;
  border: 1px solid rgba(0, 0, 0, 0.601);
  margin-top: 1em;
  width: calc(100% - 0.75em);
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li .sub-menu {
  display: none;
  margin: -0.5em 0 1em 0;
  padding: 0;
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li .sub-menu li a {
  line-height: 2em;
  font-weight: 600;
  font-size: 0.778em;
  vertical-align: middle;
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li .submenu-toggle {
  position: absolute;
  display: block;
  right: 0.75em;
  top: 2em;
  height: 2.2em;
  width: 2em;
  margin-top: -0.9em;
  padding-right: 1.6em;
  z-index: 2;
  transition: .2s;
  background: transparent;
  border: 1px solid #333;
  font-size: 0.778em;
  color: #000;
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li.open .submenu-toggle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li .sub-menu .sub-menu {
  display: block;
  margin: 0 0 0 0.5em;
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li .sub-menu .sub-menu li {
  line-height: 1.2em;
  padding-left: 1em;
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li .sub-menu .sub-menu li a {
  font-size: 0.777em;
  line-height: 2em;
  font-weight: normal;
  padding: 0
}
.site-nav-is-open .site-nav-mobile-wrap .site-nav-menu li .sub-menu .submenu-toggle {
  display: none;
}
.site-nav-is-open .site-nav-mobile-wrap .menu-item.open > .sub-menu {
  /*display: block;*/
}

@media (min-width: 1300px) {
  .site-nav-is-open .site-nav-mobile-wrap {
    display: none;
  } 
}

@media (max-width: 1250px) {
  .nav-offcanvas.site-nav-is-open .site-header,
  .nav-offcanvas.site-nav-is-open .site-content,
  .nav-offcanvas.site-nav-is-open .site-footer,
  .nav-offcanvas.site-nav-is-open .site-attribution {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); } }



.nav-offcanvas.site-nav-is-open .site-nav-toggle-bar-top {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
                top: 8px }

.nav-offcanvas.site-nav-is-open .site-nav-toggle-bar-middle {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px); 
                top: 8px }

.nav-offcanvas.site-nav-is-open .site-nav-toggle-bar-bottom {
  display: none; }
  
.nav-offcanvas.site-nav-is-open .site-nav .site-header-search a:hover {
  color: #85c441; 
}

/**********************/
/*       FOOTER       */
/**********************/

.site-footer {
  position: relative;
  background: rgba(2, 26, 52, 1);
  width: 100%; 
}
.site-footer .footer-logo {
  padding-bottom: 0.1em;
}
.site-footer .footer-logo img {
  border-style: none;
  width: 300px;
  height: auto;
}
.site-footer .footer-tagline {
  padding-right: 16.6667%;
}
.site-footer .container {
  width: auto;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 75px;
}
.site-footer .footer-tagline p {
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.111em;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: -2%;
}
.site-footer .footer-contact {
  border-top: 1px solid rgba(82, 122, 145, 1);
  padding-top: 1em;
}
.site-footer h2 {
  display: block;
  padding-top: 1.5em;
  font-family: urw-din, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #FFF;
}
.site-footer .site-nav-menu {
  position: relative;
  background: transparent;
  display: block;
  padding-bottom: 1.7778em;
  margin: 0;
}
.site-footer .site-nav-menu > li {
  position: relative;
  background: transparent;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.site-footer a,
.site-footer .site-nav-menu > li a {
  position: relative;
  background: transparent;
  display: block;
  padding: 0.1rem 0rem 0.1rem 0;
  margin: 0.3rem 0;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.77778em;
  leading-trim: NONE;
  line-height: 134%;
  letter-spacing: 0%;
  text-transform: initial;
  color: #FFF;
}
.site-footer a:hover {
  cursor: pointer !important;
  color: #2DC1DB !important;
  border-bottom: 0;
}
.site-footer .site-nav-menu > li:last-child > a {
  padding: 0.1rem 0rem 0.1rem 0;
  line-height: 134%;
  border: 0;
}
.site-footer .site-nav-menu > li:last-child > a:hover {
  padding: 0.1rem 0rem 0.1rem 0;
  line-height: 134%;
  border: 0;
}
.site-footer p {
  position: relative;
  display: block;
  padding: 0.1rem 0;
  margin: 0.3rem 0;
  font-size: 0.7778em;
  font-weight: 400;
  line-height: 2em;
  color: #FFF;
}
.site-footer .site-nav-menu-wrap .footer-col .menu-item {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .site-footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer .footer-contact.col-5 {
    flex: 0 0 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 2em;
  }
  .site-footer .site-nav-menu-wrap .footer-col {
    border-top: 1px solid rgba(82, 122, 145, 1);
    padding-top: 1em;
  }
  .site-footer .site-nav-menu-wrap .footer-col {
    padding: 0;
  }
  .site-footer .site-nav-menu-wrap .footer-col .menu-item {
    display: inline-block;
    width: 49%;
  }
  .site-footer .site-nav-menu-wrap .footer-col br {
    display: none;
  }
  .site-footer .site-nav-menu-wrap .footer-col p span {
    display: inline-block;
    width: 49%;
  }
  .footer-bottom .col-4 {
    flex: 0 0 100%;
    font-size: 1em;
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer-bottom .footer-policy-links,
  .footer-bottom .footer-attribution {
    padding-top: 0;
  }
  .footer-bottom .footer-policy-links a {
    padding: 0;
  }
  .footer-bottom .footer-attribution p {
    font-size: 1em;
    text-align: left; 
  }
}
@media (max-width: 992px) {
  .site-footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer .row .col {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .footer-contact.col-5 {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-social-links .social,
.header-social-links .social {
  height: 1em;
  border: 0;
  margin-right: 1.2em;
  margin-bottom: 0.77778em;
  text-indent: 1.5em;
  line-height: 1em;
  overflow: visible;
}
.footer-social-links .facebook,
.header-social-links .facebook {
  background: url('/wp-content/themes/greensea/dist/img/social/facebook.svg') no-repeat transparent;
  background-size: auto;
}
.footer-social-links .twitter,
.header-social-links .twitter {
  background: url('/wp-content/themes/greensea/dist/img/social/twitter.svg') no-repeat transparent;
  background-size: auto;
}
.footer-social-links .linkedin,
.header-social-links .linkedin {
  background: url('/wp-content/themes/greensea/dist/img/social/linkedin.svg') no-repeat transparent;
  background-size: auto;
}
.footer-social-links .youtube,
.header-social-links .youtube {
  background: url('/wp-content/themes/greensea/dist/img/social/youtube.svg') no-repeat transparent;
  background-size: auto;
}
.footer-social-links .facebook:hover,
.header-social-links .facebook:hover {
  background: url('/wp-content/themes/greensea/dist/img/social/facebook-hover.svg') no-repeat transparent;
  background-size: auto;
}
.footer-social-links .twitter:hover,
.header-social-links .twitter:hover {
  background: url('/wp-content/themes/greensea/dist/img/social/twitter-hover.svg') no-repeat transparent;
  background-size: auto;
}
.footer-social-links .linkedin:hover,
.header-social-links .linkedin:hover {
  background: url('/wp-content/themes/greensea/dist/img/social/linkedin-hover.svg') no-repeat transparent;
  background-size: auto;
}
.footer-social-links .youtube:hover,
.header-social-links .youtube:hover {
  background: url('/wp-content/themes/greensea/dist/img/social/youtube-hover.svg') no-repeat transparent;
  background-size: auto;
}
.footer-bottom {
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid rgba(41, 193, 219, 1);
}
.footer-bottom .container {
  width: 100%;
  max-width: 1328px;
  padding: 1em 0;
  margin: 0 auto;
}
.footer-attribution {
  padding: 1.5rem 0 0 0;
  font-size: 0.8em;
  text-align: right; 
  color: #AAA;
}
.footer-attribution p {
  padding: 0;
  color: #AAA;
}
.footer-policy-links {
  padding: 1.5rem 0 0 0;
  font-size: 1em;
}
.footer-policy-links a {
}
.footer-policy-links span {
  color: #AAA;
}
@media (max-width: 1200px) {
  .footer-attribution {
  }
  .footer-policy-links {
  }
}
@media (max-width: 992px) {
  .footer-bottom .container {
    width: auto;
    max-width: 100%;
    padding: 1em 32px;
    margin: 0 auto;
  }
}
  .footer-attribution .site-identifier {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer-attribution .site-identifier span {
      padding-right: 5px; }
    .footer-attribution .site-identifier a {
      font-weight: 300;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      .footer-attribution .site-identifier a:hover {
        opacity: .75; }
    .footer-attribution .site-identifier svg {
      width: 37px;
      height: 22px;
      margin-top: -5px;
      margin-left: 5px; }
      .footer-attribution .site-identifier svg path {
        fill: #fff; }
  .footer-attribution p {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0; 
    padding: 0; 
    font-size: 0.888rem;
  }
    @media (min-width: 1200px) {
      .footer-attribution p {
        margin-bottom: 0; } }
    .footer-attribution p a {
      color: rgba(255, 255, 255, 1); }
      .footer-attribution p a:hover, .footer-attribution p a:active, .footer-attribution p a:focus {
        color: #fff; }


.mfp-bg.bg-white,
.mfp-fade.mfp-bg.mfp-ready {
  background: #FFF; 
  opacity: 0.95 !important;
}

/*
 * Content Pop-up
 */

.cms-content-popup .container {
  position: relative;
  padding: 4em 0;
}
.cms-content-popup .container h2 {
  padding: 1em 0 ;
}
@media (max-width: 992px) {
  .cms-content-popup .container h2 {
    padding: 0 1em 0 0;
  }
}

/*
 * Form Pop-up
 */

.cms-form-popup .container {
  position: relative;
}
.cms-form-popup .container h2 {
  padding: 0 8em 0em 1em;
}
@media (max-width: 992px) {
  .cms-form-popup .container h2 {
    padding: 0 1em 0em 0em;
  }
}

/*
 * Search Pop-up
 */

.cms-search-popup .container {
  position: relative;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cms-search-popup .container {
    max-width: 50%;
  }
}
.cms-search-popup [type="submit"] {
    left: 0;
}
.cms-search-popup [type="search"] {
  padding-left: 58px !important;
  padding-right: 0;
  font-size: 35px;
  background: transparent;
}

button.cms-search-submit {
    background-color: transparent;
    border: none;
    color: #616161;
    padding: 0 20px;
    line-height: 58px;
    height: 58px;
    font-size: 100%;
    text-align: start;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cms-search-form .cms-search-field,
.cms-search-form .cms-search-field:focus,
.cms-search-form .cms-search-field:active  {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #000 ;
    padding: 1em 0;
    line-height: 1;
    outline: none;
    outline-color: transparent;
    outline-width: 0;
}
.cms-search-form .cms-search-field:focus-visible,
.cms-search-form .cms-search-field:focus::focus-visible {
    outline: none;
    border-radius: 0;
    outline-color: transparent;
    outline-width: 0;
}
.cms-search-form [type="submit"] {
    width: 48px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 0;
    text-indent: -999999px;
    color: var(--color-primary);
}
.cms-search-popup [type="submit"]:before {
    font-size: 28px;
    margin-top: -2px;
}
.cms-search-form [type="submit"]:before {
    font-family: "fontawesome";
    content: '\f002';
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}
 @media (max-width: 992px) {
  .cms-search-form [type="submit"] {
    left: 30px;
    height: 24px;
    width: 24px;
  }
  .cms-search-form [type="submit"]:before {
    font-size: 24px;
  }
  .cms-search-popup [type="search"] {
    font-size: 20px;
  }
}
.search-results-wrapper {
  margin: 3rem 0 6rem 0;
}
.search-result {
  margin: 3rem 0;
}

form.post-password-form {
  width: 80%;
  margin: 0 auto; }

.post-list {
  padding: 2rem 1.5rem 2rem 1.5rem;
}
.archive .post-list {
  padding: 2rem 0 2rem 0;
}
 @media (min-width: 992px) {
   .post-list {
     padding: 0;
   }
   .archive .post-list {
     padding: 2rem 0 2rem 0;
   }
}

.post-list-item {
  padding-bottom: 1rem; 
  margin-bottom: 1rem; 
}
@media (min-width: 992px) {
  .post-list-item {
    padding-bottom: 2.75rem; 
    margin-bottom: 2.75rem; 
  } 
}
.post-list-item .post-card-img {
  display: block;
  width: 100%;
  height: 365px;
  border-radius: 5px;
  overflow: hidden;
}
.post-list-item .post-date {
  padding-bottom: 1em;
  font-family: urw-din, sans-serif;
  font-size: 0.777em;
  font-weight: 700;
  text-transform: uppercase;
  color: #527A91;
}
.post-list-item .post-link {
  font-family: urw-din, sans-serif;
  font-size: 0.777em;
  font-weight: 700;
  text-transform: uppercase;
}
.post-list-item .post-card-content {
  float: none;
  max-width: 100%;
  margin: 0;
  font-size: 1em;
}
.post-list-item .post-card-content p {
  padding: 1em 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .post-list-item .post-card-content {
    width: auto;
    margin: 1em;
    font-size: 1em;
  }
  .post-detail-related .post-list-item .post-card-content {
    max-width: 100%;
    margin: 0 1em;
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .module-news .post-list-item .post-card-content,
  .archive .post-list-item .post-card-content {
    width: auto;
    margin: 1em;
    font-size: 1em;
  }
}


.post-list-header {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .post-list-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .post-list-header ul.catList {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 991.98px) {
      .post-list-header ul.catList {
        display: none; } }
    .post-list-header ul.catList li {
      display: inline-block;
      padding: 0 .5rem; }
      .post-list-header ul.catList li a {
        font-family: effra, sans-serif;
        color: #85c441;
        text-decoration: none;
        font-weight: 500; }
      .post-list-header ul.catList li.active a {
        border-bottom: 5px solid #85c441; }

.post-list-filter {
  position: relative;
  width: 90%;
  min-width: 4.5rem; 
  z-index: 100;
}
  .post-list-filter.open .post-list-filter-dropdown {
    opacity: 1;
    pointer-events: auto; }

.post-list-filter-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border: 2px solid rgba(89, 90, 90, 0.05); }
  .post-list-filter-toggle svg {
    display: block;
    margin-left: .75rem; }

.post-list-filter-dropdown {
  position: absolute;
  z-index: +10;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0;
  padding: .75rem 0;
  list-style: none;
  pointer-events: none;
  background-color: #fff;
  border: 2px solid rgba(89, 90, 90, 0.05);
  border-top: none;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .post-list-filter-dropdown li a {
    display: block;
    padding: .75rem 1.25rem;
    text-decoration: none; }
    .post-list-filter-dropdown li a:hover, .post-list-filter-dropdown li a:active, .post-list-filter-dropdown li a:focus {
      background-color: rgba(89, 90, 90, 0.05); }
  .post-list-filter-dropdown li.active a {
    color: #85c441; }

.post-list-content {
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .post-list-content {
      padding-bottom: .75rem; } }
  .post-list-content .post-card {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .post-list-content .post-card {
        margin-bottom: 2.5rem;
        width: 48%;
        margin-right: 0 !important; } }


  .post-list-footer .btn-primary, .post-list-footer .btn-primary-small, .post-list-footer .gform_button, .post-list-footer .gform_page_footer .gform_next_button, .gform_page_footer .post-list-footer .gform_next_button,
  .post-list-footer .gform_page_footer .gform_previous_button, .gform_page_footer .post-list-footer .gform_previous_button {
    margin: 2rem 0;
    margin-bottom: 3.75rem; }
    @media (min-width: 992px) {
      .post-list-footer .btn-primary, .post-list-footer .btn-primary-small, .post-list-footer .gform_button, .post-list-footer .gform_page_footer .gform_next_button, .gform_page_footer .post-list-footer .gform_next_button,
      .post-list-footer .gform_page_footer .gform_previous_button, .gform_page_footer .post-list-footer .gform_previous_button {
        margin-bottom: 5.5rem; } }

.post-detail-header {
  height: 67px;
  background-color: #85c441;
  background: repeat url('../img/banner-bg-teal.webp') top center; 
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .post-detail-header {
      height: 100px;
  }
}
.site-content h1.container {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0.5em 0 0 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: inherit;
  clear: both;
}
.site-content h1.container:after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 25%;
  border-bottom: 3px solid #85c441;
}
@media (min-width: 992px) {
  .site-content h1.container {
      margin: 0.5em 0 0 0;
      font-size: 60px;
      line-height: 80px;
  }
}
  .post-detail-header h1 {
    font-size: 3rem;
    line-height: 4rem;
    color: #fff;
    position: relative;
    bottom: -150px; 
  }

.post-detail {
  margin: 1rem 30px; 
}
  @media (min-width: 992px) {
    .post-detail {
      margin: 1rem 0; 
    } 
  }

.post-detail-content {
  display: block;
}
.post-detail-content .single-attribution {
  width: auto;
  margin-top: 20px; 
  margin-bottom: 60px; 
}

.post-detail-footer {
  margin-top: 2rem;
  text-align: center; }
  @media (min-width: 992px) {
    .post-detail-footer .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .post-detail-footer h3 {
    font-size: 1.25rem;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .post-detail-footer h3 {
        margin-bottom: 0; } }

.post-detail-related {
  background-color: #fff;
  padding: 3.75rem 0 2.5rem; 
}
  @media (min-width: 992px) {
    .post-detail-related {
      padding: 0 0 5rem; 
    } 
  }
  .post-detail-related .container {
    padding: 0 50px; 
  }
    @media (min-width: 992px) {
      .post-detail-related .container {
        padding: 0 68px;
      } 
    }

.post-detail-related-header {
  text-align: left; }
  .post-detail-related-header h2 {
    margin-bottom: 2.5rem;
   }

@media only screen and (max-width: 600px) {
  .post-detail-header h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #fff;
    position: relative;
    bottom: -150px; }
  .post-detail-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .post-detail-content .single-attribution {
      width: 60%;
      margin-bottom: 60px; } }


.slide .post-dates {
  font-size: 0.9em;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  color: #333;
}
.slide .date .event-time {
  font-size: 0.9em;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  color: #333;
}
.slide .post-location {
  font-size: 0.9em;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  color: #333;
}
.slide .post-presenter {
  font-size: 0.9em;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  color: #333;
}

/*
* Career Pages
*/
.single-career .post-detail {
  margin: 1rem 0;
}

/*
* Investor Pages
*/
.single-investor .post-detail {
  margin: 1rem 0 8rem 0;
}
.single-investor .post-detail .file-list {
  margin: 0 0 1.5rem 0;
}

/*
* Single Posts
*/
.single-post .post-detail {
  margin: 1rem 0;
}


/*
* Sticky
*/
.site, .site-content, .content-area {
  overflow: visible !important;
}
.sticky {
  position: sticky !important;
  overflow-y: hidden;
  top: 0;
  z-index: auto;
}


/*
* Fade in
*/
.fade-in {
  position: relative;
  opacity: 0;
}
.fade-in-out-section {
  position: relative;
  opacity: 0;
}

/*
* Video
*/
.video-full-width {
  width: auto;
  min-height: 100vh;
  min-width: 100%;
}


/*
* Modules
*/
.module {
  margin: -15px 0 0 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 1; 
}
.module .module-section-bg {
  position: relative;
  width: 100%;
  height: 110vh;
  z-index: 1;
  background-size: cover;
  background-position: center;
  will-change: transform;
  transform: translateY(0);
  overflow: hidden;
}
.module .module-section-bg .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 30, 60, 0.5);
  backdrop-filter: contrast(1.25);
  opacity: 1;
}
.module .module-section-bg .background-overlay.no-filter {
  background: transparent;
  backdrop-filter: none;
}
.module.no-padding {
  padding: 0 !important;
}

/*
* Kicker
*/
.module-kicker-wrap {
  padding-bottom: 3em;
}
.module-kicker {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 auto;
  border-left: 7px solid #85C441;
  font-family: urw-din, sans-serif;
  font-size: 0.77777777em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.03888em;
}
@media (max-width: 1200px) {
  .module-kicker-wrap {
    padding-bottom: 1em;
  }
}
@media (max-width: 992px) {
  .module-kicker {
    font-size: 0.777777em;
  }
}

/*
* Stacking Sections Module
*/
.module-section-stacked {
  position: relative;
  padding: 0; 
  align-items: start;
  overflow-y: visible;
}
.module-section-stacked-deck {
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  width: 100%;
  height: 110vh;
  background-color: rgba(2, 26, 52, 1);
  z-index: calc(10 + var(--i));
}
.module-section-stacked-deck .module-section-bg {
  position: relative;
  width: 100%;
  height: 110vh;
  z-index: 1;
  background-size: cover;
  background-position: center;
  will-change: transform;
  transform: translateY(0);
  overflow: hidden;
}
.module-section-stacked-deck .module-section-bg .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 30, 60, 0.5);
  backdrop-filter: contrast(1.25);
  opacity: 1;
}
.module-section-stacked-deck .module-section-bg.no-filter .background-overlay {
  opacity: 0;
}
.module-section-stacked-deck .module-section-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  padding: 3em 0;
  z-index: 2;
}
.module-section-stacked.sections-1 .module-section-content {
  padding: 6em 0 10em 0;
  margin-bottom: 6em;
}
.sections-1 .module-section-stacked-deck {
  padding-bottom: 6em;
}
.module-section-stacked-deck .module-section-content .container {
  height: 100vh;
}
.module-section-stacked-deck .module-section-content .container .row {
  height: 80vh;
  align-self: center;
}
.module-section-stacked-deck .section-intro {
  padding-right: 3em;
  margin-top: 0em;
  align-self: center;
}
.module-section-stacked-deck .section-intro .module-kicker {
  color: rgba(255, 255, 255, 1);
}
.module-section-stacked-deck .section-intro h2 {
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 2.777em;
  color: rgba(255, 255, 255, 1);
}
.module-section-stacked-deck .section-intro p {
  display: block;
  margin: 0;
  padding: 0 2em 0 0;
  font-size: 1.2222222em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 1);
}
.module-section-stacked-deck .section-intro a {
  display: inline-block;
  margin: 2em 0;
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid rgba(41, 193, 219, 1);
  font-size: 0.8888888em;
  text-transform: uppercase;
  color: rgba(41, 193, 219, 1);
  background-color: rgb(0 36 42 / 10%);
  backdrop-filter: blur(6px);
}
.module-section-stacked-deck .section-intro a:hover {
  background: #2DC1DB;
  border: 1px solid #2DC1DB;
  color: #FFF;
}
.module-section-stacked-deck .section-card-deck {
  position: relative;
  overflow-y: visible;
  align-items: start;
  align-self: center;
}
.module-section-stacked-deck .section-card-deck .card {
  border: 1px solid transparent;
  width: 100%;
  height: 170px;
  top: 2rem;
  z-index: 3;
}
.module-section-stacked-deck .section-card-deck .card.type-list {
  height: 215px;
}
.module-section-stacked-deck .section-card-deck .card:hover {
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgba(41, 193, 219, 1), transparent) 1;
  transition: 0.3s;
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content {
  width: 100%;
  margin-top: 2em;
  padding: 1.5em 2em;
  background-color: rgba(41, 193, 219, 0.1);
  backdrop-filter: blur(24px);
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content .card-content {
  vertical-align: top;
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-links .card-title-kicker {
  display: block;
  padding: 0 4em 1em 0;
  font-size: 0.8888888em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  color: rgba(41, 193, 219, 1);
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-links .card-title {
  display: block;
  padding: 0 0 0.5em 0;
  font-size: 1.388em;
  color: rgba(255, 255, 255, 1);
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-list .card-title-kicker {
  display: inline-block;
  width: 10%;
  margin-top: 1em;
  padding: 0 0 0 0.5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  color: rgba(255, 255, 255, 1);
  border-left: 7px solid rgba(41, 193, 219, 1);
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-list .card-title-kicker::after {
  display: inline-block;
  content: '.';
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-list .card-title-wrap {
  display: inline-block;
  width: 89%;
  padding: 0 0 1em 0;
  vertical-align: top;
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-list .card-title {
  display: block;
  padding: 0 0 0.25em 0;
  font-family: urw-din, sans-serif;
  font-size: 1.38888em;
  font-weight: 600;
  line-height: 2em;
  color: rgba(255, 255, 255, 1);
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-list .card-description {
  display: block;
  padding: 0 0 1em 0;
  font-size: 0.8888888em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 1);
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-links .module-kicker-arrow {
  position: absolute;
  top: 1.833em;
  right: 1.833em;
  display: block;
  width: 2em;
  height: 2em;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  line-height: 2em;
  color: rgba(255, 255, 255, 1);
  background: rgba(41, 193, 219, 1);
  border: 1px solid rgba(41, 193, 219, 1);
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-links:hover .module-kicker-arrow {
  color: rgba(41, 193, 219, 1);
  background: transparent;
  border: 1px solid rgba(41, 193, 219, 1);
}
.module-section-stacked-deck .section-card-deck .card.card-green:hover {
  border-image: linear-gradient(to bottom, #85C441, transparent) 1;
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-links.card-green .module-kicker-arrow {
  background: #85C441;
  border: 1px solid #85C441;
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-links.card-green:hover .module-kicker-arrow {
  background: transparent;
  color: #85C441;
  border: 1px solid #85C441;
}
.module-section-stacked-deck .section-card-deck .section-card-deck-content.type-links.card-green .card-title-kicker {
  color: #85C441;
}

@media (max-width: 1200px) {
  .module-section-stacked.sections-1 {
    margin: -15px 0 0 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    z-index: 1 !important;
    overflow: hidden !important;
  }
  .module-section-stacked.sections-1 .section-intro {
    position: relative !important;
    top: 0 !important;
  }
  .module-section-stacked-deck,
  .module-section-stacked-deck .module-section-bg {
    height: 130vh; 
  }
  .module-section-stacked-deck .module-section-content .container .row {
    
  }
  .module-section-stacked-deck .section-intro {
    padding-right: 0;
  }
  .module-section-stacked-deck .section-intro h2 {
    font-size: 1.6666667em;
  }
  .module-section-stacked-deck .section-intro p {
    font-size: 1em;
    padding: 0;
  }
  .module-section-stacked-deck .section-intro a {
    margin: 1em 0;
  }
  .module-section-stacked-deck .section-card-deck {
    padding-right: 0;
  }
  .module-section-stacked-deck .section-card-deck .section-card-deck-content {
    margin-top: 1em;
    padding: 1em;
  }
  .module-section-stacked-deck .section-card-deck .section-card-deck-content .card-title {
    display: block;
    padding: 0 2.2em 0 0 !important;
    font-size: 1.1em !important;
    line-height: 1.2em;
  }
  .module-section-stacked-deck .section-card-deck .section-card-deck-content .module-kicker-arrow {
    top: 1em;
    right: 1em;
  }
  .module-section-stacked-deck .section-card-deck .card {
    height: auto;
  }
  .module-section-stacked-deck .section-card-deck .card.cards-1,
  .module-section-stacked-deck .section-card-deck .card.cards-2 {
    height: 18vh;
  }
  .module-section-stacked-deck .section-card-deck .card.cards-3 {
    height: 16vh;
  }
  .module-section-stacked-deck .section-card-deck .section-card-deck-content.type-list .card-title-kicker {
    width: 20%;
    margin-top: 0.8em;
  }
  .module-section-stacked-deck .section-card-deck .section-card-deck-content.type-list .card-title-wrap {
    width: 77%;
    font-size: 0.8em;
  }
}
@media (max-width: 992px) {
  .module-section-stacked-deck .section-intro .module-kicker-wrap {
    padding-bottom: 0;
  }
  .module-section-stacked-deck .section-intro .module-kicker {
    margin: 0;
  }
  .module-section-stacked-deck .section-card-deck .card.type-list {
    height: auto;
  }
  .module-section-stacked-deck .section-card-deck .section-card-deck-content.type-links .card-title-kicker {
    font-size: 0.667em;
  }
}

/*
* Stacking Specs Module
*/
.module-section-stacked-specs-deck {
  position: relative;
  padding: 0; 
  align-items: start;
  overflow-y: visible;
}
.section-stacked-specs-deck {
  position: relative;
  width: 100%;
  height: 110vh;
}
.section-stacked-specs-deck .module-section-bg {
  position: relative;
  width: 100%;
  height: 110vh;
  z-index: 1;
  background-size: cover;
  background-position: center;
  will-change: transform;
  transform: translateY(0);
  overflow: hidden;
}
.section-stacked-specs-deck .module-section-bg .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 30, 60, 0.5);
  backdrop-filter: contrast(1.25);
  opacity: 1;
}
.section-stacked-specs-deck .module-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 4em 0;
  z-index: 1;
}
.section-stacked-specs-deck .module-content .container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  align-content: space-around;
}
.section-stacked-specs-deck .module-content .container .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-stacked-specs-deck .module-content .container .info .top {
  padding-top: 1em;
  padding-bottom: 0;
}
.section-stacked-specs-deck .module-content .container .info .middle {
  padding-top: 0;
  padding-bottom: 4em;
}
.section-stacked-specs-deck .module-content .container .info .bottom {
  padding-top: 0;
  padding-bottom: 0;
}
.section-stacked-specs-deck .module-kicker {
  display: block;
  margin: 1em 0;
  padding: 0 0.5em;
  font-size: 0.8888888em;
  color: #335669; 
  text-transform: uppercase;
  text-align: left;
  border-left: 7px solid #85C441;
}
.section-stacked-specs-deck .title {
  font-family: urw-din, sans-serif;
  font-size: 1.944em;
  font-weight: 600;
  margin-top: 1.5em;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.section-stacked-specs-deck .description {
  display: block;
  font-family: effra, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 4em;
  overflow-wrap: normal;
  align-self: center;
  color: #021A34;
}
.section-stacked-specs-deck .module-link a {
  display: inline-block;
  font-family: urw-din, sans-serif;
  font-size: 0.888888em;
  font-weight: 600;
  margin-top: -2em;
  color: #335669;
  line-height: inherit;
  text-transform: uppercase;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.section-stacked-specs-deck .module-link a:hover {
  color: #021A34;
}
.section-stacked-specs-deck.module-setting-bg-dark .module-link,
.section-stacked-specs-deck.module-setting-bg-dark .module-link a,
.section-stacked-specs-deck.module-setting-bg-dark .module-link i {
  color: #2DC1DB;
}
.section-stacked-specs-deck.module-setting-bg-dark .module-link:hover,
.section-stacked-specs-deck.module-setting-bg-dark .module-link a:hover,
.section-stacked-specs-deck.module-setting-bg-dark .module-link a:hover i {
  color: #FFF;
}
.section-stacked-specs-deck .stats-grid {
  margin: 0 auto;
  row-gap: 1em;
}
.section-stacked-specs-deck .stats-content {
  display: grid;
  padding: 1.5em;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, transparent, #527A91, transparent) 1 100%;
  border-right: 0;
  row-gap: 30px;
  column-gap: 37px;
}
.section-stacked-specs-deck .stats-grid .stats-content .value {
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  font-weight: 500;
  color: #021A34;
  margin-top: 0.5em;
  line-height: inherit;
  overflow-wrap: normal;
  align-content: flex-end;
}
.section-stacked-specs-deck .stats-grid .stats-content .label {
  font-family: urw-din, sans-serif;
  font-size: 0.667em;
  font-weight: 500;
  color: #335669;
  line-height: inherit;
  overflow-wrap: normal;
  text-transform: uppercase;
  align-content: flex-end;
}
.section-stacked-specs-deck.module-setting-bg-dark .stats-content {
  border-image: linear-gradient(to bottom, transparent, #87AEC3, transparent) 1 100%;
}
.section-stacked-specs-deck.module-setting-bg-dark .stats-grid .stats-content .value {
  color: #ffffff;
}
.section-stacked-specs-deck.module-setting-bg-dark .stats-grid .stats-content .label {
  color: #87AEC3;
}

@media (max-width: 1200px) {
  .section-stacked-specs-deck .stats-grid .stats-content {
    flex: 0 0 33%;
  }
  .section-stacked-specs-deck .module-content .container .info .middle {
    padding-bottom: 1em;
    margin-bottom: 0;
  }
  .section-stacked-specs-deck .module-content .container .info .middle .description {
    margin-bottom: 0em;
  }
  .section-stacked-specs-deck .stats-content {
    row-gap: 15px;
  }
  .section-stacked-specs-deck .stats-grid.row {
    width: calc(100% + 0.75rem);
    max-width: calc(100% + 0.75rem);
    padding: 0.5em 0;
    row-gap: 0em;
  }
}
@media (max-width: 992px) {
  .section-stacked-specs-deck .title {
    font-size: 1.5em;
  }
  .section-stacked-specs-deck .module-content {
    padding: 2em 0;
  }
  .section-stacked-specs-deck .module-content .container .info .middle {
    padding-bottom: 1em;
    margin-bottom: 0;
  }
  .section-stacked-specs-deck .module-content .container .info .middle .description {
    display: none;
  }
  .section-stacked-specs-deck .module-content .container .info .bottom {
    
  }
  .section-stacked-specs-deck .stats-grid.row {
    width: calc(100% + 0.75rem);
    max-width: calc(100% + 0.75rem);
    padding: 0.5em 0;
    row-gap: 0em;
  }
  .section-stacked-specs-deck .stats-grid .stats-content {
    flex: 0 0 50%;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    row-gap: 5px;
    column-gap: 5px;
  }
  .section-stacked-specs-deck .stats-grid .stats-content:nth-child(1), 
  .section-stacked-specs-deck .stats-grid .stats-content:nth-child(4),
  .section-stacked-specs-deck .stats-grid .stats-content:nth-child(7) {
    padding-left: 1.5em;
  }
  .section-stacked-specs-deck .stats-grid .stats-content:nth-child(odd) {
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to bottom, transparent, #527A91, transparent) 1 100%;
    border-left: 0;
    padding-left: 0;
  }
  .section-stacked-specs-deck .stats-grid .stats-content:nth-child(even), 
  .section-stacked-specs-deck .stats-grid .stats-content:last-child {
    border-left: 0;
    border-right: 0;
    padding-right: 0;
  }
  .section-stacked-specs-deck .stats-grid .stats-content .value {
    font-size: 1em;
  }
  .section-stacked-specs-deck .stats-grid .stats-content .label {
    font-size: 0.77em;
  }
}

/*
* Stacking Photo Sections Module
*/
.module-section-stacked-photo-deck {
  position: relative;
  padding: 0; 
  align-items: start;
  overflow-y: visible;
}
.module .section-stacked-photo-deck {
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  width: 100%;
  height: 110vh;
}
.module .section-stacked-photo-deck .setting-bg-white {
  background: #FFF;
}
.module .section-stacked-photo-deck .module-section-content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  padding: 3em 0;
  z-index: 2;
}
.module .section-stacked-photo-deck .photo-wrap {
  position: absolute;
  top: 50%;
  width: 52%;
  height: 775px;
  padding: 0;
  z-index: 2;
  margin-top: -365px;
  border-radius: 5px;
  overflow: hidden;
}
.module .section-stacked-photo-deck .container {
  height: 100vh;
}

.module .section-stacked-photo-deck .container .row.wrap {
  height: 100vh;
}
.module .section-stacked-photo-deck .container .row.wrap .row.first {
  align-self: flex-end;
}
.module .section-stacked-photo-deck .container .row.wrap .row.last {
  align-self: flex-start;
}
.module .section-stacked-photo-deck .container .row .photo-placeholder {
  height: 100vh;
  align-self: center;
}
.module .section-stacked-photo-deck .container .row .content-wrap {
  align-self: center;
}
.module .section-stacked-photo-deck.header .col {
  align-self: flex-start;
}
.module .section-stacked-photo-deck.header .module-kicker {
  display: block;
  margin: 1em 0 3em 0;
  color: #021A34;
}
.module .section-stacked-photo-deck.header h2 {
  font-size: 2.777em;
  line-height: 1.2em
}
.module .section-stacked-photo-deck.header p {
  font-family: urw-din, sans-serif;
  font-size: 1.666em;
  margin-top: 0.5em;
  color: #021A34;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module .section-stacked-photo-deck.header a {
  display: inline-block;
  margin: 2em 0;
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid rgba(41, 193, 219, 1);
  color: rgba(41, 193, 219, 1)
}

@media (max-width: 1200px) {
  .module .section-stacked-photo-deck .container .row .photo-placeholder {
  }
}
@media (max-width: 992px) {
  .module .section-stacked-photo-deck.header p {
    padding: 0;
  }
  .module .section-stacked-photo-deck .container .row .photo-placeholder {
    display: none;
  }
  .module .section-stacked-photo-deck .photo-wrap {
    position: absolute;
    top: 5vh;
    width: 100%;
    height: 45vh;
    padding: 0;
    z-index: 2;
    margin-top: 0;
    border-radius: 5px;
    overflow: hidden;
  }
  .module .section-stacked-photo-deck .container .row .content-wrap {
    align-self: flex-start;
    padding-top: 55vh;
  }
  .module .section-stacked-photo-deck .container .row .content-wrap .description {
    line-height: 1.5em;
  }
}

/*
* Capabilities Photo Module
*/
.module-capabilities-photos {
  position: relative;
  overflow: hidden;
}
.module-capabilities-photos .module-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 6em 0;
  z-index: 1;
  min-height: fit-content;
}
.module-capabilities-photos .module-content .container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  align-content: space-around;
  min-height: fit-content;
}
.module-capabilities-photos .module-content .row {
  max-width: calc(100% + 1.5em);
}
.module-capabilities-photos .module-kicker {
  color: #335669;
}
.module-capabilities-photos .title {
  font-family: urw-din, sans-serif;
  font-size: 1.944em;
  font-weight: 400;
  color: #001E30;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-capabilities-photos .description {
  display: block;
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  color: #001E30;
  line-height: 1.5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-capabilities-photos .module-link a {
  font-family: urw-din, sans-serif;
  font-size: 1em;
  margin-top: 0.5em;
  color: rgba(41, 193, 219, 1);
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.module-capabilities-photos .capabilities-grid {
  height: 560px;
  margin: 2em auto;
  border-radius: 5px;
  overflow: hidden;
}
.module-capabilities-photos .capabilities-grid .capabilities-toggle {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
  align-content: flex-end;
  transition: 0.5s;
}
.module-capabilities-photos .capabilities-grid .capabilities-toggle::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 60, 1);
  backdrop-filter: contrast(1.35);
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition:  opacity 0.5s ease-out;
  opacity: 0;
}
.module-capabilities-photos .capabilities-grid .capabilities-toggle:hover::before {
  opacity: 0.8;
}
.module-capabilities-photos .capabilities-grid .capabilities-content-fill {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.module-capabilities-photos .capabilities-grid .capabilities-content {
  position: absolute;
  bottom: 0;
  padding: 1em 2em;
  z-index: 2;
}
.module-capabilities-photos .capabilities-grid .capabilities-content .icon {
  display: inline-block;
  border: 2px solid #2DC1DB;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 1em;
  line-height: 32px;
  text-align: center;
  color: #2DC1DB;
}
.module-capabilities-photos .capabilities-grid .capabilities-content .title {
  display: block;
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #ffffff;
  line-height: inherit;
}
.module-capabilities-photos .capabilities-grid .capabilities-content .details {
  display: block;
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  line-height: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .module-capabilities-photos .module-content {
    position: relative;
    height: 100% !important;
    min-height: 100vh;
    padding-bottom: 0;
  }
  .module-capabilities-photos .module-content .container {
    height:auto !important;
    min-height: 40vh;
  }
  .module-capabilities-photos .module-kicker {
    margin: 4em 0 2em 0;
  }
  .module-capabilities-photos .capabilities-grid {
    margin-bottom: 0;
    width: calc(100% + 1.5rem) !important;
    max-width: calc(100% + 1.5rem) !important;
    height: auto !important;
    min-height: 100vh;
  }
  .module-capabilities-photos .capabilities-grid .capabilities-content-wrap {
    height: auto;
    align-content: center;
  }
  .module-capabilities-photos .capabilities-grid .capabilities-content {
    align-content: center;
    padding: 3em 2em !important;
  }
  .module-capabilities-photos .capabilities-grid .capabilities-content .icon {
    margin-right: 0.5em;
  }
  .module-capabilities-photos .capabilities-grid .capabilities-content .title {
    display: inline-block;
    font-size: 1.1em;
  }
}

@media (max-width: 992px) {
  .module.module-capabilities-photos {
    min-height: auto !important;
  }
  .module-capabilities-photos .module-kicker {
    margin: 0em 0 2em 0;
  }
  .module-capabilities-photos .capabilities-grid {
    margin-right: -32px; 
    margin-left: -32px; 
    margin-bottom: 0;
    width: calc(100% + 32px + 1.5rem) !important;
    max-width: calc(100% + 32px + 1.5rem) !important;
    height: auto !important;
    min-height: 150vh;
  }
}

@media (max-width: 575px) {
    .module-capabilities-photos .capabilities-grid {
        margin-right: -32px;
        margin-left: -32px;
        margin-bottom: 0;
        width: calc(100% + 32px + 1.8em) !important;
        max-width: calc(100% + 32px + 2em) !important;
        height: auto !important;
        min-height: 150vh;
    }
}

/*
* Capabilities Full Width Photo Module
*/
.module-capabilities-photos-full-width {
  position: relative;
  overflow: hidden;
}
.module-capabilities-photos-full-width .module-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin-top: 6em;
  z-index: 1;
}
.module-capabilities-photos-full-width .module-content .container {
  position: relative;
  margin: 0 auto;
  height: calc(65vh - 6em);
  align-content: start;
}
.module-capabilities-photos-full-width .module-content .row.full-width {
  margin: 0;
  padding: 0;
  width: 100%;
}
.module-capabilities-photos-full-width .module-content .row.full-width .col {
  margin: 0;
  padding: 0;
}
.module-capabilities-photos-full-width .module-kicker {
  color: #335669;
}
.module-capabilities-photos-full-width .title {
  font-family: urw-din, sans-serif;
  font-size: 2.77777em;
  font-weight: 600;
  color: #001E30;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-capabilities-photos-full-width .description {
  display: block;
  font-family: effra, sans-serif;
  font-size: 1.666666em;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  color: #001E30;
  line-height: 1.43em;
  overflow-wrap: normal;
  align-self: center;
}
.module-capabilities-photos-full-width .module-link a {
  font-family: urw-din, sans-serif;
  font-size: 1em;
  margin-top: 0.5em;
  color: rgba(41, 193, 219, 1);
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.module-capabilities-photos-full-width .capabilities-grid {
  height: 45vh;
  margin: 0 auto;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.module-capabilities-photos-full-width .capabilities-grid .capabilities-toggle {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
  align-content: flex-end;
  transition: 0.5s;
}
.module-capabilities-photos-full-width .capabilities-grid .capabilities-toggle::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 60, 1);
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition:  opacity 0.5s ease-out;
  opacity: 0.3;
}
.module-capabilities-photos-full-width .capabilities-grid .capabilities-toggle:hover::before {
  opacity: 0.75;
  filter: brightness(0.85);
}
.module-capabilities-photos-full-width .capabilities-grid .capabilities-content-fill {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.module-capabilities-photos-full-width .capabilities-grid .capabilities-content {
  position: absolute;
  bottom: 0;
  padding: 2em 4em !important;
  z-index: 2;
}

.module-capabilities-photos-full-width .capabilities-grid .capabilities-content .icon {
  display: inline-block;
  height: 35px;
  width: 35px;
  color: #2DC1DB;
  border: 2px solid #2DC1DB;
  font-size: 1em;
  line-height: 35px;
  text-align: center;
}
.module-capabilities-photos-full-width .capabilities-grid .capabilities-content .title {
  display: block;
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #ffffff;
  line-height: inherit;
}
.module-capabilities-photos-full-width .capabilities-grid .capabilities-content .details {
  display: block;
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  color: #ffffff;
  line-height: 1.5em;
}

@media (max-width: 1200px) {
  .module-capabilities-photos-full-width .module-content {
    position: relative;
    height: 100% !important;
    min-height: 100vh;
  }
  .module-capabilities-photos-full-width .module-content .container {
    height:auto !important;
    min-height: 40vh;
  }
  .module-capabilities-photos-full-width .module-kicker {
  }
  .module-capabilities-photos-full-width .capabilities-grid {
    height: auto !important;
    min-height: 150vh;
  }
  .module-capabilities-photos-full-width .capabilities-grid .capabilities-content-wrap {
    height: auto;
    align-content: center;
  }
  .module-capabilities-photos-full-width .capabilities-grid .capabilities-content {
    align-content: center;
    padding: 3em 2em !important;
  }
  .module-capabilities-photos-full-width .capabilities-grid .capabilities-content .icon {
    margin-right: 0.5em;
  }
  .module-capabilities-photos-full-width .capabilities-grid .capabilities-content .title {
    display: inline-block;
    font-size: 1.1em;
  }
}

@media (max-width: 992px) {
  .module-capabilities-photos-full-width {
    min-height: auto !important;
  }
  .module-capabilities-photos-full-width .title {
    font-size: 1.944444em;
  }
  .module-capabilities-photos-full-width .description {
    font-size: 1.1111111em;
    margin-bottom: 3em;
  }
  .module-capabilities-photos-full-width .download-links-grid {
    margin-bottom: 3em;
  }
}


/*
* Section Highlights Grid Module
*/
.module-section-highlights-grid {
  position: relative;
  overflow: hidden;
}
.module-section-highlights-grid .module-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: fit-content;
  padding: 6em 0;
  z-index: 1;
}
.module-section-highlights-grid .module-content .container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  min-height: fit-content;
  align-content: space-around;
}
.module-section-highlights-grid .module-kicker {
  color: #EFF4F7;
}
.module-section-highlights-grid .title {
  font-family: urw-din, sans-serif;
  font-size: 1.944em;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-section-highlights-grid .description {
  display: block;
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  color: #ffffff;
  line-height: 1.5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-section-highlights-grid .module-link a {
  font-family: urw-din, sans-serif;
  font-size: 1em;
  margin-top: 0.5em;
  color: rgba(41, 193, 219, 1);
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.module-section-highlights-grid .highlights-grid {
  margin: 2em auto;
}
.module-section-highlights-grid .highlights-grid .highlights-content {
  display: grid;
  padding: 1.5em 3em;
  margin: 1em 0;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, transparent, rgba(41, 193, 219, 1), transparent) 1 100%;
  border-left: 0;
  row-gap: 45px;
  column-gap: 37px;
}
.module-section-highlights-grid .highlights-grid .highlights-content:nth-child(3n-12), 
.module-section-highlights-grid .highlights-grid .highlights-content:last-child {
  border-left: 0;
  border-right: 0;
}
.module-section-highlights-grid .highlights-grid .highlights-content .icon {
  overflow-wrap: normal;
  align-content: flex-end;
  max-width: 75px;
}
.module-section-highlights-grid .highlights-grid .highlights-content .label {
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  color: #EFF4F7;
  line-height: inherit;
  overflow-wrap: normal;
  align-content: flex-end;
}

@media (max-width: 1200px) {
  .module-section-highlights-grid .highlights-grid .highlights-content {
    flex: 0 0 33%;
  }
  .module-section-highlights-grid .highlights-grid .highlights-content:nth-child(1), 
  .module-section-highlights-grid .highlights-grid .highlights-content:nth-child(4),
  .module-section-highlights-grid .highlights-grid .highlights-content:nth-child(7) {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .module-section-highlights-grid,
  .module-section-highlights-grid .module-section-bg {
    height: 150vh;
  }
  .module-section-highlights-grid .title {
    font-size: 1.5em;
  }
  .module-section-highlights-grid .highlights-grid.row {
    width: calc(100% + 0.75rem);
    max-width: calc(100% + 0.75rem);
    padding: 0.5em 0;
  }
  .module-section-highlights-grid .highlights-grid .highlights-content {
    flex: 0 0 50%;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    row-gap: 5px;
    column-gap: 5px;
  }
  .module-section-highlights-grid .highlights-grid .highlights-content:nth-child(1), 
  .module-section-highlights-grid .highlights-grid .highlights-content:nth-child(4),
  .module-section-highlights-grid .highlights-grid .highlights-content:nth-child(7) {
    padding-left: 1.5em;
  }
  .module-section-highlights-grid .highlights-grid .highlights-content:nth-child(odd) {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, transparent, rgba(41, 193, 219, 1), transparent) 1 100%;
    border-left: 0;
    padding-left: 0;
  }
  .module-section-highlights-grid .highlights-grid .highlights-content:nth-child(even), 
  .module-section-highlights-grid .highlights-grid .highlights-content:last-child {
    border-left: 0;
    border-right: 0;
    padding-right: 0;
  }
  .module-section-highlights-grid .highlights-grid .highlights-content .icon {
    font-size: 1em;
  }
  .module-section-highlights-grid .highlights-grid .highlights-content .label {
    font-size: 0.77em;
  }
}

/*
* Team Listing Grid Module
*/
.module-team-listing {
  position: relative;
  overflow: hidden;
  background: #010D19;
}
.module-team-listing .module-content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6em 0;
  z-index: 1;
}
.module-team-listing .module-content .container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  align-content: space-around;
}
.module-team-listing .module-kicker {
  color: #EFF4F7;
}
.module-team-listing .title {
  font-family: urw-din, sans-serif;
  font-size: 1.944em;
  font-weight: 400;
  color: #ffffff;
  margin-top: 1.5em;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-team-listing .module-nav {
  display: inline-block;
  font-family: urw-din, sans-serif;
  font-size: 1em;
  margin-top: 0.5em;
  color: rgba(41, 193, 219, 1);
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  cursor: pointer;
}
.module-team-listing .module-nav {
  display: inline-block;
  font-family: urw-din, sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-top: 0.5em;
  color: rgba(239, 244, 247, 0.40);
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  cursor: pointer;
}
.module-team-listing .module-nav:hover {
  color: rgba(41, 193, 219, 1);
}
.module-team-listing .module-nav.active {
  color: rgba(255, 255, 255, 1);
}
.module-team-listing .module-nav::after {
  position: relative;
  display: inline;
  content: ' ';
  font-family: urw-din, sans-serif;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
  line-height: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 1em;
}
.module-team-listing .module-nav:last-child::after {
  display: inline-block;
  content: '';
}
.module-team-listing .team-grid {
  margin: 0 -0.75em;
  width: calc(100% + 3em);
  max-width: calc(100% + 3em);
}
.module-team-listing .team-grid .team-content {
  display: block;
  padding: 0.75em;
  margin: 1em 0;
}
.module-team-listing .team-grid .team-toggle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  align-content: flex-end;
}
.module-team-listing .team-grid .team-content .photo {
  position: relative;
  display: flex;
  border-radius: 5px;
  overflow-wrap: normal;
  align-content: flex-end;
  align-items: end;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.module-team-listing .team-grid .team-toggle .photo::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 13, 26, 0.75);
  backdrop-filter: contrast(1.25);
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition:  opacity 0.5s ease-out;
  opacity: 0;
}
.module-team-listing .team-grid .team-toggle:hover .photo::before {
  opacity: 1;
}
.module-team-listing .team-grid .team-content .name-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.module-team-listing .team-grid .team-content .full-name { 
  display: block;
  margin-top: 1em;
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  font-weight: 700;
  color: #EFF4F7;
  line-height: inherit;
  overflow-wrap: normal;
  align-content: flex-end;
}
.module-team-listing .team-grid .team-content .job-title {
  padding-top: 0.5em;
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  color: #EFF4F7;
  line-height: 1.5em;
  overflow-wrap: normal;
  align-content: flex-end;
}
.module-team-listing .team-grid .team-content .short-bio {
  position: absolute;
  display: none;
  min-width: 100%;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  font-family: urw-din, sans-serif;
  font-size: 1em;
  color: #EFF4F7;
  line-height: 1.4em;
  overflow-wrap: normal;
  align-content: flex-end;
  align-items: end;
  z-index: 2;
}
.module-team-listing .team-grid .team-content-fill {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.module-team-listing .team-grid .team-content .icon {
  position: relative;
  display: inline-block;
  width: 1.77777em;
  height: 1.77777em;
  margin-top: 0.5em;
  border: 1px solid #2DC1DB;
  float: right;
  font-size: 0.8888888em;
  line-height: 1.77777em;
  text-align: center;
  color: #2DC1DB;
}

@media (max-width: 1200px) {
  .module-team-listing .team-grid .team-content {
    flex: 0 0 33%;
  }
  .module-team-listing .team-grid .team-content .photo {
    height: 380px;
  }
  .module-team-listing .team-grid .team-content .short-bio {
    font-size: 0.7777em;
  }
}
@media (max-width: 992px) {
  .module-team-listing .title {
    font-size: 1.5em;
  }
  .module-team-listing .team-grid.row {
    width: calc(100% + 1.5em);
    max-width: calc(100% + 1.5em);
    padding: 0.5em 0;
  }
  .module-team-listing .team-grid .team-content {
    flex: 0 0 50%;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    row-gap: 5px;
    column-gap: 5px;
  }
  .module-team-listing .team-grid .team-content .icon {
    font-size: 1em;
  }
  .module-team-listing .team-grid .team-content .label {
    font-size: 0.77em;
  }
  .module-team-listing .team-grid .team-content .short-bio {
    font-size: 0.7777em;
  }
}
@media (max-width: 767px) {
  .module-team-listing .team-grid .team-content .photo {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .module-team-listing .module-nav {
    font-size: 0.8888888em;
  }
  .module-team-listing .module-nav::after {
    font-size: 0.8888888em;
    margin: 0 0.5em;
  }
  .module-team-listing .team-grid .team-content {
    flex: 0 0 100%;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    row-gap: 5px;
    column-gap: 5px;
  }
  .module-team-listing .team-grid .team-content .photo {
    height: 325px;
  }
  .module-team-listing .team-grid .team-content .short-bio {
    font-size: 1em;
  }
}


/*
* Section Stats Module
*/
.module-section-stats-grid {
  position: relative;
  overflow: hidden;
}
.module-section-stats-grid .module-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 4em 0;
  z-index: 1;
}
.module-section-stats-grid .module-content .container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  align-content: space-around;
}
.module-section-stats-grid .module-kicker {
  color: #335669; 
}
.module-section-stats-grid .title {
  font-family: urw-din, sans-serif;
  font-size: 1.944em;
  font-weight: 400;
  color: #ffffff;
  margin-top: 1.5em;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-section-stats-grid .description {
  display: block;
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  color: #ffffff;
  line-height: inherit;
  overflow-wrap: normal;
  align-self: center;
}
.module-section-stats-grid .module-link a {
  font-family: urw-din, sans-serif;
  font-size: 1em;
  margin-top: 0.5em;
  color: rgba(41, 193, 219, 1);
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.module-section-stats-grid .stats-grid {
  margin: 0 auto;
}
.module-section-stats-grid .stats-grid .stats-content {
  display: grid;
  padding: 1.5em;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, transparent, rgba(41, 193, 219, 1), transparent) 1 100%;
  border-left: 0;
  row-gap: 45px;
  column-gap: 37px;
}
.module-section-stats-grid .stats-grid .stats-content:nth-child(3n-12), 
.module-section-stats-grid .stats-grid .stats-content:last-child {
  border-left: 0;
  border-right: 0;
}
.module-section-stats-grid .stats-grid .stats-content .value {
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  margin-top: 0.5em;
  color: #ffffff;
  line-height: inherit;
  overflow-wrap: normal;
  align-content: flex-end;
}
.module-section-stats-grid .stats-grid .stats-content .label {
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  color: rgba(41, 193, 219, 1);
  line-height: inherit;
  overflow-wrap: normal;
  text-transform: uppercase;
  align-content: flex-end;
}

@media (max-width: 1200px) {
  .module-section-stats-grid .stats-grid .stats-content {
    flex: 0 0 33%;
  }
  .module-section-stats-grid .stats-grid .stats-content:nth-child(1), 
  .module-section-stats-grid .stats-grid .stats-content:nth-child(4),
  .module-section-stats-grid .stats-grid .stats-content:nth-child(7) {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .module-section-stats-grid .title {
    font-size: 1.5em;
  }
  .module-section-stats-grid .stats-grid.row {
    width: calc(100% + 0.75rem);
    max-width: calc(100% + 0.75rem);
    padding: 0.5em 0;
  }
  .module-section-stats-grid .stats-grid .stats-content {
    flex: 0 0 50%;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    row-gap: 5px;
    column-gap: 5px;
  }
  .module-section-stats-grid .stats-grid .stats-content:nth-child(1), 
  .module-section-stats-grid .stats-grid .stats-content:nth-child(4),
  .module-section-stats-grid .stats-grid .stats-content:nth-child(7) {
    padding-left: 1.5em;
  }
  .module-section-stats-grid .stats-grid .stats-content:nth-child(odd) {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, transparent, rgba(41, 193, 219, 1), transparent) 1 100%;
    border-left: 0;
    padding-left: 0;
  }
  .module-section-stats-grid .stats-grid .stats-content:nth-child(even), 
  .module-section-stats-grid .stats-grid .stats-content:last-child {
    border-left: 0;
    border-right: 0;
    padding-right: 0;
  }
  .module-section-stats-grid .stats-grid .stats-content .value {
    font-size: 1em;
  }
  .module-section-stats-grid .stats-grid .stats-content .label {
    font-size: 0.77em;
  }
}

/*
* Headliner Module
*/
.module.module-headliner {
  overflow: hidden;
  position: relative;
}
.module-headliner .container {
  margin: 6em auto; 
}
.module-headliner .module-headline {
  margin: 3rem 0; 
}
.module-headliner .module-headline .icon {
  
}
.module-headliner .module-headline .headline-wrap {
  align-self: center;
}
.module-headliner .module-headline h2.title {
  margin-bottom: 1em;
  font-size: 1.944444em;
  font-weight: 400;
  line-height: 1.5em;
}
.module-headliner .module-headline .description {
  margin-bottom: 1em;
}
.module-headliner .features {
  margin: 0 auto;
}
.module-headliner .features .feature-content {
  padding: 1.5em;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, transparent, rgba(0, 8, 58, 1), transparent) 1 100%;
  border-left: 0;
}
.module-headliner .features .feature-content:last-child {
  border-left: 0;
  border-right: 0;
}
.module-headliner .features .feature-content .icon img {
  max-width: 20%;
}
.module-headliner .features .feature-content .title {
  margin-top: 0.5em;
  margin-bottom: .5em;
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  font-weight: 600;
  color: #021A34;
  line-height: inherit;
  overflow-wrap: normal;
}
.module-headliner .features .feature-content .description {
  font-family: effra, sans-serif;
  font-size: 0.944em;
  margin-top: 0.5em;
  color: #021A34;
  line-height: 1.5em;
  margin-bottom: .5em;
  overflow-wrap: normal;
}

@media (max-width: 1200px) {
  .module.module-headliner {
  }
  .module-headliner .module-headline .col {
    padding-left: 0em;
  }
  .module-headliner .module-headline .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 2em;
  }
  .module-headliner .module-headline .col-2 img {
    max-width: 200px;
  }
  .module-headliner .features .feature-content.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 992px) {
  .module-headliner .headline-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .module-headliner .module-headline .icon img {
    max-width: 33%;
  }
  .module-headliner .module-headline h2.title {
    font-size: 1.6667em;
  }
  .module-headliner .features .feature-content {
    padding: 1.5em 0;
    border: 0;
  }
  .module-headliner .features .feature-content.col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .module-headliner .features .feature-content .title {
    font-size: 1.111111em;
  }
}
/*
* Spotlight Module
*/
.module.module-spotlight {
  padding: 6em 0;
  overflow: hidden;
  position: relative;
}
.module-spotlight .module-content {
}
.module-spotlight .module-content .col {
  align-content: center;
}
.module-spotlight .module-content .icon {
  margin-bottom: 1em;
}
.module-spotlight .module-content .photo {
  font-size: 18px;
  padding-right: 2em;
}
.module-spotlight .module-content .title h2 {
  font-family: urw-din, sans-serif;
  font-size: 1.888em;
  font-weight: 400;
  color: #021A34;
  line-height: inherit;
  margin-bottom: 1em;
  overflow-wrap: normal;
}
.module-spotlight .module-content .description {
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  margin-top: 0.5em;
  color: #021A34;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.module-spotlight .module-content .description p {
  margin-bottom: 1em;
  line-height: 1.4em;
}
.module-spotlight .module-content .module-link {
  margin-top: 1.5em;
}
.module-spotlight .module-content .module-link a {
  display: inline-block;
  background: #021A34;
  padding: 0.6em 1em;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 0.8888888em;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}
.module-spotlight .module-content .module-link a:hover {
  background: transparent;
  border: 1px solid #021A34;
  color: #021A34;
}
.module-spotlight .module-quotation .quotation {
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  padding: 6em;
  color: #021A34;
  line-height: 1.5em;
  margin-bottom: .5em;
  overflow-wrap: normal;
  text-align: center;
}

@media (max-width: 1200px) {
  .module-spotlight .module-content .photo {
    padding-right: 0;
    padding-bottom: 2.5em;
    width: 100%;
  }
  .module-spotlight .module-content .photo img {
    width: 100%;
    height: auto;
  }
  .module-spotlight .module-content .title h2 {
    font-size: 1.6666667em;
    margin-bottom: 1.2em;
  }
  .module-spotlight .module-quotation .quotation {
    font-size: 1.1111111em;
    padding: 2em 1em;
  }
}
@media (max-width: 992px) {
  .module-spotlight .module-content .photo {
    padding-right: 0;
    padding-bottom: 2.5em;
    width: 100%;
  }
  .module-spotlight .module-content .photo img {
    width: 100%;
    height: auto;
  }
  .module-spotlight .module-content .title h2 {
    font-size: 1.6666667em;
    margin-bottom: 1.2em;
  }
  .module-spotlight .module-quotation .quotation {
    font-size: 1.1111111em;
    padding: 2em 1em;
  }
}

/*
* Bar Graph Module
*/
.module-bar-graph {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.module-bar-graph .module-section-bg {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 0;
}
.module-bar-graph .module-section-bg .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 30, 60, 0.9);
  backdrop-filter: contrast(1.25);
  opacity: 1;
}
.module-bar-graph .module-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: fit-content;
  z-index: 1;
}
.module-bar-graph .module-content .container {
  padding: 6em 0;
}
.module-bar-graph .module-content .container h2 {
  padding: 0;
  margin: 0 0 0.5em 0;
  font-size: 2.777777em;
  font-weight: 600;
}
.module-bar-graph .module-content .container .graph-headline {
  padding: 0;
  margin: 4em 0 2em 0;
  font-size: 0.777777em;
  font-weight: 400;
  text-transform: uppercase;
  color: #2DC1DB
}
.module-bar-graph .module-content .container p {
  padding: 0;
  margin: 1em 0;
  font-size: 1.333em;
}
.module-bar-graph .bar-graph-wrapper .chart {
  width: 100%;
}
.module-bar-graph .bar-graph-wrapper .chart-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.module-bar-graph .bar-graph-wrapper .y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30vh;
  margin-top: -10px;
  margin-right: 10px;
  font-size: 12px;
}
.module-bar-graph .bar-graph-wrapper .plot {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  height: 30vh;
  width: 100%;
  border-top: 2px solid rgba(149, 177, 195, 0.5);
  border-bottom: 2px solid rgba(149, 177, 195, 0.5);
  padding: 2px 10px;
  box-sizing: border-box;
}
.module-bar-graph .bar-graph-wrapper .plot::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px solid rgba(149, 177, 195, 0.5);
  z-index: 0;
}
.module-bar-graph .bar-graph-wrapper .bar-container {
  position: relative;
  display: flex;
  width: 30%;
  height: 100%;
  z-index: 1;
}
.module-bar-graph .bar-graph-wrapper .bar-area {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.module-bar-graph .bar-graph-wrapper .bar-area .bar {
  width: 100%;
  background: rgba(68, 130, 181, 0.25);
  opacity: 0.9;
}
.module-bar-graph .bar-graph-wrapper .bar-container:last-child .bar {
  width: 100%;
  background: #2DC1DB;
}
.module-bar-graph .bar-graph-wrapper .x-labels {
  display: flex;
  gap: 30px;
  padding: 8px 10px 0 10px;
  box-sizing: border-box;
}
.module-bar-graph .bar-graph-wrapper .x-label {
  width: 30%;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #95B1C3;
}
.module-bar-graph .bar-graph-wrapper .x-label:last-child {
  color: #2DC1DB;
}
.module-bar-graph .module-content .stat-content {
  align-self: center;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, transparent, #2DC1DB, transparent) 1 100%;
  border-left: 0;
}
.module-bar-graph .module-content .stat-content:last-child {
  border-left: 0;
  border-right: 0;
}
.module-bar-graph .module-content .stats {
  margin: 2em 0;
}
.module-bar-graph .module-content .stats .stat {
  padding: 2em;
}
.module-bar-graph .module-content .stats .stat .sybmol {
  font-family: urw-din, sans-serif;
  font-size: 1em;
  line-height: 1em;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 1em;
}
.module-bar-graph .module-content .stats .stat .percentage {
  font-family: urw-din, sans-serif;
  font-size: 2.777em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.05em;
}
.module-bar-graph .module-content .stats .stat .perc-sybmol {
  font-family: urw-din, sans-serif;
  font-size: 2.777em;
}
.module-bar-graph .module-content .stats .stat .description {
  font-size: 0.8888888em;
  line-height: 1.5em;
  padding: 0;
}
.module-bar-graph .module-content .stats .stat.featured .percentage {
  color: #2DC1DB;
  padding: 0;
}
.module-bar-graph .module-content .stats .stat.featured .perc-sybmol {
  color: #2DC1DB;
}

@media (max-width: 1200px) {
  .module-bar-graph .module-content {
    
  }
  .module-bar-graph .module-content .container h2 {
    font-size: 1.6666667em;
  }
  .module-bar-graph .module-content .stat-content:nth-child(even) {
    border-left: 0;
    border-right: 0;
  }
  .module-bar-graph .bar-graph-wrapper .y-axis,
  .module-bar-graph .bar-graph-wrapper .plot {
    height: 20vh;
  }
  .module-bar-graph .module-content .stats {
    row-gap: 1em;
  }
  .module-bar-graph .module-content .stats .stat {
    padding: 0em;
    font-size: 1em;
  }
  .module-bar-graph .module-content .stats .stat .description  {
    font-size: 0.667em;
  }
  .module-bar-graph .module-content .stats .stat.featured .percentage {
    
  }
  .module-bar-graph .module-content .stats .stat .perc-sybmol {
    font-family: urw-din, sans-serif;
    font-size: 2.333em;
  }
  .module-bar-graph .module-content .stats .col-3 {
    max-width: 50%;
  }
  .module-bar-graph .module-content .stats .col-4 {
    max-width: 33%;
  }
}
@media (max-width: 992px) {
  .module-bar-graph .module-content .container {
    padding-right: 32px;
    padding-left: 32px;
  }
  .module-bar-graph .module-content .container .graph-headline {
    font-size: 12px;
  }
}

/*
* GeoMap Module
*/
.module.module-geomap {
  position: relative;
  padding: 6em 0;
  overflow: hidden;
}
.module-geomap .module-headline {
  margin: 3rem 0; 
}
.module-geomap .title {
  margin-top: 0.5em;
  color: #021A34;
}
.module-geomap .description {
  font-family: urw-din, sans-serif;
  font-size: 1.666em;
  margin-top: 0.5em;
  color: #021A34;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-geomap .module-map {
  position: relative;
  margin: 0;
  padding: 6em 0;
}
.module-geomap.no-padding .module-map {
  padding: 0;
}
.module-geomap .module-footer-title h3 {
  font-size: 1.1111111em;
}
.module-geomap .module-link {
  text-align: right;
  font-size: 0.8888888em;
  line-height: 1.65em;
}
.module-geomap .module-link a {
  font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #021A34;
}
.module-geomap .module-link a:hover {
  border-bottom: 0;
}
.module-geomap .module-link .arrow {
  display: inline-block;
  width: 1.65em;
  height: 1.75em;
  padding: 0;
  margin-left: 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.65em;
  color: rgba(255, 255, 255, 1);
  background: #021A34;
  border: 1px solid #021A34;
}
.module-geomap .module-link a:hover .arrow {
  color: #021A34;
  background: transparent;
  border: 1px solid #021A34;
}

@media (max-width: 992px) {
  .module.module-geomap .container {
    font-size: 0.5em;
  }
  .module-geomap h3 {
    font-size: 2em;
  }
  .module-geomap .module-link {
    padding-top: 1em;
    font-size: 1.5em;
    text-align: left;
  }
}

/*
* Full Width Image Module
*/

.module-full-width-image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.module-full-width-image .module-content {
  width: 100%;
  height: 100vh;
}
.module-full-width-image .module-content.filter::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 60, 0.5);
  backdrop-filter: contrast(1.25);
}
.module-full-width-image .module-content .row {
  padding: 4em 2em;
  height: 100vh;
}
.module-full-width-image .module-content .row .content {
  padding: 4em;
  align-content: center;
}
.module-full-width-image .module-content .module-kicker {
  color: #EFF4F7; 
}
.module-full-width-image .module-content .title {
  font-family: urw-din, sans-serif;
  font-size: 2.388em;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.module-full-width-image .module-content .description {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  margin-top: 1.5em;
  color: #ffffff;
  line-height: 1.5em;
  margin-bottom: .5em;
  overflow-wrap: normal;
}
.module-full-width-image .module-content .link {
  display: inline-block;
  margin: 2em 0;
  padding: 15px 30px 15px 30px;
  border-radius: 2px;
  background: #2DC1DB;
  border: 1px solid #2DC1DB;
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  color: #010D19;
}
.module-full-width-image .module-content .link:hover {
  background: transparent;
  color: #2DC1DB;
}


@media (max-width: 992px) {
  .module-full-width-image .module-content .row {
    padding: 0;
  }
  .module-full-width-image .module-content .row .content {
    padding: 1em;
  }
  .module-full-width-image .module-content .title {
    font-family: urw-din, sans-serif;
    font-size: 1.6667em;
  }
}

/*
* Full Width Image Module
*/

.module-full-width-image.module-news-latest {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 900px;
}
.module-full-width-image.module-news-latest .module-content {
  width: 100%;
  height: 100vh;
  max-height: calc(900px + 8em);
}
.module-full-width-image.module-news-latest .module-content .row {
  max-height: 900px;
}

/*
* Banner Heading Module
*/
.module.module-banner-heading {
  position: relative;
  padding: 6em 0;
}
.module-banner-heading .icon {
  align-self: flex-start;
}
.module-banner-heading .icon .icon-img {
  width: auto;
  padding: 2em;
}
.module-banner-heading .content {
  align-self: center;
}
.module-banner-heading .content .title {
  font-family: urw-din, sans-serif;
  font-size: 1.94444em;
  margin-top: 0.5em;
  color: #021A34;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-banner-heading .module-link {
  display: block;
  margin: 1.5em 0;
}
.module-banner-heading .module-link a {
  display: inline-block;
  background: transparent;
  padding: 0.6em 1em;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 0.8888888em;
  text-transform: uppercase;
  color: #021A34;
  overflow: hidden;
}
.module-banner-heading .module-link a:hover {
  background: #021A34;
  border: 1px solid #000;
  color: #fff;
}

@media (max-width: 992px) {
  .module-banner-heading .container {
    
  }
  .module-banner-heading .icon {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5em;
  }
  .module-banner-heading .icon .icon-img {
    width: auto;
    max-height: 150px;
  }
  .module-banner-heading .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .module-banner-heading .content .title {
    font-size: 1.6666667em;
    
  }
}


/*
* Form / Lead Module
*/
.module.module-form-lead {
  position: relative;
  padding: 6em 0;
}
.page-id-31 .module.module-form-lead {
  padding: 6em 0 12em 0;
}
.module.module-form-lead .module-kicker {
  color: #335669; 
}
.module-form-lead .title {
  font-family: urw-din, sans-serif;
  font-size: 1.944em;
  font-weight: 600;
  color: #021A34;
  line-height: inherit;
  margin-bottom: .5em;
  overflow-wrap: normal;
  align-self: center;
}
.module-form-lead .module-link a:hover {
  border-bottom: 0;
}

.module-form-lead .description {
  display: block;
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  color: #021A34;
  line-height: 1.5em;
  overflow-wrap: normal;
  align-self: center;
}

@media (max-width: 992px) {
  .module.module-form-lead .title {
    font-size: 1.5em;
  }
  .hsfc-Step__Content {
    padding: 3em 0 !important;
  }
}

/*
* Photo Slider Module
*/
.module.module-photo-slider {
  position: relative;
  padding: 6em 0;
}
.module-photo-slider .title {
  font-family: urw-din, sans-serif;
  font-size: 2.777em;
  margin-bottom: 1em;
  color: #021A34;
  line-height: inherit;
  overflow-wrap: normal;
  align-self: center;
}
.module-photo-slider .photo-slider-wrap {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
.module-photo-slider .photo-slider-wrap .photo-slider-container {
  margin-bottom: 4em;
}
.module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame {
  margin-bottom: 4em;
  width: 90%;
}
.module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame .slick-next {
  right: calc(-10% + 1rem);
}
.module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame .slick-prev {
  right: calc(-10% + 5rem);
}

.module-photo-slider .photo-slider-container .slick-list {
  overflow: visible;
}
.module-photo-slider .photo-slider-container .slick-list .slide {
  padding-right: 1em;
}
.module-photo-slider .photo-slider-container .slick-list .slide .photo {
  display: block;
  width: 97%;
  height: 55vh;
  overflow: hidden;
}
.module-photo-slider .photo-slider-container .slick-list .slide .caption {
  font-size: 0.8888888em;
  opacity: 0.75;
}
.module-photo-slider .photo-slider-container .slick-list .slide .caption .cap {
  display: inline-block;
  margin: 1em 0;
  padding: 0 1em;
  border-right-width: 1px;
  border-right-style: solid; 
}
.module-photo-slider .photo-slider-container .slick-list .slide .caption .cap:last-child {
  border: 0;
}
@media (max-width: 1200px) {
  .module-photo-slider .title {
    font-size: 1.9444em;
  }
  .module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame {
    margin-bottom: 4em;
    width: 96%;
  }
  .module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame .slick-next {
    right: calc(-4% + 1rem);
  }
  .module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame .slick-prev {
    right: calc(-4% + 5rem);
  }
  .module-photo-slider .photo-slider-container .slick-list .slide .photo {
    height: 525px;
  }
  .module-photo-slider .photo-slider-container .slick-list .slide .caption .cap {
    max-width: 33%;
    text-wrap-mode: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .module-photo-slider .title {
    font-size: 1.9444em;
  }
  .module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame {
    margin-bottom: 4em;
    width: 100%;
  }
  .module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame .slick-next {
    right: 1rem;
  }
  .module-photo-slider .photo-slider-wrap .photo-slider-container .photo-slider-frame .slick-prev {
    right: 5rem;
  }
  .module-photo-slider .photo-slider-container .slick-list .slide .photo {
    height: 476px;
  }
  .module-photo-slider .photo-slider-container .slick-list .slide .caption .cap {
    display: block;
    max-width: 100%;
    border: 0;
    margin: 0.5em 0;
  }
}


/*
* Careers Module
*/

.module-careers {
  position: relative;
}
.module-careers .module-kicker-wrap {
  position: relative;
  display: block;
  padding: 4em 0;
}
.module-careers .module-part-content {
  position: relative;
  display: block;
  padding: 4em 0;
}
.module-careers .post-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}
.module-careers .post-list-item .post-title {
  display: inline;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 1em;
  font-family: urw-din, sans-serif;
  font-size: 1.111em;
}
.module-careers .post-list-item .post-tag {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  color: #010D19;
}
.module-careers .post-list-item .post-location {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  color: #010D19;
}
.module-careers .post-list-item .post-date {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  text-align: center;
  color: #010D19;
}
.module-careers .post-list-item .post-link {
  display: inline-block;
  margin: 1.5em 0 1em 0;
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  text-align: left;
  color: #010D19;
}
.module-careers .post-list-item .excerpt {
  padding-top: 1.5em;
}
.module-careers .post-list-item .expand-more {
  font-size: 1em;
  text-align: right;
}
.cms-content-popup .pop-header {
  margin: 2em 0;
  padding: 0;
}
.cms-content-popup .pop-header .col {
  padding: 0 !important;
}
.cms-content-popup .container h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: effra, sans-serif;
  font-size: 2.777em;
  font-weight: 400;
  color: #010D19;
}
.cms-content-popup .container .post-location {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  color: #010D19;
}
.cms-content-popup .container .post-date {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  text-align: left;
  color: #010D19;
}

@media (max-width: 992px) {
  .module-careers {
  }
  .module-careers .container {
  }  
  .module-careers .post-list-item .col-2 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .module-careers .post-list-item .col-3 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .module-careers .post-list-item .col-11 {
    flex: 0 0 88.67%;
  }
  .module-careers .post-list-item .post-link {
    width: 2em; 
    height: 2em;
    overflow: hidden;
    font-family: effra, sans-serif;
    font-size: 0.8888888em;
    font-weight: 400;
    text-align: center;
    color: #010D19;
  }
}

/*
* Reps Module
*/

.module-reps {
  position: relative;
}
.module-reps .module-kicker-wrap {
  position: relative;
  display: block;
  padding: 4em 0;
}
.module-reps .module-part-content {
  position: relative;
  display: block;
  padding: 4em 0;
}
.module-reps .post-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}
.module-reps .post-list-item .post-title {
  display: inline;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 1em;
  font-family: urw-din, sans-serif;
  font-size: 1.111em;
}
.module-reps .post-list-item .post-tag {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  color: #010D19;
}
.module-reps .post-list-item .post-location {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  color: #010D19;
  align-content: center;
}
.module-reps .post-list-item .post-location .col {
  align-self: center;
}
.module-reps .post-list-item .post-link {
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  text-align: center;
  color: #010D19;
}
.module-reps .post-list-item .excerpt {
  padding-top: 1.5em;
}
.module-reps .post-list-item .expand-more {
  font-size: 1em;
  text-align: right;
}


@media (max-width: 992px) {
  .module-reps {
  }
  .module-reps .container {
  }  
  .module-reps .post-list-item .col-2 {
    flex: 0 0 8.33333%;
  }
  .module-reps .post-list-item .col-5 {
    flex: 0 0 83.33333%;
  }
  .module-reps .post-list-item .col-11 {
    flex: 0 0 88.67%;
  }
  .module-reps .post-list-item .post-link {
    width: 2em; 
    height: 2em;
    overflow: hidden;
    font-family: effra, sans-serif;
    font-size: 0.8888888em;
    font-weight: 400;
    text-align: center;
    color: #010D19;
  }
}

/*
* Company Locations Module
*/

.module-company-locations {
  position: relative;
}
.module-company-locations .module-content {
  position: relative;
  display: block;
  padding: 4em 0;
}
.module-company-locations .location-grid {
}
.module-company-locations .location-content {
  position: relative;
  display: block;
  padding: 1em 0.75rem;
}
.module-company-locations .headquarters {
  position: absolute;
  top: -2em;
  display: block;
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  font-weight: 600;
  text-transform: uppercase;
  color: #335669;
}
.module-company-locations .location {
  display: block;
  font-family: urw-din, sans-serif;
  font-size: 1.388em;
  font-weight: 600;
  color: #010D19;
}
.module-company-locations .address {
  display: block;
  margin: 0.88em 2em 1em 0;
  font-family: effra, sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #010D19;
}
.module-company-locations .description {
  display: block;
  margin: 0 2em 1em 0;
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  text-align: left;
  color: #010D19;
}


@media (max-width: 992px) {
  .module-company-locations {
  }
  .module-company-locations .container {
  }  
  .module-company-locations .headquarters {
    position: relative;
    top: 0em;
    margin-bottom: 1.5em;
  }
}


/*
* Accordion Module
*/

.module.module-accordion .container {
  padding: 1rem 50px; 
} 
@media (min-width: 992px) {
  .module-accordion {
    padding: 5.5rem 0; 
  }
  .module.module-accordion .container {
    padding: 20px 68px; 
  }  
}
.module-accordion .module-part-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .module-accordion .module-part-content {
      margin-bottom: 0; } }

.module-accordion.module-setting-bg-dark * {
  color: #fff; }

.module-accordion.module-setting-bg-dark .accordion__header {
  border-color: rgba(255, 255, 255, 0.05); }
  .module-accordion.module-setting-bg-dark .accordion__header path {
    fill: #fff; }
  .module-accordion.module-setting-bg-dark .accordion__header:hover, .module-accordion.module-setting-bg-dark .accordion__header:active, .module-accordion.module-setting-bg-dark .accordion__header:focus {
    color: #fff;
    outline: none; }

.module.module-accordion.module-setting-bg-white {
  padding: 1.75rem 0; 
}
  .module.module-accordion.module-setting-bg-white .container {
    padding: 0 50px; 
  }
  @media (min-width: 992px) {
    .module.module-accordion.module-setting-bg-white .container {
      padding: 0 68px; 
    }
  }
.module.module-accordion.module-setting-bg-light {
    padding: 1.75rem 0; 
  }
    .module.module-50-50 .module-setting-bg-light h2 {
      color: #85c441 !important;
    }
    .module.module-accordion.module-setting-bg-light .container {
      padding: 50px; 
    }
    @media (min-width: 992px) {
      .module.module-accordion.module-setting-bg-light .container {
        padding: 68px; 
      }
    }
  
.accordion {
  margin-left: auto;
  margin-right: auto; }

.accordion__header {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #85c441;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: left;
  padding: 1.25rem 0;
  border: none;
  padding-right: 3.75rem;
  border-top: 3px solid rgba(89, 90, 90, 0.05);
  cursor: pointer; }
  @media (min-width: 992px) {
    .accordion__header {
      font-size: 1.563rem;
    }
  }
  .accordion__header:first-child {
    border-top: 0; }
  .accordion__header:hover {
    color: #3F4040;
    outline: none; }
  .accordion__header .svg-container {
    position: absolute;
    top: 1.75em;
    left: -1.5rem;
    width: 16px;
    height: 16px;
  }
  @media (min-width: 992px) {
    .accordion__header .svg-container {
      top: 1.1em;
    }
  }
  .accordion__header .svg-container svg {
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s; }
  .accordion__header[aria-expanded='true'] svg {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); 
  }
  .accordion__header .svg-container svg path {
    filter: invert(50%) sepia(59%) saturate(4949%) hue-rotate(150deg) brightness(93%) contrast(101%);
    fill: #85c441;
  }
  .accordion__header:hover .svg-container svg path {
    filter: invert(22%) sepia(7%) saturate(87%) hue-rotate(131deg) brightness(98%) contrast(90%);
    fill: #3F4040;
  }

.accordion__panel {
  padding: 1.25rem 0; }
  
.accordion__panel ..accordion-answer p {
  font-size: 
}

.careers-container .module-part-content {
  max-width: none !important;
  text-align: left !important; }

.careers-container .container {
  margin-left: auto;
  margin-right: auto; }

.careers-container .module-accordion {
  padding: 3.75rem 0; }
  @media (min-width: 992px) {
    .careers-container .module-accordion {
      padding: 5.5rem 0; } }
  .careers-container .module-accordion .module-part-content {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .careers-container .module-accordion .module-part-content {
        margin-bottom: 2.5rem; } }
  .careers-container .module-accordion.module-setting-bg-dark * {
    color: #fff; }
  .careers-container .module-accordion.module-setting-bg-dark .accordion__header {
    border-color: rgba(255, 255, 255, 0.05); }
    .careers-container .module-accordion.module-setting-bg-dark .accordion__header path {
      fill: #fff; }
    .careers-container .module-accordion.module-setting-bg-dark .accordion__header:hover, .careers-container .module-accordion.module-setting-bg-dark .accordion__header:active, .careers-container .module-accordion.module-setting-bg-dark .accordion__header:focus {
      color: #fff;
      outline: none; }


.module-banner-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  padding: 100px 1.25rem 3rem;
  position: relative; }
  @media (min-width: 992px) {
    .module-banner-image {
      width: 800px;
      max-width: 100%;
      min-height: 400px;
      margin: 2rem auto;
      position: relative; 
    } 
  }
  @media (min-width: 1200px) {
    .module-banner-image {
      width: 1100px;
      max-width: 100%;
      min-height: 500px;
      margin: 2rem auto;
      position: relative; 
    } 
  }
  @media (min-width: 1440px) {
    .module-banner-image {
      width: 1236px;
      max-width: 100%;
      min-height: 600px;
      margin: 2rem auto;
      position: relative; 
    } 
  }
  .module-banner-image.has-scroll-arrow {
    padding-bottom: 75px; }
  .module-banner-image .banner-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .module-banner-image .banner-content {
    max-width: 700px;
    z-index: 10; }
    .module-banner-image .banner-content p,
    .module-banner-image .banner-content h1,
    .module-banner-image .banner-content h2,
    .module-banner-image .banner-content h3,
    .module-banner-image .banner-content h4,
    .module-banner-image .banner-content h5,
    .module-banner-image .banner-content h6 {
      color: #fff; }
      .module-banner-image .banner-content p:first-child,
      .module-banner-image .banner-content h1:first-child,
      .module-banner-image .banner-content h2:first-child,
      .module-banner-image .banner-content h3:first-child,
      .module-banner-image .banner-content h4:first-child,
      .module-banner-image .banner-content h5:first-child,
      .module-banner-image .banner-content h6:first-child {
        margin-top: 0; }
      .module-banner-image .banner-content p:last-child,
      .module-banner-image .banner-content h1:last-child,
      .module-banner-image .banner-content h2:last-child,
      .module-banner-image .banner-content h3:last-child,
      .module-banner-image .banner-content h4:last-child,
      .module-banner-image .banner-content h5:last-child,
      .module-banner-image .banner-content h6:last-child {
        margin-bottom: 0; }
  .module-banner-image .scroll {
    bottom: 1.25rem;
    position: absolute;
    text-decoration: none; }
    .module-banner-image .scroll:hover img {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
    .module-banner-image .scroll span,
    .module-banner-image .scroll img {
      display: block;
      margin: 0 auto; }
    .module-banner-image .scroll span {
      color: #CF8400;
      font-family: effra, sans-serif; }
    .module-banner-image .scroll img {
      margin-top: .75rem;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }

/*
 * CTA Heading Module
 */
.module-cta-heading {
  position: relative;
  width: 100%;
  padding: 0; 
  text-align: center;
}
.home .module-cta-heading {
  margin-top: -30px;
}
.home .module-cta-heading .module-kicker-wrap {
  position: absolute;
  top: -15%;
  left: 50%;
  width: 600px;
  margin-left: -300px;
}
.home .module-cta-heading .module-kicker-wrap .module-kicker {
  font-size: 0.667em;
}
.home .module-cta-heading h2 {
  padding-top: 6em;
}
.module-cta-heading h2 {
  font-family: urw-din, sans-serif;
  margin-top: 0;
  line-height: inherit;
  margin-bottom: 4em;
  overflow-wrap: normal;
  font-size: 1.944em;
  line-height: 1.2em;
  font-weight: 600;
}
.module-cta-heading .container {
  padding-top: 3rem;
  padding-bottom: 7rem !important;
  clear: both;
}
.home .module-cta-heading .container {
  padding-top: 0;
}
.module-cta-heading .module-kicker-wrap {
  margin: 1em 0 5em 0;
  text-align: center;
}
.module-cta-heading .module-kicker-wrap .module-kicker {
  display: inline-block;
  padding: 0 2em;
  margin: 0 auto;
  border-left: 7px solid rgba(41, 193, 219, 1);
  border-right: 7px solid rgba(41, 193, 219, 1);
  font-family: urw-din, sans-serif;
  font-size: 0.8888888em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.module-cta-heading .module-kicker-wrap .module-kicker-arrow {
  display: block;
  height: 2.055em;
  width: 2.055em;
  margin: 1em auto;
  padding-top: 0.5em;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgba(41, 193, 219, 1), transparent) 1;
  font-size: 1.2em;
  text-align: center;
  color: rgba(41, 193, 219, 1);
}
.module-cta-heading .module-kicker-wrap .module-kicker-arrow i {
  color: rgba(41, 193, 219, 1);
}
.module-cta-heading .ctas {
  position: relative;
  margin: 1em auto;
  text-align: left;
}
.module-cta-heading .ctas .cta {
  display: block;
  padding: 0.95em 1.75em; 
  margin: 1rem 0;
  border: 2px solid;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgba(41, 193, 219, 1), transparent) 1;
  transition: 0.3s;
  height: 85px;
  overflow-y: visible;
}
.module-cta-heading .ctas .cta .cta-title-kicker {
  display: block;
  padding: 0.5em 0; 
  font-size: 0.667em;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.module-cta-heading .ctas .cta .cta-title {
  display: block;
  padding: 0; 
  font-size: 1.388em;
  color: rgba(41, 193, 219, 1);
}
.module-cta-heading .ctas .cta .cta-description {
  display: block;
  padding: 0.5em 0; 
  font-size: 0.8888888em;
  line-height: 1.5em;
  color: #FFF;
}
.module-cta-heading .ctas-link-wrap {
  display: block;
  padding: 6em 0 3em 0; 
}
.module-cta-heading .ctas-link-wrap a.ctas-link {
  display: inline-block;
  margin: 2em 0;
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid #2DC1DB;
  background: transparent;
  font-size: 0.8888888em;
  text-transform: uppercase;
  color: #2DC1DB;
}
.module-cta-heading .ctas-link-wrap a.ctas-link:hover {
  display: inline-block;
  margin: 2em 0;
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid #2DC1DB;
  background: #2DC1DB;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .module-cta-heading .module-kicker-wrap {
    margin: 1em 0;
    text-align: center;
  }
  .module-cta-heading h2 {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
  .home .module-cta-heading h2 {
    margin-bottom: 3em;
  }
  .module-cta-heading .ctas .cta {
    height: auto;
  }
  .module-cta-heading .ctas .cta-content {
    padding-left: 0;
    padding-right: 0;
  }
  .module-cta-heading .ctas .cta .cta-title {
    font-size: 1.2em;
  }
  .module-cta-heading .ctas .cta .cta-description {
    font-size: 0.75em;
  }
  .module-cta-heading .ctas-link-wrap {
    display: block;
    padding: 1em 0 3em 0;
  }
  .module-cta-heading .ctas-link-wrap .ctas-link {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .home .module-cta-heading .module-kicker-wrap {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

.module-video {
  position: relative; 
  overflow: hidden;
}
.module-video .video-wrap {
  max-width: 100%;
  height: auto;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.module-video .video-wrap .container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.module-video .video-wrap .video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
}
.module-video .video-wrap .video-title-container {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 10;
}
.module-video .video-wrap .video-title-container .module-kicker-wrap {
  display: inline-block;
}
.module-video .video-wrap .video-title-container .module-kicker {
  display: inline-block;
  color: #FFF;
}
.module-video .video-wrap .video-title-container .video-caption {
  display: inline-block;
  float: right;
  margin: 1em 0;
  padding: 0 0.5em;
  font-size: 0.8888888em;
  color: #FFF;
}
.module-video .video-wrap .video-lead-in-title {
  font-size: 1.5em;
}
.module-video .video-wrap h2 {
  color: #FFF;
}
.module-video .video-wrap video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.module-video img {
  position: relative;
  z-index: +5;
  display: block;
  width: 100%;
  height: auto; 
}
.module-video.auto-scale .video-wrap .video-container {
  height: auto !important;
  min-height: auto !important;
}
.module-video.auto-scale .video-wrap .video-container video {
  width: 100%;
  height: auto;
  min-height: auto;
}
.module.module-video.auto-scale .module-section-bg {
  height: auto !important;
}

.module-video .screen-reader-only {
  display: none;
}
@media (max-width: 992px) {
  .module-video .video-wrap .video-container {
    height: 50vh;
  }
  .module-video .video-wrap .video-container .module-section-bg, 
  .module-video .video-wrap .video-container .module-section-bg .background-overlay {
    max-width: 100%;
    height: 50vh;
  }
  .module-video .video-wrap .video-container video {
    width: auto;
    height: 100%;
    min-height: 50vh;
    max-width: auto;
    min-width: auto;
  }
  .module-video.auto-scale .video-wrap .video-container video {
    width: 100%;
    height: auto;
    min-height: auto;
    max-width: auto;
    min-width: auto;
  }
}
@media (max-width: 600px) {
  .module-video.mobile-version .video-wrap .video-container {
    height: 90vh;
  }
  .module-video.mobile-version .video-wrap .video-container .module-section-bg, 
  .module-video.mobile-version .video-wrap .video-container .module-section-bg .background-overlay {
    max-width: 100%;
    height: 90vh;
  }
  .module-video.mobile-version .video-wrap .video-container video {
    width: auto;
    height: auto;
    min-height: 90vh;
    max-width: 100%;
    min-width: auto;
  }
  .module-video.auto-scale .video-wrap .video-container video {
    width: 100%;
    height: auto;
    min-height: auto;
    max-width: auto;
    min-width: auto;
  }
}

/*
 * Gallery Module
 */
 
.module-gallery {
  padding: 3.75rem 0 2.25rem; }
  @media (min-width: 992px) {
    .module-gallery {
      padding: 5.5rem 0 66px; } }
  .module-gallery .module-part-heading {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .module-gallery .module-part-heading {
        margin-bottom: 2.5rem; } }
  .module-gallery .module-part-content {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    text-align: center; }
  .module-gallery .gallery-image {
    background-color: #595A5A;
    position: relative; }
    .module-gallery .gallery-image a {
      display: block; }
      .module-gallery .gallery-image a img {
        display: block;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      .module-gallery .gallery-image a:after {
        content: "";
        position: absolute;
        z-index: +3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(89, 90, 90, 0.3);
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      .module-gallery .gallery-image a:before {
        content: "";
        position: absolute;
        z-index: +5;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 57px;
        height: 49px;
        background-image: url(../img/camera.svg);
        display: block;
        background-size: 57px 49px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      .module-gallery .gallery-image a:hover:before, .module-gallery .gallery-image a:hover:after, .module-gallery .gallery-image a:active:before, .module-gallery .gallery-image a:active:after, .module-gallery .gallery-image a:focus:before, .module-gallery .gallery-image a:focus:after {
        opacity: 0.99; }
  .module-gallery.grid .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .module-gallery.grid .gallery-image {
    width: calc(50% - 12px);
    padding-bottom: calc(50% - 12px);
    margin: 0;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .module-gallery.grid .gallery-image:nth-child(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .module-gallery.grid .gallery-image {
        width: calc(33.3333333% - 1rem);
        padding-bottom: calc(33.3333333% - 1rem); }
        .module-gallery.grid .gallery-image:nth-child(2n) {
          margin-right: 1.5rem; }
        .module-gallery.grid .gallery-image:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .module-gallery.grid .gallery-image {
        width: calc(25% - 1.125rem);
        padding-bottom: calc(25% - 1.125rem); }
        .module-gallery.grid .gallery-image:nth-child(3n) {
          margin-right: 1.5rem; }
        .module-gallery.grid .gallery-image:nth-child(4n) {
          margin-right: 0; } }
    .module-gallery.grid .gallery-image img {
      display: block;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .module-gallery.masonry .grid-sizer {
    width: 50%; }
    @media (min-width: 992px) {
      .module-gallery.masonry .grid-sizer {
        width: 33.333333%; } }
  .module-gallery.masonry .gallery-image,
  .module-gallery.masonry .grid-sizer {
    margin: 0;
    padding: 0;
    width: calc(50% - 12px); }
    @media (min-width: 992px) {
      .module-gallery.masonry .gallery-image,
      .module-gallery.masonry .grid-sizer {
        width: calc(33.333333% - 1rem); } }
  .module-gallery.masonry .gallery-image {
    margin-bottom: 1.5rem; }

.module-google-map {
  height: 500px;
  width: 100%; }


/*
 * Slideshow Module
 */

.module-slideshow {
  width: 100%;
  padding: 0; 
  margin: 0; 
  position: relative;
  -webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s;
}
.module-slideshow .module-slideshow-container {
  width: 100%;
  max-width: 100%;
  height: 750px;
}
.module-slideshow .module-slideshow-container .container {
  position: relative;
  height: 750px;
  display: block;
  z-index: 2;
}
.module-slideshow .slide {
  position: relative;
  height: 750px;
}
.module-slideshow .slide .cta-content {
  position: absolute;
  margin: 0 1.5rem;
  width: 90%;
}
@media (min-width: 967px) {
  .module-slideshow .slide .cta-content {
    width: 40%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .module-slideshow .slide .cta-content {
    width: 36%;
  }
}
.module-slideshow .slide.topleft .cta-content {
  top: 10%;
  left: 0;
  color: #FFF;
}
.module-slideshow .slide.bottomleft .cta-content {
  bottom: 10%;
  left: 0;
}
.module-slideshow .slide.topright .cta-content {
  top: 10%;
  right: 0;
}
.module-slideshow .slide.bottomright .cta-content {
  bottom: 10%;
  right: 0;
}
.module-slideshow .slide .cta-content,
.module-slideshow .slide .cta-content h2.cta-title,
.module-slideshow .slide .cta-content h3.cta-sub-title {
  color: #FFF;
}

.module-slideshow .slide .cta-content .cta-description {
  font-size: 1.1em;
  line-height: 1.5em;
}
.module-slideshow .slide .cta-content a {
    display: inline-block;
    padding: 0.95em 1.75em;
    margin: 1rem 0;
    background: #3ABCD7;
    text-transform: uppercase;
    color: #FFF;
}
.module-slideshow .slide .cta-content a:hover {
  background: #85c441;
  margin: 1rem 0;
  border: 0;
}

.news-reel {
  margin: 0 -50px 6rem -16px;
}
.archive .news-reel {
  margin: 0;
}
@media (min-width: 967px) {
  .news-reel {
    margin: 0 -16px 6rem -16px;
  }
  .archive .news-reel {
    margin: 0 -50px 6rem -16px;
  }
}
.archive .module-slider.news-stand .news-reel .slide {
  width: 100%;
}
@media (min-width: 1200px) {
  .archive .module-slider.news-stand .news-reel .slide {
    width: calc(33.33% - 32px);
  }
}
@media (max-width: 1199px) {
  .archive .module-slider.news-stand .news-reel .slide {
    width: calc(50% - 32px);
  }
}
@media (max-width: 967px) {
  .archive .module-slider.news-stand .news-reel .slide {
    width: 100%;
    margin: 0 0 32px 0 !important;
  }
}

/*
 * Events Listing Module
 */

.module-events-listing {
  position: relative;
}
.module-events-listing .container {
  padding-top: 6em;
  padding-bottom: 6em;
}
.module-events-listing .post-card-img {
  display: block;
  width: 100%;
  height: 365px;
  border-radius: 5px;
  overflow: hidden;
}
.post-card-content .event-detail {
  display: block;
  padding-bottom: 1em;
  font-family: effra, sans-serif;
  font-size: 0.8888888em;
  font-weight: 400;
  color: #021A34;
}
a.post-card-link:hover .post-card-content .event-detail {
  color: #021A34;
}
.post-card-content .event-detail.more-details {
  color: #527A91;
}
.post-card-content .event-detail.more-details i {
  display: inline-block;
  width: 1.7777em;
  height: 1.7777em;
  border: 1px solid #527A91;
  margin-right: 0.5em;
  font-size: 0.8888888em;
  line-height: 1.7777em;
  text-align: center;
  color: #527A91;
}
a.post-card-link:hover .post-card-content .event-detail.more-details {
  color: #002b53 !important;
}
a.post-card-link:hover .post-card-content .event-detail.more-details i {
  border: 1px solid #002b53 !important;
  color: #002b53 !important;
}


/*
 * News Listing Module
 */

.module-news-listing {
  position: relative;
}
.module-news-listing .container {
  padding-top: 6em;
  padding-bottom: 6em;
}
.module-news-listing .post-card-img {
  display: block;
  width: 100%;
  height: 365px;
  border-radius: 5px;
  overflow: hidden;
}
.module-news-listing .post-date {
  padding-bottom: 1em;
  font-family: urw-din, sans-serif;
  font-size: 0.777em;
  font-weight: 700;
  text-transform: uppercase;
  color: #527A91;
}
.module-news-listing .post-link {
  font-family: urw-din, sans-serif;
  font-size: 0.777em;
  font-weight: 700;
  text-transform: uppercase;
}
.module-news-listing .news-reel {
  margin-bottom: 0;
}
.module-news-listing .post-list-footer .btn-primary {
  margin: 0;
}

.module-news {
  padding: 2rem 0; 
}
.module-news ul.categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 0 0 2rem; 
}
.module-news ul.categories li {
  display: inline-block; 
}
.module-news ul.categories li a {
  color: #595A5A;
  padding: 0 .5rem;
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  border-right: 1px solid #595A5A; 
}
.module-news ul.categories li a:hover {
  color: #85c441; 
}
.module-news ul.categories li:last-child a {
  border-right: none; 
}
.module-news .news-link {
  margin-top: 2rem; 
}


/*
 * Slick Slider
 */

.slick-slider,
.slick-slider * {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

  .slider .slick-arrow {
    position: absolute;
    bottom: -86px;
    top: auto;
    width: 41px;
    height: 41px;
    font-family: "Font Awesome 7 Pro" !important;
    font-weight: 900;
  }
  .slider .slick-arrow:before {
    display: block;
    width: 41px;
    height: 41px;
    background: transparent;
    font-family: "Font Awesome 7 Pro" !important;
    font-weight: 900;
    font-size: 1rem; 
    line-height: 41px;
    color: rgba(16, 20, 51, 1);
    border: 1px solid rgba(16, 20, 51, 1);
  }
  .module-setting-bg-dark .slider .slick-arrow:before {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .slider .slick-prev {
  }
  .slider .slick-next {
  }
  .slider .slick-prev:before {
    content: '\f060';
    vertical-align: middle;
    font-weight: 300;
  }
  .slider .slick-next:before {
    content: '\f061';
    vertical-align: middle;
    font-weight: 300;
  }
  .slider.nav-white .slick-prev:before {
  }
  .slider.nav-white .slick-next:before {
  }
  .slider .slick-prev:hover:before {
    background: #021A34;
    color: #fff;
    border: 1px solid #011a34;
  }
  .slider .slick-next:hover:before {
    background: #021A34;
    color: #fff;
    border: 1px solid #011a34;
  }
  .module-setting-bg-dark .slider .slick-next:hover:before {
    background: #ffffff;
    color: #021A34;
    border: 1px solid rgba(255, 255, 255, 1);
  }
  
  .slider .slick-prev {
    left: auto;
    right: 4rem;
  }
  .slider .slick-next {
    left: auto;
    right: 1rem;
  }
  .module-slider .more-content {
    position: relative;
    top: -4em;
  }
  
  .module-news-slider .module-part-title {
    padding-bottom: 0.2em;
    margin-bottom: 0;
  }
  .module-news-slider .module-sub-title {
    padding-bottom: 1em;
    font-size: 1.3em;
    padding-left: 25px;
  }
  @media (max-width: 992px) {
    .module-news-slider .module-part-title {
      padding-left: 36px;
    }
  }
  
  .module-mini-slider,
  .module-news-slider,
  .module-50-50-slider {
    position: relative;
    width: 100%;
    padding: 3rem 0.5rem; 
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
    text-decoration: none;
    overflow: hidden;
  }
  .slick-dots {
    display: none !important;
    opacity: 0;
  }
  @media (min-width: 700px) {
    .module-mini-slider,
    .module-news-slider,
    .module-50-50-slider {
      padding: 1rem 0 8rem; 
    }
    .module-slider {
      position: relative;
      width: 100%;
      padding: 6rem 4rem; 
      -webkit-transition: all ease-in .2s;
      -o-transition: all ease-in .2s;
      transition: all ease-in .2s;
      text-decoration: none;
    }
  } 
  .module-slider .news-slide-frame {
    margin: 0 -20px 64px -20px;
  }
  .module-slider .container {
      margin: 0 auto;
      padding: 0;
  }
  .module-slider .slick-list {
      position: relative;
      display: block;
      overflow: visible;
      margin: 0 0 88px 0;
      padding: 0 0 20px 0;
      max-width: 100%;
  }
  .module-slider .slide, 
  .module-slider .slick-slide {
    position: relative;
    display: block;
    float: left;
    height: 575px;
    padding: 0; 
    margin: 16px;
    background-color: transparent; 
    transition: 0.5s;
    text-decoration: none;
    z-index: 10;
  } 
  .module-slider .slide:hover, 
  .module-slider .slick-slide:hover  {
  } 
  .module-slider .slide.mousedown:hover, 
  .module-slider .slick-slide.mousedown:hover  {
  } 
  .module-slider .slide.mouseup:hover, 
  .module-slider .slick-slide.mouseup:hover  {
  } 
  .module-slider .slide .slide-img,
  .module-slider .slick-slide .post-card-img {
    position: relative;
    display: block;
    transition: 0.5s;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
  } 
  .module-slider .slide .slide-img::before,
  .module-slider .slick-slide .post-card-img::before {
    position: absolute;
    display: block;
    content: '';
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    /*background: radial-gradient(circle,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);*/
    z-index: 1;
  } 
  .module-slider .slide .slide-img img,
  .module-slider .slick-slide .post-card-img img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  } 
  .module-slider .slide:hover .slide-img::after,
  .module-slider .slick-slide:hover .post-card-img::after {
  } 
  .module-slider .slide .post-card-tags {
    position: relative;
  }
  .module-slider .slide .post-card-tags .post-card-category {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .module-slider .slide .post-card-content,
  .module-slider .slick-slide .post-card-content {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 2em 0; 
    color: #000;
  } 
  .module-slider .slide .post-card-content .date,
  .module-slider .slick-slide .post-card-content .date {
    font-family: urw-din, sans-serif;
    font-size: 0.777777em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #537A91;
  } 
  .module-slider .slider .post-card-title,
  .module-slider .slick-slide .post-card-title {
    padding-top: 1em;
    font-family: urw-din, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2em;
  } 
  .module-slider .slide:hover .post-card-title,
  .module-slider .slick-slide:hover .post-card-title {
    color: #537A91;
  } 
  .module-slider .slide .post-card-content .pipe,
  .module-slider .slick-slide .post-card-content .pipe {
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 400;
    color: #CCC;
  } 
  .module-slider .slide .post-card-content .pipe,
  .module-slider .slick-slide .post-card-content .excerpt {
    display: none;
  } 
  .module-slider .slide .post-card-content .post-card-tags {
    font-size: 0.777em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #537A91;
  } 
  .module-slider.module-cta-grid .slide {
    position: relative;
    display: block;
    float: left;
    height: 155px;
    padding: 0 0 0 2rem; 
    margin-right: 16px;
    background-color: #002b53; 
  } 
  .module-slider.news-stand .slide {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
  .module-slider .slide a.post-card-link {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: 0.25s;
  }
  @media (max-width: 992px) {
    .module-slider .news-slide-frame {
      margin: 0;
    }
    .module-slider .container .module-kicker-wrap {
      margin-left: 1.5em;
    }
    .module-slider .container h2 {
      margin-left: 0.7777em;
      padding-left: 0;
    }
    .module-slider .slick-list {
      margin: 16px 0 16px 0;
    }
    .module-slider .slide {
      width: auto;
      height: auto;
      min-height: 460px;
      margin: 32px !important;
    } 
    .module-slider.news-stand .slide {
      display: block;
      float: left;
      margin-bottom: 16px;
    }
    .module-slider .slider .slick-prev,
    .module-slider .slider .slick-next {
      bottom: -44px;
    }
    .module-slider .slider .slick-next {
      right: 1.5rem;
    }
    .module-slider .more-content {
      left: 1.5em;
    }
    .module-slider .slide .post-card-content {
      font-size: 18px;
    }
    .module-slider .slide .post-card-content .date {
      font-size: 0.8333em;
    }
  }
  @media (min-width: 1300px) {
    .module-slider .slide {
      height: 575px;
    } 
    .module-slider.news-stand .slide {
      display: block;
      width: 31.3333%;
      float: left;
      margin-bottom: 16px;
    }
  }
  
  .module-slider.post-detail-related.slider {
    padding: 3rem 4rem 3rem 4rem;
    clear: both;
  }
  @media (max-width: 768px) {
    .module-slider.post-detail-related.slider {
      padding: 3rem 16px 3rem 16px;
    }
  }
  .single-news .module-slider .container .news-slide-frame {
    margin-top: 3rem; 
  }
  .module-slider .container .news-slide-frame {
    margin-bottom: 3rem; 
  }
  .module-slider.news-stand {
    padding: 0;
  }
  .module-slider.news-stand .slide {
    display: block;
    width: 31.33333%;
    float: left;
    margin-bottom: 16px;
  }
  .module-slider.module-news-slider .post-list-item .post-card-img {
    box-shadow: none;
    margin: 0;
    padding: 0;
    float: none;
  }
  .module-slider.module-news-slider .post-list-item .post-card-img img {
    box-shadow: none;
  }
  
  .module-50-50-slider .slide-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 0;
    padding: 0; 
  }
    .module-50-50-slider .module-part-cta.module-setting-bg-light {
      background: #EFF4F7; 
    } 
    .module-50-50-slider .container .image-slider-frame {
      width: 100%;
    }
    @media (min-width: 992px) {
      .module-50-50-slider .slide-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0; } 
    }
    .module-50-50-slider .slide-wrap .module-part-content {
      padding: 2rem 50px; 
      background: #E5F5F5;
      min-height: 400px;
    }
      @media (min-width: 992px) {
        .module-50-50-slider .slide-wrap .module-part-content {
          padding: 4.25rem;
          width: 50%;
          min-height: 618px;
        } 
      }
    .module-50-50-slider .slide-wrap .module-part-content-wrap {
      margin-left: auto;
      margin-right: auto; 
    }
    .module-50-50-slider .slide-wrap .module-part-title {
      margin-bottom: 0.8125rem; 
    }
      @media (min-width: 992px) {
        .module-50-50-slider .slide-wrap .module-part-title {
          margin-bottom: 0.8125rem; 
        } 
      }
    .module-50-50-slider .slide-wrap .module-part-content-wrap .flush blockquote {
      margin: 0 0 1.5rem 0;
      font-style: italic;
      font-size: 1.125rem;
      line-height: 1.75rem;
      color: #3F4040;
    }
      .module-50-50-slider .slide-wrap .module-part-content-wrap .flush blockquote p::before {
        content: "“";
      }
      .module-50-50-slider .slide-wrap .module-part-content-wrap .flush blockquote p::after {
        content: "”";
      }
    .module-50-50-slider .slide-wrap .module-part-content-wrap .flush cite,
    .module-50-50-slider .slide-wrap .module-part-content-wrap .flush span {
      margin: 0;
      font-style: normal;
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.75rem;
      color: #3F4040;
    }
    @media (min-width: 992px) {
      .module-50-50-slider .slide-wrap .module-part-content-wrap .flush blockquote {
        font-size: 1.563rem;
        line-height: 2.5rem;
      }
      .module-50-50-slider .slide-wrap .module-part-content-wrap .flush cite,
      .module-50-50-slider .slide-wrap .module-part-content-wrap .flush span {
        font-size: 1.563rem;
        line-height: 2.5rem;
      }
    }
    .module-50-50-slider .slide-wrap .module-part-image {
      position: relative;
      margin-bottom: 0;
      overflow: hidden; 
    }
      @media (min-width: 992px) {
        .module-50-50-slider .slide-wrap .module-part-image {
          width: 50%;
          margin: 0; 
        } 
        .module-50-50-slider .slide-wrap .module-part-cta {
          display: table;
          width: 50%;
          margin: 0; 
          text-align: center;
          vertical-align: middle;
        } 
      }
      .module-50-50-slider .slide-wrap .module-part-image img {
        display: block;
        width: 100%;
        max-height: 400px; }
        @media (min-width: 992px) {
          .module-50-50-slider .slide-wrap .module-part-image img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            max-height: none;
          } 
        }
 
.module-tabs {
  padding: 3.75rem 0; }
  @media (min-width: 992px) {
    .module-tabs {
      padding: 5.5rem 0; } }
  @media (min-width: 992px) {
    .module-tabs.module-setting-bg-dark .tabs-nav {
      border-color: rgba(255, 255, 255, 0.05); }
    .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item.active a {
      color: #fff; }
    .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item a {
      color: rgba(255, 255, 255, 0.4); }
    .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item.active {
      border-color: #fff; } }
  .module-tabs .module-part-content-wrap {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto; }
  .module-tabs .tabs-dropdown {
    border-radius: 0;
    -webkit-box-shadow: 0 0 1rem rgba(89, 90, 90, 0.15);
            box-shadow: 0 0 1rem rgba(89, 90, 90, 0.15); }
    @media (min-width: 992px) {
      .module-tabs .tabs-dropdown {
        -webkit-box-shadow: none;
                box-shadow: none; } }
    .module-tabs .tabs-dropdown.open .tabs-nav {
      display: block; }
    .module-tabs .tabs-dropdown.open .tabs-dropdown-toggle .chevron {
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .module-tabs .tabs-dropdown-toggle {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 1.25rem;
    position: relative;
    text-align: left;
    width: 100%; }
    @media (min-width: 992px) {
      .module-tabs .tabs-dropdown-toggle {
        display: none; } }
    .module-tabs .tabs-dropdown-toggle::after {
      content: 'mobile-navigation';
      display: none; }
      @media (min-width: 992px) {
        .module-tabs .tabs-dropdown-toggle::after {
          content: 'desktop-navigation'; } }
    .module-tabs .tabs-dropdown-toggle .active {
      font-family: effra, sans-serif;
      font-size: .75rem;
      text-transform: uppercase;
      color: #595A5A; }
    .module-tabs .tabs-dropdown-toggle .chevron {
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .module-tabs .tabs-nav {
    border-radius: 0;
    display: none;
    list-style: none;
    margin: 0;
    padding: .75rem 0;
    background-color: #fff; }
    @media (min-width: 992px) {
      .module-tabs .tabs-nav {
        border-bottom: 3px solid rgba(89, 90, 90, 0.05);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        padding: 0;
        background-color: transparent; } }
    @media (min-width: 992px) {
      .module-tabs .tabs-nav .tabs-nav-item {
        border-bottom: 8px solid transparent; } }
    @media (min-width: 992px) {
      .module-tabs .tabs-nav .tabs-nav-item.active {
        border-bottom: 8px solid #85c441; } }
    .module-tabs .tabs-nav .tabs-nav-item.active a {
      color: #595A5A; }
    .module-tabs .tabs-nav .tabs-nav-item-link {
      color: rgba(89, 90, 90, 0.25);
      display: block;
      font-family: effra, sans-serif;
      font-size: 1.25rem;
      padding: .75rem 1.25rem;
      text-decoration: none;
      font-weight: 500;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .module-tabs .tabs-nav .tabs-nav-item-link {
          padding: 28px 2rem 1.25rem; } }
  .module-tabs .tabs-content {
    padding-top: 2.5rem; }
    @media (min-width: 992px) {
      .module-tabs .tabs-content {
        padding-top: 3.75rem; } }
    .module-tabs .tabs-content > .tabs-content-pane {
      display: none; }
    .module-tabs .tabs-content > .active {
      display: block; }

@media (min-width: 992px) {
  .module-testimonial {
    padding: 0; }
    .module-testimonial .container {
      padding: 3.75rem 0;
      border-radius: 0; } }

.module-testimonial .module-part-content {
  max-width: 1320px;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .module-testimonial .module-part-content {
      padding: 1rem 0 0 0; 
    } 
  }
  .module-testimonial .module-part-content blockquote {
    margin: 0;
    padding: 2rem 50px; }
    @media (min-width: 992px) {
      .module-testimonial .module-part-content blockquote {
        padding: 0 68px;
      }
    }
  .module-testimonial .module-part-content p {
    position: relative;
    font-family: effra, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.563rem;
    line-height: 1.75rem;
    letter-spacing: 0.02em;
    color: #002b53;
    text-align: left; }
    .module-testimonial .module-part-content p::before {
        position: absolute;
        top: -25px;
        left: -10px;
        content: "“";
        font-style: normal;
        color: #002b53;
        font-size: 4.25rem;
    }
    .module-testimonial .module-part-content p::after {
        position: relative;
        content: "”";
        color: #002b53;
        font-size: 1.375rem;
    }
    @media (min-width: 992px) {
      .module-testimonial .module-part-content p {
        padding-top: 35px;
        font-size: 3.125rem;
        line-height: 4.375rem;
      }
        .module-testimonial .module-part-content p::before {
            position: absolute;
            top: -15px;
            left: -10px;
            font-size: 6.25rem;
        }
        .module-testimonial .module-part-content p::after {
            font-size: 3.375rem;
        }
    }
  .module-testimonial .module-part-content cite {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 2rem;
    font-family: effra, sans-serif;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #3F4040;
  }
    .module-testimonial .module-part-content cite span { }
    @media (min-width: 992px) {
      font-size: 1.563rem;
      line-height: 2.5rem;
    }






/**************************/
/*      CATEGORY PAGE     */
/**************************/

.category-page {
  position: relative;
}
.category-page .container {
  padding-top: 6em;
  padding-bottom: 6em;
}


/**************************/
/*       DATA TABLE       */
/**************************/

.data-table {
  padding: 0;
  padding-bottom: 8rem;
}

.data-table .row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; 
}
.data-table .row-container:nth-child(even) {
  background: #DDD;
}
.data-table .row-container:nth-child(even) .cell-container {
  color: #000000; 
}
.data-table .row-container:nth-child(odd) .cell-container {
  color: #353535; 
}
.data-table .row-container .col {
  display: block;
  margin-right: 1rem; 
}
.data-table .row-container .col-10 {
  width: 10%;
  flex: 0 1 auto;
}
.data-table .row-container .col-20 {
  width: 20%;
  flex: 0 1 auto;
}
.data-table .row-container .col.col-30 {
  width: 30%;
  flex: 0 1 auto;
}
.data-table .row-container .col.col-33 {
  width: 33%;
  flex: 0 1 auto;
}
.data-table .row-container .col-40 {
  width: 40%;
  flex: 0 1 auto;
}
.data-table .row-container .col-50 {
  width: 50%;
  flex: 0 1 auto;
}
.data-table .row-container .col-60 {
  width: 60%;
  flex: 0 1 auto;
}
.data-table .row-container .col-70 {
  width: 70%;
  flex: 0 1 auto;
}
.data-table .row-container .col-80 {
  width: 80%;
  flex: 0 1 auto;
}
.data-table .row-container .col-90 {
  width: 90%;
  flex: 0 1 auto;
}
.data-table .row-container .col-100 {
  width: 100%;
  flex: 0 1 auto;
}

.data-table .header-labels {
}

.data-table .header-labels .header-label {
  padding: 0.5em 16px !important;
  font-size: 1.5rem; 
  color: #000000;
}
.data-table .row-container .cell-container {
  padding: 0.5em 0 !important;
  font-size: 1rem; 
}
.data-table .row-container .cell-container .fa-external-link-alt {
  font-size: 0.8rem; 
}

.data-table .row-container .rep-name {
  min-width: 140px;
}
  

@media only screen and (max-width: 678px) {
  
  .data-table .header-labels .header-label {
    padding: 0.5em 22px !important;
    font-size: 1.1rem; 
    color: #000000;
  }
  .data-table .row-container .cell-container {
    padding: 0.5em 0 !important;
    font-size: 0.9rem; 
  }
  
  .data-table .row-container .rep-name,
  .data-table .row-container .rep-location,
  .data-table .row-container .rep-website {
    width: 33%;
    flex: 0 1 auto;
  }
  .data-table .row-container .rep-location {
    padding-right: 0;
  }
  .data-table .row-container .rep-website {
    text-align: center;
    padding-right: 0;
  }
  .data-table .row-container .rep-website span {
    display: none;
  }
}




.module-image img {
  display: block;
  width: 100%;
  height: 44vw;
  max-height: 666px;
  min-height: 370px; }


.img-shadow {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.img-link {
  border: 0 !important;
}

.page-id-275 .module-two-col-wysiwyg .content-wrap {
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

@media (min-width: 992px) {
  
}

.module-setting-bg-white {
  background-color: #ffffff; }
  
  .module.module-wysiwyg.module-setting-bg-white .container {
    padding: 50px 0; 
  }
  @media (min-width: 992px) {
    .module.module-wysiwyg.module-setting-bg-white .container {
      padding: 50px 0; 
    }
  }

.module-setting-bg-light {
  background-color: #EFF4F7; }

  .module.module-wysiwyg.module-setting-bg-light .container {
    padding: 50px 0; 
  }
  @media (min-width: 992px) {
    .module.module-wysiwyg.module-setting-bg-light .container {
      padding: 50px 0; 
    }
  }

.module.module-setting-bg-dark,
.section.module-setting-bg-dark {
    background-color: rgba(2, 26, 52, 1);
 }
  .module.module-setting-bg-dark .container *,
  .section.module-setting-bg-dark .container * {
      color: #fff; }
  .module.module-setting-bg-dark .container a {
      text-decoration: none; }
  
.module-part-title {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 1.319444444;
  font-weight: 700;
  color: #002b53; }
  @media (min-width: 992px) {
    .module-part-title {
      font-size: 2.8125rem; } }
  @media (min-width: 1440px) {
    .module-part-title {
      font-size: 2.8125rem;
      line-height: 4rem; } }
  .module-part-title small {
    display: block;
    font-size: 1.5rem; }

.module-setting-bg-white.module-padded + .module-setting-bg-white.module-padded,
.module-setting-bg-light.module-padded + .module-setting-bg-light.module-padded {
  padding-top: 1.75rem; }



/*
* Plugins
*/

/*
 * HubSpot
 */

.hs-form-html .hsfc-Row {
  margin-bottom: 24px !important;
}
.hs-form-html .hsfc-FieldLabel {
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  font-family: urw-din, sans-serif !important;
  font-size: 0.777em !important;
  text-transform: uppercase;
  color: #335669 !important;
}
.hs-form-html input.hsfc-TextInput {
  border-radius: 2px;
  border: 1px solid #B7C7D1;
  background: rgba(248, 248, 248, 0.50);
}
.hs-form-html textarea.hsfc-TextareaInput {
  min-height: 120px;
  border-radius: 2px;
  border: 1px solid #B7C7D1;
  background: rgba(248, 248, 248, 0.50);
}
.hs-form-html .hsfc-NavigationRow__Buttons {
  justify-content: start !important;
}
.hs-form-html .hsfc-NavigationRow__Buttons .hsfc-Button {
  font-family: urw-din, sans-serif !important;
  font-size: 0.8888888em !important;
  font-weight: 400;
}

@media (min-width: 992px) {
   
}

/*
 * WPForms
 */
 
.wpforms-field-container input {
  padding: 1.5em 0.5em !important;
}
div.wpforms-container-full {
  width: 100%;
  max-width: 100%;
}
div.wpforms-container-full button[type=submit] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0.95em 1.75em;
  margin: 0 1rem 1rem 0;
  background: #3ABCD7 !important;
  border-radius: 0;
  text-transform: uppercase;
  color: #FFF;
}
div.wpforms-container-full button[type=submit]:hover {
  background: #85c441 !important;
  color: #FFF !important;
  border: 0 !important;
}
@media (min-width: 992px) {
  div.wpforms-container-full button[type=submit] {
    width: auto; 
    min-width: 200px;
    max-width: 100%;
  } 
}


/*
 * Validation
 */
.validation_error {
  color: #dc3545;
  font-weight: 700;
  margin-top: 1rem;
  font-family: effra, sans-serif; }
  @media (min-width: 992px) {
    .validation_error {
      margin-top: 1.25rem; } }

.validation_message {
  color: #dc3545;
  font-weight: 700;
  margin-top: .3rem;
  font-family: effra, sans-serif; }

.gfield_error {
  /*
	 * Text, email, url, tel, number fields, textarea, select
	 */
  /*
	 * Multi File Upload
	 */ }
  .gfield_error input[type="text"],
  .gfield_error input[type="email"],
  .gfield_error input[type="url"],
  .gfield_error input[type="tel"],
  .gfield_error input[type="number"],
  .gfield_error textarea,
  .gfield_error select {
    border: 1px solid #dc3545; }
  .gfield_error .gform_fileupload_multifile .gform_drop_area {
    border: 1px dashed #dc3545; }

/*
 * Validation
 */
/*
 * Progress Bar
 */
.gf_progressbar {
  border: 1px solid rgba(89, 90, 90, 0.25);
  border-radius: 0; }
  .gf_progressbar .gf_progressbar_percentage {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .gf_progressbar .gf_progressbar_percentage.percentbar_blue {
      background-color: #CF8400; }
    .gf_progressbar .gf_progressbar_percentage.percentbar_gray {
      background-color: rgba(89, 90, 90, 0.25); }
    .gf_progressbar .gf_progressbar_percentage.percentbar_green {
      background-color: #00807B; }
    .gf_progressbar .gf_progressbar_percentage.percentbar_orange {
      background-color: #00807B; }
    .gf_progressbar .gf_progressbar_percentage.percentbar_red {
      background-color: #002b53; }
    .gf_progressbar .gf_progressbar_percentage span {
      font-family: effra, sans-serif; }

/*
 * Steps
 */
.gf_page_steps {
  border-bottom: 2px solid rgba(89, 90, 90, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
  padding-bottom: 1rem; }
  @media (min-width: 992px) {
    .gf_page_steps {
      margin: 1.25rem 0;
      padding-bottom: 1.25rem; } }
  .gf_page_steps .gf_step {
    text-align: center; }
    .gf_page_steps .gf_step:not(:last-child) {
      margin-right: 2.5rem; }
    .gf_page_steps .gf_step.gf_step_active .gf_step_number {
      background-color: #CF8400; }
    .gf_page_steps .gf_step .gf_step_number {
      background-color: #85c441;
      border-radius: 50%;
      color: #fff;
      display: block;
      font-family: effra, sans-serif;
      height: 2.25rem;
      margin: 0 auto;
      padding: 8px;
      text-align: center;
      width: 2.25rem; }
    .gf_page_steps .gf_step .gf_step_label {
      display: block;
      font-family: effra, sans-serif; }

/*
 * Navigation buttons
 */
.gform_page_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: .75rem 0; }
  @media (max-width: 991.98px) {
    .gform_page_footer .gform_next_button,
    .gform_page_footer .gform_previous_button,
    .gform_page_footer .gform_button {
      min-width: 150px; } }
  .gform_page_footer .gform_next_button {
    margin-left: auto; }

/*
 * Text, Phone, Email, URL, Text Area
 */
/*
 * Text, email, url, tel, number fields
 */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid rgba(89, 90, 90, 0.25);
  border-radius: 0;
  height: 41px;
  padding: 0 .75rem;
  width: 100%;
  font-family: effra, sans-serif;
  font-size: 1rem;
  color: #595A5A; }

/*
 * Textarea
 */
textarea {
  height: auto;
  padding: .75rem; }

/*
 * Select and Multi Select
 */
.ginput_container_select {
  position: relative; }
  .ginput_container_select::after {
    background-image: url("../img/forms/select-chevron.svg");
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(89, 90, 90, 0.25);
  border-radius: 0;
  width: 100%;
  font-family: effra, sans-serif;
  font-size: effra, sans-serif;
  color: #595A5A; }
  select:not([multiple="multiple"]) {
    height: 41px;
    padding: 0 .75rem; }
  select[multiple="multiple"] option {
    padding: .3rem .75rem; }

/*
 * Checkboxes and Radio Buttons
 */
/*
 * Shared checkbox and radio styles
 */
.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gfield_checkbox li,
  .gfield_radio li {
    font-family: effra, sans-serif; }
    .gfield_checkbox li:not(:first-child),
    .gfield_radio li:not(:first-child) {
      margin-top: .75rem; }
  .gfield_checkbox input,
  .gfield_radio input {
    opacity: 0;
    position: absolute; }
  .gfield_checkbox label,
  .gfield_radio label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #00807B; }
    .gfield_checkbox label::before,
    .gfield_radio label::before {
      border: 1px solid rgba(89, 90, 90, 0.25);
      content: '';
      cursor: pointer;
      display: inline-block;
      height: 1.25rem;
      margin-right: .75rem;
      vertical-align: middle;
      width: 1.25rem; }

/*
 * Checkbox styles
 */
.gfield_checkbox input:checked + label {
  font-weight: 700; }
  .gfield_checkbox input:checked + label::before {
    background: url("../img/forms/check-mark.svg") center center no-repeat, #CF8400;
    border: 1px solid #CF8400; }

.gfield_checkbox label::before {
  border-radius: 0; }

/*
 * Radio styles
 */
.gfield_radio input:checked + label {
  font-weight: 700; }
  .gfield_radio input:checked + label::before {
    background: #CF8400;
    background-clip: content-box;
    padding: 3px; }

.gfield_radio label::before {
  border-radius: 50%; }
  
.gfield_radio .gchoice {
  padding-top: 8px;
  padding-bottom: 16px;
}

/*
 * Name
 */
.ginput_container_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  .ginput_container_name .name_prefix,
  .ginput_container_name .name_first,
  .ginput_container_name .name_middle,
  .ginput_container_name .name_last,
  .ginput_container_name .name_suffix {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 992px) {
      .ginput_container_name .name_prefix,
      .ginput_container_name .name_first,
      .ginput_container_name .name_middle,
      .ginput_container_name .name_last,
      .ginput_container_name .name_suffix {
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; } }
    .ginput_container_name .name_prefix label,
    .ginput_container_name .name_first label,
    .ginput_container_name .name_middle label,
    .ginput_container_name .name_last label,
    .ginput_container_name .name_suffix label {
      color: rgba(89, 90, 90, 0.6);
      display: block;
      font-family: effra, sans-serif;
      font-size: .75rem;
      margin-bottom: .3rem; }
  @media (min-width: 992px) {
    .ginput_container_name .name_prefix,
    .ginput_container_name .name_suffix {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
          -ms-flex: 0 0 10%;
              flex: 0 0 10%; } }
  .ginput_container_name .name_prefix select {
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button; }
  @media (max-width: 991.98px) {
    .ginput_container_name span:not(:first-child) {
      margin-top: 1rem; } }

.field_sublabel_above .ginput_container_name span label {
  margin-bottom: .3rem; }

.field_sublabel_below .ginput_container_name span label {
  margin-top: .3rem; }

/*
 * Address
 */
.ginput_container_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  .ginput_container_address span {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 1rem; }
    .ginput_container_address span label {
      color: rgba(89, 90, 90, 0.6);
      display: block;
      font-family: effra, sans-serif;
      font-size: .75rem; }
  @media (min-width: 992px) {
    .ginput_container_address .address_city,
    .ginput_container_address .address_state,
    .ginput_container_address .address_zip,
    .ginput_container_address .address_country {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .ginput_container_address .address_country {
    position: relative; }
    .ginput_container_address .address_country::after {
      background-image: url("../img/forms/select-chevron.svg");
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 7px;
      pointer-events: none;
      position: absolute;
      width: 12px;
      right: 35px;
      top: 50%;
      -webkit-transform: translateY(-50%) translateY(12px);
          -ms-transform: translateY(-50%) translateY(12px);
              transform: translateY(-50%) translateY(12px); }

.field_sublabel_above .ginput_container_address span label {
  margin-bottom: .3rem; }

.field_sublabel_below .ginput_container_address span label {
  margin-top: .3rem; }

/*
   * Captcha
   */
.gfield--type-captcha label {
  display: none;
}

#gform_1 .row-break {
  display: none;
}


/*
 * List
 */
.ginput_container_list table {
  width: 100%; }

.ginput_container_list .gfield_list_icons img {
  margin-left: .3rem; }

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item.add_list_item,
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item.delete_list_item {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important; }

/*
 * Date
 */
/*
 * Date field
 */
.ginput_container_date {
  position: relative; }
  .ginput_container_date .ui-datepicker-trigger {
    cursor: pointer;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

/*
 * Date picker
 */
.ui-datepicker {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1rem rgba(89, 90, 90, 0.15);
          box-shadow: 0 0 1rem rgba(89, 90, 90, 0.15);
  display: none;
  padding: 1.25rem; }
  .ui-datepicker .ui-datepicker-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
      display: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
      content: url("../img/forms/datepicker-arrow.svg");
      cursor: pointer;
      display: block; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 .75rem;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        width: 85px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
        margin-right: .75rem; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
  .ui-datepicker .ui-datepicker-calendar {
    margin-top: 1.5rem;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th span {
      color: #595A5A;
      font-family: effra, sans-serif;
      font-weight: 700; }
    .ui-datepicker .ui-datepicker-calendar td {
      padding: .75rem;
      text-align: center; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
        color: #CF8400; }
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #595A5A;
        font-family: effra, sans-serif;
        text-decoration: none; }

/*
 * Time
 */
.clear-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .clear-multi .gfield_time_hour,
  .clear-multi .gfield_time_minute {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .clear-multi .gfield_time_hour label,
    .clear-multi .gfield_time_hour i,
    .clear-multi .gfield_time_minute label,
    .clear-multi .gfield_time_minute i {
      font-family: effra, sans-serif; }
    .clear-multi .gfield_time_hour label,
    .clear-multi .gfield_time_minute label {
      width: 100%; }
    .clear-multi .gfield_time_hour i,
    .clear-multi .gfield_time_minute i {
      margin: 0 .75rem; }
  .clear-multi .gfield_time_hour input {
    width: calc(100% - 1.5rem); }
  .clear-multi .gfield_time_minute {
    margin-right: 1.25rem; }
  .clear-multi .gfield_time_ampm select {
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button; }

/*
 * File
 */
/*
 * Single File Upload
 */
.ginput_container_fileupload:not(.multi-upload)::before,
.ginput_container_fileupload:not(.multi-upload) input[type="file"] {
  display: inline-block;
  vertical-align: middle; }

.ginput_container_fileupload:not(.multi-upload)::before {
  content: url("../img/forms/file-icon.svg");
  margin-right: 1.25rem; }

.ginput_container_fileupload:not(.multi-upload) #extensions_message {
  font-family: effra, sans-serif;
  display: block;
  margin-top: 1rem; }
  @media (min-width: 992px) {
    .ginput_container_fileupload:not(.multi-upload) #extensions_message {
      margin-top: 1.25rem; } }

/*
 * Multi File Upload
 */
.gform_fileupload_multifile .gform_drop_area {
  padding: 2rem;
  border: 1px dashed rgba(89, 90, 90, 0.25);
  text-align: center;
  border-radius: 0; }
  .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
  .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions::before,
  .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
    display: inline-block;
    vertical-align: middle; }
  .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
    font-family: effra, sans-serif; }
    .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions::before {
      content: url("../img/forms/file-icon.svg");
      margin-right: 1.25rem; }
  .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem; }

/*
 * Pricing
 */
.ginput_container_singleproduct .ginput_product_price_label {
  font-family: effra, sans-serif; }

.ginput_container_singleproduct .ginput_product_price {
  color: #dc3545;
  font-family: effra, sans-serif; }

.ginput_container_singleproduct .ginput_quantity_label {
  display: inline-block;
  font-family: effra, sans-serif;
  margin-top: .75rem; }

.ginput_container_singleproduct input[type="number"] {
  display: inline-block;
  width: 100px; }

.ginput_container_singleshipping .ginput_shipping_price {
  color: #dc3545;
  font-family: effra, sans-serif; }

.ginput_container_total span {
  color: #28a745;
  font-family: effra, sans-serif; }

/*
 * Credit Card
 */
/*
 * Unsecure noty
 */
/*
 * Credit Card Icons
 */
.gform_card_icon_container {
  height: 2rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .gform_card_icon_container {
      margin-bottom: 1.25rem; } }

.gform_card_icon {
  background-image: url("../img/forms/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  float: left;
  height: 2rem;
  margin-right: 4px;
  text-indent: -9000px;
  width: 2.25rem; }

.gform_card_icon_style1 .gform_card_icon_visa {
  background-position: 0 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_card_icon_style1 .gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_card_icon_style1 .gform_card_icon_amex {
  background-position: -4.5rem 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -4.5rem -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -4.5rem -64px; }

.gform_card_icon_style1 .gform_card_icon_discover {
  background-position: -108px 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_card_icon_style1 .gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_card_icon_style1 .gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_card_icon_style2 .gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_card_icon_style2 .gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_card_icon_style2 .gform_card_icon_amex {
  background-position: -4.5rem -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -4.5rem -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -4.5rem -256px; }

.gform_card_icon_style2 .gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_card_icon_style2 .gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_card_icon_style2 .gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

/*
 * Credit card fields
 */
.ginput_container_creditcard > span {
  margin-top: 1rem;
  display: block; }

.ginput_container_creditcard label {
  color: rgba(89, 90, 90, 0.6);
  display: block;
  font-family: effra, sans-serif;
  font-size: .75rem;
  margin-bottom: .3rem; }

.ginput_container_creditcard .ginput_cardextras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after, .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
      background-image: url("../img/forms/select-chevron.svg");
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 7px;
      pointer-events: none;
      position: absolute;
      width: 12px; }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after {
      right: 35px;
      bottom: 17px; }
      @media (min-width: 992px) {
        .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after {
          top: 50%;
          -webkit-transform: translateY(-50%) translateY(12px);
              -ms-transform: translateY(-50%) translateY(12px);
                  transform: translateY(-50%) translateY(12px);
          right: 35px;
          bottom: initial; } }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
      right: 35px;
      top: 2.5rem; }
      @media (min-width: 992px) {
        .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
          top: 50%;
          -webkit-transform: translateY(-50%) translateY(12px);
              -ms-transform: translateY(-50%) translateY(12px);
                  transform: translateY(-50%) translateY(12px);
          right: auto;
          left: calc(50% - 45px); } }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container label {
        position: relative;
        width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container select {
        width: calc(50% - 2.5rem);
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }
    @media (max-width: 991.98px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container select.ginput_card_expiration_year {
        margin-top: 1.25rem; } }
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 992px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (max-width: 991.98px) {
      .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
        margin-top: 1rem; } }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code {
      width: calc(100% - 3.75rem); }
    .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code_icon {
      background-image: url("../img/forms/gf-creditcard-icons.png");
      background-position: 0 -128px;
      background-repeat: no-repeat;
      display: inline-block;
      height: 23px;
      left: 6px;
      position: relative;
      top: -1px;
      width: 2rem;
      margin-right: 7.5px; }

.field_sublabel_above .ginput_container_creditcard span label {
  margin-bottom: .3rem; }

.field_sublabel_below .ginput_container_creditcard span label {
  margin-top: .3rem; }

.nicescroll-cursors {
  top: 15px !important; }

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem; 
  max-width: calc(100% + 0.75em);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (max-width: 1200px) {
  .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; 
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }


.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }


@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }


.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.fa {
  margin-right: 0.25rem;
}