/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(../fonts/fonts.css);

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.card .card-title,
.gform_confirmation_message,
.wysiwyg blockquote p,
.wysiwyg blockquote p span,
.page-introduction h2,
.fc-cards .fc-section-heading-text,
.section-heading,
#flexible-content .fc-section-heading-text,
#home-stories .supporters-stories-heading,
#content #submit-event-form h2,
.page-id-554.user-registration-edit-password #my-account-content fieldset legend,
.page-id-22.user-registration-edit-password #my-account-content fieldset legend,
.h4,
#home-stories .card-supporter-title,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

h1,
.h1 {
  font-size: 2.5rem
}

h2,
.h2 {
  font-size: 2rem
}

h3,
.h3,
.card .card-title,
.gform_confirmation_message,
.wysiwyg blockquote p,
.wysiwyg blockquote p span,
.page-introduction h2,
.fc-cards .fc-section-heading-text,
.section-heading,
#flexible-content .fc-section-heading-text,
#home-stories .supporters-stories-heading,
#content #submit-event-form h2,
.page-id-554.user-registration-edit-password #my-account-content fieldset legend,
.page-id-22.user-registration-edit-password #my-account-content fieldset legend {
  font-size: 1.75rem
}

h4,
.h4,
#home-stories .card-supporter-title {
  font-size: 1.5rem
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small,
.fc-cards .card .card-description,
.card .card-description {
  font-size: 80%;
  font-weight: 400
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3
}

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

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

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "\2014 \00A0"
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}

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

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid,
#flexible-content .container-fc {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
#annual-reports .annual-report,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.event-submit-submit .submit-event-form-col,
.page-id-554 .event-manager-message,
.page-id-554 #submit-event-form,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

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

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

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

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

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

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

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

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6,
  #annual-reports .annual-report {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10,
  .event-submit-submit .submit-event-form-col,
  .page-id-554 .event-manager-message,
  .page-id-554 #submit-event-form {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1,
  .event-submit-submit .submit-event-form-col,
  .page-id-554 .event-manager-message,
  .page-id-554 #submit-event-form {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6,
  .event-submit-submit .submit-event-form-col,
  .page-id-554 .event-manager-message,
  .page-id-554 #submit-event-form {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3,
  .event-submit-submit .submit-event-form-col,
  .page-id-554 .event-manager-message,
  .page-id-554 #submit-event-form {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3,
  #annual-reports .annual-report {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0)
}

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

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table .table {
  background-color: #fff
}

.table-sm th,
.table-sm td {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8daff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #d6d8db
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
  border: 0
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-white {
  border-color: #fff !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix::after,
.gform_wrapper .ginput_complex::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

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

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

.d-flex,
.flex-center,
.page-id-554.user_logged_out #my-account-content,
.page-id-22.user_logged_out #my-account-content,
.page-id-554.user-registration-edit-password .user-registration-MyAccount-content,
.page-id-22.user-registration-edit-password .user-registration-MyAccount-content,
.page-id-554.user-registration-edit-profile .user-registration-MyAccount-content,
.page-id-22.user-registration-edit-profile .user-registration-MyAccount-content,
.flex-center-vertical,
.flex-center-horizontal,
.sitewide-alert-message {
  display: flex !important
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center,
.flex-center,
.page-id-554.user_logged_out #my-account-content,
.page-id-22.user_logged_out #my-account-content,
.page-id-554.user-registration-edit-password .user-registration-MyAccount-content,
.page-id-22.user-registration-edit-password .user-registration-MyAccount-content,
.page-id-554.user-registration-edit-profile .user-registration-MyAccount-content,
.page-id-22.user-registration-edit-profile .user-registration-MyAccount-content,
.flex-center-vertical,
.sitewide-alert-message,
.submit-event-buttons,
#event-single-wrapper .addthis_inline_share_toolbox_84zx {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start,
.history-2 .slick-slide>div,
.history-2 .slick-slide:nth-child(even)>div {
  align-items: flex-start !important
}

.align-items-end,
.card.card-style-image .card-inner,
.page-hero {
  align-items: flex-end !important
}

.align-items-center,
.flex-center,
.page-id-554.user_logged_out #my-account-content,
.page-id-22.user_logged_out #my-account-content,
.page-id-554.user-registration-edit-password .user-registration-MyAccount-content,
.page-id-22.user-registration-edit-password .user-registration-MyAccount-content,
.page-id-554.user-registration-edit-profile .user-registration-MyAccount-content,
.page-id-22.user-registration-edit-profile .user-registration-MyAccount-content,
.flex-center-vertical,
.flex-center-horizontal,
.fc-cards .card.card-style-featured,
.card.card-style-featured,
.sitewide-alert-message,
.filter-nav,
#subscribe .subscribe-content,
.supporter-story .card-supporter-text,
.list-your-event-banner-2 {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch,
.fc-overview-blocks .fc-overview-block,
.overview-block {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start,
  .history-2 .slick-slide>div,
  .history-2 .slick-slide:nth-child(even)>div {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end,
  .history-2 .slick-slide>div {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.m-0 {
  margin: 0 !important
}

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

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

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

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

.m-1 {
  margin: .25rem !important
}

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

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

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

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

.m-2 {
  margin: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important
}

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

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

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

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

.p-1 {
  padding: .25rem !important
}

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

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

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

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

.p-2 {
  padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
  text-align: justify !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

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

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

.slick-list:focus {
  outline: none
}

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

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

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

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

.slick-track:after {
  clear: both
}

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

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

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

.slick-slide img {
  display: block
}

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

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

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

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

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

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

:root {
  --brand: #164579;
  --brand-secondary: #19bae3;
  --orange: #F9A619;
  --pink: #FFB5D8;
  --pink-tint: rgba(255, 181, 216, 0.7);
  --orange-tint: rgba(249, 166, 25, 0.85);
  --brand-secondary-tint: rgba(25, 186, 227, 0.75);
  --dark: #1B334D;
  --light: #e2e3e5;
  --medium: #364F6A
}

html,
body {
  margin: 0
}

* {
  box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

body:before {
  background: yellow;
  display: block;
  padding: 15px
}

::selection {
  color: white;
  background: #164579
}

::-moz-selection {
  color: white;
  background: #164579
}

img,
video,
svg,
iframe {
  width: 100%;
  max-width: 100%;
  height: auto
}

a {
  color: #1B334D;
  text-decoration: none
}

a:hover {
  color: #1B334D;
  text-decoration: none;
  outline: none
}

ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0
}

ol,
ul {
  -webkit-padding-start: 0px
}

* {
  /* font-weight: normal; */
  -webkit-font-smoothing: antialiased
}

.vh5 {
  height: 5vh
}

.vh10 {
  height: 10vh
}

.vh15 {
  height: 15vh
}

.vh20 {
  height: 20vh
}

.vh25 {
  height: 25vh
}

.vh30 {
  height: 30vh
}

.vh35 {
  height: 35vh
}

.vh40 {
  height: 40vh
}

.vh45 {
  height: 45vh
}

.vh50 {
  height: 50vh
}

.vh55 {
  height: 55vh
}

.vh60 {
  height: 60vh
}

.vh65 {
  height: 65vh
}

.vh70 {
  height: 70vh
}

.vh75 {
  height: 75vh
}

.vh80 {
  height: 80vh
}

.vh85 {
  height: 85vh
}

.vh90 {
  height: 90vh
}

.vh95 {
  height: 95vh
}

.vh100 {
  height: 100vh
}

.vw5 {
  width: 5%
}

.vw10 {
  width: 10%
}

.vw15 {
  width: 15%
}

.vw20 {
  width: 20%
}

.vw25 {
  width: 25%
}

.vw30 {
  width: 30%
}

.vw35 {
  width: 35%
}

.vw40 {
  width: 40%
}

.vw45 {
  width: 45%
}

.vw50 {
  width: 50%
}

.vw55 {
  width: 55%
}

.vw60 {
  width: 60%
}

.vw65 {
  width: 65%
}

.vw70 {
  width: 70%
}

.vw75 {
  width: 75%
}

.vw80 {
  width: 80%
}

.vw85 {
  width: 85%
}

.vw90 {
  width: 90%
}

.vw95 {
  width: 95%
}

.vw100 {
  width: 100%
}

.vhmin5 {
  min-height: 5vh
}

.vhmin10 {
  min-height: 10vh
}

.vhmin15 {
  min-height: 15vh
}

.vhmin20 {
  min-height: 20vh
}

.vhmin25 {
  min-height: 25vh
}

.vhmin30 {
  min-height: 30vh
}

.vhmin35 {
  min-height: 35vh
}

.vhmin40 {
  min-height: 40vh
}

.vhmin45 {
  min-height: 45vh
}

.vhmin50 {
  min-height: 50vh
}

.vhmin55 {
  min-height: 55vh
}

.vhmin60 {
  min-height: 60vh
}

.vhmin65 {
  min-height: 65vh
}

.vhmin70 {
  min-height: 70vh
}

.vhmin75 {
  min-height: 75vh
}

.vhmin80 {
  min-height: 80vh
}

.vhmin85 {
  min-height: 85vh
}

.vhmin90 {
  min-height: 90vh
}

.vhmin95 {
  min-height: 95vh
}

.vhmin100 {
  min-height: 100vh
}

.vhmax5 {
  max-height: 5vh
}

.vhmax10 {
  max-height: 10vh
}

.vhmax15 {
  max-height: 15vh
}

.vhmax20 {
  max-height: 20vh
}

.vhmax25 {
  max-height: 25vh
}

.vhmax30 {
  max-height: 30vh
}

.vhmax35 {
  max-height: 35vh
}

.vhmax40 {
  max-height: 40vh
}

.vhmax45 {
  max-height: 45vh
}

.vhmax50 {
  max-height: 50vh
}

.vhmax55 {
  max-height: 55vh
}

.vhmax60 {
  max-height: 60vh
}

.vhmax65 {
  max-height: 65vh
}

.vhmax70 {
  max-height: 70vh
}

.vhmax75 {
  max-height: 75vh
}

.vhmax80 {
  max-height: 80vh
}

.vhmax85 {
  max-height: 85vh
}

.vhmax90 {
  max-height: 90vh
}

.vhmax95 {
  max-height: 95vh
}

.vhmax100 {
  max-height: 100vh
}

.vhfull,
.page-id-33 #subscribe,
#overlay-search {
  min-height: calc(100vh - 100px);
  min-height: calc((var(--vh, 1vh) * 100) - 100px)
}

@media screen and (max-width: 767px) {

  .vhfull,
  .page-id-33 #subscribe,
  #overlay-search {
    min-height: calc(100vh - 60px);
    min-height: calc((var(--vh, 1vh) * 100) - 60px)
  }
}

.height-100 {
  height: 100%
}

.m0 {
  margin: 0
}

.m0 {
  margin-bottom: 0em;
  margin-top: 0em
}

.m1 {
  margin-bottom: 1em;
  margin-top: 1em
}

.m2 {
  margin-bottom: 2em;
  margin-top: 2em
}

.m3 {
  margin-bottom: 3em;
  margin-top: 3em
}

.m4 {
  margin-bottom: 4em;
  margin-top: 4em
}

.m5 {
  margin-bottom: 5em;
  margin-top: 5em
}

.m6 {
  margin-bottom: 6em;
  margin-top: 6em
}

.m7 {
  margin-bottom: 7em;
  margin-top: 7em
}

.m8 {
  margin-bottom: 8em;
  margin-top: 8em
}

.m9 {
  margin-bottom: 9em;
  margin-top: 9em
}

.mb0 {
  margin-bottom: 0em
}

.mb1 {
  margin-bottom: 1em
}

.mb2 {
  margin-bottom: 2em
}

.mb3 {
  margin-bottom: 3em
}

.mb4 {
  margin-bottom: 4em
}

.mb5 {
  margin-bottom: 5em
}

.mb6 {
  margin-bottom: 6em
}

.mb7 {
  margin-bottom: 7em
}

.mb8 {
  margin-bottom: 8em
}

.mb9 {
  margin-bottom: 9em
}

.mt0 {
  margin-top: 0em
}

.mt1 {
  margin-top: 1em
}

.mt2 {
  margin-top: 2em
}

.mt3 {
  margin-top: 3em
}

.mt4 {
  margin-top: 4em
}

.mt5 {
  margin-top: 5em
}

.mt6 {
  margin-top: 6em
}

.mt7 {
  margin-top: 7em
}

.mt8 {
  margin-top: 8em
}

.mt9 {
  margin-top: 9em
}

.ml0 {
  margin-left: 0em
}

.ml1 {
  margin-left: 1em
}

.ml2 {
  margin-left: 2em
}

.ml3 {
  margin-left: 3em
}

.ml4 {
  margin-left: 4em
}

.ml5 {
  margin-left: 5em
}

.ml6 {
  margin-left: 6em
}

.ml7 {
  margin-left: 7em
}

.ml8 {
  margin-left: 8em
}

.ml9 {
  margin-left: 9em
}

.mr0 {
  margin-right: 0em
}

.mr1 {
  margin-right: 1em
}

.mr2 {
  margin-right: 2em
}

.mr3 {
  margin-right: 3em
}

.mr4 {
  margin-right: 4em
}

.mr5 {
  margin-right: 5em
}

.mr6 {
  margin-right: 6em
}

.mr7 {
  margin-right: 7em
}

.mr8 {
  margin-right: 8em
}

.mr9 {
  margin-right: 9em
}

.p0 {
  padding: 0em
}

.p1 {
  padding: 1em
}

.p2 {
  padding: 2em
}

.p3 {
  padding: 3em
}

.p4 {
  padding: 4em
}

.p5 {
  padding: 5em
}

.p6 {
  padding: 6em
}

.p7 {
  padding: 7em
}

.p8 {
  padding: 8em
}

.p9 {
  padding: 9em
}

.pb0 {
  padding-bottom: 0em
}

.pb1 {
  padding-bottom: 1em
}

.pb2 {
  padding-bottom: 2em
}

.pb3 {
  padding-bottom: 3em
}

.pb4 {
  padding-bottom: 4em
}

.pb5 {
  padding-bottom: 5em
}

.pb6 {
  padding-bottom: 6em
}

.pb7 {
  padding-bottom: 7em
}

.pb8 {
  padding-bottom: 8em
}

.pb9 {
  padding-bottom: 9em
}

.pt0 {
  padding-top: 0em
}

.pt1 {
  padding-top: 1em
}

.pt2 {
  padding-top: 2em
}

.pt3 {
  padding-top: 3em
}

.pt4 {
  padding-top: 4em
}

.pt5 {
  padding-top: 5em
}

.pt6 {
  padding-top: 6em
}

.pt7 {
  padding-top: 7em
}

.pt8 {
  padding-top: 8em
}

.pt9 {
  padding-top: 9em
}

.pl0 {
  padding-left: 0em
}

.pl1 {
  padding-left: 1em
}

.pl2 {
  padding-left: 2em
}

.pl3 {
  padding-left: 3em
}

.pl4 {
  padding-left: 4em
}

.pl5 {
  padding-left: 5em
}

.pl6 {
  padding-left: 6em
}

.pl7 {
  padding-left: 7em
}

.pl8 {
  padding-left: 8em
}

.pl9 {
  padding-left: 9em
}

.pr0 {
  padding-right: 0em
}

.pr1 {
  padding-right: 1em
}

.pr2 {
  padding-right: 2em
}

.pr3 {
  padding-right: 3em
}

.pr4 {
  padding-right: 4em
}

.pr5 {
  padding-right: 5em
}

.pr6 {
  padding-right: 6em
}

.pr7 {
  padding-right: 7em
}

.pr8 {
  padding-right: 8em
}

.pr9 {
  padding-right: 9em
}

.padded-less {
  padding-top: 50px;
  padding-bottom: 50px
}

@media screen and (max-width: 767px) {
  .padded-less {
    padding-top: 37.5px;
    padding-bottom: 37.5px
  }
}

.padded,
.page-id-554.user_logged_out #my-account-content,
.page-id-22.user_logged_out #my-account-content {
  padding-top: 12vh;
  padding-bottom: 11vh
}

.padded-top {
  padding-top: 12vh
}

.padded-bottom {
  padding-bottom: 11vh
}

.padded-more {
  padding-top: 15vh;
  padding-bottom: 14vh
}

.bg-white {
  background: #ffffff
}

.bg-ultra-light {
  background: #FAFBFC
}

.bg-light {
  background: #e2e3e5
}

.bg-medium {
  background: #364F6A
}

.bg-dark {
  background: #1B334D
}

.bg-brand {
  background: #164579
}

.background,
.fc-gallery-slide-image,
.fc-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.block-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center top
}

.block-background:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all, .25s
}

.block-background.mask-dark:after {
  background: rgba(0, 0, 0, 0.4)
}

.modal {
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 10013;
  opacity: .5;
  transition: opacity .4s ease-in-out, left 0s linear .4s;
  background: #164579;
  border-radius: 8px;
  width: calc(100% - 100px);
  height: calc(100vh - (100px * 2) - 10px);
  top: calc(((100vh - (100vh - (100px * 2) - 10px) - 100px) / 2) + 100px);
  box-shadow: 2px 4px 10px rgba(27, 51, 77, 0.5)
}

@media screen and (max-width: 991px) {
  .modal {
    width: calc(100% - 40px);
    height: calc(100vh - 60px - 120px);
    top: calc(60px + 60px)
  }
}

.modal.on {
  transition: opacity .4s;
  left: 50px;
  opacity: 1
}

@media screen and (max-width: 991px) {
  .modal.on {
    left: 20px
  }
}

.modal.scroll {
  overflow: scroll;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

#modal-close {
  position: fixed;
  top: calc((((100vh - (100vh - (100px * 2) - 10px) - 100px) / 2) + 100px) - 45px);
  right: -100px;
  height: 40px;
  width: 40px;
  z-index: 10014;
  text-align: center;
  opacity: 0;
  transition: opacity .4s, right 0s linear .4s
}

#modal-close .icon:before {
  font-size: 50px;
  line-height: 42px;
  color: white
}

@media screen and (max-width: 767px) {
  #modal-close .icon:before {
    font-size: 45px
  }
}

@media screen and (max-width: 991px) {
  #modal-close {
    top: calc(60px + 15px)
  }
}

#blanket {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10012;
  left: 200%;
  transition: opacity 0.1s;
  opacity: 0;
  background: rgba(22, 69, 121, 0.5)
}

@media screen and (prefers-reduced-motion: reduce) {
  #blanket {
    transition: none
  }
}

.modal-on {
  overflow: hidden
}

.modal-on #modal-close {
  transition: opacity .4s;
  right: 60px;
  opacity: 1
}

@media screen and (max-width: 991px) {
  .modal-on #modal-close {
    right: 25px
  }
}

.modal-on #blanket {
  left: 0;
  opacity: 1
}

.modal-on .modal-person-blanket {
  opacity: 1
}

.slick-slider {
  position: relative
}

.slick-slide {
  position: relative
}

.slick-slide:focus {
  outline: none;
  border: none
}

.slick-slide:hover {
  cursor: grab
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 10px;
  z-index: 2;
  font-size: 0;
  height: 100px;
  width: 50px;
  background: none;
  border: none;
  outline: none;
  padding: 0
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    height: 80px;
    width: 30px;
    top: 50%;
    margin-top: -40px
  }
}

.slick-arrow:hover {
  cursor: pointer
}

.slick-arrow:focus {
  outline: none
}

.slick-arrow:after {
  content: '‘';
  font-family: modern_pictograms_proregular;
  display: block;
  width: 50px;
  height: 100px;
  line-height: 100px;
  font-size: 70px;
  color: #1B334D;
  text-align: center
}

@media screen and (max-width: 991px) {
  .slick-arrow:after {
    width: 30px;
    height: 80px;
    line-height: 80px;
    font-size: 50px
  }
}

.slick-arrow.slick-next {
  left: auto;
  right: 10px
}

.slick-arrow.slick-next:after {
  content: '—'
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0)
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px
}

.slick-dots li.slick-active button {
  background: #364F6A;
  border-width: 0px;
  width: 9px;
  height: 9px
}

.slick-dots button {
  background: none;
  border: none;
  outline: none;
  font-size: 0;
  display: block;
  width: 9px;
  height: 9px;
  padding: 4px;
  background: #e2e3e5;
  border: 1px solid #1B334D;
  border-radius: 10px
}

.slick-dots button:hover {
  cursor: pointer
}

.debug {
  outline: 1px solid black
}

.block {
  position: relative;
  width: 100%;
  display: block
}

.vertical-center,
.fc-background-image .fc-background-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.overflow-hidden {
  overflow: hidden
}

.display-block {
  display: block
}

.display-flex {
  display: flex
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.hidden,
.display-none {
  display: none !important
}

.clearfix:before,
.gform_wrapper .ginput_complex:before,
.clearfix:after,
.gform_wrapper .ginput_complex:after {
  content: " ";
  display: table
}

.clearfix:after,
.gform_wrapper .ginput_complex:after {
  clear: both
}

.psuedo {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #1B334D
}

.loading {
  opacity: 0;
  transition: opacity 0.2s
}

@media screen and (prefers-reduced-motion: reduce) {
  .loading {
    transition: none
  }
}

.loaded {
  opacity: 1
}

#viewport-label {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  color: white;
  z-index: 9999;
  font-size: 14px;
  border-radius: 2px;
  font-family: 'Input Sans', mono !important;
  font-weight: bold;
  background: #111;
  border: 1px solid #555
}

#viewport-label * {
  font-family: 'Input Sans', mono !important;
  font-weight: bold
}

@media screen and (max-width: 1199px) {
  #viewport-label {
    background: #555
  }
}

@media screen and (max-width: 991px) {
  #viewport-label {
    background: #999
  }
}

@media screen and (max-width: 767px) {
  #viewport-label {
    background: #ccc
  }
}

