/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html,
body {
  height: 100%;
  font-size: 100%; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style-type: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input,
select {
  vertical-align: middle; }

html {
  box-sizing: border-box; }

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

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/*     
--------------------------------------------------
COLORS
-------------------------------------------------- 
*/
.strathmore-fiftyfifty-heading, .strathmore-edp-heading,
.visually-hidden,
.sr-only {
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important; }


.hide {
  display: none !important;
  visibility: hidden !important; }

:root {
  --responsive-h1: 5.5rem;
  --responsive-h1-alt: 3.5rem;
  --responsive-h2: 3rem;
  --responsive-h3: 2.75rem;
  --responsive-h4: 2.125rem;
  --responsive-h5: 1.75rem;
  --responsive-h6: 1.125rem;
  --responsive-quote: 3rem;
  --responsive-large: 1.5rem;
  --responsive-body: 1.25rem;
  --responsive-small: 1rem;
  --responsive-tiny: 1rem;
  --responsive-h1-line: 1.095;
  --responsive-h1-alt-line: 1.14;
  --responsive-h2-line: 1.167;
  --responsive-h3-line: 1.229;
  --responsive-h4-line: 1.294;
  --responsive-h5-line: 1.357;
  --responsive-h6-line: 1.333;
  --responsive-large-line: 1.5;
  --responsive-body-line: 1.6;
  --responsive-small-line: 1.5;
  --responsive-tiny-line: 1.5;
  --responsive-quote-line: 1.16;
  --text-margin: 0.875em; }
  @media (max-width: 1440px) {
    :root {
      --navigation-font-size: 1.125rem;
      --responsive-h1: 4rem;
      --responsive-h2: 2.5rem;
      --responsive-h3: 2rem;
      --responsive-h4: 1.75rem;
      --responsive-h5: 1.375rem;
      --responsive-h6: 0.875rem;
      --responsive-h1-line: 1.125;
      --responsive-h2-line: 1.2;
      --responsive-h3-line: 1.3125;
      --responsive-h4-line: 1.36;
      --responsive-h5-line: 1.455;
      --responsive-h6-line: 1.428;
      --responsive-h1-alt: 3rem;
      --responsive-h1-alt-line: 1.166; } }
  @media (max-width: 1024px) {
    :root {
      --responsive-large: 1.25rem;
      --responsive-small: 0.875rem;
      --responsive-body: 1rem;
      --responsive-quote: 2rem;
      --responsive-large-line: 1.4;
      --responsive-small-line: 1.576;
      --responsive-body-line: 1.5;
      --responsive-quote-line: 1.25; } }
  @media (max-width: 640px) {
    :root {
      --responsive-h1: 2.5rem;
      --responsive-h2: 2rem;
      --responsive-h3: 1.75rem;
      --responsive-h4: 1.5rem;
      --responsive-h5: 1.25rem;
      --responsive-quote: 1.75rem;
      --responsive-h1-line: 1.2;
      --responsive-h1-alt: 2.25rem;
      --responsive-h1-alt-line: 1.28;
      --responsive-h2-line: 1.25;
      --responsive-h3-line: 1.36;
      --responsive-h4-line: 1.418;
      --responsive-h5-line: 1.5;
      --responsive-quote-line: 1.285; } }

body {
  font-family: "Lora", Times New Roman, Georgia, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-size: var(--responsive-body);
  color: #424243; }

h1, h1 > p, .h1-style, .h1-style > p, .page-title, .hero-title {
  font-size: 5.5rem;
  font-size: var(--responsive-h1);
  line-height: 1.095;
  line-height: var(--responsive-h1-line); }

h1.alt, h1.alt > p, .h1-alt-style, .h1-alt-style > p {
  font-size: 3.5rem;
  font-size: var(--responsive-h1-alt);
  line-height: 1.14;
  line-height: var(--responsive-h1-alt-line); }

h2, h2 > p, .h2-style, .h2-style > p {
  font-size: 3rem;
  font-size: var(--responsive-h2);
  line-height: 1.167;
  line-height: var(--responsive-h2-line); }

h3, h3 > p, .h3-style, .h3-style > p, .card-title {
  font-size: 2.75rem;
  font-size: var(--responsive-h3);
  line-height: 1.229;
  line-height: var(--responsive-h3-line); }

h4, h4 > p, .h4-style, .h4-style > p, legend, .listing-item-content-title a > p, .listing-item-content-title > p {
  font-size: 2.125rem;
  font-size: var(--responsive-h4);
  line-height: 1.294;
  line-height: var(--responsive-h4-line); }

h5, h5 > p, .h5-style, .h5-style > p, .accordion-trigger {
  font-size: 1.75rem;
  font-size: var(--responsive-h5);
  line-height: 1.357;
  line-height: var(--responsive-h5-line); }

h6, h6 > p, .h6-style, .h6-style > p, .umbraco-forms-field.fileupload label, .card-pretitle {
  font-size: 1.125rem;
  font-size: var(--responsive-h6);
  line-height: 1.333;
  line-height: var(--responsive-h6-line); }


p,
label,
input,
li {
  font-size: 1.25rem;
  font-size: var(--responsive-body);
  line-height: 1.6;
  line-height: var(--responsive-body-line); }

.quote-container blockquote .quote > p,
blockquote,
.quote {
  font-size: 3rem;
  font-size: var(--responsive-quote);
  line-height: 1.16;
  line-height: var(--responsive-quote-line); }


.large,
.large p,
.large li {
  font-size: 1.5rem;
  font-size: var(--responsive-large);
  line-height: 1.5;
  line-height: var(--responsive-large-line); }

label:nth-child(n), .field-validation-error, .umbraco-forms-field.fileupload input, .strathmore-gallery-item-caption, .strathmore-edp-event-alert p, .memberships-alert.memberships-global-alert p,
.small,
.small p,
.small li {
  font-size: 1rem;
  font-size: var(--responsive-small);
  line-height: 1.5;
  line-height: var(--responsive-small-line); }


.label-bold, .strathmore-nav-main .nav-item-btn,
.label, .strathmore-image figcaption p, .card-caption-wysiwyg > p, .strathmore-video figcaption p, .field-validation-error, .field-validation-success, .strathmore-translate-mobile select, .strathmore-translate-trigger,
.tiny,
.form-text {
  font-size: 1rem;
  font-size: var(--responsive-tiny);
  line-height: 1.5;
  line-height: var(--responsive-tiny-line);
  font-family: "Lato", Helvetica, Arial, sans-serif; }


.label-bold, .strathmore-nav-main .nav-item-btn,
.label {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  display: block;
  padding: 0;
  font-size: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  border-radius: 0; }
  
  .label-bold {
    font-weight: 900; }

h1, h1 > p, .h1-style, .h1-style > p, .page-title, .hero-title, h1.alt, h1.alt > p, .h1-alt-style, .h1-alt-style > p, h2, h2 > p, .h2-style, .h2-style > p, h6, h6 > p, .h6-style, .h6-style > p, .umbraco-forms-field.fileupload label, .card-pretitle {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

h3, h3 > p, .h3-style, .h3-style > p, .card-title, h4, h4 > p, .h4-style, .h4-style > p, legend, .listing-item-content-title a > p, .listing-item-content-title > p, h5, h5 > p, .h5-style, .h5-style > p, .accordion-trigger {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

h6, h6 > p, .h6-style, .h6-style > p, .umbraco-forms-field.fileupload label, .card-pretitle {
  letter-spacing: 0.02rem; }

.visually-hidden + * {
  margin-top: 0; }

.light {
  font-weight: 400; }

.bold {
  font-weight: 700; }

sup,
sub {
  font-size: calc(50% + 0.4rem);
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.4em; }

sub {
  top: 0.4em; }

a,
.hyperlink {
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
  color: #424243;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: #F15B3B;
          text-decoration-color: #F15B3B; }
  a svg,
  .hyperlink svg {
    transition: 0.3s;
    fill: #424243; }
  a:hover, a:active, a:focus,
  .hyperlink:hover,
  .hyperlink:active,
  .hyperlink:focus {
    transition: 0.3s;
    text-decoration: none;
    color: #424243; }
  a.anchor-link-offset,
  .hyperlink.anchor-link-offset {
    position: relative;
    z-index: -1;
    cursor: default;
    pointer-events: none;
    opacity: 0;
    visibility: hidden; }
    a.anchor-link-offset:before,
    .hyperlink.anchor-link-offset:before {
      display: block;
      content: " ";
      margin-top: -129px;
      height: 129px;
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 767px) {
        a.anchor-link-offset:before,
        .hyperlink.anchor-link-offset:before {
          margin-top: -73px;
          height: 73px; } }

.btn-primary, .btn-secondary, .btn-primary-inverted, *.btn:not(span), *.btn-sm:not(span), *.btn-xs:not(span), *.btn-lg:not(span), span.btn > a, span.btn-sm > a, span.btn-xs > a, span.btn-lg > a, .btn, .btn-primary a, .btn-secondary a, .btn-primary-inverted a, *.btn-sm:not(span) a, *.btn-xs:not(span) a, *.btn-lg:not(span) a, .btn a, .sponsors-list-item-link, .unlink {
  text-decoration: none;
  color: initial;
  background: initial; }
  .btn-primary:before, .btn-secondary:before, .btn-primary-inverted:before, .btn-sm:not(span):before, .btn-xs:not(span):before, .btn-lg:not(span):before, span.btn-sm > a:before, span.btn-xs > a:before, span.btn-lg > a:before, .btn:before, .btn-primary a:before, .btn-secondary a:before, .btn-primary-inverted a:before, *.btn-sm:not(span) a:before, *.btn-xs:not(span) a:before, *.btn-lg:not(span) a:before, span.btn-sm > a a:before, span.btn-xs > a a:before, span.btn-lg > a a:before, .btn a:before, .sponsors-list-item-link:before, .btn-primary:after, .btn-secondary:after, .btn-primary-inverted:after, .btn-sm:not(span):after, .btn-xs:not(span):after, .btn-lg:not(span):after, span.btn-sm > a:after, span.btn-xs > a:after, span.btn-lg > a:after, .btn:after, .btn-primary a:after, .btn-secondary a:after, .btn-primary-inverted a:after, *.btn-sm:not(span) a:after, *.btn-xs:not(span) a:after, *.btn-lg:not(span) a:after, span.btn-sm > a a:after, span.btn-xs > a a:after, span.btn-lg > a a:after, .btn a:after, .sponsors-list-item-link:after, .unlink:before, .unlink:after {
    content: none; }

ul.unstyled, ol.unstyled {
  list-style-type: none;
  margin-left: 0; }

.rich-text {
  margin: 0 auto;
  max-width: 53.5rem; }
  @media screen and (max-width: 2200px) {
    .rich-text {
      max-width: 49rem; } }
  @media screen and (max-width: 1024px) {
    .rich-text {
      max-width: 36.5rem; } }
  @media screen and (max-width: 640px) {
    .rich-text {
      max-width: none; } }
  .rich-text > h3 + h3 {
    margin-top: var(--text-margin); }
  .rich-text > h3 + h4 {
    margin-top: var(--text-margin); }
  .rich-text > h3 + h5 {
    margin-top: var(--text-margin); }
  .rich-text > h3 + h6 {
    margin-top: var(--text-margin); }
  .rich-text > h3 + p {
    margin-top: var(--text-margin); }
  .rich-text > h3 + ul {
    margin-top: var(--text-margin); }
  .rich-text > h3 + ol {
    margin-top: var(--text-margin); }
  .rich-text > h4 + h3 {
    margin-top: var(--text-margin); }
  .rich-text > h4 + h4 {
    margin-top: var(--text-margin); }
  .rich-text > h4 + h5 {
    margin-top: var(--text-margin); }
  .rich-text > h4 + h6 {
    margin-top: var(--text-margin); }
  .rich-text > h4 + p {
    margin-top: var(--text-margin); }
  .rich-text > h4 + ul {
    margin-top: var(--text-margin); }
  .rich-text > h4 + ol {
    margin-top: var(--text-margin); }
  .rich-text > h5 + h3 {
    margin-top: var(--text-margin); }
  .rich-text > h5 + h4 {
    margin-top: var(--text-margin); }
  .rich-text > h5 + h5 {
    margin-top: var(--text-margin); }
  .rich-text > h5 + h6 {
    margin-top: var(--text-margin); }
  .rich-text > h5 + p {
    margin-top: var(--text-margin); }
  .rich-text > h5 + ul {
    margin-top: var(--text-margin); }
  .rich-text > h5 + ol {
    margin-top: var(--text-margin); }
  .rich-text > h6 + h3 {
    margin-top: var(--text-margin); }
  .rich-text > h6 + h4 {
    margin-top: var(--text-margin); }
  .rich-text > h6 + h5 {
    margin-top: var(--text-margin); }
  .rich-text > h6 + h6 {
    margin-top: var(--text-margin); }
  .rich-text > h6 + p {
    margin-top: var(--text-margin); }
  .rich-text > h6 + ul {
    margin-top: var(--text-margin); }
  .rich-text > h6 + ol {
    margin-top: var(--text-margin); }
  .rich-text > p + h3 {
    margin-top: var(--text-margin); }
  .rich-text > p + h4 {
    margin-top: var(--text-margin); }
  .rich-text > p + h5 {
    margin-top: var(--text-margin); }
  .rich-text > p + h6 {
    margin-top: var(--text-margin); }
  .rich-text > p + p {
    margin-top: var(--text-margin); }
  .rich-text > p + ul {
    margin-top: var(--text-margin); }
  .rich-text > p + ol {
    margin-top: var(--text-margin); }
  .rich-text > ul + h3 {
    margin-top: var(--text-margin); }
  .rich-text > ul + h4 {
    margin-top: var(--text-margin); }
  .rich-text > ul + h5 {
    margin-top: var(--text-margin); }
  .rich-text > ul + h6 {
    margin-top: var(--text-margin); }
  .rich-text > ul + p {
    margin-top: var(--text-margin); }
  .rich-text > ul + ul {
    margin-top: var(--text-margin); }
  .rich-text > ul + ol {
    margin-top: var(--text-margin); }
  .rich-text > ol + h3 {
    margin-top: var(--text-margin); }
  .rich-text > ol + h4 {
    margin-top: var(--text-margin); }
  .rich-text > ol + h5 {
    margin-top: var(--text-margin); }
  .rich-text > ol + h6 {
    margin-top: var(--text-margin); }
  .rich-text > ol + p {
    margin-top: var(--text-margin); }
  .rich-text > ol + ul {
    margin-top: var(--text-margin); }
  .rich-text > ol + ol {
    margin-top: var(--text-margin); }
  .rich-text > * + h1,
  .rich-text > * + h2,
  .rich-text > * + h3,
  .rich-text > * + h4,
  .rich-text > * + h5,
  .rich-text > * + h6,
  .rich-text > div > * + h1,
  .rich-text > div > * + h2,
  .rich-text > div > * + h3,
  .rich-text > div > * + h4,
  .rich-text > div > * + h5,
  .rich-text > div > * + h6 {
    margin-top: var(--text-margin); }
  .rich-text > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .rich-text {
      margin: 0; } }
  .rich-text a {
    font-weight: 700; }
  .rich-text ol, .rich-text ul {
    padding-left: 1.5rem; }
    .rich-text ol li, .rich-text ul li {
      padding-left: 0.25rem; }
  .rich-text ol {
    list-style-type: decimal; }
  .rich-text ul {
    list-style-type: disc; }

a:not([class*="btn"]):hover,
.hyperlink:hover, .strathmore-video-thumbnail-trigger:before, a,
area,
input,
select,
textarea,
button,
iframe, .form-control, input[type="checkbox"] + label,
input[type="checkbox"] + input[type="hidden"] + label,
input[type="radio"] + label,
input[type="radio"] + input[type="hidden"] + label {
  outline: 2px solid transparent;
  outline-offset: 3px;
  transition: 0.3s all; }

.strathmore-video-thumbnail-trigger:focus:before, .strathmore-video-thumbnail-trigger:active:before, .strathmore-video-thumbnail-trigger:focus:active:before, a:focus, a:active, a:focus:active,
area:focus,
area:active,
area:focus:active,
input:focus,
input:active,
input:focus:active,
select:focus,
select:active,
select:focus:active,
textarea:focus,
textarea:active,
textarea:focus:active,
button:focus,
button:active,
button:focus:active,
iframe:focus,
iframe:active,
iframe:focus:active, .form-control:focus, .form-control:active, .form-control:focus:active, input[type="checkbox"]:focus + label,
input[type="checkbox"]:focus + input[type="hidden"] + label,
input[type="radio"]:focus + label,
input[type="radio"]:focus + input[type="hidden"] + label {
  outline-offset: 2px;
  outline: 1px solid #424243; }

.btn-primary, .btn-secondary, .btn-primary-inverted, *.btn:not(span), *.btn-sm:not(span), *.btn-xs:not(span), *.btn-lg:not(span), span.btn > a, span.btn-sm > a, span.btn-xs > a, span.btn-lg > a, .btn {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: .75rem 1.75rem;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.02rem; }
  .btn-primary[disabled], .btn-secondary[disabled], .btn-primary-inverted[disabled], .btn[disabled]:not(span), .btn-sm[disabled]:not(span), .btn-xs[disabled]:not(span), .btn-lg[disabled]:not(span), span.btn > a[disabled], span.btn-sm > a[disabled], span.btn-xs > a[disabled], span.btn-lg > a[disabled], .disabled.btn-primary, .disabled.btn-secondary, .disabled.btn-primary-inverted, .disabled.btn:not(span), .disabled.btn-sm:not(span), .disabled.btn-xs:not(span), .disabled.btn-lg:not(span), span.btn > a.disabled, span.btn-sm > a.disabled, span.btn-xs > a.disabled, span.btn-lg > a.disabled, .btn[disabled], .btn.disabled {
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none; }
  .btn-primary svg, .btn-secondary svg, .btn-primary-inverted svg, *.btn:not(span) svg, *.btn-sm:not(span) svg, *.btn-xs:not(span) svg, *.btn-lg:not(span) svg, span.btn > a svg, span.btn-sm > a svg, span.btn-xs > a svg, span.btn-lg > a svg, .btn svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle; }

.btn-primary {
  background-color: #F15B3B;
  color: #ffffff;
  border: 2px solid transparent; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #ffffff;
    border-color: #F15B3B;
    color: #F15B3B; }
  .btn-primary:active {
    background-color: #F15B3B;
    color: #ffffff;
    border: 2px solid transparent; }
  .btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
    border-color: transparent;
    background: #777777;
    color: #ffffff; }

.btn-secondary {
  color: #424243;
  background-color: #ffffff;
  border: 2px solid #424243; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #ffffff;
    border-color: #F15B3B;
    color: #F15B3B; }
  .btn-secondary:active {
    background-color: #F15B3B;
    color: #ffffff;
    border: 2px solid transparent; }
  .btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary[disabled] {
    border-color: transparent;
    background: #777777;
    color: #ffffff; }

.btn-primary-inverted {
  color: #F15B3B;
  background-color: #ffffff;
  border: 2px solid #F15B3B; }
  .btn-primary-inverted:hover, .btn-primary-inverted:focus {
    background-color: #F15B3B;
    border-color: #F15B3B;
    color: #ffffff; }
  .btn-primary-inverted:active {
    background-color: #F15B3B;
    color: #ffffff;
    border: 2px solid transparent; }
  .btn-primary-inverted.disabled, .btn-primary-inverted:disabled, .btn-primary-inverted[disabled] {
    border-color: transparent;
    background: #777777;
    color: #ffffff; }

.strathmore-nav-main .nav-item-btn, .strathmore-searchbar-submit, .strathmore-modal-close, .accordion-trigger, .strathmore-video-thumbnail-trigger, .memberships .levels-list-level, .ace-cal-filters-modal-close,
.un-button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline;
  text-align: left; }
  .strathmore-nav-main .nav-item-btn:hover, .strathmore-searchbar-submit:hover, .strathmore-modal-close:hover, .accordion-trigger:hover, .strathmore-video-thumbnail-trigger:hover, .memberships .levels-list-level:hover, .ace-cal-filters-modal-close:hover, .strathmore-nav-main .nav-item-btn:focus, .strathmore-searchbar-submit:focus, .strathmore-modal-close:focus, .accordion-trigger:focus, .strathmore-video-thumbnail-trigger:focus, .memberships .levels-list-level:focus, .ace-cal-filters-modal-close:focus,
  .un-button:hover,
  .un-button:focus {
    background: transparent;
    border: 0; }
  .strathmore-nav-main .nav-item-btn[disabled], .strathmore-searchbar-submit[disabled], .strathmore-modal-close[disabled], .accordion-trigger[disabled], .strathmore-video-thumbnail-trigger[disabled], .memberships .levels-list-level[disabled], .ace-cal-filters-modal-close[disabled], .strathmore-nav-main .disabled.nav-item-btn, .disabled.strathmore-searchbar-submit, .disabled.strathmore-modal-close, .disabled.accordion-trigger, .disabled.strathmore-video-thumbnail-trigger, .memberships .disabled.levels-list-level, .disabled.ace-cal-filters-modal-close,
  .un-button[disabled],
  .un-button.disabled {
    opacity: 0.7;
    cursor: not-allowed; }

.icon-btn-round,
.icon-btn {
  position: relative;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer; }

.icon-btn-round {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%; }

@-webkit-keyframes fadeInAndUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInAndUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes scrollSlideUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes scrollSlideUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes nudgeUp {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 1;
    visibility: visible; } }

@keyframes nudgeUp {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    opacity: 0;
    visibility: visible; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    opacity: 0;
    visibility: visible; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

.strathmore-footer-venues, .strathmore-footer-links, .strathmore-edp {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 1440px) {
    .strathmore-footer-venues, .strathmore-footer-links, .strathmore-edp {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media screen and (max-width: 1024px) {
    .strathmore-footer-venues, .strathmore-footer-links, .strathmore-edp {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
  padding-left: 4.25rem;
  padding-right: 4.25rem; }
  @media screen and (max-width: 2200px) {
    .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media screen and (max-width: 1440px) {
    .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media screen and (max-width: 1024px) {
    .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (max-width: 640px) {
    .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
      padding-left: 1rem;
      padding-right: 1rem; } }


.background-pattern {
  background-repeat: no-repeat, repeat;
  background-size: cover, 196px 196px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .15; }


.simple-2-col-container {
  margin-bottom: -2.5rem; }
  @media screen and (max-width: 2200px) {
    
    .simple-2-col-container {
      margin-bottom: -2rem; } }
  @media screen and (max-width: 1440px) {
    
    .simple-2-col-container {
      margin-bottom: -1rem; } }
  @media (min-width: 1025px) {
    
    .simple-2-col-container {
      display: flex;
      flex-wrap: wrap; } }


.simple-2-col-item {
  margin-right: 2rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 2200px) {
    
    .simple-2-col-item {
      margin-right: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 1440px) {
    
    .simple-2-col-item {
      margin-right: 2rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 1024px) {
    
    .simple-2-col-item {
      margin-right: 2rem; } }
  @media screen and (max-width: 640px) {
    
    .simple-2-col-item {
      margin-right: 1rem;
      margin-bottom: 1rem; } }
  @media (min-width: 1025px) {
    
    .simple-2-col-item {
      flex: 0 0 auto; }
      
      .simple-2-col-item:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 1025px) and (max-width: 1440px) {
    
    .simple-2-col-item {
      width: calc(50% - 1rem); } }
  @media (min-width: 1441px) {
    
    .simple-2-col-item {
      width: calc(50% - 1rem); } }
  @media (max-width: 1024px) {
    
    .simple-2-col-item {
      width: 100%;
      margin-right: 0; } }

.svg-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative; }
  .svg-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .svg-icon-text {
    width: 1em;
    height: 1em;
    vertical-align: bottom; }

.test-container.accent-strathmore-orange .accent-color {
  color: #F15B3B; }

.test-container.accent-strathmore-turquoise .accent-color {
  color: #2BA3AC; }

.test-container.accent-bloom-purple .accent-color {
  color: #5B55A4; }

.test-container.accent-amp-black .accent-color {
  color: #2B2B2B; }

.test-container.accent-education-gold .accent-color {
  color: #FBAC2C; }

.test-container.accent-music-center-blue .accent-color {
  color: #487E96; }

.test-container.accent-mansion-magenta .accent-color {
  color: #C34F71; }

.test-container.accent-community-green .accent-color {
  color: #B3C135; }

.test-container.accent-none .accent-color {
  color: transparent; }

.component:not(.full-bleed), .page-title, .strathmore-footer-venues, .strathmore-footer-links, .strathmore-footer-copyright, .strathmore-image-container.full-bleed figcaption, .hero-title, .hero-images-inner, .breadcrumbs-nav, .strathmore-alert-global, .strathmore-video.full-bleed figcaption, .strathmore-edp.full-width .strathmore-edp-inner, .strathmore-hero-content, .memberships-alert.memberships-global-alert, .ace-cal-filters, .ace-cal-grid, .ace-cal-list-container, .ace-cal-subnav {
  margin-left: 13.75rem;
  margin-right: 13.75rem; }
  @media screen and (max-width: 1440px) {
    .component:not(.full-bleed), .page-title, .strathmore-footer-venues, .strathmore-footer-links, .strathmore-footer-copyright, .strathmore-image-container.full-bleed figcaption, .hero-title, .hero-images-inner, .breadcrumbs-nav, .strathmore-alert-global, .strathmore-video.full-bleed figcaption, .strathmore-edp.full-width .strathmore-edp-inner, .strathmore-hero-content, .memberships-alert.memberships-global-alert, .ace-cal-filters, .ace-cal-grid, .ace-cal-list-container, .ace-cal-subnav {
      margin-left: 7.5rem;
      margin-right: 7.5rem; } }
  @media screen and (max-width: 1024px) {
    .component:not(.full-bleed), .page-title, .strathmore-footer-venues, .strathmore-footer-links, .strathmore-footer-copyright, .strathmore-image-container.full-bleed figcaption, .hero-title, .hero-images-inner, .breadcrumbs-nav, .strathmore-alert-global, .strathmore-video.full-bleed figcaption, .strathmore-edp.full-width .strathmore-edp-inner, .strathmore-hero-content, .memberships-alert.memberships-global-alert, .ace-cal-filters, .ace-cal-grid, .ace-cal-list-container, .ace-cal-subnav {
      margin-left: 2rem;
      margin-right: 2rem; } }
  @media screen and (max-width: 640px) {
    .component:not(.full-bleed), .page-title, .strathmore-footer-venues, .strathmore-footer-links, .strathmore-footer-copyright, .strathmore-image-container.full-bleed figcaption, .hero-title, .hero-images-inner, .breadcrumbs-nav, .strathmore-alert-global, .strathmore-video.full-bleed figcaption, .strathmore-edp.full-width .strathmore-edp-inner, .strathmore-hero-content, .memberships-alert.memberships-global-alert, .ace-cal-filters, .ace-cal-grid, .ace-cal-list-container, .ace-cal-subnav {
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }

.component {
  padding-top: 2.5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 1440px) {
    .component {
      padding-top: 2rem;
      padding-bottom: 4rem; } }
  @media screen and (max-width: 1024px) {
    .component {
      padding-top: 1.5rem;
      padding-bottom: 3rem; } }
  .component + .component {
    padding-top: 0; }

.strathmore-image figcaption p, .card-caption-wysiwyg > p, .strathmore-video figcaption p {
  margin-top: 0.75rem;
  font-family: "Lora", Times New Roman, Georgia, sans-serif; }

.cards.accent-strathmore-orange.cards-showbackground .card, .cards.accent-strathmore-turquoise.cards-showbackground .card, .cards.accent-bloom-purple.cards-showbackground .card, .cards.accent-amp-black.cards-showbackground .card, .cards.accent-education-gold.cards-showbackground .card, .cards.accent-music-center-blue.cards-showbackground .card, .cards.accent-mansion-magenta.cards-showbackground .card, .cards.accent-community-green.cards-showbackground .card, .cards.accent-none.cards-showbackground .card, .card-img, .listing.accent-strathmore-orange .listing-item-image-inner, .listing.accent-strathmore-turquoise .listing-item-image-inner, .listing.accent-bloom-purple .listing-item-image-inner, .listing.accent-amp-black .listing-item-image-inner, .listing.accent-education-gold .listing-item-image-inner, .listing.accent-music-center-blue .listing-item-image-inner, .listing.accent-mansion-magenta .listing-item-image-inner, .listing.accent-community-green .listing-item-image-inner, .listing.accent-none .listing-item-image-inner {
  transition: 0.3s ease all; }

.hero-bg, .strathmore-video-thumbnail-trigger img, .listing-item-image-inner .image-block img, .strathmore-fiftyfifty .strathmore-image-block img, .strathmore-fiftyfifty .strathmore-video-block img, .strathmore-edp .strathmore-edp-media .strathmore-image-block img, .strathmore-hero-image img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local],
select,
textarea, .form-control {
  /* minimum size for form element font-size to prevent iOS resizing is 16px */
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
  max-width: 30rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border: 1px solid #EEEEEE; }
  input[disabled][type=text], input[disabled][type=number], input[disabled][type=password], input[disabled][type=tel], input[disabled][type=email], input[disabled][type=search], input[disabled][type=url], input[disabled][type=date], input[disabled][type=month], input[disabled][type=week], input[disabled][type=time], input[disabled][type=datetime], input[disabled][type=datetime-local], select[disabled],
  textarea[disabled],
  .form-control[disabled] {
    cursor: not-allowed;
    opacity: 0.75; }
  input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: rgba(238, 238, 238, 0.7);
    font-style: italic; }
  input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, select::-moz-placeholder,
  textarea::-moz-placeholder,
  .form-control::-moz-placeholder {
    color: rgba(238, 238, 238, 0.7);
    font-style: italic; }
  input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, select::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  .form-control::-ms-input-placeholder {
    color: rgba(238, 238, 238, 0.7);
    font-style: italic; }
  input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, input[type=url]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=week]::placeholder, input[type=time]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, select::placeholder,
  textarea::placeholder,
  .form-control::placeholder {
    color: rgba(238, 238, 238, 0.7);
    font-style: italic; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

label:nth-child(n) {
  font-weight: 700; }

label:not(.hidden):not(.visually-hidden) + input,
label:not(.hidden):not(.visually-hidden) + textarea,
label:not(.hidden):not(.visually-hidden) + select {
  margin-top: 0.25rem; }

.form-control {
  height: auto;
  min-height: 0; }

fieldset {
  margin-top: 5rem; }
  @media screen and (max-width: 1440px) {
    fieldset {
      margin-top: 4rem; } }
  @media screen and (max-width: 1024px) {
    fieldset {
      margin-top: 3rem; } }

legend {
  color: #424243; }

select {
  color: #424243;
  padding: 0.75rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 30rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border: 1px solid #777777;
  height: auto;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 16 14' fill='none' %3E %3Cpath fill='%23424243' d='M2.3,4.9l5.6,5.5l5.6-5.5H2.3z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 1rem; }
  select option {
    font-family: "Lato", Helvetica, Arial, sans-serif; }

.form-group label {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

fieldset {
  display: block; }

.inline-input-submit {
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .inline-input-submit > * + *:nth-child(n) {
    margin-top: 0; }
  .inline-input-submit > input,
  .inline-input-submit > select,
  .inline-input-submit > div {
    flex: 1 1 auto; }
  .inline-input-submit > a,
  .inline-input-submit > button {
    flex: 0 0 auto;
    min-width: 0; }

label > *[class*="btn"] {
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.form-item-full input[type=text], .form-item-full input[type=number], .form-item-full input[type=password], .form-item-full input[type=tel], .form-item-full input[type=email], .form-item-full input[type=search], .form-item-full input[type=url], .form-item-full input[type=date], .form-item-full input[type=month], .form-item-full input[type=week], .form-item-full input[type=time], .form-item-full input[type=datetime], .form-item-full input[type=datetime-local], .form-item-full select,
.form-item-full textarea,
.form-item-full .form-control {
  max-width: none;
  width: 100%; }

.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.form-item, .form-item-half {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .form-item fieldset, .form-item-half fieldset {
    display: block;
    width: 100%; }
  .form-item label, .form-item-half label {
    flex: 1 1 auto; }

.form-container {
  margin-right: -2rem; }

.form-item, .form-item-half {
  width: calc(100% - 2rem);
  margin-right: 2rem;
  margin-bottom: 2rem; }

.form-item-half {
  width: calc(50% - 2rem);
  max-width: remToPx(30rem)/2-1rem; }

@media screen and (max-width: 640px) {
  .form-container {
    margin-right: -1rem; }
  .form-item, .form-item-half {
    width: calc(100% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem; }
  .form-item-half {
    width: calc(50% - 1rem);
    max-width: remToPx(30rem)/2-0.5rem; }
  .form-item-half {
    width: calc(100% - 1rem);
    max-width: none; } }

.form-item-break {
  width: 100%;
  margin: 0;
  border: none; }

.label-hint {
  float: right;
  font-weight: 400; }

[data-validation-errors]:not([data-validation-errors="0"]) .form-item label,
[data-validation-errors]:not([data-validation-errors="0"]) .form-item-half label {
  flex: 0 1 auto; }

.field-validation-error {
  padding: 0.5rem; }

.input-validation-error:focus {
  box-shadow: 0 0 0 2px #CF3339; }

*:not(label) > input[type="checkbox"]:not(.umbraco-forms-checkbox),
*:not(label) > input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  *:not(label) > input[type="checkbox"]:not(.umbraco-forms-checkbox):focus,
  *:not(label) > input[type="radio"]:focus {
    outline: none;
    border: none;
    box-shadow: none; }

input[type="checkbox"] + label,
input[type="checkbox"] + input[type="hidden"] + label,
input[type="radio"] + label,
input[type="radio"] + input[type="hidden"] + label {
  position: relative;
  display: inline-block; }
  input[type="checkbox"] + label::before,
  input[type="checkbox"] + input[type="hidden"] + label::before,
  input[type="radio"] + label::before,
  input[type="radio"] + input[type="hidden"] + label::before {
    content: '';
    border: 2px solid #424243;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.3em; }

input[type="checkbox"]:checked + label::after,
input[type="checkbox"]:checked + input[type="hidden"] + label::after,
input[type="radio"]:checked + label::after,
input[type="radio"]:checked + input[type="hidden"] + label::after {
  content: '';
  position: absolute;
  display: inline-block; }

input[type="radio"] + label,
input[type="radio"] + input[type="hidden"] + label,
input[type="checkbox"] + label,
input[type="checkbox"] + input[type="hidden"] + label {
  padding-left: 1.5em; }
  input[type="radio"] + label::before,
  input[type="radio"] + input[type="hidden"] + label::before,
  input[type="checkbox"] + label::before,
  input[type="checkbox"] + input[type="hidden"] + label::before {
    width: 1em;
    height: 1em; }

input[type="checkbox"] + label::after,
input[type="checkbox"] + input[type="hidden"] + label::after {
  border: 2px solid #F15B3B;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  display: block;
  top: 0.45em;
  left: 0.0625em; }

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #ffffff; }

input[type="checkbox"] + label::after,
input[type="checkbox"] + input[type="hidden"] + label::after {
  width: 0.88889em;
  height: 0.5em; }

input[type="radio"] + label::before,
input[type="radio"] + input[type="hidden"] + label::before {
  border-radius: 50%; }

input[type="radio"] + label::after,
input[type="radio"] + input[type="hidden"] + label::after {
  background: #F15B3B;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  top: 0.3em;
  left: 0; }

input[type="radio"] + label::after,
input[type="radio"] + input[type="hidden"] + label::after {
  width: 1em;
  height: 1em; }

.umbraco-forms-row {
  display: flex;
  justify-content: space-between;
  margin-top: 0; }
  @media (max-width: 1024px) {
    .umbraco-forms-row {
      display: block; } }

.umbraco-forms-container {
  flex: 0 0 auto; }

.umbraco-forms-field.checkbox {
  margin: 0; }
  .umbraco-forms-field.checkbox label {
    padding: 0;
    min-height: 0; }

.umbraco-forms-field + .umbraco-forms-field,
.umbraco-forms-field + .umbraco-forms-field.checkbox {
  margin-top: 1rem; }

.umbraco-forms-checkbox[type="checkbox"]:nth-child(n) {
  position: static;
  margin: 0; }

.umbraco-forms-indicator {
  color: #CF3339; }

.umbraco-forms-label + * {
  margin-top: 0.5rem; }

.umbraco-forms-navigation {
  padding-bottom: 1.25rem; }

.umbraco-forms-page fieldset {
  margin-top: 1rem; }

.umbraco-forms-field .h6-style {
  text-transform: none !important;
  font-family: "Lora", Times New Roman, Georgia, sans-serif;
  font-weight: 700;
  font-size: 1rem; }

.field-validation-error {
  display: inline-block;
  color: #CF3339;
  padding: 0.5rem 0;
  position: relative; }

.field-validation-success {
  display: inline-block;
  color: #424243;
  padding: 0.5rem 0;
  position: relative; }

body {
  display: flex;
  flex-direction: column; }
  body.fixed {
    overflow: hidden; }

main {
  flex: 1 0 auto;
  position: relative; }

.page-header {
  top: 0;
  width: 100%;
  z-index: 200;
  position: fixed;
  margin: 0;
  padding: 0; }
  @media (max-width: 1024px) {
    .page-header {
      /*top: 0 !important;*/ } }

.page-title {
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  position: relative; }

.strathmore-nav {
  border-bottom: 1px solid #F7F3ED;
  background: #ffffff;
  padding-left: 13.75rem;
  padding-right: 13.75rem; }
  @media screen and (max-width: 1440px) {
    .strathmore-nav {
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
  @media screen and (max-width: 1024px) {
    .strathmore-nav {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (max-width: 640px) {
    .strathmore-nav {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .strathmore-nav-inner {
    padding: 1.5rem 0 0.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .strathmore-nav-inner-header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .strathmore-nav a {
    text-decoration: none;
    border-bottom: none; }
  .strathmore-nav-logo {
    height: 100%;
    margin-right: 2rem;
    max-width: 16.875rem; }
    .strathmore-nav-logo .logo-link {
      display: block; }

.strathmore-nav-main {
  display: flex;
  margin-bottom: 0;
  position: relative; }
  .strathmore-nav-main .nav-main-ul1 {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F7F3ED;
    z-index: 10;
    top: calc(100% + 0.5rem); }
    .strathmore-nav-main .nav-main-ul1[aria-hidden="true"] {
      display: none; }
    .strathmore-nav-main .nav-main-ul1-featured {
      width: 60%; }
      @media (min-width: 1025px) {
        .strathmore-nav-main .nav-main-ul1-featured {
          width: calc(100% / 2); } }
      .strathmore-nav-main .nav-main-ul1-featured-image {
        position: relative;
        overflow: hidden;
        height: 0;
        width: 100%;
        padding-bottom: 56.25%; }
        .strathmore-nav-main .nav-main-ul1-featured-image > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          -o-object-position: center center;
             object-position: center center;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
      .strathmore-nav-main .nav-main-ul1-featured-pretitle {
        display: block;
        color: #777777;
        font-size: 0.875rem;
        line-height: 1.428;
        margin: 1rem 0 0; }
      .strathmore-nav-main .nav-main-ul1-featured a {
        border-bottom: 2px solid #F15B3B; }
        .strathmore-nav-main .nav-main-ul1-featured a:hover {
          border-color: transparent; }
  .strathmore-nav-main .nav-main-li1 {
    margin-bottom: 0.5rem; }
    .strathmore-nav-main .nav-main-li1-item {
      color: #424243;
      font-family: "Lora", Times New Roman, Georgia, sans-serif;
      font-size: 1rem;
      border-bottom: 2px solid #F15B3B; }
      .strathmore-nav-main .nav-main-li1-item:hover, .strathmore-nav-main .nav-main-li1-item:focus {
        border-color: transparent; }
    .strathmore-nav-main .nav-main-li1-header .nav-main-li1-item {
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
  .strathmore-nav-main .nav-item {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
    @media screen and (max-width: 1024px) {
      .strathmore-nav-main .nav-item {
        margin-left: 0.25rem;
        margin-right: 0.25rem; } }
    @media screen and (max-width: 767px) {
      .strathmore-nav-main .nav-item {
        margin-left: 1rem;
        margin-right: 1rem; } }
    @media (min-width: 768px) {
      .strathmore-nav-main .nav-item:first-child {
        margin-left: 0; }
      .strathmore-nav-main .nav-item:last-child {
        margin-right: 0; } }
    .strathmore-nav-main .nav-item.has-children.open .nav-desktop-main-toggle:after, .strathmore-nav-main .nav-item.has-children.open .nav-mobile-main-toggle:after {
      border-color: #F15B3B;
      -webkit-transform: translateY(-0.17678rem) rotate(-135deg);
              transform: translateY(-0.17678rem) rotate(-135deg); }
    @media (min-width: 768px) {
      .strathmore-nav-main .nav-item.has-children.open .nav-item-btn {
        color: #F15B3B; } }
    .strathmore-nav-main .nav-item-btn {
      font-weight: 900;
      color: #424243;
      font-size: 1rem; }
      @media (min-width: 768px) and (max-width: 1440px) {
        .strathmore-nav-main .nav-item-btn {
          font-size: 0.875rem; } }
      .strathmore-nav-main .nav-item-btn span {
        border-bottom: 2px solid transparent; }
      @media (min-width: 768px) {
        .strathmore-nav-main .nav-item-btn {
          display: inline-block; }
          .strathmore-nav-main .nav-item-btn:hover span:not(.section-toggle-js) {
            border-bottom: 2px solid #F15B3B; } }

.strathmore-nav-desktop {
  display: none; }
  @media (min-width: 768px) {
    .strathmore-nav-desktop {
      padding-bottom: 0;
      display: block; } }
  .strathmore-nav-desktop-menu {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
  .strathmore-nav-desktop .strathmore-nav-main .nav-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .strathmore-nav-desktop .strathmore-nav-main .nav-item-li0:nth-last-child(-n+2) .nav-main-ul1 {
      right: 0;
      left: auto; }
  .strathmore-nav-desktop .strathmore-searchbar-input {
    font-size: 0.875rem; }
  .strathmore-nav-desktop .nav-main-ul1-subnav {
    display: flex;
    padding: 1.5rem;
    width: 34.75rem; }
    @media (min-width: 1025px) {
      .strathmore-nav-desktop .nav-main-ul1-subnav {
        width: 39.0625rem; } }
  .strathmore-nav-desktop .nav-main-ul1-links {
    margin-right: 2rem;
    width: calc(50% - 2rem); }
    @media (max-width: 1024px) {
      .strathmore-nav-desktop .nav-main-ul1-links {
        margin-right: 1.25rem;
        width: calc(40% - 2rem); } }

.nav-main-ul1-subnav, .nav-mobile-main-ul1-subnav {
  overflow: hidden;
  max-height: 0;
  width: 100%; }

.nav-main-ul1[aria-hidden="false"] > .nav-main-ul1-subnav, .nav-mobile-main-ul1[aria-hidden="false"] > .nav-main-ul1-subnav {
  overflow: visible;
  max-height: none;
  z-index: 101;
  -webkit-animation: slideOpen .5s ease;
          animation: slideOpen .5s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.nav-main-ul1[aria-hidden="false"] .nav-main-ul1-links, .nav-mobile-main-ul1[aria-hidden="false"] .nav-main-ul1-links {
  -webkit-animation: fadeIn .3s ease-in-out;
          animation: fadeIn .3s ease-in-out;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.nav-main-ul1[aria-hidden="false"] .nav-main-ul1-featured, .nav-mobile-main-ul1[aria-hidden="false"] .nav-main-ul1-featured {
  -webkit-animation: fadeIn .3s ease-in-out;
          animation: fadeIn .3s ease-in-out;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.strathmore-nav-toggle-container {
  display: flex;
  margin-left: 1.25rem; }
  .strathmore-nav-toggle-container svg {
    line-height: 0;
    font-size: 0; }
  .strathmore-nav-toggle-container .open {
    line-height: 1; }

.strathmore-nav-container-toggle {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer; }
  .strathmore-nav-container-toggle .close {
    display: none; }
  .strathmore-nav-container-toggle.active .open {
    display: none; }
  .strathmore-nav-container-toggle.active .close {
    display: block; }

.strathmore-nav-mobile {
  display: none;
  margin: 0;
  padding: 0; }
  .strathmore-nav-mobile.active {
    background: #F7F3ED; }
  @media (max-width: 767px) {
    .strathmore-nav-mobile {
      display: block; } }
  .strathmore-nav-mobile .strathmore-nav-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    padding: 1.5rem; }
  .strathmore-nav-mobile-menu {
    flex-basis: 100%;
    padding-top: 0; }
  .strathmore-nav-mobile-menu-container {
    visibility: hidden;
    max-height: 0;
    width: 100%;
    position: absolute;
    min-height: 110vh;
    z-index: 10; }
    .strathmore-nav-mobile-menu-container.active {
      visibility: visible;
      max-height: none; }

.strathmore-nav-mobile-menu-container {
  display: none;
  padding: 0;
  background: #F7F3ED; }
  .strathmore-nav-mobile-menu-container .strathmore-nav-main {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-top: 2rem;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .strathmore-nav-mobile-menu-container .strathmore-nav-main {
        margin-top: 3rem; } }
    .strathmore-nav-mobile-menu-container .strathmore-nav-main > .nav-item-li0 {
      flex: 0 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 1.25rem;
      -webkit-animation: fadeIn;
              animation: fadeIn;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      position: relative; }
      .strathmore-nav-mobile-menu-container .strathmore-nav-main > .nav-item-li0 > .nav-item-btn {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center; }
      .strathmore-nav-mobile-menu-container .strathmore-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
        padding: 0.75rem 0; }
        .strathmore-nav-mobile-menu-container .strathmore-nav-main > .nav-item-li0 .nav-mobile-main-ul1[aria-hidden="true"] {
          display: none; }
        .strathmore-nav-mobile-menu-container .strathmore-nav-main > .nav-item-li0 .nav-mobile-main-ul1[aria-hidden="false"] {
          display: block; }
      .strathmore-nav-mobile-menu-container .strathmore-nav-main > .nav-item-li0 .nav-main-li1 {
        margin-left: 0.75rem; }
        .strathmore-nav-mobile-menu-container .strathmore-nav-main > .nav-item-li0 .nav-main-li1-header {
          margin-left: 0; }
  .strathmore-nav-mobile-menu-container.active {
    display: flex;
    flex-direction: column; }

.strathmore-nav-mobile .strathmore-utility {
  display: flex;
  margin-top: 3rem;
  max-width: 100%;
  flex-wrap: wrap;
  margin-left: 0.75rem;
  margin-right: 0.75rem; }
  @media (max-width: 767px) {
    .strathmore-nav-mobile .strathmore-utility > div:nth-child(odd) {
      padding-right: 0.5rem; } }
  .strathmore-nav-mobile .strathmore-utility-item {
    width: 50%;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem; }
  @media screen and (max-width: 1024px) {
    .strathmore-nav-mobile .strathmore-utility {
      margin-left: 0.25rem;
      margin-right: 0.25rem; } }
  @media screen and (max-width: 767px) {
    .strathmore-nav-mobile .strathmore-utility {
      margin-left: 1rem;
      margin-right: 1rem; } }

.strathmore-utility {
  display: flex; }
  @media (min-width: 1025px) {
    .strathmore-utility {
      justify-content: flex-end;
      align-items: center;
      display: flex; } }
  .strathmore-utility-item {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .strathmore-utility-item {
        margin-right: 1.5rem; }
        .strathmore-utility-item:last-child {
          margin-right: 0; } }
    .strathmore-utility-item a, .strathmore-utility-item .strathmore-translate-trigger {
      border-bottom: 2px solid transparent; }
    .strathmore-utility-item svg {
      margin-left: 0.25rem;
      height: 1.5rem;
      width: 1.5rem;
      fill: #424243; }
    @media (min-width: 768px) {
      .strathmore-utility-item:hover > a, .strathmore-utility-item:hover > .strathmore-translate-trigger {
        border-bottom: 2px solid #F15B3B; }
      .strathmore-utility-item:hover > svg {
        fill: #F15B3B; } }

.strathmore-nav-toggle-container button {
  background: transparent;
  border: 0; }
  .strathmore-nav-toggle-container button svg {
    width: 1.45rem;
    height: 1rem;
    fill: #424243; }

.nav-desktop-main-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .nav-desktop-main-toggle:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    left: 0.3rem;
    top: 40%;
    -webkit-transform: translateY(-0.35355rem) rotate(45deg);
            transform: translateY(-0.35355rem) rotate(45deg);
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    border-color: #424243;
    border-style: solid;
    border-width: 0 2px 2px 0; }
  .nav-desktop-main-toggle:hover:before, .nav-desktop-main-toggle:focus:before {
    background: #ffffff; }
  .nav-desktop-main-toggle:hover:after, .nav-desktop-main-toggle:focus:after {
    border-color: #F15B3B; }

.nav-item-btn:hover .nav-desktop-main-toggle:after {
  border-color: #F15B3B; }

.nav-mobile-main-toggle {
  position: relative;
  /*@include responsive-property('padding-left', $standard-padding-map);*/ }
  .nav-mobile-main-toggle:before {
    display: block;
    content: '';
    width: 3rem;
    height: 3rem; }
  .nav-mobile-main-toggle:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-0.35355rem) rotate(45deg);
            transform: translateY(-0.35355rem) rotate(45deg);
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    border-color: #2BA3AC;
    border-style: solid;
    border-width: 0 2px 2px 0; }
  .nav-mobile-main-toggle:hover:before, .nav-mobile-main-toggle:focus:before {
    background: #ffffff; }
  .nav-mobile-main-toggle:hover:after, .nav-mobile-main-toggle:focus:after {
    border-color: #F15B3B; }

.nav-item-link-direct {
  position: relative; }
  .nav-item-link-direct:before {
    display: block;
    content: '';
    width: 3rem;
    height: 3rem;
    background: #ffffff; }
  .nav-item-link-direct:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-0.35355rem) rotate(-45deg);
            transform: translateY(-0.35355rem) rotate(-45deg);
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    border-color: #F15B3B;
    border-style: solid;
    border-width: 0 2px 2px 0; }
  .nav-item-link-direct:hover:before, .nav-item-link-direct:focus:before {
    background: #F15B3B; }
  .nav-item-link-direct:hover:after, .nav-item-link-direct:focus:after {
    border-color: #ffffff; }

.strathmore-footer-venues {
  display: flex; }
  @media (max-width: 767px) {
    .strathmore-footer-venues {
      flex-wrap: wrap; } }
  .strathmore-footer-venues-item {
    display: flex;
    flex-direction: column;
    width: calc(33% - 2rem);
    flex-grow: 1;
    margin-right: 2rem; }
    @media (max-width: 767px) {
      .strathmore-footer-venues-item {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-right: 0;
        margin-bottom: 3rem; }
        .strathmore-footer-venues-item:last-child {
          margin-bottom: 0; } }
  .strathmore-footer-venues-image {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
    .strathmore-footer-venues-image > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-position: center center;
         object-position: center center;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .strathmore-footer-venues-image-container {
      margin-bottom: 1rem;
      width: 3.75rem; }
      @media (max-width: 1024px) {
        .strathmore-footer-venues-image-container {
          width: 2.5rem; } }
  .strathmore-footer-venues-link {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem; }
    .strathmore-footer-venues-link svg {
      margin-left: 0.25rem;
      margin-top: 0.25rem;
      fill: #424243; }
      @media (max-width: 767px) {
        .strathmore-footer-venues-link svg {
          margin-top: 0; } }
    .strathmore-footer-venues-link:hover svg {
      fill: #F15B3B; }

.strathmore-footer-links {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0; }
  .strathmore-footer-links-container {
    background: #F7F3ED; }
  .strathmore-footer-links-col {
    flex-grow: 1;
    width: calc(33% - 2rem);
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    margin-right: 2rem;
    margin-bottom: 3rem; }
    @media (max-width: 900px) {
      .strathmore-footer-links-col {
        width: calc(50% - 2rem); }
        .strathmore-footer-links-col:last-child {
          width: 100%; } }
    @media (max-width: 767px) {
      .strathmore-footer-links-col {
        width: 100%;
        margin-right: 0; } }
    .strathmore-footer-links-col.rich-text a {
      font-weight: normal; }
  .strathmore-footer-links-social {
    display: flex;
    margin: 1.5rem 0; }
    .strathmore-footer-links-social-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (min-width: 641px) and (max-width: 900px) {
        .strathmore-footer-links-social-container {
          flex-direction: row;
          align-items: center; } }
      @media (max-width: 640px) {
        .strathmore-footer-links-social-container > * {
          margin-right: 0;
          margin-bottom: 2rem; } }
    .strathmore-footer-links-social > * {
      margin-right: 1.5rem; }
    .strathmore-footer-links-social a:hover svg {
      fill: #F15B3B; }

.strathmore-footer-copyright {
  padding-bottom: 3rem; }

.strathmore-back-to-top {
  border-top: 1px solid #F7F3ED;
  border-bottom: 1px solid #F7F3ED;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0; }
  .strathmore-back-to-top-btn {
    display: flex;
    align-content: center;
    align-items: center; }
    .strathmore-back-to-top-btn svg {
      width: 1rem;
      height: 1rem;
      fill: #000000;
      margin-left: 0.5rem; }
    .strathmore-back-to-top-btn:hover svg {
      fill: #F15B3B; }

/*GOOGLE TRANSLATE*/
.strathmore-translate {
  flex-direction: column;
  position: absolute;
  top: 0.25rem;
  right: 0;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  background: #F7F3ED;
  z-index: 20; }
  .strathmore-translate[aria-hidden=true] {
    display: none; }
  .strathmore-translate-desktop {
    display: flex; }
    @media (min-width: 768px) {
      .strathmore-translate-desktop:hover > .strathmore-translate-trigger {
        border-bottom: 2px solid #F15B3B; }
      .strathmore-translate-desktop:hover > svg {
        fill: #F15B3B; } }
    @media (max-width: 767px) {
      .strathmore-translate-desktop {
        display: none; } }
  .strathmore-translate-mobile {
    display: none; }
    @media (max-width: 767px) {
      .strathmore-translate-mobile {
        display: flex;
        align-items: center; } }
    .strathmore-translate-mobile select {
      -moz-appearance: none;
      appearance: none;
      -webkit-appearance: none;
      background: transparent;
      border: none;
      padding-right: 0;
      color: #424243;
      cursor: pointer; }
      .strathmore-translate-mobile select option {
        color: #424243; }
  .strathmore-translate-trigger {
    display: flex;
    align-items: center;
    color: #424243; }
  .strathmore-translate-btn {
    margin-bottom: 1rem;
    border-bottom: 2px solid #F15B3B;
    color: #424243;
    font-family: "Lora", Times New Roman, Georgia, sans-serif;
    font-size: 1rem; }
    .strathmore-translate-btn:hover {
      border-bottom: 2px solid transparent; }

.strathmore-utility-item.strathmore-utility-translate .strathmore-translate-trigger {
  border-bottom: 2px solid transparent; }

@media (max-width: 767px) {
  .strathmore-utility-item.strathmore-utility-translate .strathmore-translate-panel {
    margin-right: 0; } }

@media (min-width: 768px) {
  .strathmore-utility-item.strathmore-utility-translate {
    margin-right: 0; }
    .strathmore-utility-item.strathmore-utility-translate:hover .strathmore-translate-trigger {
      border-bottom-color: #F15B3B; }
      .strathmore-utility-item.strathmore-utility-translate:hover .strathmore-translate-trigger ~ svg {
        fill: #F15B3B; } }

.strathmore-searchbar-container {
  position: relative;
  color: #424243; }

.strathmore-searchbar input {
  border: 1px solid #777777;
  padding-right: 2.5rem;
  max-width: none;
  min-width: 9.375rem;
  font-family: "Lato", Helvetica, Arial, sans-serif; }
  .strathmore-searchbar input::-webkit-input-placeholder {
    color: #777777;
    font-style: normal; }
  .strathmore-searchbar input::-moz-placeholder {
    color: #777777;
    font-style: normal; }
  .strathmore-searchbar input::-ms-input-placeholder {
    color: #777777;
    font-style: normal; }
  .strathmore-searchbar input::placeholder {
    color: #777777;
    font-style: normal; }

.strathmore-searchbar-submit {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .strathmore-searchbar-submit svg {
    fill: #424243;
    height: 1.25rem;
    width: 1.25rem; }

/**
 * When the native `<dialog>` element is supported, the overlay is implied and
 * can be styled with `::backdrop`, which means the DOM one should be removed.
 *
 * The `data-a11y-dialog-native` attribute is set by the script when the
 * `<dialog>` element is properly supported.
 *
 * Feel free to replace `:first-child` with the overlay selector you prefer.
 */
[data-a11y-dialog-native] > :first-child {
  display: none; }

/**
 * When the `<dialog>` element is not supported, its default display is `inline`
 * which can cause layout issues. This makes sure the dialog is correctly
 * displayed when open.
 */
dialog[open] {
  display: block; }

/**
 * When the native `<dialog>` element is not supported, the script toggles the
 * `aria-hidden` attribute on the container. If `aria-hidden` is set to `true`,
 * the container should be hidden entirely.
 *
 * Feel free to replace `.dialog-container` with the container selector you
 * prefer.
 */
.dialog-container[aria-hidden='true'] {
  display: none; }

.strathmore-modal-wrapper {
  transition: .5s opacity;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  opacity: 1;
  overflow: auto; }
  .strathmore-modal-wrapper[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0; }

.strathmore-modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .strathmore-modal-overlay:focus {
    outline: none;
    box-shadow: none;
    border: none; }
  .strathmore-modal-overlay:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh; }

.strathmore-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  top: 2rem; }
  @media (max-width: 767px) {
    .strathmore-modal-dialog {
      width: 100%;
      bottom: auto; } }

.strathmore-modal-inner {
  position: relative;
  overflow: auto; }

.strathmore-modal-wrapper {
  padding: 4.25rem;
  padding-top: 2.5rem;
  background-color: rgba(66, 66, 67, 0.95); }

.strathmore-modal-inner {
  background-color: #ffffff;
  padding: 4.25rem; }
  @media screen and (max-width: 2200px) {
    .strathmore-modal-inner {
      padding: 4rem; } }
  @media screen and (max-width: 1440px) {
    .strathmore-modal-inner {
      padding: 3rem; } }
  @media screen and (max-width: 1024px) {
    .strathmore-modal-inner {
      padding: 2rem; } }
  @media screen and (max-width: 640px) {
    .strathmore-modal-inner {
      padding: 1rem; } }
  .strathmore-modal-inner-full-bleed {
    padding: 0; }

.strathmore-modal-close {
  width: 1.06066rem;
  height: 1.06066rem;
  position: absolute;
  right: 0;
  top: -2rem; }
  @media (max-width: 1024px) {
    .strathmore-modal-close {
      right: 0; } }
  .strathmore-modal-close span {
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 1.5rem;
    text-transform: uppercase; }
  .strathmore-modal-close:before, .strathmore-modal-close:after {
    content: '';
    display: block;
    width: 1.06066rem;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px); }
  .strathmore-modal-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .strathmore-modal-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.strathmore-back-to-top {
  border-top: 1px solid #F7F3ED;
  border-bottom: 1px solid #F7F3ED;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0; }
  .strathmore-back-to-top-btn {
    display: flex;
    align-content: center;
    align-items: center; }
    .strathmore-back-to-top-btn svg {
      width: 1rem;
      height: 1rem;
      fill: #000000;
      margin-left: 0.5rem; }
    .strathmore-back-to-top-btn:hover svg {
      fill: #F15B3B; }

.strathmore-image-container.full-width img {
  width: 100%;
  height: auto; }

.strathmore-image-container.centered {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .strathmore-image-container.centered {
      align-content: flex-start;
      align-items: flex-start; } }
  .strathmore-image-container.centered .strathmore-image {
    max-width: 80%; }
    @media (max-width: 640px) {
      .strathmore-image-container.centered .strathmore-image {
        max-width: none; } }

@media (min-width: 1025px) {
  .hero-title, .hero-images:after, .hero-images-inner > *, .hero-bg, .wave-page-bg-container.wave-page-bg-container-top {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: fadeInAndUp;
            animation-name: fadeInAndUp; } }

.hero {
  --responsive-hero-padding: 2rem;
  --responsive-hero-padding-lg: 8.8125rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 2rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 1440px) {
    .hero {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 1024px) {
    .hero {
      margin-bottom: 3rem; } }
  .hero + * {
    position: relative;
    z-index: 1; }
  @media (max-width: 1440px) {
    .hero {
      --responsive-hero-padding-lg: 7.125rem; } }
  @media (max-width: 1024px) {
    .hero {
      --responsive-hero-padding-lg: 3.25rem; } }
  @media (max-width: 640px) {
    .hero {
      --responsive-hero-padding: 1.25rem;
      --responsive-hero-padding-lg: 2rem; } }
  .hero-solo-image {
    --responsive-hero-padding-lg: 9.75rem; }
    @media (max-width: 1440px) {
      .hero-solo-image {
        --responsive-hero-padding-lg: 6.375rem; } }
    @media (max-width: 1024px) {
      .hero-solo-image {
        --responsive-hero-padding-lg: 3.3rem; } }
    @media (max-width: 640px) {
      .hero-solo-image {
        --responsive-hero-padding-lg: 3rem; } }
    .hero-solo-image .hero-image-primary {
      position: relative;
      overflow: hidden;
      height: 0;
      width: 100%;
      padding-bottom: 41.66667%; }
      .hero-solo-image .hero-image-primary > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -o-object-position: center center;
           object-position: center center;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
  @media (max-width: 640px) {
    .hero {
      overflow: initial;
      padding-bottom: 11.25rem;
      margin-bottom: -11.25rem; } }
  .hero.accent-strathmore-orange .hero-images:after {
    background-color: #F15B3B; }
  .hero.accent-strathmore-turquoise .hero-images:after {
    background-color: #2BA3AC; }
  .hero.accent-bloom-purple .hero-images:after {
    background-color: #5B55A4; }
  .hero.accent-amp-black .hero-images:after {
    background-color: #2B2B2B; }
  .hero.accent-education-gold .hero-images:after {
    background-color: #FBAC2C; }
  .hero.accent-music-center-blue .hero-images:after {
    background-color: #487E96; }
  .hero.accent-mansion-magenta .hero-images:after {
    background-color: #C34F71; }
  .hero.accent-community-green .hero-images:after {
    background-color: #B3C135; }
  .hero.accent-none .hero-images:after {
    background-color: transparent; }
  .hero-title {
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    position: relative; }
    .hero-title-image {
      margin-bottom: 2rem; }
      @media (max-width: 767px) {
        .hero-title-image {
          margin-bottom: 1rem; } }
  .hero-images {
    position: relative; }
    .hero-images:after {
      content: '';
      height: calc(50% + calc(var(--responsive-hero-padding-lg)/2) + 1px);
      width: 100%;
      left: 0;
      bottom: 0;
      background-color: #F15B3B;
      position: absolute;
      z-index: -2; }
      @media (min-width: 1025px) {
        .hero-images:after {
          opacity: 0; } }
    .hero-images-inner {
      display: flex;
      align-items: flex-end;
      position: relative;
      padding-right: 0;
      padding-left: 0;
      padding-bottom: var(--responsive-hero-padding-lg);
      z-index: 1; }
      @media (min-width: 1025px) {
        .hero-images-inner > * {
          opacity: 0;
          -webkit-animation-delay: 0.625s;
                  animation-delay: 0.625s; } }
      .hero-images-inner > *:first-child {
        flex-grow: 1;
        margin-bottom: 2.843602%; }
        @media (max-width: 640px) {
          .hero-images-inner > *:first-child {
            margin-bottom: 0; } }
      .hero-images-inner > *:only-child {
        margin-bottom: 0; }
      .hero-images-inner > *:nth-child(2) {
        width: 23%; }
        @media (min-width: 1025px) {
          .hero-images-inner > *:nth-child(2) {
            -webkit-animation-delay: 0.75s;
                    animation-delay: 0.75s; } }
        @media (max-width: 768px) {
          .hero-images-inner > *:nth-child(2) {
            width: 25.71%; } }
        @media (max-width: 640px) {
          .hero-images-inner > *:nth-child(2) {
            display: none; } }
      .hero-images-inner > *:nth-child(3) {
        width: 20%;
        margin-top: 1.421801%;
        align-self: start; }
        @media (max-width: 768px) {
          .hero-images-inner > *:nth-child(3) {
            display: none; } }
        @media (min-width: 1025px) {
          .hero-images-inner > *:nth-child(3) {
            -webkit-animation-delay: 0.875s;
                    animation-delay: 0.875s; } }
  .hero-image {
    flex-shrink: 0;
    flex-grow: 0; }
    .hero-image-primary {
      position: relative;
      overflow: hidden;
      height: 0;
      width: 100%;
      padding-bottom: 56.25%; }
      .hero-image-primary > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -o-object-position: center center;
           object-position: center center;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .hero-image-secondary {
      position: relative;
      overflow: hidden;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
      .hero-image-secondary > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -o-object-position: center center;
           object-position: center center;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .hero-image-tertiary {
      position: relative;
      overflow: hidden;
      height: 0;
      width: 100%;
      padding-bottom: 80%; }
      .hero-image-tertiary > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -o-object-position: center center;
           object-position: center center;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
  .hero-bg {
    opacity: 0.5;
    fill: #EEE7DB;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    display: none; }
    @media (min-width: 1025px) {
      .hero-bg {
        opacity: 0; } }
    @media (min-width: 1441px) {
      .hero-bg-xl {
        display: block; } }
    @media (min-width: 768px) and (max-width: 1440px) {
      .hero-bg-large {
        display: block;
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px); } }
    @media (min-width: 641px) and (max-width: 767px) {
      .hero-bg-medium {
        display: block;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); } }
    @media (max-width: 640px) {
      .hero-bg-small {
        display: block;
        -webkit-transform: translateY(-61px);
                transform: translateY(-61px); } }
    @media (max-width: 400px) {
      .hero-bg-small {
        -webkit-transform: translateY(-31px);
                transform: translateY(-31px); } }

.waves-animate-with-title .hero {
  overflow: initial; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y; }

.swiper-wp8-vertical {
  touch-action: pan-x; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.strathmore-gallery-heading {
  padding-left: 4.25rem; }
  @media screen and (max-width: 2200px) {
    .strathmore-gallery-heading {
      padding-left: 4rem; } }
  @media screen and (max-width: 1440px) {
    .strathmore-gallery-heading {
      padding-left: 3rem; } }
  @media screen and (max-width: 1024px) {
    .strathmore-gallery-heading {
      padding-left: 2rem; } }
  @media screen and (max-width: 640px) {
    .strathmore-gallery-heading {
      padding-left: 1rem; } }

.strathmore-gallery-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 80%; }
  @media (max-width: 640px) {
    .strathmore-gallery-container {
      max-width: 75%; } }

.strathmore-gallery-inner {
  position: relative; }
  @media (max-width: 640px) {
    .strathmore-gallery-inner {
      margin-left: -13.75rem;
      margin-right: -13.75rem; } }
  @media screen and (max-width: 640px) and (max-width: 1440px) {
    .strathmore-gallery-inner {
      margin-left: -7.5rem;
      margin-right: -7.5rem; } }
  @media screen and (max-width: 640px) and (max-width: 1024px) {
    .strathmore-gallery-inner {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    .strathmore-gallery-inner {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }

.strathmore-gallery-item {
  position: relative;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; }
  .strathmore-gallery-item > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .strathmore-gallery-item:not(.swiper-slide-active):before {
    opacity: 1; }
  .strathmore-gallery-item-caption {
    margin-top: 0.75rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .strathmore-gallery-item-caption-page {
      font-weight: 700; }
    .strathmore-gallery-item-caption-details {
      min-height: 60px;
      padding: 0 0.5rem; }

.strathmore-gallery-image-wrapper, .strathmore-gallery-video-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.strathmore-gallery-image.portrait, .strathmore-gallery-video.portrait {
  position: relative; }
  .strathmore-gallery-image.portrait .strathmore-gallery-image-wrapper, .strathmore-gallery-video.portrait .strathmore-gallery-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 60%; }
    .strathmore-gallery-image.portrait .strathmore-gallery-image-wrapper > img, .strathmore-gallery-video.portrait .strathmore-gallery-image-wrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-position: center center;
         object-position: center center;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .strathmore-gallery-image.portrait .strathmore-gallery-image-wrapper > img, .strathmore-gallery-video.portrait .strathmore-gallery-image-wrapper > img {
      width: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.strathmore-gallery-image img, .strathmore-gallery-video img {
  width: 100%; }

.strathmore-gallery-btn-next, .strathmore-gallery-btn-prev {
  position: absolute;
  display: flex;
  top: 50%;
  bottom: auto;
  z-index: 10;
  margin-top: -3rem;
  color: #ffffff;
  background-color: #F15B3B;
  border: 2px solid #F15B3B;
  cursor: pointer;
  transition: 0.3s;
  padding: 0.9rem; }
  @media screen and (max-width: 1.5rem) {
    .strathmore-gallery-btn-next, .strathmore-gallery-btn-prev {
      height: -; } }
  .strathmore-gallery-btn-next svg, .strathmore-gallery-btn-prev svg {
    pointer-events: none;
    height: 1.25rem;
    width: 1.25rem;
    fill: #ffffff;
    transition: 0.3s; }
    .strathmore-gallery-btn-next svg:after, .strathmore-gallery-btn-prev svg:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .strathmore-gallery-btn-next:hover, .strathmore-gallery-btn-next:active, .strathmore-gallery-btn-next:focus, .strathmore-gallery-btn-prev:hover, .strathmore-gallery-btn-prev:active, .strathmore-gallery-btn-prev:focus {
    background: transparent; }
    .strathmore-gallery-btn-next:hover svg, .strathmore-gallery-btn-next:active svg, .strathmore-gallery-btn-next:focus svg, .strathmore-gallery-btn-prev:hover svg, .strathmore-gallery-btn-prev:active svg, .strathmore-gallery-btn-prev:focus svg {
      fill: #F15B3B; }
  @media (max-width: 640px) {
    .strathmore-gallery-btn-next, .strathmore-gallery-btn-prev {
      margin-top: -3rem;
      padding: 0.6rem; } }

.strathmore-gallery-btn-next {
  right: 0; }
  .strathmore-gallery-btn-next svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.strathmore-gallery-btn-prev {
  left: 0; }
  .strathmore-gallery-btn-prev svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.swiper-slide {
  opacity: 1 !important; }
  .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important; }

.breadcrumbs-nav {
  margin-top: 1.5rem;
  margin-bottom: 2.75rem;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .breadcrumbs-nav {
      margin-top: 1rem;
      margin-bottom: 2.5rem; } }
  @media (max-width: 640px) {
    .breadcrumbs-nav {
      margin-top: .875rem;
      margin-bottom: 2rem; } }
  .breadcrumbs-nav [aria-current=page] {
    color: #777777;
    text-decoration: none; }
  .breadcrumbs-nav a, .breadcrumbs-nav li {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: .875rem; }
  .breadcrumbs-nav li {
    display: inline; }
    @media (max-width: 640px) {
      .breadcrumbs-nav li:not(:nth-last-child(2)):not(:last-child) {
        display: none; } }

.accordion-panel {
  overflow: hidden; }
  .accordion-panel[aria-hidden="true"] {
    height: 0 !important; }

.accordion {
  margin-left: auto;
  margin-right: auto;
  max-width: 53.5rem; }
  @media (max-width: 767px) {
    .accordion {
      margin: 0; } }
  @media screen and (max-width: 2200px) {
    .accordion {
      max-width: 49rem; } }
  @media screen and (max-width: 1024px) {
    .accordion {
      max-width: 36.5rem; } }
  @media screen and (max-width: 640px) {
    .accordion {
      max-width: none; } }
  .accordion-inner {
    border-bottom: 1px solid rgba(119, 119, 119, 0.5);
    padding-left: 0; }
  .accordion-heading {
    margin-bottom: 1.25rem; }
  .accordion-trigger {
    color: #424243;
    display: block;
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem; }
    .accordion-trigger:hover {
      background: #F7F3ED; }
  .accordion-item {
    border-top: 1px solid rgba(119, 119, 119, 0.5);
    margin-right: 0.25rem; }
    .accordion-item:first-child {
      border-top: 1px solid transparent; }
  .accordion-panel-content {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 2.25rem; }

.accordion-trigger {
  position: relative;
  padding-right: 2.25rem;
  border-radius: 0;
  font-weight: normal; }
  .accordion-trigger:after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-0.53033rem) rotate(45deg);
            transform: translateY(-0.53033rem) rotate(45deg);
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    border-color: #F15B3B;
    border-style: solid;
    border-width: 0 3px 3px 0; }
  .accordion-trigger[aria-expanded="true"]:after {
    -webkit-transform: translateY(-0.26517rem) rotate(-135deg);
            transform: translateY(-0.26517rem) rotate(-135deg); }

.quote-container {
  position: relative;
  margin: 0 auto;
  max-width: 53.5rem; }
  @media screen and (max-width: 2200px) {
    .quote-container {
      max-width: 49rem; } }
  @media screen and (max-width: 1024px) {
    .quote-container {
      max-width: 36.5rem; } }
  @media screen and (max-width: 640px) {
    .quote-container {
      max-width: none; } }
  @media (max-width: 767px) {
    .quote-container {
      margin: 0; } }
  @media (min-width: 641px) {
    .quote-container blockquote {
      padding-right: 5rem; } }
  .quote-container blockquote .icon-blockquote {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.5rem;
    width: 2.5rem;
    fill: #F15B3B; }
    @media (max-width: 640px) {
      .quote-container blockquote .icon-blockquote {
        position: relative;
        display: block;
        margin-bottom: 1rem;
        max-height: 2.5rem; } }
  .quote-container blockquote .quote > p {
    font-family: "Lora", Times New Roman, Georgia, sans-serif;
    text-transform: none; }
  .quote-container blockquote footer p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #777777;
    font-style: italic;
    margin-top: 0.5rem; }

.sponsors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .sponsors-list-item {
    flex: 1 1 auto;
    display: flex;
    align-content: center;
    align-items: center;
    max-width: calc(100% / 4);
    width: calc(100% / 4);
    justify-content: center; }
    @media (min-width: 2201px) {
      .sponsors-list-item {
        max-width: calc(100% / 6);
        width: calc(100% / 6); } }
    @media (max-width: 1440px) {
      .sponsors-list-item {
        max-width: calc(100% / 4);
        width: calc(100% / 4); } }
    @media (max-width: 1024px) {
      .sponsors-list-item {
        max-width: calc(100% / 3);
        width: calc(100% / 3); } }
    @media (max-width: 640px) {
      .sponsors-list-item {
        min-width: 100%;
        max-width: none;
        width: 100%; } }

.sponsors-list {
  padding: 1.5rem 0; }

.sponsors-list-item {
  margin-bottom: 1.5rem; }
  .sponsors-list-item-link {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 1.25rem; }
  .sponsors-list-item .label-bold {
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    text-align: center;
    margin-top: 0.75rem;
    color: #424243; }
  .sponsors-list-item img {
    max-width: 11.875rem;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    padding: 0 0.5rem; }
    .sponsors-list-item img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0.45); }
    @supports (-ms-ime-align: auto) {
      .sponsors-list-item img {
        opacity: 0.6; }
        .sponsors-list-item img:hover {
          opacity: 1; } }

.cards-heading {
  margin-bottom: 1.25rem; }

@media (min-width: 641px) {
  .cards {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 3.0625rem);
    margin-left: -1.53125rem;
    margin-right: -1.53125rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards {
      width: calc(100% + 2.5rem); } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards {
      width: calc(100% + 1.25rem); } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards {
      width: calc(100% + 5rem); } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards {
      margin-left: -2.5rem;
      margin-right: -2.5rem; } }

.cards-item {
  display: flex; }
  @media (min-width: 641px) {
    .cards-item {
      width: 33.33%;
      padding-left: 1.53125rem;
      padding-right: 1.53125rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards-item {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards-item {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards-item {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media (max-width: 640px) {
    .cards-item + .cards-item {
      padding-top: 1.53125rem; } }
  @media screen and (max-width: 640px) and (max-width: 1440px) {
    .cards-item + .cards-item {
      padding-top: 1.25rem; } }
  @media screen and (max-width: 640px) and (max-width: 767px) {
    .cards-item + .cards-item {
      padding-top: 0.625rem; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    .cards-item + .cards-item {
      padding-top: 2.5rem; } }
  @media (min-width: 641px) {
    .cards-item-medium {
      width: 50%; } }
  @media (min-width: 641px) {
    .cards-item-medium .card-img {
      padding-bottom: calc(66.67% - 1.02088rem); } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards-item-medium .card-img {
      padding-bottom: calc(66.67% - 0.83337rem); } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards-item-medium .card-img {
      padding-bottom: calc(66.67% - 0.41669rem); } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards-item-medium .card-img {
      padding-bottom: calc(66.67% - 1.66675rem); } }
  @media (min-width: 641px) {
    .cards-item-large {
      width: 66.67%; } }
  @media (min-width: 641px) {
    .cards-item-large .card-img {
      padding-bottom: calc(50% - 1.53125rem); } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards-item-large .card-img {
      padding-bottom: calc(50% - 1.25rem); } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards-item-large .card-img {
      padding-bottom: calc(50% - 0.625rem); } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards-item-large .card-img {
      padding-bottom: calc(50% - 2.5rem); } }

.cards.accent-strathmore-orange:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px #F15B3B; }

@media (min-width: 641px) {
  .cards.accent-strathmore-orange:not(.cards-showbackground) .card:hover .card-img, .cards.accent-strathmore-orange:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem #F15B3B; } }

.cards.accent-strathmore-turquoise:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px #2BA3AC; }

@media (min-width: 641px) {
  .cards.accent-strathmore-turquoise:not(.cards-showbackground) .card:hover .card-img, .cards.accent-strathmore-turquoise:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem #2BA3AC; } }

.cards.accent-bloom-purple:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px #5B55A4; }

@media (min-width: 641px) {
  .cards.accent-bloom-purple:not(.cards-showbackground) .card:hover .card-img, .cards.accent-bloom-purple:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem #5B55A4; } }

.cards.accent-amp-black:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px #2B2B2B; }

@media (min-width: 641px) {
  .cards.accent-amp-black:not(.cards-showbackground) .card:hover .card-img, .cards.accent-amp-black:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem #2B2B2B; } }

.cards.accent-education-gold:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px #FBAC2C; }

@media (min-width: 641px) {
  .cards.accent-education-gold:not(.cards-showbackground) .card:hover .card-img, .cards.accent-education-gold:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem #FBAC2C; } }

.cards.accent-music-center-blue:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px #487E96; }

@media (min-width: 641px) {
  .cards.accent-music-center-blue:not(.cards-showbackground) .card:hover .card-img, .cards.accent-music-center-blue:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem #487E96; } }

.cards.accent-mansion-magenta:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px #C34F71; }

@media (min-width: 641px) {
  .cards.accent-mansion-magenta:not(.cards-showbackground) .card:hover .card-img, .cards.accent-mansion-magenta:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem #C34F71; } }

.cards.accent-community-green:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px #B3C135; }

@media (min-width: 641px) {
  .cards.accent-community-green:not(.cards-showbackground) .card:hover .card-img, .cards.accent-community-green:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem #B3C135; } }

.cards.accent-none:not(.cards-showbackground) .card-img {
  box-shadow: 0px 0px transparent; }

@media (min-width: 641px) {
  .cards.accent-none:not(.cards-showbackground) .card:hover .card-img, .cards.accent-none:not(.cards-showbackground) .card:focus-within .card-img {
    box-shadow: -1.25rem -1.25rem transparent; } }

.cards.accent-strathmore-orange.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-strathmore-orange.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-strathmore-orange.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-strathmore-orange.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-strathmore-orange.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #F15B3B;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-strathmore-orange.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-strathmore-orange.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-strathmore-orange.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-strathmore-orange.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-strathmore-orange.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-strathmore-orange.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-strathmore-orange.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-strathmore-orange.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-strathmore-orange.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-strathmore-orange.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-strathmore-orange.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-strathmore-orange.cards-showbackground .card:hover, .cards.accent-strathmore-orange.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.cards.accent-strathmore-turquoise.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-strathmore-turquoise.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-strathmore-turquoise.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-strathmore-turquoise.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-strathmore-turquoise.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #2BA3AC;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-strathmore-turquoise.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-strathmore-turquoise.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-strathmore-turquoise.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-strathmore-turquoise.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-strathmore-turquoise.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-strathmore-turquoise.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-strathmore-turquoise.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-strathmore-turquoise.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-strathmore-turquoise.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-strathmore-turquoise.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-strathmore-turquoise.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-strathmore-turquoise.cards-showbackground .card:hover, .cards.accent-strathmore-turquoise.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.cards.accent-bloom-purple.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-bloom-purple.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-bloom-purple.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-bloom-purple.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-bloom-purple.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #5B55A4;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-bloom-purple.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-bloom-purple.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-bloom-purple.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-bloom-purple.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-bloom-purple.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-bloom-purple.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-bloom-purple.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-bloom-purple.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-bloom-purple.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-bloom-purple.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-bloom-purple.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-bloom-purple.cards-showbackground .card:hover, .cards.accent-bloom-purple.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.cards.accent-amp-black.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-amp-black.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-amp-black.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-amp-black.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-amp-black.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #2B2B2B;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-amp-black.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-amp-black.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-amp-black.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-amp-black.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-amp-black.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-amp-black.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-amp-black.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-amp-black.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-amp-black.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-amp-black.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-amp-black.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-amp-black.cards-showbackground .card:hover, .cards.accent-amp-black.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.cards.accent-education-gold.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-education-gold.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-education-gold.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-education-gold.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-education-gold.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #FBAC2C;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-education-gold.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-education-gold.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-education-gold.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-education-gold.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-education-gold.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-education-gold.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-education-gold.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-education-gold.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-education-gold.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-education-gold.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-education-gold.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-education-gold.cards-showbackground .card:hover, .cards.accent-education-gold.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.cards.accent-music-center-blue.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-music-center-blue.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-music-center-blue.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-music-center-blue.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-music-center-blue.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #487E96;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-music-center-blue.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-music-center-blue.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-music-center-blue.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-music-center-blue.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-music-center-blue.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-music-center-blue.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-music-center-blue.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-music-center-blue.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-music-center-blue.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-music-center-blue.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-music-center-blue.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-music-center-blue.cards-showbackground .card:hover, .cards.accent-music-center-blue.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.cards.accent-mansion-magenta.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-mansion-magenta.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-mansion-magenta.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-mansion-magenta.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-mansion-magenta.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #C34F71;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-mansion-magenta.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-mansion-magenta.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-mansion-magenta.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-mansion-magenta.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-mansion-magenta.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-mansion-magenta.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-mansion-magenta.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-mansion-magenta.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-mansion-magenta.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-mansion-magenta.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-mansion-magenta.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-mansion-magenta.cards-showbackground .card:hover, .cards.accent-mansion-magenta.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.cards.accent-community-green.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-community-green.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-community-green.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-community-green.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-community-green.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #B3C135;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-community-green.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-community-green.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-community-green.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-community-green.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-community-green.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-community-green.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-community-green.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-community-green.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-community-green.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-community-green.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-community-green.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-community-green.cards-showbackground .card:hover, .cards.accent-community-green.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.cards.accent-none.cards-showbackground {
  position: relative;
  padding-bottom: 1.53125rem; }
  @media screen and (max-width: 1440px) {
    .cards.accent-none.cards-showbackground {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .cards.accent-none.cards-showbackground {
      padding-bottom: 0.625rem; } }
  @media screen and (max-width: 640px) {
    .cards.accent-none.cards-showbackground {
      padding-bottom: 2.5rem; } }
  .cards.accent-none.cards-showbackground:after {
    content: '';
    height: calc(100% - 13rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: transparent;
    width: 200vw; }
    @media (max-width: 1440px) {
      .cards.accent-none.cards-showbackground:after {
        height: calc(100% - 11.1875rem); } }
    @media (max-width: 767px) {
      .cards.accent-none.cards-showbackground:after {
        height: calc(100% - 7.3125rem); } }
    @media (max-width: 640px) {
      .cards.accent-none.cards-showbackground:after {
        height: calc(100% - 8.25rem); } }
  .cards.accent-none.cards-showbackground .cards-item {
    position: relative;
    z-index: 1; }
    @media (min-width: 641px) {
      .cards.accent-none.cards-showbackground .cards-item {
        padding-bottom: 3.0625rem; } }
  @media screen and (min-width: 641px) and (max-width: 1440px) {
    .cards.accent-none.cards-showbackground .cards-item {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    .cards.accent-none.cards-showbackground .cards-item {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .cards.accent-none.cards-showbackground .cards-item {
      padding-bottom: 5rem; } }
  .cards.accent-none.cards-showbackground .card {
    background-color: white;
    box-shadow: 0px 0px #F7F3ED; }
    .cards.accent-none.cards-showbackground .card-caption {
      padding: 1.5rem; }
    .cards.accent-none.cards-showbackground .card-img {
      box-shadow: none; }
    @media (min-width: 641px) {
      .cards.accent-none.cards-showbackground .card:hover, .cards.accent-none.cards-showbackground .card:focus-within {
        box-shadow: -1.25rem -1.25rem #F7F3ED; } }

.card {
  width: 100%; }
  .card-pretitle {
    color: #777777;
    display: block;
    margin-bottom: .5rem; }
  .card-img {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    box-shadow: 0px 0px #F15B3B; }
  .card img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover; }
  .card-caption {
    padding: 1.5rem 0; }
    .card-caption-wysiwyg {
      margin-top: 1.5rem; }
      @media (max-width: 767px) {
        .card-caption-wysiwyg {
          margin-top: 1rem; } }

.strathmore-alert {
  color: #424243;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .strathmore-alert-global {
    padding: 1rem 0; }
  .strathmore-alert-page {
    padding: 1rem 2rem; }
    @media (max-width: 640px) {
      .strathmore-alert-page {
        padding: 1rem; } }
  .strathmore-alert-container {
    background: #EDFA00;
    position: relative;
    z-index: 2; }
  .strathmore-alert-content {
    padding-right: 4rem; }
    @media (max-width: 640px) {
      .strathmore-alert-content {
        padding-right: 2rem;
        padding-right: 2rem; } }
  .strathmore-alert svg {
    fill: #424243;
    height: 1rem;
    width: 1rem;
    margin-top: 0.25rem; }
  .strathmore-alert a {
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
    color: #424243;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: #424243;
            text-decoration-color: #424243; }
    .strathmore-alert a svg {
      transition: 0.3s;
      fill: #424243; }
    .strathmore-alert a:hover, .strathmore-alert a:active, .strathmore-alert a:focus {
      transition: 0.3s;
      text-decoration: none;
      color: #424243; }

.strathmore-video.centered {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .strathmore-video.centered {
      align-content: flex-start;
      align-items: flex-start; } }
  .strathmore-video.centered .strathmore-video-wrapper {
    max-width: 80%;
    width: 100%; }
    @media (max-width: 640px) {
      .strathmore-video.centered .strathmore-video-wrapper {
        max-width: none; } }

.strathmore-video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  max-width: 100%;
  background: rgba(247, 243, 237, 0.3); }
  .strathmore-video-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.strathmore-video-native {
  max-width: 100%; }
  .strathmore-video-native > video {
    width: 100%;
    height: auto;
    display: block; }

.strathmore-video-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }
  .strathmore-video-thumbnail-trigger {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative; }

.strathmore-video-thumbnail-trigger:before {
  content: '';
  display: block;
  position: absolute;
  transition: 0.3s;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-top: -1.75rem;
  margin-left: -1.75rem;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #f15b3b; }

.strathmore-video-thumbnail-trigger svg {
  position: absolute;
  fill: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -0.43103rem;
  top: 50%;
  left: 50%;
  z-index: 2; }

.strathmore-video-thumbnail-trigger:hover:before, .strathmore-video-thumbnail-trigger:focus:before {
  background: #f15b3b; }

.listing-title {
  margin-bottom: 2rem; }

.listing-item + .listing-item {
  margin-top: 2rem; }
  @media (max-width: 640px) {
    .listing-item + .listing-item {
      margin-top: 1.5rem; } }

@media (min-width: 768px) {
  .listing-item {
    display: flex; }
    .listing-item-image {
      display: flex;
      justify-content: center;
      width: 0;
      flex: 1 1 auto;
      max-width: 33.33%; }
    .listing-item-content {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
    .listing-item-image + .listing-item-content {
      margin-left: 3rem; } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .listing-item-image + .listing-item-content {
        margin-left: 2.5rem; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .listing-item-image + .listing-item-content {
        margin-left: 2rem; } }
    @media screen and (min-width: 768px) and (max-width: 400px) {
      .listing-item-image + .listing-item-content {
        margin-left: 1rem; } }

.listing-item-content {
  width: 4rem;
  flex-grow: 1; }
  @media (max-width: 2200px) {
    .listing-item-content {
      width: 0;
      flex-grow: 1; } }
  @media (max-width: 1440px) {
    .listing-item-content {
      width: 2rem;
      flex-grow: 1; } }
  @media (max-width: 1024px) {
    .listing-item-content {
      width: 0;
      flex-grow: 1; } }
  @media (max-width: 767px) {
    .listing-item-content {
      width: 0;
      flex-grow: 1; } }
  @media (max-width: 640px) {
    .listing-item-content {
      width: 0;
      flex-grow: 1; } }
  @media (max-width: 767px) {
    .listing-item-content {
      margin-top: 1.25rem;
      width: auto; } }
  .listing-item-content-pretitle {
    color: #777777;
    display: block; }
  .listing-item-content-title {
    display: inline-block;
    margin-bottom: 1rem; }
  .listing-item-content-cta {
    margin-top: 1rem; }

.listing-item-image-inner {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; }
  .listing-item-image-inner > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .listing-item-image-inner .image-block {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden; }
    .listing-item-image-inner .image-block > a {
      width: 100%;
      height: 100%; }

.listing.accent-strathmore-orange .listing-item-image-inner {
  box-shadow: 0px 0px #F15B3B; }
  @media (min-width: 768px) {
    .listing.accent-strathmore-orange .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem #F15B3B; } }

.listing.accent-strathmore-turquoise .listing-item-image-inner {
  box-shadow: 0px 0px #2BA3AC; }
  @media (min-width: 768px) {
    .listing.accent-strathmore-turquoise .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem #2BA3AC; } }

.listing.accent-bloom-purple .listing-item-image-inner {
  box-shadow: 0px 0px #5B55A4; }
  @media (min-width: 768px) {
    .listing.accent-bloom-purple .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem #5B55A4; } }

.listing.accent-amp-black .listing-item-image-inner {
  box-shadow: 0px 0px #2B2B2B; }
  @media (min-width: 768px) {
    .listing.accent-amp-black .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem #2B2B2B; } }

.listing.accent-education-gold .listing-item-image-inner {
  box-shadow: 0px 0px #FBAC2C; }
  @media (min-width: 768px) {
    .listing.accent-education-gold .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem #FBAC2C; } }

.listing.accent-music-center-blue .listing-item-image-inner {
  box-shadow: 0px 0px #487E96; }
  @media (min-width: 768px) {
    .listing.accent-music-center-blue .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem #487E96; } }

.listing.accent-mansion-magenta .listing-item-image-inner {
  box-shadow: 0px 0px #C34F71; }
  @media (min-width: 768px) {
    .listing.accent-mansion-magenta .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem #C34F71; } }

.listing.accent-community-green .listing-item-image-inner {
  box-shadow: 0px 0px #B3C135; }
  @media (min-width: 768px) {
    .listing.accent-community-green .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem #B3C135; } }

.listing.accent-none .listing-item-image-inner {
  box-shadow: 0px 0px transparent; }
  @media (min-width: 768px) {
    .listing.accent-none .listing-item-image-inner:hover {
      box-shadow: -1.25rem -1.25rem transparent; } }

.strathmore-fiftyfifty {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .strathmore-fiftyfifty-item {
      flex: 1 1 auto;
      width: 50%; } }
  @media (max-width: 767px) {
    .strathmore-fiftyfifty-inner.reversed .strathmore-fiftyfifty-item:first-child {
      display: none !important;
      visibility: hidden !important; } }
  @media (min-width: 768px) {
    .strathmore-fiftyfifty-inner {
      display: flex; }
      .strathmore-fiftyfifty-inner.reversed .strathmore-fiftyfifty-item:last-child {
        display: none !important;
        visibility: hidden !important; } }

.strathmore-fiftyfifty-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }
  .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5rem; }
    @media screen and (max-width: 1440px) {
      .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
        padding-bottom: 4rem; } }
    @media screen and (max-width: 1024px) {
      .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
        padding-bottom: 3rem; } }
    @media (max-width: 767px) {
      .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content {
        padding: 1.25rem 0; } }
    .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content .btn-primary {
      margin-top: 2rem; }
    .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content .rich-text {
      margin: 1.5rem 0 0; }
    .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content-title {
      margin-top: 0; }
    .strathmore-fiftyfifty-item .strathmore-fiftyfifty-content-pretitle {
      color: #777777;
      display: block; }
  @media (max-width: 767px) {
    .strathmore-fiftyfifty-item-reversed {
      margin-top: 1.25rem; } }

.strathmore-block {
  width: 100%; }

.strathmore-fiftyfifty {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 1rem; }
  @media (min-width: 1441px) {
    .strathmore-fiftyfifty {
      margin-left: 13.75rem;
      margin-right: 13.75rem; } }
  @media screen and (min-width: 1441px) and (max-width: 1440px) {
    .strathmore-fiftyfifty {
      margin-left: 7.5rem;
      margin-right: 7.5rem; } }
  @media screen and (min-width: 1441px) and (max-width: 1024px) {
    .strathmore-fiftyfifty {
      margin-left: 2rem;
      margin-right: 2rem; } }
  @media screen and (min-width: 1441px) and (max-width: 640px) {
    .strathmore-fiftyfifty {
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  .strathmore-fiftyfifty .strathmore-image-block, .strathmore-fiftyfifty .strathmore-video-block {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden; }
  .strathmore-fiftyfifty-inner.ratio-standard .strathmore-image-block, .strathmore-fiftyfifty-inner.ratio-standard .strathmore-video-block {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 80%; }
    .strathmore-fiftyfifty-inner.ratio-standard .strathmore-image-block > img, .strathmore-fiftyfifty-inner.ratio-standard .strathmore-video-block > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-position: center center;
         object-position: center center;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .strathmore-fiftyfifty-inner.ratio-standard .strathmore-video-block img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.strathmore-fiftyfifty-item.accent-strathmore-orange .strathmore-image-block, .strathmore-fiftyfifty-item.accent-strathmore-orange .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem #F15B3B; }

.strathmore-fiftyfifty-item.accent-strathmore-turquoise .strathmore-image-block, .strathmore-fiftyfifty-item.accent-strathmore-turquoise .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem #2BA3AC; }

.strathmore-fiftyfifty-item.accent-bloom-purple .strathmore-image-block, .strathmore-fiftyfifty-item.accent-bloom-purple .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem #5B55A4; }

.strathmore-fiftyfifty-item.accent-amp-black .strathmore-image-block, .strathmore-fiftyfifty-item.accent-amp-black .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem #2B2B2B; }

.strathmore-fiftyfifty-item.accent-education-gold .strathmore-image-block, .strathmore-fiftyfifty-item.accent-education-gold .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem #FBAC2C; }

.strathmore-fiftyfifty-item.accent-music-center-blue .strathmore-image-block, .strathmore-fiftyfifty-item.accent-music-center-blue .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem #487E96; }

.strathmore-fiftyfifty-item.accent-mansion-magenta .strathmore-image-block, .strathmore-fiftyfifty-item.accent-mansion-magenta .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem #C34F71; }

.strathmore-fiftyfifty-item.accent-community-green .strathmore-image-block, .strathmore-fiftyfifty-item.accent-community-green .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem #B3C135; }

.strathmore-fiftyfifty-item.accent-none .strathmore-image-block, .strathmore-fiftyfifty-item.accent-none .strathmore-video-block {
  box-shadow: -1.25rem -1.25rem transparent; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-strathmore-orange .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-strathmore-orange .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem #F15B3B; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-strathmore-turquoise .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-strathmore-turquoise .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem #2BA3AC; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-bloom-purple .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-bloom-purple .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem #5B55A4; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-amp-black .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-amp-black .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem #2B2B2B; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-education-gold .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-education-gold .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem #FBAC2C; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-music-center-blue .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-music-center-blue .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem #487E96; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-mansion-magenta .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-mansion-magenta .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem #C34F71; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-community-green .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-community-green .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem #B3C135; }

.strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-none .strathmore-image-block, .strathmore-fiftyfifty-item.strathmore-fiftyfifty-item-reversed.accent-none .strathmore-video-block {
  box-shadow: 1.25rem -1.25rem transparent; }

.strathmore-fiftyfifty-item.animated-load:nth-child(1),
.strathmore-fiftyfifty-item.animated-scroll:nth-child(1) {
  -webkit-animation: scrollSlideUp 0.65s 0.35s ease 1 both;
          animation: scrollSlideUp 0.65s 0.35s ease 1 both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
  @media print {
    .strathmore-fiftyfifty-item.animated-load:nth-child(1),
    .strathmore-fiftyfifty-item.animated-scroll:nth-child(1) {
      -webkit-animation: none;
              animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .strathmore-fiftyfifty-item.animated-load,
  .strathmore-fiftyfifty-item.animated-scroll {
    -webkit-animation: none;
            animation: none;
    visibility: visible;
    opacity: 1; } }

.strathmore-fiftyfifty-item.animated-load:nth-child(2),
.strathmore-fiftyfifty-item.animated-scroll:nth-child(2) {
  -webkit-animation: scrollSlideUp 0.65s 0.7s ease 1 both;
          animation: scrollSlideUp 0.65s 0.7s ease 1 both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
  @media print {
    .strathmore-fiftyfifty-item.animated-load:nth-child(2),
    .strathmore-fiftyfifty-item.animated-scroll:nth-child(2) {
      -webkit-animation: none;
              animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .strathmore-fiftyfifty-item.animated-load,
  .strathmore-fiftyfifty-item.animated-scroll {
    -webkit-animation: none;
            animation: none;
    visibility: visible;
    opacity: 1; } }

.strathmore-fiftyfifty-item.animated-load:nth-child(3),
.strathmore-fiftyfifty-item.animated-scroll:nth-child(3) {
  -webkit-animation: scrollSlideUp 0.65s 1.05s ease 1 both;
          animation: scrollSlideUp 0.65s 1.05s ease 1 both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
  @media print {
    .strathmore-fiftyfifty-item.animated-load:nth-child(3),
    .strathmore-fiftyfifty-item.animated-scroll:nth-child(3) {
      -webkit-animation: none;
              animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .strathmore-fiftyfifty-item.animated-load,
  .strathmore-fiftyfifty-item.animated-scroll {
    -webkit-animation: none;
            animation: none;
    visibility: visible;
    opacity: 1; } }

.strathmore-fiftyfifty-item.animated-load:nth-child(4),
.strathmore-fiftyfifty-item.animated-scroll:nth-child(4) {
  -webkit-animation: scrollSlideUp 0.65s 1.4s ease 1 both;
          animation: scrollSlideUp 0.65s 1.4s ease 1 both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
  @media print {
    .strathmore-fiftyfifty-item.animated-load:nth-child(4),
    .strathmore-fiftyfifty-item.animated-scroll:nth-child(4) {
      -webkit-animation: none;
              animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .strathmore-fiftyfifty-item.animated-load,
  .strathmore-fiftyfifty-item.animated-scroll {
    -webkit-animation: none;
            animation: none;
    visibility: visible;
    opacity: 1; } }

.strathmore-donation.component-full-bleed {
  margin: 0; }

.strathmore-donation-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #F7F3ED;
  margin-top: 3rem;
  padding-bottom: 4rem; }
  @media (max-width: 767px) {
    .strathmore-donation-container {
      flex-direction: column;
      padding-bottom: 2rem;
      margin-top: 1rem; } }

.strathmore-donation-item {
  width: 50%;
  display: flex;
  flex-grow: 1; }
  @media (max-width: 767px) {
    .strathmore-donation-item {
      width: 100%; } }

.strathmore-donation-content {
  margin-left: 13.75rem;
  display: flex;
  flex-direction: column;
  padding-right: 4rem;
  padding-top: 4rem; }
  @media screen and (max-width: 1440px) {
    .strathmore-donation-content {
      margin-left: 7.5rem; } }
  @media screen and (max-width: 1024px) {
    .strathmore-donation-content {
      margin-left: 2rem; } }
  @media screen and (max-width: 640px) {
    .strathmore-donation-content {
      margin-left: 1.25rem; } }
  @media (max-width: 767px) {
    .strathmore-donation-content {
      padding-top: 2rem; } }

.strathmore-donation-media {
  margin-top: -2rem;
  margin-right: 1.5rem;
  align-self: flex-start; }
  @media (min-width: 1441px) {
    .strathmore-donation-media {
      margin-right: 13.75rem; } }
  @media screen and (min-width: 1441px) and (max-width: 1440px) {
    .strathmore-donation-media {
      margin-right: 7.5rem; } }
  @media screen and (min-width: 1441px) and (max-width: 1024px) {
    .strathmore-donation-media {
      margin-right: 2rem; } }
  @media screen and (min-width: 1441px) and (max-width: 640px) {
    .strathmore-donation-media {
      margin-right: 1.25rem; } }
  .strathmore-donation-media .strathmore-image-block {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 80%;
    box-shadow: 1.25rem -1.25rem #F15B3B; }
    .strathmore-donation-media .strathmore-image-block > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-position: center center;
         object-position: center center;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  @media (max-width: 767px) {
    .strathmore-donation-media {
      margin-top: 4rem;
      padding-right: 1.5rem;
      padding-left: 13.75rem; } }
  @media screen and (max-width: 767px) and (max-width: 1440px) {
    .strathmore-donation-media {
      padding-left: 7.5rem; } }
  @media screen and (max-width: 767px) and (max-width: 1024px) {
    .strathmore-donation-media {
      padding-left: 2rem; } }
  @media screen and (max-width: 767px) and (max-width: 640px) {
    .strathmore-donation-media {
      padding-left: 1.25rem; } }

.strathmore-donation-header {
  margin-bottom: 1rem; }

.strathmore-donation-btns {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap; }
  .strathmore-donation-btns button {
    border-radius: 2.5rem;
    padding: 0.5rem 2.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    min-width: 120px; }
    @media (max-width: 767px) {
      .strathmore-donation-btns button {
        width: calc(50% - 0.5rem);
        min-width: 0; } }

.strathmore-donation-form {
  display: flex;
  position: relative; }
  .strathmore-donation-form-container label {
    display: block;
    margin-bottom: 0.25rem; }
  .strathmore-donation-form-field {
    margin-right: 1.25rem;
    flex-grow: .5;
    position: relative; }
    .strathmore-donation-form-field:before {
      content: '$';
      position: absolute;
      left: 0.5rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 1rem;
      color: #424243; }
    .strathmore-donation-form-field input {
      padding-left: 1.25rem;
      height: 100%; }
  @media (max-width: 1440px) {
    .strathmore-donation-form {
      flex-direction: column;
      flex-wrap: wrap;
      align-items: flex-start; }
      .strathmore-donation-form-field {
        width: 100%;
        margin-right: 0; }
      .strathmore-donation-form button {
        margin-top: 1rem; } }

.event-list-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EEEEEE; }
  @media (max-width: 767px) {
    .event-list-header {
      align-items: flex-start;
      flex-direction: column; }
      .event-list-header-link {
        margin-top: 1rem; } }

.event-list-item {
  display: flex; }
  .event-list-item + .event-list-item {
    margin-top: 2.5rem; }
  @media (max-width: 767px) {
    .event-list-item {
      flex-direction: column; } }

.event-list-details {
  display: flex;
  flex-grow: 1; }
  @media (max-width: 1024px) {
    .event-list-details {
      flex-direction: column; } }

.event-list-info {
  color: #424243;
  display: flex;
  flex-direction: column; }
  .event-list-info > * {
    margin-bottom: 0.75rem; }
  @media (min-width: 1025px) {
    .event-list-info {
      padding-right: 2rem; } }

.event-list-date {
  color: #777777;
  padding-right: 2rem;
  min-width: 30%; }
  @media (min-width: 1025px) {
    .event-list-date {
      min-width: 25%; } }

.event-list-cta {
  flex: 1 0 auto;
  text-align: right; }
  @media (max-width: 1024px) {
    .event-list-cta {
      text-align: left; } }

.wave-page {
  position: relative;
  overflow: hidden; }
  @media (min-width: 401px) {
    .wave-page {
      min-height: 100rem; } }

.wave-page-bg {
  z-index: -1;
  fill: #EEE7DB;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  opacity: 0.5; }
  .wave-page-bg-container {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0;
    z-index: -1;
    padding-bottom: 39.31818%; }
    @media (min-width: 768px) and (max-width: 1440px) {
      .wave-page-bg-container {
        padding-bottom: 46.59722%; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .wave-page-bg-container {
        padding-bottom: 78.30729%; } }
    @media (max-width: 640px) {
      .wave-page-bg-container {
        padding-bottom: 140.84375%; } }
  .wave-page-bg-bottom {
    bottom: 2.5rem; }
  @media (min-width: 1441px) {
    .wave-page-bg-xl {
      display: block; } }
  @media (min-width: 768px) and (max-width: 1440px) {
    .wave-page-bg-large {
      display: block; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .wave-page-bg-medium {
      display: block; } }
  @media (max-width: 640px) {
    .wave-page-bg-small {
      display: block; } }

.wave-page-bg-container.wave-page-bg-container-top {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  padding-bottom: 36.86511%; }
  @media (min-width: 768px) and (max-width: 1440px) {
    .wave-page-bg-container.wave-page-bg-container-top {
      padding-bottom: 46.15278%; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .wave-page-bg-container.wave-page-bg-container-top {
      padding-bottom: 80.83333%; } }
  @media (max-width: 640px) {
    .wave-page-bg-container.wave-page-bg-container-top {
      padding-bottom: 97.01563%; } }

.waves-hide-top .wave-page-bg-container-top {
  display: none; }

:root {
  --edp-100-font: 3.5rem;
  --edp-100-line: 1.145;
  --edp-75-font: 2.5rem;
  --edp-75-line: 1.2;
  --edp-50-font: 1.75rem;
  --edp-50-line: 1.285; }
  @media (max-width: 1024px) {
    :root {
      --edp-100-font: 3rem;
      --edp-100-line: 1.167;
      --edp-75-font: 2.25rem;
      --edp-75-line: 1.222;
      --edp-50-font: 1.5rem;
      --edp-50-line: 1.333; } }
  @media (max-width: 640px) {
    :root {
      --edp-100-font: 2.25rem;
      --edp-100-line: 1.22;
      --edp-75-font: 1.75rem;
      --edp-75-line: 1.285;
      --edp-50-font: 1.125rem;
      --edp-50-line: 1.555; } }

.percent-one-hundred,
.percent-seventy-five,
.percent-fifty {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #424243; }

.percent-one-hundred {
  font-size: var(--edp-100-font);
  line-height: var(--edp-100-line);
  font-weight: 900; }

.percent-seventy-five {
  font-size: var(--edp-75-font);
  line-height: var(--edp-75-line);
  font-weight: normal;
  text-transform: none; }

.percent-fifty {
  font-size: var(--edp-50-font);
  line-height: var(--edp-50-line);
  font-weight: normal;
  text-transform: none; }

.strathmore-edp {
  background: #F7F3ED;
  padding-top: 0.25rem;
  position: relative;
  margin-bottom: 2.5rem; }
  .strathmore-edp-inner {
    display: flex; }
    @media (max-width: 1024px) {
      .strathmore-edp-inner {
        flex-direction: column-reverse; } }

@media (max-width: 640px) {
  .strathmore-edp-inner {
    margin-top: 2.5rem; } }

.strathmore-edp-item {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .strathmore-edp-item .strathmore-edp-item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 2.5rem;
    margin-left: 13.75rem; }
    @media screen and (max-width: 1440px) {
      .strathmore-edp-item .strathmore-edp-item-content {
        margin-left: 7.5rem; } }
    @media screen and (max-width: 1024px) {
      .strathmore-edp-item .strathmore-edp-item-content {
        margin-left: 2rem; } }
    @media screen and (max-width: 640px) {
      .strathmore-edp-item .strathmore-edp-item-content {
        margin-left: 1.25rem; } }
    @media (max-width: 1024px) {
      .strathmore-edp-item .strathmore-edp-item-content {
        margin-left: 0;
        margin-top: 1.5rem; } }
    @media (max-width: 640px) {
      .strathmore-edp-item .strathmore-edp-item-content {
        padding-right: 1.5rem; } }
    .strathmore-edp-item .strathmore-edp-item-content-title {
      margin-top: 0; }
    .strathmore-edp-item .strathmore-edp-item-content-pretitle {
      color: #777777;
      display: block; }

.strathmore-edp-promo {
  width: 100%;
  margin-top: 1rem; }
  .strathmore-edp-promo-container {
    display: flex;
    flex-wrap: wrap; }
    .strathmore-edp-promo-container label {
      width: 100%; }
    .strathmore-edp-promo-container input {
      flex-grow: 1;
      border: 1px solid #424243;
      margin-right: 0.25rem;
      max-width: 15rem; }
      .strathmore-edp-promo-container input::-webkit-input-placeholder {
        color: #777777;
        font-style: normal; }
      .strathmore-edp-promo-container input::-moz-placeholder {
        color: #777777;
        font-style: normal; }
      .strathmore-edp-promo-container input::-ms-input-placeholder {
        color: #777777;
        font-style: normal; }
      .strathmore-edp-promo-container input::placeholder {
        color: #777777;
        font-style: normal; }
    .strathmore-edp-promo-container button {
      margin-top: 0.25rem; }

.strathmore-edp-event-date, .strathmore-edp-event-cta, .strathmore-edp-event-price, .strathmore-edp-event-social {
  margin-top: 1rem; }

.strathmore-edp-event-cta {
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 1024px) {
    .strathmore-edp-event-cta {
      padding-left: 2rem;
      padding-right: 2rem; } }

.strathmore-edp-event-social {
  display: flex;
  align-items: center; }
  .strathmore-edp-event-social > * {
    margin-right: 0.75rem; }
  .strathmore-edp-event-social span {
    font-family: "Lora", Times New Roman, Georgia, sans-serif;
    margin-right: 0.25rem; }
  .strathmore-edp-event-social a:hover svg {
    fill: #F15B3B; }
  .strathmore-edp-event-social svg {
    height: 1.5rem;
    width: 1.5rem; }

.strathmore-edp-event-alert {
  margin: 1.25rem 0 0;
  padding: 1rem;
  background: #ffffff;
  border-left: 2px solid #F15B3B; }

.strathmore-edp .strathmore-edp-media .strathmore-image-block {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 57.14286%; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-strathmore-orange {
    box-shadow: 1.25rem -1.25rem #F15B3B; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-strathmore-turquoise {
    box-shadow: 1.25rem -1.25rem #2BA3AC; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-bloom-purple {
    box-shadow: 1.25rem -1.25rem #5B55A4; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-amp-black {
    box-shadow: 1.25rem -1.25rem #2B2B2B; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-education-gold {
    box-shadow: 1.25rem -1.25rem #FBAC2C; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-music-center-blue {
    box-shadow: 1.25rem -1.25rem #487E96; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-mansion-magenta {
    box-shadow: 1.25rem -1.25rem #C34F71; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-community-green {
    box-shadow: 1.25rem -1.25rem #B3C135; }
  .strathmore-edp .strathmore-edp-media .strathmore-image-block.accent-none {
    box-shadow: 1.25rem -1.25rem transparent; }

@media (max-width: 1024px) {
  .strathmore-edp.half-width .strathmore-edp-inner, .strathmore-edp.none .strathmore-edp-inner {
    flex-direction: column-reverse;
    padding-left: 13.75rem; } }
  @media screen and (max-width: 1024px) and (max-width: 1440px) {
    .strathmore-edp.half-width .strathmore-edp-inner, .strathmore-edp.none .strathmore-edp-inner {
      padding-left: 7.5rem; } }
  @media screen and (max-width: 1024px) and (max-width: 1024px) {
    .strathmore-edp.half-width .strathmore-edp-inner, .strathmore-edp.none .strathmore-edp-inner {
      padding-left: 2rem; } }
  @media screen and (max-width: 1024px) and (max-width: 640px) {
    .strathmore-edp.half-width .strathmore-edp-inner, .strathmore-edp.none .strathmore-edp-inner {
      padding-left: 1.25rem; } }

.strathmore-edp.half-width .strathmore-edp-item, .strathmore-edp.none .strathmore-edp-item {
  width: 100%; }
  @media (min-width: 1025px) {
    .strathmore-edp.half-width .strathmore-edp-item, .strathmore-edp.none .strathmore-edp-item {
      flex: 0 1 auto;
      width: 50%; } }
  .strathmore-edp.half-width .strathmore-edp-item.strathmore-edp-media, .strathmore-edp.none .strathmore-edp-item.strathmore-edp-media {
    padding-right: 1.25rem; }

.strathmore-edp.none .strathmore-edp-item-content {
  margin-top: 0; }

.strathmore-edp.none .strathmore-edp-media .strathmore-image-block {
  display: none; }

.strathmore-edp.full-width .strathmore-edp-inner {
  display: flex;
  flex-direction: column-reverse; }
  @media (max-width: 1024px) {
    .strathmore-edp.full-width .strathmore-edp-inner {
      margin-right: 0; } }

.strathmore-edp.full-width .strathmore-edp-item {
  width: 100%; }
  .strathmore-edp.full-width .strathmore-edp-item-content {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .strathmore-edp.full-width .strathmore-edp-item-content {
        margin-top: 1.5rem; } }

@media (max-width: 1024px) {
  .strathmore-edp.full-width .strathmore-edp-media {
    padding-right: 1.25rem; } }

.strathmore-edp-info {
  display: flex;
  margin-top: 4rem;
  margin-left: 13.75rem; }
  @media screen and (max-width: 1440px) {
    .strathmore-edp-info {
      margin-left: 7.5rem; } }
  @media screen and (max-width: 1024px) {
    .strathmore-edp-info {
      margin-left: 2rem; } }
  @media screen and (max-width: 640px) {
    .strathmore-edp-info {
      margin-left: 1.25rem; } }
  @media (max-width: 1440px) {
    .strathmore-edp-info {
      margin-top: 1.5rem;
      flex-wrap: wrap;
      margin-right: 13.75rem; } }
  @media screen and (max-width: 1440px) and (max-width: 1440px) {
    .strathmore-edp-info {
      margin-right: 7.5rem; } }
  @media screen and (max-width: 1440px) and (max-width: 1024px) {
    .strathmore-edp-info {
      margin-right: 2rem; } }
  @media screen and (max-width: 1440px) and (max-width: 640px) {
    .strathmore-edp-info {
      margin-right: 1.25rem; } }
  .strathmore-edp-info-item {
    width: 25%;
    margin-right: 2rem; }
    @media (max-width: 1440px) {
      .strathmore-edp-info-item {
        width: calc(50% - 2rem);
        margin-bottom: 2rem; } }
    @media (max-width: 640px) {
      .strathmore-edp-info-item {
        width: 100%;
        margin-right: 1.25rem; } }
    .strathmore-edp-info-item p {
      padding-right: 2rem; }
  .strathmore-edp-info-anchor {
    display: block;
    position: relative;
    top: -1.5rem;
    visibility: hidden; }
    @media (max-width: 640px) {
      .strathmore-edp-info-anchor {
        top: -1.25rem; } }

.strathmore-edp-inner > *, .strathmore-edp-info > * {
  z-index: 2; }

.strathmore-edp-wave-container {
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 1;
  padding-bottom: 45.13636%; }
  @media (min-width: 768px) and (max-width: 1440px) {
    .strathmore-edp-wave-container {
      padding-bottom: 59.09722%; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .strathmore-edp-wave-container {
      padding-bottom: 147.91667%; } }
  @media (max-width: 640px) {
    .strathmore-edp-wave-container {
      padding-bottom: 292.8125%; } }
  .strathmore-edp-wave-container .wave-page-bg {
    z-index: 1;
    fill: #ffffff; }

.strathmore-hero {
  position: relative;
  margin-bottom: 2.5rem; }
  .strathmore-hero-content {
    background: white;
    padding: 2rem 3rem 0;
    margin-top: -6.25rem;
    position: relative;
    width: 100%;
    max-width: 50rem;
    z-index: 2; }
    .strathmore-hero-content > * {
      margin-bottom: 2rem; }
    .strathmore-hero-content h1 {
      margin-bottom: 0.5rem; }
    @media (max-width: 1024px) {
      .strathmore-hero-content {
        max-width: 39rem; }
        .strathmore-hero-content > * {
          margin-bottom: 1.5rem; } }
    @media (max-width: 767px) {
      .strathmore-hero-content {
        max-width: none;
        margin: 0;
        padding: 2rem 1rem 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.55); }
        .strathmore-hero-content > * {
          margin-bottom: 1rem; } }
  .strathmore-hero-image {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 40.90909%; }
    .strathmore-hero-image > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-position: center center;
         object-position: center center;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .strathmore-hero-cta {
    margin-bottom: 0; }
  .strathmore-hero ~ .wave-page .wave-page-content {
    position: relative;
    z-index: 11; }

.strathmore-hero-wave-container {
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 1;
  padding-bottom: 85.31818%; }
  @media (min-width: 768px) and (max-width: 1440px) {
    .strathmore-hero-wave-container {
      padding-bottom: 66.875%; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .strathmore-hero-wave-container {
      padding-bottom: 91.02731%; } }
  @media (max-width: 640px) {
    .strathmore-hero-wave-container {
      padding-bottom: 97.01563%; } }
  .strathmore-hero-wave-container .wave-page-bg {
    z-index: 1; }
  .strathmore-hero-wave-container .wave-page-bg-xl {
    bottom: 5rem; }

.strathmore-gsc .gsc-wrapper {
  padding-top: 2rem; }

.strathmore-gsc .gsc-url-top {
  margin: 0.75rem 0; }

.strathmore-gsc .gsc-thumbnail-inside .gs-title a {
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-size: var(--responsive-h5);
  text-decoration: underline !important;
  -webkit-text-decoration-color: #F15B3B !important;
          text-decoration-color: #F15B3B !important; }
  .strathmore-gsc .gsc-thumbnail-inside .gs-title a:hover {
    text-decoration: none !important; }

.strathmore-gsc .gs-result .gs-title, .strathmore-gsc .gs-result .gs-title * {
  font-size: 1.75rem !important; }

.strathmore-gsc .gsc-thumbnail {
  display: none; }

.strathmore-gsc .gsc-webResult.gsc-result {
  margin-bottom: 2rem; }

.strathmore-gsc .gsc-search-button {
  background-color: #F15B3B;
  border: none;
  padding: 6px 30px; }

.strathmore-gsc .gsc-search-button-v2, .strathmore-gsc .gsc-search-button-v2:hover, .strathmore-gsc .gsc-search-button-v2:focus, .strathmore-gsc .gsc-search-button-v2:active {
  background-image: none;
  -webkit-filter: none;
          filter: none;
  background-color: transparent;
  cursor: pointer; }

.strathmore-gsc .gs-webResult.gs-result a.gs-title:link, .strathmore-gsc .gs-webResult.gs-result a.gs-title:link b, .strathmore-gsc .gs-imageResult a.gs-title:link, .strathmore-gsc .gs-imageResult, .strathmore-gsc .gs-result .gs-title, .strathmore-gsc .gs-result .gs-title * {
  color: #424243 !important;
  -webkit-text-decoration-color: #F15B3B;
          text-decoration-color: #F15B3B;
  font-weight: 900; }
  .strathmore-gsc .gs-webResult.gs-result a.gs-title:link:active, .strathmore-gsc .gs-webResult.gs-result a.gs-title:link b:active, .strathmore-gsc .gs-imageResult a.gs-title:link:active, .strathmore-gsc .gs-imageResult:active, .strathmore-gsc .gs-result .gs-title:active, .strathmore-gsc .gs-result .gs-title *:active {
    color: #F15B3B !important; }

.strathmore-gsc .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #424243;
  text-decoration: underline;
  -webkit-text-decoration-color: #F15B3B !important;
          text-decoration-color: #F15B3B !important; }
  .strathmore-gsc .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .strathmore-gsc .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
    text-decoration: none !important; }
  .strathmore-gsc .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    font-weight: normal;
    text-decoration: none; }

.strathmore-gsc .gs-webResult div.gs-visibleUrl, .strathmore-gsc .gs-imageResult div.gs-visibleUrl {
  color: #F15B3B !important;
  font-family: "Lora", Times New Roman, Georgia, sans-serif !important;
  font-size: 1rem; }

.strathmore-gsc .gs-bidi-start-align.gs-snippet, .strathmore-gsc .gsc-result-info, .strathmore-gsc .gsc-orderby-label {
  font-family: "Lora", Times New Roman, Georgia, sans-serif !important;
  font-size: var(--responsive-tiny);
  color: #424243 !important; }

.strathmore-gsc .gs-spelling.gs-result a {
  color: #424243; }

.strathmore-gsc .gcsc-find-more-on-google {
  color: #424243; }
  .strathmore-gsc .gcsc-find-more-on-google svg {
    fill: #424243; }

.strathmore-gsc .gsc-cursor-box.gs-bidi-start-align {
  display: flex;
  justify-content: center;
  font-size: var(--responsive-tiny); }

.strathmore-gsc .gs-no-results-result .gs-snippet {
  background: none;
  font-size: var(--responsive-large);
  text-align: center;
  border: none;
  color: #424243; }

.memberships .levels-list {
  display: flex;
  border: 1px solid #F15B3B; }
  @media (max-width: 767px) {
    .memberships .levels-list {
      flex-wrap: wrap; } }
  .memberships .levels-list-item {
    flex: 0 1 auto;
    overflow: hidden;
    border-right: 1px solid #F15B3B;
    width: calc(100%/8); }
    .memberships .levels-list-item:last-child {
      border-right: none; }
    .memberships .levels-list-item:hover {
      background: #F15B3B;
      color: #ffffff; }
    @media (max-width: 767px) {
      .memberships .levels-list-item {
        width: calc(100%/4); }
        .memberships .levels-list-item:nth-child(4) {
          border-right: none; }
        .memberships .levels-list-item:nth-child(n+5) {
          border-top: 1px solid #F15B3B; } }
  .memberships .levels-list-level {
    padding: 0.5rem 1.25rem;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color: #424243; }
    .memberships .levels-list-level svg {
      height: 1.5rem;
      width: 2.25rem;
      fill: #F15B3B; }
    .memberships .levels-list-level:hover, .memberships .levels-list-level:focus, .memberships .levels-list-level[aria-selected="true"] {
      background: #F15B3B;
      color: #ffffff;
      transition: 0.1s; }
      .memberships .levels-list-level:hover svg, .memberships .levels-list-level:focus svg, .memberships .levels-list-level[aria-selected="true"] svg {
        fill: #ffffff;
        transition: 0.3s; }

.memberships .levels-level-price-container, .memberships .levels-level-title-container {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }

.memberships .levels-level-price, .memberships .levels-level-title {
  font-size: 0.875rem;
  font-family: "Lato", Helvetica, Arial, sans-serif; }

.memberships .levels-level-title {
  font-weight: 900;
  width: 4rem;
  word-break: break-word;
  text-align: center; }

.memberships .levels-panel {
  display: flex; }
  .memberships .levels-panel[aria-hidden=true] {
    display: none; }
  .memberships .levels-panel-item {
    flex: 1 1 50%; }
    .memberships .levels-panel-item-benefits {
      padding-right: 1.25rem; }
      @media screen and (max-width: 900px) {
        .memberships .levels-panel-item-benefits {
          padding-right: 4rem; } }
      @media screen and (max-width: 640px) {
        .memberships .levels-panel-item-benefits {
          padding-right: 1rem; } }
    .memberships .levels-panel-item-form {
      background: #F7F3ED; }
  .memberships .levels-panel-title {
    margin-bottom: 0.5rem; }

.memberships .levels-upsell-panel {
  margin-bottom: 1rem; }
  .memberships .levels-upsell-panel[aria-hidden=true] {
    display: none; }
  .memberships .levels-upsell-panel .rich-text {
    margin: 0; }
    .memberships .levels-upsell-panel .rich-text ul {
      margin-top: 0.5rem; }

.memberships-wrapper {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #EEEEEE; }
  @media (max-width: 640px) {
    .memberships-wrapper {
      margin-bottom: 1.25rem;
      padding-bottom: 1.25rem; } }

.memberships-intro, .memberships-directive {
  padding-bottom: 2.5rem; }
  @media screen and (max-width: 1440px) {
    .memberships-intro, .memberships-directive {
      padding-bottom: 2rem; } }
  @media screen and (max-width: 1024px) {
    .memberships-intro, .memberships-directive {
      padding-bottom: 1.5rem; } }

.memberships-benefits-container {
  display: flex;
  margin-top: 2.5rem; }
  @media (max-width: 900px) {
    .memberships-benefits-container {
      flex-direction: column-reverse; } }
  @media (max-width: 640px) {
    .memberships-benefits-container {
      margin-top: 1.5rem; } }

.memberships-annotations {
  padding-right: 1.25rem; }
  @media screen and (max-width: 900px) {
    .memberships-annotations {
      padding-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .memberships-annotations {
      padding-right: 1rem; } }
  @media (min-width: 901px) {
    .memberships-annotations {
      width: 50%; } }

.memberships-alert {
  color: #CF3339;
  font-family: "Lato", Helvetica, Arial, sans-serif; }
  .memberships-alert.memberships-form-alert {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    margin: 0.5rem 0; }
    .memberships-alert.memberships-form-alert svg {
      margin-right: 0.5rem;
      fill: #CF3339;
      height: 1.25rem;
      width: 1.25rem; }
  .memberships-alert.memberships-global-alert {
    margin-top: 1.25rem;
    padding: 1rem;
    background: linear-gradient(0deg, #FAE9E5, #FAE9E5), #FFFFFF;
    border: 1px solid #CF3339; }

.memberships-form {
  background: #F7F3ED;
  padding: 2rem;
  align-self: flex-start; }
  @media (max-width: 900px) {
    .memberships-form {
      align-self: auto;
      margin-bottom: 2rem; } }
  @media (max-width: 640px) {
    .memberships-form {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      margin-bottom: 1.25rem; } }
  .memberships-form-title {
    margin-bottom: 0.25rem; }
  .memberships-form-group {
    display: flex;
    margin-bottom: 0.25rem; }
    .memberships-form-group button {
      padding-left: 3rem;
      padding-right: 3rem; }
    @media (max-width: 640px) {
      .memberships-form-group {
        flex-direction: column; }
        .memberships-form-group button {
          margin-top: 1.25rem;
          width: 100%; } }
  .memberships-form-field {
    margin-right: 0.75rem;
    flex-grow: .5;
    position: relative; }
    @media (max-width: 640px) {
      .memberships-form-field {
        margin-right: 0; } }
    .memberships-form-field:before {
      content: '$';
      position: absolute;
      left: 0.5rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 1rem;
      color: #424243;
      font-family: "Lato", Helvetica, Arial, sans-serif; }
    .memberships-form-field input {
      margin-right: 0.75rem;
      padding-left: 1.25rem;
      color: #424243; }
      @media (max-width: 640px) {
        .memberships-form-field input {
          max-width: 100%; } }
      .memberships-form-field input.has-error {
        border: 2px solid #CF3339; }
  .memberships-form-checkbox-container {
    margin-top: 1rem; }
    .memberships-form-checkbox-container .form-group + .form-group {
      margin-top: 0.5rem; }

/*     
--------------------------------------------------
COLORS
-------------------------------------------------- 
*/
.ace-cal {
  margin-bottom: 8rem; }
  @media screen and (max-width: 2200px) {
    .ace-cal {
      margin-bottom: 6rem; } }
  @media screen and (max-width: 1440px) {
    .ace-cal {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 1024px) {
    .ace-cal {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .ace-cal {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 640px) {
    .ace-cal {
      margin-bottom: 1rem; } }

html[data-calendar-loading="true"] {
  overflow: hidden; }

html:not([data-calendar-loading="true"]) {
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: true) {
  html:not([data-calendar-loading="true"]) {
    scroll-behavior: auto; } }

ul[class*="ace-cal"] {
  list-style-type: none; }

.ace-cal-filters {
  background: #ffffff;
  height: 6rem;
  display: flex;
  align-items: center;
  width: 100%; }
  .ace-cal-filters-container {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    padding-top: 0.5rem; }
    @media (max-width: 2200px) {
      .ace-cal-filters-container {
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 0.5rem; } }
    @media (max-width: 768px) {
      .ace-cal-filters-container {
        border-bottom: none; } }
  .ace-cal-filters-list {
    width: 100%; }
    @media (min-width: 769px) {
      .ace-cal-filters-list {
        display: flex;
        align-items: flex-end; } }
  @media (min-width: 2201px) {
    .ace-cal-filters {
      margin: 0; } }

@media (min-width: 769px) {
  .ace-cal-filter {
    flex: 1 0 auto;
    width: 0;
    max-width: 15%;
    margin-right: 1.5rem; }
    .ace-cal-filter:last-child {
      margin-right: 0; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .ace-cal-filter {
    max-width: 25%; } }

@media (max-width: 1440px) {
  .ace-cal-filter {
    margin-right: 1rem; } }

@media (min-width: 2201px) {
  .ace-cal-filter {
    max-width: 25%; } }

@media (max-width: 768px) {
  .ace-cal-clear-filters {
    text-align: center; } }

.ace-cal-clear-filters button {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #424243;
  transition: none;
  font-size: 1rem;
  border-bottom: 2px solid #F15B3B; }
  .ace-cal-clear-filters button:hover, .ace-cal-clear-filters button:active, .ace-cal-clear-filters button:focus {
    border-bottom: 2px solid transparent; }

@media (max-width: 768px) {
  .ace-cal-clear-filters-desktop {
    display: none !important;
    visibility: hidden !important; } }

@media (min-width: 769px) {
  .ace-cal-clear-filters-mobile {
    display: none !important;
    visibility: hidden !important; } }

#filters-dialog[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0; }

.ace-cal-filters-modal {
  padding: 1.5rem;
  margin-top: 1.5rem; }
  @media screen and (max-width: 1024px) {
    .ace-cal-filters-modal {
      padding: 1rem; } }
  .ace-cal-filters-modal-trigger {
    padding: 0 0.75rem;
    display: flex;
    align-items: center; }
    @media (min-width: 769px) {
      .ace-cal-filters-modal-trigger {
        display: none !important;
        visibility: hidden !important; } }
    .ace-cal-filters-modal-trigger svg {
      fill: #ffffff;
      height: 1rem;
      width: 1rem;
      margin-left: 0.5rem; }
    .ace-cal-filters-modal-trigger:hover svg, .ace-cal-filters-modal-trigger:active svg, .ace-cal-filters-modal-trigger:focus svg {
      fill: #F15B3B; }
  .ace-cal-filters-modal-bg {
    position: fixed;
    background: #424243;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 149; }
  .ace-cal-filters-modal-container {
    z-index: 150;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    overflow: auto;
    top: 73px; }
  .ace-cal-filters-modal-inner {
    padding: 1.5rem;
    background: #ffffff;
    position: relative;
    max-width: 23.4375rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .ace-cal-filters-modal-inner {
        padding: 2.5rem; } }
  .ace-cal-filters-modal-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem; }
  .ace-cal-filters-modal-close {
    display: flex;
    position: absolute;
    top: -1.5rem;
    right: 0;
    color: #ffffff;
    font-size: 0.875rem;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .ace-cal-filters-modal-close svg {
      fill: #ffffff;
      align-self: center;
      height: 0.75rem;
      width: 0.75rem;
      margin-left: 0.25rem; }
    .ace-cal-filters-modal-close:active, .ace-cal-filters-modal-close:focus, .ace-cal-filters-modal-close:hover {
      outline-offset: 2px;
      outline: 1px solid white; }
  .ace-cal-filters-modal .ace-cal-filter {
    margin-bottom: 0.75rem;
    margin-right: 0; }

.ace-cal-grid-days, .ace-cal-grid-weekdays {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px; }
  .ace-cal-grid-days > *, .ace-cal-grid-weekdays > * {
    width: calc(14.28471% - 0px);
    margin-right: 1px;
    margin-bottom: 1px;
    flex: 0 0 auto; }
  @supports (display: grid) {
    .ace-cal-grid-days, .ace-cal-grid-weekdays {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-gap: 1px;
      background-color: #EEEEEE;
      margin-right: 0; }
      .ace-cal-grid-days > *, .ace-cal-grid-weekdays > * {
        width: auto;
        margin-right: 0;
        margin-bottom: 0; } }

.ace-cal-grid-weekdays {
  background: #ffffff; }

.ace-cal-grid-weekday {
  padding-bottom: 1rem;
  text-align: center; }

.ace-cal-grid-days {
  border: 1px solid #EEEEEE; }

.ace-cal-grid-day {
  background-color: #ffffff; }
  .ace-cal-grid-day-empty {
    background: #F7F7F7; }

.ace-cal-grid-month {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem; }
  @media screen and (max-width: 2200px) {
    .ace-cal-grid-month {
      margin-top: 4rem; } }
  @media screen and (max-width: 1440px) {
    .ace-cal-grid-month {
      margin-top: 3rem; } }
  @media screen and (max-width: 1024px) {
    .ace-cal-grid-month {
      margin-top: 2rem; } }
  @media screen and (max-width: 640px) {
    .ace-cal-grid-month {
      margin-top: 1rem; } }
  @media screen and (max-width: 2200px) {
    .ace-cal-grid-month {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 1440px) {
    .ace-cal-grid-month {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 1024px) {
    .ace-cal-grid-month {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 640px) {
    .ace-cal-grid-month {
      margin-bottom: 1rem; } }
  .ace-cal-grid-month-name {
    margin-bottom: 1rem; }

.ace-cal-grid-day-date {
  padding: 0.75rem;
  display: block;
  font-size: 1rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #777777; }

.ace-cal-grid-day-has-events {
  transition: 0.3s; }
  .ace-cal-grid-day-has-events:hover, .ace-cal-grid-day-has-events:active, .ace-cal-grid-day-has-events:focus {
    background: #424243;
    color: #ffffff; }
    .ace-cal-grid-day-has-events:hover .ace-cal-grid-day-date, .ace-cal-grid-day-has-events:active .ace-cal-grid-day-date, .ace-cal-grid-day-has-events:focus .ace-cal-grid-day-date {
      color: #ffffff; }
    .ace-cal-grid-day-has-events:hover .ace-cal-grid-event-name a, .ace-cal-grid-day-has-events:active .ace-cal-grid-event-name a, .ace-cal-grid-day-has-events:focus .ace-cal-grid-event-name a {
      -webkit-text-decoration-color: #ffffff;
              text-decoration-color: #ffffff; }
  .ace-cal-grid-day-has-events:focus-within {
    background: #424243;
    color: #ffffff; }
    .ace-cal-grid-day-has-events:focus-within .ace-cal-grid-day-date {
      color: #ffffff; }

.ace-cal-grid-day-has-events .ace-cal-grid-day-date {
  color: #424243; }

.ace-cal-grid-day-has-events:hover .ace-cal-grid-event-name a {
  color: #ffffff; }

.ace-cal-grid-day-has-events:focus-within .ace-cal-grid-event-name a {
  color: #ffffff; }
  .ace-cal-grid-day-has-events:focus-within .ace-cal-grid-event-name a .ace-cal-grid-day-date {
    color: #ffffff; }

.ace-cal-grid-event {
  padding: 0.75rem;
  padding-top: 0; }
  .ace-cal-grid-event-name {
    font-size: 1rem;
    line-height: 1.5; }
    .ace-cal-grid-event-name a:hover, .ace-cal-grid-event-name:active {
      transition: none; }
  .ace-cal-grid-event + .ace-cal-grid-event {
    padding-top: 2rem; }
  .ace-cal-grid-event-time {
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.5; }
  .ace-cal-grid-event-content * + * {
    margin-top: 0.25rem; }
  .ace-cal-grid-event-cta {
    margin-top: 1rem; }
    .ace-cal-grid-event-cta a {
      padding: 0.5rem;
      font-size: 0.875rem; }

.ace-cal-grid-day {
  position: relative; }
  .ace-cal-grid-day-date {
    position: relative;
    z-index: 3; }

.ace-cal-grid-event-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: rgba(66, 66, 67, 0.8);
  background-size: auto;
  background-size: cover;
  opacity: 0;
  z-index: 2; }
  .ace-cal-grid-event-overlay ~ * {
    position: relative;
    z-index: 2; }

.ace-cal-grid-event-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-size: cover;
  opacity: 0;
  transition: 0.3s;
  z-index: 1; }

.ace-cal-grid-event:hover .ace-cal-grid-event-bg, .ace-cal-grid-event:hover .ace-cal-grid-event-overlay {
  opacity: 1; }

.ace-cal-grid-event:focus-within .ace-cal-grid-event-bg {
  opacity: 1; }

@media (max-width: 767px) {
  .ace-cal-list-container {
    padding-top: 1.25rem; } }

.ace-cal-list-month {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem; }
  @media screen and (max-width: 2200px) {
    .ace-cal-list-month {
      margin-top: 4rem; } }
  @media screen and (max-width: 1440px) {
    .ace-cal-list-month {
      margin-top: 3rem; } }
  @media screen and (max-width: 1024px) {
    .ace-cal-list-month {
      margin-top: 2rem; } }
  @media screen and (max-width: 640px) {
    .ace-cal-list-month {
      margin-top: 1rem; } }
  @media screen and (max-width: 2200px) {
    .ace-cal-list-month {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 1440px) {
    .ace-cal-list-month {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 1024px) {
    .ace-cal-list-month {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 640px) {
    .ace-cal-list-month {
      margin-bottom: 1rem; } }
  .ace-cal-list-month-name {
    margin-bottom: 1rem; }

.ace-cal-load-more {
  display: flex;
  margin: 4rem auto; }

.ace-cal-list-day-date {
  border-bottom: 1px solid #222222; }

.ace-cal-list-event {
  margin-top: 1.5rem; }
  .ace-cal-list-event.featured {
    margin-top: 2.75rem; }
  .ace-cal-list-event-name {
    display: inline-block; }
    .ace-cal-list-event-name.hyperlink:hover {
      transition: none; }
    @media (max-width: 640px) {
      .ace-cal-list-event-name {
        margin-bottom: 0.5rem; } }
  .ace-cal-list-event-name, .ace-cal-list-event-synopsis {
    margin-bottom: 1rem; }
  .ace-cal-list-event-venue {
    margin-bottom: 0.5rem; }
  @media (max-width: 640px) {
    .ace-cal-list-event-cta {
      margin-bottom: 0.75rem; } }
  @media (max-width: 640px) {
    .ace-cal-list-event-details {
      margin-top: 1.25rem; } }
  .ace-cal-list-event-ispast {
    display: none; }
  .ace-cal-list-event-time {
    color: #777777;
    margin-bottom: 0.25rem; }
  .ace-cal-list-event-presented {
    color: #F15B3B; }

@media (min-width: 641px) {
  .ace-cal-list-event-content {
    display: flex; }
  .ace-cal-list-event-image {
    width: 0;
    flex: 1 1 auto; }
  .ace-cal-list-event-details {
    margin-left: 2rem;
    flex: 1 1 auto; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .ace-cal-list-event-details {
      margin-left: 1rem; } }

.ace-cal-list-event-details {
  width: 2rem;
  flex-grow: 2; }
  @media (max-width: 1440px) {
    .ace-cal-list-event-details {
      width: 2rem;
      flex-grow: 2; } }
  @media (max-width: 1024px) {
    .ace-cal-list-event-details {
      width: 2rem;
      flex-grow: 2; } }
  @media (max-width: 767px) {
    .ace-cal-list-event-details {
      width: 0rem;
      flex-grow: 1; } }
  @media (max-width: 640px) {
    .ace-cal-list-event-details {
      width: 0rem;
      flex-grow: 1; } }
  @media (max-width: 640px) {
    .ace-cal-list-event-details {
      width: auto; } }

@supports (display: grid) {
  .ace-cal-list-event-content {
    grid-gap: 2rem; }
    @media screen and (max-width: 640px) {
      .ace-cal-list-event-content {
        grid-gap: 1rem; } }
  @media (min-width: 641px) {
    .ace-cal-list-event-content {
      display: grid; }
    .ace-cal-list-event-image, .ace-cal-list-event-details {
      width: auto; }
    .ace-cal-list-event-details {
      margin-left: 0; } }
  .ace-cal-list-event-content {
    grid-template-columns: repeat(3, 1fr); }
  .ace-cal-list-event-details {
    grid-column: span 2; }
  @media (max-width: 1440px) {
    .ace-cal-list-event-content {
      grid-template-columns: repeat(3, 1fr); }
    .ace-cal-list-event-details {
      grid-column: span 2; } }
  @media (max-width: 1024px) {
    .ace-cal-list-event-content {
      grid-template-columns: repeat(3, 1fr); }
    .ace-cal-list-event-details {
      grid-column: span 2; } }
  @media (max-width: 767px) {
    .ace-cal-list-event-content {
      grid-template-columns: repeat(2, 1fr); }
    .ace-cal-list-event-details {
      grid-column: span 1; } }
  @media (max-width: 640px) {
    .ace-cal-list-event-content {
      grid-template-columns: repeat(2, 1fr); }
    .ace-cal-list-event-details {
      grid-column: span 1; } } }

.ace-cal-list-event-image-inner {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; }

.ace-cal-list-event-image-img {
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .ace-cal-list-event-image-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      -webkit-transform: none;
              transform: none;
      left: 0;
      top: 0; } }

.ace-cal-list-event.featured .ace-cal-list-event-image-inner {
  box-shadow: -1.25rem -1.25rem #F15B3B; }

.ace-cal-nav {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EEEEEE;
  z-index: 150; }
  @media (min-width: 2201px) {
    .ace-cal-nav {
      flex-direction: row;
      padding-left: 13.75rem;
      padding-right: 13.75rem; } }
  @media screen and (min-width: 2201px) and (max-width: 1440px) {
    .ace-cal-nav {
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
  @media screen and (min-width: 2201px) and (max-width: 1024px) {
    .ace-cal-nav {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 2201px) and (max-width: 640px) {
    .ace-cal-nav {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 768px) {
    .ace-cal-nav {
      position: -webkit-sticky;
      position: sticky;
      /*top: $desktop-nav-height;*/
      background: #ffffff; } }
  @media (max-width: 767px) {
    .ace-cal-nav {
      position: -webkit-sticky;
      position: sticky;
      /*top: $mobile-nav-height;*/
      background: #ffffff; } }
  @media (min-width: 769px) {
    .ace-cal-nav {
      overflow: hidden; } }

.ace-cal-subnav {
  display: flex;
  padding-top: 2.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 4;
  width: 100%; }
  @media (min-width: 2201px) {
    .ace-cal-subnav {
      justify-content: flex-end;
      margin: 0; } }
  @media (max-width: 768px) {
    .ace-cal-subnav {
      width: auto;
      justify-content: space-between;
      padding-top: 1.25rem; } }
  .ace-cal-subnav-item {
    display: flex;
    align-items: center; }
    .ace-cal-subnav-item:last-child {
      margin-right: 0; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .ace-cal-subnav-item button {
        flex-shrink: 0; } }

.ace-cal-month-dropdown {
  flex: 1 1 auto;
  position: relative; }
  @media (max-width: 768px) {
    .ace-cal-month-dropdown {
      max-width: 21.25rem; }
      .ace-cal-month-dropdown label:not(.hidden):not(.visually-hidden) + select {
        margin-top: 0; } }
  .ace-cal-month-dropdown label {
    position: absolute;
    top: -1.5rem; }

.ace-cal-toggles {
  flex: 1 0 auto;
  margin-top: 0.25rem; }
  @media (min-width: 2201px) {
    .ace-cal-toggles {
      flex: 0 0 auto; } }
  .ace-cal-toggles button {
    padding-top: 0;
    height: 100%;
    padding-bottom: 0; }
    .ace-cal-toggles button[disabled] {
      background: #424243;
      color: #ffffff;
      opacity: 1; }

.ace-cal-back-to-top {
  right: 1.5rem;
  bottom: 2rem;
  position: fixed;
  z-index: 10;
  transition: 0.3s opacity;
  opacity: 0;
  pointer-events: none; }
  @media screen and (max-width: 1024px) {
    .ace-cal-back-to-top {
      right: 1rem; } }
  .ace-cal-back-to-top[data-show-button="true"] {
    opacity: 1;
    pointer-events: fill; }

.ace-cal-promo-form {
  flex: 0 1 auto;
  height: 100%; }

.ace-cal-promo-submit {
  white-space: nowrap; }

.ace-cal-promo-form-inputs {
  display: flex; }

.ace-cal-promo-form-inner .ace-cal-promo-value {
  display: flex;
  align-items: center;
  background: #eeeeee;
  color: #222222;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0; }
  @media (min-width: 769px) {
    .ace-cal-promo-form-inner .ace-cal-promo-value {
      min-width: 10rem; } }

.ace-cal-loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 3; }
  html:not([data-calendar-loading="true"]) .ace-cal-loading {
    display: none !important;
    visibility: hidden !important; }

.ace-cal-loader-container {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem; }
  @media (max-width: 768px) {
    .ace-cal-loader-container {
      top: 50%; } }

.ace-cal-spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
  height: 8rem;
  width: 8rem; }

.spinner-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes colors {
  0% {
    stroke: #F15B3B; }
  25% {
    stroke: #2BA3AC; }
  50% {
    stroke: #FBAC2C; }
  75% {
    stroke: #B3C135; }
  100% {
    stroke: #F15B3B; } }

@keyframes colors {
  0% {
    stroke: #F15B3B; }
  25% {
    stroke: #2BA3AC; }
  50% {
    stroke: #FBAC2C; }
  75% {
    stroke: #B3C135; }
  100% {
    stroke: #F15B3B; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }


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