@charset "UTF-8";
/*! !!!DO NOT EDIT THE .CSS FILE. MODIFY THE .SCSS FILES ONLY!!! */ /* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #bdcc2e;
  color: #0d2818;
  text-shadow: none;
}

::selection {
  background: #bdcc2e;
  color: #0d2818;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Insite's custom styles
============================================================================= */
/* ===========================
  		GLOBAL
============================== */
/* GLOBAL VARIABLES */
/* Max Widths */
/* Colors */
/* Z-Index */
/* GLOBAL MIXINS */
/* Clearfix */
/* Media Queries */
/* Transforms */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* iOS11+ Safari Safe Padding (for iPhone X) */
/* Fluid Typography */
/* https://css-tricks.com/snippets/css/fluid-typography/ */
/* TYPE */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #222;
}

p, li, blockquote {
  font-size: 1rem;
  line-height: 1.5;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

ol {
  padding-left: 30px;
}

ul, ol {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: initial;
}
h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
  margin-top: 1.25em;
}
h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0.75em;
}
h1 .button_group, h2 .button_group, h3 .button_group, h4 .button_group, h5 .button_group, h6 .button_group {
  margin-top: 1.875em;
}

p + *, ul + *, ol + *, blockquote + * {
  margin-top: 1.25em;
}
p + h2, p + h3, p + h4, p + h5, p + h6, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6 {
  margin-top: 0.75em;
}
p .button_group, ul .button_group, ol .button_group, blockquote .button_group {
  margin-top: 1.875em;
}

li p, li li {
  font-size: 1em;
}

legend, label, input, select, textarea {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

textarea {
  width: 98%;
}

a {
  color: #4666ce;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

h1, .header_1 {
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 700;
}

h2, .header_2 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 400;
}

h3, .header_3 {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  font-weight: 400;
}

h4, .header_4 {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  font-weight: 400;
}

h5, .header_5 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}

h6, .header_6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 48em) {
  h1, .header_1 {
    font-size: 3.125rem;
    line-height: 1.12;
  }
  h2, .header_2 {
    font-size: 2.5rem;
    line-height: 1.15;
  }
  h3, .header_3 {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 75em) {
  h1, .header_1 {
    font-size: 4.375rem;
    line-height: 1;
  }
  h2, .header_2 {
    font-size: 3.125rem;
    line-height: 1.12;
  }
  h3, .header_3 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
  h4, .header_4 {
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}
/* ===========================
  		GLOBAL ELEMENTS
============================== */
body.locked {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.btn {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  border-radius: 10px;
  border: 2px solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  padding: 12px 20px;
  transition: all 0.08s linear;
  text-align: center;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn svg {
  position: relative;
  top: -3px;
}
.btn.btn--primary {
  color: #0d2818;
  border-color: #0d2818;
  background: #bdcc2e;
}
.btn.btn--primary:hover, .btn.btn--primary:focus {
  background: #0d2818;
  color: #bdcc2e;
}
.btn.btn--primary:hover svg path, .btn.btn--primary:focus svg path {
  fill: #bdcc2e !important;
}
.btn.btn--secondary {
  color: #4666ce;
  border-color: #0d2818;
  background: #fff;
}
.btn.btn--secondary:hover, .btn.btn--secondary:focus {
  background: #4666ce;
  color: #fff;
}
.btn.btn--secondary:hover svg path, .btn.btn--secondary:focus svg path {
  fill: #fff !important;
}
.btn.btn--smaller {
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.125;
}

.button_group .btn {
  margin: 0 10px 1em 0;
}

.appstores {
  display: flex;
  justify-content: flex-start;
}
.appstores a {
  flex: 0 1 auto;
  display: inline-block;
  margin: 0 20px 8px 0;
}
.appstores a img, .appstores a svg {
  max-width: 100%;
  height: auto;
}

#curtain {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

#speedBump {
  position: fixed;
  z-index: 1001;
  width: calc(90% - 20px);
  max-width: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 20px 30px;
  border: 2px solid #222;
  border-radius: 20px;
  text-align: center;
}
#speedBump .btns button {
  display: block;
  margin: 0 auto 1em;
  background: none;
  border: 0;
  color: #4666ce;
  cursor: pointer;
}
#speedBump .btns button:hover, #speedBump .btns button:focus {
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 0 0 8%;
  margin: 2em 0 0 0;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots button {
  width: 16px;
  height: 16px;
  font-size: 0;
  background: #808285;
  border-radius: 50%;
  border: 1px solid #808285;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: radial-gradient(circle, rgb(78, 103, 193) 0%, rgb(78, 103, 193) 50%, rgb(255, 255, 255) 55%, rgb(255, 255, 255) 100%);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 2em 0;
}
.pagination p, .pagination ol {
  flex: 0 1 auto;
}
.pagination ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.pagination p {
  margin: 0;
}
.pagination p a, .pagination p button, .pagination li a, .pagination li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #222;
  border: 1px solid;
  background: #fff;
}
.pagination p a:hover, .pagination p a:focus, .pagination li a:hover, .pagination li a:focus {
  background: #4666ce;
  color: #fff;
  text-decoration: none;
}
.pagination p button, .pagination li button {
  width: 32px;
  height: 32px;
  border-color: rgba(34, 34, 34, 0.2);
}
.pagination p.active a, .pagination li.active a {
  background: #4666ce;
  color: #fff;
  border-color: #4666ce;
}
.pagination p a::before, .pagination p button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: relative;
  border-style: solid;
  border-width: 6px;
}
.pagination p:nth-of-type(1) a::before, .pagination p:nth-of-type(1) button::before {
  left: -4px;
  border-color: transparent #222 transparent transparent;
}
.pagination p:nth-of-type(1) button::before {
  border-color: transparent rgba(34, 34, 34, 0.2) transparent transparent;
}
.pagination p:nth-of-type(1) a:hover::before, .pagination p:nth-of-type(1) a:focus::before {
  border-color: transparent #fff transparent transparent;
}
.pagination p:nth-of-type(2) a::before, .pagination p:nth-of-type(2) button::before {
  left: 4px;
  border-color: transparent transparent transparent #222;
}
.pagination p:nth-of-type(2) button::before {
  border-color: transparent transparent transparent rgba(34, 34, 34, 0.2);
}
.pagination p:nth-of-type(2) a:hover::before, .pagination p:nth-of-type(2) a:focus::before {
  border-color: transparent transparent transparent #fff;
}