@media screen and (max-width: 575px) {
  #viewport-label {
    background: white;
    color: #333
  }
}

#viewport-label #viewport-label-size:before {
  font-size: 17px;
  line-height: 1;
  content: 'xl';
  margin-right: 10px
}

@media screen and (max-width: 1199px) {
  #viewport-label #viewport-label-size:before {
    content: 'lg'
  }
}

@media screen and (max-width: 991px) {
  #viewport-label #viewport-label-size:before {
    content: 'md'
  }
}

@media screen and (max-width: 767px) {
  #viewport-label #viewport-label-size:before {
    content: 'sm'
  }
}

@media screen and (max-width: 575px) {
  #viewport-label #viewport-label-size:before {
    content: 'xs';
    color: #333
  }
}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0
}

[data-accordion] {
  line-height: 1
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0
}

[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px
}

[data-accordion]>[data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  background-size: 50%
}

[data-accordion].open>[data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.accordion {
  margin-bottom: 20px
}

.accordion [data-control] {
  background: #e2e3e5;
  border: 1px solid #cfd1d5;
  border-radius: 2px;
  padding: 20px 6px 5px 20px;
  position: relative
}

.accordion [data-control] h4 {
  width: calc(100% - 60px)
}

.accordion [data-control]:hover {
  cursor: context-menu;
  cursor: pointer
}

.accordion [data-control] .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  transform: rotate(0deg);
  transition: all .3s
}

.accordion [data-control] .icon:before {
  top: 0px
}

.accordion .accordion-content-inner {
  background: #fdfefe;
  border-radius: 2px;
  border: 1px solid #cfd1d5;
  border-top: none;
  position: relative;
  top: -2px;
  padding: 0;
  padding: 3vh 3vw 3vh 20px
}

.accordion .wysiwyg p {
  margin-bottom: 1em
}

.accordion .wysiwyg p:last-child {
  margin-bottom: 0
}

.accordion .wysiwyg p~ul {
  margin-top: 1em;
  margin-bottom: 2em
}

.accordion.open [data-control] {
  border-bottom: none
}

.accordion.open [data-control] .icon {
  transform: rotate(180deg);
  margin-top: -8px
}

.fc {
  padding: 10vh 0 10vh 0
}

@media screen and (max-width: 575px) {
  .fc {
    padding: 8vh 0 8vh 0
  }
}

.fc p {
  line-height: 1.65;
  margin-bottom: 2em
}

.fc:last-child {
  padding-bottom: 14vh
}

#fc-nav {
  padding: 5vh 0
}

#fc-nav li {
  display: inline-block;
  margin-right: 1em
}

#fc-nav a {
  text-decoration: underline
}

.fc-button a {
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  border-radius: 4px;
  text-decoration: underline
}

@media screen and (prefers-reduced-motion: reduce) {
  .fc-button a {
    transition: none
  }
}

.fc-button a:hover {
  text-decoration-style: double
}

.container-fc {
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px
}

@media screen and (max-width: 991px) {
  .container-fc {
    padding: 0 50px
  }
}

@media screen and (max-width: 767px) {
  .container-fc {
    padding: 0 15px
  }
}

.fc-section-heading {
  margin-bottom: 6vh
}

.fc-multi-column {
  padding: 0
}

.fc-multi-column.no-gutters .fc-multi-column-column {
  padding-left: 0;
  padding-right: 0
}

.fc-multi-column .wysiwyg h1,
.fc-multi-column .wysiwyg h2,
.fc-multi-column .wysiwyg h3,
.fc-multi-column .wysiwyg h4,
.fc-multi-column .wysiwyg h5,
.fc-multi-column .wysiwyg h6 {
  margin-top: 0
}

.fc-multi-column .wysiwyg .wp-caption {
  width: auto !important
}

.fc-multi-column .wysiwyg img {
  width: 100%
}

#flexible-content .pt-none {
  padding-top: 0
}

#flexible-content .pt-small {
  padding-top: 3vw
}

#flexible-content .pt-medium {
  padding-top: 6vw
}

#flexible-content .pt-large {
  padding-top: 9vw
}

#flexible-content .pr-none {
  padding-right: 0
}

#flexible-content .pr-small {
  padding-right: 3vw
}

#flexible-content .pr-medium {
  padding-right: 6vw
}

#flexible-content .pr-large {
  padding-right: 9vw
}

#flexible-content .pb-none {
  padding-bottom: 0
}

#flexible-content .pb-small {
  padding-bottom: 3vw
}

#flexible-content .pb-medium {
  padding-bottom: 6vw
}

#flexible-content .pb-large {
  padding-bottom: 9vw
}

#flexible-content .pl-none {
  padding-left: 0
}

#flexible-content .pl-small {
  padding-left: 3vw
}

#flexible-content .pl-medium {
  padding-left: 6vw
}

#flexible-content .pl-large {
  padding-left: 9vw
}

#flexible-content .mt-none {
  margin-top: 0
}

#flexible-content .mt-small {
  margin-top: 3vw
}

#flexible-content .mt-medium {
  margin-top: 6vw
}

#flexible-content .mt-large {
  margin-top: 9vw
}

#flexible-content .mb-none {
  margin-bottom: 0
}

#flexible-content .mb-small {
  margin-bottom: 3vw
}

#flexible-content .mb-medium {
  margin-bottom: 6vw
}

#flexible-content .mb-large {
  margin-bottom: 9vw
}

.fc-rich-text .fc-sidebar {
  border: 1px solid #e2e3e5;
  border-radius: 10px
}

.fc-rich-text .fc-sidebar .fc-sidebar-inner {
  padding: 30px 20px
}

.fc-rich-text .fc-sidebar .fc-sidebar-heading {
  margin-bottom: 1em
}

.fc-rich-text .fc-sidebar .fc-sidebar-text {
  margin-bottom: 1em
}

.fc-rich-text .fc-sidebar .fc-sidebar-button {
  background: #164579;
  display: block;
  text-align: center;
  color: white;
  padding: 10px 0;
  border-radius: 0px 0px 10px 10px;
  font-size: 15px
}

.fc-background {
  padding: 0
}

.fc-background .block-background {
  z-index: 0
}

.fc-background .mask:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.fc-background .mask-dark:after {
  background: rgba(0, 0, 0, 0.6)
}

.fc-background .mask-light:after {
  background: rgba(255, 255, 255, 0.7)
}

.fc-background-image .fc-background-text {
  max-width: none;
  position: absolute;
  display: table;
  width: 100%
}

.fc-background-natural.fc-background-color {
  padding: 10vh 0 10vh 0
}

.fc-background-natural.fc-background-color img {
  display: block
}

.fc-background-natural {
  padding: 10vh 0 10vh 0
}

.fc-background-natural .fc-background-text {
  position: static;
  transform: none
}

.fc-background-heading,
.fc-background-subheading,
.fc-background-link {
  width: 61%
}

@media screen and (max-width: 1199px) {

  .fc-background-heading,
  .fc-background-subheading,
  .fc-background-link {
    width: 69%
  }
}

@media screen and (max-width: 767px) {

  .fc-background-heading,
  .fc-background-subheading,
  .fc-background-link {
    width: 90%
  }
}

.fc-background-heading.righted,
.fc-background-subheading.righted,
.fc-background-link.righted {
  float: right
}

.fc-background-heading.centered,
.site-credit h4.fc-background-heading,
.page-id-554 .fc-background-heading.registration-button,
.page-id-554 .fc-background-heading.login-button,
.page-id-22 .fc-background-heading.registration-button,
.page-id-22 .fc-background-heading.login-button,
.fc-background-subheading.centered,
.site-credit h4.fc-background-subheading,
.page-id-554 .fc-background-subheading.registration-button,
.page-id-554 .fc-background-subheading.login-button,
.page-id-22 .fc-background-subheading.registration-button,
.page-id-22 .fc-background-subheading.login-button,
.fc-background-link.centered,
.site-credit h4.fc-background-link,
.page-id-554 .fc-background-link.registration-button,
.page-id-554 .fc-background-link.login-button,
.page-id-22 .fc-background-link.registration-button,
.page-id-22 .fc-background-link.login-button {
  margin-left: auto;
  margin-right: auto
}

.fc-background-heading {
  margin-bottom: 1.5em
}

.fc-background-subheading {
  margin-bottom: 2.5em
}

.fc-background-link a:hover {
  color: auto
}

.fc-background-multi-column-container {
  display: grid;
  height: inherit
}

.fc-background-multi-column-container.image-left.image-33 {
  grid-template-columns: 40% 60%
}

.fc-background-multi-column-container.image-left.image-50 {
  grid-template-columns: 50% 50%
}

.fc-background-multi-column-container.image-left.image-66 {
  grid-template-columns: 60% 40%
}

@media screen and (max-width: 767px) {
  .fc-background-multi-column-container.image-left {
    display: block
  }
}

.fc-background-multi-column-container.image-right.image-33 {
  grid-template-columns: 60% 40%
}

.fc-background-multi-column-container.image-right.image-50 {
  grid-template-columns: 50% 50%
}

.fc-background-multi-column-container.image-right.image-66 {
  grid-template-columns: 40% 60%
}

@media screen and (max-width: 767px) {
  .fc-background-multi-column-container.image-right {
    display: block
  }
}

@media screen and (max-width: 991px) {

  .fc-background-multi-column-container.image-left.image-33,
  .fc-background-multi-column-container.image-left.image-50,
  .fc-background-multi-column-container.image-left.image-66,
  .fc-background-multi-column-container.image-right.image-33,
  .fc-background-multi-column-container.image-right.image-50,
  .fc-background-multi-column-container.image-right.image-66 {
    grid-template-columns: 50% 50%
  }
}

.fc-background-multi-column-container .fc-background-heading,
.fc-background-multi-column-container .fc-background-subheading,
.fc-background-multi-column-container .fc-background-link {
  width: 100%
}

.fc-background-multi-column-1,
.fc-background-multi-column-2 {
  position: relative;
  padding: 12vh 4vw
}

.fc-repeating-paragraphs .fc-repeating-paragraphs-row {
  margin-bottom: 6vh
}

.fc-repeating-paragraphs .fc-repeating-paragraphs-row h3 {
  margin-bottom: 1em
}

.fc-repeating-paragraphs .fc-repeating-paragraphs-row:last-child {
  margin-bottom: 10px
}

.fc-repeating-paragraphs .fc-repeating-paragraphs-row:last-child .fc-repeating-paragraphs-separator {
  display: none
}

.fc-repeating-paragraphs-separator {
  content: '';
  height: 1px;
  opacity: .3;
  margin-top: 6vh
}

.fc-collapsible-list-link {
  margin-top: 1em
}

.fc-labelled-list-item {
  margin-bottom: 3em
}

.fc-labelled-list-item:last-child {
  margin-bottom: 0
}

.fc-labelled-list-label {
  position: relative;
  top: 2px
}

.fc-labelled-list-label h4 {
  line-height: 1.3
}

.fc-labelled-list-link {
  margin-top: 1em
}

.fc-cards .cards-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}

@media screen and (max-width: 767px) {
  .fc-cards .cards-container {
    margin-left: -10px;
    margin-right: -10px
  }
}

.fc-cards .card {
  margin-bottom: 3em;
  display: flex;
  position: relative
}

.fc-cards .card.mb0 {
  margin-bottom: 0
}

.fc-cards .card .card-inner-link {
  display: flex;
  width: 100%
}

.fc-cards .card .card-inner {
  border-radius: 8px;
  background: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #e2e3e5
}

.fc-cards .card.card-style-featured {
  padding: 50px;
  min-height: 55vh;
  display: flex
}

@media screen and (max-width: 991px) {
  .fc-cards .card.card-style-featured {
    min-height: 0
  }
}

.fc-cards .card.card-style-featured .card-featured-link {
  display: inline-block
}

@media screen and (max-width: 1199px) {
  .fc-cards .card.card-style-featured {
    padding-left: 35px;
    padding-right: 35px
  }
}

@media screen and (max-width: 767px) {
  .fc-cards .card.card-style-featured {
    padding-left: 15px;
    padding-right: 15px
  }
}

.fc-cards .card.card-style-image {
  border-radius: 8px
}

.fc-cards .card.card-style-image .block-background {
  border-radius: 8px;
  background-position: center center
}

.fc-cards .card.card-style-image.card-style-image-pink .block-background:after {
  border-radius: 8px;
  background: -moz-linear-gradient(top, rgba(255, 181, 216, 0.3) 0%, rgba(255, 181, 216, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 181, 216, 0.3) 0%, rgba(255, 181, 216, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 181, 216, 0.3) 0%, rgba(255, 181, 216, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffb5d8', endColorstr='#a6ffb5d8', GradientType=0)
}

.fc-cards .card .card-image {
  width: 100%;
  border-radius: 8px 8px 0px 0px
}

.fc-cards .card .card-title {
  padding: 30px 30px 0px 30px
}

@media screen and (max-width: 1379px) {
  .fc-cards .card .card-title {
    padding: 25px 25px 0 25px
  }
}

@media screen and (max-width: 991px) {
  .fc-cards .card .card-title {
    padding: 10px 10px 0 10px
  }
}

.fc-cards .card .card-description {
  width: 100%;
  margin-bottom: 0;
  flex: 1 0 auto;
  padding: 0px 30px 35px 30px
}

@media screen and (max-width: 1379px) {
  .fc-cards .card .card-description {
    padding: 0px 25px 30px 25px;
    width: 100%
  }
}

@media screen and (max-width: 991px) {
  .fc-cards .card .card-description {
    padding: 0px 10px 10px 10px
  }
}

.fc-cards .card .card-button-container {
  width: 100%
}

.fc-cards .card .card-button-container .card-button-text {
  border-top: 1px solid #e2e3e5;
  display: block;
  padding: 10px 30px;
  color: #19bae3;
  font-weight: 700;
  font-size: 13px
}

@media screen and (max-width: 1199px) {
  .fc-cards .card .card-button-container .card-button-text {
    padding: 7px 20px;
    font-size: 11px
  }
}

@media screen and (max-width: 991px) {
  .fc-cards .card .card-button-container .card-button-text {
    padding: 5px 15px;
    font-size: 10px
  }
}

.fc-overview-blocks .fc-overview-block {
  margin-bottom: 13vh;
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

@media screen and (max-width: 991px) {
  .fc-overview-blocks .fc-overview-block {
    width: 100%;
    margin-bottom: 10vh
  }
}

.fc-overview-blocks .fc-overview-block:nth-child(even) .overview-block-image {
  order: 1;
  margin-left: 0
}

@media screen and (max-width: 991px) {
  .fc-overview-blocks .fc-overview-block:nth-child(even) .overview-block-image {
    margin-left: 0
  }
}

.fc-overview-blocks .fc-overview-block:nth-child(even) .overview-block-text {
  order: 2;
  margin-left: -20%
}

@media screen and (max-width: 991px) {
  .fc-overview-blocks .fc-overview-block:nth-child(even) .overview-block-text {
    margin-left: -50%
  }
}

@media screen and (max-width: 767px) {
  .fc-overview-blocks .fc-overview-block:nth-child(even) .overview-block-text {
    margin-left: -60%
  }
}

.fc-overview-blocks .overview-block-image {
  width: 55%;
  margin-left: -20%;
  display: block;
  position: relative;
  flex: 1 0 auto;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (max-width: 991px) {
  .fc-overview-blocks .overview-block-image {
    width: 70%;
    margin-left: -50%
  }
}

@media screen and (max-width: 767px) {
  .fc-overview-blocks .overview-block-image {
    width: 70%;
    margin-left: -60%
  }
}

.fc-overview-blocks .overview-block-text {
  width: 90%;
  padding: 9vh 0px;
  position: relative;
  z-index: 3
}

@media screen and (max-width: 991px) {
  .fc-overview-blocks .overview-block-text {
    padding: 7vh 0
  }
}

@media screen and (max-width: 991px) {
  .fc-overview-blocks .overview-block-text {
    width: 90%
  }
}

@media screen and (max-width: 767px) {
  .fc-overview-blocks .overview-block-text {
    width: 90%
  }
}

.fc-overview-blocks .overview-block-text .overview-block-text-inner {
  border-radius: 8px;
  padding: 50px
}

.fc-overview-blocks .overview-block-text .overview-block-text-inner p {
  line-height: 1.7 !important
}

@media screen and (max-width: 991px) {
  .fc-overview-blocks .overview-block-text .overview-block-text-inner {
    padding: 40px
  }
}

@media screen and (max-width: 767px) {
  .fc-overview-blocks .overview-block-text .overview-block-text-inner {
    padding: 20px
  }
}

.fc-overview-blocks .overview-block-text .block-heading {
  margin-bottom: 1em
}

.fc-overview-blocks .overview-block-text .block-text {
  width: 95%
}

@media screen and (max-width: 991px) {
  .fc-overview-blocks .overview-block-text .block-text {
    width: 100%
  }
}

.fc-gallery .slick-arrow:after {
  text-shadow: 0px 0px 6px black;
  text-align: center
}

.fc-gallery .slick-dots {
  bottom: auto;
  left: auto;
  width: 66%;
  top: 0px;
  right: 0;
  transform: none;
  transform: translateY(-100%);
  text-align: right;
  position: static;
  transform: none;
  width: 100%;
  text-align: center
}

@media screen and (max-width: 767px) {
  .fc-gallery .slick-dots {
    position: static;
    transform: none;
    width: 100%;
    text-align: center
  }
}

.fc-gallery-slide-image-container {
  position: relative;
  height: 65vh
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .fc-gallery-slide-image-container {
    height: 36vh
  }
}

.fc-gallery-slide-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}

.fc-gallery-slide-caption-container .fc-image-caption {
  width: 61%;
  min-width: 300px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-size: .7em;
  color: #364F6A;
  padding: 10px 15px
}

.fc-video-container {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative
}

body {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  color: #1B334D;
  letter-spacing: -.01em
}

@media screen and (min-width: 1px) {
  body {
    font-size: 13px;
    line-height: calc(20 / 13)
  }
}

@media screen and (min-width: 576px) {
  body {
    font-size: 14px;
    line-height: calc(23 / 14)
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: calc(24 / 15)
  }
}

@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: calc(26 / 16)
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: calc(28 / 18)
  }
}
/* 
* {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, Sans-serif;
  font-weight: 400
} */

.font-main,
input,
textarea,
select {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, Sans-serif
}

.font-secondary,
.secondary {
  font-family: "raisonne-demibold", Georgia, Times New Roman, Serif;
  letter-spacing: 0;
  font-weight: 400
}

.font-secondary.italic,
.gform_wrapper .field_description_below .font-secondary.gfield_description,
.secondary.italic,
.gform_wrapper .field_description_below .secondary.gfield_description {
  font-family: "raisonne-demibold-italic", Georgia, Times New Roman, Serif;
  font-style: italic
}

.font-secondary.bold,
.accordion [data-control] h4.font-secondary,
.fc-rich-text .fc-sidebar .font-secondary.fc-sidebar-button,
.fc-repeating-paragraphs .fc-repeating-paragraphs-row h3.font-secondary,
.fc-labelled-list-label h4.font-secondary,
.overview-block-text .font-secondary.block-heading,
.overview-block-text .font-secondary.block-link,
.font-secondary.gfield_label_before_complex,
.menu-dropdown .menu-left h3 a.font-secondary,
.menu-title a.font-secondary,
.mobile-menu-secondary-link a.font-secondary,
#footer .font-secondary.footer-subscribe-text,
.wysiwyg h1.font-secondary,
.wysiwyg h2.font-secondary,
.wysiwyg h3.font-secondary,
.wysiwyg h4.font-secondary,
.wysiwyg h5.font-secondary,
.wysiwyg h6.font-secondary,
.font-secondary.sitewide-alert-message,
.page-hero .font-secondary.subpage-title,
.history-2 .history-event .font-secondary.history-event-year,
.subscribe-form input.font-secondary[type="submit"],
.subscribe-form-youth input.font-secondary[type="submit"],
.font-secondarystrong,
.secondary.bold,
.accordion [data-control] h4.secondary,
.fc-rich-text .fc-sidebar .secondary.fc-sidebar-button,
.fc-repeating-paragraphs .fc-repeating-paragraphs-row h3.secondary,
.fc-labelled-list-label h4.secondary,
.overview-block-text .secondary.block-heading,
.overview-block-text .secondary.block-link,
.secondary.gfield_label_before_complex,
.menu-dropdown .menu-left h3 a.secondary,
.menu-title a.secondary,
.mobile-menu-secondary-link a.secondary,
#footer .secondary.footer-subscribe-text,
.wysiwyg h1.secondary,
.wysiwyg h2.secondary,
.wysiwyg h3.secondary,
.wysiwyg h4.secondary,
.wysiwyg h5.secondary,
.wysiwyg h6.secondary,
.secondary.sitewide-alert-message,
.page-hero .secondary.subpage-title,
.history-2 .history-event .secondary.history-event-year,
.subscribe-form input.secondary[type="submit"],
.subscribe-form-youth input.secondary[type="submit"],
.secondarystrong {
  font-family: "raisonne-demibold", Georgia, Times New Roman, Serif;
  font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, Sans-serif;
  line-height: 1.3
}

h1,
.h1 {
  font-size: 2.9vw
}

@media screen and (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 4vw
  }
}

@media screen and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 4vw
  }
}

@media screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 5vw
  }
}

@media screen and (max-width: 575px) {

  h1,
  .h1 {
    font-size: 7vw
  }
}

h2,
.h2 {
  font-size: 2.5vw
}

@media screen and (max-width: 1199px) {

  h2,
  .h2 {
    font-size: 3.2vw
  }
}

@media screen and (max-width: 991px) {

  h2,
  .h2 {
    font-size: 3.2vw
  }
}

@media screen and (max-width: 767px) {

  h2,
  .h2 {
    font-size: 5vw
  }
}

