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

/**
 * 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: block; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
  width: 100%;
}

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

ul, ol {
  margin: 1rem 0;
  padding: 0 0 0 3rem;
}

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

.row {
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem;
  flex-wrap: wrap;
  padding: 0;
  width: calc(100% + 2rem * 2);
}
.row.list-unstyled {
  margin-left: -2rem;
}
.row > .col {
  padding: 0 2rem;
}
.row.row-thin {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 1rem * 2);
}
.row.row-thin.list-unstyled {
  margin-left: -1rem;
}
.row.row-thin > .col {
  padding: 0 1rem;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row .col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.row .col.col-sm-offset-10 {
  margin-left: 10%;
}
.row .col.col-sm-offset-20 {
  margin-left: 20%;
}
.row .col.col-sm-offset-25 {
  margin-left: 25%;
}
.row .col.col-sm-offset-33, .row .col.col-sm-offset-34 {
  margin-left: 33.3333%;
}
.row .col.col-sm-offset-50 {
  margin-left: 50%;
}
.row .col.col-sm-offset-66 {
  margin-left: 66.6666%;
}
.row .col.col-sm-offset-75 {
  margin-left: 75%;
}
.row .col.col-sm-offset-80 {
  margin-left: 80%;
}
.row .col.col-sm-offset-90 {
  margin-left: 90%;
}
.row .col.col-sm-10 {
  flex: 0 0 10%;
  max-width: 10%;
}
.row .col.col-sm-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.row .col.col-sm-25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .col.col-sm-33 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .col.col-sm-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.row .col.col-sm-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col.col-sm-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.row .col.col-sm-66 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row .col.col-sm-75 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row .col.col-sm-80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.row .col.col-sm-90 {
  flex: 0 0 90%;
  max-width: 90%;
}
.row .col .col-top {
  align-self: flex-start;
}
.row .col .col-bottom {
  align-self: flex-end;
}
.row .col .col-center {
  align-self: center;
}

@media screen and (min-width: 768px) {
  .row {
    flex-wrap: nowrap;
  }
  .row .col.col-md-offset-10 {
    margin-left: 10%;
  }
  .row .col.col-md-offset-20 {
    margin-left: 20%;
  }
  .row .col.col-md-offset-25 {
    margin-left: 25%;
  }
  .row .col.col-md-offset-33, .row .col.col-md-offset-34 {
    margin-left: 33.3333%;
  }
  .row .col.col-md-offset-50 {
    margin-left: 50%;
  }
  .row .col.col-md-offset-66 {
    margin-left: 66.6666%;
  }
  .row .col.col-md-offset-75 {
    margin-left: 75%;
  }
  .row .col.col-md-offset-80 {
    margin-left: 80%;
  }
  .row .col.col-md-offset-90 {
    margin-left: 90%;
  }
  .row .col.col-md-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .col.col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row .col.col-md-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.col-md-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row .col.col-md-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row .col.col-md-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.col-md-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row .col.col-md-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row .col.col-md-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.col-md-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row .col.col-md-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row .col .col-md-top {
    align-self: flex-start;
  }
  .row .col .col-md-bottom {
    align-self: flex-end;
  }
  .row .col .col-md-center {
    align-self: center;
  }
}
@media screen and (min-width: 992px) {
  .row.row-top {
    align-items: flex-start;
  }
  .row.row-bottom {
    align-items: flex-end;
  }
  .row.row-center {
    align-items: center;
  }
  .row.row-stretch {
    align-items: stretch;
  }
  .row.row-baseline {
    align-items: baseline;
  }
  .row .col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .row .col.col-offset-10 {
    margin-left: 10%;
  }
  .row .col.col-offset-20 {
    margin-left: 20%;
  }
  .row .col.col-offset-25 {
    margin-left: 25%;
  }
  .row .col.col-offset-33, .row .col.col-offset-34 {
    margin-left: 33.3333%;
  }
  .row .col.col-offset-50 {
    margin-left: 50%;
  }
  .row .col.col-offset-66 {
    margin-left: 66.6666%;
  }
  .row .col.col-offset-75 {
    margin-left: 75%;
  }
  .row .col.col-offset-80 {
    margin-left: 80%;
  }
  .row .col.col-offset-90 {
    margin-left: 90%;
  }
  .row .col.col-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .col.col-16 {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .row .col.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row .col.col-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.col-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row .col.col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row .col.col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row .col.col-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row .col.col-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.col-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row .col.col-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row .col .col-top {
    align-self: flex-start;
  }
  .row .col .col-bottom {
    align-self: flex-end;
  }
  .row .col .col-center {
    align-self: center;
  }
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: 10px;
}

@font-face {
  font-family: "Thinking Of Betty";
  src: url("/fonts/ThinkingOfBetty.eot");
  src: url("/fonts/ThinkingOfBetty.eot?#iefix") format("embedded-opentype"), url("/fonts/ThinkingOfBetty.woff") format("woff"), url("/fonts/ThinkingOfBetty.ttf") format("truetype"), url("/fonts/ThinkingOfBetty.svg#ThinkingOfBetty") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
}

blockquote {
  border: 0;
  font-style: italic;
  margin: 0 0 2rem;
}

h1,
h2,
h3,
h4,
h5,
.h1-text,
.h2-text,
.h3-text,
.h4-text,
.h5-text {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.h1-text,
h1,
h1.block-title {
  color: #4e4e4e;
  font-size: 3.3rem;
  line-height: 1.2;
  margin: 0 0 2.5rem;
}

.h2-text,
h2,
h2.block-title {
  color: #4e4e4e;
  font-size: 2.3rem;
  margin: 0 0 1.5rem;
  line-height: 1.25;
}

.h3-text,
h3 {
  color: #4e4e4e;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 1rem;
}

.h4-text,
h4 {
  color: #4e4e4e;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

.h5-text,
h5 {
  font-size: 1.6rem;
  margin: 0 0 2.5rem;
}

.primary-content.block-title {
  color: #fff;
}

p {
  margin: 0 0 2rem;
}

pre {
  background: #000;
  color: #fff;
  display: block;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 1.3rem;
  line-height: 20px;
  margin: 0 0 2rem;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
}

code {
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 2px 10px;
  word-break: break-all;
  word-wrap: break-word;
}

a {
  color: #4e4e4e;
  text-decoration: none;
}
a:hover, a:focus {
  color: #282828;
  text-decoration: none;
}

.primary-card a {
  color: #fff;
  text-decoration: underline;
}
.primary-card a:hover, .primary-card a:focus {
  color: #e6e6e6;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .h1-mobile-text {
    font-size: 2.9rem;
  }
  .h2-mobile-text {
    font-size: 2.2rem;
  }
  .h3-mobile-text {
    font-size: 2rem;
  }
  .h4-mobile-text {
    font-size: 1.8rem;
  }
  .h5-mobile-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  .h1-text,
  .h2-text,
  .h3-text,
  .h4-text,
  .h5-text {
    margin-bottom: 1rem;
  }
  h1,
  h1.block-title {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
  .h2-text,
  h2,
  h2.block-title {
    font-size: 3.1rem;
  }
  .h3-text,
  h3 {
    font-size: 2.4rem;
  }
  .h4-text,
  h4 {
    font-size: 2rem;
  }
  .h5-text,
  h5 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1-text {
    font-size: 4.5rem;
  }
}
img,
video,
audio,
iframe,
object {
  border: 0;
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

.black-text {
  color: #000 !important;
}

/*
.blue-text
{
    color:$blue !important;
}
.yellow-text
{
    color:$yellow !important;
}
a .blue-text
{
    text-decoration: underline;
    &:hover
    {
        color:$blue-hover !important;
    }
}
a .yellow-text
{
    text-decoration: underline;
    &:hover
    {
        color:$yellow-hover !important;
    }
}*/
.small-text {
  font-size: 0.875em;
}

.light-font {
  font-weight: 300;
}

.lightest-font {
  font-weight: 200;
}

.rte-content .block-title {
  background-color: #4e4e4e;
  color: #fff;
}
.rte-content > :last-child {
  margin-bottom: 0;
}
.rte-content a {
  text-decoration: underline;
}
.rte-content img {
  display: inline;
}
.rte-content ul, .rte-content ol, .rte-content p {
  margin-bottom: 2rem;
}
.rte-content ul, .rte-content ol {
  padding-left: 1.8rem;
}

blockquote {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}

blockquote .cite,
.cite {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
}

.highlight-text {
  background-color: #4e4e4e;
  color: #fff;
}