/* ===========================
  		WIDGETS
============================== */
.hero {
  position: relative;
}
.hero .photo {
  position: relative;
}
.hero .photo img, .hero .photo iframe {
  width: 100%;
  height: auto;
}
.hero .photo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hero .text-left {
  justify-content: flex-start !important;
}
.hero .text-left .button_group {
  justify-content: flex-start !important;
}
.hero .text-center {
  justify-content: center !important;
}
.hero .text-center .button_group {
  justify-content: center !important;
}
.hero .text-right {
  justify-content: flex-end !important;
}
.hero .text-right .button_group {
  justify-content: flex-end !important;
}
@media screen and (min-width: 64em) {
  .hero .copy .header_1 {
    color: #fff;
    text-shadow: 3px 3px 5px #000;
  }
}
.hero .copy .subhead, .hero .copy .button_group {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  .hero .copy .subhead, .hero .copy .button_group {
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
}
@media screen and (min-width: 64em) {
  .hero .copy .subhead, .hero .copy .button_group {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 3px 5px #000;
  }
}
.hero .copy .button_group {
  text-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hero .copy .button_group .btn {
  margin: 0 10px 1em;
}
@media screen and (min-width: 48em) {
  .hero .copy .button_group .btn {
    margin: 0 10px 1em 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .hero .copy .button_group .btn {
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 64em) {
  .hero .copy .button_group {
    justify-content: flex-start;
  }
  .hero .copy .button_group .btn:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .hero .copy {
    padding: 2% 5% 12%;
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) {
  .hero .signinIframe {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .hero {
    position: relative;
    display: flex;
    min-height: 460px;
    max-height: 700px;
  }
  .hero .photo {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .hero .photo img, .hero .photo iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
  }
  .hero .content_container {
    position: relative;
    z-index: 1;
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
  }
  .hero .signinIframe {
    flex: 0 1 285px;
    align-self: center;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #0d2818;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    height: 420px;
    margin: 5vw 0;
    background: linear-gradient(180deg, #fff 0, #fff 75%, #e6e7e8 75.1%, #e6e7e8 100%);
  }
}
@media screen and (min-width: 64em) and (min-width: 87.5em) {
  .hero .signinIframe {
    margin: 9vw 0;
  }
}
@media screen and (min-width: 64em) {
  .hero .copy {
    flex: 0 1 66.083333333%;
    padding-bottom: 5%;
  }
  .hero .copy h1.header_1 + p.subhead {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 64em) {
  .hero .button_group .btn {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media screen and (min-width: 64em) and (max-width: 76.875em) {
  .hero .content_container {
    flex: 0 1 94%;
  }
}

@media screen and (min-width: 64em) {
  .hero--subpage {
    height: 40vw;
    min-height: 300px;
    max-height: 500px;
  }
  .hero--subpage .content_container {
    justify-content: center;
  }
  .hero--subpage .copy {
    flex: 0 1 94%;
    padding-bottom: 3%;
    text-align: center;
  }
  .hero--subpage .copy .button_group {
    justify-content: center;
  }
}

.pagetitle {
  background: #0d2818;
  padding: 25px 5% 20px;
}
.pagetitle .header {
  color: #fff;
  margin: 0;
  text-align: center;
}
.pagetitle .back {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
.pagetitle .back a {
  color: #bdcc2e;
}
.pagetitle .back a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -2px;
  margin-right: 6px;
  border-style: solid;
  border-width: 5px 6px;
  border-color: transparent #bdcc2e transparent transparent;
}
.pagetitle .back + .header {
  margin-top: 0.5em;
}
@media screen and (min-width: 48em) {
  .pagetitle {
    padding: 45px 5% 40px;
  }
  .pagetitle .back {
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 63.9375em) {
  .CTAs {
    padding-top: 2.25em;
  }
}
.CTAs .intro {
  text-align: center;
  margin-bottom: 0.75em;
}
.CTAs .CTA {
  margin-top: 0;
  margin-bottom: 2em;
}
.CTAs .CTA .img-wrapper {
  overflow: hidden;
}
.CTAs .CTA img {
  height: auto;
  width: 100%;
  transition: transform 0.5s ease;
}
.CTAs .CTA img:hover {
  transform: scale(1.1);
}
.CTAs .CTA .copy {
  padding: 1em 0;
  width: 90%;
}
.CTAs .CTA p.link {
  margin-top: 1.25em;
}
.CTAs .content_container {
  max-width: 1200px;
  padding: 0 5%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  .CTAs .content_container .CTA.hasImg .img-wrapper {
    float: left;
    width: 35%;
    margin-right: 4%;
  }
  .CTAs .content_container .CTA.hasImg .copy {
    width: 61%;
    padding-left: 39%;
  }
  .CTAs .content_container .CTA .copy {
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .CTAs .content_container {
    margin-top: 4em;
  }
  .CTAs .content_container .CTA_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .CTAs .content_container .intro {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 64em) {
  .CTAs.threeAcross .CTA {
    flex: 0 1 32.166666667%;
  }
  .CTAs.threeAcross .CTA:nth-child(1) {
    margin-right: 1.75%;
  }
  .CTAs.threeAcross .CTA:nth-child(3) {
    margin-left: 1.75%;
  }
}
@media screen and (min-width: 64em) {
  .CTAs.fourAcross .CTA {
    flex: 0 1 23.75%;
    margin-right: 1.666666667%;
  }
  .CTAs.fourAcross .CTA:nth-child(4n-12) {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .CTAs.grayBG .content_container {
    margin-top: 1.5em;
  }
}

.CTAandRecentNews .CTA {
  margin-top: 0;
  margin-bottom: 2em;
}
.CTAandRecentNews .CTA img {
  height: auto;
  width: 100%;
}
.CTAandRecentNews .CTA .copy {
  padding: 1em 0 0;
  width: 90%;
}
.CTAandRecentNews .CTA p.link {
  margin-top: 1.25em;
}
.CTAandRecentNews .news .header {
  background: #2a4634;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='303.399' height='447.059' viewBox='0 0 303.399 447.059'%3E%3Cg id='Group_696' data-name='Group 696' transform='translate(-248.27 -248.77)'%3E%3Cpath id='Path_20' data-name='Path 20' d='M354.319,693.526c-.379-.127-1.087,1.312-1.171,2.061-27.144.481-56.243.07-83.575.206a1.131,1.131,0,0,0-.7-.617v-1.239c.431-.237,65.992-144.292,65.783-144.624-8.755,3.409-25.736,4.238-31.608,3.619-157.723-16.651,65.976-349.9,159.194-298.849a5.179,5.179,0,0,0,2.341,1.444c.531,1.08,1.652,1.638,2.458,2.477.529.086.382-.419.819-.414-.01-1.589,2.164-5.037,2.575-5.775,26.257.012,79.217-.335,79.6-.208,1.036.1,1.611.521,1.639,1.136.018.392-37.925,86.27-37.925,86.546-.492.908-.921,1.871-1.99,2.269H430.637a.514.514,0,0,0-.468-.411c-.314-2.34,11.26-24.6,11.705-27.439.691-.366,1.309-1.52.468-2.065a9.251,9.251,0,0,0-2.692.206c-.359.545-1.251.619-1.522,1.24-40.656,30.78-116.508,168.977-99.683,182.011,22.845,20.493,44.234-63.979,64.811-95.852,24.007,0,77.687.438,78.883.077a1.6,1.6,0,0,1,1.4.928Z' transform='translate(0 0)' fill='%230d2818' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 7px 0;
}
.CTAandRecentNews .news ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.CTAandRecentNews .news ol li {
  background: #e6e7e8;
  margin-bottom: 2px;
  padding: 16px 20px;
}
.CTAandRecentNews .news ol li .date {
  display: block;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.CTAandRecentNews .news ol li .date, .CTAandRecentNews .news ol li a {
  font-weight: 700;
}
.CTAandRecentNews .content_container {
  max-width: 1200px;
  padding: 0 5% 2em;
  margin: 0 auto;
}
@media screen and (min-width: 37.5em) {
  .CTAandRecentNews .content_container .CTA img {
    float: left;
    width: 35.939470366%;
    margin-right: 4.539722573%;
  }
  .CTAandRecentNews .content_container .CTA .copy {
    width: 59.520807061%;
    padding-left: 40.479192939%;
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .CTAandRecentNews .content_container {
    padding-top: 4.875em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .CTAandRecentNews .content_container .CTA {
    flex: 0 1 66.083333333%;
  }
  .CTAandRecentNews .content_container .news {
    flex: 0 1 32.25%;
  }
}
.CTAandRecentNews.hasBGColor .content_container {
  padding-top: 5%;
}

.productPromo {
  background: #2a4634;
}
.productPromo .photo {
  position: relative;
}
.productPromo .photo img, .productPromo .photo iframe {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 64em) {
  .productPromo .photo::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.productPromo .content_container {
  position: relative;
  z-index: 1;
  padding: 1em 5% 3em;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .productPromo .content_container {
    padding-top: 10vw;
    padding-bottom: 9vw;
  }
}
.productPromo .button_group {
  margin-top: 1.75em;
  justify-content: flex-start;
}
.productPromo .button_group .btn {
  margin-left: 0;
}
.productPromo .copy .header {
  color: #fff;
}
.productPromo .copy .rich-text {
  color: #fff;
}
@media screen and (min-width: 64em) {
  .productPromo.hasBGImg .copy .header, .productPromo.hasBGImg .copy .rich-text {
    text-shadow: 2px 2px 3px #000;
  }
}
.productPromo .features {
  padding-top: 25px;
  margin: 40px auto 0;
  max-width: 600px;
}
.productPromo .features > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
}
.productPromo .features > ul > li {
  position: relative;
  width: calc(48% - 40px);
  flex: 0 1 calc(48% - 40px);
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 35px;
}
.productPromo .features > ul > li:nth-child(1), .productPromo .features > ul > li:nth-child(2) {
  margin-top: 0;
}
.productPromo .features > ul > li:nth-child(1).hasImg, .productPromo .features > ul > li:nth-child(2).hasImg {
  margin-top: 5px;
}
.productPromo .features > ul > li:nth-child(odd) + li {
  margin-left: 4%;
}
.productPromo .features > ul > li img {
  display: block;
  width: 50%;
  height: auto;
  max-width: 100px;
  margin: -45px auto 0;
  border: 6px solid #fff;
  border-radius: 50%;
}
.productPromo .features > ul > li .title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 10px 0 4px;
}
@media screen and (min-width: 48em) {
  .productPromo .features > ul > li .title {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
.productPromo .features > ul > li .benefits {
  list-style: none;
  padding: 0;
  margin: 2px 0 0 0;
}
.productPromo .features > ul > li .benefits li {
  font-size: 1rem;
  line-height: 1.125;
  margin-bottom: 6px;
}
@media screen and (min-width: 48em) {
  .productPromo .features > ul > li .benefits li {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.productPromo .features > ul > li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 64em) {
  .productPromo {
    position: relative;
  }
  .productPromo .photo {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .productPromo .photo img, .productPromo .photo iframe {
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100%;
    height: 100%;
  }
  .productPromo .content_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .productPromo .content_container .features {
    flex: 0 1 50%;
    margin-top: 0;
    padding-top: 0;
  }
  .productPromo .content_container .copy {
    flex: 0 1 45%;
  }
  .productPromo .content_container .copy .rich-text p, .productPromo .content_container .copy .rich-text ul, .productPromo .content_container .copy .rich-text ol {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.access {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  max-width: 600px;
  padding: 10px 0 5px;
  margin: 0 auto;
}
@media screen and (min-width: 37.5em) {
  .access {
    border-radius: 120px;
  }
}
.access p {
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.access ul {
  list-style: none;
  padding: 0 4%;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 418px;
}
.access ul li {
  text-align: center;
  flex: 0 1 49%;
  margin: 0 0 10px;
  font-size: 0.875rem;
  line-height: 1;
}
.access ul li svg {
  display: block;
  margin: 0 auto 4px;
}
@media screen and (min-width: 37.5em) {
  .access ul {
    padding: 0 8%;
    flex-wrap: nowrap;
  }
  .access ul li {
    flex: 0 1 24%;
  }
}
@media screen and (min-width: 48em) {
  .access ul li {
    font-size: 1rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 75em) {
  .access ul {
    padding: 0 15%;
  }
}

.reviews {
  position: relative;
  overflow: hidden;
  padding: 2em 5%;
}
@media screen and (min-width: 56.25em) {
  .reviews {
    padding: 3em 0;
  }
}
.reviews .review {
  position: relative;
}
.reviews .review .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 37.5em) {
  .reviews .review .pic {
    width: 100px;
    height: 100px;
  }
}
.reviews .review .pic img {
  width: 100%;
  height: auto;
}
.reviews .review .details {
  padding-left: 100px;
}
.reviews .review .details .quote {
  padding-top: 25px;
}
.reviews .review .details .quote::before {
  content: "“";
  position: absolute;
  left: 48px;
  top: 18px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0d2818;
  font-family: "Times New Roman", Times, serif;
  color: #bdcc2e;
  font-size: 3.125rem;
  line-height: 1.26;
  text-align: center;
}
.reviews .review .details .rating {
  margin-top: 1em;
}
.reviews .review .details .rating .stars {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.25rem;
  line-height: 1;
}
.reviews .review .details .rating .stars .icon-star {
  color: #F2BF42;
}
.reviews .review .details .rating .stars .icon-star-empty {
  color: #808285;
}
.reviews .review .details .rating .when {
  display: inline-block;
  font-style: italic;
  color: #808285;
}
.reviews .review .details .name {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: 700;
}
@media screen and (max-width: 24.9375em) {
  .reviews .review .details .quote {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 37.5em) {
  .reviews .review .details {
    padding-left: 140px;
  }
  .reviews .review .details .quote {
    padding-top: 35px;
  }
  .reviews .review .details .quote::before {
    left: 72px;
    top: 25px;
    width: 50px;
    height: 50px;
    font-size: 3.75rem;
    line-height: 1.3;
  }
}
.reviews .photo img, .reviews .photo iframe {
  width: 100%;
  height: auto;
}
.reviews .content_container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 56.1875em) {
  .reviews .content_container {
    display: flex;
    flex-direction: column;
  }
  .reviews .content_container .review_list {
    order: 2;
  }
  .reviews .content_container .photo {
    order: 1;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .reviews .content_container .photo img, .reviews .content_container .photo iframe {
    max-width: 372px;
    height: auto;
  }
}
@media screen and (min-width: 56.25em) and (max-width: 76.1875em) {
  .reviews .content_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .reviews .content_container .review_list {
    width: 58%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .reviews .content_container .photo {
    flex: 0 1 38%;
    padding-top: 20px;
  }
}
@media screen and (min-width: 64em) {
  .reviews .content_container .photo {
    padding-top: 0;
  }
  .reviews .content_container .photo img, .reviews .content_container .photo iframe {
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 76.25em) {
  .reviews .content_container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    min-height: 540px;
  }
  .reviews .content_container .review_list {
    width: 59%;
    max-width: 828px;
  }
  .reviews .content_container .photo {
    position: absolute;
    right: 0;
    width: 40%;
    top: 0;
    bottom: 0;
    max-width: 744px;
  }
  .reviews .content_container .photo img, .reviews .content_container .photo iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
  }
}
@media screen and (min-width: 87.5em) {
  .reviews .content_container .review_list {
    width: 59%;
  }
  .reviews .content_container .photo {
    width: 40%;
  }
}
@media screen and (min-width: 56.25em) {
  .reviews.photoLeft .content_container .review_list {
    order: 2;
  }
  .reviews.photoLeft .content_container .photo {
    order: 1;
  }
}
@media screen and (min-width: 76.25em) {
  .reviews.photoLeft .content_container .review_list {
    margin-left: 42%;
  }
  .reviews.photoLeft .content_container .photo {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 56.25em) {
  .reviews.noPhoto .content_container .review_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.twoColFeature {
  position: relative;
  overflow: hidden;
  padding: 2em 5%;
}
@media screen and (min-width: 56.25em) {
  .twoColFeature {
    padding: 3em 0;
  }
}
.twoColFeature .CTA {
  position: relative;
}
.twoColFeature .CTA .button_group {
  margin-top: 1.25em;
}
.twoColFeature .CTA .copy + .link_list {
  margin-top: 1.75em;
}
.twoColFeature .CTA .link_list ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
}
.twoColFeature .CTA .link_list ul li + li {
  margin-top: 1em;
}
.twoColFeature .photo img, .twoColFeature .photo iframe {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 56.1875em) {
  .twoColFeature.login_page .content_container .CTA {
    order: 0 !important;
  }
}
.twoColFeature .content_container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 56.1875em) {
  .twoColFeature .content_container {
    display: flex;
    flex-direction: column;
  }
  .twoColFeature .content_container .CTA {
    order: 2;
  }
  .twoColFeature .content_container .photo {
    order: 1;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .twoColFeature .content_container .photo img, .twoColFeature .content_container .photo iframe {
    max-width: 372px;
    height: auto;
  }
}
@media screen and (min-width: 56.25em) and (max-width: 76.1875em) {
  .twoColFeature .content_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .twoColFeature .content_container .CTA {
    width: 58%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .twoColFeature .content_container .photo {
    flex: 0 1 38%;
  }
  .twoColFeature .content_container .photo img, .twoColFeature .content_container .photo iframe {
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 76.25em) {
  .twoColFeature .content_container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    min-height: 540px;
  }
  .twoColFeature .content_container .CTA {
    width: 50%;
    max-width: 828px;
  }
  .twoColFeature .content_container .photo {
    position: absolute;
    right: 0;
    width: 49%;
    top: 0;
    bottom: 0;
    max-width: 744px;
  }
  .twoColFeature .content_container .photo img, .twoColFeature .content_container .photo iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
  }
}
@media screen and (min-width: 56.25em) {
  .twoColFeature.photoLeft .content_container .CTA {
    order: 2;
  }
  .twoColFeature.photoLeft .content_container .photo {
    order: 1;
  }
}
@media screen and (min-width: 76.25em) {
  .twoColFeature.photoLeft .content_container .CTA {
    margin-left: 52%;
  }
  .twoColFeature.photoLeft .content_container .photo {
    left: 0;
    right: auto;
  }
}

.singlePromo {
  background: #2a4634;
  position: relative;
  overflow: hidden;
}
.singlePromo .photo {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.singlePromo .photo img, .singlePromo .photo iframe {
  width: 100%;
  height: auto;
}
.singlePromo .copy {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 6% 7%;
}
@media screen and (min-width: 48em) {
  .singlePromo .copy {
    max-width: calc(600px - 10%);
    padding: 4% 5%;
  }
}
.backdropfilter .singlePromo .copy {
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.singlePromo .button_group {
  margin-top: 1.25em;
}
.singlePromo .content_container {
  padding: 5%;
  position: relative;
  z-index: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.singlePromo.copyRight .content_container {
  display: flex;
  justify-content: flex-end;
}
.singlePromo.copyCenter .content_container {
  display: flex;
  justify-content: center;
}
.singlePromo.copyCenter .copy {
  text-align: center;
}
.singlePromo.copyCenter .copy .appstores {
  justify-content: center;
}
.singlePromo.copyCenter .copy .appstores a {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 48em) {
  .singlePromo.copyCenter .copy {
    max-width: calc(930px - 15%);
    padding: 4% 7.5%;
  }
}
@media screen and (max-width: 63.9375em) {
  .singlePromo .photo {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .singlePromo .photo img, .singlePromo .photo iframe {
    width: 104%;
    height: 104%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 64em) {
  .singlePromo .content_container {
    padding: 9% 5%;
  }
  .singlePromo .photo {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .singlePromo .photo img, .singlePromo .photo iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
  }
}

.multiPartFeature {
  position: relative;
  background: #f2f3f3;
  overflow: hidden;
}
.multiPartFeature .photo {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.multiPartFeature .photo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 32%;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
}
.multiPartFeature .photo img, .multiPartFeature .photo iframe {
  width: 100%;
  height: auto;
}
.multiPartFeature .content_container {
  max-width: 1200px;
  margin: 0 auto;
}
.multiPartFeature .copy {
  position: relative;
  z-index: 1;
  padding: 2em 5%;
}
.multiPartFeature .intro {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}
.multiPartFeature .features {
  margin-top: 1.25em;
}
.multiPartFeature .features .feature {
  background: #fff;
  border-top: 10px solid #2a4634;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 20px;
}
.multiPartFeature .features .feature img {
  margin-bottom: 1em;
  max-width: 100%;
  height: auto;
}
.multiPartFeature .features .feature .header {
  color: #2a4634;
  font-weight: 700;
}
.multiPartFeature .features .feature .links {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0 0;
}
.multiPartFeature .features .feature .links li {
  margin-bottom: 0.5em;
}
.multiPartFeature .ctaLeadIn {
  text-align: center;
}
.multiPartFeature .ctaLeadIn .primary {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
.multiPartFeature .ctaLeadIn .secondary {
  margin-top: 0;
}
.multiPartFeature .button_group {
  margin-top: 1.25em;
  text-align: center;
}
@media screen and (max-width: 74.9375em) {
  .multiPartFeature .photo {
    display: none;
  }
}
@media screen and (max-width: 57.4375em) {
  .multiPartFeature .features {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 57.5em) {
  .multiPartFeature .copy {
    padding-top: 6em;
    padding-bottom: 4em;
  }
  .multiPartFeature .intro p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .multiPartFeature .features {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .multiPartFeature .features .feature {
    flex: 0 1 31.333%;
    padding: 20px 30px;
  }
  .multiPartFeature .features .feature:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 63.9375em) {
  .multiPartFeature .photo {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .multiPartFeature .photo img, .multiPartFeature .photo iframe {
    width: 104%;
    height: 104%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 64em) {
  .multiPartFeature .photo {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .multiPartFeature .photo img, .multiPartFeature .photo iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
  }
}
@media screen and (min-width: 75em) {
  .multiPartFeature.copyLeft {
    display: flex;
    justify-content: flex-start;
  }
  .multiPartFeature.copyLeft .copy {
    padding-right: 23.333%;
  }
}
@media screen and (min-width: 76.875em) {
  .multiPartFeature.copyLeft .copy {
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .multiPartFeature.copyRight {
    display: flex;
    justify-content: flex-end;
  }
  .multiPartFeature.copyRight .copy {
    padding-left: 23.333%;
  }
}
@media screen and (min-width: 76.875em) {
  .multiPartFeature.copyRight .copy {
    padding-right: 0;
  }
}

.teamListing .content_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 5%;
}
.teamListing .header {
  text-align: center;
  margin-bottom: 1.25em;
}
.teamListing .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.teamListing .list li {
  position: relative;
}
.teamListing .list li .photo {
  border-radius: 200px;
  overflow: hidden;
  max-width: 200px;
}
.teamListing .list li .photo img, .teamListing .list li .photo iframe {
  width: 100%;
  height: auto;
}
.teamListing .list li .name {
  margin-bottom: 0.25em;
}
.teamListing .list li .name a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.teamListing .list li .titles {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 37.4375em) {
  .teamListing .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .teamListing .list > li {
    flex: 0 1 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25em;
  }
  .teamListing .list > li .photo {
    flex: 0 1 33%;
  }
  .teamListing .list > li .details {
    flex: 0 1 61%;
  }
  .teamListing .list > li .details .name {
    font-size: 1.375rem;
    line-height: 1.0909090909;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .teamListing .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .teamListing .list > li {
    flex: 0 1 48%;
    margin-bottom: 3em;
  }
  .teamListing .list .photo {
    width: 80%;
    margin: 0 auto 1.25em;
  }
  .teamListing .list .details {
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .teamListing .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .teamListing .list > li {
    flex: 0 1 31.333%;
    margin-bottom: 3em;
  }
  .teamListing .list > li:nth-child(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .teamListing .list .photo {
    width: 80%;
    margin: 0 auto 1.25em;
  }
  .teamListing .list .details {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .teamListing .list .photo {
    width: 100%;
  }
}
.teamListing.grayBG .list .photo {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.table .content_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 5%;
}
.table .intro, .table .outro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.table .footnote {
  max-width: 900px;
  margin: 0.5em auto 0;
}
.table .footnote * {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.table .footnote + .outro {
  margin-top: 1.5em;
}
.table .table_container {
  margin: 1.5em 0 0 0;
  max-width: 900px;
}

.table_container table {
  margin: 0 auto;
  width: 100%;
}
.table_container table th, .table_container table td {
  padding: 10px 15px;
}
.table_container table thead th {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.table_container table tbody tr th, .table_container table tbody tr td {
  text-align: center;
  vertical-align: top;
}
.table_container table tbody tr:nth-child(odd) td, .table_container table tbody tr:nth-child(odd) th {
  background: rgba(119, 119, 119, 0.15);
}
.table_container table tfoot td, .table_container table tfoot th {
  background: #D0D8F3;
  text-align: center;
}
.table_container.responsive_table_scroll {
  width: 100%;
  overflow-x: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)) 100% 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  margin-bottom: 15px;
}
.table_container.responsive_table_scroll table {
  background: linear-gradient(to right, white 35%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 35%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}
.table_container.responsive_table_scroll table tbody tr td {
  min-width: 100px;
}
.table_container + .outro {
  margin-top: 1.75em;
}

.copy_and_table .content_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 5%;
}
.copy_and_table .button_group {
  margin-top: 1.25em;
}
.copy_and_table .footnote {
  margin-top: 0.5em;
}
.copy_and_table .footnote * {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 48em) {
  .copy_and_table .content_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .copy_and_table .content_container .col:nth-child(1) {
    width: 45%;
  }
  .copy_and_table .content_container .col:nth-child(2) {
    width: 50%;
  }
}

.copy_and_image .content_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 5%;
}
.copy_and_image .button_group {
  margin-top: 1.25em;
}
.copy_and_image .photo {
  margin-top: 1.5em;
}
.copy_and_image .photo img, .copy_and_image .photo iframe {
  max-width: 100%;
  height: auto;
}
.copy_and_image .footnote {
  margin-top: 0.5em;
}
.copy_and_image .footnote * {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 48em) {
  .copy_and_image .content_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .copy_and_image .content_container .col:nth-child(1) {
    width: 45%;
  }
  .copy_and_image .content_container .col:nth-child(2) {
    width: 50%;
  }
  .copy_and_image .photo {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .copy_and_image.hasBGColor .content_container {
    padding-top: 5em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 48em) {
  .copy_and_image.photoLeft .content_container .col:nth-child(1) {
    order: 2;
  }
  .copy_and_image.photoLeft .content_container .col:nth-child(2) {
    order: 1;
  }
}

.threeColsLinks .content_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 5%;
}
@media screen and (min-width: 64em) {
  .threeColsLinks .content_container {
    padding: 4em 5% 5em;
  }
}
.threeColsLinks .header {
  text-align: center;
  margin-bottom: 0.75em;
}
.threeColsLinks ul {
  color: #4666ce;
  margin: 1.25em 0 0 0;
}
.threeColsLinks ul li {
  margin-bottom: 1.25em;
}
.threeColsLinks p.more {
  margin-top: 0;
  padding-left: 20px;
}
.threeColsLinks p.more a {
  font-weight: 700;
}
.threeColsLinks p.more a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #4666ce;
}
.threeColsLinks .links .col {
  margin-bottom: 1.75em;
}
@media screen and (min-width: 64em) {
  .threeColsLinks .links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .threeColsLinks .links .col {
    flex: 0 1 30.333%;
  }
  .threeColsLinks .links .col:nth-child(3n-1) {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
}

.faqs .content_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 5%;
}
@media screen and (min-width: 64em) {
  .faqs .content_container {
    padding: 4em 5% 5em;
  }
}
.faqs .header {
  text-align: center;
  margin-bottom: 0.75em;
}
.faqs dl.list {
  max-width: 1135px;
}
.faqs dl.list > span {
  display: block;
  padding: 16px 20px 16px 35px;
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 0.5em;
}
.faqs dl.list > span:hover, .faqs dl.list > span.active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-color: #707070;
  background: #fff;
}
.faqs dl.list > span:hover {
  border-color: #4666ce;
}
.faqs dl.list dt button {
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.faqs dl.list dt button::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -0.75em;
  margin-right: 1px;
  position: relative;
  top: 1px;
  border-style: solid;
  border-width: 6px;
  border-color: #222 transparent transparent transparent;
}
.faqs dl.list dt button:hover, .faqs dl.list dt button:focus {
  color: #4666ce;
}
.faqs dl.list dt button:hover::before, .faqs dl.list dt button:focus::before {
  border-color: #4666ce transparent transparent transparent;
}
.faqs dl.list dd .media img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 47.9375em) {
  .faqs dl.list dd .media {
    margin-top: 1em;
  }
}
@media screen and (min-width: 48em) {
  .faqs dl.list dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .faqs dl.list dd .rich-text {
    flex: 0 1 auto;
  }
  .faqs dl.list dd .media {
    flex: 1 0 auto;
    margin-left: 4%;
  }
  .faqs dl.list dd .media.fitvid {
    flex: 1 0 35%;
  }
}
.faqs dl.list span.active {
  padding-bottom: 16px;
}
.faqs dl.list span.active dt {
  margin-bottom: 0.5em;
}
.faqs dl.list span.active dt button {
  color: #4666ce;
}
.faqs dl.list span.active dt button::before {
  top: -6px;
  border-color: transparent transparent #4666ce transparent;
}

.news_listing .content_container {
  max-width: 1200px;
  margin: 0 auto;
}
.news_listing .switch {
  text-align: right;
}
@media screen and (min-width: 75em) {
  .news_listing .switch {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.news_listing .switch a {
  text-decoration: none;
}
.news_listing .switch a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #4666ce;
}
.news_listing .switch a:hover, .news_listing .switch a:focus {
  text-decoration: underline;
}
.news_listing ul.list {
  list-style: none;
  padding: 0;
  margin: 1.25em 0 0;
}
.news_listing ul.list li {
  position: relative;
}
.news_listing ul.list .photo img, .news_listing ul.list .photo iframe {
  width: 100%;
  height: auto;
}
.news_listing ul.list .date {
  margin: 0.75em 0 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}
.news_listing ul.list .title {
  font-weight: 700;
  margin-top: 0;
}
.news_listing ul.list .title a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 37.4375em) {
  .news_listing .content_container {
    padding: 2em 5%;
  }
  .news_listing ul.list li {
    margin-bottom: 1.5em;
  }
  .news_listing ul.list .date {
    font-size: 0.875rem;
    line-height: 1;
  }
  .news_listing ul.list .title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 49.9375em) {
  .news_listing .content_container {
    padding: 3em 5%;
  }
  .news_listing ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
  }
  .news_listing ul.list li {
    flex: 0 1 48%;
    margin-bottom: 2em;
  }
  .news_listing ul.list .date {
    font-size: 0.875rem;
    line-height: 1;
  }
  .news_listing ul.list .title {
    width: 95%;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 800px) {
  .news_listing .content_container {
    padding: 3em 5%;
  }
  .news_listing ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
  }
  .news_listing ul.list li {
    flex: 0 1 31.333%;
    margin-bottom: 2em;
  }
  .news_listing ul.list .date {
    font-size: 0.875rem;
    line-height: 1;
  }
  .news_listing ul.list .title {
    width: 95%;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.news_article .content_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 5%;
}
@media screen and (min-width: 64em) {
  .news_article .content_container {
    padding: 3em 5%;
  }
}
.news_article .header {
  font-weight: 700;
}
.news_article .date {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a4634;
}
.news_article figure {
  margin-bottom: 1.25em;
}
.news_article figure img {
  width: 100%;
  height: auto;
}
.news_article .intro p {
  font-size: 1.25rem;
  line-height: 1.3;
}
.news_article .intro + div.body p, .news_article .intro + div.body ul, .news_article .intro + div.body ol {
  margin-top: 1.25em;
}
.news_article .back {
  text-align: center;
  margin-top: 1.25em;
}
@media screen and (min-width: 75em) {
  .news_article .back {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.news_article .back a {
  text-decoration: none;
  text-transform: capitalize;
}
.news_article .back a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #4666ce transparent transparent;
}
.news_article .back a:hover, .news_article .back a:focus {
  text-decoration: underline;
}
.news_article h2 {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  font-weight: 400;
}
.news_article h3 {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 400;
}
.news_article h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .news_article h2 {
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
  .news_article h3 {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
  .news_article h4 {
    font-size: 1.375rem;
    line-height: 1.1818181818;
  }
}
.news_article ul li + li, .news_article ol li + li {
  margin-top: 1em;
}

.calCard {
  position: relative;
  z-index: 1;
}
.calCard .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 66px;
  border: 2px solid #2a4634;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.calCard .mon {
  display: block;
  order: 1;
  flex: 1 0 100%;
  background: #2a4634;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 4px;
}
.calCard .day {
  display: block;
  order: 2;
  flex: 1 0 100%;
  color: #2a4634;
  font-size: 0.75rem;
  line-height: 1;
  margin: 4px 0 0;
}
.calCard .date {
  display: block;
  order: 3;
  flex: 1 0 100%;
  color: #2a4634;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
}
.calCard .numOfDays {
  display: block;
  margin: 4px 0 0;
  color: #0d2818;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.events .content_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 5%;
}
@media screen and (min-width: 64em) {
  .events .content_container {
    padding: 3em 5%;
  }
}
.events .intro {
  text-align: center;
}
.events .intro p {
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
@media screen and (min-width: 48em) {
  .events .intro p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.events .dates {
  list-style: none;
  padding: 0;
  margin: 2em auto 0;
  max-width: 900px;
}
.events .dates li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.75em;
  padding-left: 23px;
}
.events .dates ul {
  padding: 0;
  margin: 0;
}
.events .dates ul li {
  padding-left: 0;
}
.events .dates.holidays li {
  align-items: center;
}
.events .dates .calCard {
  flex: 0 1 66px;
  margin-right: 30px;
}
.events .dates .label, .events .dates .details {
  flex: 0 1 calc(100% - 100px);
}
.events .dates .year {
  flex: 1 0 100%;
  display: block;
  padding: 5px 16px;
  margin: 24px 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #2a4634;
  background: #e6e7e8;
}
.events .dates .details .title a {
  display: block;
}
.events .dates .details .title a span {
  position: relative;
  z-index: 1;
}
.events .dates .details .title a::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.events .dates .details .title a:hover::after, .events .dates .details .title a:focus::after {
  background: #e6e7e8;
}
.events .dates .details .location {
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 1;
}
.events .dates .details .when {
  margin: 0;
  position: relative;
  z-index: 1;
}
.events .dates:not(.holidays) li {
  padding: 16px 23px;
}

.pdf_upload .content_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 5%;
}
@media screen and (min-width: 64em) {
  .pdf_upload .content_container {
    padding: 3em 5%;
  }
}
.pdf_upload .view_height {
  height: 50vh;
}
.pdf_upload .link_font_size {
  font-size: 25px;
}

/* ===========================
  		BACKGROUND COLORS
============================== */
.grayBG {
  background: #f2f3f3;
}

/* ===========================
  		HEADER
============================== */
#header {
  margin: 0;
  position: relative;
  z-index: 2;
  display: initial;
}

.searchform {
  max-width: 320px;
  border: 1px solid #bcbec0;
  display: flex;
  align-items: stretch;
  margin-top: 0;
}
.searchform form {
  display: flex;
  align-items: stretch;
  position: relative;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16.02 16.02'%3E%3Cpath d='M11.44,10.06h-.73l-.25-.24a6,6,0,1,0-.64.64l.24.25v.72L14.64,16,16,14.64ZM6,10.06A4.12,4.12,0,1,1,10.06,6,4.11,4.11,0,0,1,6,10.06Z' transform='translate(0.02 0.02)'/%3E%3C/svg%3E");
}
.searchform form svg {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.searchform label {
  display: flex;
  flex: 0 1 auto;
}
.searchform input, .searchform .yxt-SearchBar-input {
  border: 0;
  width: calc(100% - 151px);
  padding: 12px 10px 12px 40px;
  font-size: 1.25rem;
  line-height: 1;
}
.searchform input::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}
.searchform input:-moz-placeholder {
  color: #222;
  opacity: 1;
}
.searchform input::-moz-placeholder {
  color: #222;
  opacity: 1;
}
.searchform input:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}
.searchform button.yxt-SearchBar-button, .searchform input[type=submit] {
  flex: 0 1 93px;
  font-size: 1.25rem;
  line-height: 1;
  border: 2px solid #0d2818;
  color: #fff;
  background-color: #2a4634;
  font-weight: 700;
  padding: 0 15px;
  margin: 2px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.1s linear;
  display: inline;
}
.searchform button.yxt-SearchBar-button::before, .searchform input[type=submit]::before {
  content: "Search";
}
.searchform button.yxt-SearchBar-button div, .searchform input[type=submit] div {
  display: none;
}
.searchform button.yxt-SearchBar-button:hover, .searchform button.yxt-SearchBar-button:focus, .searchform input[type=submit]:hover, .searchform input[type=submit]:focus {
  background: #0d2818;
}
.searchform #search_anim {
  position: absolute;
  left: 40px;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.searchform .yxt-SearchBar-container {
  border: 0;
  border-radius: 0;
}
.searchform .yxt-SearchBar-clear {
  display: none;
}
.searchform .yxt-GeoLocationFilter-container, .searchform .yxt-SearchBar-container {
  background: transparent;
}

.top_area {
  position: relative;
  z-index: 10;
  background: #fff;
}
.top_area .content_container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 47.9375em) {
  .top_area .content_container {
    display: flex;
    justify-content: space-between;
    padding: 17px 5%;
  }
  .top_area .content_container .logo {
    flex: 0 1 44%;
    max-width: 140px;
  }
  .top_area .content_container .forMobile {
    flex: 0 1 56%;
  }
  .top_area .content_container .forTablet {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .top_area .content_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .top_area .content_container .logo {
    flex: 0 1 25%;
    max-width: 191px;
    order: 2;
    margin: 20px 0 30px 5%;
  }
  .top_area .content_container .forMobile {
    display: none;
  }
  .top_area .content_container .forTablet {
    order: 3;
  }
  .top_area .content_container .util {
    flex: 1 0 100%;
    order: 1;
  }
  .top_area .content_container .signinIframe {
    justify-content: center;
  }
}
@media screen and (min-width: 76.875em) {
  .top_area .content_container {
    justify-content: end;
  }
  .top_area .content_container .forTablet {
    display: none;
  }
  .top_area .content_container .util {
    flex: 0 1 auto;
    order: 2;
  }
  .top_area .content_container .signinIframe {
    justify-content: flex-end;
  }
}
.top_area .logo img {
  width: 120%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top_area .logo img {
    width: 100%;
  }
}
@media screen and (min-width: 76.875em) {
  .top_area .logo {
    display: none;
  }
}
.top_area .forMobile {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.top_area .forTablet {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 5%;
}
.top_area .forTablet .searchform {
  margin-left: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.top_area .signin button {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  border: 2px solid #0d2818;
  background: #bdcc2e;
  color: #0d2818;
  border-radius: 5px;
  padding: 5px 16px;
  text-transform: uppercase;
  text-align: center;
  min-width: 80px;
}
.top_area .signin button svg {
  display: block;
  margin: 0 auto 3px;
}
.top_area .signin button span.hamburger {
  display: none;
  position: relative;
  width: 21px;
  height: 13px;
  margin: 6px auto 5px;
  border: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top_area .signin button span.hamburger > span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 2px;
  background: #0d2818;
}
.top_area .signin button span.hamburger > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0d2818;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.top_area .signin button.active {
  background: #2a4634;
  color: #fff;
}
.top_area .signin button.active svg path {
  fill: #fff !important;
}
.top_area .menu {
  margin-left: 7px;
}
.top_area .menu button {
  display: block;
  min-width: 75px;
  font-size: 0.75rem;
  line-height: 1;
  color: #4666ce;
  border: 2px solid #E6E7E8;
  border-radius: 5px;
  padding: 5px 16px;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}
.top_area .menu button > span.hamburger {
  display: block;
  position: relative;
  width: 20px;
  height: 10px;
  margin: 6px auto 5px;
  border-top: 2px solid #4666ce;
  border-bottom: 2px solid #4666ce;
}
.top_area .menu button > span.hamburger > span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #4666ce;
}
.top_area .menu button.active > span.hamburger {
  border: 0;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top_area .menu button.active > span.hamburger > span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.top_area .menu button.active > span.hamburger > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #4666ce;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.top_area .util > ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: visible;
}
.top_area .util > ul > li {
  position: relative;
  flex: 0 1 auto;
  display: flex;
  align-items: stretch;
}
.top_area .util > ul > li > a, .top_area .util > ul > li > button {
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 12px 16px;
  color: #4666ce;
  font-size: 0.875rem;
  line-height: 1.125;
  text-align: center;
  cursor: pointer;
}
.top_area .util > ul > li > a::before, .top_area .util > ul > li > button::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  transition: all 0.075s ease-in;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  background: #4666ce;
}
.top_area .util > ul > li > a:hover::before, .top_area .util > ul > li > a:focus::before, .top_area .util > ul > li > button:hover::before, .top_area .util > ul > li > button:focus::before {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.top_area .util > ul > li a:hover, .top_area .util > ul > li a:focus {
  text-decoration: none;
}
.top_area .util > ul > li > button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #4666ce transparent transparent transparent;
  margin-left: 6px;
  margin-top: 6px;
}
.top_area .util > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.top_area .util > ul > li > ul li {
  border-top: 1px solid #e6e7e8;
}
.top_area .util > ul > li > ul li a {
  display: block;
  text-align: left;
  white-space: nowrap;
  padding: 12px 18px;
}
.top_area .util > ul > li > ul li a:hover, .top_area .util > ul > li > ul li a:focus {
  background: #4666ce;
  color: #fff;
}
.top_area .util > ul > li.signinLink {
  padding: 0;
  margin: 10px;
}
@media screen and (min-width: 76.875em) {
  .top_area .util > ul > li.signinLink {
    margin-right: 0;
  }
}
.top_area .util > ul > li.signinLink button {
  border-radius: 5px;
  padding: 5px 15px;
  color: #0d2818;
}
.top_area .util > ul > li.signinLink button::after {
  border-color: #0d2818 transparent transparent transparent !important;
}
.top_area .util > ul > li.signinLink:hover button {
  color: #bdcc2e !important;
}
.top_area .util > ul > li.signinLink:hover button::after {
  border-color: #bdcc2e transparent transparent transparent !important;
}
.top_area .util > ul > li.signinLink.active button {
  background: #0d2818;
  color: #bdcc2e;
  border: none;
}
.top_area .util > ul > li.signinLink.active button::after {
  border-color: transparent transparent #bdcc2e transparent !important;
  margin-top: -6px !important;
}
.top_area .util > ul > li.signinLink ::before {
  display: none !important;
}
.top_area .util > ul > li.signinLink > ul {
  left: initial;
  right: 0;
}
.top_area .util > ul > li.active > button::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.top_area .util > ul > li.active > button::after {
  border-color: transparent transparent #4666ce transparent;
  margin-top: -6px;
}
@media screen and (max-width: 47.9375em) {
  .top_area .util {
    display: none;
  }
}
@media screen and (max-width: 76.8125em) {
  .top_area .util {
    background: #e6e7e8;
  }
}
@media screen and (min-width: 76.875em) {
  .top_area .util ul li > a, .top_area .util ul li > button {
    padding-top: 20px;
  }
}

#topnav {
  list-style: none;
  padding: 0;
  margin: 0;
  /* Top level navs */
  /* Subnavs */
}
@media screen and (max-width: 47.9375em) {
  #topnav {
    display: none;
    /* Util Navs */
  }
  #topnav > li:not(.utilnav) {
    margin-bottom: 1px;
    position: relative;
  }
  #topnav > li:not(.utilnav) svg {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 19px;
    pointer-events: none;
  }
  #topnav > li:not(.utilnav) > button {
    width: 100%;
  }
  #topnav > li:not(.utilnav) > button + a {
    display: none;
  }
  #topnav > li:not(.utilnav) > button::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% + 4px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  #topnav > li:not(.utilnav) > a, #topnav > li:not(.utilnav) > button {
    display: block;
    position: relative;
    color: #808285;
    background-color: #2a4634;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
    padding: 18px 0 18px 40px;
    text-align: left;
    border: 0;
  }
  #topnav > li:not(.utilnav) > a:hover, #topnav > li:not(.utilnav) > a:focus, #topnav > li:not(.utilnav) > button:hover, #topnav > li:not(.utilnav) > button:focus {
    text-decoration: none;
  }
  #topnav > li:not(.utilnav).active > a, #topnav > li:not(.utilnav).active > button {
    color: #bdcc2e;
    background: #0d2818;
  }
  #topnav > li:not(.utilnav).active svg path, #topnav > li:not(.utilnav).active svg rect {
    fill: #bdcc2e !important;
  }
  #topnav > li:not(.utilnav).open > button {
    background: #0d2818;
  }
  #topnav > li:not(.utilnav).open > button::after {
    border-color: transparent transparent #bdcc2e transparent;
    top: calc(50% - 4px);
  }
  #topnav > li.utilnav span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding: 10px 0 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #topnav > li.utilnav a {
    display: block;
    color: #4666ce;
    font-size: 1rem;
    line-height: 1.125;
    padding: 10px 0 10px 40px;
  }
  #topnav > li.utilnav.first a {
    padding-top: 20px;
  }
  #topnav > li.utilnav:last-child { /* background:$light_gray; padding-top:10px; padding-bottom:10px; margin-top:10px; */
    padding-bottom: 15px;
  }
  #topnav > li.utilnav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  #topnav {
    display: flex !important;
    justify-content: space-around;
    background-color: #fff;
    overflow: visible;
    /* Util Navs */
  }
  #topnav > li:not(.utilnav) {
    position: relative;
    z-index: 1;
    flex: 1 0 auto;
  }
  #topnav > li:not(.utilnav) > button {
    display: none;
  }
  #topnav > li:not(.utilnav) > a {
    display: block;
    position: relative;
    color: #0d2818;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    border: 0;
    transition: color linear;
  }
  #topnav > li:not(.utilnav) > a:hover, #topnav > li:not(.utilnav) > a:focus {
    text-decoration: none;
    color: #2a4634;
    transition: color 0.25s linear;
  }
  #topnav > li:not(.utilnav).active > a {
    color: #2a4634;
  }
  #topnav > li:not(.utilnav).active > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #bdcc2e transparent transparent transparent;
  }
  #topnav > li.utilnav {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  #topnav > li:not(.utilnav) > ul {
    max-height: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: max-height 0.2s linear;
  }
  #topnav > li:not(.utilnav) > ul.show {
    max-height: 400px;
    transition: max-height 0.3s linear;
  }
  #topnav > li:not(.utilnav) > ul li a {
    display: block;
    position: relative;
    color: #4666ce;
    padding: 18px 0 18px 40px;
    border-top: 1px solid #e6e7e8;
    font-size: 1.25rem;
    line-height: 1;
  }
  #topnav > li:not(.utilnav) > ul li:first-child a {
    border-top: 0;
  }
  #topnav > li:not(.utilnav) > ul li.active a {
    font-weight: 700;
    color: #0d2818;
  }
  #topnav > li:not(.utilnav) > ul li.active a::after {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  #topnav > li > ul {
    display: none !important;
  }
}

.nav_and_search {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.nav_and_search .logoDesktop img {
  display: none;
}
@media screen and (min-width: 76.875em) {
  .nav_and_search .logoDesktop img {
    display: flex;
  }
}
.nav_and_search .searchform {
  border: 0;
}
.nav_and_search .searchform form {
  background-color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .nav_and_search #signinNav {
    display: none;
  }
  .nav_and_search #signinNav ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
  }
  .nav_and_search #signinNav ul li a {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    color: #4666ce;
    padding: 18px 0 18px 40px;
    font-weight: 700;
  }
  .nav_and_search .searchform {
    max-width: none;
    background: #2a4634;
    padding: 20px 0;
  }
  .nav_and_search .searchform form {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .nav_and_search #signinNav, .nav_and_search .searchform {
    display: none;
  }
}
@media screen and (min-width: 76.875em) {
  .nav_and_search {
    padding: 1rem 0;
  }
  .nav_and_search .content_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav_and_search #topnav {
    flex: 1 0 auto;
    margin: 0 1rem;
  }
  .nav_and_search .searchform {
    flex: 0 1 auto;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}

.subnavs {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 47.9375em) {
  .subnavs {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .subnavs {
    position: relative;
    z-index: 0;
  }
  .subnavs ul.sub {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
  }
  .subnavs ul.sub.sub--personal {
    justify-content: center;
  }
  .subnavs ul.sub.sub--business {
    justify-content: center;
  }
  .subnavs ul.sub.sub--mortgage {
    justify-content: center;
  }
  .subnavs ul.sub.sub--wealth {
    justify-content: center;
  }
  .subnavs ul.sub.sub--warehouse {
    justify-content: center;
  }
  .subnavs ul.sub li {
    flex: 0 1 auto;
    display: flex;
    /* First Hover Idea */
    /* a {position:relative; flex:0 1 100%; display:block; font-size:(18/16)+rem; line-height:(18/18); color:$link; padding:23px 14px;text-align: center;
        &::after {content:''; display:block; width:100%; height:6px; position:absolute; left:0; bottom:0; background:$link; transition:all .15s ease-in; @include transform(scaleX(0));}
        &:hover, &:focus {text-decoration: none;
            &::after {@include transform(scaleX(1));}
        }
    }
    &.active {
        a {@include font_bold(); color:$dark_green;
            &::after {content:''; display:block; width:100%; height:6px; position:absolute; left:0; bottom:0; background:$link; @include transform(scaleX(1));}
        }
    } */
  }
  .subnavs ul.sub li a {
    position: relative;
    flex: 0 1 100%;
    display: block;
    font-size: 1rem;
    line-height: 1;
    color: #4666ce;
    padding: 23px 14px;
    text-align: center;
  }
  .subnavs ul.sub li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4666ce;
    transition: all 0.075s ease-in;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .subnavs ul.sub li a:hover, .subnavs ul.sub li a:focus {
    text-decoration: none;
  }
  .subnavs ul.sub li a:hover::after, .subnavs ul.sub li a:focus::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .subnavs ul.sub li.active a {
    font-weight: 700;
    color: #0d2818;
  }
  .subnavs ul.sub li.active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4666ce;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 56.25em) {
  .subnavs ul.sub li {
    flex: 0 1 auto;
    display: block;
  }
  .subnavs ul.sub li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 76.875em) {
  .subnavs ul.sub {
    margin-left: 245px;
  }
  .subnavs ul.sub.sub--personal {
    justify-content: flex-start;
  }
  .subnavs ul.sub.sub--business {
    justify-content: flex-start;
  }
  .subnavs ul.sub.sub--mortgage {
    justify-content: flex-start;
  }
  .subnavs ul.sub.sub--wealth {
    justify-content: flex-start;
  }
  .subnavs ul.sub.sub--warehouse {
    justify-content: flex-start;
  }
}

.emergency_banner {
  background: #F2BF42;
}
.emergency_banner .content_container {
  padding: 1em 5% 1.25em;
  max-width: 1200px;
  margin: 0 auto;
}
.emergency_banner .content_container * {
  color: #2a4634;
}
.emergency_banner .header {
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
.emergency_banner .rich-text {
  margin-top: 0;
}
.emergency_banner .cta .btn {
  border-color: #fff;
  background: #2a4634;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .emergency_banner .content_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .emergency_banner .icon {
    flex: 0 1 30px;
  }
  .emergency_banner .copy {
    flex: 0 1 calc(100% - 48px);
  }
  .emergency_banner .cta {
    flex: 1 0 calc(100% - 48px);
    margin: 1em 0 0 48px;
  }
}
@media screen and (min-width: 48em) {
  .emergency_banner .content_container {
    display: flex;
    flex-wrap: no-wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .emergency_banner .icon {
    flex: 0 1 30px;
    margin-right: 18px;
  }
  .emergency_banner .copy {
    flex: 0 1 auto;
  }
  .emergency_banner .cta {
    flex: 0 1 auto;
    margin: 0 0 0 50px;
    align-self: center;
  }
}
@media screen and (min-width: 64em) {
  .emergency_banner .cta {
    margin: 0 0 0 100px;
  }
}

/* ===========================
  		FOOTER
============================== */
#footer {
  background: #2a4634;
  border-top: 12px solid #0d2818;
  background-repeat: no-repeat;
  background-size: auto 125%;
  background-position: 20% center;
}
@media screen and (min-width: 64em) {
  #footer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 45px solid #0d2818;
  }
}
@media screen and (min-width: 75em) {
  #footer {
    display: block;
  }
}
@media only screen and (max-width: 2361px) {
  #footer {
    background-position: 10% center;
  }
}
@media only screen and (max-width: 1200px) {
  #footer {
    background-image: none;
  }
}
#footer .content_container {
  padding: 24px 7% 0;
  position: relative;
}
@media screen and (min-width: 64em) {
  #footer .content_container {
    flex: 0 1 75%;
  }
}
@media screen and (min-width: 75em) {
  #footer .content_container {
    width: calc(66.667% - 30px);
    max-width: 800px;
    margin: 0 auto;
    padding: 65px 30px 30px 33.333%;
  }
}
#footer .images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em auto 2em;
  width: min(70%, 330px);
}
#footer .images img {
  flex: 0 1 40%;
  width: 40%;
  height: auto;
  max-width: 130px;
}
@media screen and (min-width: 75em) {
  #footer .images {
    position: absolute;
    transform: translateX(-100%);
    padding: 0 45px 0 0;
    display: block;
    margin: 4.75em 0 0;
    width: auto;
  }
  #footer .images img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 134px;
    margin-inline: auto;
  }
  #footer .images img + img {
    margin-top: 1.5em;
  }
}
#footer .tagline {
  color: #bdcc2e;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 37.5em) {
  #footer .tagline {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 60em) {
  #footer .tagline {
    text-align: left;
  }
}
#footer .links .header {
  text-transform: uppercase;
  color: #bdcc2e;
}
#footer .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .links ul li a {
  color: #fff;
}
#footer .links div.social {
  overflow: hidden;
  background: #0d2818;
  margin: 0 -8.139534884%;
}
#footer .links div.social button {
  display: block;
  margin: 1.25em auto 2em;
  cursor: pointer;
}
#footer .links ul.social {
  display: flex;
  justify-content: center;
}
#footer .links ul.social li {
  margin: 10px;
}
@media screen and (max-width: 37.4375em) {
  #footer .links .header {
    background: #0d2818;
    margin: 0 -8.139534884%;
    padding: 10px 5%;
    text-align: center;
  }
  #footer .links div.social .header {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #footer .links ul {
    margin: 5px 0;
  }
  #footer .links ul li {
    text-align: center;
    margin: 12px 0;
  }
}
@media screen and (min-width: 37.5em) {
  #footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .links ul li {
    margin: 18px 0;
  }
  #footer .links div.social {
    flex: 1 0 100%;
    text-align: center;
    padding: 25px 0 0;
  }
  #footer .links ul.social {
    margin-top: 5px;
  }
  #footer .links ul.social li {
    margin: 10px 15px 5px;
  }
}
@media screen and (min-width: 60em) {
  #footer .links {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #footer .links .col {
    width: 27%;
    flex: 0 1 27%;
  }
  #footer .links .col:nth-child(2) {
    width: 19%;
    flex: 0 1 19%;
  }
  #footer .links ul li {
    margin: 12px 0 0 0;
  }
  #footer .links div.social {
    flex: 0 1 auto;
    background: none;
    text-align: left;
    padding-top: 0;
    margin: 0;
  }
  #footer .links div.social button {
    margin-inline: 0;
  }
  #footer .links ul.social {
    justify-content: flex-start;
  }
  #footer .links ul.social li {
    margin: 5px;
  }
  #footer .links ul.social li:first-child {
    margin-left: 0;
    width: 30px;
  }
  #footer .links ul.social li:last-child {
    margin-right: 0;
  }
  #footer .links ul.social li svg {
    height: 20px;
    width: 27px;
  }
}
#footer .legal {
  padding: 1em 0 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .legal p {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .legal p svg {
  position: relative;
  top: -2px;
  margin-left: 6px;
}
#footer .legal p:first-child {
  flex: 1 0 100%;
}
#footer .legal p:not(:first-child) {
  margin-left: 10px;
  margin-right: 10px;
}
#footer .legal p.fullwidth {
  flex: 1 0 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  justify-content: flex-start;
  opacity: 0.7;
}
@media screen and (min-width: 48em) {
  #footer .legal p {
    margin: 0 18px;
  }
  #footer .legal p:first-child {
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 60em) {
  #footer .legal {
    justify-content: flex-start;
  }
  #footer .legal p:first-child {
    margin-left: 0;
  }
}