@media screen and (max-width: 575px) {

  h2,
  .h2 {
    font-size: 7vw
  }
}

h3,
.h3,
.card .card-title,
.gform_confirmation_message,
.wysiwyg blockquote p,
.wysiwyg blockquote p span,
.page-introduction h2,
.fc-cards .fc-section-heading-text,
.section-heading,
#flexible-content .fc-section-heading-text,
#home-stories .supporters-stories-heading,
#content #submit-event-form h2,
.page-id-554.user-registration-edit-password #my-account-content fieldset legend,
.page-id-22.user-registration-edit-password #my-account-content fieldset legend {
  font-size: 1.7vw;
  line-height: 1.4
}

@media screen and (max-width: 1199px) {

  h3,
  .h3,
  .card .card-title,
  .gform_confirmation_message,
  .wysiwyg blockquote p,
  .wysiwyg blockquote p span,
  .page-introduction h2,
  .fc-cards .fc-section-heading-text,
  .section-heading,
  #flexible-content .fc-section-heading-text,
  #home-stories .supporters-stories-heading,
  #content #submit-event-form h2,
  .page-id-554.user-registration-edit-password #my-account-content fieldset legend,
  .page-id-22.user-registration-edit-password #my-account-content fieldset legend {
    font-size: 1.9vw
  }
}

@media screen and (max-width: 991px) {

  h3,
  .h3,
  .card .card-title,
  .gform_confirmation_message,
  .wysiwyg blockquote p,
  .wysiwyg blockquote p span,
  .page-introduction h2,
  .fc-cards .fc-section-heading-text,
  .section-heading,
  #flexible-content .fc-section-heading-text,
  #home-stories .supporters-stories-heading,
  #content #submit-event-form h2,
  .page-id-554.user-registration-edit-password #my-account-content fieldset legend,
  .page-id-22.user-registration-edit-password #my-account-content fieldset legend {
    font-size: 2.5vw
  }
}

@media screen and (max-width: 767px) {

  h3,
  .h3,
  .card .card-title,
  .gform_confirmation_message,
  .wysiwyg blockquote p,
  .wysiwyg blockquote p span,
  .page-introduction h2,
  .fc-cards .fc-section-heading-text,
  .section-heading,
  #flexible-content .fc-section-heading-text,
  #home-stories .supporters-stories-heading,
  #content #submit-event-form h2,
  .page-id-554.user-registration-edit-password #my-account-content fieldset legend,
  .page-id-22.user-registration-edit-password #my-account-content fieldset legend {
    font-size: 2.7vw
  }
}

@media screen and (max-width: 575px) {

  h3,
  .h3,
  .card .card-title,
  .gform_confirmation_message,
  .wysiwyg blockquote p,
  .wysiwyg blockquote p span,
  .page-introduction h2,
  .fc-cards .fc-section-heading-text,
  .section-heading,
  #flexible-content .fc-section-heading-text,
  #home-stories .supporters-stories-heading,
  #content #submit-event-form h2,
  .page-id-554.user-registration-edit-password #my-account-content fieldset legend,
  .page-id-22.user-registration-edit-password #my-account-content fieldset legend {
    font-size: 4.5vw
  }
}

@media screen and (min-width: 1px) {

  h4,
  .h4,
  #home-stories .card-supporter-title {
    font-size: 13px;
    line-height: calc(20 / 13)
  }
}

@media screen and (min-width: 576px) {

  h4,
  .h4,
  #home-stories .card-supporter-title {
    font-size: 14px;
    line-height: calc(23 / 14)
  }
}

@media screen and (min-width: 768px) {

  h4,
  .h4,
  #home-stories .card-supporter-title {
    font-size: 15px;
    line-height: calc(24 / 15)
  }
}

@media screen and (min-width: 992px) {

  h4,
  .h4,
  #home-stories .card-supporter-title {
    font-size: 16px;
    line-height: calc(26 / 16)
  }
}

@media screen and (min-width: 1200px) {

  h4,
  .h4,
  #home-stories .card-supporter-title {
    font-size: 18px;
    line-height: calc(28 / 18)
  }
}

@media screen and (min-width: 1px) {

  h5,
  .h5 {
    font-size: 10px;
    line-height: calc(16 / 10)
  }
}

@media screen and (min-width: 576px) {

  h5,
  .h5 {
    font-size: 10px;
    line-height: calc(18 / 10)
  }
}

@media screen and (min-width: 768px) {

  h5,
  .h5 {
    font-size: 11px;
    line-height: calc(18 / 11)
  }
}

@media screen and (min-width: 992px) {

  h5,
  .h5 {
    font-size: 12px;
    line-height: calc(20 / 12)
  }
}

@media screen and (min-width: 1200px) {

  h5,
  .h5 {
    font-size: 12px;
    line-height: calc(20 / 12)
  }
}

@media screen and (min-width: 1px) {

  h6,
  .h6 {
    font-size: 10px;
    line-height: calc(16 / 10)
  }
}

@media screen and (min-width: 576px) {

  h6,
  .h6 {
    font-size: 10px;
    line-height: calc(18 / 10)
  }
}

@media screen and (min-width: 768px) {

  h6,
  .h6 {
    font-size: 11px;
    line-height: calc(18 / 11)
  }
}

@media screen and (min-width: 992px) {

  h6,
  .h6 {
    font-size: 12px;
    line-height: calc(20 / 12)
  }
}

@media screen and (min-width: 1200px) {

  h6,
  .h6 {
    font-size: 12px;
    line-height: calc(20 / 12)
  }
}

p {
  margin-top: 0;
  line-height: 1.6 !important
}

@media screen and (min-width: 1px) {
  p {
    font-size: 13px;
    line-height: calc(20 / 13)
  }
}

@media screen and (min-width: 576px) {
  p {
    font-size: 14px;
    line-height: calc(23 / 14)
  }
}

@media screen and (min-width: 768px) {
  p {
    font-size: 15px;
    line-height: calc(24 / 15)
  }
}

@media screen and (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: calc(26 / 16)
  }
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 18px;
    line-height: calc(28 / 18)
  }
}

.bold,
.accordion [data-control] h4,
.fc-rich-text .fc-sidebar .fc-sidebar-button,
.fc-repeating-paragraphs .fc-repeating-paragraphs-row h3,
.fc-labelled-list-label h4,
.fc-overview-blocks .overview-block-text .block-link,
.overview-block-text .block-heading,
.overview-block-text .block-link,
.gfield_label_before_complex,
.menu-dropdown .menu-left h3 a,
.menu-title a,
.mobile-menu-secondary-link a,
#footer .footer-subscribe-text,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.sitewide-alert-message,
.page-hero .subpage-title,
.history-2 .history-event .history-event-year,
.page .subscribe-form input[type="submit"],
.subscribe-form-youth input[type="submit"],
strong {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, Sans-serif;
  font-weight: 700
}

.italic,
.gform_wrapper .field_description_below .gfield_description,
em {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, Sans-serif;
  font-style: italic
}

.font-light,
.site-credit h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, Sans-serif
}

.uppercase,
.fc-rich-text .fc-sidebar .fc-sidebar-button,
.fc-cards .card .card-button-container .card-button-text,
.button,
#flexible-content .fc-button a,
#content #submit-event-form .account-sign-in a,
#content #submit-event-form input[type="submit"],
#event_preview .event_listing_preview_title .button,
#event_preview .event_listing_preview_title .card-resource .card-links a,
.card-resource .card-links #event_preview .event_listing_preview_title a,
.card-resource .card-links a,
#content #my-account-content .ur-frontend-form [type="submit"],
.card .card-button-container .card-button-text,
.gfield_label_before_complex,
.menu-title a,
.mobile-menu-secondary-link a,
.page-hero .subpage-title,
.home-section-heading,
.page .subscribe-form input[type="submit"],
.subscribe-form-youth input[type="submit"],
.news-post .card-post-date,
.card-event .card-inner .card-text .event-categories,
#event-single-wrapper .single-event-organizer-label {
  text-transform: uppercase
}

.underline {
  text-decoration: underline
}

.centered,
.site-credit h4,
.page-id-554 .registration-button,
.page-id-554 .login-button,
.page-id-22 .registration-button,
.page-id-22 .login-button {
  text-align: center
}

.righted {
  text-align: right
}

.tracked-less,
.fc-rich-text .fc-sidebar .fc-sidebar-button,
.gfield_label_before_complex,
.menu-title a,
.mobile-menu-secondary-link a,
.filter-menu li a,
.page-hero .subpage-title,
.home-section-heading,
.page .subscribe-form input[type="submit"],
.subscribe-form-youth input[type="submit"],
.card-event .card-inner .card-text .event-categories,
#event-single-wrapper .single-event-organizer-label {
  letter-spacing: .06em
}

.tracked,
.button,
#flexible-content .fc-button a,
#content #submit-event-form .account-sign-in a,
#content #submit-event-form input[type="submit"],
#event_preview .event_listing_preview_title .button,
#event_preview .event_listing_preview_title .card-resource .card-links a,
.card-resource .card-links #event_preview .event_listing_preview_title a,
.card-resource .card-links a,
#content #my-account-content .ur-frontend-form [type="submit"],
#nav .nav-right .nav-menu-upper li>a {
  letter-spacing: .09em
}

.brand,
.fc-cards .card .card-title,
.partner-network-list .wysiwyg a {
  color: #164579
}

.white {
  color: white
}

.ultra-light {
  color: #FAFBFC
}

.light {
  color: #e2e3e5
}

.medium-light {
  color: #697B90
}

.medium {
  color: #364F6A
}

.medium-dark,
.fc-cards .card .card-description {
  color: #364F6A
}

.dark {
  color: #1B334D
}

.error {
  color: #ed5b5b
}

.icon:before {
  content: attr(data-icon);
  font-family: 'modern_pictograms_proregular';
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
  position: relative
}

.icon.large:before {
  font-size: 72px
}

body {
  background-color: #fff
}

font,
font * {
  font-weight: inherit
}

html body #google_translate_element {
  height: 30px;
  position: relative;
  top: -1px
}

@media screen and (max-width: 991px) {
  html body #google_translate_element {
    position: fixed;
    z-index: 10010;
    top: 19px;
    right: 60px
  }
}

html body #google_translate_element a img {
  width: 1px;
  height: 1px
}

html body #google_translate_element .goog-te-gadget {
  height: 30px
}

html body #google_translate_element * {
  color: #1B334D
}

html body #google_translate_element_mobile {
  display: none;
  height: 30px;
  position: fixed;
  z-index: -10010;
  top: 19px;
  right: 60px
}

html body #google_translate_element_mobile a img {
  width: 1px;
  height: 1px
}

html body #google_translate_element_mobile .goog-te-gadget {
  height: 30px
}

html body #google_translate_element_mobile * {
  color: #1B334D
}

@media screen and (max-width: 991px) {
  html body #google_translate_element_mobile {
    display: block;
    z-index: 10010
  }
}

@media screen and (max-width: 991px) {
  .translation-banner-visible #google_translate_element {
    top: 59px
  }
}

.translation-banner-visible #google_translate_element_mobile {
  top: 59px
}

.translation-banner-visible #search-box.on {
  top: 140px
}

.translation-banner-visible #nav {
  top: 40px
}

.translation-banner-visible #nav .nav-menu-upper {
  padding-top: 15px !important
}

.translation-banner-visible #nav .nav-menu-upper li {
  height: 30px
}

.translation-banner-visible .hamburger {
  top: 40px
}

.translation-banner-visible .menu-dropdown {
  top: 140px
}

@media screen and (max-width: 991px) {
  .translation-banner-visible .menu-dropdown {
    top: 0
  }
}

@media screen and (max-width: 991px) {
  .translation-banner-visible .menu-open #menus {
    top: 60px;
    padding-top: 40px
  }
}

.translation-banner-visible .after .page-nav-inner {
  top: 140px
}

@media screen and (max-width: 767px) {
  .row {
    margin-left: -10px;
    margin-right: -10px
  }
}

.row.row-full {
  margin: 0
}

#content {
  overflow: hidden;
  padding-top: 100px;
  display: block
}

@media screen and (max-width: 991px) {
  #content {
    padding-top: 60px
  }
}

@media screen and (max-width: 767px) {

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  #annual-reports .annual-report,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .event-submit-submit .submit-event-form-col,
  .page-id-554 .event-manager-message,
  .page-id-554 #submit-event-form,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .event-submit-submit .submit-event-form-col,
  .page-id-554 .event-manager-message,
  .page-id-554 #submit-event-form,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  #annual-reports .annual-report,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-left: 10px;
    padding-right: 10px
  }
}

.container-fluid,
#flexible-content .container-fc {
  max-width: 1480px;
  padding-left: 100px;
  padding-right: 100px
}

@media screen and (max-width: 1199px) {

  .container-fluid,
  #flexible-content .container-fc {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media screen and (max-width: 767px) {

  .container-fluid,
  #flexible-content .container-fc {
    padding-left: 15px;
    padding-right: 15px
  }
}

.container-fluid.container-fluid-stretch,
#flexible-content .container-fluid-stretch.container-fc {
  max-width: none
}

.container-fluid.container-fluid-tight,
#flexible-content .container-fluid-tight.container-fc {
  padding-left: 50px;
  padding-right: 50px
}

@media screen and (max-width: 1199px) {

  .container-fluid.container-fluid-tight,
  #flexible-content .container-fluid-tight.container-fc {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width: 767px) {

  .container-fluid.container-fluid-tight,
  #flexible-content .container-fluid-tight.container-fc {
    padding-left: 7.5px;
    padding-right: 7.5px
  }
}

* {
  word-wrap: break-word
}

a {
  color: #164579
}

a:hover {
  color: #164579
}

a:focus {
  outline: none;
  text-decoration: none
}

input:focus {
  outline: none
}

.bg-brand-secondary {
  background: #19bae3
}

.bg-interactive {
  background: #19bae3
}

.bg-interactivea {
  background: rgba(25, 186, 227, 0.75)
}

.bg-brand-tint {
  background: #426182
}

.bg-light-blue {
  background: #9FDBED
}

.bg-pink {
  background: #FFB5D8
}

.bg-pinka {
  background: rgba(255, 181, 216, 0.7)
}

.bg-orange {
  background: #F9A619
}

.bg-orangea {
  background: rgba(249, 166, 25, 0.85)
}

.bg-tan {
  background: #FEF2DD
}

.brand-secondary {
  color: #19bae3
}

.interactive {
  color: #9FDBED
}

.interactivea {
  color: rgba(25, 186, 227, 0.75)
}

.brand-tint,
.card .card-title,
.card .card-description,
.filter-summary,
.section-heading,
#flexible-content .fc-section-heading-text,
.fc-cards .fc-section-heading-text,
#content #submit-event-form h2 {
  color: #426182
}

.light-blue {
  color: #9FDBED
}

.pink {
  color: #FFB5D8
}

.pinka {
  color: rgba(255, 181, 216, 0.7)
}

.orange {
  color: #F9A619
}

.orangea {
  color: rgba(249, 166, 25, 0.85)
}

.font-light,
.site-credit h4 {
  font-weight: 300
}

.font-book {
  font-weight: 400
}

.font-medium,
.fc-overview-blocks .overview-block-text .overview-block-text-inner p,
.card .card-description,
.wod-alert,
.menu-dropdown .menu-left li a,
#footer ul li a,
.subscribe-form-youth label,
#news .filter-button,
.partner-network-list .wysiwyg a,
#current-council .person-country,
.wpem-alert {
  font-weight: 500
}

.font-bold,
#footer .footer-heading,
#footer .footer-heading a,
.filter-menu-button,
.filter-menu-button .filter-menu-button-label,
.filter-input,
#filter-clear .filter-clear-button,
.news-post .card-post-date,
.card-event .card-inner .card-text .event-categories,
.add-to-calendar-link {
  font-weight: 700
}

.font-black,
.fc-cards .card .card-title,
.fc-overview-blocks .overview-block-text .block-heading,
.button,
#flexible-content .fc-button a,
#content #submit-event-form .account-sign-in a,
#content #submit-event-form input[type="submit"],
#event_preview .event_listing_preview_title .button,
#event_preview .event_listing_preview_title .card-resource .card-links a,
.card-resource .card-links #event_preview .event_listing_preview_title a,
.card-resource .card-links a,
#content #my-account-content .ur-frontend-form [type="submit"],
.card .card-title,
.card.card-style-image .card-title,
#flexible-content .fc-background h2,
#flexible-content .fc-section-heading-text,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg strong,
.wysiwyg b,
.wysiwyg h1 *,
.wysiwyg h2 *,
.wysiwyg h3 *,
.wysiwyg h4 *,
.wysiwyg h5 *,
.wysiwyg h6 *,
.wysiwyg strong *,
.wysiwyg b *,
#footer .footer-secondary ul a,
.filter-menu li a,
.filter-summary,
.page-hero .page-hero-title,
.section-heading,
.fc-cards .fc-section-heading-text,
.home-section-heading,
#home-stories .supporters-stories-heading,
#news .filter-button.filter-active,
.news-post .card-post-title a,
#current-council .person-name,
#content #submit-event-form h2,
#event-single-wrapper .event-single-title,
#event-single-wrapper .event-single-meta-heading,
.card-resource .card-text .resource-title {
  font-weight: 800
}

.button,
#flexible-content .fc-button a,
#content #submit-event-form .account-sign-in a,
#content #submit-event-form input[type="submit"],
#event_preview .event_listing_preview_title .button,
#event_preview .event_listing_preview_title .card-resource .card-links a,
.card-resource .card-links #event_preview .event_listing_preview_title a,
.card-resource .card-links a,
#content #my-account-content .ur-frontend-form [type="submit"] {
  padding: 20px 25px 18px 25px;
  color: white;
  display: inline-block;
  text-align: center;
  background-size: 100% 100%;
  background: #19bae3;
  border-radius: 16px;
  transform: scale(1);
  transition: transform .1s;
  line-height: 1.4 !important
}

@media screen and (min-width: 1px) {

  .button,
  #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input[type="submit"],
  #event_preview .event_listing_preview_title .button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form [type="submit"] {
    font-size: 11px;
    line-height: calc(12 / 11)
  }
}

@media screen and (min-width: 576px) {

  .button,
  #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input[type="submit"],
  #event_preview .event_listing_preview_title .button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form [type="submit"] {
    font-size: 11px;
    line-height: calc(12 / 11)
  }
}

@media screen and (min-width: 768px) {

  .button,
  #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input[type="submit"],
  #event_preview .event_listing_preview_title .button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form [type="submit"] {
    font-size: 12px;
    line-height: calc(12 / 12)
  }
}

@media screen and (min-width: 992px) {

  .button,
  #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input[type="submit"],
  #event_preview .event_listing_preview_title .button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form [type="submit"] {
    font-size: 13px;
    line-height: calc(12 / 13)
  }
}

@media screen and (min-width: 1200px) {

  .button,
  #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input[type="submit"],
  #event_preview .event_listing_preview_title .button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form [type="submit"] {
    font-size: 14px;
    line-height: calc(12 / 14)
  }
}

@media screen and (max-width: 991px) {

  .button,
  #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input[type="submit"],
  #event_preview .event_listing_preview_title .button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form [type="submit"] {
    padding: 15px 20px 13px 20px
  }
}

@media screen and (max-width: 767px) {

  .button,
  #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input[type="submit"],
  #event_preview .event_listing_preview_title .button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form [type="submit"] {
    padding: 10px 15px 8px 20px
  }
}

.button.button-small,
#flexible-content .fc-button a.button-small,
#flexible-content .fc-button .card-resource .card-links a,
.card-resource .card-links #flexible-content .fc-button a,
#content #submit-event-form .account-sign-in a.button-small,
#content #submit-event-form .account-sign-in .card-resource .card-links a,
.card-resource .card-links #content #submit-event-form .account-sign-in a,
#content #submit-event-form input.button-small[type="submit"],
#event_preview .event_listing_preview_title .button-small.button,
#event_preview .event_listing_preview_title .card-resource .card-links a,
.card-resource .card-links #event_preview .event_listing_preview_title a,
.card-resource .card-links a,
#content #my-account-content .ur-frontend-form .button-small[type="submit"],
#content #my-account-content .ur-frontend-form .card-resource .card-links a[type="submit"],
.card-resource .card-links #content #my-account-content .ur-frontend-form a[type="submit"] {
  padding: 10px 15px 8px 20px
}

@media screen and (min-width: 1px) {

  .button.button-small,
  #flexible-content .fc-button a.button-small,
  #flexible-content .fc-button .card-resource .card-links a,
  .card-resource .card-links #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a.button-small,
  #content #submit-event-form .account-sign-in .card-resource .card-links a,
  .card-resource .card-links #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input.button-small[type="submit"],
  #event_preview .event_listing_preview_title .button-small.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form .button-small[type="submit"],
  #content #my-account-content .ur-frontend-form .card-resource .card-links a[type="submit"],
  .card-resource .card-links #content #my-account-content .ur-frontend-form a[type="submit"] {
    font-size: 9px;
    line-height: calc(12 / 9)
  }
}

@media screen and (min-width: 576px) {

  .button.button-small,
  #flexible-content .fc-button a.button-small,
  #flexible-content .fc-button .card-resource .card-links a,
  .card-resource .card-links #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a.button-small,
  #content #submit-event-form .account-sign-in .card-resource .card-links a,
  .card-resource .card-links #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input.button-small[type="submit"],
  #event_preview .event_listing_preview_title .button-small.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form .button-small[type="submit"],
  #content #my-account-content .ur-frontend-form .card-resource .card-links a[type="submit"],
  .card-resource .card-links #content #my-account-content .ur-frontend-form a[type="submit"] {
    font-size: 9px;
    line-height: calc(12 / 9)
  }
}