.rte-embed-code {
  margin: 0 auto 2rem;
  max-width: 64rem;
}
.rte-embed-code iframe {
  max-width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.image-right,
span.image-left {
  max-width: 50%;
}

.image-right {
  float: right;
  margin: 0 0 10px 10px;
}

.image-left {
  float: left;
  margin: 0 10px 10px 0;
}

.standard-card {
  background-color: #fff;
  box-shadow: 1px 10px 25px rgba(44, 44, 43, 0.35);
  border: 1px solid #767b81;
  display: block;
  margin-bottom: 3.5rem;
}
.standard-card .card-content {
  padding: 1.4rem;
}
.standard-card .card-content > :last-child {
  margin-bottom: 0;
}

.rte-btn,
.rte-gradient-btn {
  display: inline-block;
}

button,
.btn,
.rte-content .btn,
.rte-content .rte-btn > a,
.rte-btn > a,
.rte-content a > .rte-btn,
.rte-content a.rte-btn a > .rte-btn,
a.rte-btn {
  box-shadow: none;
  transition: all 0.5s ease;
  border-radius: 1rem;
  background: #4e4e4e;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.75rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1.25rem 1.1rem;
  text-align: center;
  text-decoration: none;
}
button.hover, button:hover, button:focus, button:active,
.btn.hover,
.btn:hover,
.btn:focus,
.btn:active,
.rte-content .btn.hover,
.rte-content .btn:hover,
.rte-content .btn:focus,
.rte-content .btn:active,
.rte-content .rte-btn > a.hover,
.rte-content .rte-btn > a:hover,
.rte-content .rte-btn > a:focus,
.rte-content .rte-btn > a:active,
.rte-btn > a.hover,
.rte-btn > a:hover,
.rte-btn > a:focus,
.rte-btn > a:active,
.rte-content a > .rte-btn.hover,
.rte-content a > .rte-btn:hover,
.rte-content a > .rte-btn:focus,
.rte-content a > .rte-btn:active,
.rte-content a.rte-btn a > .rte-btn.hover,
.rte-content a.rte-btn a > .rte-btn:hover,
.rte-content a.rte-btn a > .rte-btn:focus,
.rte-content a.rte-btn a > .rte-btn:active,
a.rte-btn.hover,
a.rte-btn:hover,
a.rte-btn:focus,
a.rte-btn:active {
  background-color: #282828;
  color: #fff;
  text-decoration: none;
}
button.btn-secondary,
.btn.btn-secondary,
.rte-content .btn.btn-secondary,
.rte-content .rte-btn > a.btn-secondary,
.rte-btn > a.btn-secondary,
.rte-content a > .rte-btn.btn-secondary,
.rte-content a.rte-btn a > .rte-btn.btn-secondary,
a.rte-btn.btn-secondary {
  background-color: #fff;
  border-radius: 1rem;
  color: #4e4e4e;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5rem;
}
button.btn-secondary.hover, button.btn-secondary:hover, button.btn-secondary:focus, button.btn-secondary:active,
.btn.btn-secondary.hover,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.rte-content .btn.btn-secondary.hover,
.rte-content .btn.btn-secondary:hover,
.rte-content .btn.btn-secondary:focus,
.rte-content .btn.btn-secondary:active,
.rte-content .rte-btn > a.btn-secondary.hover,
.rte-content .rte-btn > a.btn-secondary:hover,
.rte-content .rte-btn > a.btn-secondary:focus,
.rte-content .rte-btn > a.btn-secondary:active,
.rte-btn > a.btn-secondary.hover,
.rte-btn > a.btn-secondary:hover,
.rte-btn > a.btn-secondary:focus,
.rte-btn > a.btn-secondary:active,
.rte-content a > .rte-btn.btn-secondary.hover,
.rte-content a > .rte-btn.btn-secondary:hover,
.rte-content a > .rte-btn.btn-secondary:focus,
.rte-content a > .rte-btn.btn-secondary:active,
.rte-content a.rte-btn a > .rte-btn.btn-secondary.hover,
.rte-content a.rte-btn a > .rte-btn.btn-secondary:hover,
.rte-content a.rte-btn a > .rte-btn.btn-secondary:focus,
.rte-content a.rte-btn a > .rte-btn.btn-secondary:active,
a.rte-btn.btn-secondary.hover,
a.rte-btn.btn-secondary:hover,
a.rte-btn.btn-secondary:focus,
a.rte-btn.btn-secondary:active {
  background-color: #dfdfdf;
  color: #4e4e4e;
  text-decoration: none;
}
button.btn-large,
.btn.btn-large,
.rte-content .btn.btn-large,
.rte-content .rte-btn > a.btn-large,
.rte-btn > a.btn-large,
.rte-content a > .rte-btn.btn-large,
.rte-content a.rte-btn a > .rte-btn.btn-large,
a.rte-btn.btn-large {
  font-size: 1.75rem;
  padding: 1rem 1.75rem;
}
button.btn-sm,
.btn.btn-sm,
.rte-content .btn.btn-sm,
.rte-content .rte-btn > a.btn-sm,
.rte-btn > a.btn-sm,
.rte-content a > .rte-btn.btn-sm,
.rte-content a.rte-btn a > .rte-btn.btn-sm,
a.rte-btn.btn-sm {
  font-size: 1.2rem;
  padding: 0.5rem;
}

.rte-btn > a,
a > .rte-btn,
a.rte-btn {
  padding: 0.75rem 2rem 1rem;
}

.rte-content .rte-gradient-btn > a,
.rte-gradient-btn > a,
.rte-content a > .rte-gradient-btn,
.rte-content a.rte-gradient-btn,
button.btn-gradient,
.btn.btn-gradient,
button.btn-altgradient,
.btn.btn-alt-gradient {
  background: linear-gradient(-180deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
  color: #fff;
  border-radius: 1rem;
  box-shadow: none;
  transition: all 0.5s ease;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.75rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1.25rem 1.1rem;
  text-align: center;
  text-decoration: none;
}
.rte-content .rte-gradient-btn > a.hover, .rte-content .rte-gradient-btn > a:hover, .rte-content .rte-gradient-btn > a:focus, .rte-content .rte-gradient-btn > a:active,
.rte-gradient-btn > a.hover,
.rte-gradient-btn > a:hover,
.rte-gradient-btn > a:focus,
.rte-gradient-btn > a:active,
.rte-content a > .rte-gradient-btn.hover,
.rte-content a > .rte-gradient-btn:hover,
.rte-content a > .rte-gradient-btn:focus,
.rte-content a > .rte-gradient-btn:active,
.rte-content a.rte-gradient-btn.hover,
.rte-content a.rte-gradient-btn:hover,
.rte-content a.rte-gradient-btn:focus,
.rte-content a.rte-gradient-btn:active,
button.btn-gradient.hover,
button.btn-gradient:hover,
button.btn-gradient:focus,
button.btn-gradient:active,
.btn.btn-gradient.hover,
.btn.btn-gradient:hover,
.btn.btn-gradient:focus,
.btn.btn-gradient:active,
button.btn-altgradient.hover,
button.btn-altgradient:hover,
button.btn-altgradient:focus,
button.btn-altgradient:active,
.btn.btn-alt-gradient.hover,
.btn.btn-alt-gradient:hover,
.btn.btn-alt-gradient:focus,
.btn.btn-alt-gradient:active {
  background: linear-gradient(0deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
  color: #fff;
  text-decoration: none;
}

button.btn-alt-gradient,
.btn.btn-alt-gradient {
  background: rgb(0, 173, 239) linear-gradient(-105deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
}
button.btn-alt-gradient.hover, button.btn-alt-gradient:hover, button.btn-alt-gradient:focus, button.btn-alt-gradient:active,
.btn.btn-alt-gradient.hover,
.btn.btn-alt-gradient:hover,
.btn.btn-alt-gradient:focus,
.btn.btn-alt-gradient:active {
  background: linear-gradient(75deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
}

button.btn-alt-gradient-hover.hover, button.btn-alt-gradient-hover:hover, button.btn-alt-gradient-hover:focus, button.btn-alt-gradient-hover:active,
.btn.btn-alt-gradient-hover.hover,
.btn.btn-alt-gradient-hover:hover,
.btn.btn-alt-gradient-hover:focus,
.btn.btn-alt-gradient-hover:active {
  background: rgb(0, 173, 239) linear-gradient(-105deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
}

button.normal-text {
  background: transparent;
  color: transparent;
  padding: 0;
}

@media screen and (min-width: 375px) {
  button.btn-secondary, button.btn-sm,
  .btn.btn-secondary,
  .btn.btn-sm,
  .rte-content .btn.btn-secondary,
  .rte-content .btn.btn-sm,
  .rte-content .rte-btn > a.btn-secondary,
  .rte-content .rte-btn > a.btn-sm,
  .rte-btn > a.btn-secondary,
  .rte-btn > a.btn-sm,
  .rte-content a > .rte-btn.btn-secondary,
  .rte-content a > .rte-btn.btn-sm,
  .rte-content a.rte-btn a > .rte-btn.btn-secondary,
  .rte-content a.rte-btn a > .rte-btn.btn-sm,
  a.rte-btn.btn-secondary,
  a.rte-btn.btn-sm {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  button,
  .btn,
  .rte-content .btn,
  .rte-content .rte-btn > a,
  .rte-btn > a,
  .rte-content a > .rte-btn,
  .rte-content a.rte-btn a > .rte-btn,
  a.rte-btn {
    font-size: 2.3rem;
  }
  button.btn-large,
  .btn.btn-large,
  .rte-content .btn.btn-large,
  .rte-content .rte-btn > a.btn-large,
  .rte-btn > a.btn-large,
  .rte-content a > .rte-btn.btn-large,
  .rte-content a.rte-btn a > .rte-btn.btn-large,
  a.rte-btn.btn-large {
    font-size: 2.3rem;
    padding: 1.5rem 2.1rem;
  }
}
table {
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  width: 100%;
}

th,
td {
  padding: 0.5rem;
  text-align: left;
}

th {
  background-color: #4e4e4e;
  border: 0.1rem solid #4e4e4e;
  color: #fff;
  font-weight: 700;
}

td {
  background-color: #c6c8cc;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 0.1rem solid #525d66;
  border-left: 0.1rem solid #525d66;
  border-right: 0.1rem solid #525d66;
}

tr:nth-child(2n-1) td {
  background-color: #d3d5d8;
  border-bottom: 0.1rem solid #525d66;
  border-left: 0.1rem solid #525d66;
  border-right: 0.1rem solid #525d66;
}

@media screen and (min-width: 768px) {
  table {
    font-size: 1.7rem;
    margin-bottom: 4rem;
  }
  th,
  td {
    padding: 1rem;
  }
  td {
    font-size: 1.4rem;
  }
}
/*.image-callouts
{
    margin:-10rem 0 2rem;
    position: relative;
    z-index: 2;
}
.image-callout {
    color: $image-callout-color;
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.84px;
    margin-bottom: 2rem;
    transition: all .5s ease;

    .image-container {
        background-color: $image-callout-background-color;
        box-shadow: 1px 8px 12.5px rgba(44, 44, 43, 0.45);
        border: .8rem solid $image-callout-border-color;
        margin: 0 auto 1rem;
        padding: 0;
        max-width: 20rem;
    }

    &:hover,
    &:active {
        opacity: .7;
    }
}*/
.rte-content .image-macro-callout {
  text-decoration: none;
}

.image-macro-callout {
  display: block;
  font-size: 1.4rem;
  margin: 0 auto 2rem;
  max-width: 44.5rem;
  transition: opacity 0.5s ease;
}
.image-macro-callout figure {
  display: block;
}
.image-macro-callout figcaption {
  background: linear-gradient(-180deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 2.5rem 2rem 2.5rem;
  border-radius: 1rem;
  position: static;
  transition: background 0.5s ease;
}
.image-macro-callout .image-container {
  border-bottom: 1rem solid #fff;
  position: relative;
}
.image-macro-callout .callout-triangle { /*
margin-left: -3.5rem;
border-left: 3.5rem solid transparent;
border-right: 3.5rem solid transparent;
border-top: 2rem solid $macro-callout-triangle-color;
transition: all .5s ease;
position: absolute;
top:calc(100% + 1rem);
left: 50%;*/ }

a.image-macro-callout:hover .callout-triangle, a.image-macro-callout:active .callout-triangle { /*
    margin-left: -7.5rem;
    border-left: 7.5rem solid transparent;
    border-right: 7.5rem solid transparent;
    border-top: 2.5em solid $macro-callout-triangle-color;*/ }
a.image-macro-callout:hover figcaption, a.image-macro-callout:active figcaption {
  background: linear-gradient(0deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
}

.campaign-callout h2 {
  margin-bottom: 0;
  padding: 1rem 1.4rem;
}
.campaign-callout img {
  width: 100%;
}
.campaign-callout .campaign-text {
  color: #303637;
  font-weight: 600;
}
.campaign-callout .campaign-text .btn {
  display: block;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.story-callout {
  background-color: transparent;
  border: 0.5rem solid transparent;
  box-shadow: none;
  overflow: hidden;
}
.story-callout:hover, .story-callout:active {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, rgb(0, 173, 239), rgb(101, 195, 161)) border-box;
}
.story-callout:hover .callout-button, .story-callout:active .callout-button {
  background: linear-gradient(-180deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
}
.story-callout:hover .story-callout-interior, .story-callout:active .story-callout-interior {
  border-color: #fff;
}
.story-callout h3 {
  font-weight: 700;
}
.story-callout img {
  width: 100%;
}

.story-callout-interior {
  background-color: #fff;
  border: 3px solid #525d66;
  box-shadow: 1px 10px 25px rgba(44, 44, 43, 0.35);
  overflow: hidden;
}

.callout .callout-text {
  color: #303637;
  position: relative;
}
.callout .callout-triangle,
.callout .callout-split-triangle {
  width: 0;
  height: 0;
  margin-left: -5rem;
  margin-top: -1px;
  position: absolute;
  left: 50%;
  top: 100%;
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  border-top: 2.5rem solid #fff;
}
.callout .callout-button,
.callout .callout-split-button a {
  background-color: #525d66;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 3.5rem 2rem 2.5rem;
  text-align: center;
  transition: background 0.5s ease;
}
.callout .callout-split-triangle {
  border-top-width: 0;
}
.callout .callout-split-button {
  display: flex;
}
.callout .callout-split-button a {
  font-size: 1.4rem;
  display: flex;
  flex: 0 0 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.callout .callout-split-button .splt-btn-text {
  align-self: center;
  flex: 0 0 100%;
}
.callout .callout-split-button .callout-split-triangle {
  top: 0;
}
.callout .callout-split-button a:hover, .callout .callout-split-button a:active {
  background-color: #4e4e4e;
  color: #fff;
}
.callout .callout-split-button a:hover .callout-split-triangle, .callout .callout-split-button a:active .callout-split-triangle {
  border-top-width: 2.5rem;
}
.callout:hover .callout-text, .callout:active .callout-text {
  color: #4e4e4e;
}
.callout:hover .callout-button, .callout:active .callout-button {
  background-color: #4e4e4e;
  color: #fff;
}

.contact-callout {
  font-weight: 600;
  margin: 2.5rem 0;
  text-align: center;
}
.contact-callout .primary-card h3 {
  color: #000;
  font-weight: 700;
}
.contact-callout .image-container {
  display: inline-block;
  margin: 0 -1rem -13rem;
  max-width: 40rem;
  position: relative;
}
.contact-callout .image-container.circle-image {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, rgb(0, 173, 239), rgb(101, 195, 161)) border-box;
  border: 1rem solid transparent;
  padding: 3px;
}
.contact-callout .contact-content {
  background-color: #fff;
  color: #000;
  border-radius: 0 1.5rem 1.5rem 0;
  box-shadow: 1px 10px 25px rgba(44, 44, 43, 0.35);
  padding: 15rem 1.4rem 1.5rem;
  text-align: left;
}
.contact-callout .contact-content p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.contact-callout .btn-container {
  margin-top: 2rem;
}

.homepage .feature-video + div .wide-callout {
  margin-top: 2rem;
}

.homepage .wide-callout {
  margin-top: -4rem;
}

.wide-callout {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, rgb(0, 173, 239), rgb(101, 195, 161)) border-box;
  border: 0.5rem solid transparent;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.wide-callout h2 {
  background: linear-gradient(-180deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
}

.wide-callout-interior {
  border: 3px solid #fff;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .story-callout-col {
    margin-bottom: 3.5rem;
  }
  .story-callout-col .callout {
    display: flex;
    margin-bottom: 0;
    min-height: 100%;
  }
  .story-callout-col .story-callout-interior {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    margin-bottom: 0;
    min-height: 100%;
  }
  .story-callout-col .callout .callout-text {
    flex-grow: 2;
  }
}
@media screen and (min-width: 992px) {
  /*
     .image-callouts
     {
         margin-top:-12rem;
     }
     .image-callout
     {
         font-size: 2.1rem;

         .image-container
         {
             margin-bottom: 1.5rem;
         }
     }*/
  .wide-callout .image-container {
    min-height: 216px;
  }
  .campaign-callout.no-image .campaign-text:after {
    display: none;
  }
  .campaign-callout.no-image .campaign-content {
    display: block;
  }
  .campaign-callout h2 {
    padding: 1rem 2.5rem;
  }
  .campaign-callout .campaign-content {
    display: flex;
    flex-direction: row-reverse;
  }
  .campaign-callout.callout-image-left .campaign-content {
    flex-direction: row;
  }
  .campaign-callout.callout-image-left .campaign-text {
    padding: 2rem 2rem 2rem 4rem;
  }
  .campaign-callout .image-container {
    flex: 0 0 36.1rem;
    position: relative;
  }
  .campaign-callout .image-container .background-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .campaign-callout .campaign-text {
    flex-grow: 2;
    padding: 2rem 4rem 2rem 2rem;
    position: relative;
    /* &:after
     {
         content: '';
         width: 0;
         height: 0;
         margin-top: -5.5rem;
         margin-left: -1px;
         position: absolute;
         top: 50%;
         left: 100%;
         border-top: 5.5rem solid transparent;
         border-bottom: 5.5rem solid transparent;
         border-left: 3.2rem solid $campaign-callout-triangle-color;
     }*/
  }
  .campaign-callout .campaign-text .btn {
    display: inline-block;
  }
  .story-callout h3 {
    font-size: 1.9rem;
  }
  .callout .callout-triangle,
  .callout .callout-split-triangle {
    margin-left: -3.5rem;
    border-left-width: 3.5rem;
    border-right-width: 3.5rem;
    border-top-width: 2rem;
    transition: all 0.5s ease;
  }
  .callout .callout-split-triangle {
    border-top-width: 0;
  }
  .callout .callout-split-button a:hover .callout-split-triangle, .callout .callout-split-button a:active .callout-split-triangle {
    margin-left: -7.5rem;
    border-left-width: 7.5rem;
    border-right-width: 7.5rem;
    border-top-width: 1.25em;
  }
  .callout:hover .callout-triangle, .callout:active .callout-triangle {
    margin-left: -7.5rem;
    border-left-width: 7.5rem;
    border-right-width: 7.5rem;
    border-top-width: 2.5em;
  }
  .callout .callout-button,
  .callout .callout-split-button a {
    font-size: 2.1rem;
    padding: 3.75rem 2rem 1.5rem;
  }
  .contact-callout {
    display: flex;
    justify-content: center;
    margin: 8rem 0;
  }
  .contact-callout .primary-card h3 {
    font-size: 2.8rem;
  }
  .contact-callout .image-container {
    align-self: flex-start;
    flex: 0 0 40rem;
    margin: -4.5rem -8rem -4.5rem 0;
  }
  .contact-callout .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 3.5rem 3rem 12rem;
  }
  .contact-callout .contact-content p {
    font-size: 1.5rem;
  }
  .contact-callout .btn-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .image-macro-callout {
    font-size: 1.875rem;
  }
  .campaign-callout .image-container {
    flex: 0 0 38rem;
  }
  .campaign-callout .campaign-text {
    font-size: 1.6rem;
    /*  &:after
      {
          margin-top: -6.1rem;
          border-top-width: 6.1rem;
          border-bottom-width: 6.1rem;
      }*/
  }
}
.circle-image {
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 0.4rem;
  box-shadow: 1px 5px 12.5px rgba(44, 44, 43, 0.35);
  border: 1px solid #767b81;
}
.circle-image img {
  width: 100%;
}
.circle-image.circle-image-lg {
  padding: 0.8rem;
}
.circle-image.circle-image-p {
  background-color: #4e4e4e;
  border: 0;
  box-shadow: none;
}

.flex-video {
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spacer {
  height: 2rem;
}

.spacer-medium {
  height: 1rem;
}

.spacer-small {
  height: 0.5rem;
}

.spacer-margin {
  height: 0.1rem;
}

.video-icon-container {
  border-radius: 50%;
  box-shadow: 0 0 1.75rem 0.75rem rgba(0, 0, 0, 0.75);
  line-height: 0;
  position: absolute;
  margin: -5.75rem 0 0 -5.75rem;
  left: 50%;
  top: 50%;
}
.video-icon-container svg {
  opacity: 0.85;
  width: 11.5rem;
}

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

@media screen and (min-width: 768px) {
  .spacer {
    height: 4rem;
  }
  .spacer-medium {
    height: 2rem;
  }
  .spacer-small {
    height: 1rem;
  }
  .circle-image.circle-image-md {
    padding: 0.6rem;
  }
}
.text-hidden {
  left: -99999px;
  position: absolute;
  visibility: hidden;
}

@media screen and (min-width: 992px) {
  .spacer {
    height: 6rem;
  }
  .spacer-medium {
    height: 3rem;
  }
}
.accordion {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.accordion .accordion-title {
  align-items: center;
  background-color: #525d66;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1rem 0.75rem 1rem 1rem;
  transition: background 0.5s ease;
}
.accordion .accordion-title:hover, .accordion .accordion-title:active {
  background-color: #4e4e4e;
}
.accordion .opener-text {
  font-size: 1.8rem;
  padding-right: 1rem;
}
.accordion .opener-icon {
  color: #e6e6e6;
  font-size: 3rem;
}
.accordion .accordion-body {
  display: none;
  background-color: #fff;
  color: #303637;
  padding: 1rem 1rem 1.5rem;
}
.accordion.open {
  border: 0.2rem solid #767b81;
  box-shadow: 0 0.5rem 1.25rem 0.5rem rgba(44, 44, 43, 0.35);
}
.accordion.open .opener-icon {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-body {
    padding: 1.25rem 1.25rem 4rem;
  }
}
.modal-open {
  overflow: hidden;
}

.modal-container {
  background-color: rgba(82, 93, 102, 0.5);
  justify-content: center;
  margin-left: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  white-space: normal;
  z-index: 10000;
}
.modal-container.modal-hidden {
  display: none;
}

.loading-container {
  display: flex;
}
.loading-container img {
  width: 7.5rem;
}

.modal-interior {
  -webkit-overflow-scrolling: touch;
  align-self: center;
  background-color: #fff;
  border: 0.1rem solid #525d66;
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem 0.25rem rgba(0, 0, 0, 0.25);
  display: inline-block;
  max-width: 96vw;
  position: relative;
  max-height: 90vh;
  overflow: auto;
  text-align: left;
  width: 90vw;
}
.modal-interior .modal-title {
  display: flex;
  justify-content: space-between;
  font-size: 2.2rem;
  font-weight: 700;
}
.modal-interior .modal-body {
  padding: 1rem;
}
.modal-interior .modal-close {
  background: #fff;
  color: #4e4e4e;
  font-size: 4rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-right: 0.35rem;
  height: 3.2rem;
  width: 3.2rem;
  line-height: 3.2rem;
  border-radius: 50%;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .modal-interior {
    max-width: 90vw;
    width: 90rem;
  }
}
.site-sidebar {
  margin-top: 1.5rem;
}
.site-sidebar h3 {
  font-size: 2rem;
}
.site-sidebar li {
  margin-bottom: 2rem;
}

.site-links ul {
  margin-left: 3.5rem;
}
.site-links > ul {
  margin: 0 0 3rem;
  padding: 1.5rem 1.25rem 0.1rem;
}
.site-links a {
  color: #4e4e4e;
}
.site-links a:hover,
.site-links a :active {
  text-decoration: underline;
}

.sidebar-section {
  background-color: #cdcfd2;
  border-radius: 0 0 1rem 1rem;
}

.block-title.sidebar-title {
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 0;
}

.sidebar-callout {
  display: block;
  margin-bottom: 3rem;
}
.sidebar-callout .rte-content a {
  text-decoration: none;
}
.sidebar-callout .video-image-container {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.sidebar-callout img {
  width: 100%;
}
.sidebar-callout .video-caption {
  padding: 1.5rem 1.2rem;
}
.sidebar-callout .video-caption p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .site-sidebar {
    margin-top: 0;
    padding-top: 3rem;
    text-align: left;
  }
  .site-sidebar h3 {
    font-size: 2.4rem;
  }
  .site-sidebar .deadlines {
    margin-bottom: 5rem;
  }
  .site-sidebar .deadlines .deadline-name {
    font-size: 1.8rem;
  }
}
fieldset {
  border: 0;
  margin: 0;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

.umbraco-forms-form {
  margin: 30px 0;
}

.umbraco-forms-submitmessage {
  text-align: center;
}

.umbraco-forms-tooltip {
  display: block;
  font-size: 1.3rem;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=phone],
input[type=password],
input[type=number],
input[type=search],
textarea,
select {
  background-color: #fff;
  border: 1px solid #4e4e4e;
  box-shadow: none;
  border-radius: 5px;
  color: #000;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 300;
  outline: none;
  padding: 0 1rem 0 1.4rem;
  height: 4rem;
  max-width: 100%;
}
input[type=text].input-validation-error,
input[type=email].input-validation-error,
input[type=tel].input-validation-error,
input[type=phone].input-validation-error,
input[type=password].input-validation-error,
input[type=number].input-validation-error,
input[type=search].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #ff0000;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=phone]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  border-color: #282828;
}
input[type=text].full-width,
input[type=email].full-width,
input[type=tel].full-width,
input[type=phone].full-width,
input[type=password].full-width,
input[type=number].full-width,
input[type=search].full-width,
textarea.full-width,
select.full-width {
  width: 100%;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=phone]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #757679;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=phone]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #757679;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=phone]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #757679;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=phone],
input[type=password],
input[type=number],
input[type=search] {
  line-height: 3rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%239a9a9a'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 1.5rem;
  padding-right: 2rem;
}
select option {
  font-weight: 600;
}

.input-validation-error {
  border-color: #ff0000;
}
.input-validation-error:focus {
  box-shadow: none !important;
}

.input-with-btn {
  display: flex;
}
.input-with-btn input {
  flex-grow: 2;
}
.input-with-btn .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 4rem;
  line-height: 4rem;
  margin-left: -1px;
  padding-bottom: 0;
  padding-top: 0;
}

.pika-lendar .pika-table th {
  color: #fff;
}
.pika-lendar .pika-table .is-today .pika-button {
  color: #ff9600;
}
.pika-lendar .pika-table .is-selected .pika-button,
.pika-lendar .pika-table .has-event .pika-button {
  color: #fff;
  background-color: #4e4e4e;
}
.pika-lendar .pika-table .pika-button:hover,
.pika-lendar .pika-table .pika-row.pick-whole-week:hover .pika-button {
  background-color: #282828;
}

textarea {
  height: 132px;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

form {
  margin-bottom: 0;
}
form .form-row {
  margin-bottom: 2.5rem;
}
form legend {
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
form .btn-container button {
  padding-left: 3rem;
  padding-right: 3rem;
}

.validation-summary-errors {
  color: #ff0000;
  font-weight: 500;
  margin-top: 1rem;
}
.validation-summary-errors ul {
  text-align: left;
}

.field-validation-error {
  color: #ff0000;
  clear: both;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.5rem;
  text-align: left;
}

.form-field {
  margin-bottom: 2rem;
}
.form-field label {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
}
.form-field.inline-form-field label {
  padding-left: 0;
  padding-right: 1rem;
}
.form-field.inline-form-field input {
  display: inline-block;
  width: 20rem;
}
.form-field .checkboxlist {
  display: block;
}

.checkboxlist > div {
  margin-bottom: 1rem;
}

.form-field-full-width {
  width: 100%;
}

.custom-checkbox-container {
  position: relative;
}
.custom-checkbox-container label {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3rem;
  padding-left: 4rem;
  position: relative;
  z-index: 2;
}
.custom-checkbox-container label span {
  display: inline-block;
  line-height: 1.2;
}
.custom-checkbox-container input {
  pointer-events: none;
  left: -1000000px;
  opacity: 0;
  position: absolute;
}
.custom-checkbox-container input:checked + .custom-checkbox,
.custom-checkbox-container input:checked + input + .custom-checkbox {
  transition: all 0.5s ease;
}
.custom-checkbox-container input:checked + .custom-checkbox > span,
.custom-checkbox-container input:checked + input + .custom-checkbox > span {
  opacity: 1;
}

.multiplechoice > label {
  font-weight: 700;
}

.custom-checkbox {
  border: 0.2rem solid #4e4e4e;
  background-color: #fff;
  display: inline-block;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 3rem;
}
.custom-checkbox > span {
  color: #4e4e4e;
  font-size: 1.8rem;
  line-height: 2.6rem;
  transition: all 0.5s ease;
  opacity: 0;
}

.custom-radio-field {
  margin-bottom: 2rem;
  text-align: left;
}
.custom-radio-field > label {
  display: inline-block;
  padding-left: 0;
}

.custom-radio-label {
  cursor: pointer;
  display: block;
  line-height: 2.5rem;
}
.custom-radio-label input {
  pointer-events: none;
  left: -1000000px;
  opacity: 0;
  position: absolute;
}
.custom-radio-label input:checked + .custom-radio .dot {
  opacity: 1;
}
.custom-radio-label .custom-radio {
  border: 0.2rem solid #4e4e4e;
  border-radius: 100%;
  display: inline-block;
  height: 2.5rem;
  margin: 0 0.5rem 0.4rem 0;
  text-align: center;
  width: 2.5rem;
}
.custom-radio-label .custom-radio .dot {
  background-color: #4e4e4e;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  height: 1.5rem;
  transition: opacity 0.5s ease;
  width: 1.5rem;
}

.error-message {
  color: #ff0000;
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .form-field.custom-radio-field {
    margin-bottom: 2rem;
  }
}
.standard-search input, .standard-search button, .standard-search select, .standard-search label {
  font-weight: 600;
  text-transform: uppercase;
}
.standard-search .form-field {
  margin-bottom: 0;
  padding: 1rem;
}
.standard-search .standard-search-btn {
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
}

@media screen and (min-width: 992px) {
  .standard-search .form-row {
    display: flex;
  }
  .standard-search .form-field {
    align-items: center;
    border-left: 0.1rem solid #fff;
    display: flex;
    justify-content: center;
  }
  .standard-search .form-field:first-child {
    border-left: 0;
    flex-grow: 2;
  }
  .standard-search .form-field.btn-field {
    align-items: stretch;
    padding: 0;
  }
  .standard-search .form-field label {
    flex: 0 0 auto;
    margin-bottom: 0;
    padding-right: 1rem;
  }
  .standard-search .standard-search-btn {
    border: 0;
    padding: 1rem;
  }
}
.header-bottom {
  background-color: #fff;
  height: 5.8rem;
  position: relative;
  transition: height 0.5s ease;
  z-index: 4;
}
.header-bottom .wrapper {
  display: flex;
  justify-content: space-between;
}
.header-bottom .navigation-opener {
  background-color: inherit;
  border-radius: 0;
  height: 5.8rem;
  padding: 0.8rem 1rem 0;
  position: relative;
  transition: all 0.5s ease;
  z-index: 3;
}
.header-bottom .navigation-opener.open {
  background-color: #4e4e4e;
}
.header-bottom .navigation-opener.open .nav-triangle {
  border-top-width: 2rem;
}
.header-bottom .navigation-opener.open .nav-line {
  background-color: #fff;
}
.header-bottom .navigation-opener .nav-line {
  background-color: #4e4e4e;
  border-radius: 2px;
  display: block;
  height: 4px;
  margin-bottom: 0.8rem;
  width: 3.5rem;
}
.header-bottom .navigation-opener .nav-triangle {
  width: 0;
  height: 0;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 100%;
  border-left: 2.75rem solid transparent;
  border-right: 2.75rem solid transparent;
  border-top: 0 solid #4e4e4e;
  transition: border 0.5s ease;
}
.header-bottom .header-right {
  align-items: center;
  display: flex;
  flex-grow: 2;
  justify-content: space-between;
  height: 5.8rem;
  max-width: 25rem;
  padding-left: 1rem;
}

.fixed-header .header-bottom {
  height: 4.2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.fixed-header .header-bottom .navigation-opener {
  height: 4.2rem;
  padding-top: 0.5rem;
}
.fixed-header .header-bottom .navigation-opener .nav-line {
  margin-bottom: 0.6rem;
}
.fixed-header .header-bottom .header-right {
  height: 4.2rem;
}
.fixed-header .header-search-container {
  height: 4.2rem;
  line-height: 4.2rem;
}
.fixed-header .header-search-container.open input {
  height: 3.2rem;
}
.fixed-header .header-search-container.open .search-input {
  left: 12.6rem;
}
.fixed-header .header-search-container .search-closer {
  line-height: 4.2rem;
}
.fixed-header .donate-btn.btn {
  padding-bottom: 0.5rem;
  padding-top: 0.7rem;
}
.fixed-header .site-logo {
  flex-basis: 11rem;
  width: 11rem;
}

.header-search-container {
  align-content: center;
  height: 5.8rem;
  line-height: 5.8rem;
}
.header-search-container.open .search-input {
  display: block;
  position: absolute;
  top: 0;
  left: 15rem;
  right: 7rem;
  z-index: 10;
}
.header-search-container.open input {
  border-radius: 1rem;
  background-color: #eee;
  color: #525d66;
  border: 0;
  height: 3.75rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 1rem;
  width: 100%;
}
.header-search-container.open .search-icon {
  color: #4e4e4e;
}
.header-search-container .search-input {
  display: none;
  position: relative;
  padding-left: 1rem;
}
.header-search-container .search-closer {
  color: #4e4e4e;
  line-height: 5.8rem;
  position: absolute;
  top: 0;
  right: calc(100% - 0.5rem);
  z-index: 11;
}
.header-search-container .search-icon {
  color: #4e4e4e;
  font-size: 1.8rem;
  position: relative;
  z-index: 11;
}

.header-top {
  background-color: #fff;
}

.donate-btn {
  align-self: center;
  font-size: 1.4rem;
  transition: all 0.5s ease;
}
.donate-btn.btn {
  padding-top: 0.9rem;
  padding-bottom: 0.75rem;
}
.donate-btn .heart-icon {
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.donate-btn .heart-icon svg {
  width: 2rem;
}
.donate-btn span {
  vertical-align: middle;
}
.donate-btn .online-text {
  display: none;
}

.site-logo {
  margin-top: 0.25rem;
  flex-basis: 15rem;
  transition: all 0.5s ease;
  width: 15rem;
  z-index: 3;
}
.site-logo img {
  width: 100%;
  will-change: width;
}

.main-navigation-container {
  box-shadow: 0.5rem 0.6rem 1rem #2c2c2b, inset 0 0.5rem 1rem rgba(44, 44, 43, 0.5);
  background-color: #525d66;
  padding-top: 2rem;
  position: absolute;
  right: 0;
  top: 100%;
  left: 7rem;
  z-index: 1;
  transform: translatex(102%);
  transition: transform 0.5s ease;
  will-change: transform;
  max-height: calc(100vh - 4.2rem);
  overflow-y: auto;
}
.main-navigation-container.open {
  transform: translatex(0);
}
.main-navigation-container ul {
  margin: 0;
}
.main-navigation-container li {
  margin-bottom: 0;
}
.main-navigation-container li.navigation-container > a {
  cursor: default;
}
.main-navigation-container .hover-nav .touch-navigation {
  display: none;
}
.main-navigation-container a {
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.25rem 1.5rem 1.25rem 0;
}
.main-navigation-container .open > a {
  background-color: #8d9297;
  color: #000;
}
.main-navigation-container .open > a .icon-slot {
  color: #8d9297;
  transform: translatey(2.5rem);
  position: relative;
  z-index: 10;
}
.main-navigation-container .open > a .icon {
  font-size: 3rem;
}
.main-navigation-container .icon-slot {
  padding-left: 1rem;
  width: 3.5rem;
}
.main-navigation-container .icon {
  font-size: 2rem;
  position: absolute;
}
.main-navigation-container .sub-nav {
  display: none;
}
.main-navigation-container .sub-nav a {
  background-color: #3d464d;
  border-bottom: 0.2rem solid #525d66;
  color: #fff;
  font-weight: 600;
  padding-left: 5rem;
  position: relative;
}
.main-navigation-container .sub-nav a:before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 3.5rem;
  top: 50%;
  margin-top: -0.2rem;
  height: 0.3rem;
  width: 0.3rem;
}
.main-navigation-container .top-nav-item {
  background-color: #65717d;
}

@media screen and (min-width: 375px) {
  .fixed-header .header-bottom .header-right {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .header-bottom .header-right {
    padding-left: 2rem;
  }
  .header-search-container.open .search-input {
    padding-left: 1.5rem;
  }
  .header-search-container.open input {
    padding-left: 1.7rem;
  }
  .header-search-container .search-closer {
    right: calc(100% - 1rem);
  }
}
@media screen and (min-width: 992px) {
  .header-bottom {
    height: 5rem;
  }
  .header-bottom .wrapper {
    position: relative;
  }
  .header-bottom .header-right {
    height: 5rem;
    justify-content: flex-end;
    max-width: 100%;
    padding-left: 23.5rem;
  }
  .fixed-header .header-bottom .header-right {
    padding-left: 23.5rem;
  }
  .fixed-header .donate-btn.btn {
    padding-top: 0.5rem;
  }
  .fixed-header .site-logo {
    top: 0.25rem;
    width: 10rem;
  }
  .fixed-header .main-navigation-container .main-nav {
    height: 4.2rem;
  }
  .fixed-header .main-navigation-container .main-nav > li > a {
    height: 4.2rem;
    line-height: 4.2rem;
  }
  .fixed-header .header-search-container.open .search-input {
    left: 25.5rem;
  }
  .fixed-header .search-closer {
    line-height: 4.2rem;
  }
  .header-search-container {
    line-height: 5rem;
    height: 5rem;
    margin-right: 2rem;
  }
  .header-search-container.open .search-input {
    left: 25.5rem;
    right: 12rem;
  }
  .header-search-container.open input {
    padding-left: 1.7rem;
  }
  .header-search-container .search-closer {
    line-height: 5rem;
  }
  .header-top a {
    color: #808996;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 4rem;
  }
  .header-top a:hover, .header-top a:active {
    text-decoration: underline;
  }
  .header-top ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    min-height: 4rem;
    padding-left: 33.5rem;
  }
  .header-top li {
    margin: 0 0 0 4.5rem;
  }
  .donate-btn {
    order: 1;
  }
  .donate-btn.btn {
    padding: 0.7rem 1rem;
  }
  .site-logo {
    left: 0.5rem;
    position: absolute;
    top: -3.5rem;
    width: 23.5rem;
  }
  .main-navigation-container {
    box-shadow: none;
    background-color: transparent;
    display: block;
    flex-grow: 2;
    padding-top: 0;
    position: static;
    z-index: 1;
    transform: translatex(0);
    max-height: 100%;
    overflow-y: initial;
  }
  .main-navigation-container .main-nav {
    display: flex;
    justify-content: space-between;
    height: 5rem;
  }
  .main-navigation-container .main-nav > li > a {
    line-height: 5rem;
    height: 5rem;
  }
  .main-navigation-container .main-nav > li > a:hover, .main-navigation-container .main-nav > li > a:active {
    background-color: #fff;
    color: #4e4e4e;
  }
  .main-navigation-container .has-drop {
    position: relative;
  }
  .main-navigation-container a {
    color: #4e4e4e;
    display: block;
    font-size: 1.4rem;
    padding: 0 1.5rem;
    transition: all 0.5s ease;
  }
  .main-navigation-container .open > a {
    background-color: #fff;
    color: #4e4e4e;
  }
  .main-navigation-container .open > a .icon-slot {
    transform: translatey(0);
    position: absolute;
  }
  .main-navigation-container .open .icon-slot {
    border-top-width: 1.25rem;
  }
  .main-navigation-container .icon-slot {
    width: 0;
    height: 0;
    padding: 0;
    margin-left: -2rem;
    margin-top: -1px;
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 0 solid #fff;
    transition: border 0.5s ease;
    pointer-events: none;
  }
  .main-navigation-container .icon {
    display: none;
  }
  .main-navigation-container .sub-nav {
    background-color: #525d66;
    padding-top: 1.25rem;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .main-navigation-container .sub-nav a {
    background-color: #525d66;
    border-bottom: 0;
    padding: 1rem 1.5rem;
    white-space: nowrap;
  }
  .main-navigation-container .sub-nav a:hover, .main-navigation-container .sub-nav a:active {
    background-color: #3d464d;
  }
  .main-navigation-container .sub-nav a:before {
    display: none;
  }
  .main-navigation-container .top-nav-item {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .header-search-container {
    margin-left: 2rem;
    margin-right: 4rem;
  }
  .header-search-container.open .search-input {
    right: 20rem;
  }
  .main-navigation-container a {
    padding: 0 1.5rem;
  }
  .main-navigation-container .sub-nav a {
    padding: 1rem 1.5rem;
  }
  .donate-btn .online-text {
    display: inline;
  }
  .donate-btn .heart-icon svg {
    margin-right: 0.5rem;
    height: 1.9rem;
    width: 2.2rem;
  }
}
.site-footer {
  background-color: #525d66;
  color: #fff;
  font-weight: 600;
  padding: 1.8rem 0 2.5rem;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover, .site-footer a:active {
  text-decoration: underline;
}
.site-footer address {
  margin: 2rem 0;
}

.footer-label {
  display: block;
  font-weight: 400;
}

.footer-logo {
  margin-top: 0.5rem;
  width: 10rem;
}

.footer-first {
  font-size: 1.1rem;
}

.footer-last {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.footer-last .btn {
  color: #525d66;
  display: block;
  max-width: 20rem;
  margin: 0 auto;
}
.footer-last .btn-list {
  margin: 0 0 3rem;
}
.footer-last ul li {
  margin-bottom: 2rem;
}

.footer-social {
  font-size: 2.5rem;
  margin: 0.5rem 0;
}
.footer-social a {
  margin-right: 0.5rem;
  vertical-align: top;
}
.footer-social a:hover, .footer-social a:active {
  color: #dfdfdf;
  text-decoration: none;
}
.footer-social a:hover svg, .footer-social a:active svg {
  fill: #dfdfdf;
}
.footer-social .x-twitter-icon,
.footer-social .tiktok-icon {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  height: 2.5rem;
}
.footer-social svg {
  fill: #fff;
  height: 2.5rem;
}
.footer-social .tiktok-icon svg {
  height: 2rem;
}

.community-accredited-link {
  display: inline-block;
}
.community-accredited-link img {
  background-color: #fff;
  border-radius: 100%;
  max-width: 10rem;
}

.copyright {
  font-size: 1rem;
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .site-footer {
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
  }
  .site-footer .wrapper {
    max-width: 120rem;
  }
  .site-footer .col.footer-first,
  .site-footer .col.footer-last {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .site-footer address {
    margin: 1rem 0;
  }
  .footer-link-label {
    color: #f2f2f2;
    font-weight: 400;
  }
  .footer-first {
    font-size: 1.2rem;
  }
  .footer-last {
    font-size: 1.3rem;
  }
  .copyright {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1100px) {
  .site-footer .col.footer-first {
    flex: 0 0 20rem;
    max-width: 20rem;
  }
  .site-footer .col.footer-last {
    flex: 0 0 17.5rem;
    max-width: 17.5rem;
  }
  .site-footer li {
    margin-bottom: 1rem;
  }
}
* {
  box-sizing: border-box !important;
}

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

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

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

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.valign {
  vertical-align: middle;
}

hr {
  border: 0;
  border-bottom: 1px solid #000;
  margin: 2rem 0;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.home-feature,
.standard-interior-feature {
  position: relative;
  /*
  &:after
  {
      background-color: $home-feature-overlay-bg;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; 
  }*/
  /* 
  .overlay-text
  {
      color: $home-feature-top-overlay-text;
      left: 0;
      right: 0;
      position: absolute;
      padding-left:3rem;
      padding-right: 3rem;
      z-index: 3;
  }
  .overlay-text-top
  {
      background-color: $home-feature-top-overlay-bg;
      box-shadow: $home-feature-top-overlay-shadow;
      top:0;
      padding-top: 1rem;
      padding-bottom: 1rem;
      p
      {
          text-shadow:$home-feature-top-overlay-text-shadow;
          font-size: 1.1rem;
          font-weight: 600;
          margin-bottom: 0;

          // First line hack to restrict width of the first line while keeping the content centered
          text-indent: 10rem;
          &:before
          {
              content:'';
              width: 10rem;
              height: 1rem;
          }
          &:before
          {

              float: right;
          }
      }
  }*/
  /*
  .overlay-title
  {
      top:50%;
      transform: translatey(-50%);
      h1
      {
          color: $home-feature-overlay-title;
          text-shadow: $home-feature-overlay-text-shadow;
          font-family: $home-feature-overlay-font;
          font-size: 2.5rem;
      }
  }*/
}
.home-feature:before,
.standard-interior-feature:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(192, 197, 204, 0) 0%, #c0c5cc 100%);
  background: -webkit-linear-gradient(top, rgba(192, 197, 204, 0) 0%, #c0c5cc 100%);
  background: linear-gradient(to bottom, rgba(192, 197, 204, 0) 0%, #c0c5cc 100%);
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.home-feature img,
.standard-interior-feature img {
  width: 100%;
}
.home-feature h1,
.home-feature h2,
.home-feature .h1-text,
.standard-interior-feature h1,
.standard-interior-feature h2,
.standard-interior-feature .h1-text {
  font-size: 2rem;
}
.home-feature h1 .feature-line-1,
.home-feature h2 .feature-line-1,
.home-feature .h1-text .feature-line-1,
.standard-interior-feature h1 .feature-line-1,
.standard-interior-feature h2 .feature-line-1,
.standard-interior-feature .h1-text .feature-line-1 {
  font-weight: 400;
  font-family: "Thinking Of Betty", cursive, Montserrat, sans-serif;
}
.home-feature h1 .feature-line-1,
.home-feature h1 .feature-line-2,
.home-feature h2 .feature-line-1,
.home-feature h2 .feature-line-2,
.home-feature .h1-text .feature-line-1,
.home-feature .h1-text .feature-line-2,
.standard-interior-feature h1 .feature-line-1,
.standard-interior-feature h1 .feature-line-2,
.standard-interior-feature h2 .feature-line-1,
.standard-interior-feature h2 .feature-line-2,
.standard-interior-feature .h1-text .feature-line-1,
.standard-interior-feature .h1-text .feature-line-2 {
  margin-bottom: 0.5rem;
}
.home-feature h1 span,
.home-feature h2 span,
.home-feature .h1-text span,
.standard-interior-feature h1 span,
.standard-interior-feature h2 span,
.standard-interior-feature .h1-text span {
  display: block;
}
.home-feature .feature-overlay-title,
.standard-interior-feature .feature-overlay-title {
  left: 0;
  right: 0;
  position: absolute;
  top: 10%;
  text-align: left;
}
.home-feature .feature-overlay-title h1, .home-feature .feature-overlay-title .h1-text, .home-feature .feature-overlay-title h2,
.standard-interior-feature .feature-overlay-title h1,
.standard-interior-feature .feature-overlay-title .h1-text,
.standard-interior-feature .feature-overlay-title h2 {
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.standard-video-feature:before {
  display: none;
}
.standard-video-feature:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.standard-video-feature .feature-overlay-title {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.standard-video-feature .video-credit {
  bottom: 1rem;
  position: absolute;
  z-index: 2;
  right: 1rem;
  color: #fff;
}

.feature-video-title {
  padding: 1rem 0;
}
.feature-video-title .wrapper {
  display: block;
}

@media screen and (min-width: 375px) {
  .home-feature h1,
  .home-feature .h1-text {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .home-feature h1, .home-feature .h1-text, .home-feature h2,
  .standard-interior-feature h1,
  .standard-interior-feature .h1-text,
  .standard-interior-feature h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .home-feature h1,
  .home-feature h2,
  .home-feature .h1-text,
  .standard-interior-feature h1,
  .standard-interior-feature h2,
  .standard-interior-feature .h1-text {
    font-size: 4.5rem;
  }
  .home-feature h1 .feature-line-1,
  .home-feature h1 .feature-line-2,
  .home-feature h2 .feature-line-1,
  .home-feature h2 .feature-line-2,
  .home-feature .h1-text .feature-line-1,
  .home-feature .h1-text .feature-line-2,
  .standard-interior-feature h1 .feature-line-1,
  .standard-interior-feature h1 .feature-line-2,
  .standard-interior-feature h2 .feature-line-1,
  .standard-interior-feature h2 .feature-line-2,
  .standard-interior-feature .h1-text .feature-line-1,
  .standard-interior-feature .h1-text .feature-line-2 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1100px) {
  .home-feature {
    position: relative;
    max-height: 680px;
    overflow: hidden;
  }
  .standard-video-feature {
    margin: 0 4rem;
    max-height: none;
    position: relative;
  }
  .standard-video-feature h1,
  .standard-video-feature h2,
  .standard-video-feature .h1-text {
    font-size: 6.5rem;
    max-width: 60%;
  }
  .feature-video {
    margin: 0 auto;
    max-width: 112.6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.alert-bar {
  background: linear-gradient(-180deg, rgb(101, 195, 161) 0%, rgb(0, 173, 239) 100%);
  color: #fff;
  border-bottom: 3px solid #000;
  display: none;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5rem 0;
  position: relative;
}
.alert-bar a {
  color: inherit;
}
.alert-bar .wrapper {
  padding: 0 5rem;
}
.alert-bar .close {
  background: #000;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  height: 2.7rem;
  width: 2.7rem;
  line-height: 2.7rem;
  border-radius: 50%;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transform: rotate(45deg);
}
.alert-bar p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .alert-bar {
    padding: 1.25rem 0;
  }
  .alert-bar .close {
    right: 1rem;
    top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .alert-bar {
    font-size: 1.6rem;
  }
}
.breadcrumbs {
  font-weight: 600;
  margin-bottom: 2rem;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs .divider {
  margin: 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}
.pagination {
  background-color: #ccc;
  margin: 4rem 0;
  padding: 1rem 2rem 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.pagination li {
  margin: 0 0.5rem 1rem;
}
.pagination a, .pagination span {
  background-color: #fff;
  border-radius: 0.5rem;
  color: #4e4e4e;
  display: block;
  font-weight: 700;
  padding: 1rem 0;
  text-align: center;
  transition: all 0.5s ease;
  width: 3.7rem;
}
.pagination a:hover, .pagination span:hover {
  background-color: #4e4e4e;
  color: #fff;
}
.pagination span {
  background-color: #4e4e4e;
  color: #fff;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  top: 70%;
  z-index: 2;
  text-transform: uppercase;
  padding: 9px 12px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 1rem;
}
.glide__arrow--right {
  right: 1rem;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

@media screen and (min-width: 992px) {
  .glide__arrow {
    top: 50%;
  }
}
body {
  background-color: #f2f2f2;
  color: #000;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.interior-page {
  background-color: #fefefe;
}

.page-container {
  overflow: hidden;
}

a {
  outline: none !important;
}

blockquote {
  font-size: 1.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
  position: relative;
}
blockquote:before {
  display: inline-block;
  content: "\f10d";
  font: normal normal normal 1.4rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper {
  padding: 0 2rem;
}

strong {
  font-weight: 700;
}

ol li {
  padding-left: 0.5rem;
}

ul li, ol li {
  margin-bottom: 0.5rem;
}

figure {
  display: inline-block;
  line-height: 0;
  margin: 0 0 2rem;
  position: relative;
}
figure figcaption {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  line-height: 1.35;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  text-align: center;
}

address {
  display: block;
  font-style: normal;
}

.media-query-listener {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}
.media-query-listener.desktop-view {
  display: none;
}

.standard-section {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.standard-section.standard-section-small {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.primary-section,
.primary-card,
.primary-content {
  background-color: #4e4e4e;
  color: #fff;
}
.primary-section h2, .primary-section h3,
.primary-card h2,
.primary-card h3,
.primary-content h2,
.primary-content h3 {
  color: #fff;
}

.alternate-bg {
  background-color: #f3f3f3;
}

.third-alternate-bg {
  background-color: #f2f2f2;
}

.block-title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 1.2rem;
}

.main-col-body {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.main-col-body .accordions {
  margin-top: 5rem;
}
.main-col-body .accordions > :last-child {
  margin-bottom: 0;
}
.main-col-body .shared-accordions {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.main-col-body .shared-accordions.shared-accordion-no-bottom-margin {
  margin-bottom: 0rem;
}
.main-col-body .shared-accordions.shared-accordion-slim-top-margin {
  margin-top: 1.5rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.visually-hidden {
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: absolute;
}

@media screen and (min-width: 480px) {
  figure.image-right {
    float: right;
    margin-left: 2rem;
    max-width: 50%;
  }
  figure.image-left {
    float: left;
    margin-right: 2rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .block-title {
    font-size: 2.4rem;
  }
  .main-col-body {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .wrapper {
    margin: 0 auto;
    max-width: 112.6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .wrapper-md {
    max-width: 105rem;
  }
  .wrapper-small {
    max-width: 88.5rem;
  }
  .wrapper-x-small {
    max-width: 77rem;
  }
  blockquote {
    font-size: 1.8rem;
    padding: 0rem 6rem;
  }
  blockquote:before {
    font-size: 3.8rem;
  }
  .media-query-listener.mobile-view {
    display: none;
  }
  .media-query-listener.desktop-view {
    display: block;
  }
  .standard-section {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .standard-section.standard-section-small {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  figure.image-right, figure.image-left {
    max-width: 75%;
  }
}
@media screen and (min-width: 1100px) {
  .wrapper-lg {
    max-width: 160rem;
  }
  .row > .main-col.col {
    padding-right: 6rem;
  }
}
.page-title {
  background-color: #525d66;
  margin-bottom: 2rem;
  position: relative;
}
.page-title.no-image {
  padding: 2.5rem 0;
}
.page-title.no-image:after {
  display: none;
}
.page-title.has-image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-title.has-image .wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-title img {
  width: 100%;
}
.page-title h1, .page-title h2 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
  position: relative;
  text-shadow: 0.2rem 0.2rem 1.5rem #2c2c2b, -0.2rem -0.2rem 1.5rem #2c2c2b, 0 0 1.5rem #2c2c2b;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .page-title.no-image {
    padding: 3.5rem 0;
  }
}
.affiliates-listings .col {
  margin-bottom: 3.2rem;
}
.affiliates-listings .image-container {
  margin-bottom: 2rem;
}

.affiliate-item {
  margin-bottom: 0;
}
.affiliate-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding: 1.5rem 1.8rem;
}
.affiliate-item .callout-text {
  padding: 2.5rem 1.8rem;
}

.svg-county-map a:hover,
.svg-county-map a:focus {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .affiliates-listings {
    margin-top: 3rem;
  }
  .affiliates-listings .col {
    margin-bottom: 3.5rem;
  }
  .affiliate-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .affiliate-item .callout-text {
    flex-grow: 2;
  }
}
.article-image-container {
  margin: 1.5rem 0 2rem;
}

.article-video {
  margin: 1.5rem 0 2rem;
}

.article-details {
  font-weight: 600;
  margin-bottom: 3rem;
}
.article-details.article-details-listing {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .article-rte h1 {
    font-size: 4.1rem;
  }
}
.search-results {
  padding: 2rem 0;
}
.search-results .search-list {
  list-style: none;
  margin: 4rem 0 2rem;
  padding-left: 0;
}
.search-results .search-list li {
  margin-bottom: 2.5rem;
}

.grants-dates-table {
  margin-top: 2rem;
}
.grants-dates-table tbody td {
  background-color: #d8dce6;
  border-bottom: 0.1rem solid #525d66;
  border-left: 0.1rem solid #525d66;
  border-right: 0.1rem solid #525d66;
}
.grants-dates-table tbody tr:nth-child(2n) td {
  background-color: #e9edf7;
}
.grants-dates-table ul {
  padding-left: 2rem;
}
.grants-dates-table li {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .grants-dates-table td {
    min-width: 16rem;
  }
}
@media screen and (min-width: 992px) {
  .grants-dates-table td:first-child,
  .grants-dates-table td:nth-child(2),
  .grants-dates-table td:nth-child(3) {
    width: 22%;
  }
  .grants-dates-table ul {
    font-size: 1.3rem;
  }
}
.funds-search-results-list {
  padding-left: 0;
}
.funds-search-results-list li {
  margin-left: 3rem;
}

li.header-list-item {
  list-style: none;
  margin-left: 0;
}

.new-header {
  margin-top: 4rem;
}

.articles-search {
  margin-bottom: 4rem;
}
.articles-search select {
  text-transform: none;
}

.news-landing .news-listing-item .image-thumb {
  border: 0;
  flex: 0 0 12rem;
}
.news-landing .news-listing-item {
  margin-bottom: 4rem;
}
.news-landing .news-listing-item h2 {
  margin-bottom: 1rem;
}

.campaign-callout.article-listing-item .image-container {
  position: relative;
}

.article-listing-item .article-details,
.related-callout .article-details {
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .news-landing .news-listing-item {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign-callout.article-listing-item h2 {
    font-size: 2.4rem;
  }
  .campaign-callout.article-listing-item .image-container {
    flex: 0 0 22rem;
  }
  .campaign-callout.article-listing-item.video-article .image-container {
    flex: 0 0 100%;
  }
  .campaign-callout.article-listing-item .btn {
    text-transform: none;
  }
}
@media screen and (min-width: 1100px) {
  .campaign-callout.article-listing-item .image-container {
    flex: 0 0 27rem;
  }
}
.add-to-calendar-checkbox:checked + div.add-to-calendar-dropdown {
  display: block;
}

.calendar-container {
  display: inline-block;
  align-self: center;
  margin-right: 1rem;
  position: relative;
}
.calendar-container .icon-container {
  display: block;
}

.calendar-controls {
  display: inline-block;
  margin: 1rem 0 2rem;
}
.calendar-controls span {
  display: inline-block;
  font-weight: 700;
  padding: 1rem;
}
.calendar-controls span.no-prev {
  padding-left: 3rem;
}
.calendar-controls span.no-next {
  padding-right: 3rem;
}

.event-dates {
  margin-bottom: 0.5rem;
}
.event-dates .calendar-container {
  margin-right: 0.5rem;
}

.add-to-calendar-btn {
  font-size: 1.5rem;
  padding: 1rem;
}

.add-to-calendar-checkbox {
  opacity: 0;
  position: absolute;
  right: 100%;
}

.add-to-calendar-dropdown {
  background-color: #fff;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 20rem;
  z-index: 1;
}
.add-to-calendar-dropdown a {
  display: block;
  padding: 0.5rem 1rem;
}
.add-to-calendar-dropdown .icon {
  display: inline-block;
  margin-right: 1rem;
  width: 1.5rem;
}

.calendar-listing-item {
  display: flex;
  margin-bottom: 3rem;
}
.calendar-listing-item .calendar-view {
  align-self: flex-start;
  border: 0;
  font-size: 2rem;
  flex: 0 0 10rem;
  padding-bottom: 1rem;
  position: relative;
}
.calendar-listing-item .calendar-field {
  display: block;
  padding: 0 0.5rem;
  pointer-events: none;
}
.calendar-listing-item .calendar-content {
  padding-left: 2rem;
}
.calendar-listing-item .calendar-date {
  font-size: 3.5rem;
  line-height: 1;
  padding-top: 0.5rem;
}
.calendar-listing-item .calendar-container,
.calendar-listing-item .add-to-calendar label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calendar-listing-item .add-to-calendar {
  font-size: 1.5rem;
  margin-right: 0;
}
.calendar-listing-item .add-to-calendar label {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .event-dates .date-text {
    font-size: 1.8rem;
  }
}
.fund-listing-item:last-child {
  margin-bottom: 0;
}
.fund-listing-item .campaign-text .btn {
  text-transform: none;
}

.grants-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /*
  .range-col
  {
      min-width: 0;
  }*/
}
.grants-table-container td, .grants-table-container th {
  font-size: 1.2rem;
  min-width: 17rem;
}
.grants-table-container td p {
  margin-bottom: 1rem;
}
.grants-table-container td.deadline-col {
  border-right: 0;
}
.grants-table-container .apply-col {
  border-left: 0;
  min-width: 0;
  padding-left: 0;
}
.grants-table-container .apply-col .btn {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 1.25rem 0.75rem;
}

@media screen and (min-width: 992px) {
  .grants-table-container {
    overflow-x: visible;
  }
  .fund-listing-item .image-container {
    flex: 0 0 26.5rem;
  }
  .fund-listing-item .btn-container {
    margin-top: 3rem;
  }
}
.publication-item {
  margin-bottom: 4rem;
}
.publication-item:last-child {
  margin-bottom: 0;
}

.publication-callout .card-content {
  padding: 0.8rem;
}
.publication-callout .card-interior {
  line-height: 1.75;
}
.publication-callout .image-container {
  width: 60%;
  margin: 0 auto;
}
.publication-callout .image-container img {
  width: 100%;
}
.publication-callout .rte-content {
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .publication-callout .card-interior {
    display: flex;
  }
  .publication-callout .image-container {
    flex: 0 0 50%;
    padding-right: 2.7rem;
  }
}
.staff-list {
  margin-bottom: 2rem;
}
.staff-list h4 {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
.staff-list p {
  color: #525d66;
  font-weight: 600;
}

.staff-member-interior.modal-opener {
  cursor: pointer;
}

.staff-modal .image-container {
  max-width: 40rem;
  margin: 0 auto;
}
.staff-modal .member-detail {
  margin-bottom: 0.2rem;
}

.staff-sidebar {
  order: 2;
}

.past-staff-list-member {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .staff-spacer.spacer {
    height: 3rem;
  }
  .staff-member-interior.modal-opener {
    transition: opacity 0.5s ease;
  }
  .staff-member-interior.modal-opener:hover, .staff-member-interior.modal-opener:active {
    opacity: 0.75;
  }
  .staff-sidebar {
    order: initial;
  }
  .staff-sidebar .site-sidebar {
    padding-top: 0;
  }
  .staff-modal .member-title {
    padding-left: 28.5rem;
  }
  .staff-modal .modal-body {
    display: flex;
  }
  .staff-modal .image-container {
    align-self: flex-start;
    flex: 0 0 27.5rem;
    margin-top: -6rem;
  }
  .staff-modal .member-content {
    flex-grow: 2;
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
  .past-staff-list {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .staff-modal .member-title {
    padding-left: 33.5rem;
  }
  .staff-modal .image-container {
    flex: 0 0 32.5rem;
  }
}
.news-section {
  background-color: #fefefe;
  padding-bottom: 2.7rem;
  padding-top: 2.7rem;
  font-weight: 600;
}
.news-section h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.86px;
}
.news-section a {
  transition: opacity 0.5s ease;
}
.news-section a:hover, .news-section a:active {
  opacity: 0.7;
}

.news-listings {
  margin-bottom: 4.5rem;
}

.news-listing-item {
  margin-bottom: 1.5rem;
}
.news-listing-item .news-interior {
  color: #525d66;
  display: flex;
}
.news-listing-item h3 {
  margin-bottom: 0;
}
.news-listing-item .news-listing-date {
  font-size: 1.2rem;
}
.news-listing-item a.image-thumb:hover {
  opacity: 0.75;
}
.news-listing-item .image-thumb {
  align-self: flex-start;
  flex: 0 0 7.5rem;
  margin-top: 0.5rem;
  transition: opacity 0.5s ease;
}
.news-listing-item .news-listing-content {
  padding-left: 1rem;
}
.news-listing-item .news-listing-content > :last-child {
  margin-bottom: 0;
}

.home-calendar-listings ul {
  margin-bottom: 3rem;
}

.home-calendar-listing-item {
  display: flex;
  margin-bottom: 2rem;
}
.home-calendar-listing-item a {
  display: block;
}
.home-calendar-listing-item .date {
  color: #4e4e4e;
  font-size: 1.5rem;
}
.home-calendar-listing-item h4 {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .news-section h2 {
    font-size: 3.2rem;
  }
  .news-section .view-more {
    font-size: 1.7rem;
  }
  .news-listings {
    margin-bottom: 0;
  }
  .news-listing-item {
    margin-bottom: 4rem;
  }
  .news-listing-item .news-listing-date {
    font-size: 1.5rem;
  }
  .news-listing-item .image-thumb {
    flex: 0 0 10rem;
  }
  .news-listing-item .news-listing-content {
    padding-left: 1.5rem;
  }
  .home-calendar-listings ul {
    margin-bottom: 3rem;
  }
  .home-calendar-listing-item {
    margin-bottom: 1.25rem;
  }
  .home-calendar-listing-item .date {
    font-size: 2rem;
  }
  .home-calendar-listing-item h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .stats-section .stat br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .stats-section {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .stats-section .stat {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .home-calendar-listings {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tablet-up {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  .phone-only {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
.tablet-only {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-only {
    display: block !important;
  }
}
@media print {
  header,
  nav,
  footer {
    display: none;
  }
  img {
    max-width: 500px;
  }
  body {
    font: 14pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
}
div#lhnHocButton * {
  box-sizing: content-box !important;
}

#lhnHocBellSound {
  display: none !important;
}

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