/* ==========================================================================
   Helper classes
============================================================================= */
.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
============================================================================= */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles
============================================================================= */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.sticky {
  display: initial;
}
.sticky nav {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sticky {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    background-color: white;
    z-index: 2;
  }
}

.copyLeft {
  text-align: left !important;
}
.copyLeft .button_group {
  justify-content: flex-start !important;
}

.copyCenter {
  text-align: center !important;
}
.copyCenter .button_group {
  justify-content: center !important;
}

.copyRight {
  text-align: right !important;
}
.copyRight .button_group {
  justify-content: flex-end !important;
}

.gallery-section .gallery-wrapper {
  text-align: center;
  padding: 50px 0 75px;
}
.gallery-section .gallery-wrapper h1 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 1rem;
  font-family: "proxima-nova", sans-serif;
}
.gallery-section .gallery-slider-wrapper {
  padding: 7px;
}
.gallery-section .gallery-slider-wrapper .gallery-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(153, 126, 67, 0.3);
  opacity: 0;
  outline: 1px solid #ffffff;
  outline-offset: -10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.gallery-section .gallery-slider-wrapper .gallery-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.gallery-section .gallery-img {
  position: relative;
}
.gallery-section .slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.gallery-section .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
}

.stickyFooter {
  display: block;
  position: sticky;
  bottom: 0;
  z-index: 1;
  transition: bottom 2s ease-in-out;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  background: rgba(13, 40, 24, 0.9);
  padding: 20px 0;
}
.stickyFooter .account-open {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

#header .signinIframe {
  display: none;
}