@media screen and (min-width: 768px) {

  .button.button-small,
  #flexible-content .fc-button a.button-small,
  #flexible-content .fc-button .card-resource .card-links a,
  .card-resource .card-links #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a.button-small,
  #content #submit-event-form .account-sign-in .card-resource .card-links a,
  .card-resource .card-links #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input.button-small[type="submit"],
  #event_preview .event_listing_preview_title .button-small.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form .button-small[type="submit"],
  #content #my-account-content .ur-frontend-form .card-resource .card-links a[type="submit"],
  .card-resource .card-links #content #my-account-content .ur-frontend-form a[type="submit"] {
    font-size: 10px;
    line-height: calc(12 / 10)
  }
}

@media screen and (min-width: 992px) {

  .button.button-small,
  #flexible-content .fc-button a.button-small,
  #flexible-content .fc-button .card-resource .card-links a,
  .card-resource .card-links #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a.button-small,
  #content #submit-event-form .account-sign-in .card-resource .card-links a,
  .card-resource .card-links #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input.button-small[type="submit"],
  #event_preview .event_listing_preview_title .button-small.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form .button-small[type="submit"],
  #content #my-account-content .ur-frontend-form .card-resource .card-links a[type="submit"],
  .card-resource .card-links #content #my-account-content .ur-frontend-form a[type="submit"] {
    font-size: 11px;
    line-height: calc(12 / 11)
  }
}

@media screen and (min-width: 1200px) {

  .button.button-small,
  #flexible-content .fc-button a.button-small,
  #flexible-content .fc-button .card-resource .card-links a,
  .card-resource .card-links #flexible-content .fc-button a,
  #content #submit-event-form .account-sign-in a.button-small,
  #content #submit-event-form .account-sign-in .card-resource .card-links a,
  .card-resource .card-links #content #submit-event-form .account-sign-in a,
  #content #submit-event-form input.button-small[type="submit"],
  #event_preview .event_listing_preview_title .button-small.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a,
  .card-resource .card-links #event_preview .event_listing_preview_title a,
  .card-resource .card-links a,
  #content #my-account-content .ur-frontend-form .button-small[type="submit"],
  #content #my-account-content .ur-frontend-form .card-resource .card-links a[type="submit"],
  .card-resource .card-links #content #my-account-content .ur-frontend-form a[type="submit"] {
    font-size: 12px;
    line-height: calc(12 / 12)
  }
}

.button.button-large,
#flexible-content .fc-button a.button-large,
#content #submit-event-form .account-sign-in a.button-large,
#content #submit-event-form input.button-large[type="submit"],
#event_preview .event_listing_preview_title .button-large.button,
#event_preview .event_listing_preview_title .card-resource .card-links a.button-large,
.card-resource .card-links #event_preview .event_listing_preview_title a.button-large,
.card-resource .card-links a.button-large,
#content #my-account-content .ur-frontend-form .button-large[type="submit"] {
  padding: 20px
}

@media screen and (min-width: 1px) {

  .button.button-large,
  #flexible-content .fc-button a.button-large,
  #content #submit-event-form .account-sign-in a.button-large,
  #content #submit-event-form input.button-large[type="submit"],
  #event_preview .event_listing_preview_title .button-large.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a.button-large,
  .card-resource .card-links #event_preview .event_listing_preview_title a.button-large,
  .card-resource .card-links a.button-large,
  #content #my-account-content .ur-frontend-form .button-large[type="submit"] {
    font-size: 13px;
    line-height: calc(12 / 13)
  }
}

@media screen and (min-width: 576px) {

  .button.button-large,
  #flexible-content .fc-button a.button-large,
  #content #submit-event-form .account-sign-in a.button-large,
  #content #submit-event-form input.button-large[type="submit"],
  #event_preview .event_listing_preview_title .button-large.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a.button-large,
  .card-resource .card-links #event_preview .event_listing_preview_title a.button-large,
  .card-resource .card-links a.button-large,
  #content #my-account-content .ur-frontend-form .button-large[type="submit"] {
    font-size: 14px;
    line-height: calc(12 / 14)
  }
}

@media screen and (min-width: 768px) {

  .button.button-large,
  #flexible-content .fc-button a.button-large,
  #content #submit-event-form .account-sign-in a.button-large,
  #content #submit-event-form input.button-large[type="submit"],
  #event_preview .event_listing_preview_title .button-large.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a.button-large,
  .card-resource .card-links #event_preview .event_listing_preview_title a.button-large,
  .card-resource .card-links a.button-large,
  #content #my-account-content .ur-frontend-form .button-large[type="submit"] {
    font-size: 15px;
    line-height: calc(12 / 15)
  }
}

@media screen and (min-width: 992px) {

  .button.button-large,
  #flexible-content .fc-button a.button-large,
  #content #submit-event-form .account-sign-in a.button-large,
  #content #submit-event-form input.button-large[type="submit"],
  #event_preview .event_listing_preview_title .button-large.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a.button-large,
  .card-resource .card-links #event_preview .event_listing_preview_title a.button-large,
  .card-resource .card-links a.button-large,
  #content #my-account-content .ur-frontend-form .button-large[type="submit"] {
    font-size: 16px;
    line-height: calc(12 / 16)
  }
}

@media screen and (min-width: 1200px) {

  .button.button-large,
  #flexible-content .fc-button a.button-large,
  #content #submit-event-form .account-sign-in a.button-large,
  #content #submit-event-form input.button-large[type="submit"],
  #event_preview .event_listing_preview_title .button-large.button,
  #event_preview .event_listing_preview_title .card-resource .card-links a.button-large,
  .card-resource .card-links #event_preview .event_listing_preview_title a.button-large,
  .card-resource .card-links a.button-large,
  #content #my-account-content .ur-frontend-form .button-large[type="submit"] {
    font-size: 17px;
    line-height: calc(12 / 17)
  }
}

.button.button-brand,
#flexible-content .fc-button a.button-brand,
#flexible-content .fc-button .page-id-554 #user-registration-form-20 a[type="submit"],
.page-id-554 #user-registration-form-20 #flexible-content .fc-button a[type="submit"],
#flexible-content .fc-button .page-id-22 #user-registration-form-20 a[type="submit"],
.page-id-22 #user-registration-form-20 #flexible-content .fc-button a[type="submit"],
#content #submit-event-form .account-sign-in a,
#content #submit-event-form input.button-brand[type="submit"],
.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login #content #submit-event-form input.button[type="submit"],
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login #content #submit-event-form input.button[type="submit"],
#content #submit-event-form .page-id-554 #user-registration-form-20 input[type="submit"],
.page-id-554 #user-registration-form-20 #content #submit-event-form input[type="submit"],
#content #submit-event-form .page-id-22 #user-registration-form-20 input[type="submit"],
.page-id-22 #user-registration-form-20 #content #submit-event-form input[type="submit"],
#event_preview .event_listing_preview_title .button-brand.button,
#event_preview .event_listing_preview_title .card-resource .card-links a.button-brand,
.card-resource .card-links #event_preview .event_listing_preview_title a.button-brand,
.card-resource .card-links a.button-brand,
.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .card-resource .card-links a,
.card-resource .card-links .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login a,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .card-resource .card-links a,
.card-resource .card-links .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login a,
.card-resource .card-links .page-id-554 #user-registration-form-20 a[type="submit"],
.page-id-554 #user-registration-form-20 .card-resource .card-links a[type="submit"],
.card-resource .card-links .page-id-22 #user-registration-form-20 a[type="submit"],
.page-id-22 #user-registration-form-20 .card-resource .card-links a[type="submit"],
#content #my-account-content .ur-frontend-form .button-brand[type="submit"],
#content #my-account-content .ur-frontend-form #submit-event-form .account-sign-in a[type="submit"],
#content #submit-event-form .account-sign-in #my-account-content .ur-frontend-form a[type="submit"],
#content .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .button[type="submit"],
.page-id-554.user_logged_out #content #my-account-content .ur-frontend-form.login .button[type="submit"],
#content .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .card-resource .card-links a[type="submit"],
.page-id-554.user_logged_out #content #my-account-content .ur-frontend-form.login .card-resource .card-links a[type="submit"],
#content .card-resource .card-links .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login a[type="submit"],
.card-resource .card-links .page-id-554.user_logged_out #content #my-account-content .ur-frontend-form.login a[type="submit"],
#content .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .button[type="submit"],
.page-id-22.user_logged_out #content #my-account-content .ur-frontend-form.login .button[type="submit"],
#content .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .card-resource .card-links a[type="submit"],
.page-id-22.user_logged_out #content #my-account-content .ur-frontend-form.login .card-resource .card-links a[type="submit"],
#content .card-resource .card-links .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login a[type="submit"],
.card-resource .card-links .page-id-22.user_logged_out #content #my-account-content .ur-frontend-form.login a[type="submit"],
#content #my-account-content .ur-frontend-form .page-id-554 #user-registration-form-20 [type="submit"],
.page-id-554 #user-registration-form-20 #content #my-account-content .ur-frontend-form [type="submit"],
#content #my-account-content .ur-frontend-form .page-id-22 #user-registration-form-20 [type="submit"],
.page-id-22 #user-registration-form-20 #content #my-account-content .ur-frontend-form [type="submit"],
.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .button,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .button,
.page-id-554 #user-registration-form-20 .button[type="submit"],
.page-id-22 #user-registration-form-20 .button[type="submit"] {
  background: #164579
}

.button.button-pink,
#flexible-content .fc-button a.button-pink,
#content #submit-event-form .account-sign-in a.button-pink,
#content #submit-event-form input.button-pink[type="submit"],
#event_preview .event_listing_preview_title .button-pink.button,
#event_preview .event_listing_preview_title .card-resource .card-links a.button-pink,
.card-resource .card-links #event_preview .event_listing_preview_title a.button-pink,
.card-resource .card-links a.button-pink,
#content #my-account-content .ur-frontend-form .button-pink[type="submit"] {
  background: #FFB5D8;
  color: #164579
}

.button.button-pink:hover,
#flexible-content .fc-button a.button-pink:hover,
#content #submit-event-form .account-sign-in a.button-pink:hover,
#content #submit-event-form input.button-pink:hover[type="submit"],
#event_preview .event_listing_preview_title .button-pink.button:hover,
#event_preview .event_listing_preview_title .card-resource .card-links a.button-pink:hover,
.card-resource .card-links #event_preview .event_listing_preview_title a.button-pink:hover,
.card-resource .card-links a.button-pink:hover,
#content #my-account-content .ur-frontend-form .button-pink:hover[type="submit"] {
  color: #164579
}

.button.button-centered,
#flexible-content .fc-button a.button-centered,
#content #submit-event-form .account-sign-in a.button-centered,
#content #submit-event-form input.button-centered[type="submit"],
#event_preview .event_listing_preview_title .button-centered.button,
#event_preview .event_listing_preview_title .card-resource .card-links a.button-centered,
.card-resource .card-links #event_preview .event_listing_preview_title a.button-centered,
.card-resource .card-links a.button-centered,
#content #my-account-content .ur-frontend-form .button-centered[type="submit"] {
  margin: auto;
  display: block
}

.button.button-full,
#flexible-content .fc-button a.button-full,
#content #submit-event-form .account-sign-in a.button-full,
#content #submit-event-form input.button-full[type="submit"],
#event_preview .event_listing_preview_title .button-full.button,
#event_preview .event_listing_preview_title .card-resource .card-links a.button-full,
.card-resource .card-links #event_preview .event_listing_preview_title a.button-full,
.card-resource .card-links a.button-full,
#content #my-account-content .ur-frontend-form .button-full[type="submit"] {
  width: 100%;
  padding: 20px 0;
  border-radius: 0
}

.button:hover,
#flexible-content .fc-button a:hover,
#content #submit-event-form .account-sign-in a:hover,
#content #submit-event-form input:hover[type="submit"],
#event_preview .event_listing_preview_title .button:hover,
#event_preview .event_listing_preview_title .card-resource .card-links a:hover,
.card-resource .card-links #event_preview .event_listing_preview_title a:hover,
.card-resource .card-links a:hover,
#content #my-account-content .ur-frontend-form :hover[type="submit"] {
  transition: transform .1s;
  transform: scale(1.05);
  color: white
}

.button:focus,
#flexible-content .fc-button a:focus,
#content #submit-event-form .account-sign-in a:focus,
#content #submit-event-form input:focus[type="submit"],
#event_preview .event_listing_preview_title .button:focus,
#event_preview .event_listing_preview_title .card-resource .card-links a:focus,
.card-resource .card-links #event_preview .event_listing_preview_title a:focus,
.card-resource .card-links a:focus,
#content #my-account-content .ur-frontend-form :focus[type="submit"] {
  outline: none;
  box-shadow: none
}

.shadowed,
.fc-cards .card .card-inner:hover,
.fc-overview-blocks .overview-block-text .overview-block-text-inner,
.card .card-inner:hover,
.overview-block-text .overview-block-text-inner,
.ws-map-popup-content-wrapper,
input:focus,
textarea:focus,
select:focus,
.filter-menu,
#annual-reports .annual-report a:hover,
.news-post:hover .card-image,
.supporter-story:hover,
.card-event:hover .card-inner,
#event_preview .event_listing_preview,
.card-resource:hover .card-inner,
#content #my-account-content .ur-frontend-form input:focus,
.page-id-554 #user-registration-form-20,
.page-id-22 #user-registration-form-20 {
  box-shadow: 1px 2px 4px rgba(27, 51, 77, 0.5)
}

.ws-map {
  height: 100%
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}

@media screen and (max-width: 767px) {
  .cards-container {
    margin-left: -10px;
    margin-right: -10px
  }
}

.card {
  margin-bottom: 3em;
  display: flex;
  position: relative;
  z-index: 1
}

.card.mb0 {
  margin-bottom: 0
}

.card .card-inner-link {
  display: flex;
  width: 100%;
  height: 100%
}

.card .card-inner {
  border-radius: 8px;
  background: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #e2e3e5
}

.card .card-image {
  width: 100%;
  border-radius: 8px 8px 0px 0px
}

.card .card-title {
  padding: 30px 30px 0px 30px
}

@media screen and (max-width: 1379px) {
  .card .card-title {
    padding: 15px 15px 0 15px
  }
}

@media screen and (max-width: 991px) {
  .card .card-title {
    padding: 10px 10px 0 10px
  }
}

.card .card-description {
  width: 100%;
  margin-bottom: 0;
  flex: 1 0 auto;
  padding: 0px 30px 30px 30px
}

@media screen and (max-width: 1379px) {
  .card .card-description {
    padding: 0px 15px 15px 15px;
    width: 100%
  }
}

@media screen and (max-width: 991px) {
  .card .card-description {
    padding: 0px 10px 10px 10px;
    font-size: 11px
  }
}

.card .card-button-container {
  width: 100%
}

.card .card-button-container .card-button-text {
  border-top: 1px solid #e2e3e5;
  display: block;
  padding: 10px 30px;
  color: #19bae3;
  font-weight: 700;
  font-size: 13px
}

@media screen and (max-width: 1379px) {
  .card .card-button-container .card-button-text {
    padding: 7px 15px;
    font-size: 11px
  }
}

@media screen and (max-width: 991px) {
  .card .card-button-container .card-button-text {
    padding: 5px 10px;
    font-size: 10px
  }
}

.card.card-style-featured {
  padding: 50px;
  min-height: 55vh;
  display: flex
}

@media screen and (max-width: 991px) {
  .card.card-style-featured {
    min-height: 0
  }
}

.card.card-style-featured .card-featured-link {
  display: inline-block
}

@media screen and (max-width: 1199px) {
  .card.card-style-featured {
    padding-left: 35px;
    padding-right: 35px
  }
}

@media screen and (max-width: 767px) {
  .card.card-style-featured {
    padding-left: 15px;
    padding-right: 15px
  }
}

.card.card-style-image {
  border-radius: 8px
}

.card.card-style-image .block-background {
  border-radius: 8px;
  background-position: center center
}

.card.card-style-image .block-background:after {
  border-radius: 8px
}

.card.card-style-image .card-inner {
  flex-direction: row;
  background: none;
  border: none;
  height: 100%;
  position: relative;
  padding: 120px 40px 70px 40px;
  display: flex
}

@media screen and (max-width: 991px) {
  .card.card-style-image .card-inner {
    padding: 60px 20px 30px 20px
  }

  .card.card-style-image .card-inner .card-title {
    font-size: 18px
  }
}

.card.card-style-image .card-title {
  padding: 0;
  margin-bottom: 50px
}

.card.card-style-image.card-style-image-pink .block-background:after {
  background: -moz-linear-gradient(top, rgba(255, 181, 216, 0.4) 0%, #ffb5d8 95%, #ffb5d8 100%);
  background: -webkit-linear-gradient(top, rgba(255, 181, 216, 0.4) 0%, #ffb5d8 95%, #ffb5d8 100%);
  background: linear-gradient(to bottom, rgba(255, 181, 216, 0.4) 0%, #ffb5d8 95%, #ffb5d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffb5d8', endColorstr='#a6ffb5d8', GradientType=0)
}

.card.card-style-image.card-style-image-brand .block-background:after {
  background: -moz-linear-gradient(top, rgba(22, 69, 121, 0.4) 0%, #164579 95%, #164579 100%);
  background: -webkit-linear-gradient(top, rgba(22, 69, 121, 0.4) 0%, #164579 95%, #164579 100%);
  background: linear-gradient(to bottom, rgba(22, 69, 121, 0.4) 0%, #164579 95%, #164579 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00164579', endColorstr='#a6164579', GradientType=0)
}

.card.card-style-image.card-style-image-interactive .block-background:after {
  background: -moz-linear-gradient(top, rgba(25, 186, 227, 0.4) 0%, #19bae3 95%, #19bae3 100%);
  background: -webkit-linear-gradient(top, rgba(25, 186, 227, 0.4) 0%, #19bae3 95%, #19bae3 100%);
  background: linear-gradient(to bottom, rgba(25, 186, 227, 0.4) 0%, #19bae3 95%, #19bae3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00164579', endColorstr='#a6164579', GradientType=0)
}

.card.card-style-image.card-style-image-orange .block-background:after {
  background: -moz-linear-gradient(top, rgba(254, 242, 221, 0.4) 0%, rgba(254, 242, 221, 0.8) 39%, #fef2dd 100%);
  background: -webkit-linear-gradient(top, rgba(254, 242, 221, 0.4) 0%, #fef2dd 95%, #fef2dd 100%);
  background: linear-gradient(to bottom, rgba(254, 242, 221, 0.4) 0%, #fef2dd 95%, #fef2dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9A619', endColorstr='#F9A619', GradientType=0)
}

.overview-block {
  margin-bottom: 14vh;
  position: relative;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

@media screen and (max-width: 991px) {
  .overview-block {
    width: 100%;
    margin-bottom: 10vh
  }
}

.overview-block:nth-child(even) .overview-block-image {
  order: 1;
  margin-left: 0
}

@media screen and (max-width: 991px) {
  .overview-block:nth-child(even) .overview-block-image {
    margin-left: 0
  }
}

.overview-block:nth-child(even) .overview-block-text {
  order: 2;
  margin-left: -20%
}

@media screen and (max-width: 991px) {
  .overview-block:nth-child(even) .overview-block-text {
    margin-left: -50%
  }
}

@media screen and (max-width: 767px) {
  .overview-block:nth-child(even) .overview-block-text {
    margin-left: -60%
  }
}

.overview-block-image {
  width: 55%;
  margin-left: -20%;
  display: block;
  position: relative;
  flex: 1 0 auto;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (max-width: 991px) {
  .overview-block-image {
    width: 70%;
    margin-left: -50%
  }
}

@media screen and (max-width: 767px) {
  .overview-block-image {
    width: 70%;
    margin-left: -60%
  }
}

.overview-block-text {
  width: 70%;
  padding: 10vh 0px;
  position: relative;
  z-index: 3
}

@media screen and (max-width: 991px) {
  .overview-block-text {
    padding: 7vh 0
  }
}

@media screen and (max-width: 991px) {
  .overview-block-text {
    width: 80%
  }
}

@media screen and (max-width: 767px) {
  .overview-block-text {
    width: 90%
  }
}

.overview-block-text .overview-block-text-inner {
  border-radius: 8px;
  padding: 60px;
  background: white
}

@media screen and (max-width: 991px) {
  .overview-block-text .overview-block-text-inner {
    padding: 40px
  }
}

@media screen and (max-width: 767px) {
  .overview-block-text .overview-block-text-inner {
    padding: 20px
  }
}

.overview-block-text .block-heading {
  margin-bottom: 1em
}

.overview-block-text .block-text {
  width: 80%
}

@media screen and (max-width: 991px) {
  .overview-block-text .block-text {
    width: 100%
  }
}

.fish-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: auto;
  z-index: 0;
  opacity: .15
}

.wod-alert {
  padding: 20px;
  border: 1px solid;
  border-radius: 8px;
  background: #cce5ff;
  color: #164579;
  border-color: #164579;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .wod-alert {
    padding: 10px;
    font-size: 13px
  }
}

.wod-alert.wod-alert-success {
  color: #327742;
  background: #d4edda;
  border-color: #327742
}

.wod-alert.wod-alert-error {
  color: #b41414;
  background: #fce4e4;
  border-color: #b41414
}

.wod-alert.wod-alert-warning {
  color: #f8a412;
  background: #fef6e7;
  border-color: #ea9707
}

#flexible-content .fc-section-heading-text {
  margin-bottom: 0 !important
}

#flexible-content .fc-button a {
  text-decoration: none;
  color: white
}

#flexible-content .fc-button a:hover {
  text-decoration: none
}

.wysiwyg a {
  text-decoration: underline
}

.wysiwyg p {
  line-height: 1.8 !important
}

.slick-dots {
  width: 100%;
  text-align: center
}

.slick-dots li {
  margin-right: 13px
}

.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  border: none;
  background: #164579
}

@media screen and (max-width: 767px) {
  .slick-dots li.slick-active button {
    width: 10px;
    height: 10px
  }
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  background: #ccc;
  border: none
}

@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 10px;
    height: 10px
  }
}

.loader-icon {
  width: 50px;
  height: 50px;
  animation: spin 3s linear infinite;
  margin: 60px auto;
  display: none
}

.loader-icon.active {
  display: block
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.site-credit h4 {
  font-size: 13px
}

@media screen and (max-width: 767px) {
  .site-credit h4 {
    font-size: 10px
  }
}

input,
textarea,
select {
  transition: all 0.125s;
  padding: 4px 10px;
  border: none;
  border: 1px solid #364F6A;
  border-radius: 3px;
  background: none;
  outline: none;
  width: 100%;
  color: #1B334D;
  font-size: 19px
}

@media screen and (prefers-reduced-motion: reduce) {

  input,
  textarea,
  select {
    transition: none
  }
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-radius: 6px;
  border: 1px solid #164579
}

input[type="submit"],
textarea[type="submit"],
select[type="submit"] {
  border: none;
  max-width: 300px;
  margin: 0 auto;
  transition: all .1s;
  border: 2px solid #1B334D;
  padding: 7px 15px;
  background-image: none;
  color: #1B334D;
  background: white
}

input[type="submit"]:hover,
textarea[type="submit"]:hover,
select[type="submit"]:hover {
  background-image: none;
  background: #164579;
  color: white
}

input[type="checkbox"],
textarea[type="checkbox"],
select[type="checkbox"] {
  max-width: 30px;
  display: inline
}

select {
  height: 37px;
  font-size: 16px
}

label {
  display: block;
  margin-bottom: 4px;
  font-size: 15px
}

.gfield_label_before_complex {
  color: #364F6A
}

.gform_wrapper .gfield {
  margin-bottom: 1.5em
}

.gform_wrapper .ginput_complex input,
.gform_wrapper .ginput_complex select {
  margin-bottom: 1.1em
}

.gform_wrapper .gfield.gform_validation_container {
  display: none
}

.gform_wrapper .validation_error {
  font-size: 18px;
  padding: 15px;
  margin-bottom: 2em;
  color: #b41414;
  background: #f4a0a0;
  border-radius: 5px
}

.gform_wrapper .validation_message {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0;
  color: #ed5b5b
}

.gform_wrapper .gfield_checkbox label {
  display: inline;
  max-width: none
}

.gform_wrapper .gfield_checkbox li {
  margin-bottom: 5px
}

.gform_wrapper .gfield_required {
  color: #ed5b5b;
  margin-left: 5px
}

.gform_wrapper .medium {
  color: #1B334D
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 2px !important;
  font-style: italic
}

.gform_wrapper .gfield_visibility_ {
  display: none
}

.gform_wrapper .gfield_description {
  font-size: 14px
}

.gform_confirmation_message {
  color: #1B334D !important;
  padding: 20px 25px;
  background: #FBE5F0;
  max-width: 480px;
  border-radius: 8px
}

img.gform_ajax_spinner {
  display: none !important
}

#nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 10010;
  transition: background 1s;
  background: #19bae3
}

#nav.fixed {
  position: fixed
}

@media screen and (max-width: 991px) {
  #nav {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: block
  }
}

#nav .nav-left {
  height: 100%;
  width: 250px;
  float: left
}

#nav .nav-left #logo {
  padding-top: 15px;
  width: 177px
}

@media screen and (max-width: 991px) {
  #nav .nav-left #logo {
    padding-top: 10px;
    width: 103px
  }
}

#nav .nav-left #logo a {
  font-weight: bold;
  color: white;
  display: block
}

@media screen and (max-width: 1379px) {
  #nav .nav-left #logo a {
    font-size: 15px
  }
}

#nav .nav-right {
  width: calc(100% - 250px);
  float: right
}

#nav .nav-right .nav-menu-upper {
  height: 50px;
  text-align: right;
  padding-top: 10px
}

#nav .nav-right .nav-menu-upper li {
  display: inline-block;
  margin-left: 25px
}

@media screen and (max-width: 991px) {
  #nav .nav-right .nav-menu-upper li {
    display: none
  }

  #nav .nav-right .nav-menu-upper li.nav-translate-item {
    display: inline
  }
}

#nav .nav-right .nav-menu-upper li>a {
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 7px 4px 7px;
  border: 1px solid white;
  border-radius: 2px;
  color: white;
  font-weight: 700
}

#nav .nav-right .nav-menu-upper li>a:hover {
  background: white;
  color: #164579
}

@media screen and (max-width: 1199px) {
  #nav .nav-right .nav-menu-upper li>a {
    font-size: 10px
  }
}

#nav .nav-right .nav-menu-lower {
  height: 50px;
  text-align: right;
  padding-top: 7px
}

@media screen and (max-width: 991px) {
  #nav .nav-right .nav-menu-lower {
    display: none
  }
}

#nav .nav-right .nav-menu-lower li {
  display: inline-block;
  margin-left: 30px
}

@media screen and (max-width: 1379px) {
  #nav .nav-right .nav-menu-lower li {
    margin-left: 20px
  }
}

@media screen and (max-width: 1199px) {
  #nav .nav-right .nav-menu-lower li {
    margin-left: 12px
  }
}

#nav .nav-right .nav-menu-lower li.nav-take-action-item a {
  background: #164579;
  border-radius: 16px;
  background: #164579;
  padding: 6px 13px 4px 13px
}

#nav .nav-right .nav-menu-lower li a {
  font-size: 18px;
  padding: 7px 8px 16px 8px;
  color: white;
  font-weight: 700;
  border-bottom: 3px solid transparent
}

#nav .nav-right .nav-menu-lower li a.nav-current {
  border-color: white
}

#nav .nav-right .nav-menu-lower li a:hover {
  border-color: rgba(255, 255, 255, 0.5)
}

@media screen and (max-width: 1379px) {
  #nav .nav-right .nav-menu-lower li a {
    font-size: 17px
  }
}

@media screen and (max-width: 1199px) {
  #nav .nav-right .nav-menu-lower li a {
    font-size: 16px;
    padding: 7px 5px 18px 5px
  }
}

#nav.after {
  height: 100px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 767px) {
  #nav.after {
    height: 60px
  }
}

.hamburger {
  display: none;
  position: fixed;
  right: 15px;
  top: 0px;
  height: 40px;
  width: 28px;
  z-index: 10;
  padding-top: 21px;
  z-index: 10010
}

.hamburger .hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  margin-bottom: 8px;
  position: relative;
  transition: transform .25s
}

@media screen and (max-width: 991px) {
  .hamburger {
    display: block
  }
}

.menu-open {
  overflow: hidden
}

.menu-open .hl-1 {
  transform: rotate(45deg);
  top: 10px
}

.menu-open .hl-2 {
  transform: rotate(-45deg);
  top: 0px
}

.menu-open .hl-3 {
  transform: rotate(-45deg);
  top: -10px
}

@media screen and (max-width: 991px) {
  .menu-open #menus {
    position: fixed;
    top: 60px;
    left: 0;
    background: #FAFBFC;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 60px);
    z-index: 10009;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }

  .menu-open .mobile-menu-secondary {
    display: block
  }

  .menu-open .menu-dropdown {
    display: block
  }

  .menu-open #nav {
    box-shadow: 0 5px 15px #11829e
  }
}

.menu-dropdown {
  margin: 0;
  padding: 0;
  width: 100%;
  top: 100px;
  background: #fff;
  box-shadow: 0px 2px 50px rgba(28, 41, 55, 0.4);
  position: fixed;
  transform: translate(0, -100px);
  transform-origin: 0 0;
  z-index: -9;
  opacity: 0;
  overflow: hidden;
  transition: opacity .4s, transform .4s
}

@media screen and (max-width: 1199px) {
  .menu-dropdown {
    transition: opacity .3s, transform .4s
  }
}

@media screen and (max-width: 991px) {
  .menu-dropdown {
    position: relative;
    z-index: 100009;
    top: 0;
    opacity: 1;
    display: none;
    box-shadow: none;
    transform: none;
    height: 65px;
    border-bottom: 1px solid #e2e3e5
  }
}

.menu-dropdown.on {
  z-index: 10009;
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity .5s, transform .4s
}

@media screen and (max-width: 1199px) {
  .menu-dropdown.on {
    transition: opacity .3s, transform .4s
  }
}

.menu-dropdown.mobile-menu-open {
  height: auto !important
}

.menu-dropdown.mobile-menu-open .menu-title-link:after {
  content: '—'
}

.menu-dropdown .menu-left {
  padding: 60px 50px 50px 50px;
  width: 60%;
  float: left
}

@media screen and (max-width: 991px) {
  .menu-dropdown .menu-left {
    padding: 30px 15px;
    width: 100%;
    float: none;
    background: #16a3c7
  }

  .menu-dropdown .menu-left * {
    color: white
  }
}

@media screen and (max-width: 991px) {
  .menu-dropdown .menu-left .menu-col {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 991px) {
  .menu-dropdown .menu-left .menu-heading {
    margin-bottom: 1em
  }
}

.menu-dropdown .menu-left h3 a {
  font-size: 21px;
  color: #426182
}

@media screen and (max-width: 991px) {
  .menu-dropdown .menu-left h3 a {
    color: white;
    font-size: 16px
  }
}

.menu-dropdown .menu-left li {
  margin-bottom: .6em
}

.menu-dropdown .menu-left li a {
  font-size: 17px;
  display: block
}

@media screen and (max-width: 991px) {
  .menu-dropdown .menu-left li a {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px
  }
}

.menu-dropdown .menu-graphic {
  height: calc(100vh - 400px);
  max-height: 680px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #FAFBFC;
  padding: 60px 50px 50px 50px;
  width: 40%;
  float: left
}

@media screen and (max-width: 991px) {
  .menu-dropdown .menu-graphic {
    display: none
  }
}

.menu-dropdown .menu-graphic img {
  display: block;
  max-width: 300px;
  margin-bottom: 1em;
  border-radius: 5px
}

.menu-dropdown .menu-graphic h4 {
  font-size: 16px
}

.menu-dropdown .menu-graphic p {
  font-size: 13px;
  max-width: 300px;
  padding-right: 10px
}

.menu-title,
.mobile-menu-secondary-link {
  display: none;
  position: relative;
  background: #17afd5
}

@media screen and (max-width: 991px) {

  .menu-title,
  .mobile-menu-secondary-link {
    display: block
  }
}

.menu-title a,
.mobile-menu-secondary-link a {
  padding-left: 15px;
  padding-top: 26px;
  display: block;
  font-size: 13px;
  height: 65px;
  color: white
}

.menu-title a:after,
.mobile-menu-secondary-link a:after {
  content: '+';
  color: white;
  position: absolute;
  top: 24px;
  right: 15px
}

.mobile-menu-secondary {
  display: none
}

.mobile-menu-secondary-link {
  border-bottom: 1px solid #e2e3e5
}

.mobile-menu-secondary-link a:after {
  display: none
}

#blanket-dropdown {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transform: translate(0, -100vh);
  transition: transform .25s
}

main,
footer {
  transition: opacity .5s
}

body.dropdown-on main,
body.dropdown-on footer {
  opacity: .5
}

@media screen and (max-width: 1199px) {

  body.dropdown-on main,
  body.dropdown-on footer {
    opacity: 1
  }
}

body.dropdown-on #blanket-dropdown {
  transform: translate(0, 0);
  transition: transform .25s
}

#footer {
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {

  #footer .container-fluid,
  #footer #flexible-content .container-fc,
  #flexible-content #footer .container-fc {
    padding-left: 60px;
    padding-right: 60px
  }
}

#footer * {
  color: white
}

@media screen and (max-width: 991px) {
  #footer .footer-primary {
    margin-bottom: -1em
  }
}

@media screen and (max-width: 991px) {
  #footer .footer-col {
    margin-bottom: 4em
  }
}

@media screen and (max-width: 991px) {
  #footer .footer-heading {
    margin-bottom: 1em
  }
}

#footer ul li {
  margin-bottom: .5em
}

#footer ul li a {
  font-size: 17px
}

@media screen and (max-width: 1379px) {
  #footer ul li a {
    font-size: 16px
  }
}

@media screen and (max-width: 1199px) {
  #footer ul li a {
    font-size: 15px
  }
}

@media screen and (max-width: 991px) {
  #footer ul li a {
    font-size: 14px;
    padding: 5px 0px
  }
}

#footer a {
  display: inline-block;
  margin-right: 15px
}

#footer a img {
  width: 25px
}

@media screen and (max-width: 767px) {
  #footer a img {
    width: 20px
  }
}

#footer .footer-social-items a {
  display: inline-block;
  padding-right: 12px;
  margin-right: 0
}

#footer .footer-social-items a img {
  width: 25px
}

@media screen and (max-width: 767px) {
  #footer .footer-social-items a img {
    width: 20px
  }
}

#footer .footer-secondary ul {
  text-align: center
}

#footer .footer-secondary ul li {
  display: inline-block
}

#footer .footer-secondary ul a {
  text-transform: uppercase;
  padding: 15px
}

/* #footer #footer-subscribe-item {
  margin-top: 2em
} */

@media screen and (max-width: 1199px) {
  #footer #footer-subscribe-item .subscribe-form-row {
    display: block
  }
}

#footer #footer-subscribe-item .gform_footer,
#footer #footer-subscribe-item .gform_body {
  float: none;
  width: auto
}

#footer #footer-subscribe-item input[type="email"] {
  font-size: 13px;
  border: 1px solid #e2e3e5;
  color: #1B334D;
  border-radius: 50px;
  max-width: 100%
}

@media screen and (max-width: 1199px) {
  #footer #footer-subscribe-item input[type="email"] {
    display: block;
    width: 100%;
    border-radius: 50px;
    max-width: 300px
  }
}

#footer #footer-subscribe-item input[type="submit"] {
  font-size: 12px;
  width: 120px;
  background: #19bae3;
  padding: 10px;
  border-radius: 50px
}

@media screen and (max-width: 1199px) {
  #footer #footer-subscribe-item input[type="submit"] {
    margin: 1em auto;
    border-radius: 50px
  }
}

#footer .footer-subscribe-text {
  font-size: 14px
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 1.5em
}

.wysiwyg ol,
.wysiwyg ul {
  -webkit-padding-start: 0px;
  padding-left: 52px
}

@media screen and (max-width: 991px) {

  .wysiwyg ol,
  .wysiwyg ul {
    padding-left: 40px
  }
}

@media screen and (max-width: 767px) {

  .wysiwyg ol,
  .wysiwyg ul {
    padding-left: 30px
  }
}

@media screen and (min-width: 1px) {

  .wysiwyg ol li,
  .wysiwyg ul li {
    font-size: 13px;
    line-height: calc(20 / 13)
  }
}

@media screen and (min-width: 576px) {

  .wysiwyg ol li,
  .wysiwyg ul li {
    font-size: 14px;
    line-height: calc(23 / 14)
  }
}

@media screen and (min-width: 768px) {

  .wysiwyg ol li,
  .wysiwyg ul li {
    font-size: 15px;
    line-height: calc(24 / 15)
  }
}

@media screen and (min-width: 992px) {

  .wysiwyg ol li,
  .wysiwyg ul li {
    font-size: 16px;
    line-height: calc(26 / 16)
  }
}

@media screen and (min-width: 1200px) {

  .wysiwyg ol li,
  .wysiwyg ul li {
    font-size: 18px;
    line-height: calc(28 / 18)
  }
}

.wysiwyg ul li {
  list-style: disc
}

.wysiwyg ol li {
  list-style: decimal
}

.wysiwyg li {
  line-height: 1.3;
  margin-bottom: 1em
}

.wysiwyg p {
  margin-bottom: 2em
}

.wysiwyg p a {
  color: inherit;
  text-decoration: underline
}

.wysiwyg a {
  font-weight: inherit
}

.wysiwyg p~ul {
  margin-top: 2em;
  margin-bottom: 3em
}

.wysiwyg .p1 {
  padding: 0
}

.wysiwyg img {
  width: auto;
  max-width: 100%
}

.wysiwyg .entry-content img {
  margin: 0 0 1em 0
}

.wysiwyg .alignleft,
.wysiwyg img.alignleft {
  margin-right: 2em;
  display: inline;
  float: left
}

@media screen and (max-width: 767px) {

  .wysiwyg .alignleft,
  .wysiwyg img.alignleft {
    width: 39% !important
  }
}

.wysiwyg .alignright,
.wysiwyg img.alignright {
  margin-left: 2em;
  display: inline;
  float: right
}

@media screen and (max-width: 767px) {

  .wysiwyg .alignright,
  .wysiwyg img.alignright {
    width: 39% !important
  }
}

.wysiwyg .aligncenter,
.wysiwyg img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both
}

@media screen and (max-width: 767px) {

  .wysiwyg .aligncenter,
  .wysiwyg img.aligncenter {
    width: 39% !important
  }
}

.wysiwyg .wp-caption {
  margin-bottom: 0em;
  padding-top: 7px
}

.wysiwyg .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  width: 100% !important
}

.wysiwyg .wp-caption-text {
  font-size: .7em;
  color: #364F6A;
  margin-bottom: 0
}

.wysiwyg .wp-smiley {
  margin: 0 !important;
  max-height: 1em
}

.wysiwyg blockquote {
  font-family: "raisonne-demibold", Georgia, Times New Roman, Serif
}

.wysiwyg blockquote p,
.wysiwyg blockquote p span {
  font-family: "raisonne-demibold", Georgia, Times New Roman, Serif
}

.wysiwyg blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left
}

.wysiwyg blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right
}

#sitewide-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  background: #164579;
  overflow: hidden
}

#sitewide-alert a {
  display: block;
  height: 50px
}

#sitewide-alert-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 5px
}

#sitewide-alert-close .icon:before {
  color: white;
  font-size: 42px;
  top: 0px;
  left: 10px
}

@media screen and (max-width: 767px) {
  #sitewide-alert-close .icon:before {
    font-size: 30px;
    top: 6px;
    left: 15px
  }
}

.sitewide-alert-message {
  color: white;
  display: block;
  height: 50px;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 2px
}

@media screen and (max-width: 1199px) {
  .sitewide-alert-message {
    font-size: 15px
  }
}

@media screen and (max-width: 991px) {
  .sitewide-alert-message {
    font-size: 13px
  }
}

@media screen and (max-width: 767px) {
  .sitewide-alert-message {
    font-size: 12px;
    line-height: 1.1
  }
}

.sitewide-alert-on {
  padding-top: 50px
}

.sitewide-alert-on #nav {
  top: 50px
}

.sitewide-alert-on .hamburger {
  top: 50px
}

.filter-nav {
  border-top: 1px solid #e2e3e5;
  border-bottom: 1px solid #e2e3e5;
  height: 75px;
  display: flex;
  position: relative;
  transition: opacity .1s
}

.filter-nav .page-nav-inner {
  width: 100%
}

@media screen and (max-width: 767px) {
  .filter-nav {
    height: auto;
    padding-bottom: 12px
  }
}

.filter {
  position: relative;
  display: inline-block;
  margin-right: 30px
}

@media screen and (max-width: 991px) {
  .filter {
    margin-right: 25px
  }
}

@media screen and (max-width: 767px) {
  .filter {
    margin-right: 7px
  }
}

.filter-menu-button {
  border: 1px solid #446385;
  border-radius: 8px;
  padding: 5px 20px;
  background: none;
  color: #446385;
  font-size: 16px;
  transition: all .2s;
  height: 35px
}

@media screen and (max-width: 767px) {
  .filter-menu-button {
    padding: 3px 7px;
    margin-top: 10px;
    font-size: 12px;
    height: auto
  }
}

.filter-menu-button .filter-menu-button-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #7696b9;
  box-shadow: inset 0px 0px 2px rgba(68, 99, 133, 0.9);
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  margin-left: -7px;
  transition: all .2s
}

.filter-menu-button .filter-menu-button-checkbox.checked:after,
.filter-menu-button.active .filter-menu-button-checkbox:after,
.filter-menu-button.on .filter-menu-button-checkbox:after {
  transition: all .2s;
  content: "\f147";
  font-family: dashicons;
  position: absolute;
  top: -2px;
  left: -2px;
  font-size: 17px
}

@media screen and (max-width: 767px) {

  .filter-menu-button .filter-menu-button-checkbox.checked:after,
  .filter-menu-button.active .filter-menu-button-checkbox:after,
  .filter-menu-button.on .filter-menu-button-checkbox:after {
    top: -3px;
    left: -3px;
    font-size: 13px
  }
}

@media screen and (max-width: 767px) {
  .filter-menu-button .filter-menu-button-checkbox {
    width: 9px;
    height: 9px;
    margin-right: 5px;
    margin-left: 2px;
    top: 0px
  }
}

.filter-menu-button:hover {
  transition: all .2s;
  cursor: pointer;
  background: #19bae3;
  border-color: #19bae3;
  color: white
}

.filter-menu-button:hover .filter-menu-button-checkbox {
  transition: all .2s;
  border: 1px solid white;
  box-shadow: none
}

.filter-menu-button:focus {
  box-shadow: none;
  outline: none
}

.filter-menu-button.active,
.filter-menu-button.on {
  transition: all .2s;
  background: #19bae3;
  border-color: #19bae3;
  color: white
}

.filter-menu-button.active .filter-menu-button-checkbox,
.filter-menu-button.on .filter-menu-button-checkbox {
  transition: all .2s;
  border: 1px solid white;
  box-shadow: none
}

.filter-input {
  border: 1px solid #446385;
  border-radius: 8px;
  padding: 5px 15px;
  height: 35px;
  background: none;
  color: #446385;
  font-size: 16px;
  transition: all .2s;
  width: 75px
}

.filter-input:hover {
  transition: all .2s;
  cursor: pointer;
  background: #19bae3;
  border-color: #19bae3;
  color: white
}