.login_page {
  padding: 0 !important;
}
.login_page .content_container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  max-width: 1600px !important;
  align-items: center !important;
}
.login_page .content_container .signinIframe {
  display: flex;
  justify-content: center;
  position: relative;
}
.login_page .content_container .login_hero.column {
  flex: 1 !important;
  position: relative;
  display: flex;
  min-height: 720px;
}
.login_page .content_container .login_hero.column .content_container {
  z-index: 1;
  align-items: center;
  color: white;
  flex: 1;
  min-width: 100%;
}
.login_page .content_container .login_hero.column .content_container .photo {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #2a4634;
}
.login_page .content_container .login_hero.column .content_container .photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.login_page .content_container .login_hero.column .content_container .photo .copy {
  margin: 0 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 56.25em) and (max-width: 76.1875em) {
  .login_page .content_container .login_hero.column .content_container .photo {
    flex: 1 !important;
  }
}
@media (max-width: 900px) {
  .login_page .content_container .column {
    width: 100% !important;
  }
  .login_page .content_container .column img {
    max-width: none !important;
  }
  .login_page .content_container .login_hero.column {
    align-items: center;
  }
  .login_page .content_container .login_hero.column .content_container {
    position: absolute;
    height: 100%;
  }
}
@media screen and (min-width: 56.25em) and (max-width: 76.1875em) {
  .login_page .content_container .CTA {
    width: 50% !important;
  }
}

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

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

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