.filter-input.active {
  transition: all .2s;
  background: #19bae3;
  border-color: #19bae3;
  color: white;
  width: 170px
}

@media screen and (max-width: 767px) {
  .filter-input {
    padding: 2px 7px;
    margin-top: 10px;
    font-size: 12px;
    height: auto
  }
}

.filter-menu {
  position: absolute;
  top: 22px;
  left: 0;
  opacity: 0;
  z-index: -9;
  width: 200px;
  border-radius: 8px;
  background: white;
  border: 1px solid #e2e3e5;
  padding: 25px 20px;
  max-height: 60vh;
  overflow: scroll
}

@media screen and (max-width: 767px) {
  .filter-menu {
    width: 150px;
    top: 20px;
    padding: 15px 10px
  }
}

.filter-menu.open {
  opacity: 1;
  z-index: 4
}

.filter-menu li {
  margin-bottom: 2px
}

@media screen and (max-width: 767px) {
  .filter-menu li {
    margin-bottom: 1px
  }
}

.filter-menu li:last-child {
  margin-bottom: 0
}

.filter-menu li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #446385;
  display: block;
  padding: 5px 0;
  transition: color .2s
}

@media screen and (max-width: 767px) {
  .filter-menu li a {
    font-size: 10px;
    padding: 2px 0
  }
}

.filter-menu li a.active {
  color: #19bae3
}

.filter-menu li a:hover {
  color: #19bae3
}

#filter-clear {
  display: none;
  opacity: 0
}

#filter-clear.on {
  display: inline-block;
  opacity: 1
}

@media screen and (max-width: 767px) {
  #filter-clear {
    margin-top: 10px
  }
}

#filter-clear .filter-clear-button {
  padding: 6px 10px 2px 10px;
  border: 1px solid #446385;
  border-radius: 100px;
  background: none;
  color: #446385;
  font-size: 13px;
  text-transform: uppercase
}

@media screen and (max-width: 767px) {
  #filter-clear .filter-clear-button {
    font-size: 10px;
    padding: 2px 7px 0px 7px
  }

  #filter-clear .filter-clear-button .icon:before {
    font-size: 17px
  }
}

#filter-clear .filter-clear-button span {
  margin-right: 4px;
  position: relative;
  top: -1px
}

@media screen and (max-width: 767px) {
  #filter-clear .filter-clear-button span {
    margin-right: 1px;
    top: 0
  }
}

#filter-clear .filter-clear-button:hover {
  cursor: pointer
}

#filter-clear .filter-clear-button:focus {
  box-shadow: none;
  outline: none
}

#filter-screen {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  background: white;
  z-index: -9999
}

#filter-screen.on {
  z-index: 1
}

.load-more-button {
  opacity: 0;
  transition: opacity .2s;
  display: none;
  background: #164579
}

.load-more-button.active {
  transition: opacity .2s;
  display: inline;
  opacity: 1
}

#filter-search input {
  border: 1px solid #446385;
  font-size: 16px;
  border-radius: 12px;
  padding: 5px 15px;
  position: relative;
  font-weight: 500
}

.filter-summary {
  font-size: 22px
}

@media screen and (max-width: 767px) {
  .filter-summary {
    font-size: 16px
  }
}

.page-hero {
  display: flex;
  position: relative
}

.page-hero.page-hero-with-image {
  height: 47vh
}

.page-hero.page-hero-with-image .block-background {
  background-position: center center
}

@media screen and (max-width: 767px) {
  .page-hero.page-hero-with-image {
    height: 39vh
  }
}

.page-hero.page-hero-with-image .subpage-title {
  color: white;
  position: relative;
  z-index: 1
}

.page-hero.page-hero-with-image .page-hero-title {
  color: white;
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 6vw rgba(27, 51, 77, 0.9)
}

.page-hero .page-title-container {
  padding-top: 10vh;
  padding-bottom: 6vh
}

@media screen and (max-width: 767px) {
  .page-hero .page-title-container {
    padding-top: 8vh;
    padding-bottom: 4vh
  }
}

.page-hero .subpage-title {
  color: #164579;
  margin-bottom: 0
}

.page-hero .page-hero-title {
  color: #164579;
  line-height: 1.1;
  width: 69%
}

@media screen and (max-width: 1199px) {
  .page-hero .page-hero-title {
    width: 90%
  }
}

@media screen and (max-width: 991px) {
  .page-hero .page-hero-title {
    width: 100%
  }
}

.page-introduction {
  background: #9FDBED;
  padding: 5vh 0
}

.page-introduction h2 {
  font-weight: 400;
  width: 75%;
  color: #164579
}

@media screen and (max-width: 991px) {
  .page-introduction h2 {
    width: 100%;
    line-height: 1.5
  }
}

.page-nav {
  height: 52px
}

@media screen and (max-width: 991px) {
  .page-nav {
    height: auto
  }
}

.page-nav .page-nav-inner {
  width: 100%;
  height: 52px;
  left: 0;
  top: 100px;
  z-index: 11;
  background: white;
  border-bottom: 1px solid #e2e3e5
}

@media screen and (max-width: 991px) {
  .page-nav .page-nav-inner {
    height: auto
  }
}

.page-nav.after .page-nav-inner {
  position: fixed
}

@media screen and (max-width: 991px) {
  .page-nav.after .page-nav-inner {
    position: static
  }
}

.page-nav li {
  display: inline-block;
  margin-right: 20px;
  height: inherit
}

@media screen and (max-width: 991px) {
  .page-nav li {
    height: auto;
    margin-right: 15px
  }
}

.page-nav li:first-child a {
  padding-left: 0
}

.page-nav li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #697B90;
  padding: 15px 7px 9px 7px;
  letter-spacing: .001em;
  display: inline-block;
  border-bottom: 3px solid transparent;
  height: 52px
}

.page-nav li a.spy-active {
  color: #164579;
  border-color: #19bae3
}

@media screen and (max-width: 991px) {
  .page-nav li a {
    font-size: 10px;
    padding: 7px 6px 7px 0px;
    border-bottom: none;
    height: auto
  }
}

.page-nav+.block {
  background: #FAFBFC
}

.page-hero+.block {
  background: #FAFBFC
}

.fc-cards .fc-section-heading {
  margin-bottom: 0
}

.section-heading,
#flexible-content .fc-section-heading-text,
.fc-cards .fc-section-heading-text {
  margin-bottom: 3em
}

.home-section-heading {
  font-size: 21px
}

@media screen and (max-width: 1199px) {
  .home-section-heading {
    font-size: 19px
  }
}

@media screen and (max-width: 991px) {
  .home-section-heading {
    font-size: 17px
  }
}

@media screen and (max-width: 767px) {
  .home-section-heading {
    font-size: 16px
  }
}

@media screen and (max-width: 575px) {
  .home-section-heading {
    font-size: 14px
  }
}

.home .block h3 {
  font-size: 2vw
}

@media screen and (max-width: 1199px) {
  .home .block h3 {
    font-size: 2.3vw
  }
}

@media screen and (max-width: 991px) {
  .home .block h3 {
    font-size: 3vw
  }
}

@media screen and (max-width: 767px) {
  .home .block h3 {
    font-size: 3vw
  }
}

@media screen and (max-width: 575px) {
  .home .block h3 {
    font-size: 4vw
  }
}

.container-fluid-home {
  max-width: 1480px
}

#home-hero {
  overflow: hidden
}

#home-hero .home-hero-row {
  width: 100%
}

#home-hero .block-background:after {
  background: rgba(22, 69, 121, 0.4)
}

#home-hero video {
  min-height: 100%;
  min-width: 102%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -50%)
}

#home-hero .container-fluid,
#home-hero #flexible-content .container-fc,
#flexible-content #home-hero .container-fc {
  position: relative;
  z-index: 1
}

#home-hero .tagline {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1.1
}

@media screen and (max-width: 991px) {
  #home-hero .tagline {
    font-size: 40px
  }
}

@media screen and (max-width: 767px) {
  #home-hero .tagline {
    font-size: 40px
  }
}

#home-hero .tertiary-text {
  margin-top: 40px
}

#home-hero .background-links {
  margin-top: 40px
}

#home-hero .background-link {
  display: inline-block;
  margin-right: 2em
}

@media screen and (max-width: 767px) {
  #home-social .social-left {
    margin-bottom: 3em
  }
}

#home-social .social-text {
  font-size: 21px
}

@media screen and (max-width: 1199px) {
  #home-social .social-text {
    font-size: 19px
  }
}

@media screen and (max-width: 991px) {
  #home-social .social-text {
    font-size: 17px
  }
}

@media screen and (max-width: 767px) {
  #home-social .social-text {
    font-size: 16px
  }
}

@media screen and (max-width: 575px) {
  #home-social .social-text {
    font-size: 14px
  }
}

#home-social .social-right {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media screen and (max-width: 991px) {
  #home-social .social-right {
    justify-content: flex-start;
    align-items: none
  }
}

#home-social .home-social-follow a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
  margin-right: 0;
  margin-left: 5px
}

#footer .gform_validation_errors {
  display: none !important;
}

#home-social .home-social-follow a:first-child {
  margin-left: 20px
}

#home-social .home-social-follow a img {
  width: 38px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #home-social .home-social-follow a img {
    width: 20px
  }
}

#home-youth .block-background:after {
  background: rgba(22, 69, 121, 0.35)
}

#home-stories .supporters-stories-heading {
  color: #164579
}

#home-stories .card-supporter-title {
  margin-bottom: 35px
}

@media screen and (max-width: 767px) {
  #home-stories .card-supporter-title {
    margin-bottom: 10px
  }
}

#home-stories .block-background {
  background-position: center center
}

#home-supporters .slick-home-supporters {
  margin-bottom: 60px
}

#home-supporters .slick-home-supporters .slick-arrow {
  left: -50px
}

@media screen and (max-width: 767px) {
  #home-supporters .slick-home-supporters .slick-arrow {
    left: -10px
  }
}

#home-supporters .slick-home-supporters .slick-arrow:after {
  color: #164579
}

#home-supporters .slick-home-supporters .slick-arrow.slick-next {
  left: auto;
  right: -50px
}

@media screen and (max-width: 767px) {
  #home-supporters .slick-home-supporters .slick-arrow.slick-next {
    right: -15px
  }
}

#home-supporters .slick-home-supporters .home-supporters-slide {
  padding: 1em 3vw
}

#home-supporters .slick-home-supporters img {
  display: block;
  margin: 0 auto
}

.history-2 {
  overflow: hidden
}

.history-2 .history-col {
  position: relative
}

.history-2 .history-line {
  content: '';
  display: block;
  position: relative;
  top: 50%;
  height: 2px;
  width: 100vw;
  left: 0;
  background: #364F6A;
  z-index: 0
}

@media screen and (max-width: 767px) {
  .history-2 .history-line {
    display: none
  }
}

.history-2 .history-events {
  height: 100%
}

.history-2 .slick-slide {
  height: 100vh
}

@media screen and (max-height: 767px) {
  .history-2 .slick-slide {
    height: 120vh
  }
}

@media screen and (max-width: 767px) {
  .history-2 .slick-slide {
    height: auto
  }
}

.history-2 .slick-slide>div {
  height: 50%;
  display: flex !important
}

@media screen and (max-width: 767px) {
  .history-2 .slick-slide>div {
    height: 100%
  }
}

.history-2 .slick-slide:nth-child(even) .history-event:before {
  top: calc(0% - 6px)
}

.history-2 .slick-slide:nth-child(even)>div {
  margin-top: 50vh
}

@media screen and (max-height: 767px) {
  .history-2 .slick-slide:nth-child(even)>div {
    margin-top: 60vh
  }
}

@media screen and (max-width: 767px) {
  .history-2 .slick-slide:nth-child(even)>div {
    margin-top: 0
  }
}

@media screen and (max-height: 767px) {
  .history-2 .slick-slide .history-event-image-container {
    width: 40% !important
  }
}

@media screen and (max-width: 767px) {
  .history-2 .slick-slide .history-event-description {
    font-size: 13px !important
  }
}

.history-2 .slick-arrow {
  margin-top: -100px;
  left: -70px
}

@media screen and (max-width: 991px) {
  .history-2 .slick-arrow {
    left: -50px
  }
}

@media screen and (max-width: 767px) {
  .history-2 .slick-arrow {
    left: -10px;
    margin-top: 0
  }
}

.history-2 .slick-arrow:after {
  color: #364F6A
}

.history-2 .slick-arrow.slick-next {
  left: auto;
  right: -70px
}

@media screen and (max-width: 991px) {
  .history-2 .slick-arrow.slick-next {
    right: -50px
  }
}

@media screen and (max-width: 767px) {
  .history-2 .slick-arrow.slick-next {
    right: -10px
  }
}

.history-2 .history-event {
  padding: 20px 10px 30px 10px;
  position: relative;
  z-index: 1
}

.history-2 .history-event:before {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  background: #164579;
  position: absolute;
  top: calc(100% - 6px);
  z-index: 2;
  margin-left: -10px
}

@media screen and (max-width: 767px) {
  .history-2 .history-event:before {
    display: none
  }
}

.history-2 .history-event.milestone:before {
  width: 19px;
  height: 19px;
  top: calc(100% - 10px)
}

@media screen and (max-width: 767px) {
  .history-2 .history-event {
    padding: 30px 20px
  }
}

.history-2 .history-event .history-event-year {
  font-size: 16px;
  margin-bottom: .5em
}

@media screen and (max-width: 767px) {
  .history-2 .history-event .history-event-year {
    font-size: 14px
  }
}

.history-2 .history-event .history-event-description {
  font-size: 15px;
  line-height: 1.2 !important
}

@media screen and (max-width: 991px) {
  .history-2 .history-event .history-event-description {
    font-size: 14px
  }
}

@media screen and (max-height: 767px) {
  .history-2 .history-event .history-event-description {
    font-size: 12px
  }
}

@media screen and (max-width: 767px) {
  .history-2 .history-event .history-event-description {
    font-size: 13px
  }
}

.history-2 .history-event .history-event-image-container {
  width: 70%
}

#annual-reports .annual-report {
  margin-bottom: 2em
}

#annual-reports .annual-report a {
  padding: 30px;
  flex: 0 0 100%;
  display: block;
  background: #164579;
  border-radius: 8px
}

@media screen and (max-width: 767px) {
  #annual-reports .annual-report a {
    padding: 15px
  }
}

.page-id-14 .overview-block-text-inner {
  background: #19bae3
}

.page-id-14 .block-heading {
  color: white
}

.page-id-14 .block-link {
  color: white
}

.page-id-37 .join-world-oceans-day-network-form input {
  width: 100%
}

#subscribe .block-background {
  background-position: center center
}

#subscribe .subscribe-content {
  display: flex
}

#subscribe .subscribe-row {
  width: 100%
}

.subscribe-form label {
  display: none !important;
  margin-bottom: 0;
  color: white
}

.subscribe-form #field_1_1 {
  margin-bottom: 1em
}

.subscribe-form .gform_body {
  float: left;
  width: 350px
}

@media screen and (max-width: 991px) {
  .subscribe-form .gform_body {
    width: 300px
  }
}

@media screen and (max-width: 767px) {
  .subscribe-form .gform_body {
    float: none;
    width: 100%
  }
}

.subscribe-form .gform_footer {
  float: left
}

@media screen and (max-width: 767px) {
  .subscribe-form .gform_footer {
    float: none
  }
}

.subscribe-form input[type="email"] {
  background: white;
  border-radius: 50px 0px 0px 50px;
  border: none;
  font-size: 15px;
  line-height: 40px;
  padding-left: 15px !important;
  color: #1B334D;
  height: 40px
}

@media screen and (max-width: 767px) {
  .subscribe-form input[type="email"] {
    border-radius: 50px;
    width: 100%
  }
}

.page .subscribe-form input[type="submit"] {
  height: 40px;
  display: inline-block;
  margin: 0;
  background: #164579;
  color: white;
  border: none;
  border-radius: 0px 50px 50px 0px;
  padding: 0px 15px
}

@media screen and (max-width: 767px) {
  .page .subscribe-form input[type="submit"] {
    border-radius: 50px;
    width: 200px;
    display: block;
    margin: 30px auto
  }
}

.subscribe-form-youth label {
  color: white
}

.subscribe-form-youth input[type="text"],
.subscribe-form-youth input[type="email"] {
  background: white;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  line-height: 40px;
  padding-left: 15px !important;
  color: #1B334D;
  height: 40px
}

.subscribe-form-youth input[type="submit"] {
  height: 40px;
  display: inline-block;
  margin: 0;
  background: #164579;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0px 15px;
  margin-top: 20px
}

@media screen and (max-width: 991px) {
  #news .news-filters {
    order: 1
  }

  #news .blog-posts-container {
    order: 2
  }
}

#news .post-title {
  margin-top: .5em
}

#news .filter-button {
  display: block;
  margin-bottom: .5em;
  color: #426182
}

.filter-target {
  display: none
}

.filter-show {
  display: block !important
}

.news-post {
  margin-bottom: 4em;
  opacity: 1;
  transition: opacity .1s
}

.news-post .card-image {
  border-radius: 8px
}

.news-post .card-post-date {
  margin-top: 20px;
  margin-bottom: 3px;
  color: #697B90
}

.news-post .card-post-title a {
  color: #426182
}

.news-post img {
  display: block;
  border-radius: 8px
}

.pagination a,
.pagination span {
  font-size: 16px;
}
.pagination span {
  color: #19bae3;
}
.pagination .prev,
.pagination .next {
  font-weight: bold;
}

body.blog-updating #content {
  opacity: .75
}

body.blog-updating .news-post {
  transition: opacity .1s
}

.single-post #news-post-metadata {
  padding-top: 30px;
  padding-bottom: 20px;
  background: white;
  background: #FAFBFC
}

.supporters-stories .supporters-stories-home {
  height: 100%
}

.supporters-stories .slick-track {
  display: flex
}

.supporters-stories .slick-slide {
  height: auto
}

.supporters-stories .slick-slide>div {
  height: 100%
}

.supporters-stories .slide {
  height: 100%
}

.supporters-stories .slick-arrow {
  left: -42px
}

.supporters-stories .slick-arrow:after {
  color: #1B334D;
  font-size: 70px
}

@media screen and (max-width: 767px) {
  .supporters-stories .slick-arrow {
    left: -23px
  }

  .supporters-stories .slick-arrow:after {
    font-size: 40px
  }
}

.supporters-stories .slick-arrow.slick-next {
  left: auto;
  right: -42px
}

@media screen and (max-width: 767px) {
  .supporters-stories .slick-arrow.slick-next {
    right: -23px
  }
}

.supporter-story {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  height: 100%
}

@media screen and (max-width: 767px) {
  .supporter-story {
    display: block;
    height: auto
  }
}

.supporter-story .card-supporter-image {
  background-size: cover;
  height: 100%;
  background-position: center center;
  flex: 0 0 35%
}

@media screen and (max-width: 767px) {
  .supporter-story .card-supporter-image {
    height: 30vh
  }
}

.supporter-story .card-supporter-text {
  background: #FEF2DD;
  padding: 40px;
  flex: 0 0 65%;
  display: flex
}

@media screen and (max-width: 1199px) {
  .supporter-story .card-supporter-text {
    padding: 40px
  }
}

@media screen and (max-width: 991px) {
  .supporter-story .card-supporter-text {
    padding: 30px;
    height: 100%
  }
}

@media screen and (max-width: 991px) {
  .supporter-story .card-supporter-text {
    padding: 20px
  }
}

.supporter-story .card-supporter-logo {
  display: block;
  margin-bottom: 25px
}

@media screen and (max-width: 991px) {
  .supporter-story .card-supporter-logo {
    margin-bottom: 1.5em
  }
}

.supporter-story .card-supporter-logo img {
  width: 110px
}

@media screen and (max-width: 767px) {
  .supporter-story .card-supporter-logo img {
    width: 75px
  }
}

.supporter-story .card-supporter-title {
  margin-bottom: 35px;
  font-size: 22px;
  width: 100%
}

@media screen and (max-width: 991px) {
  .supporter-story .card-supporter-title {
    margin-bottom: 1.5em
  }
}

.partner-network-list {
  height: 55vh;
  overflow: scroll;
  box-shadow: inset 0px 1px 3px 1px rgba(27, 51, 77, 0.3);
  border-radius: 8px;
  background: white
}

.partner-network-list .wysiwyg {
  padding: 30px 15px 30px 15px;
  columns: 5;
  column-gap: 70px
}

@media screen and (max-width: 1199px) {
  .partner-network-list .wysiwyg {
    columns: 4
  }
}

@media screen and (max-width: 991px) {
  .partner-network-list .wysiwyg {
    columns: 3
  }
}

@media screen and (max-width: 767px) {
  .partner-network-list .wysiwyg {
    columns: 2;
    column-gap: 40px;
    padding: 30px 5px
  }
}

.partner-network-list .wysiwyg a {
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 1em
}

@media screen and (max-width: 991px) {
  .partner-network-list .wysiwyg a {
    font-size: 9px;
    margin-bottom: .7em
  }
}

#current-council .person img {
  display: block;
  border-radius: 8px
}

#current-council .person-text {
  padding-left: 8px
}

#current-council .person-name {
  color: #164579;
  margin-top: 10px;
  margin-bottom: 0
}

#current-council .person-country {
  color: #697B90;
  margin-top: -5px
}

#current-council .modal-person {
  padding-top: 60px
}

@media screen and (max-width: 991px) {
  #current-council .modal-person {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px
  }
}

@media screen and (max-width: 991px) {
  #current-council .modal-person .person-image {
    max-width: 200px;
    margin-bottom: 3em
  }
}

#current-council .modal-person .person-name {
  color: white;
  margin-top: 0
}

#current-council .modal-person .person-country {
  color: #e2e3e5;
  margin-bottom: 1em
}

#current-council .modal-person .person-link {
  color: white;
  text-decoration: underline;
  font-size: 15px
}