.fdic_banner {
  width: 100%;
  height: 30px;
  background: #2a4634;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.blog_tag_filter .content_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 5%;
}
@media screen and (min-width: 64em) {
  .blog_tag_filter .content_container {
    padding: 3em 5%;
  }
}
.blog_tag_filter .header {
  text-align: center;
  margin-bottom: 2em;
}
.blog_tag_filter .blog_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin: 2em 0;
  justify-content: space-evenly;
  align-items: stretch;
}
.blog_tag_filter .blog_grid.columns_2 .blog_item, .blog_tag_filter .blog_grid.columns_3 .blog_item, .blog_tag_filter .blog_grid.columns_4 .blog_item {
  flex: 1 0 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 37.5em) {
  .blog_tag_filter .blog_grid.columns_2 .blog_item, .blog_tag_filter .blog_grid.columns_3 .blog_item, .blog_tag_filter .blog_grid.columns_4 .blog_item {
    flex: 0 1 48%;
  }
}
@media screen and (min-width: 56.25em) {
  .blog_tag_filter .blog_grid.columns_3 .blog_item, .blog_tag_filter .blog_grid.columns_4 .blog_item {
    flex: 0 1 31.333%;
  }
}
@media screen and (min-width: 75em) {
  .blog_tag_filter .blog_grid.columns_4 .blog_item {
    flex: 0 1 23%;
  }
}
.blog_tag_filter .blog_item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.blog_tag_filter .blog_item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.blog_tag_filter .blog_item .photo img {
  width: 100%;
  height: auto;
  display: block;
}
.blog_tag_filter .blog_item .content {
  padding: 1.5em;
}
.blog_tag_filter .blog_item .date {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a4634;
  margin: 0 0 0.5em;
}
.blog_tag_filter .blog_item .title {
  font-weight: 700;
  margin: 0 0 1em;
}
.blog_tag_filter .blog_item .title a {
  color: #222;
  text-decoration: none;
}
.blog_tag_filter .blog_item .title a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.blog_tag_filter .blog_item .title a:hover, .blog_tag_filter .blog_item .title a:focus {
  color: #4666ce;
}
.blog_tag_filter .blog_item .intro {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #808285;
  margin: 0 0 1em;
}
.blog_tag_filter .blog_item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1em;
}
.blog_tag_filter .blog_item .tags .tag {
  display: inline-block;
  background: #e6e7e8;
  color: #0d2818;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
}
.blog_tag_filter .no_results {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #808285;
  margin: 2em 0;
}