@media screen and (max-width: 1199px) {
  #current-council .modal-person .person-link {
    font-size: 14px
  }
}

@media screen and (max-width: 991px) {
  #current-council .modal-person .person-link {
    font-size: 13px
  }
}

@media screen and (max-width: 767px) {
  #current-council .modal-person .person-link {
    font-size: 12px
  }
}

#current-council .modal-person .person-bio {
  margin-top: 3em;
  color: white
}

#alumni-map {
  height: 50vh
}

#alumni-map .ws-map {
  height: inherit;
  border-radius: 8px
}

body.online-filtered #events-map {
  opacity: .25 !important
}

@media screen and (max-width: 767px) {
  body.online-filtered #events-map {
    display: none
  }
}

#list-your-event-banner {
  background: rgba(160, 228, 245, 0.75);
  padding-top: 35px;
  padding-bottom: 30px
}

@media screen and (max-width: 767px) {
  #list-your-event-banner {
    padding-top: 19px;
    padding-bottom: 16px
  }
}

#list-your-event-banner .button,
#list-your-event-banner #flexible-content .fc-button a,
#flexible-content .fc-button #list-your-event-banner a,
#list-your-event-banner #content #submit-event-form .account-sign-in a,
#content #submit-event-form .account-sign-in #list-your-event-banner a,
#list-your-event-banner #content #submit-event-form input[type="submit"],
#content #submit-event-form #list-your-event-banner input[type="submit"],
#list-your-event-banner #event_preview .event_listing_preview_title .button,
#event_preview .event_listing_preview_title #list-your-event-banner .button,
#list-your-event-banner .card-resource .card-links a,
.card-resource .card-links #list-your-event-banner a,
#list-your-event-banner #content #my-account-content .ur-frontend-form [type="submit"],
#content #my-account-content .ur-frontend-form #list-your-event-banner [type="submit"] {
  border-radius: 50px
}

#list-your-event-banner #list-your-event-banner-close {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin-top: -25px
}

#list-your-event-banner #list-your-event-banner-close a:before {
  display: block;
  font-family: modern_pictograms_proregular;
  font-size: 55px
}

@media screen and (max-width: 767px) {
  #list-your-event-banner #list-your-event-banner-close a:before {
    font-size: 45px
  }
}

.list-your-event-banner-2 {
  display: flex
}

#events-wrapper {
  display: flex;
  position: relative
}

@media screen and (max-width: 767px) {
  #events-wrapper {
    display: block
  }
}

#events-wrapper .events-main {
  opacity: 1;
  transition: opacity .0s .1s
}

#events-nav .container-fluid,
#events-nav #flexible-content .container-fc,
#flexible-content #events-nav .container-fc {
  max-width: none
}

.filter-loading .events-main {
  transition: opacity .0s .1s;
  opacity: .6
}

.filter-loading .filter-nav {
  transition: opacity .0s .1s;
  opacity: .6
}

.filter-loading .lds-ring {
  display: inline-block !important
}

#events-list {
  height: calc(100vh - 75px - 100px);
  flex: 0 0 50%;
  background: #FAFBFC;
  border-right: 1px solid #e2e3e5;
  order: 1
}

@media screen and (max-width: 767px) {
  #events-list {
    flex: 0 0 100%;
    order: initial;
    height: auto
  }
}

#events-list .filter-summary {
  margin-bottom: 30px
}

#events-list #events-scroll {
  height: 100%;
  overflow: scroll;
  padding: 50px 50px 100px 50px
}

@media screen and (max-width: 1199px) {
  #events-list #events-scroll {
    padding: 30px 30px 100px 30px
  }
}

@media screen and (max-width: 767px) {
  #events-list #events-scroll {
    padding: 30px 15px 100px 15px
  }
}

#events-map {
  flex: 0 0 50%;
  height: calc(100vh - 75px - 100px);
  order: 2
}

@media screen and (max-width: 767px) {
  #events-map {
    flex: 0 0 100%;
    height: 300px;
    order: initial
  }
}

.card-event {
  margin-bottom: 35px
}

.card-event .card-inner {
  display: flex;
  background: white;
  border: 1px solid #e2e3e5;
  border-radius: 8px
}

@media screen and (max-width: 575px) {
  .card-event .card-inner {
    display: block
  }
}

.card-event .card-inner .card-image {
  flex: 0 0 20%;
  border-radius: 8px 0px 0px 8px;
  background-size: cover;
  background-position: center center;
  background-color: #edf1f4
}

@media screen and (max-width: 575px) {
  .card-event .card-inner .card-image {
    height: 16vh;
    border-radius: 8px 8px 0 0
  }
}

.card-event .card-inner .card-text {
  flex: 0 0 80%;
  padding: 21px 21px 21px 35px
}

@media screen and (max-width: 767px) {
  .card-event .card-inner .card-text {
    padding: 15px
  }
}

.card-event .card-inner .card-text .event-categories {
  display: block;
  color: #577faa;
  font-size: 12px;
  margin-bottom: 7px
}

@media screen and (max-width: 767px) {
  .card-event .card-inner .card-text .event-categories {
    font-size: 10px
  }
}

.card-event .card-inner .card-text .event-title {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 14px
}

@media screen and (max-width: 767px) {
  .card-event .card-inner .card-text .event-title {
    font-size: 15px;
    margin-bottom: 7px
  }
}

.card-event .card-inner .card-text .event-date {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #426182
}

@media screen and (max-width: 767px) {
  .card-event .card-inner .card-text .event-date {
    font-size: 13px
  }
}

.card-event .card-inner .card-text .event-location {
  font-size: 15px;
  font-weight: 400;
  color: #426182;
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .card-event .card-inner .card-text .event-location {
    font-size: 13px
  }
}

.marker-card .card-event {
  margin-bottom: 0
}

.marker-card .card-event:hover .card-inner {
  box-shadow: none
}

.marker-card .card-inner {
  border: none;
  padding: 0;
  display: block
}

.marker-card .card-inner .card-image {
  display: none
}

.marker-card .card-inner .card-text {
  padding: 6px
}

.marker-card .card-inner .card-text .event-categories {
  font-size: 10px
}

.marker-card .card-inner .card-text .event-title {
  font-size: 15px;
  margin-bottom: 7px
}

.marker-card .card-inner .card-text .event-date {
  font-size: 12px
}

.marker-card .card-inner .card-text .event-location {
  font-size: 12px
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 7;
  display: none
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: -20px 20px;
  border: 5px solid #164579;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #164579 transparent transparent transparent
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

select#event_timezone optgroup[label="Manual Offsets"] {
  display: none !important
}

.event-submit-preview #submit-event-intro {
  display: none
}

@media screen and (max-width: 767px) {
  .event-submit-preview .container-fluid-submit-event {
    padding: 5px
  }
}

.event-submit-success #submit-event-intro {
  display: none
}

.event-submit-success #submit-event-thanks,
.event-submit-success #submit-event-badges {
  display: block
}

.event-submit-success #submit-event {
  display: none
}

.page-id-554 #submit-event-form .wpem-form-group:first-child {
  display: none
}

.submit-event-buttons .button,
.submit-event-buttons #flexible-content .fc-button a,
#flexible-content .fc-button .submit-event-buttons a,
.submit-event-buttons #content #submit-event-form .account-sign-in a,
#content #submit-event-form .account-sign-in .submit-event-buttons a,
.submit-event-buttons #content #submit-event-form input[type="submit"],
#content #submit-event-form .submit-event-buttons input[type="submit"],
.submit-event-buttons #event_preview .event_listing_preview_title .button,
#event_preview .event_listing_preview_title .submit-event-buttons .button,
.submit-event-buttons #event_preview .event_listing_preview_title .card-resource .card-links a,
#event_preview .event_listing_preview_title .card-resource .card-links .submit-event-buttons a,
.submit-event-buttons .card-resource .card-links #event_preview .event_listing_preview_title a,
.card-resource .card-links #event_preview .event_listing_preview_title .submit-event-buttons a,
.submit-event-buttons .card-resource .card-links a,
.card-resource .card-links .submit-event-buttons a,
.submit-event-buttons #content #my-account-content .ur-frontend-form [type="submit"],
#content #my-account-content .ur-frontend-form .submit-event-buttons [type="submit"] {
  display: block;
  margin: 0 10px
}

#content #submit-event-form .account-sign-in {
  display: none
}

.submit-event-buttons {
  display: flex
}

.submit-event-instructions {
  display: none
}

.submit-event-instructions.on {
  display: block
}

.account-creation-message {
  margin-bottom: 60px
}

.account-creation-message h4 {
  margin-bottom: 0
}

#submit-event-thanks,
#submit-event-badges {
  display: none
}

#content #submit-event-form .account-sign-in a {
  padding: 6px 15px;
  font-size: 12px;
  float: right;
  position: relative;
  top: 2px
}

@media screen and (max-width: 991px) {
  #content #submit-event-form .account-sign-in a {
    float: none;
    top: 0
  }
}

#content #submit-event-form h2 {
  margin-top: 30px;
  margin-bottom: 30px
}

#content #submit-event-form .wpem-form-wrapper .wpem-form-group .wpem-form-label-text {
  font-weight: 800 !important;
  color: #426182 !important
}

#content #submit-event-form label {
  font-weight: 700 !important;
  color: #344c67
}

#content #submit-event-form input:focus {
  background: white
}

#content #submit-event-form input[type="checkbox"]:focus {
  box-shadow: none
}

#content #submit-event-form .checkbox-label {
  color: #164579 !important;
  font-weight: 700 !important;
  display: inline !important
}

#content #submit-event-form .description {
  line-height: 1.2 !important;
  margin-top: 7px;
  color: #426182;
  font-weight: 500;
  display: block
}

#content #submit-event-form .wpem-form-group.fieldset-create_account_email {
  margin-bottom: 100px
}

#content #submit-event-form .wpem-form-group.fieldset-event_category {
  margin-bottom: 60px
}

#content #submit-event-form .wpem-form-group.fieldset-event_category .event-manager-term-checklist-event_category {
  margin-top: 10px;
  columns: 2
}

#content #submit-event-form .wpem-form-group.fieldset-event_category .event-manager-term-checklist-event_category li label {
  font-weight: 500 !important
}

#content #submit-event-form .wpem-form-group.fieldset-event_online label[for="event_online"] {
  margin-bottom: 7px;
  display: block
}

#content #submit-event-form .wpem-form-group.fieldset-event_online label {
  display: inline;
  margin-right: 30px
}

#content #submit-event-form .wpem-form-group.fieldset-event_online input {
  width: auto;
  margin-right: 5px
}

#content #submit-event-form .wpem-form-group.fieldset-event_country {
  margin-bottom: 60px
}

#content #submit-event-form .wpem-form-group.fieldset-event_timezone {
  margin-bottom: 100px
}

#content #submit-event-form .wpem-form-group.fieldset-i_agree_to_allow_world_oceans_day_to_use_this_image_in_their_marketing_and_communications_materials {
  margin-bottom: 60px
}

#content #submit-event-form .wpem-form-group.fieldset-i_agree_to_allow_world_oceans_day_to_use_this_image_in_their_marketing_and_communications_materials .description {
  display: inline;
  color: #164579;
  font-weight: 700
}

#content #submit-event-form .wpem-form-group.fieldset-event_registration_link {
  margin-bottom: 60px
}

#content #submit-event-form .wpem-form-group.fieldset-event_start_date,
#content #submit-event-form .wpem-form-group.fieldset-event_start_time,
#content #submit-event-form .wpem-form-group.fieldset-event_end_date,
#content #submit-event-form .wpem-form-group.fieldset-event_end_time {
  display: inline-block;
  width: 46%
}

#content #submit-event-form .wpem-form-group.fieldset-event_start_date,
#content #submit-event-form .wpem-form-group.fieldset-event_end_date {
  margin-right: 6%
}

#content #submit-event-form .wpem-form-group.fieldset-organizer_description {
  margin-bottom: 60px
}

#content #submit-event-form .wpem-form-footer {
  text-align: center;
  margin-top: 60px
}

#content #submit-event-form input[type="submit"] {
  border: none
}

.wpem-alert.wpem-alert-danger {
  border: 1px solid #9d1212
}

#event_preview .event_listing_preview_title {
  padding: 0;
  background: none !important;
  margin-bottom: 40px;
  margin-top: 0
}

#event_preview .event_listing_preview_title #flexible-content .fc-button a,
#flexible-content .fc-button #event_preview .event_listing_preview_title a,
#event_preview .event_listing_preview_title #content #submit-event-form .account-sign-in a,
#content #submit-event-form .account-sign-in #event_preview .event_listing_preview_title a,
#event_preview .event_listing_preview_title #content #submit-event-form input[type="submit"],
#content #submit-event-form #event_preview .event_listing_preview_title input[type="submit"],
#event_preview .event_listing_preview_title .button,
#event_preview .event_listing_preview_title .card-resource .card-links a,
.card-resource .card-links #event_preview .event_listing_preview_title a,
#event_preview .event_listing_preview_title #content #my-account-content .ur-frontend-form [type="submit"],
#content #my-account-content .ur-frontend-form #event_preview .event_listing_preview_title [type="submit"] {
  background: #19bae3;
  color: white;
  border: none !important;
  margin: 0 15px 20px 0
}

#event_preview .event_listing_preview_title #flexible-content .fc-button a:hover,
#flexible-content .fc-button #event_preview .event_listing_preview_title a:hover,
#event_preview .event_listing_preview_title #content #submit-event-form .account-sign-in a:hover,
#content #submit-event-form .account-sign-in #event_preview .event_listing_preview_title a:hover,
#event_preview .event_listing_preview_title #content #submit-event-form input:hover[type="submit"],
#content #submit-event-form #event_preview .event_listing_preview_title input:hover[type="submit"],
#event_preview .event_listing_preview_title .button:hover,
#event_preview .event_listing_preview_title .card-resource .card-links a:hover,
.card-resource .card-links #event_preview .event_listing_preview_title a:hover,
#event_preview .event_listing_preview_title #content #my-account-content .ur-frontend-form :hover[type="submit"],
#content #my-account-content .ur-frontend-form #event_preview .event_listing_preview_title :hover[type="submit"] {
  cursor: pointer
}

#event_preview .event_listing_preview_title .preview-title {
  color: #426182;
  margin-bottom: 30px
}

#event_preview .event_listing_preview {
  border: 2px solid #426182;
  border-radius: 8px;
  margin: 0;
  padding-top: 0;
  overflow: hidden
}

@media screen and (max-width: 767px) {
  #event_preview .event_listing_preview {
    padding: 0
  }
}

#event_preview .event-single-preview-fallback-image-note {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 40px);
  z-index: 1;
  font-size: 16px
}

@media screen and (max-width: 767px) {
  #event_preview .event-single-preview-fallback-image-note {
    width: calc(100% - 30px);
    font-size: 13px
  }
}

.submit-event-badge {
  margin-bottom: 60px
}

.submit-event-badge .submit-event-badge-link {
  margin-top: 10px
}

.event-dashboard-action-mark_cancelled {
  display: none !important
}

@media screen and (max-width: 991px) {

  #event-single-wrapper .padded,
  #event-single-wrapper .page-id-554.user_logged_out #my-account-content,
  .page-id-554.user_logged_out #event-single-wrapper #my-account-content,
  #event-single-wrapper .page-id-22.user_logged_out #my-account-content,
  .page-id-22.user_logged_out #event-single-wrapper #my-account-content {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .padded-top {
    padding-top: 30px
  }
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .event-single-hero-image {
    height: 40vh
  }
}

#event-single-wrapper .event-single-back-button {
  position: relative
}

#event-single-wrapper .event-single-back-button a {
  padding: 4px 14px 3px
}

@media screen and (max-width: 767px) {
  #event-single-wrapper .event-single-back-button a {
    padding: 3px 10px 2px
  }
}

#event-single-wrapper .block-background {
  background-position: center center
}

#event-single-wrapper .event-single-hero-meta {
  background: #f7f8fa;
  padding: 60px 60px 60px 45px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .event-single-hero-meta {
    padding: 30px
  }
}

#event-single-wrapper .event-meta-row {
  margin-bottom: 30px
}

#event-single-wrapper .event-meta-row:last-child {
  margin-bottom: 0
}

#event-single-wrapper .event-single-title {
  color: #395471;
  line-height: 1.3;
  margin-bottom: 45px;
  width: 66%;
  font-size: 27px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .event-single-title {
    font-size: 21px;
    width: 100%;
    margin-bottom: 22.5px
  }
}

#event-single-wrapper .event-single-meta-icon .icon:before {
  font-size: 35px;
  color: #395471;
  top: -2px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .event-single-meta-icon .icon:before {
    font-size: 30px
  }
}

#event-single-wrapper .event-single-meta-heading {
  color: #395471;
  font-size: 17px;
  margin-bottom: 3px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .event-single-meta-heading {
    font-size: 13px
  }
}

#event-single-wrapper .event-single-meta-secondary {
  color: #395471;
  font-size: 16px;
  margin-bottom: 3px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .event-single-meta-secondary {
    font-size: 12px
  }
}

#event-single-wrapper .event-single-meta-link {
  margin-bottom: 0;
  color: #19bae3;
  font-weight: 500;
  font-size: 16px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .event-single-meta-link {
    font-size: 13px
  }
}

#event-single-wrapper .event-single-meta-link a {
  color: #19bae3;
  font-weight: 500;
  font-size: 16px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .event-single-meta-link a {
    font-size: 13px
  }
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .single-event-description {
    margin-bottom: 30px
  }
}

#event-single-wrapper .single-event-separator {
  height: 2px;
  background: #9FDBED;
  margin-top: 90px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .single-event-separator {
    margin-top: 30px
  }
}

#event-single-wrapper .single-event-categories {
  margin-bottom: 30px
}

@media screen and (max-width: 991px) {
  #event-single-wrapper .single-event-categories {
    margin-bottom: 15px
  }
}

#event-single-wrapper .single-event-categories .button,
#event-single-wrapper .single-event-categories #flexible-content .fc-button a,
#flexible-content .fc-button #event-single-wrapper .single-event-categories a,
#event-single-wrapper .single-event-categories #content #submit-event-form .account-sign-in a,
#content #submit-event-form .account-sign-in #event-single-wrapper .single-event-categories a,
#event-single-wrapper .single-event-categories #content #submit-event-form input[type="submit"],
#content #submit-event-form #event-single-wrapper .single-event-categories input[type="submit"],
#event-single-wrapper .single-event-categories .card-resource .card-links a,
.card-resource .card-links #event-single-wrapper .single-event-categories a,
#event-single-wrapper .single-event-categories #content #my-account-content .ur-frontend-form [type="submit"],
#content #my-account-content .ur-frontend-form #event-single-wrapper .single-event-categories [type="submit"] {
  margin-bottom: 15px;
  margin-right: 20px
}

#event-single-wrapper .single-event-website a {
  color: #19bae3;
  font-weight: 500
}

#event-single-wrapper .single-event-organizer-logo img {
  width: 70px;
  margin-bottom: 10px
}

#event-single-wrapper .single-event-organized-by {
  margin-bottom: 30px
}

#event-single-wrapper .single-event-organized-by .event-single-meta-heading {
  margin-bottom: 10px
}

#event-single-wrapper .single-event-organizer-label {
  color: #4b6d93;
  margin-bottom: 0
}

#event-single-wrapper #single-event-map-map iframe {
  height: 350px
}

#event-single-wrapper .event-single-share-container {
  margin-top: 30px
}

#event-single-wrapper .addthis_inline_share_toolbox_84zx {
  display: flex
}

.add-to-calendar-links {
  padding-top: 5px;
  display: none
}

@media screen and (max-width: 991px) {
  .add-to-calendar-links .add-to-calendar-link-ics {
    display: none
  }
}

.add-to-calendar-link {
  display: block;
  font-size: 15px;
  margin-bottom: 5px
}

#resources-nav {
  border: none;
  padding-top: 100px;
  height: auto
}

@media screen and (max-width: 767px) {
  #resources-nav {
    padding-top: 50px
  }
}

#resources-nav .filter-label-heading {
  text-transform: uppercase;
  color: #426182
}

#resources {
  padding-top: 50px
}

@media screen and (max-width: 767px) {
  #resources {
    padding-top: 25px
  }
}

.post-type-archive-resources .page-nav-inner,
.single-resources .page-nav-inner {
  width: 100%
}

.post-type-archive-resources #blanket,
.single-resources #blanket {
  background: rgba(22, 69, 121, 0.8)
}

.post-type-archive-resources #modal-close,
.single-resources #modal-close {
  right: 42px
}

@media screen and (max-width: 767px) {

  .post-type-archive-resources #modal-close,
  .single-resources #modal-close {
    right: 15px
  }
}

.post-type-archive-resources .modal,
.single-resources .modal {
  background: none;
  border-radius: 0
}

.post-type-archive-resources .modal #resource-modal-inner,
.single-resources .modal #resource-modal-inner {
  height: 100%
}

.post-type-archive-resources .modal iframe,
.single-resources .modal iframe {
  width: 100%;
  height: 100%
}

#resources .container-fluid,
#resources #flexible-content .container-fc,
#flexible-content #resources .container-fc,
.single-resources .container-fluid,
.single-resources #flexible-content .container-fc,
#flexible-content .single-resources .container-fc {
  max-width: 1480px
}

.card-resource {
  border-radius: 8px;
  margin-bottom: 5vh;
  display: flex
}

@media screen and (max-width: 575px) {
  .card-resource {
    padding-left: 5px;
    padding-right: 5px
  }
}

.card-resource .card-inner {
  border-radius: 8px;
  border: 1px solid #e2e3e5;
  background: white
}

@media screen and (max-width: 991px) {
  .card-resource .card-inner {
    display: block;
    border-color: #d4d6d9
  }
}

.card-resource .card-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0px 0px
}