.content_tag_filter .content_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 5%;
}
@media screen and (min-width: 64em) {
  .content_tag_filter .content_container {
    padding: 3em 5%;
  }
}
.content_tag_filter .header {
  text-align: center;
  margin-bottom: 2em;
}
.content_tag_filter .content_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin: 2em 0;
  justify-content: space-evenly;
  align-items: stretch;
}
.content_tag_filter .content_grid.columns_2 .content_item, .content_tag_filter .content_grid.columns_3 .content_item, .content_tag_filter .content_grid.columns_4 .content_item {
  flex: 1 0 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 37.5em) {
  .content_tag_filter .content_grid.columns_2 .content_item, .content_tag_filter .content_grid.columns_3 .content_item, .content_tag_filter .content_grid.columns_4 .content_item {
    flex: 0 1 48%;
  }
}
@media screen and (min-width: 56.25em) {
  .content_tag_filter .content_grid.columns_3 .content_item, .content_tag_filter .content_grid.columns_4 .content_item {
    flex: 0 1 31.333%;
  }
}
@media screen and (min-width: 75em) {
  .content_tag_filter .content_grid.columns_4 .content_item {
    flex: 0 1 23%;
  }
}
.content_tag_filter .content_item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.content_tag_filter .content_item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.content_tag_filter .content_item .photo img {
  width: 100%;
  height: auto;
  display: block;
}
.content_tag_filter .content_item .content {
  padding: 1.5em;
}
.content_tag_filter .content_item .date {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a4634;
  margin: 0 0 0.5em;
}
.content_tag_filter .content_item .content_type_label {
  display: inline-block;
  background: #bdcc2e;
  color: #0d2818;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.content_tag_filter .content_item .title {
  font-weight: 700;
  margin: 0 0 1em;
}
.content_tag_filter .content_item .title a {
  color: #222;
  text-decoration: none;
}
.content_tag_filter .content_item .title a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.content_tag_filter .content_item .title a:hover, .content_tag_filter .content_item .title a:focus {
  color: #4666ce;
}
.content_tag_filter .content_item .intro {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #808285;
  margin: 0 0 1em;
}
.content_tag_filter .content_item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1em;
}
.content_tag_filter .content_item .tags .tag {
  display: inline-block;
  background: #e6e7e8;
  color: #0d2818;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
}
.content_tag_filter .no_results {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #808285;
  margin: 2em 0;
}