.card-resource .card-image:after {
  content: '';
  display: block;
  padding-top: 61%
}

@media screen and (max-width: 575px) {
  .card-resource .card-image:after {
    padding-top: 100%
  }
}

.card-resource .card-text {
  padding: 30px 25px 25px 25px
}

@media screen and (max-width: 991px) {
  .card-resource .card-text {
    padding: 16.6666666667px 12.5px 12.5px 12.5px
  }
}

@media screen and (max-width: 575px) {
  .card-resource .card-text {
    padding: 12.5px 6.25px 6.25px 6.25px
  }
}

.card-resource .card-text .resource-title {
  line-height: 1.25;
  margin-bottom: 25px;
  color: #426182
}

@media screen and (max-width: 767px) {
  .card-resource .card-text .resource-title {
    margin-bottom: 12.5px
  }
}

@media screen and (max-width: 575px) {
  .card-resource .card-text .resource-title {
    font-size: 12px
  }
}

.card-resource .card-text .resource-description {
  margin-bottom: 25px;
  font-size: 14px;
  color: #426182
}

@media screen and (max-width: 991px) {
  .card-resource .card-text .resource-description {
    font-size: 11px
  }
}

@media screen and (max-width: 767px) {
  .card-resource .card-text .resource-description {
    margin-bottom: 12.5px
  }
}

@media screen and (max-width: 575px) {
  .card-resource .card-text .resource-description {
    font-size: 9px
  }
}

.card-resource .card-links .resource-preview {
  margin-right: 25px
}

@media screen and (max-width: 767px) {
  .card-resource .card-links .resource-preview {
    margin-right: 12.5px
  }
}

@media screen and (max-width: 575px) {
  .card-resource .card-links .resource-preview {
    margin-right: 5px
  }
}

.card-resource .card-links a {
  margin-bottom: 7.5px
}

@media screen and (max-width: 575px) {
  .card-resource .card-links a {
    padding: 7px 10px 5px 10px !important;
    font-size: 8px
  }
}

#resource-single-main .card-resource {
  flex: 0 0 100% !important;
  width: 100%;
  max-width: none
}

#resource-single-main .card-resource .card-inner {
  width: 100%;
  display: flex;
  border: none;
  background: white
}

#resource-single-main .card-resource .card-inner:hover {
  box-shadow: none
}

@media screen and (max-width: 767px) {
  #resource-single-main .card-resource .card-inner {
    display: block
  }
}

#resource-single-main .card-resource .card-image {
  flex: 0 0 31%;
  border-radius: 8px
}

#resource-single-main .card-resource .card-text {
  flex: 0 0 69%;
  padding: 50px
}

@media screen and (max-width: 767px) {
  #resource-single-main .card-resource .card-text {
    padding: 30px 0px
  }
}

#contact-intro .block-background:after {
  background: rgba(22, 69, 121, 0.8)
}

.contact-left *,
.contact-right * {
  color: white
}

.contact-left a:hover,
.contact-right a:hover {
  color: white
}

.contact-left h3,
.contact-right h3 {
  margin-top: 0
}

.contact-right-social-media a {
  display: inline-block;
  padding-right: 12px;
  margin-right: 0
}

.contact-right-social-media a img {
  width: 21px
}

@media screen and (max-width: 767px) {
  .contact-right-social-media a img {
    width: 20px
  }
}

#content #my-account-content .ur-frontend-form {
  border-radius: 8px;
  padding: 30px 15px 20px 15px;
  background: white;
  border: 1px solid #e2e3e5 !important
}

@media screen and (max-width: 767px) {
  #content #my-account-content .ur-frontend-form {
    padding: 20px 7px 10px 7px;
    margin: 0 10px
  }
}

#content #my-account-content .ur-frontend-form label {
  margin-top: 0;
  margin-bottom: 5px;
  color: #426182;
  font-weight: 700
}

@media screen and (max-width: 767px) {
  #content #my-account-content .ur-frontend-form label {
    font-size: 12px
  }
}

#content #my-account-content .ur-frontend-form input {
  background: white;
  border-radius: 8px !important;
  padding: 10px;
  margin-bottom: 20px;
  border-color: #164579
}

@media screen and (max-width: 767px) {
  #content #my-account-content .ur-frontend-form input {
    padding: 4px 10px;
    font-size: 14px;
    margin-bottom: 15px
  }
}

#content #my-account-content .ur-frontend-form [type="submit"] {
  display: block;
  max-width: none;
  float: none;
  margin-bottom: 30px;
  padding-top: 18px;
  padding-bottom: 16px
}

@media screen and (max-width: 767px) {
  #content #my-account-content .ur-frontend-form [type="submit"] {
    padding-top: 10px;
    padding-bottom: 8px
  }
}

.my-account-heading {
  flex: 0 0 100%;
  width: 100%
}

.user-registration-message {
  font-weight: 700;
  padding: 15px
}

.user-registration-message * {
  font-weight: 700
}

@media screen and (max-width: 767px) {
  .user-registration-message {
    font-size: 11px !important
  }
}

.user-registration-error {
  border-top: none;
  border-radius: 8px;
  padding: 15px;
  color: #ed5b5b !important;
  font-weight: 700
}

@media screen and (max-width: 767px) {
  .user-registration-error {
    font-size: 13px !important;
    padding: 10px
  }
}

.user-registration-password-strength {
  margin-bottom: 20px;
  border-radius: 8px;
  max-width: 150px
}

.user-registration-password-hint {
  font-size: 12px;
  line-height: 1.2;
  margin-top: -10px;
  margin-bottom: 20px
}

@media screen and (max-width: 767px) {
  .user-registration-password-hint {
    font-size: 10px
  }
}

.user-registration-MyAccount-navigation-link.is-active a {
  color: #164579;
  border-color: #19bae3
}

.page-id-554 .wpem-responsive-table-wrapper,
.page-id-22 .wpem-responsive-table-wrapper {
  width: 100%
}

.page-id-554 #user-registration,
.page-id-22 #user-registration {
  background: none;
  display: block;
  margin: 0 auto
}

.page-id-554 #user-registration .user-registration-MyAccount-content,
.page-id-22 #user-registration .user-registration-MyAccount-content {
  text-align: left;
  padding: 0;
  width: 100%
}

.page-id-554 #my-account-content,
.page-id-22 #my-account-content {
  background: #FAFBFC
}

.page-id-554.user_logged_out .user-registration-ur-lost-password #user-registration,
.page-id-22.user_logged_out .user-registration-ur-lost-password #user-registration {
  width: 100%;
  width: 360px
}

.page-id-554.user_logged_out .user-registration-ur-lost-password .user-registration-message,
.page-id-22.user_logged_out .user-registration-ur-lost-password .user-registration-message {
  border-top: none;
  border-radius: 8px;
  margin-bottom: 30px
}

.page-id-554.user_logged_out .user-registration-ur-lost-password [type="submit"],
.page-id-22.user_logged_out .user-registration-ur-lost-password [type="submit"] {
  max-width: none !important
}

.page-id-554.user_logged_out #my-account-content,
.page-id-22.user_logged_out #my-account-content {
  display: flex
}

.page-id-554.user_logged_out #my-account-content .my-account-heading,
.page-id-22.user_logged_out #my-account-content .my-account-heading {
  padding-left: 20px;
  padding-right: 20px
}

.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login {
  width: 360px;
  margin: 0 auto
}

.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login *,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login * {
  font-weight: 500
}

.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .button,
.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login #flexible-content .fc-button a,
#flexible-content .fc-button .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login a,
.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login #content #submit-event-form .account-sign-in a,
#content #submit-event-form .account-sign-in .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login a,
.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login #content #submit-event-form input[type="submit"],
.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .card-resource .card-links a,
.card-resource .card-links .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login a,
.page-id-554.user_logged_out #content #my-account-content .ur-frontend-form.login [type="submit"],
#content .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login [type="submit"],
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .button,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login #flexible-content .fc-button a,
#flexible-content .fc-button .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login a,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login #content #submit-event-form .account-sign-in a,
#content #submit-event-form .account-sign-in .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login a,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login #content #submit-event-form input[type="submit"],
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .card-resource .card-links a,
.card-resource .card-links .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login a,
.page-id-22.user_logged_out #content #my-account-content .ur-frontend-form.login [type="submit"],
#content .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login [type="submit"] {
  font-weight: 800;
  max-width: 200px
}

@media screen and (max-width: 767px) {

  .page-id-554.user_logged_out #my-account-content .ur-frontend-form.login,
  .page-id-22.user_logged_out #my-account-content .ur-frontend-form.login {
    width: 300px
  }
}

.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login [type="submit"],
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login [type="submit"] {
  margin-top: 40px
}

.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .user-registration-form__label-for-checkbox.inline,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .user-registration-form__label-for-checkbox.inline {
  text-align: center;
  margin-top: 20px;
  color: #426182
}

.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .user-registration-form__label-for-checkbox.inline input,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .user-registration-form__label-for-checkbox.inline input {
  width: 25px;
  position: relative;
  top: 8px;
  padding: 0;
  margin-right: 0
}

.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .lost_password,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .lost_password {
  text-align: center;
  margin-top: -12px;
  margin-bottom: 0
}

.page-id-554.user_logged_out #my-account-content .ur-frontend-form.login .lost_password a,
.page-id-22.user_logged_out #my-account-content .ur-frontend-form.login .lost_password a {
  color: #426182
}

.page-id-554 .registration-button,
.page-id-554 .login-button,
.page-id-22 .registration-button,
.page-id-22 .login-button {
  margin-top: 40px
}

.page-id-554 #user-registration-form-20,
.page-id-22 #user-registration-form-20 {
  max-width: 480px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 30px 15px 20px 15px;
  background: white
}

@media screen and (max-width: 767px) {

  .page-id-554 #user-registration-form-20,
  .page-id-22 #user-registration-form-20 {
    margin: 0 !important
  }
}

.page-id-554 #user-registration-form-20 *,
.page-id-22 #user-registration-form-20 * {
  font-weight: 500
}

.page-id-554 #user-registration-form-20 label,
.page-id-22 #user-registration-form-20 label {
  margin-bottom: 5px;
  color: #426182;
  font-weight: 700
}

.page-id-554 #user-registration-form-20 [type="submit"],
.page-id-22 #user-registration-form-20 [type="submit"] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 200px;
  background: #164579 !important
}

.page-id-554.user-registration-edit-password #my-account-content fieldset legend,
.page-id-22.user-registration-edit-password #my-account-content fieldset legend {
  color: #426182;
  font-weight: 800 !important;
  margin-bottom: 30px
}

.page-id-554.user-registration-edit-password .user-registration-MyAccount-content,
.page-id-22.user-registration-edit-password .user-registration-MyAccount-content {
  display: flex;
  padding-top: 60px !important;
  padding-bottom: 60px !important
}

.page-id-554.user-registration-edit-password .ur-frontend-form.login,
.page-id-22.user-registration-edit-password .ur-frontend-form.login {
  width: 360px
}

.page-id-554.user-registration-edit-password .ur-frontend-form.login [type="submit"],
.page-id-22.user-registration-edit-password .ur-frontend-form.login [type="submit"] {
  margin-top: 20px
}

.page-id-554.user-registration-edit-profile .user-registration-MyAccount-content,
.page-id-22.user-registration-edit-profile .user-registration-MyAccount-content {
  display: flex
}

.page-id-554.user-registration-edit-profile .edit-profile-heading,
.page-id-22.user-registration-edit-profile .edit-profile-heading {
  margin-bottom: 30px
}

.page-id-554.user-registration-edit-profile .ur-frontend-form,
.page-id-22.user-registration-edit-profile .ur-frontend-form {
  max-width: 480px
}

.page-id-554 #user-registration,
.page-id-22 #user-registration {
  margin-top: 0;
  margin-bottom: 0
}

@media screen and (max-width: 575px) {
  #event-manager-event-dashboard .wpem-main td {
    padding-left: 40% !important;
    font-size: 13px;
    line-height: 1.5;
    padding: 7px
  }

  #event-manager-event-dashboard .wpem-main td:before {
    font-size: 14px;
    top: 10px
  }
}

#search-box {
  position: fixed;
  padding: 0px;
  width: 100%;
  height: 80px;
  z-index: 12;
  transform: translateX(0);
  transition: top .5s;
  overflow-x: hidden;
  top: -200px;
  left: 0
}

#search-box.on {
  transition: top .5s;
  top: 100px
}

@media screen and (max-width: 991px) {
  #search-box.on {
    top: 60px
  }

  #search-box.on .col-xs-12 {
    padding-top: 0;
    padding-bottom: 0
  }
}

#overlay-search {
  position: fixed;
  width: 100%;
  opacity: 1;
  top: 100px;
  left: 0;
  z-index: -5;
  opacity: 0;
  background: rgba(22, 69, 121, 0.3);
  transition: transform .5s;
  transition: opacity .5s;
  display: none
}

#overlay-search.on {
  display: block;
  transition: opacity .5s;
  z-index: 5;
  opacity: 1
}

@media screen and (max-width: 991px) {
  #overlay-search {
    top: 60px
  }
}

#ajaxsearchprores1_1.vertical {
  padding: 0 !important
}

#ajaxsearchpro1_1,
#ajaxsearchpro1_2,
div.asp_m.asp_m_1 {
  box-shadow: inset 1px 1px 9px rgba(27, 51, 77, 0.2) !important;
  background: #FAFBFC
}

#ajaxsearchpro1_1 input,
#ajaxsearchpro1_2 input,
div.asp_m.asp_m_1 input {
  text-indent: 15px;
  font-size: 20px !important;
  color: #1B334D !important;
  font-weight: 500 !important
}

#ajaxsearchpro1_1 input::placeholder,
#ajaxsearchpro1_2 input::placeholder,
div.asp_m.asp_m_1 input::placeholder {
  font-size: 20px !important;
  color: #364F6A !important
}

@media screen and (max-width: 991px) {

  #ajaxsearchpro1_1,
  #ajaxsearchpro1_2,
  div.asp_m.asp_m_1 {
    padding: 0 5px
  }
}

#ajaxsearchpro1_1 div.asp_simple-circle,
#ajaxsearchpro1_2 div.asp_simple-circle,
div.asp_m.asp_m_1 div.asp_simple-circle {
  width: 16px !important;
  height: 16px !important;
  padding-top: 22px !important;
  padding-left: 22px !important
}

.asp_results_top {
  padding: 13px 12px 10px 12px !important;
  border-bottom: 1px solid #e2e3e5 !important;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, Sans-serif !important;
  font-weight: 500 !important
}

.asp_results_top strong {
  font-weight: 800 !important
}

#ajaxsearchprores1_1 {
  margin-top: 0 !important;
  top: 180px !important;
  border: none !important;
  border-radius: 0 !important
}

#ajaxsearchprores1_1 .asp_nores_header {
  font-size: 19px !important;
  color: #164579 !important
}

@media screen and (max-width: 991px) {
  #ajaxsearchprores1_1 {
    top: 140px !important;
    padding-top: 10px !important
  }
}

#ajaxsearchprores1_1 .item {
  padding: 23px 15px 15px 15px;
  border-bottom: 1px solid #e2e3e5
}

#ajaxsearchprores1_1 .item .asp_image {
  margin-right: 30px !important;
  display: block !important
}

@media screen and (max-width: 991px) {
  #ajaxsearchprores1_1 .item .asp_image {
    margin-right: 15px !important;
    width: 50px !important;
    height: 50px !important;
    display: block !important
  }
}

#ajaxsearchprores1_1 .item .asp_res_url {
  color: #164579 !important;
  font-size: 19px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  margin-bottom: 0 !important
}

#ajaxsearchprores1_1 .item .asp_res_url .highlighted {
  font-weight: 800 !important;
  background: #ffffb3 !important;
  padding-left: 3px;
  padding-right: 3px;
  color: inherit !important
}

@media screen and (max-width: 991px) {
  #ajaxsearchprores1_1 .item .asp_res_url {
    font-size: 15px !important
  }
}

#ajaxsearchprores1_1 .item .etc {
  margin-bottom: 0 !important
}

#ajaxsearchprores1_1 .item .asp_res_text {
  font-size: 18px !important;
  line-height: 1.3 !important;
  max-width: 1024px;
  margin-top: 5px !important
}

#ajaxsearchprores1_1 .item .asp_res_text .highlighted {
  font-weight: 800 !important;
  background: #ff9 !important;
  color: inherit !important
}

@media screen and (max-width: 991px) {
  #ajaxsearchprores1_1 .item .asp_res_text {
    font-size: 14px !important
  }
}

#ajaxsearchprores1_1 .item.asp_r_page .asp_image {
  display: none !important
}

#ajaxsearchprores1_1 .item.asp_r_page .asp_res_text {
  display: none !important
}

#resources-nav {
  border: none;
  padding-top: 100px;
  height: auto
}

@media screen and (max-width: 767px) {
  #resources-nav {
    padding-top: 50px
  }
}

#resources-nav .filter-label-heading {
  text-transform: uppercase;
  color: #426182
}

#resources {
  padding-top: 50px
}

@media screen and (max-width: 767px) {
  #resources {
    padding-top: 25px
  }
}

.post-type-archive-resources .page-nav-inner,
.single-resources .page-nav-inner {
  width: 100%
}

.post-type-archive-resources #blanket,
.single-resources #blanket {
  background: rgba(22, 69, 121, 0.8)
}

.post-type-archive-resources #modal-close,
.single-resources #modal-close {
  right: 42px
}

@media screen and (max-width: 767px) {

  .post-type-archive-resources #modal-close,
  .single-resources #modal-close {
    right: 15px
  }
}

.post-type-archive-resources .modal,
.single-resources .modal {
  background: none;
  border-radius: 0
}

.post-type-archive-resources .modal #resource-modal-inner,
.single-resources .modal #resource-modal-inner {
  height: 100%
}

.post-type-archive-resources .modal iframe,
.single-resources .modal iframe {
  width: 100%;
  height: 100%
}

#resources .container-fluid,
#resources #flexible-content .container-fc,
#flexible-content #resources .container-fc,
.single-resources .container-fluid,
.single-resources #flexible-content .container-fc,
#flexible-content .single-resources .container-fc {
  max-width: 1480px
}

.card-resource {
  border-radius: 8px;
  margin-bottom: 5vh;
  display: flex
}

@media screen and (max-width: 575px) {
  .card-resource {
    padding-left: 5px;
    padding-right: 5px
  }
}

.card-resource .card-inner {
  border-radius: 8px;
  border: 1px solid #e2e3e5;
  background: white
}

@media screen and (max-width: 991px) {
  .card-resource .card-inner {
    display: block;
    border-color: #d4d6d9
  }
}

.card-resource .card-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0px 0px
}

.card-resource .card-image:after {
  content: '';
  display: block;
  padding-top: 61%
}

@media screen and (max-width: 575px) {
  .card-resource .card-image:after {
    padding-top: 100%
  }
}

.card-resource .card-text {
  padding: 30px 25px 25px 25px
}

@media screen and (max-width: 991px) {
  .card-resource .card-text {
    padding: 16.6666666667px 12.5px 12.5px 12.5px
  }
}

@media screen and (max-width: 575px) {
  .card-resource .card-text {
    padding: 12.5px 6.25px 6.25px 6.25px
  }
}

.card-resource .card-text .resource-title {
  line-height: 1.25;
  margin-bottom: 25px;
  color: #426182
}

@media screen and (max-width: 767px) {
  .card-resource .card-text .resource-title {
    margin-bottom: 12.5px
  }
}

@media screen and (max-width: 575px) {
  .card-resource .card-text .resource-title {
    font-size: 12px
  }
}

.card-resource .card-text .resource-description {
  margin-bottom: 25px;
  font-size: 14px;
  color: #426182
}

@media screen and (max-width: 991px) {
  .card-resource .card-text .resource-description {
    font-size: 11px
  }
}

@media screen and (max-width: 767px) {
  .card-resource .card-text .resource-description {
    margin-bottom: 12.5px
  }
}

@media screen and (max-width: 575px) {
  .card-resource .card-text .resource-description {
    font-size: 9px
  }
}

.card-resource .card-links .resource-preview {
  margin-right: 25px
}

@media screen and (max-width: 767px) {
  .card-resource .card-links .resource-preview {
    margin-right: 12.5px
  }
}

@media screen and (max-width: 575px) {
  .card-resource .card-links .resource-preview {
    margin-right: 5px
  }
}

.card-resource .card-links a {
  margin-bottom: 7.5px
}

@media screen and (max-width: 575px) {
  .card-resource .card-links a {
    padding: 7px 10px 5px 10px !important;
    font-size: 8px
  }
}

#resource-single-main .card-resource {
  flex: 0 0 100% !important;
  width: 100%;
  max-width: none
}

#resource-single-main .card-resource .card-inner {
  width: 100%;
  display: flex;
  border: none;
  background: white
}

#resource-single-main .card-resource .card-inner:hover {
  box-shadow: none
}

@media screen and (max-width: 767px) {
  #resource-single-main .card-resource .card-inner {
    display: block
  }
}

#resource-single-main .card-resource .card-image {
  flex: 0 0 31%;
  border-radius: 8px
}

#resource-single-main .card-resource .card-text {
  flex: 0 0 69%;
  padding: 50px
}

@media screen and (max-width: 767px) {
  #resource-single-main .card-resource .card-text {
    padding: 30px 0px
  }
}

.wt-cli-cookie-bar-container #cookie-law-info-bar {
  background: #0a2038 !important;
  padding: 10px
}

.wt-cli-cookie-bar-container #cookie-law-info-bar * {
  color: white
}

.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container .cli_settings_button {
  text-decoration: none !important;
  border: 1px solid white !important;
  padding: 3px 7px;
  border-radius: 8px;
  color: white !important;
  font-size: 12px
}

.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-main-button {
  background: #19bae3 !important;
  border-radius: 8px !important
}