.calCard {
  position: relative;
  z-index: 1;
}
.calCard .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 66px;
  border: 2px solid #2a4634;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.calCard .mon {
  display: block;
  order: 1;
  flex: 1 0 100%;
  background: #2a4634;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 4px;
}
.calCard .day {
  display: block;
  order: 2;
  flex: 1 0 100%;
  color: #2a4634;
  font-size: 0.75rem;
  line-height: 1;
  margin: 4px 0 0;
}
.calCard .date {
  display: block;
  order: 3;
  flex: 1 0 100%;
  color: #2a4634;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
}
.calCard .numOfDays {
  display: block;
  margin: 4px 0 0;
  color: #0d2818;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.vimeoAndText .content_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 5%;
}
.vimeoAndText .text_content .header {
  margin-bottom: 1em;
}
.vimeoAndText .text_content .rich-text {
  margin-bottom: 1.5em;
}
.vimeoAndText .video_container {
  margin-top: 1.5em;
}
.vimeoAndText .video_container .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.vimeoAndText .video_container .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em) {
  .vimeoAndText .content_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3em;
  }
  .vimeoAndText .content_container .text_content {
    flex: 0 1 45%;
  }
  .vimeoAndText .content_container .video_container {
    flex: 0 1 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .vimeoAndText.hasBGColor .content_container {
    padding-top: 5em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 48em) {
  .vimeoAndText.photoLeft .content_container .text_content {
    order: 2;
  }
  .vimeoAndText.photoLeft .content_container .video_container {
    order: 1;
  }
}

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