@charset "UTF-8";
@import url("https://use.typekit.net/yka0awa.css");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.visually-hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}

.clearfix:before, .clearfix:after,
.l-mobile-header:before,
.l-footer-inner:before,
.l-constrained:before,
.l-pre-header:before,
.l-header:before,
.l-inner:before,
.l-content:before,
#content:before,
.pre-content:before,
.l-content-wrapper:before,
.l-pre-footer-wrapper:before,
.l-footer-wrapper:before,
.l-mobile-header:after,
.l-footer-inner:after,
.l-constrained:after,
.l-pre-header:after,
.l-header:after,
.l-inner:after,
.l-content:after,
#content:after,
.pre-content:after,
.l-content-wrapper:after,
.l-pre-footer-wrapper:after,
.l-footer-wrapper:after {
  content: "";
  display: table;
}

.clearfix:after,
.l-mobile-header:after,
.l-footer-inner:after,
.l-constrained:after,
.l-pre-header:after,
.l-header:after,
.l-inner:after,
.l-content:after,
#content:after,
.pre-content:after,
.l-content-wrapper:after,
.l-pre-footer-wrapper:after,
.l-footer-wrapper:after {
  clear: both;
  font-size: 0; /* Clear Fix correction (add font-size to fix extra padding at bottom of site */
}

@-webkit-keyframes nav-link-underline-animation {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}

@keyframes nav-link-underline-animation {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
@-webkit-keyframes nav-link-underline-animation-reverse {
  0% {
    width: calc(100% - 30px);
  }
  100% {
    width: 0;
  }
}
@keyframes nav-link-underline-animation-reverse {
  0% {
    width: calc(100% - 30px);
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes nav-bg-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes nav-bg-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes nav-bg-animation-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes nav-bg-animation-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
nav.tabs {
  background: #1f2123;
  padding: 30px;
  border-radius: 10px;
}

@media (min-width: 0em) and (max-width: 40em) {
  nav.tabs {
    margin: 20px;
  }
}
@media (min-width: 40.063em) {
  nav.tabs {
    margin: 50px;
  }
}
nav.tabs:before {
  display: block;
  content: "ADMIN LINKS";
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 15px;
  border-bottom: 1px solid #666;
}

.tabs.primary {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  border: 0;
}

.tabs.primary:before {
  display: block;
  background: #FFF;
  color: #000;
  text-align: center;
}

.tabs.primary li {
  margin: 0 10px 10px 0;
  padding: 0;
  float: none;
  display: inline-block;
  list-style-type: none;
}

.tabs.primary li.tabs__tab--active a {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}

.tabs.primary li a {
  background-color: #eee;
  color: #000;
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 4px;
}

.tabs.primary li a:hover {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
  text-decoration: none;
}

body.maintenance-page {
  background: #fff;
  height: 100vh;
}

body.maintenance-page header {
  text-align: center;
  padding: 4vw;
  background: #000;
}

body.maintenance-page header h1 {
  text-transform: uppercase;
  margin: 0.5em 0;
  font-weight: bold;
}

body.maintenance-page header img {
  width: 300px;
}

body.maintenance-page main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5vw;
  text-align: center;
}

/*---------------------------------------------------------
-----------------------------------------------------------

 General LINK styles

-----------------------------------------------------------
----------------------------------------------------------*/
a,
a:link,
a:visited,
li a.active {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #b82b8a;
  text-decoration: none;
}

a:hover,
a:link:hover,
a:visited:hover,
li a.active:hover {
  color: #65184c;
  text-decoration: underline;
}

/*---------------------------------------------------------
-----------------------------------------------------------

 BUTTON styles

-----------------------------------------------------------
----------------------------------------------------------*/
/*-------------------------------------

 Button normal state

-------------------------------------*/
.btn a, .section-contact-form form button a, .modal-trigger--video a,
a.btn,
.album-wrapper .musical_album__album-purchase-link a,
.section-alert .alert .feature-box-button a,
a.modal-trigger--video,
button,
input[type=reset],
input[type=submit],
input[type=button] {
  background: #b82b8a;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 15px 30px;
  line-height: 1;
  border: 1px solid #b82b8a;
  font-weight: normal;
  position: relative;
  letter-spacing: 0px;
  position: relative;
}

@media (min-width: 0em) and (max-width: 40em) {
  .btn a, .section-contact-form form button a, .modal-trigger--video a,
  a.btn,
  .album-wrapper .musical_album__album-purchase-link a,
  .section-alert .alert .feature-box-button a,
  a.modal-trigger--video,
  button,
  input[type=reset],
  input[type=submit],
  input[type=button] {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 40.063em) {
  .btn a, .section-contact-form form button a, .modal-trigger--video a,
  a.btn,
  .album-wrapper .musical_album__album-purchase-link a,
  .section-alert .alert .feature-box-button a,
  a.modal-trigger--video,
  button,
  input[type=reset],
  input[type=submit],
  input[type=button] {
    display: inline-block;
    font-size: 18px;
  }
}
.btn a:hover, .section-contact-form form button a:hover, .modal-trigger--video a:hover,
a.btn:hover,
.album-wrapper .musical_album__album-purchase-link a:hover,
.section-alert .alert .feature-box-button a:hover,
a.modal-trigger--video:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #7a1d5b;
  color: #fff;
  border-color: #7a1d5b;
  text-decoration: none;
}

/* Exceptions to <a> css animation */
#colorbox button {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

li .btn a.active, li .album-wrapper .musical_album__album-purchase-link a a.active, .album-wrapper .musical_album__album-purchase-link li a a.active, li .section-contact-form form button a.active, .section-contact-form form li button a.active, li .section-alert .alert .feature-box-button a a.active, .section-alert .alert .feature-box-button li a a.active, li .modal-trigger--video a.active {
  color: #fff;
}

/*---------------------------------------------------------
-----------------------------------------------------------

 BUTTON styles on DARK backgrounds

-----------------------------------------------------------
----------------------------------------------------------*/
.btn.is-on-dark, .album-wrapper .musical_album__album-purchase-link a.is-on-dark, .section-contact-form form button.is-on-dark, .section-alert .alert .feature-box-button a.is-on-dark, .is-on-dark.modal-trigger--video {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.btn.is-on-dark:hover, .album-wrapper .musical_album__album-purchase-link a.is-on-dark:hover, .section-contact-form form button.is-on-dark:hover, .section-alert .alert .feature-box-button a.is-on-dark:hover, .is-on-dark.modal-trigger--video:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

fieldset {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
}

@media (min-width: 0em) and (max-width: 40em) {
  fieldset {
    padding: 0.5em;
  }
}
legend {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 0.5em;
  line-height: 1.2;
}

legend a:link {
  color: rgba(0, 0, 0, 0.8);
}

input.focus {
  color: #F8F4CA;
}

.image-widget-data input.form-file {
  margin-right: 10px;
  margin-bottom: 20px;
}

.form-item {
  margin-bottom: 20px;
}

.form-item label,
.form-actions label {
  font-weight: normal;
  font-size: 18px;
  display: block;
}

label.option {
  vertical-align: middle;
}

input[type=checkbox] {
  cursor: pointer;
  margin-right: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
input.form-text,
textarea {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=file] {
  margin: 15px 0px 0px;
}

.form-managed-file {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 10px 0;
}

.webform-client-form input.form-submit {
  background: #b82b8a;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 15px 30px;
  line-height: 1;
  border: 1px solid #b82b8a;
  font-weight: normal;
  position: relative;
  letter-spacing: 0px;
  margin: 15px 0;
}

@media (min-width: 0em) and (max-width: 40em) {
  .webform-client-form input.form-submit {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 40.063em) {
  .webform-client-form input.form-submit {
    display: inline-block;
    font-size: 18px;
  }
}
.webform-client-form input.form-submit:hover {
  background: #7a1d5b;
  color: #fff;
  border-color: #7a1d5b;
  text-decoration: none;
}

@media (min-width: 40.063em) {
  .webform-client-form input.form-submit {
    width: auto;
  }
}
.contact-button-wrapper a {
  padding: 14px 5px 12px;
  background-color: #b82b8a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 64.063em) {
  .contact-button-wrapper a {
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
  }
  .contact-button-wrapper a:nth-of-type(1) {
    margin-right: 4%;
  }
}
.contact-button-wrapper a:hover {
  color: #fff;
  background-color: #fefc53;
  text-decoration: none;
}

.form-item-radios label {
  margin-left: 15px;
}

select {
  margin-bottom: 10px;
}

.form-item img {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.user-login-form {
  max-width: 400px;
}

.user-login-form .form-item label,
.user-login-form .form-actions label {
  font-weight: normal;
  font-size: 18px;
  display: block;
}

/*-----------------------------------

 Default Icon Fonts

-----------------------------------*/
/*---------------------------------------

 Font Icons - reset 

---------------------------------------*/
* a:before,
* a:after {
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
}

a:hover:before,
a:hover:after {
  text-decoration: none;
}

a:before,
h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
a:after,
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

@media (min-width: 40.063em) {
  .footer-social {
    margin-right: 20px;
  }
}
.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  list-style-type: none;
}

.footer-social ul a {
  color: #fefc53;
  padding: 6px 10px;
  display: block;
  font-size: 22px;
}

.footer-social ul a:hover {
  color: #fefd9f;
}

.footer-social ul a:first-child {
  padding-left: 0;
}

.footer-social ul .fa-2x {
  font-size: 22px;
  font-size: 1.2222222222rem;
  vertical-align: middle;
}

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

html {
  font-size: 18px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #fff;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}
.clear-both {
  clear: both;
}

@media (min-width: 0em) and (max-width: 40em) {
  .l-constrained {
    margin: 0 24px;
  }
}
@media (min-width: 40.063em) {
  .l-constrained {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}
@media (min-width: 120.063em) {
  .l-constrained {
    width: 80vw;
  }
}
/*----------------------------------------

 Add Clearfix to all main containers

----------------------------------------*/
.l-content-main-wrapper {
  padding: 6vw 0;
}

.section-user .l-content-main-wrapper {
  padding: 6vw 0;
}

.block-page-title-block {
  text-align: center;
}

/*-------------------------------------------

 LISTS - defaults for standard formatting

--------------------------------------------*/
ol li {
  list-style-type: decimal;
}

ol ol {
  padding-top: 0.5em;
}

ol ol li {
  list-style-type: upper-roman;
}

ul li {
  list-style: disc;
}

ul ul {
  padding-top: 0.5em;
}

ul ul li {
  list-style: circle;
}

.node ol,
.node ul {
  padding-left: 2em;
}

dt,
.admin h3 {
  font-size: 1.125rem;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.938rem;
  font-style: italic;
  margin-bottom: 20px;
}

.upper-roman {
  list-style-type: upper-roman;
  font-size: 18px;
}

.upper-roman > li {
  list-style-type: upper-roman;
  padding-left: 8px;
}

.upper-alpha {
  list-style-type: upper-alpha;
}

.upper-alpha > li {
  list-style-type: upper-alpha;
  padding-left: 8px;
}

.decimal {
  list-style-type: decimal;
}

.decimal > li {
  list-style-type: decimal;
  padding-left: 8px;
}

.node .grid,
.node .css-grid {
  margin: 0 0 3rem 0;
  padding: 0;
}

.grid {
  margin: 0 0 3rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid li,
.grid .grid-item {
  list-style-type: none;
}

@media (min-width: 0em) and (max-width: 40em) {
  .grid li,
  .grid .grid-item {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
@media (min-width: 40.063em) {
  .grid li,
  .grid .grid-item {
    width: 48%;
    margin: 0 3.8% 4% 0;
  }
  .grid li:nth-child(2n+0),
  .grid .grid-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media (min-width: 64.063em) {
  .grid li,
  .grid .grid-item {
    width: 30%;
    margin: 0 4.9% 5% 0;
  }
  .grid li:nth-child(3n+0),
  .grid .grid-item:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media (min-width: 90.063em) {
  .grid li,
  .grid .grid-item {
    width: 22%;
    margin: 0 3.8% 4% 0;
  }
  .grid li:nth-child(4n+0),
  .grid .grid-item:nth-child(4n+0) {
    margin-right: 0;
  }
}
.css-grid {
  margin: 0 0 3rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@supports (display: grid) {
  .css-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px 3.8%;
  }
}
.css-grid li,
.css-grid .grid-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

@supports not (display: grid) {
  @media (min-width: 0em) and (max-width: 40em) {
    .css-grid .grid-item {
      width: 100%;
      margin: 0 0 1em 0;
    }
  }
  @media (min-width: 40.063em) {
    .css-grid .grid-item {
      width: 48%;
      margin: 0 3.8% 4% 0;
    }
    .css-grid .grid-item:nth-child(2n+0) {
      margin-right: 0;
    }
  }
  @media (min-width: 64.063em) {
    .css-grid .grid-item {
      width: 30%;
      margin: 0 4.9% 5% 0;
    }
    .css-grid .grid-item:nth-child(3n+0) {
      margin-right: 0;
    }
  }
  @media (min-width: 90.063em) {
    .css-grid .grid-item {
      width: 22%;
      margin: 0 3.8% 4% 0;
    }
    .css-grid .grid-item:nth-child(4n+0) {
      margin-right: 0;
    }
  }
}
.grid-item .grid-item-image {
  margin-bottom: 20px;
}

.grid-item .grid-item-titles {
  text-align: left;
}

.grid-item .grid-item-titles h2,
.grid-item .grid-item-titles h2.title {
  margin-bottom: 0.5em;
}

@media (max-width: 767.98px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 25px;
  }
}
.grid-item .grid-item-titles h3 {
  font-weight: normal;
}

@media (max-width: 767.98px) {
  .grid-item .grid-item-titles h3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .grid-item .grid-item-titles h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .grid-item .grid-item-titles h3 {
    font-size: 20px;
  }
}
.list {
  padding: 0;
}

.list ul {
  margin: 0;
  padding: 0;
}

.list .list-item {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.list .list-item:first-child {
  padding-top: 0;
}

.list .list-item:last-child {
  border-bottom: 0;
}

img, media {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* kills space between img, a, and container */
}

a img {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.mfp-embedded-video-popup {
  width: 100%;
  max-width: 1200px;
}

.embedded-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 35px auto 0;
}

.embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

button.mfp-close {
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 0.5;
  font-size: 30px;
  padding: 6px;
  color: #fff !important;
  border-radius: 0;
  opacity: 1;
  top: 5px;
  right: 3px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .embedded-video {
    margin: 0 auto;
  }
  .video-embed-field-responsive-video {
    height: 340px;
    width: 100%;
    margin: 0 auto;
  }
  button.mfp-close {
    right: -27px;
    top: 0px;
  }
  .mfp-embedded-video-popup {
    width: 75%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .embedded-video {
    margin: 0 auto;
  }
  .video-embed-field-responsive-video {
    height: 340px;
    width: 100%;
    margin: 0 auto;
  }
  button.mfp-close {
    right: -27px;
    top: 0px;
  }
  .mfp-embedded-video-popup {
    width: 75%;
  }
}
.menu .leaf {
  list-style-image: none;
  list-style-type: none;
}

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: middle;
}

table {
  width: 100%;
}

thead th {
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: 13px;
  font-size: 0.7222222222rem;
  padding: 1em;
  text-align: left;
  text-transform: uppercase;
}

td {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 12px;
  font-size: 0.6666666667rem;
}

tr.odd {
  background-color: #fff;
}

tr.even {
  background-color: #f0f0f0;
}

tr.draggable td {
  padding-left: 25px;
}

.draggable a.tabledrag-handle {
  margin-left: -15px;
  min-height: 20px;
}

.draggable a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  background-position: 0px 7px;
  height: 20px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 14px;
}

a.tabledrag-handle-hover .handle {
  background-position: 0 -13px;
}

/*-----------------------------------

 Custom Fonts

-----------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #b82b8a;
  text-shadow: none;
}
::-moz-selection,
::selection {
  color: #fff;
  background-color: #b82b8a;
  text-shadow: none;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #ccc;
}

dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 1em;
  margin-top: 0;
}

p {
  word-wrap: break-word;
  margin-bottom: 1.5em;
  margin-top: 0;
}

.center {
  text-align: center;
}

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

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

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

/*-----------------------------------

 HEADINGS & TITLES - general

------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
}

/*

//------------------
//
//	h1
// 
//------------------

h1 {
	@include responsive-page-title; // _variables-typography.scss
}

.page-title h1, // basic page 
h1#page-title,
h1.page-title {
	color: $page-title-color;
	padding-bottom: 10px;
	border-bottom: 1px solid $border-color;
}

//------------------
//
//	h2
// 
//------------------

h2, 
h2.node__title,
h2.block__title,
h2.views-title {
	@include font-size(27px);
	color: $section-title-color;
}

.block--views h2.block__title,
.story-block h2.title,
.cards-block h2.title,
.field-name-recent-articles > h2.title {
	@include responsive-section-title;
	position: relative;
}

h2.node__title, 
h2.block__title {
	line-height: 1.2;
}


*/
h3 {
  font-size: 21px;
  font-size: 1.1666666667rem;
}

h4 {
  font-size: 19px;
  font-size: 1.0555555556rem;
}

h5 {
  font-size: 17px;
  font-size: 0.9444444444rem;
}

h6 {
  font-size: 15px;
  font-size: 0.8333333333rem;
}

.smaller {
  font-size: 80%;
}

blockquote {
  font-style: italic;
  font-size: 20px;
  padding: 4vw 0;
  margin: 0 auto;
  position: relative;
  max-width: 728px;
}

@media (min-width: 0em) and (max-width: 64em) {
  blockquote {
    padding: 60px 0 30px 0;
  }
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  right: 102%;
  top: 3vw;
  z-index: 7;
  line-height: 1;
  width: 60px;
  height: 60px;
  background: url(../images/icons/icon-quote-open_black.svg) no-repeat scroll left top;
  background-size: 100% auto;
  opacity: 0.2;
}

@media (min-width: 0em) and (max-width: 64em) {
  blockquote:before {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
blockquote .quote-attribution {
  margin: 0;
}

.pre-title {
  display: inline-block;
  font-size: 50%;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 10px;
  background: #aaa;
  margin-bottom: 10px;
  border-radius: 0px;
}

.main-title {
  display: block;
}

.post-title {
  display: inline-block;
  color: rgba(77, 77, 77, 0.8);
  font-size: 0.6em;
  margin-top: 0.4em;
}

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #fff;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}
body.cke_editable {
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

a {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #b82b8a;
}

a:hover {
  color: #65184c;
}

img, media {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* kills space between img, a, and container */
}

.h1, .h2, .h3, .h4, .h5,
.h6, h1, h2, h3, h4, h5, h6 {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  line-height: 1.2;
  letter-spacing: 0em;
  text-transform: none;
}

b, strong {
  font-weight: bold;
}

@media (min-width: 768px) {
  .fixed {
    background-attachment: fixed;
  }
}
@media (pointer: coarse) {
  .fixed {
    background-attachment: scroll;
  }
}
.sticky {
  position: sticky;
}

@media (max-width: 991.98px) {
  .sticky {
    top: 67px;
  }
}
@media (min-width: 992px) {
  .sticky {
    top: 80px;
  }
}
.widget {
  overflow: hidden;
}

figure {
  margin-bottom: 2em;
}

figure figcaption {
  font-size: 14px;
  text-align: center;
  padding: 8px;
}

.border {
  border: 0px solid #ccc !important;
}

.border-top {
  border-top: 0px solid #ccc !important;
}

.border-right {
  border-right: 0px solid #ccc !important;
}

.border-bottom {
  border-bottom: 0px solid #ccc !important;
}

.border-left {
  border-left: 0px solid #ccc !important;
}

.section {
  position: relative;
}

@media (max-width: 767.98px) {
  .section {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .section {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .section {
    scroll-margin-top: 67px;
  }
}
@media (min-width: 992px) {
  .section {
    scroll-margin-top: 80px;
  }
}
.section .section-title,
.section .text-section-title {
  position: relative;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
}

@media (max-width: 767.98px) {
  .section .section-title,
  .section .text-section-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .section .section-title,
  .section .text-section-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section .section-title,
  .section .text-section-title {
    font-size: 36px;
  }
}
.section .subtitle {
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  text-align: center;
}

@media (max-width: 767.98px) {
  .section .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .section .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 991.98px) {
  .section.section-twitter, .section.section-instagram, .section.section-bands-in-town, .section.section-social-links, .section.section-elfsight-widget, .section.section-contact, .section.section-general-embed, .section.section-contact-form {
    padding: 10vw 0;
  }
}
@media (min-width: 992px) {
  .section.section-twitter, .section.section-instagram, .section.section-bands-in-town, .section.section-social-links, .section.section-elfsight-widget, .section.section-contact, .section.section-general-embed, .section.section-contact-form {
    padding: 8vw 0;
  }
}
.section.alternating {
  background-color: #f1f4f7;
}

.section .hide-title h2,
.section .hide-title h2.section-title {
  display: none;
}

.dark-bg {
  background: #27262f;
}

.dark-bg.section-slides-text, .dark-bg.section-cards, .dark-bg.section-general-embed, .dark-bg.section-instagram, .dark-bg.section-social-links {
  background: #27262f;
}

.light-bg {
  background: #fff;
}

.light-bg.section-slides-text, .light-bg.section-cards, .light-bg.section-general-embed, .light-bg.section-instagram, .light-bg.section-social-links {
  background: #fff;
}

.bg-color-primary {
  background: #b82b8a;
}

.bg-color-secondary {
  background: #fefc53;
}

.bg-color-tertiary {
  background: #6D6E71;
}

.dark-bg-light-text {
  background: #27262f;
}

@media (min-width: 768px) {
  .dark-bg-light-text a {
    color: #b82b8a;
  }
  .dark-bg-light-text a:hover {
    color: #dd6cb8;
  }
}
.light-bg-dark-text {
  background: #fff;
}

@media (min-width: 768px) {
  .light-bg-dark-text a {
    color: #b82b8a;
  }
  .light-bg-dark-text a:hover {
    color: #65184c;
  }
}
.dark-text {
  color: rgba(0, 0, 0, 0.8) !important;
}

.dark-text.section-hero .hero-title-wrapper .hero-heading,
.dark-text.section-hero .hero-title-wrapper .hero-sub-heading {
  color: rgba(0, 0, 0, 0.8);
}

.dark-text .section-title,
.dark-text .story-block-text,
.dark-text .intro-body {
  color: rgba(0, 0, 0, 0.8) !important;
}

.dark-text .section-title a,
.dark-text .story-block-text a,
.dark-text .intro-body a {
  color: #b82b8a !important;
}

.dark-text .section-title a:hover,
.dark-text .story-block-text a:hover,
.dark-text .intro-body a:hover {
  color: #65184c !important;
}

.dark-text .swiper-slide .slide-title,
.dark-text .swiper-slide .slide-body {
  color: rgba(0, 0, 0, 0.8) !important;
}

.dark-text.card-item .card-title,
.dark-text.card-item .card-text {
  color: rgba(0, 0, 0, 0.8) !important;
}

.light-text {
  color: #fff !important;
}

.light-text.section-hero .hero-title-wrapper .hero-heading,
.light-text.section-hero .hero-title-wrapper .hero-sub-heading {
  color: #fff;
}

.light-text .section-title,
.light-text .story-block-text,
.light-text .intro-body {
  color: #fff !important;
}

.light-text .section-title a,
.light-text .story-block-text a,
.light-text .intro-body a {
  color: #b82b8a !important;
}

.light-text .section-title a:hover,
.light-text .story-block-text a:hover,
.light-text .intro-body a:hover {
  color: #dd6cb8 !important;
}

.light-text .swiper-slide .slide-title,
.light-text .swiper-slide .slide-body {
  color: #fff !important;
}

.light-text .section-cards .card-title,
.light-text .section-cards .card-text, .light-text.card-item .card-title,
.light-text.card-item .card-text {
  color: #fff !important;
}

.button-wrapper {
  margin: 40px 0;
}

.btn, .album-wrapper .musical_album__album-purchase-link a, .section-contact-form form button, .section-alert .alert .feature-box-button a, .modal-trigger--video {
  padding: 15px 30px;
  border-radius: 0.25rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-align: center;
}

.btn:hover, .album-wrapper .musical_album__album-purchase-link a:hover, .section-contact-form form button:hover, .section-alert .alert .feature-box-button a:hover, .modal-trigger--video:hover {
  text-decoration: none;
}

.btn-primary, .album-wrapper .musical_album__album-purchase-link a, .modal-trigger--video {
  background: #b82b8a;
  border: 1px solid #b82b8a;
  color: #fff;
  text-align: center;
}

.btn-primary:hover, .album-wrapper .musical_album__album-purchase-link a:hover, .modal-trigger--video:hover {
  background: #7a1d5b;
  border-color: #7a1d5b;
  color: #fff !important;
  text-decoration: none;
}

.btn-secondary {
  background: #fefc53;
  border-color: #fefc53;
  color: #fff;
  text-align: center;
}

.btn-secondary:hover {
  background: #fefb07;
  border-color: #fefb07;
  color: #fff !important;
  text-decoration: none;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.section-slides-text.no-overlay .image-overlay,
.section-slides-text .no-overlay .image-overlay {
  background: transparent !important;
}

.section-hero.no-overlay .hero-overlay {
  background: transparent !important;
}

.section-story-block.no-overlay.light-bg-dark-text .image-overlay, .section-story-block.no-overlay.dark-bg-light-text .image-overlay {
  background: transparent !important;
}

.section-cards.no-overlay.light-bg-dark-text .image-overlay, .section-cards.no-overlay.dark-bg-light-text .image-overlay {
  background: transparent !important;
}

@media (min-width: 768px) {
  .text-wrapper-dark.section-story-block .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    background-color: #000;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .text-wrapper-dark .intro .text-wrapper,
  .text-wrapper-dark .text-wrapper {
    background-color: #000;
    padding: 4vw;
    border-radius: 0;
    margin-bottom: 4vw;
  }
  .text-wrapper-dark .intro .text-wrapper .section-title,
  .text-wrapper-dark .text-wrapper .section-title {
    color: #fff;
  }
  .text-wrapper-dark .intro .text-wrapper .intro-body,
  .text-wrapper-dark .intro .text-wrapper .story-block-text,
  .text-wrapper-dark .text-wrapper .intro-body,
  .text-wrapper-dark .text-wrapper .story-block-text {
    color: #fff;
  }
  .text-wrapper-dark .intro .text-wrapper .intro-body a,
  .text-wrapper-dark .intro .text-wrapper .story-block-text a,
  .text-wrapper-dark .text-wrapper .intro-body a,
  .text-wrapper-dark .text-wrapper .story-block-text a {
    color: #b82b8a;
  }
  .text-wrapper-dark .intro .text-wrapper .intro-body a:hover,
  .text-wrapper-dark .intro .text-wrapper .story-block-text a:hover,
  .text-wrapper-dark .text-wrapper .intro-body a:hover,
  .text-wrapper-dark .text-wrapper .story-block-text a:hover {
    color: #dd6cb8;
  }
  .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn,
  .text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn,
  .text-wrapper-dark .text-wrapper .story-block-link a.btn,
  .text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a,
  .text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a,
  .text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video,
  .text-wrapper-dark .text-wrapper .story-block-videos a.btn,
  .text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a,
  .text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a,
  .text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video {
    background: #b82b8a;
    color: #fff !important;
    border-color: #b82b8a;
  }
  .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-dark .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:hover,
  .text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:hover,
  .text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:hover,
  .text-wrapper-dark .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a:hover,
  .text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a:hover,
  .text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video:hover {
    background: #7a1d5b;
    color: #fff !important;
    border-color: #7a1d5b;
  }
}
@media (min-width: 768px) {
  .text-wrapper-light.section-story-block .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    background-color: #fff;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .text-wrapper-light.intro .text-wrapper,
  .text-wrapper-light .text-wrapper {
    background-color: #fff;
    padding: 4vw;
    border-radius: 0;
    margin-bottom: 4vw;
  }
  .text-wrapper-light.intro .text-wrapper .section-title,
  .text-wrapper-light .text-wrapper .section-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .text-wrapper-light.intro .text-wrapper .intro-body,
  .text-wrapper-light.intro .text-wrapper .story-block-text,
  .text-wrapper-light .text-wrapper .intro-body,
  .text-wrapper-light .text-wrapper .story-block-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .text-wrapper-light.intro .text-wrapper .intro-body a,
  .text-wrapper-light.intro .text-wrapper .story-block-text a,
  .text-wrapper-light .text-wrapper .intro-body a,
  .text-wrapper-light .text-wrapper .story-block-text a {
    color: #b82b8a;
  }
  .text-wrapper-light.intro .text-wrapper .intro-body a:hover,
  .text-wrapper-light.intro .text-wrapper .story-block-text a:hover,
  .text-wrapper-light .text-wrapper .intro-body a:hover,
  .text-wrapper-light .text-wrapper .story-block-text a:hover {
    color: #65184c;
  }
  .text-wrapper-light.intro .text-wrapper .story-block-link a.btn,
  .text-wrapper-light.intro .text-wrapper .story-block-videos a.btn,
  .text-wrapper-light .text-wrapper .story-block-link a.btn,
  .text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a,
  .text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a,
  .text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video,
  .text-wrapper-light .text-wrapper .story-block-videos a.btn,
  .text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a,
  .text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a,
  .text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video {
    background: #b82b8a;
    color: #fff !important;
    border-color: #b82b8a;
  }
  .text-wrapper-light.intro .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-light.intro .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-light .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:hover,
  .text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:hover,
  .text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:hover,
  .text-wrapper-light .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a:hover,
  .text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a:hover,
  .text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video:hover {
    background: #7a1d5b;
    color: #fff !important;
    border-color: #7a1d5b;
  }
}
.section.text-full-width .text-wrapper {
  max-width: 100% !important;
}

.bg-primary {
  background-color: #b82b8a !important;
}

.bg-secondary {
  background-color: #fefc53 !important;
}

.bg-tertiary {
  background-color: #6D6E71 !important;
}

.section .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section.background-center-top {
  background-position: center top;
}

.section.background-center-top .bg-image,
.section.background-center-top .group-left.bg-image,
.section.background-center-top .group-right.bg-image {
  background-position: center top;
}

@media (max-width: 767.98px) {
  .section.background-center-top-sm {
    background-position: center top;
  }
  .section.background-center-top-sm .bg-image,
  .section.background-center-top-sm .group-left.bg-image,
  .section.background-center-top-sm .group-right.bg-image {
    background-position: center top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-top-md {
    background-position: center top;
  }
  .section.background-center-top-md .bg-image,
  .section.background-center-top-md .group-left.bg-image,
  .section.background-center-top-md .group-right.bg-image {
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .section.background-center-top-lg {
    background-position: center top;
  }
  .section.background-center-top-lg .bg-image,
  .section.background-center-top-lg .group-left.bg-image,
  .section.background-center-top-lg .group-right.bg-image {
    background-position: center top;
  }
}
.section.background-center-center {
  background-position: center center;
}

.section.background-center-center .bg-image,
.section.background-center-center .group-left.bg-image,
.section.background-center-center .group-right.bg-image {
  background-position: center center;
}

@media (max-width: 767.98px) {
  .section.background-center-center-sm {
    background-position: center center;
  }
  .section.background-center-center-sm .bg-image,
  .section.background-center-center-sm .group-left.bg-image,
  .section.background-center-center-sm .group-right.bg-image {
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-center-md {
    background-position: center center;
  }
  .section.background-center-center-md .bg-image,
  .section.background-center-center-md .group-left.bg-image,
  .section.background-center-center-md .group-right.bg-image {
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .section.background-center-center-lg {
    background-position: center center;
  }
  .section.background-center-center-lg .bg-image,
  .section.background-center-center-lg .group-left.bg-image,
  .section.background-center-center-lg .group-right.bg-image {
    background-position: center center;
  }
}
.section.background-center-bottom {
  background-position: center bottom;
}

.section.background-center-bottom .bg-image,
.section.background-center-bottom .group-left.bg-image,
.section.background-center-bottom .group-right.bg-image {
  background-position: center bottom;
}

@media (max-width: 767.98px) {
  .section.background-center-bottom-sm {
    background-position: center bottom;
  }
  .section.background-center-bottom-sm .bg-image,
  .section.background-center-bottom-sm .group-left.bg-image,
  .section.background-center-bottom-sm .group-right.bg-image {
    background-position: center bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-bottom-md {
    background-position: center bottom;
  }
  .section.background-center-bottom-md .bg-image,
  .section.background-center-bottom-md .group-left.bg-image,
  .section.background-center-bottom-md .group-right.bg-image {
    background-position: center bottom;
  }
}
@media (min-width: 992px) {
  .section.background-center-bottom-lg {
    background-position: center bottom;
  }
  .section.background-center-bottom-lg .bg-image,
  .section.background-center-bottom-lg .group-left.bg-image,
  .section.background-center-bottom-lg .group-right.bg-image {
    background-position: center bottom;
  }
}
.section.background-left-top {
  background-position: left top;
}

.section.background-left-top .bg-image,
.section.background-left-top .group-left.bg-image,
.section.background-left-top .group-right.bg-image {
  background-position: left top;
}

@media (max-width: 767.98px) {
  .section.background-left-top-sm {
    background-position: left top;
  }
  .section.background-left-top-sm .bg-image,
  .section.background-left-top-sm .group-left.bg-image,
  .section.background-left-top-sm .group-right.bg-image {
    background-position: left top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-top-md {
    background-position: left top;
  }
  .section.background-left-top-md .bg-image,
  .section.background-left-top-md .group-left.bg-image,
  .section.background-left-top-md .group-right.bg-image {
    background-position: left top;
  }
}
@media (min-width: 992px) {
  .section.background-left-top-lg {
    background-position: left top;
  }
  .section.background-left-top-lg .bg-image,
  .section.background-left-top-lg .group-left.bg-image,
  .section.background-left-top-lg .group-right.bg-image {
    background-position: left top;
  }
}
.section.background-left-center {
  background-position: left center;
}

.section.background-left-center .bg-image,
.section.background-left-center .group-left.bg-image,
.section.background-left-center .group-right.bg-image {
  background-position: left center;
}

@media (max-width: 767.98px) {
  .section.background-left-center-sm {
    background-position: left center;
  }
  .section.background-left-center-sm .bg-image,
  .section.background-left-center-sm .group-left.bg-image,
  .section.background-left-center-sm .group-right.bg-image {
    background-position: left center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-center-md {
    background-position: left center;
  }
  .section.background-left-center-md .bg-image,
  .section.background-left-center-md .group-left.bg-image,
  .section.background-left-center-md .group-right.bg-image {
    background-position: left center;
  }
}
@media (min-width: 992px) {
  .section.background-left-center-lg {
    background-position: left center;
  }
  .section.background-left-center-lg .bg-image,
  .section.background-left-center-lg .group-left.bg-image,
  .section.background-left-center-lg .group-right.bg-image {
    background-position: left center;
  }
}
.section.background-left-bottom {
  background-position: left bottom;
}

.section.background-left-bottom .bg-image,
.section.background-left-bottom .group-left.bg-image,
.section.background-left-bottom .group-right.bg-image {
  background-position: left bottom;
}

@media (max-width: 767.98px) {
  .section.background-left-bottom-sm {
    background-position: left bottom;
  }
  .section.background-left-bottom-sm .bg-image,
  .section.background-left-bottom-sm .group-left.bg-image,
  .section.background-left-bottom-sm .group-right.bg-image {
    background-position: left bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-bottom-md {
    background-position: left bottom;
  }
  .section.background-left-bottom-md .bg-image,
  .section.background-left-bottom-md .group-left.bg-image,
  .section.background-left-bottom-md .group-right.bg-image {
    background-position: left bottom;
  }
}
@media (min-width: 992px) {
  .section.background-left-bottom-lg {
    background-position: left bottom;
  }
  .section.background-left-bottom-lg .bg-image,
  .section.background-left-bottom-lg .group-left.bg-image,
  .section.background-left-bottom-lg .group-right.bg-image {
    background-position: left bottom;
  }
}
.section.background-right-top {
  background-position: right top;
}

.section.background-right-top .bg-image,
.section.background-right-top .group-left.bg-image,
.section.background-right-top .group-right.bg-image {
  background-position: right top;
}

@media (max-width: 767.98px) {
  .section.background-right-top-sm {
    background-position: right top;
  }
  .section.background-right-top-sm .bg-image,
  .section.background-right-top-sm .group-left.bg-image,
  .section.background-right-top-sm .group-right.bg-image {
    background-position: right top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-top-md {
    background-position: right top;
  }
  .section.background-right-top-md .bg-image,
  .section.background-right-top-md .group-left.bg-image,
  .section.background-right-top-md .group-right.bg-image {
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .section.background-right-top-lg {
    background-position: right top;
  }
  .section.background-right-top-lg .bg-image,
  .section.background-right-top-lg .group-left.bg-image,
  .section.background-right-top-lg .group-right.bg-image {
    background-position: right top;
  }
}
.section.background-right-center {
  background-position: right center;
}

.section.background-right-center .bg-image,
.section.background-right-center .group-left.bg-image,
.section.background-right-center .group-right.bg-image {
  background-position: right center;
}

@media (max-width: 767.98px) {
  .section.background-right-center-sm {
    background-position: right center;
  }
  .section.background-right-center-sm .bg-image,
  .section.background-right-center-sm .group-left.bg-image,
  .section.background-right-center-sm .group-right.bg-image {
    background-position: right center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-center-md {
    background-position: right center;
  }
  .section.background-right-center-md .bg-image,
  .section.background-right-center-md .group-left.bg-image,
  .section.background-right-center-md .group-right.bg-image {
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .section.background-right-center-lg {
    background-position: right center;
  }
  .section.background-right-center-lg .bg-image,
  .section.background-right-center-lg .group-left.bg-image,
  .section.background-right-center-lg .group-right.bg-image {
    background-position: right center;
  }
}
.section.background-right-bottom {
  background-position: right bottom;
}

.section.background-right-bottom .bg-image,
.section.background-right-bottom .group-left.bg-image,
.section.background-right-bottom .group-right.bg-image {
  background-position: right bottom;
}

@media (max-width: 767.98px) {
  .section.background-right-bottom-sm {
    background-position: right bottom;
  }
  .section.background-right-bottom-sm .bg-image,
  .section.background-right-bottom-sm .group-left.bg-image,
  .section.background-right-bottom-sm .group-right.bg-image {
    background-position: right bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-bottom-md {
    background-position: right bottom;
  }
  .section.background-right-bottom-md .bg-image,
  .section.background-right-bottom-md .group-left.bg-image,
  .section.background-right-bottom-md .group-right.bg-image {
    background-position: right bottom;
  }
}
@media (min-width: 992px) {
  .section.background-right-bottom-lg {
    background-position: right bottom;
  }
  .section.background-right-bottom-lg .bg-image,
  .section.background-right-bottom-lg .group-left.bg-image,
  .section.background-right-bottom-lg .group-right.bg-image {
    background-position: right bottom;
  }
}
.quoteblock blockquote {
  line-height: 1.4;
  position: relative;
  margin-left: 80px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .quoteblock blockquote {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .quoteblock blockquote {
    border-left: 1px solid #777;
    padding-left: 1.3em;
  }
}
.quoteblock blockquote:before {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  left: -80px;
  position: absolute;
  top: 0px;
  width: 60px;
  height: 70px;
  background: url(https://fileswift.com/sites/default/files/2021-05/quote-left-solid_0.svg) no-repeat scroll left top;
  background-size: 100% auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .quoteblock blockquote:before {
    position: relative;
    left: 0;
  }
}
.quoteblock blockquote span.quote-highlight {
  color: #b82b8a;
  font-size: #b82b8a;
  line-height: 1.2;
  font-weight: bold;
}

.quoteblock blockquote p {
  margin-bottom: 1em;
}

.quoteblock blockquote .author {
  margin: 0;
  text-align: right;
  font-style: italic;
  color: #b82b8a;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.address span,
.address div,
.phone span,
.phone div,
.fax span,
.fax div,
.email span,
.email div {
  display: inline-block;
}

.mfp-wrap .mfp-embedded-video-popup {
  width: 100%;
  max-width: 1440px;
}

.mfp-wrap .mfp-embedded-video-popup .embedded-video {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}

.mfp-wrap .mfp-embedded-video-popup .embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mfp-wrap .mfp-embedded-video-popup .mfp-close {
  color: #fff;
  background: #b91212;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.modal-trigger--video {
  cursor: pointer;
  display: inline-block;
}

.front nav.breadcrumb {
  display: none;
}

/*--breadcrumbs--*/
.block--blockify-blockify-breadcrumb {
  padding: 2%;
  background-color: #efefef;
  font-size: 18px;
}

.block-system-breadcrumb-block,
.project__field-name-dynamic-block-fieldnode-breadcrumb {
  background-color: #efefef;
}

.breadcrumb {
  padding: 10px 0;
}

@media (min-width: 0em) and (max-width: 40em) {
  .breadcrumb {
    margin: 0 24px;
  }
}
@media (min-width: 40.063em) and (min-width: 0em) and (max-width: 40em) {
  .breadcrumb {
    margin: 0 24px;
  }
}
@media (min-width: 40.063em) and (min-width: 40.063em) {
  .breadcrumb {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}
@media (min-width: 40.063em) and (min-width: 120.063em) {
  .breadcrumb {
    width: 80vw;
  }
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  list-style-type: none;
  display: inline-block;
  font-size: 85%;
  color: #222;
  margin-right: 5px;
}

.breadcrumb li:after {
  content: "»";
  margin-left: 5px;
  display: inline-block;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a:hover {
  color: #d91a1a;
}

.breadcrumb-wrapper.breadcrumb {
  padding: 10px 8vw;
  margin: 0;
}

/* overrides to box-sizing (adds padding & border to total width) */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*--------------------------------------
 Colorbox Popups  
---------------------------------------*/
#cboxContent {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section#content {
  background: #fff;
  position: relative;
  z-index: 1;
}

.l-content-main {
  padding: 0 0 8vw 0;
  min-height: 500px;
}

.block-views-blockfaq-faq-list-accordion-block h3 {
  border-bottom: 1px solid #ccc;
  padding: 20px 30px 20px 0;
  background-image: url("../images/icons/icon-accordion-closed.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

.block-views-blockfaq-faq-list-accordion-block .views-row.open h3 {
  background-image: url("../images/icons/icon-accordion-opened.svg");
}

.field-collection-view,
.field-collection-container {
  padding: 0;
  margin: 0;
  border: 0;
}

.l-pre-footer-wrapper {
  background-color: #b82b8a;
  position: relative;
}

.l-pre-footer-wrapper .l-constrained {
  text-align: center;
  width: 100%;
}

@media (min-width: 0em) and (max-width: 40em) {
  .l-pre-footer-wrapper .l-constrained {
    padding: 0 24px;
    margin: 0;
    max-width: auto;
  }
}
.l-footer-wrapper {
  background-color: #000;
}

.l-footer-inner {
  width: 100%;
  color: #ccc;
  font-size: 18px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0em) and (max-width: 40em) {
  .l-footer-inner {
    padding: 0 24px;
    margin: 0;
    max-width: auto;
  }
}
@media (min-width: 0em) and (max-width: 64em) {
  .l-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding: 3em 0;
  }
}
@media (min-width: 64.063em) {
  .l-footer-inner {
    padding: 4vw 3vw;
    text-align: left;
  }
}
@media (min-width: 64.063em) {
  .l-footer-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer1 {
  font-size: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

@media (min-width: 0em) and (max-width: 64em) {
  footer .footer1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 0em) and (max-width: 40em) {
  footer .footer1 {
    margin-bottom: 30px;
    border-bottom: 1px solid #777;
    width: 70%;
  }
}
footer .footer1 .site-name a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fefc53;
}

footer .footer2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

@media (min-width: 0em) and (max-width: 64em) {
  footer .footer2 {
    padding-bottom: 30px;
  }
}
@media (min-width: 64.063em) {
  footer .footer2 {
    padding-left: 5vw;
  }
}
@media (min-width: 0em) and (max-width: 64em) {
  footer .footer2 .footer-menu {
    padding: 0 20px 30px;
  }
}
@media (min-width: 0em) and (max-width: 64em) {
  footer .footer3 .footer-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .footer3 .footer-cta a {
  display: block;
  width: 120px;
  text-align: center;
  background: yellow;
  padding: 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

footer .footer3 .footer-cta a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

footer .footer3 .footer-cta a:nth-child(1) {
  margin-right: 20px;
}

footer .footer-logo {
  width: auto;
  max-width: 200px;
  padding: 0;
  margin: 0 0 20px;
}

@media (min-width: 0em) and (max-width: 40em) {
  footer .footer-logo {
    padding: 0;
    margin: 30px auto 10px;
  }
  footer .footer-logo:nth-child(1) {
    margin-right: 20px;
  }
}
footer .footer-logo h1 {
  margin: 0;
}

@media (min-width: 0em) and (max-width: 40em) {
  .footer-menu {
    padding-bottom: 30px;
    border-bottom: 1px solid #777;
    margin-bottom: 30px;
  }
}
@media (min-width: 40.063em) {
  .footer-menu {
    padding-top: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.footer-menu > ul.menu {
  margin: 0;
  padding: 0;
}

.footer-menu > ul.menu > li.menu-item {
  display: block;
  margin: 0 20px 0 0;
  vertical-align: top;
  padding: 0;
}

@media (min-width: 0em) and (max-width: 40em) {
  .footer-menu > ul.menu > li.menu-item {
    margin: 0 0 10px 0;
    padding: 0;
  }
}
.footer-menu > ul.menu > li.menu-item a {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  color: #fefc53;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0;
}

.footer-menu > ul.menu > li.menu-item a:hover {
  color: #fefd9f;
}

.footer-menu > ul.menu ul.menu {
  display: block;
  margin: 0;
  padding: 0;
}

.footer-menu > ul.menu ul.menu li {
  list-style-type: none;
}

.footer-menu > ul.menu ul.menu li .sub-nav {
  font-size: 15px;
  color: #fefc53;
}

.footer-menu > ul.menu ul.menu li .sub-nav:hover {
  color: #fefd9f;
}

.l-post-footer-wrapper {
  padding: 30px 0;
  background-color: #0d0e15;
  text-align: center;
  font-size: 16px;
  font-size: 0.8888888889rem;
}

.menu--privacy-footer ul {
  margin: 0;
  padding: 0;
}

.menu--privacy-footer ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

.menu--privacy-footer ul li a {
  color: #fefc53;
}

.menu--privacy-footer ul li a:hover {
  color: #fefd9f;
}

.footer-copyright {
  color: #ccc;
  display: inline-block;
}

.footer-copyright p {
  margin-bottom: 5px;
}

@media (min-width: 0em) and (max-width: 40em) {
  .footer-copyright p {
    font-size: 15px;
  }
}
.footer-copyright a {
  color: #fefc53;
}

.footer-copyright a:hover {
  color: #fefd9f;
}

.credits {
  color: #888;
  font-size: 13px;
  margin-top: 20px;
}

.credits a {
  color: #999;
}

@media (min-width: 40.063em) {
  .l-header .l-constrained {
    width: 100%;
    padding: 0 3vw;
  }
}
@media (min-width: 40.063em) and (min-width: 0em) and (max-width: 40em) {
  .l-header .l-constrained {
    padding: 0 24px;
    margin: 0;
    max-width: auto;
  }
}
.l-pre-header .mobile-brand-title {
  background-color: #1E1F21;
}

.l-pre-header .mobile-brand-title h2 {
  color: #fff;
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: center;
}

@media (min-width: 40.063em) and (max-width: 64em) {
  .l-pre-header .mobile-brand-title h2 {
    font-size: 19px;
    font-size: 1.0555555556rem;
  }
}
@media (min-width: 0em) and (max-width: 40em) {
  .l-pre-header .mobile-brand-title {
    display: block;
  }
}
@media (min-width: 40.063em) {
  .l-pre-header .mobile-brand-title {
    display: none;
  }
}
.l-header {
  position: relative;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 2px rgba(146, 146, 146, 0.8);
          box-shadow: 1px 0 2px rgba(146, 146, 146, 0.8);
}

@media (min-width: 0) and (max-width: 61.25em) {
  .l-header {
    display: none;
  }
}
@media (min-width: 61.313em) {
  .l-header {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 6;
    height: 120px;
  }
  .l-header:before, .l-header:after {
    content: "";
    display: table;
  }
  .l-header:after {
    clear: both;
    font-size: 0; /* Clear Fix correction (add font-size to fix extra padding at bottom of site */
  }
}
@media (min-width: 75.063em) {
  .l-header {
    height: 128px;
  }
}
.l-header .l-constrained {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header nav.menu--main {
  margin-left: auto;
}

.l-branding {
  background-color: transparent;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0em) and (max-width: 40em) {
  .l-branding {
    padding-left: 15px;
  }
}
@media (min-width: 40.063em) {
  .l-branding {
    width: auto;
  }
}
@media (min-width: 64.063em) {
  .l-branding {
    width: auto;
  }
}
@media (min-width: 90.063em) {
  .l-branding {
    width: auto;
  }
}
.l-branding img {
  width: 100%;
}

.site-logo {
  display: block;
}

@media (min-width: 64.063em) {
  .site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.site-logo .site-name {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------

 System Messages (mobile)

---------------------------------------*/
.l-messages {
  line-height: 1.25;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  font-size: 18px;
  font-size: 1rem;
  word-break: break-all;
  position: relative;
  z-index: 15;
}

.l-messages .l-constrained {
  margin: 0;
  width: auto;
}

.messages {
  margin: 0;
  padding: 15px 15px 15px 50px;
  border: 0;
  background-position: 15px 15px;
}

.messages--warning {
  background-color: #fcf092;
  color: #000;
}

.messages--error {
  background-color: #f45d5d;
}

.messages--status {
  background-color: #bff697;
  padding: 5vw 10vw;
  text-align: center;
  font-size: 22px;
  word-break: normal;
}

@media (min-width: 64.063em) {
  .messages--status {
    padding: 3vw 10vw;
  }
}
.messages--status a,
.messages--error a,
.messages--warning a {
  color: #000; /* color needs to be visible from .messages bg-color value */
  text-decoration: underline;
}

/*

// hide the stupid h2 block title since drupal won't allow us to not render it
h2#block-mainnavigation-mobile-menu {
    display: none;
}


//-----------------------------------
// 
// mobile header - contains nav toggle 
// and site name
//   
//------------------------------------


// Container for userbar, nav
.l-mobile-header {
	@extend %clearfix;

	@include breakpoint($nav-small-and-med){
		position: relative;
		width: 100%;
		z-index: 101;
		top: 0;
		left: 0;
		background-color: $mobile-header-bg-color;
		height: 50px;
	}
	@include breakpoint($nav-large-up) {
		display: none;
	}

	.l-constrained {
		margin: 0;
		width: 100%;
	}

	// Site Name 
	.site-name {

		@include breakpoint($nav-small-and-med) {
			display: block;
			position: absolute;
			top: 0;
			width: 200px;
		    @include font-size(25px);
		    text-align: center;
		    height: 50px;
		    line-height: 1.2;
		    vertical-align: middle;
		    margin: 0;
		    z-index: 0;

		    & a {
		    	display: block;
			    color: $site-name-text-color;
			    width: 100%;
			    height: 100%;
			    background: transparent; // replace with link to logo img
			    background-size: auto;
		    }
	    }
	    @include breakpoint($nav-medium-only) {
		    top: 8px;
		    height: 70px;

		    & a {
			    background-size: 178px auto;
		    }
	    }
	}
}



//-----------------------------------
//
//	hamburger nav toggle button
//
//-----------------------------------

// container for close menu button inside nav wrapper
.l-menu-mobile-top {
	background-color: $mobile-nav-close-btn-bg;
	height: 50px;

	// HIDE for now
	display: none;
}

// toggle button
button#mobile-nav-open-btn {
	float: right;
	padding: 12px 10px 5px;
    border: 0;

    &:focus {
	    outline: 0;
	}
}

// !
// * Hamburgers
// * @description Tasty CSS-animated hamburgers
// * @author Jonathan Suh @jonsuh
// * @site https://jonsuh.com/hamburgers
// * @link https://github.com/jonsuh/hamburgers
// 

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;

	&:hover {
		opacity: 0.7; 
	}
}

.js-nav .hamburger {
	&:hover {
		opacity: 0.7; 
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		background-color: #fff; 
	}
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
	width: 34px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, 
.hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -10px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}

//---------------------------
//	specific animation
//---------------------------
.hamburger--squeeze {
    .hamburger-inner {
      transition-duration: 0.075s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

      &::before {
        transition: top 0.075s 0.12s ease,
                    opacity 0.075s ease;
      }

      &::after {
        transition: bottom 0.075s 0.12s ease,
                    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      }
    }
}
.js-nav {
	.hamburger:hover {
		opacity: 0.7; 

		.hamburger-inner,
		.hamburger-inner::before,
		.hamburger-inner::after {
			background-color: #fff; 
		}
	}
	.hamburger-inner {
		transform: rotate(45deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

		&::before {
			top: 0;
			opacity: 0;
			transition: top 0.075s ease, opacity 0.075s 0.12s ease;
		}

		&::after {
			bottom: 0;
			transform: rotate(-90deg);
			transition: bottom 0.075s ease,	transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
		}
	}
}
 // end hamburgers css

span.hamburger-label {
    font-size: 12px;
    position: relative;
    top: -3px;
    color: #c8c8c8;
    //display: block;
    line-height: 1;
    font-weight: bold;
    left: -2px;

    display: none;
}



//-----------------------------------
// 
//  Layout
//   
//------------------------------------

#site-wrapper {
	overflow: hidden;
	width: 100%;
}

// Outer container which contains all content
// and pushes off screen when navigation
// menu is toggled on

.l-inner-wrap { // site canvas
	width: 100%;
	height: 100%;
}



// clickable transparent content cover that closes mobile nav
// in addition to "close menu" button

#mobile-fade {
	display: none;
	-webkit-transition: 2s ease-in background;
	transition: 2s ease-in background;
	background: transparent;

}

// .js-nav is added as body class via js onClick event
.js-nav #mobile-fade {
	width: 100%;
	height: 1000%;
	display: block;
	background: rgba(0,0,0,0.7);
	position: fixed; // normally absolute
	top: 0px;
	left: 0;
	z-index: 10;
	-webkit-transition: 2s ease-in background;
	transition: 2s ease-in background;
}

// Mobile nav container
// is translated off screen left until menu is toggled on

.l-menu-mobile {
	position: absolute;
    right: 0;
    top: -1022px;
    width: 100%;
    height: 1022px;
    background-color: $mobile-nav-bg-color;
    backface-visibility: hidden;
    display: block;
    z-index: 100;
    -webkit-transition: .3s ease all;
	transition: .3s ease all;

	@include breakpoint($nav-large-up) {
		display: none;
	}

    .js-nav & {
	    -webkit-transition: .3s ease all;
		transition: .3s ease all;

		// latest browser performance
		-webkit-transform: translate3d(0,0, 0);
		transform: translate3d(0,0, 0);

	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -webkit-transition: all 500ms ease 0s;
	    transition: all 500ms ease 0s;
	    width: 100%;
	    top: 50px;
    }
}


//------------------------------------
//
// Main Links styling
// 
//-------------------------------------

.mobile-nav {
	height: auto;
	position: relative;

	ul {
		margin: 0;
		padding: 0;
		overflow-y: auto;
	}

	li {
		text-align: left;
		float: none;
		@include no-bullet(0,0);
		border-bottom: 1px solid rgba(100,100,100,.5);

		& a {
			padding: 15px;
			display: block;
			text-decoration: none;
			width: auto;
			color: $mobile-nav-text-color;
			@include font-size(22px);
			font-weight: bold;
			text-align: center;
			line-height: 1;

			&:hover,
			&:active
			&.active-trail {
				background-color: $mobile-nav-bg-hover-color;
				color: $mobile-nav-text-hover-color;
				text-decoration: none;
			}
		}
	}
}



//---------------------------------------
//
// SUB NAV
// 
//---------------------------------------

.mobile-nav {
	ul ul {
		margin-bottom: 10px;

		li {
			border: 0;
		}
		.sub-nav {
			padding: 10px;
			@include font-size(16px);
			color: $mobile-subnav-text-color;
			text-align: center;
		}
	}
}

//---------------------------------------
//
//  CUSTOM - hide items
// 
//---------------------------------------

*/
h2#block-mainnavigation-mobile-menu {
  display: none;
}

/*-----------------------------------

 mobile header - contains nav toggle 
 and site name

------------------------------------*/
.l-mobile-header {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 1px 0 10px rgba(146, 146, 146, 0.5);
          box-shadow: 1px 0 10px rgba(146, 146, 146, 0.5);
  /* Site Name */
}

@media (min-width: 0) and (max-width: 61.25em) {
  .l-mobile-header {
    position: relative;
    width: 100%;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #fefc53;
  }
}
@media (min-width: 61.313em) {
  .l-mobile-header {
    display: none;
  }
}
.l-mobile-header .l-constrained {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 0) and (max-width: 61.25em) {
  .l-mobile-header .site-name {
    display: block;
    width: 200px;
    font-size: 23px;
    font-size: 1.2777777778rem;
    text-align: center;
    height: 50px;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 20px;
    z-index: 0;
    text-transform: uppercase;
  }
  .l-mobile-header .site-name a {
    display: block;
    color: #000;
    width: 100%;
    height: 100%;
    background: transparent;
    background-size: 90% auto;
  }
}
@media (min-width: 40.063em) and (max-width: 61.25em) {
  .l-mobile-header .site-name {
    top: 8px;
    height: 70px;
  }
  .l-mobile-header .site-name a {
    background-size: 178px auto;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px 0 0 12px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  outline: none;
}

.hamburger:hover {
  opacity: 0.7;
  background-color: transparent;
}

.js-nav .hamburger {
  position: absolute;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  top: 0;
  left: 0;
  outline: none;
}

.js-nav .hamburger:hover {
  opacity: 0.7;
}

.js-nav .hamburger .hamburger-inner,
.js-nav .hamburger .hamburger-inner::before,
.js-nav .hamburger .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.js-nav .hamburger-box {
  top: 0;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.js-nav .hamburger:hover {
  opacity: 0.7;
  background-color: transparent;
}

.js-nav .hamburger:hover .hamburger-inner,
.js-nav .hamburger:hover .hamburger-inner::before,
.js-nav .hamburger:hover .hamburger-inner::after {
  background-color: #fff;
}

.js-nav .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-nav .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.js-nav .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* end hamburgers css */
span.hamburger-label {
  font-size: 12px;
  position: relative;
  top: -3px;
  color: #c8c8c8;
  line-height: 1;
  font-weight: bold;
  left: -2px;
  display: none;
}

#site-wrapper {
  width: 100%;
}

@media (min-width: 0em) and (max-width: 64em) {
  #site-wrapper {
    overflow-x: hidden;
  }
}
.l-inner-wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.js-nav body {
  overflow: hidden;
}

.js-nav .l-inner-wrap {
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  -o-transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  position: relative;
  width: 100%;
}

#mobile-fade {
  display: none;
  -webkit-transition: 2s ease-in background;
  -o-transition: 2s ease-in background;
  transition: 2s ease-in background;
  background: transparent;
}

.js-nav #mobile-fade {
  width: 100%;
  height: 1000%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  -webkit-transition: 2s ease-in background;
  -o-transition: 2s ease-in background;
  transition: 2s ease-in background;
}

.l-menu-mobile {
  position: absolute;
  left: -300px;
  top: 0px;
  width: 300px;
  height: 100%;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  z-index: 100;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding-top: 50px;
}

@media (min-width: 61.313em) {
  .l-menu-mobile {
    display: none;
  }
}
.js-nav .l-menu-mobile {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.mobile-nav {
  height: auto;
  position: relative;
}

.mobile-nav ul {
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

.mobile-nav li {
  text-align: left;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav li a {
  padding: 15px;
  display: block;
  text-decoration: none;
  width: auto;
  color: #fefc53;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: normal;
  line-height: 1;
}

.mobile-nav li a:hover, .mobile-nav li a:active .mobile-nav li a.active-trail {
  background-color: #b82b8a;
  color: #fefc53;
  text-decoration: none;
}

.mobile-nav ul ul {
  margin-bottom: 0px;
  background-color: #7a1d5b;
}

.mobile-nav ul ul li {
  border: 0;
}

.mobile-nav ul ul .sub-nav {
  padding: 10px 15px 10px 30px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: #bbb;
}

/*

// Banner alert block

.block-alert-banner {
	position: relative;
	z-index: 1; // make higher for fixed pos

	// show/hide w/ js toggle 
	// css is in modules/custom/alert_banner/css

    // wrapper
    .alert-banner-inner {
	    padding: 20px;
	    background: $alert-banner-bg-color;
    }

    // text content
	.alert-banner-content {	    
	    font-size: 20px;
	    text-align: center;
	    display: inline-block;
	    vertical-align: top;
	    width: calc(100% - 45px);

		// title
	    .alert-banner-title {
		    font-weight: bold;
		    font-size: 22px;
		    line-height: 1.3;
		    color: $alert-banner-text-color;
		    margin-bottom: .75em;
		}

	    // body
	    p {
		    line-height: 1.3;
		    margin-bottom: .75em;
		    color: $alert-banner-text-color;
		    @include font-size(18px);
		}

		// button-link
		.button {
		    background: $alert-banner-button-bg-color;
			padding: 10px 15px;
			font-size: 16px;
			color: $alert-banner-button-text-color;
			border-color: $alert-banner-button-border-color;
		}
	}
	// close button
    button.close {
	    display: inline-block;
	    padding: 5px;
	    width: 35px;
	    height: 35px;
	    background: $alert-banner-close-button-bg-color;
	    border: none;
	    font-family: Helvetica, Arial, sans-serif;
	    font-size: 30px;
	    text-transform: uppercase;
	    font-weight: bold;
	    line-height: .45;
	    color: $alert-banner-close-text-color;

	    span {
		    display: inline-block;
		    height: 18px;
		    width: 18px;
		}
	}
}

// cookie consent popup
.cc_container {
	font-family: $base-font-family;

	.cc_btn, 
	.cc_btn:visited {
	    color: #fff;
	    background-color: $secondary-color;

	    &:hover {
		    background-color: lighten($secondary-color, 15%);
		}
	}
}
*/
.l-header nav.menu--main {
  height: 50%;
}

.l-header nav.menu--main .menu {
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header nav.menu--main .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.l-header nav.menu--main .menu li.menu-item--active-trail {
  background-color: transparent;
}

.l-header nav.menu--main .menu li.leaf, .l-header nav.menu--main .menu li.collapsed, .l-header nav.menu--main .menu li.expanded {
  list-style-image: none;
}

.l-header nav.menu--main .menu li:hover {
  background-color: transparent;
}

.l-header nav.menu--main .menu li:hover > a {
  background-color: #b82b8a;
  color: #b82b8a;
}

.l-header nav.menu--main .menu li:before {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
}

.l-header nav.menu--main .menu li:hover:before {
  display: block;
  content: "";
  height: 3px;
  background: #b82b8a;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: nav-border-animation 0.3s ease-in-out forwards;
          animation: nav-border-animation 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.l-header nav.menu--main .menu li:hover > a {
  background-color: transparent;
  color: #b82b8a;
}

.l-header nav.menu--main .menu li > a.main-nav {
  display: block;
  color: #6c757d;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 0em) and (max-width: 40em) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 18px;
    font-size: 1rem;
    padding: 10px;
  }
}
@media (min-width: 40.063em) and (max-width: 61.25em) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 18px;
    font-size: 1rem;
    padding: 22px 10px 20px;
  }
}
@media (min-width: 61.313em) and (max-width: 75em) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 22px 10px 20px;
  }
}
@media (min-width: 75.063em) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 22px 15px 22px;
  }
}
.l-header nav.menu--main .menu li > a.main-nav:hover {
  color: #b82b8a;
  background-color: transparent;
  text-decoration: none;
}

.l-header nav.menu--main .menu li > a.main-nav.active-trail, .l-header nav.menu--main .menu li > a.main-nav.active-trail:hover {
  color: #b82b8a;
  background-color: #f1f4f7;
}

.l-header nav.menu--main .menu li ul.menu {
  position: absolute;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  background-color: #3e4246;
  left: -9999px;
}

@media (min-width: 40.063em) and (max-width: 61.25em) {
  .l-header nav.menu--main .menu li ul.menu {
    top: 120px;
    min-width: 170px;
  }
}
@media (min-width: 61.313em) and (max-width: 75em) {
  .l-header nav.menu--main .menu li ul.menu {
    top: 120px;
    min-width: 170px;
  }
}
@media (min-width: 75.063em) {
  .l-header nav.menu--main .menu li ul.menu {
    top: 128px;
    min-width: 170px;
  }
}
.l-header nav.menu--main .menu li ul.menu li {
  float: none;
  overflow: hidden;
}

.l-header nav.menu--main .menu li ul.menu li a.sub-nav {
  padding: 10px 22px;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: block;
}

@media (min-width: 40.063em) and (max-width: 61.25em) {
  .l-header nav.menu--main .menu li ul.menu li a.sub-nav {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
@media (min-width: 61.313em) {
  .l-header nav.menu--main .menu li ul.menu li a.sub-nav {
    font-size: 17px;
    font-size: 0.9444444444rem;
  }
}
.l-header nav.menu--main .menu li ul.menu li a.sub-nav:hover, .l-header nav.menu--main .menu li ul.menu li a.sub-nav:active, .l-header nav.menu--main .menu li ul.menu li a.sub-nav.active-trail {
  color: #fff;
  background-color: #b82b8a;
  text-decoration: none;
}

.l-header nav.menu--main .menu li ul.menu li a.sub-nav:hover {
  padding-left: 20px;
}

.l-header nav.menu--main .menu li ul.menu li:hover:before {
  display: none;
}

.l-header nav.menu--main .menu li:hover ul.menu {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0;
}

.l-header nav.menu--main .menu li:last-child:hover ul.menu {
  left: -80px;
}

@-webkit-keyframes nav-border-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes nav-border-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------------------
----------------------------------------------------

 PAGERS

----------------------------------------------------
--------------------------------------------------*/
ul.pager__items {
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.pager__items li.pager__item {
  list-style-type: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

ul.pager__items li.pager__item a {
  display: block;
  text-align: center;
  border: 1px solid #555;
  padding: 5px 10px;
  border-radius: 4px;
  color: #555;
}

ul.pager__items li.pager__item a:hover {
  background: #222;
  border-color: #222;
  color: #fff;
  text-decoration: none;
}

ul.pager__items li.pager__item--active a {
  background: #222;
  border-color: #222;
  color: #fff;
  text-decoration: none;
}

/*------------------------------------

 ENTITY PAGER - Previous / Next 

-------------------------------------*/
.entity-pager-wrapper {
  margin-top: 5vw;
}

.entity-pager {
  height: auto;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.entity-pager ul {
  padding: 0;
}

.entity-pager-list {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background-color: #efefef;
}

.entity-pager-list .entity-pager-item {
  margin: 0;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.entity-pager-item {
  height: 120px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item {
    height: 80px;
  }
}
.entity-pager-item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  height: 100%;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.entity-pager-item a:hover {
  text-decoration: none;
}

.entity-pager-item a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entity-pager-item a div span:nth-of-type(1) {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item a div span:nth-of-type(1) {
    display: none;
  }
}
.entity-pager-item a div h4 {
  z-index: 3;
  margin: 0;
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item a div h4 {
    font-size: 12px;
    width: calc(100% - 52px);
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .entity-pager-item a div h4 {
    width: calc(100% - 110px);
    font-size: 16px;
  }
}
@media (min-width: 40.063em) {
  .entity-pager-item a div h4 {
    font-size: 22px;
  }
}
@media (min-width: 64.063em) and (max-width: 90em) {
  .entity-pager-item a div h4 {
    width: calc(100% - 120px);
  }
}
@media (min-width: 90.063em) {
  .entity-pager-item a div h4 {
    width: calc(100% - 140px);
  }
}
.entity-pager-item a div span:nth-of-type(2) {
  height: 40px;
  display: block;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  position: relative;
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item a div span:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
  }
}
.entity-pager-item a div span:nth-of-type(2):before {
  display: block;
  width: 20px;
  height: 34px;
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item a div span:nth-of-type(2):before {
    width: 12px;
  }
}
.entity-pager-item .inactive {
  display: none;
}

/*-----------------------
 << PREVIOUS 
------------------------*/
@media (min-width: 40.063em) {
  .entity-pager-item-prev a div {
    padding-left: 20px;
  }
}
.entity-pager-item-prev span:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 20px;
}

.entity-pager-item-prev span:nth-of-type(2):before {
  content: "";
  background: url(../images/icons/arrow-left.svg) no-repeat scroll right center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item-prev span:nth-of-type(2):before {
    left: 10px;
  }
}
.entity-pager-item-prev h4 {
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 20px;
}

/*-----------------------
 NEXT >> 
-------------------------*/
.entity-pager-item-next a div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 40.063em) {
  .entity-pager-item-next a div {
    padding-right: 20px;
  }
}
.entity-pager-item-next span:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}

.entity-pager-item-next span:nth-of-type(2):before {
  content: "";
  background: url(../images/icons/arrow-right.svg) no-repeat scroll right center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item-next span:nth-of-type(2):before {
    right: 10px;
  }
}
.entity-pager-item-next h4 {
  text-align: right;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 20px 0 0;
}

.entity-pager-list .entity-pager-item-next {
  margin-left: auto;
}

/*-------------------------
 ALL - list link 
--------------------------*/
.grid .entity-pager li.entity-pager-item-all {
  position: absolute;
}

.entity-pager-item-all {
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 4.5vw;
  height: 4.5vw;
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item-all {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.entity-pager-item-all a {
  overflow: hidden;
  height: 0;
  width: 4.5vw;
  padding-top: 4.5vw;
  background: transparent;
  display: block;
  border-radius: 4px;
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item-all a {
    width: 7.5vw;
    padding-top: 7.5vw;
  }
}
.entity-pager-item-all a:hover {
  background-color: #b82b8a;
}

.entity-pager-item-all a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icons/bars.svg) no-repeat scroll center center;
  vertical-align: middle;
  speak: none;
  background-size: 80% auto;
  width: 3vw;
  height: 3vw;
  left: 50%;
  top: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 0em) and (max-width: 40em) {
  .entity-pager-item-all a:before {
    width: 5vw;
    height: 5vw;
  }
}
.entity-pager-item-all a:hover:before {
  background: url(../images/icons/bars-white.svg) no-repeat scroll center center;
  background-size: 80% auto;
}

/*----------------------------------------------------
------------------------------------------------------

 SEARCH page

------------------------------------------------------
----------------------------------------------------*/
.page-search .views-exposed-form .form-item-search-fulltext {
  max-width: 500px;
  margin: 0 auto 5vw;
}

.page-search .views-exposed-form .form-item-search-fulltext input {
  text-align: center;
}

.page-search .view_id-search-display_id-search-page {
  text-align: center;
}

/*----------------------------------------------------
------------------------------------------------------

 SEARCH form

------------------------------------------------------
----------------------------------------------------*/
.views-exposed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5vw;
}

.views-exposed-form select {
  padding: 10px;
}

.search-form {
  position: absolute;
  right: 20px;
  z-index: 1;
  background-color: #efefef;
  padding: 8px;
}

@media (min-width: 40.063em) {
  .search-form {
    display: none;
    top: 120px;
  }
}
@media (min-width: 64.063em) {
  .search-form {
    top: 128px;
  }
}
@media (min-width: 90.063em) {
  .search-form {
    top: 128px;
  }
}
.search-form::before {
  content: "";
  display: block;
  position: absolute;
  right: 63px;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #efefef;
}

.search-form h2,
.search-form label {
  display: none;
}

.search-form .form-item {
  display: inline-block;
  margin: 0 5px 0 0;
}

.search-form .form-item input {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}

.search-form .form-actions {
  display: inline-block;
  vertical-align: top;
}

.search-form input.form-submit {
  padding: 9px 10px;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  background: #b82b8a;
  border: 0;
  border-radius: 4px;
  text-transform: capitalize;
}

.search-form input.form-submit::hover {
  background-color: #000;
}

.views-row.slick-slide {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.views-row.slick-slide:hover {
  background-color: #efefef;
}

@media (min-width: 40em) and (max-width: 47.5em) {
  .views-row.slick-slide {
    padding: 0 15px;
  }
}
.views-row.slick-slide h3.title {
  margin-top: 8px;
}

.views-row.slick-slide .views-field-body {
  font-size: 16px;
  line-height: 1.4;
}

.views-row.slick-slide .views-field-field-images {
  margin-bottom: 10px;
}

.views-row.slick-slide .views-field-title h3 {
  margin-bottom: 10px;
}

.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.slick-slider .prev-arrow.slick-arrow,
.slick-slider .next-arrow.slick-arrow {
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  display: block;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  cursor: pointer;
}

.slick-slider .prev-arrow.slick-arrow::before,
.slick-slider .next-arrow.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  opacity: 0.5;
  width: 30px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-slider .prev-arrow.slick-arrow::hover::before,
.slick-slider .next-arrow.slick-arrow::hover::before {
  opacity: 1;
}

.slick-slider .prev-arrow.slick-arrow::before {
  background: url(../images/icons/arrow-left.svg) no-repeat scroll center left;
  background-size: 15px auto;
  left: 0;
}

.slick-slider .next-arrow.slick-arrow::before {
  background: url(../images/icons/arrow-right.svg) no-repeat scroll center right;
  background-size: 15px auto;
  right: 0;
}

.front .slick-slider,
.not-front .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front .slick-slider .prev-arrow.slick-arrow,
.front .slick-slider .next-arrow.slick-arrow,
.not-front .slick-slider .prev-arrow.slick-arrow,
.not-front .slick-slider .next-arrow.slick-arrow {
  height: 126px;
  padding-top: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0, 25px;
          flex: 0 0, 25px;
  cursor: pointer;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 0;
}

@media (min-width: 0em) and (max-width: 40em) {
  .front .slick-slider .prev-arrow.slick-arrow,
  .front .slick-slider .next-arrow.slick-arrow,
  .not-front .slick-slider .prev-arrow.slick-arrow,
  .not-front .slick-slider .next-arrow.slick-arrow {
    height: 75px;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .front .slick-slider .prev-arrow.slick-arrow,
  .front .slick-slider .next-arrow.slick-arrow,
  .not-front .slick-slider .prev-arrow.slick-arrow,
  .not-front .slick-slider .next-arrow.slick-arrow {
    height: 46px;
  }
}
.front .slick-slider .prev-arrow.slick-arrow::before,
.front .slick-slider .next-arrow.slick-arrow::before,
.not-front .slick-slider .prev-arrow.slick-arrow::before,
.not-front .slick-slider .next-arrow.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  width: 30px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.front .slick-slider .prev-arrow.slick-arrow::hover::before,
.front .slick-slider .next-arrow.slick-arrow::hover::before,
.not-front .slick-slider .prev-arrow.slick-arrow::hover::before,
.not-front .slick-slider .next-arrow.slick-arrow::hover::before {
  opacity: 1;
}

.front .slick-slider .prev-arrow.slick-arrow:before,
.not-front .slick-slider .prev-arrow.slick-arrow:before {
  background: url(../images/icons/arrow-left.svg) no-repeat scroll center left;
  background-size: 15px auto;
  left: 0;
}

.front .slick-slider .prev-arrow.slick-arrow:hover:before,
.not-front .slick-slider .prev-arrow.slick-arrow:hover:before {
  opacity: 1;
}

.front .slick-slider .next-arrow.slick-arrow:before,
.not-front .slick-slider .next-arrow.slick-arrow:before {
  background: url(../images/icons/arrow-right.svg) no-repeat scroll center right;
  background-size: 15px auto;
  right: 0;
}

.front .slick-slider .next-arrow.slick-arrow:hover:before,
.not-front .slick-slider .next-arrow.slick-arrow:hover:before {
  opacity: 1;
}

/*

//---------------------- Navigation -------------------------

// Animated border on main nav item
// is placed around line 72 of _navigation.scss

	// keeps main nav link <li> in a persistent hover state while cursor is moved to subnav list items
	// .menu
	// 	  li
		&:hover {
			background-color: $nav-button-bg-hover-color;

			&:before {
				display: block;
			    content: "";
			    height: 3px;
			    background: $primary-color;
			    text-align: center;
			    position: absolute;
			    top: 0;
			    @include centerX;
			    animation: nav-border-animation 0.3s ease-in-out forwards;
			    animation-delay: 0;
			}
			> a {
				background-color: $primary-color;
				color: $nav-text-hover-color;
			}
		}


// Animation for main nav item border
@keyframes nav-border-animation {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes nav-border-animation {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}


*/
.page-user-register nav.tabs {
  max-width: 600px;
  margin: 0 auto;
}

.page-user-register nav.tabs tabs.primary:before {
  display: none;
}

.page-user-login nav.tabs,
.page-user-login div.description {
  display: none;
}

.page-user-login label[for=edit-name] {
  font-size: 0px;
}

.page-user-login label[for=edit-name]::before {
  content: "Email Address";
  font-size: 18px;
}

.page-user-login label[for=edit-name]::after {
  font-size: 18px;
}

form.user-register-form,
form.user-form {
  max-width: 600px;
  margin: 0 auto;
}

form.user-register-form .description,
form.user-form .description {
  font-size: 13px;
  margin: 10px 20px 10px 0;
}

form.user-register-form label,
form.user-register-form .form-item label,
form.user-form label,
form.user-form .form-item label {
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
  display: inline-block;
}

form.user-register-form .form-item,
form.user-form .form-item {
  margin-bottom: 30px;
}

form.user-register-form .form-actions,
form.user-form .form-actions {
  margin: 40px 0 0;
}

form.user-register-form input,
form.user-form input {
  width: 100%;
}

form.user-register-form input.form-autocomplete,
form.user-form input.form-autocomplete {
  background-position: 99% center;
}

.section-user .layout-container {
  margin: 0;
}

.section-user nav.tabs {
  padding: 3vw;
  width: calc(100% - 6vw);
  margin: 2vw 3vw;
}

.section-user .user--view-mode-full .field-label {
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  min-width: 110px;
}

@media (min-width: 0em) and (max-width: 40em) {
  .section-user .user--view-mode-full .field-label {
    margin-right: 10px;
    min-width: 80px;
  }
}
.section-user .block-local-actions-block {
  margin: 0 0 30px 0;
}

.section-user .action-links li {
  list-style-type: none;
  margin-bottom: 30px;
  text-align: center;
}

.section-user .order-number h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 0em) and (max-width: 40em) {
  .section-user .view_id-commerce-user-orders,
  .section-user .view_id-commerce-order-item-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .section-user .view_id-commerce-user-orders:before,
  .section-user .view_id-commerce-order-item-table:before {
    display: block;
    content: "Swipe to view full table";
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #999;
  }
  .section-user .view_id-commerce-user-orders table,
  .section-user .view_id-commerce-order-item-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .section-user .view_id-commerce-user-orders table thead th,
  .section-user .view_id-commerce-order-item-table table thead th {
    font-size: 12px;
    line-height: 1.2;
  }
}
.section-user article .field-name-brand {
  font-size: 25px;
  font-size: 1.3888888889rem;
  margin-bottom: 20px;
}

.section-user article h4.label {
  margin: 0;
  display: inline-block;
}

.section-user .field-name-fir div,
.section-user .field-name-las div {
  display: inline-block;
}

.section-user .field-name-fir div:first-child,
.section-user .field-name-las div:first-child {
  font-weight: bold;
  display: inline-block;
}

.section-user .field-name-placed,
.section-user .field-name-state,
.section-user .field-name-mail,
.section-user .field-name-shipping-method,
.section-user .customer-information__shipping {
  margin-bottom: 40px;
}

.section-user .field-name-placed > div:first-of-type,
.section-user .field-name-state > div:first-of-type,
.section-user .field-name-mail > div:first-of-type,
.section-user .field-name-shipping-method > div:first-of-type,
.section-user .customer-information__shipping > div:first-of-type {
  font-weight: bold;
  font-size: 1.2em;
}

.section-user .customer-billing,
.section-user .customer-information__shipping {
  margin-bottom: 40px;
}

.section-user .customer-billing .field__label,
.section-user .customer-information__shipping .field__label {
  font-weight: bold;
  font-size: 1.2em;
}

#toolbar-item-shortcuts-tray ul.toolbar-menu a {
  background: #000;
  margin: 10px 5px;
  text-align: center;
  font-size: 18px;
  padding: 15px 10px;
  color: #e5e5e5;
  border-radius: 6px;
}

#toolbar-item-shortcuts-tray ul.toolbar-menu a:hover {
  background-color: #b82b8a;
  text-decoration: none;
}

.role--administrator .toolbar-menu a {
  color: #000;
  font-weight: 500;
}

@media (min-width: 40.063em) {
  .role--administrator .block-masquerade {
    display: inline-block;
    vertical-align: middle;
  }
}
.role--administrator .masquerade-block-form {
  padding: 20px;
}

.role--administrator .masquerade-block-form input.form-autocomplete {
  margin-right: 10px;
  padding: 10px;
  height: 52px;
  width: 220px;
}

@media (min-width: 0em) and (max-width: 40em) {
  .role--administrator .masquerade-block-form input.form-autocomplete {
    margin-bottom: 10px;
    width: 100%;
  }
}
.role--administrator .menu--masquerade {
  padding: 10px 20px;
  text-align: left;
}

@media (min-width: 40.063em) {
  .role--administrator .menu--masquerade {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}
.role--administrator .menu--masquerade .menu {
  margin: 0;
  padding: 0;
}

.role--administrator .menu--masquerade .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.role--administrator .menu--masquerade .menu li a {
  text-decoration: underline;
}

.role--authenticated .menu--masquerade {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 15px;
}

.role--authenticated .menu--masquerade a {
  display: block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
}

.block-homepageherovideo {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.block-homepageherovideo video {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.video-wrapper-img-text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video_background__field-name-image {
  text-align: center;
}

.video_background__field-name-image img {
  max-width: 260px;
  margin: 0 auto;
}

@media (min-width: 0em) and (max-width: 40em) {
  .video_background__field-name-image img {
    width: 80%;
  }
}
.video_background__field-name-body {
  color: #fff;
  max-width: 700px;
  font-size: 2vw;
  line-height: 1;
  margin-top: 3vw;
}

@media (min-width: 0em) and (max-width: 40em) {
  .video_background__field-name-body {
    font-size: 17px;
  }
}
.video-overlay {
  position: absolute;
  content: "";
  background: rgba(40, 40, 40, 0.55);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.section-alert {
  text-align: center;
  background: #cce5ff;
  padding: 0;
}

.section-alert .alert {
  margin: 0;
}

.section-alert .alert.alert-primary {
  padding: 40px;
  color: #004085;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.section-alert .alert .feature-box-img img {
  margin-bottom: 1.5em;
}

.section-alert .alert .feature_box__feature-box-message-text {
  max-width: 1150px;
  margin: 0 auto;
}

.section-alert .alert .feature_box__feature-box-message-text a {
  color: #b8daff;
}

.section-alert .alert .feature-box-button {
  margin-top: 2em;
}

.section-alert .alert .feature-box-button a {
  background-color: #b82b8a;
  border: 1px solid #b82b8a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.section-alert .alert .feature-box-button a:hover {
  background-color: #7a1d5b;
  border-color: #7a1d5b;
  color: #fff !important;
  text-decoration: none;
}

.section-alert .alert-dismissible .close {
  color: #000;
  text-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
  font-size: 30px;
}

.section-bands-in-town {
  background: transparent;
}

.section-bands-in-town .intro .section-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-bands-in-town .intro .intro-body {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-bands-in-town .feed-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-bands-in-town .bit-widget {
  font-size: 16px;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0);
}

.section-bands-in-town .bit-widget .bit-top-track-button {
  margin-bottom: 20px;
}

.section-bands-in-town .bit-widget .bit-details {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 10px;
}

.section-bands-in-town .bit-widget .bit-details:hover {
  background: rgba(100, 100, 100, 0.1);
  text-decoration: none;
  padding-left: 20px;
}

.section-bands-in-town .bit-widget .bit-venue {
  color: #b82b8a;
}

.section-bands-in-town .bit-widget .bit-event {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.section-bands-in-town .bit-widget .bit-event a.bit-details {
  color: rgba(0, 0, 0, 0.8);
}

.section-bands-in-town .bit-widget .bit-event-list-title {
  font-size: 20px;
}

.section-bands-in-town .bit-widget .bit-offers {
  background-color: #b82b8a;
  border: 1px solid #b82b8a;
  color: #fff;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.section-bands-in-town .bit-widget .bit-offers:hover {
  background-color: #d858ae !important;
  border-color: #d858ae !important;
  color: #fff !important;
}

.section-bands-in-town .bit-widget a.bit-button:hover,
.section-bands-in-town .bit-widget a.bit-play-my-city-button:hover {
  background-color: #d858ae !important;
  border-color: #d858ae !important;
  color: #fff !important;
}

.section-bands-in-town .bit-widget .bit-rsvp {
  color: #b82b8a;
  border: 1px solid #b82b8a;
  border-radius: 0.25rem;
}

.section-bands-in-town .bit-widget .bit-play-my-city-button {
  background-color: #b82b8a;
  border: 1px solid #b82b8a;
  color: #fff;
  border-radius: 0.25rem;
}

.section-bands-in-town .bit-widget .bit-upcoming-events-show-all-button,
.section-bands-in-town .bit-widget .bit-past-events-show-all-button {
  color: #fff;
  background-color: #b82b8a;
  border: 1px solid #b82b8a;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.section-bands-in-town .bit-widget .bit-upcoming-events-show-all-button:hover,
.section-bands-in-town .bit-widget .bit-past-events-show-all-button:hover {
  background-color: #d858ae !important;
  border-color: #d858ae !important;
  color: #fff !important;
}

.section-business-information {
  background: transparent;
  padding: 4vw;
}

@media (max-width: 767.98px) {
  .section-business-information {
    padding: 15px;
  }
}
.section-business-information .intro .section-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-business-information .intro .intro-body {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-business-information .info-contact-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.section-business-information .info-contact-wrapper a {
  color: #b82b8a;
}

.section-business-information .info-contact-wrapper a:hover {
  color: #65184c;
}

.section-business-information .info-contact-wrapper .item-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  background: transparent;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .section-business-information .info-contact-wrapper .item-wrapper {
    margin-bottom: 15px;
  }
  .section-business-information .info-contact-wrapper .item-wrapper:last-child {
    margin-bottom: 0;
  }
}
.section-business-information .info-contact-wrapper .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-business-information .info-contact-wrapper .contact-icon {
  margin-right: 15px;
  min-width: 2em;
  text-align: right;
  border-right: 1px solid #ccc;
  padding-right: 15px;
}

.section-business-information .info-contact-wrapper .contact-icon i {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
}

.section-business-information .info-contact-wrapper .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 5px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  word-break: break-word;
}

.section-business-information .info-contact-wrapper .contact-detail p {
  margin: 0;
}

.section-business-information .info-contact-wrapper .contact-detail span {
  display: inline-block;
  margin-right: 5px;
}

.section-business-information .info-contact-wrapper .contact-detail span.country {
  display: none;
}

.section-business-information .social_links__social-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-business-information .social_links__social-links-list > div {
  padding: 0 30px 0 0;
  font-size: 40px;
  margin-bottom: 20px;
}

.section-business-information .social_links__social-links-list > div > div {
  line-height: 1;
}

.phone span,
.phone div,
.fax span,
.fax div,
.email span,
.email div {
  display: inline-block;
}

.cards-stacked-1 .subcard-wrapper .row {
  display: grid;
  margin: 0;
}

.cards-stacked-1 .card.has-card-body .card-image,
.cards-stacked-1 .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}

.cards-stacked-1 .card .card-fa-icon {
  padding-top: 45px;
}

.cards-stacked-2 .subcard-wrapper .row {
  display: grid;
  margin: 0;
}

.cards-stacked-2 .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}

.cards-stacked-2 .card .card-fa-icon {
  padding-top: 45px;
}

.cards-stacked-2 .card-image {
  padding: 0 !important;
}

.cards-left-img-right-text .subcard-wrapper .row {
  display: grid;
  margin: 0;
}

@media (max-width: 991.98px) {
  .cards-left-img-right-text .card.has-card-body .card-image,
  .cards-left-img-right-text .card.has-card-body .card-fa-icon {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-left-img-right-text .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cards-left-img-right-text .card.photo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cards-left-img-right-text .card.photo .card-image,
  .cards-left-img-right-text .card.photo .s2_sub_card__sub-card-image,
  .cards-left-img-right-text .card.photo figure {
    height: 100%;
  }
  .cards-left-img-right-text .card .card-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .cards-left-img-right-text .card .card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cards-left-img-right-text .card .card-fa-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80px;
            flex: 1 1 80px;
  }
  .cards-left-img-right-text .card.has-card-body .card-image,
  .cards-left-img-right-text .card.has-card-body .card-fa-icon {
    padding-right: 0;
  }
  .cards-left-img-right-text .card .card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-item-align: auto;
        align-self: auto;
    height: 100%;
  }
  .cards-left-img-right-text .card .card-body .card-title {
    text-align: left;
  }
}
.cards-left-text-right-img .subcard-wrapper .row {
  display: grid;
  margin: 0;
}

@media (max-width: 991.98px) {
  .cards-left-text-right-img .card.has-card-body .card-image,
  .cards-left-text-right-img .card.has-card-body .card-fa-icon {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-left-text-right-img .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cards-left-text-right-img .card.photo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cards-left-text-right-img .card.photo .card-image,
  .cards-left-text-right-img .card.photo .s2_sub_card__sub-card-image,
  .cards-left-text-right-img .card.photo figure {
    height: 100%;
  }
  .cards-left-text-right-img .card .card-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cards-left-text-right-img .card .card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cards-left-text-right-img .card .card-fa-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80px;
            flex: 1 1 80px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cards-left-text-right-img .card.has-card-body .card-image,
  .cards-left-text-right-img .card.has-card-body .card-fa-icon {
    padding-left: 0;
  }
  .cards-left-text-right-img .card .card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: auto;
        align-self: auto;
    height: 100%;
  }
  .cards-left-text-right-img .card .card-body .card-title {
    text-align: left;
  }
}
.cards-image-grid .subcard-wrapper .row {
  display: grid;
  margin: 0;
}

.cards-image-grid .card.has-card-body .card-image {
  padding-bottom: 0;
}

.cards-image-grid .card-image,
.cards-image-grid .s2_sub_card__sub-card-image,
.cards-image-grid figure {
  height: 100% !important;
}

.cards-image-grid figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-image-grid figure img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-image-grid.cards-expand-full {
  padding-left: 0;
  padding-right: 0;
}

.cards-image-grid.cards-expand-full .subcard-wrapper {
  padding: 0;
}

.cards-image-grid.cards-expand-full .subcard-wrapper .row {
  margin: 0;
  grid-gap: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-image-grid.cards-expand-full .card-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cards-image-grid.cards-expand-full .card-item a:hover .card {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cards-image-grid.cards-expand-full .card-item .card-image {
  overflow: hidden;
}

.cards-image-grid.cards-expand-full .card-item .card-image img {
  width: 100%;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.cards-image-grid.cards-expand-full .paragraph--type--s2-sub-card > a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.cards-masonry .subcard-wrapper .row {
  display: block !important;
  -webkit-perspective: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .cards-masonry .subcard-wrapper .row {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry .subcard-wrapper .row {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry .subcard-wrapper .row {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}
.cards-masonry .subcard-wrapper .row > * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.cards-masonry .subcard-wrapper .row .card-item {
  margin-bottom: 20px;
  display: block !important;
}

.cards-masonry .subcard-wrapper .row .card {
  height: auto !important;
}

.cards-masonry .subcard-wrapper .row .card.has-card-body .card-image,
.cards-masonry .subcard-wrapper .row .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}

@supports (grid-template-rows: masonry) {
  .cards-masonry .subcard-wrapper .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: masonry;
    grid-auto-flow: dense;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-4 .row {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-4 .row {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-4 .row {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-3 .row {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-3 .row {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-3 .row {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-2 .row {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-2 .row {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-2 .row {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-1 .row {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-1 .row {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-1 .row {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.cards-logos .subcard-wrapper .row {
  display: grid;
  margin: 0;
}

.cards-logos .card .card-image {
  padding: 30px;
}

.cards-logos .card.has-card-body .card-image,
.cards-logos .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}

.cards-logos .card.photo, .cards-logos .card.icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards-logos .card .card-text {
  display: none;
}

.section-cards {
  background: transparent;
}

@media (max-width: 991.98px) {
  .section-cards {
    padding: 10vw 5vw;
  }
}
@media (min-width: 992px) {
  .section-cards {
    padding: 8vw 5vw;
  }
}
.section-cards .container-fluid {
  padding: 0;
}

.section-cards .section-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-cards .intro-body {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-item > a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.card-item > a:hover {
  text-decoration: none;
}

.card-item > a:hover .card {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(30, 30, 30, 0.2);
          box-shadow: 0 0 10px rgba(30, 30, 30, 0.2);
}

.card {
  background: #fff;
  border: 1px solid rgba(30, 30, 30, 0.2);
  border-radius: 0;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-wrap: break-word;
}

.card.has-fa-icon .card-fa-icon {
  color: #b82b8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 80px;
  width: 100%;
}

.card.icon .card-image {
  max-width: 80%;
  margin: 0 auto;
}

.card.icon .card-image img {
  width: 100%;
  height: auto;
}

.card.photo .card-image {
  width: 100%;
}

.card.photo .card-image img {
  width: 100%;
  height: auto;
}

.card-image,
.card-fa-icon {
  padding: 30px 30px 30px 30px;
}

.card-image figure {
  margin: 0;
}

.card-image figure figcaption {
  font-size: 14px;
  text-align: center;
  display: none;
}

.section-cards.no-img-padding .card-image {
  padding: 0 !important;
}

.section-cards.cards-no-image-padding .card-image {
  padding: 0 !important;
}

.card-body {
  padding: 30px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.card-title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
}

@media (max-width: 767.98px) {
  .card-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .card-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card-title {
    font-size: 25px;
  }
}
.card-text-group {
  width: 100%;
}

.card-text {
  font-size: 16px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

.card-text p:last-child {
  margin-bottom: 0;
}

.card-text a {
  display: inline !important;
}

.card-link {
  margin-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.light-bg-dark-text.section-cards {
  background: #fff;
}

.light-bg-dark-text.section-cards .image-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

.light-bg-dark-text.section-cards .section-title {
  color: rgba(0, 0, 0, 0.8);
}

.light-bg-dark-text.section-cards .intro-body {
  color: rgba(0, 0, 0, 0.8);
}

.light-bg-dark-text.section-cards .intro-body a {
  color: #b82b8a;
}

.light-bg-dark-text.section-cards .intro-body a:hover {
  color: #65184c;
}

.card-item.light-bg-dark-text .card {
  background: #fff;
}

.card-item.light-bg-dark-text .card-title {
  color: rgba(0, 0, 0, 0.8);
}

.card-item.light-bg-dark-text .card-text {
  color: rgba(0, 0, 0, 0.8);
}

.card-item.light-bg-dark-text .card-link {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.card-item.light-bg-dark-text .card-link:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.card-light-bg .card {
  background: #fff;
}

.card-light-bg .card-title {
  color: rgba(0, 0, 0, 0.8);
}

.card-light-bg .card-text {
  color: rgba(0, 0, 0, 0.8);
}

.card-light-bg .card-link {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.card-light-bg .card-link:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-cards.dark-bg-light-text {
  background: #27262f;
}

.section-cards.dark-bg-light-text .image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.section-cards.dark-bg-light-text .section-title {
  color: #fff;
}

.section-cards.dark-bg-light-text .intro-body {
  color: #fff;
}

.section-cards.dark-bg-light-text .intro-body a {
  color: #b82b8a;
}

.section-cards.dark-bg-light-text .intro-body a:hover {
  color: #dd6cb8;
}

.card-item.dark-bg-light-text .card {
  background: #27262f;
}

.card-item.dark-bg-light-text .card-title {
  color: #fff;
}

.card-item.dark-bg-light-text .card-text {
  color: #fff;
}

.card-item.dark-bg-light-text .card-link {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.card-item.dark-bg-light-text .card-link:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.card-dark-bg .card {
  background: #27262f;
}

.card-dark-bg .card-title {
  color: #fff;
}

.card-dark-bg .card-text {
  color: #fff;
}

.card-dark-bg .card-link {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.card-dark-bg .card-link:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-cards.has-parallax {
  overflow: hidden;
}

.section-cards .bg-image.parallax-item, .section-cards .bg-image.fixed, .section-cards .bg-image.no-effect {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.full-width .subcard-wrapper .row {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}

.grid-width-1 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-1 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.grid-width-2 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-2 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.grid-width-3 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-3 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.grid-width-4 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-4 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
.grid-width-5 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-5 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
}
.grid-width-6 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-6 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  }
}
.grid-width-7 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-7 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(700px, 1fr));
  }
}
.grid-width-8 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-8 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
  }
}
.grid-width-9 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-9 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(900px, 1fr));
  }
}
.grid-width-10 .subcard-wrapper .row {
  display: grid;
}

@media (min-width: 768px) {
  .grid-width-10 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr));
  }
}
.gap-0 .subcard-wrapper .row {
  grid-gap: 0px;
}

.gap-1 .subcard-wrapper .row {
  grid-gap: 20px;
}

.gap-2 .subcard-wrapper .row {
  grid-gap: 30px;
}

.gap-3 .subcard-wrapper .row {
  grid-gap: 40px;
}

.gap-4 .subcard-wrapper .row {
  grid-gap: 50px;
}

.gap-5 .subcard-wrapper .row {
  grid-gap: 60px;
}

.cards-expand-full.grid-width-1 .card-item {
  width: 100px;
}

.cards-expand-full.grid-width-2 .card-item {
  width: 200px;
}

.cards-expand-full.grid-width-3 .card-item {
  width: 300px;
}

.cards-expand-full.grid-width-4 .card-item {
  width: 400px;
}

.cards-expand-full.grid-width-5 .card-item {
  width: 500px;
}

.cards-expand-full.grid-width-6 .card-item {
  width: 600px;
}

.cards-expand-full.grid-width-7 .card-item {
  width: 700px;
}

.cards-expand-full.grid-width-8 .card-item {
  width: 800px;
}

.cards-expand-full.grid-width-9 .card-item {
  width: 900px;
}

.cards-expand-full.grid-width-10 .card-item {
  width: 1000px;
}

.cards-expand-full.cards-stacked-1, .cards-expand-full.cards-stacked-2, .cards-expand-full.cards-left-img-right-text, .cards-expand-full.cards-left-text-right-img {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
}

.cards-expand-full.cards-stacked-1 .row, .cards-expand-full.cards-stacked-2 .row, .cards-expand-full.cards-left-img-right-text .row, .cards-expand-full.cards-left-text-right-img .row {
  margin: 0;
  grid-gap: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.cards-expand-full.cards-stacked-1 .card-item, .cards-expand-full.cards-stacked-2 .card-item, .cards-expand-full.cards-left-img-right-text .card-item, .cards-expand-full.cards-left-text-right-img .card-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cards-expand-full.cards-stacked-1 .card-item a:hover .card, .cards-expand-full.cards-stacked-2 .card-item a:hover .card, .cards-expand-full.cards-left-img-right-text .card-item a:hover .card, .cards-expand-full.cards-left-text-right-img .card-item a:hover .card {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cards-expand-full.cards-stacked-1 .card-item .card-image, .cards-expand-full.cards-stacked-2 .card-item .card-image, .cards-expand-full.cards-left-img-right-text .card-item .card-image, .cards-expand-full.cards-left-text-right-img .card-item .card-image {
  overflow: hidden;
}

.cards-expand-full.cards-stacked-1 .card-item .card-image img, .cards-expand-full.cards-stacked-2 .card-item .card-image img, .cards-expand-full.cards-left-img-right-text .card-item .card-image img, .cards-expand-full.cards-left-text-right-img .card-item .card-image img {
  width: 100%;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.cards-expand-full.cards-stacked-1 .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-stacked-2 .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-left-img-right-text .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-left-text-right-img .paragraph--type--s2-sub-card > a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 768px) {
  .cards-expand-full.cards-stacked-1 .card.photo .card-image,
  .cards-expand-full.cards-stacked-1 .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-stacked-1 .card.photo figure, .cards-expand-full.cards-stacked-2 .card.photo .card-image,
  .cards-expand-full.cards-stacked-2 .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-stacked-2 .card.photo figure, .cards-expand-full.cards-left-img-right-text .card.photo .card-image,
  .cards-expand-full.cards-left-img-right-text .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-left-img-right-text .card.photo figure, .cards-expand-full.cards-left-text-right-img .card.photo .card-image,
  .cards-expand-full.cards-left-text-right-img .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-left-text-right-img .card.photo figure {
    height: 100%;
  }
  .cards-expand-full.cards-stacked-1 .card .card-image img, .cards-expand-full.cards-stacked-2 .card .card-image img, .cards-expand-full.cards-left-img-right-text .card .card-image img, .cards-expand-full.cards-left-text-right-img .card .card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card-text-over-image .card, .card-text-over-image-hover .card, .card-text-over-image-bottom-hover .card, .card-text-over-image-bottom .card {
  position: relative;
}

@media (min-width: 992px) {
  .card-text-over-image .card-image, .card-text-over-image-hover .card-image, .card-text-over-image-bottom-hover .card-image, .card-text-over-image-bottom .card-image,
  .card-text-over-image .s2_sub_card__sub-card-image,
  .card-text-over-image-hover .s2_sub_card__sub-card-image,
  .card-text-over-image-bottom-hover .s2_sub_card__sub-card-image,
  .card-text-over-image-bottom .s2_sub_card__sub-card-image {
    height: 100% !important;
  }
  .card-text-over-image figure img, .card-text-over-image-hover figure img, .card-text-over-image-bottom-hover figure img, .card-text-over-image-bottom figure img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card-text-over-image .card-body, .card-text-over-image-hover .card-body, .card-text-over-image-bottom-hover .card-body, .card-text-over-image-bottom .card-body {
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s ease-in-out opacity;
    -o-transition: 0.3s ease-in-out opacity;
    transition: 0.3s ease-in-out opacity;
  }
  .card-text-over-image .card-text-group, .card-text-over-image-hover .card-text-group, .card-text-over-image-bottom-hover .card-text-group, .card-text-over-image-bottom .card-text-group {
    max-width: 700px;
  }
  .card-text-over-image .card-link, .card-text-over-image-hover .card-link, .card-text-over-image-bottom-hover .card-link, .card-text-over-image-bottom .card-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .card-text-over-image.dark-bg-light-text, .dark-bg-light-text.card-text-over-image-hover, .dark-bg-light-text.card-text-over-image-bottom-hover, .dark-bg-light-text.card-text-over-image-bottom {
    background: rgba(0, 0, 0, 0.7);
  }
  .card-text-over-image.light-bg-dark-text, .light-bg-dark-text.card-text-over-image-hover, .light-bg-dark-text.card-text-over-image-bottom-hover, .light-bg-dark-text.card-text-over-image-bottom {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image .card:hover .card-body, .card-text-over-image-hover .card:hover .card-body, .card-text-over-image-bottom-hover .card:hover .card-body, .card-text-over-image-bottom .card:hover .card-body {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .card-text-over-image-bottom .card-body {
    bottom: 0;
    height: auto;
  }
}
@media (min-width: 992px) {
  .card-text-over-image-hover .card-body, .card-text-over-image-bottom-hover .card-body {
    opacity: 0;
  }
  .card-text-over-image-hover .card:hover .card-body, .card-text-over-image-bottom-hover .card:hover .card-body {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .card-text-over-image-bottom-hover .card-body {
    bottom: 0;
    height: auto;
  }
}
.section-cards.text-center .card-title,
.section-cards.text-center .card-text {
  text-align: center !important;
}

.section-cards.text-left .card-title,
.section-cards.text-left .card-text {
  text-align: left !important;
}

.section-cards.text-right .card-title,
.section-cards.text-right .card-text {
  text-align: right !important;
}

.page-catalog-item {
  background: #fff;
}

@media (max-width: 991.98px) {
  .page-catalog-item {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-catalog-item {
    padding: 5vw 0 8vw 0;
  }
}
.page-catalog-item .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}

.page-catalog-item h1.page-title,
.page-catalog-item h1.title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .page-catalog-item .catalog-item-description {
    font-size: 0.8em;
  }
}
.page-catalog-item.paragraph--type--catalog-item {
  padding: 8vw 0;
  position: relative;
  border-bottom: none;
}

.page-catalog-item.paragraph--type--catalog-item h2.section-title {
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .page-catalog-item.paragraph--type--catalog-item .catalog-item-1 {
    margin-bottom: 30px;
  }
}
.page-catalog-item.paragraph--type--catalog-item .catalog-item-description p:first-child {
  margin-top: 0;
}

.page-catalog-item.paragraph--type--catalog-item .catalog-item-description p:last-child {
  margin-bottom: 0;
}

.paragraph--type--catalog-item {
  padding: 4rem 0;
  position: relative;
  border-bottom: none;
}

.paragraph--type--catalog-item h2.section-title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) {
  .paragraph--type--catalog-item h2.section-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--catalog-item h2.section-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item h2.section-title {
    font-size: 36px;
  }
}
.paragraph--type--catalog-item a.standalone-page-link {
  text-decoration: none;
}

.paragraph--type--catalog-item a.standalone-page-link h2.section-title {
  color: #b82b8a;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}

.paragraph--type--catalog-item a.standalone-page-link:hover h2.section-title {
  color: #65184c;
  text-decoration: none;
}

.paragraph--type--catalog-item .subtitle {
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  text-align: center;
}

@media (max-width: 767.98px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--catalog-item .catalog-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-1 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-2 {
    padding-left: 30px;
  }
}
.paragraph--type--catalog-item .catalog_item__catalog-item-image img {
  width: 100%;
  height: auto;
}

.paragraph--type--catalog-item .catalog_item__catalog-item-link {
  margin-top: 1.5rem;
  margin-bottom: 15px;
}

.paragraph--type--catalog-item .catalog_item__catalog-item-link a {
  display: block;
}

.paragraph--type--catalog-item .btn.standalone-page-link, .paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.standalone-page-link, .album-wrapper .musical_album__album-purchase-link .paragraph--type--catalog-item a.standalone-page-link, .paragraph--type--catalog-item .section-contact-form form button.standalone-page-link, .section-contact-form form .paragraph--type--catalog-item button.standalone-page-link, .paragraph--type--catalog-item .standalone-page-link.modal-trigger--video, .paragraph--type--catalog-item .section-alert .alert .feature-box-button a.standalone-page-link, .section-alert .alert .feature-box-button .paragraph--type--catalog-item a.standalone-page-link {
  margin-top: 1.5rem;
}

.paragraph--type--catalog-item .catalog-item-description {
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-description {
    font-size: 0.8em;
  }
}
.paragraph--type--catalog-item .catalog-item-description p:last-child {
  margin-bottom: 0;
}

.paragraph--type--catalog-item.light-bg-dark-text {
  background: #fff !important;
}

.paragraph--type--catalog-item.light-bg-dark-text h2.section-title,
.paragraph--type--catalog-item.light-bg-dark-text a.standalone-page-link h2.section-title {
  color: rgba(0, 0, 0, 0.8);
}

.paragraph--type--catalog-item.light-bg-dark-text .catalog-item-description {
  color: rgba(0, 0, 0, 0.8);
}

.paragraph--type--catalog-item.light-bg-dark-text .catalog_item__catalog-item-link a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.paragraph--type--catalog-item.light-bg-dark-text .catalog_item__catalog-item-link a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.paragraph--type--catalog-item.light-bg {
  background: #fff !important;
}

.paragraph--type--catalog-item.dark-bg-light-text {
  background: #27262f !important;
}

.paragraph--type--catalog-item.dark-bg-light-text h2.section-title,
.paragraph--type--catalog-item.dark-bg-light-text a.standalone-page-link h2.section-title {
  color: #fff;
}

.paragraph--type--catalog-item.dark-bg-light-text .catalog-item-description {
  color: #fff;
}

.paragraph--type--catalog-item.dark-bg-light-text .catalog_item__catalog-item-link a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.paragraph--type--catalog-item.dark-bg-light-text .catalog_item__catalog-item-link a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.paragraph--type--catalog-item.dark-bg {
  background: #27262f !important;
}

.paragraph--type--catalog-item.light-text h2.section-title,
.paragraph--type--catalog-item.light-text a.standalone-page-link h2.section-title {
  color: #fff;
}

.paragraph--type--catalog-item.light-text .catalog-item-description {
  color: #fff;
}

.paragraph--type--catalog-item.dark-text h2.section-title,
.paragraph--type--catalog-item.dark-text a.standalone-page-link h2.section-title {
  color: rgba(0, 0, 0, 0.8);
}

.paragraph--type--catalog-item.dark-text .catalog-item-description {
  color: rgba(0, 0, 0, 0.8);
}

.paragraph--type--catalog-item.dark-text .catalog_item__catalog-item-link a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.paragraph--type--catalog-item.dark-text .catalog_item__catalog-item-link a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-contact-form.paragraph--view-mode--contact-form-1 .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: #f1f4f7;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-contact-form.paragraph--view-mode--contact-form-2 .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: #f1f4f7;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-contact-form {
  background: transparent;
}

.section-contact-form .intro .section-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-contact-form .intro .intro-body {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-contact-form .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.section-contact-form .contact-detail i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px;
}

.section-contact-form .contact-detail p {
  margin: 0;
}

.section-contact-form .contact-detail span.country {
  display: none;
}

.section-contact-form .contact-name {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.125em;
}

.section-contact-form form {
  max-width: 450px;
  font-size: 16px;
  width: 85vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-contact-form form input {
  margin: 10px 0;
  padding: 10px;
  border: 0;
  width: 100%;
  background: #fff;
}

.section-contact-form form textarea {
  max-width: 450px;
  font-size: 16px;
  width: 85vw;
  margin: 10px 0px;
  padding: 10px;
  border: 0;
  background: #fff;
}

.section-contact-form form button {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 0;
}

.section-contact-form form button:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-contact-form.light-bg-dark-text {
  background: #fff;
}

.section-contact-form.light-bg-dark-text .intro .section-title {
  color: rgba(0, 0, 0, 0.8);
}

.section-contact-form.light-bg-dark-text .intro .intro-body {
  color: rgba(0, 0, 0, 0.8);
}

.section-contact-form.light-bg-dark-text .intro .intro-body a {
  color: #b82b8a;
}

.section-contact-form.light-bg-dark-text .intro .intro-body a:hover {
  color: #65184c;
}

.section-contact-form.dark-bg-light-text {
  background: #27262f;
}

.section-contact-form.dark-bg-light-text .intro .section-title {
  color: #fff;
}

.section-contact-form.dark-bg-light-text .intro .intro-body {
  color: #fff;
}

.section-contact-form.dark-bg-light-text .intro .intro-body a {
  color: #b82b8a;
}

.section-contact-form.dark-bg-light-text .intro .intro-body a:hover {
  color: #dd6cb8;
}

.section-elfsight-widget {
  background: transparent;
  overflow: hidden;
}

.section-elfsight-widget .intro .section-title {
  text-align: center;
}

.section-elfsight-widget .intro .intro-body {
  text-align: center;
}

.section-elfsight-widget .widget-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section-footer.paragraph--view-mode--footer-1 .footer-col-1 {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991.98px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-col-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-custom-text .footer_section__footer-message {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-footer.paragraph--view-mode--footer-1 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}

.section-footer.paragraph--view-mode--footer-1 .footer-credits .copyright {
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-credits .copyright {
    margin: 0;
  }
}
.section-footer.paragraph--view-mode--footer-2 .footer-col-1 {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991.98px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-col-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-custom-text .footer_section__footer-message {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-footer.paragraph--view-mode--footer-2 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}

.section-footer.paragraph--view-mode--footer-2 .footer-credits .copyright {
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-credits .copyright {
    margin: 0;
  }
}
.section-footer.paragraph--view-mode--footer-3 .footer-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-footer.paragraph--view-mode--footer-3 .footer-custom-text {
  font-size: 14px;
}

.section-footer.paragraph--view-mode--footer-3 .footer-custom-text .footer_section__footer-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-footer.paragraph--view-mode--footer-3 .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}

.section-footer.paragraph--view-mode--footer-3 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}

.section-footer.paragraph--view-mode--footer-3 .footer-credits .copyright {
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-3 .footer-credits .copyright {
    margin: 0;
  }
}
.section-footer.paragraph--view-mode--footer-4 {
  padding: 30px 5vw;
}

.section-footer.paragraph--view-mode--footer-4 .back-to-top-wrapper {
  position: absolute;
  left: 50%;
  top: -50px;
}

.section-footer.paragraph--view-mode--footer-4 .back-to-top-wrapper a.back-to-top {
  width: 50px;
  height: 50px;
  border-radius: 0;
}

.section-footer.paragraph--view-mode--footer-4 .footer-row-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 991.98px) {
  .section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-footer.paragraph--view-mode--footer-4 .footer-logo {
  text-align: center;
}

.section-footer.paragraph--view-mode--footer-4 .footer-company-name {
  text-align: center;
}

.section-footer.paragraph--view-mode--footer-4 .footer-custom-text {
  font-size: 14px;
  text-align: right;
}

.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}

.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message p {
  text-align: center;
}

.section-footer.paragraph--view-mode--footer-4 .copyright {
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-4 .copyright {
    margin: 0;
  }
}
.section-footer {
  color: #ccc;
  background: #000;
}

@media (max-width: 991.98px) {
  .section-footer {
    padding: 15vw 15px;
  }
}
@media (min-width: 992px) {
  .section-footer {
    padding: 5vw;
  }
}
.section-footer .back-to-top-wrapper {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.section-footer .back-to-top-wrapper a.back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  background-color: #b82b8a;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
}

.section-footer .back-to-top-wrapper a.back-to-top:hover {
  background-color: #fff;
  color: #b82b8a;
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.section-footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-footer .footer-logo {
  margin-bottom: 1rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-footer .footer-logo {
    margin: 0 auto 20px;
  }
}
.section-footer .footer-logo img {
  width: 200px;
}

.section-footer .footer-company-name {
  font-size: 20px;
}

.section-footer h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.section-footer a {
  color: #fefc53;
}

.section-footer a:hover {
  color: #fefd9f;
}

.section-footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-footer .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.section-footer .footer-contact-info {
  font-size: 14px;
}

.section-footer .footer-contact-company-name {
  font-weight: bold;
}

.section-footer .address span,
.section-footer .phone span,
.section-footer .fax span,
.section-footer .email span {
  min-width: 55px;
}

.section-footer .address {
  margin-bottom: 10px;
}

.section-footer .address span.administrative-area {
  min-width: auto;
  margin-right: 0.2em;
}

.section-footer .footer-custom-text {
  font-size: 14px;
}

.section-footer .footer-custom-text .footer_section__footer-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .section-footer .footer-custom-text .footer_section__footer-message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-footer .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}

.section-footer .copyright {
  font-size: 14px;
  margin: 1rem 0;
  color: #ccc;
  text-align: center;
}

@media (min-width: 768px) {
  .section-footer .copyright {
    text-align: left;
  }
}
.section-footer .copyright a {
  color: #fefc53;
}

.section-footer .copyright a:hover {
  color: #fefd9f;
}

.section-footer .made-with {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .section-footer .made-with {
    text-align: right;
  }
}
.section-general-embed {
  background: transparent;
}

.section-general-embed .intro .section-title {
  text-align: center;
}

.section-general-embed .intro .intro-body {
  text-align: center;
}

.section-general-embed .embed-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 5vw;
}

@media (max-width: 767.98px) {
  .section-general-embed .embed-wrapper {
    padding: 0 5vw;
  }
}
@media (min-width: 768px) {
  .section-general-embed .embed-wrapper {
    padding: 0 5vw;
  }
}
.section-general-embed.video-embed {
  padding: 8vw 8vw;
  background: transparent;
}

.section-general-embed.video-embed .embed-wrapper {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}

.section-general-embed.video-embed .embed-wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-general-embed.light-bg-dark-text {
  background: #fff;
}

.section-general-embed.light-bg-dark-text .section-title {
  color: rgba(0, 0, 0, 0.8);
}

.section-general-embed.light-bg-dark-text .intro-body {
  color: rgba(0, 0, 0, 0.8);
}

.section-general-embed.light-bg-dark-text .intro-body a {
  color: #b82b8a;
}

.section-general-embed.light-bg-dark-text .intro-body a:hover {
  color: #65184c;
}

.section-general-embed.dark-bg-light-text {
  background: #27262f;
}

.section-general-embed.dark-bg-light-text .section-title {
  color: #fff;
}

.section-general-embed.dark-bg-light-text .intro-body {
  color: #fff;
}

.section-general-embed.dark-bg-light-text .intro-body a {
  color: #b82b8a;
}

.section-general-embed.dark-bg-light-text .intro-body a:hover {
  color: #dd6cb8;
}

@media (min-width: 992px) {
  .navbar {
    min-height: 80px;
  }
  .navbar .container,
  .navbar .container-fluid {
    padding: 0 30px;
  }
  .navbar .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
  .navbar .navbar-brand-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}
.navbar {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }
}
.navbar .container,
.navbar .container-fluid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar .container,
  .navbar .container-fluid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navbar-brand-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.navbar-nav {
  text-transform: capitalize;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item:last-child .nav-link {
  border: 0;
}

.navbar-nav .nav-link {
  color: #6c757d;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.75rem 15px !important;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0.75rem 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #fffeb8;
}

.navbar-nav .nav-link:active {
  color: #fff;
  background-color: #fefd86;
}

.navbar-collapse {
  background: #fefc53;
  width: 100%;
  margin: 0 -30px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (max-width: 991.98px) {
  .navbar .container,
  .navbar .container-fluid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .navbar .container,
  .navbar .container-fluid {
    padding: 15px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    position: absolute;
    top: 15px;
    right: 30px;
    border: 0;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: calc(50% - 100px);
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
  .navbar .navbar-brand-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.25rem 0.5rem;
    line-height: 1.2;
  }
  .navbar .social_links__social-links-list {
    max-width: calc(50% - 100px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    justify-self: flex-end;
  }
}
@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}
#site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.navbar {
  z-index: 100;
  background-color: transparent;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .navbar {
    min-height: 67px;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 0 15px;
  }
  .navbar .container,
  .navbar .container-fluid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .navbar {
    min-height: 80px;
  }
  .navbar .container,
  .navbar .container-fluid {
    padding: 0 30px;
  }
  .navbar .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.navbar .navbar-toggler {
  border: 1px solid transparent;
  padding: 0;
  width: 38px;
  height: 36px;
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.navbar .navbar-toggler-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #6c757d;
}

.navbar .cart-button-wrapper {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(50, 50, 50, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (max-width: 991.98px) {
  .navbar .cart-button-wrapper {
    overflow: hidden;
    border: 0;
    margin: 0 20px 0 0;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .navbar .cart-button-wrapper {
    height: 40px;
  }
}
.navbar button.snipcart-checkout {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.navbar button.snipcart-checkout .cart-icon-item-number {
  padding: 4px 8px;
  background: transparent;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (max-width: 991.98px) {
  .navbar button.snipcart-checkout .cart-icon-item-number {
    padding: 5px 0;
  }
}
.navbar button.snipcart-checkout .cart-icon-item-number:hover {
  background: rgba(255, 255, 255, 0.2);
}

.navbar button.snipcart-checkout .cart-icon-item-number i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .navbar button.snipcart-checkout .cart-icon-item-number i {
    font-size: 15px;
    margin-right: 5px;
  }
}
.navbar button.snipcart-checkout .cart-icon-item-number .snipcart-items-count {
  font-family: sans-serif;
  padding: 5px 6px 5px;
  background: #b82b8a;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}

.navbar-brand-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .navbar-brand {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 200px;
  }
}
.navbar-brand img {
  max-width: 100%;
  height: auto !important;
  width: 100%;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    padding: 10px 0;
  }
}
.navbar-brand .site-name {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .navbar-brand .site-name {
    font-size: 20px;
    min-height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand .site-name {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .navbar-brand .site-name {
    font-size: 25px;
  }
}
.navbar .navbar-nav {
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  border: 0;
}

.navbar .navbar-nav .nav-link {
  color: #6c757d;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.75rem 15px;
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 0.75rem 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    font-size: 20px;
  }
}
.navbar .navbar-nav .nav-link:hover {
  color: #b82b8a;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #fffeb8;
  }
}
.navbar .navbar-nav .nav-link:active {
  color: #b82b8a;
  background-color: #f1f4f7;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link:active {
    color: #fff;
    background-color: #fefd86;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #fefc53;
    width: 100%;
    margin: 0 -15px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.info-bar,
.mobile-info-bar {
  width: 100%;
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 101;
  position: relative;
}

@media (max-width: 767.98px) {
  .info-bar,
  .mobile-info-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 50px;
    background-color: #f2f2f2;
  }
  .info-bar .value,
  .mobile-info-bar .value {
    display: none;
  }
}
.info-bar a,
.mobile-info-bar a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.info-bar .phone,
.info-bar .email,
.info-bar .address,
.mobile-info-bar .phone,
.mobile-info-bar .email,
.mobile-info-bar .address {
  padding: 0 15px;
}

.info-bar .phone:hover,
.info-bar .email:hover,
.info-bar .address:hover,
.mobile-info-bar .phone:hover,
.mobile-info-bar .email:hover,
.mobile-info-bar .address:hover {
  background-color: #f8f9fa;
  color: #fff;
}

.info-bar .contact-icon,
.mobile-info-bar .contact-icon {
  margin-right: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) {
  .info-bar .contact-icon,
  .mobile-info-bar .contact-icon {
    margin: 0;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  #site-header .info-bar {
    display: none;
  }
}
@media (min-width: 576px) {
  .mobile-info-bar {
    display: none;
  }
}
.section-hero.hero-1-col .hero-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-hero.hero-1-col .hero-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero.hero-2-col .hero-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-hero.hero-2-col .hero-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .section-hero.hero-2-col .hero-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2-col .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5vw;
  }
}
.section-hero.hero-2-col .hero-logo-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767.98px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80vw;
            flex: 0 0 80vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
    margin-right: 5vw;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
  }
}
.section-hero.hero-2-col .hero-title-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 991.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero.hero-2col-text-left .hero-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-hero.hero-2col-text-left .hero-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .section-hero.hero-2col-text-left .hero-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2col-text-left .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2col-text-left .hero-logo-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-hero.hero-2col-text-left .hero-title-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5vw;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero {
  min-height: calc(100vh - 80px);
  background: transparent;
  height: auto;
  padding: 0;
}

@media (max-width: 767.98px) {
  .section-hero {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}
.section-hero .hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: calc(100vh - 80px);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .section-hero .hero-wrapper {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}
.section-hero .mobile-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .section-hero .mobile-image-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-hero .mobile-image-wrapper {
    display: none;
  }
}
.section-hero .mobile-image-wrapper img {
  width: 100%;
  height: auto;
}

.section-hero .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.section-hero .no-effect {
  position: absolute;
  left: 0;
  top: 0;
}

.section-hero .parallax-item {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.section-hero .fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .section-hero .fixed {
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    height: 100vh;
    max-height: 812px;
  }
}
.section-hero .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767.98px) {
  .section-hero .hero-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
.section-hero .hero-content-wrapper {
  z-index: 2;
  position: relative;
  background: transparent;
  border-radius: 0px;
}

@media (max-width: 767.98px) {
  .section-hero .hero-content-wrapper {
    padding: 4vw;
    max-width: 90vw;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero .hero-content-wrapper {
    max-width: 70vw;
    padding: 4vw;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-content-wrapper {
    max-width: 60vw;
    padding: 4vw;
    margin: 0;
  }
}
.section-hero .hero-logo-wrapper {
  margin: 0 0 30px 0;
}

@media (max-width: 767.98px) {
  .section-hero .hero-logo-wrapper {
    max-width: 250px;
    width: 80vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero .hero-logo-wrapper {
    max-width: 400px;
    width: 40vw;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-logo-wrapper {
    max-width: 600px;
    width: 30vw;
  }
}
.section-hero .hero-logo-wrapper img {
  width: 100%;
  height: auto;
}

.section-hero .hero-title-wrapper {
  margin: 0px;
  padding: 0px;
}

.section-hero .hero-title-wrapper .hero-heading {
  margin: 0 0 0.5em 0;
  font-weight: 700;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: 42px;
  }
}
.section-hero .hero-title-wrapper .hero-sub-heading {
  font-weight: normal;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 1.5em 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-transform: none;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 24px;
  }
}
.section-hero .hero-title-wrapper .hero-link {
  text-align: center;
}

@media (max-width: 767.98px) {
  .section-hero .hero-title-wrapper .hero-link a {
    width: 100%;
  }
}
.section-hero.hero-minimal {
  min-height: auto;
  background-color: transparent;
  height: auto;
  padding: 5vw 40px;
}

@media (max-width: 767.98px) {
  .section-hero.hero-minimal {
    height: auto;
    min-height: auto;
    padding: 40px 15px;
  }
}
.section-hero.hero-minimal .hero-overlay {
  display: none;
}

.section-hero.hero-minimal .bg-image {
  display: none;
}

.section-hero.hero-minimal .mobile-image-wrapper {
  display: none;
}

.section-hero.hero-minimal .hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: auto;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .section-hero.hero-minimal .hero-wrapper {
    height: auto;
    min-height: auto;
  }
}
.section-hero.hero-minimal .hero-content-wrapper {
  z-index: 2;
  position: relative;
  background: none;
  padding: 0;
}

@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-content-wrapper {
    max-width: 40vw;
  }
}
.section-hero.hero-minimal .hero-title-wrapper {
  margin: 0px;
  padding: 0px;
}

.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
  margin: 0 0 0.5em 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

@media (max-width: 767.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: 42px;
  }
}
.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
  margin: 0 0 1.5em 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-link a {
    width: 100%;
  }
}
.section-hero.hero-1-col .hero-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-hero.hero-1-col .hero-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.dark-bg-light-text.section-hero {
  background: #27262f;
}

.dark-bg-light-text.section-hero .hero-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767.98px) {
  .dark-bg-light-text.section-hero .hero-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
}
.dark-bg-light-text.section-hero .hero-heading {
  color: #fff;
}

.dark-bg-light-text.section-hero .hero-sub-heading {
  color: #fff;
}

.dark-bg-light-text.section-hero .hero-link a.btn, .dark-bg-light-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-hero .hero-link a, .dark-bg-light-text.section-hero .hero-link a.modal-trigger--video, .dark-bg-light-text.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-bg-light-text.section-hero .hero-link a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.dark-bg-light-text.section-hero .hero-link a.btn:hover, .dark-bg-light-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-hero .hero-link a:hover, .dark-bg-light-text.section-hero .hero-link a.modal-trigger--video:hover, .dark-bg-light-text.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-bg-light-text.section-hero .hero-link a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.light-bg-dark-text.section-hero {
  background: #fff;
}

.light-bg-dark-text.section-hero .hero-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
  .light-bg-dark-text.section-hero .hero-overlay {
    background: rgba(255, 255, 255, 0.7);
  }
}
.light-bg-dark-text.section-hero .hero-heading {
  color: rgba(0, 0, 0, 0.8);
}

.light-bg-dark-text.section-hero .hero-sub-heading {
  color: rgba(0, 0, 0, 0.8);
}

.light-bg-dark-text.section-hero .hero-link a.btn, .light-bg-dark-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-hero .hero-link a, .light-bg-dark-text.section-hero .hero-link a.modal-trigger--video, .light-bg-dark-text.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-bg-dark-text.section-hero .hero-link a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.light-bg-dark-text.section-hero .hero-link a.btn:hover, .light-bg-dark-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-hero .hero-link a:hover, .light-bg-dark-text.section-hero .hero-link a.modal-trigger--video:hover, .light-bg-dark-text.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-bg-dark-text.section-hero .hero-link a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-slides-text {
  background: transparent;
}

.section-slides-text .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .section-slides-text .intro {
    padding-top: 10vw;
  }
}
@media (min-width: 992px) {
  .section-slides-text .intro {
    padding-top: 8vw;
  }
}
.section-slides-text .intro .section-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-slides-text .intro .intro-body {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-slides-text .simple-slider {
  position: relative;
}

.section-slides-text .simple-slider .swiper-container {
  position: relative;
  overflow: hidden;
}

.section-slides-text .simple-slider .swiper-wrapper {
  height: auto;
}

.section-slides-text .simple-slider .swiper-slide {
  min-height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .section-slides-text .simple-slider .swiper-slide {
    min-height: 90vh;
  }
}
@media (min-width: 768px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 30px 70px;
  }
}
@media (min-width: 992px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 50px 90px;
  }
}
.section-slides-text .simple-slider .swiper-slide.background-center-top {
  background-position: center top;
}

.section-slides-text .simple-slider .swiper-slide.background-center-bottom {
  background-position: center bottom;
}

.section-slides-text .simple-slider .swiper-slide.background-left-top {
  background-position: left top;
}

.section-slides-text .simple-slider .swiper-slide.background-left-center {
  background-position: left center;
}

.section-slides-text .simple-slider .swiper-slide.background-left-bottom {
  background-position: left bottom;
}

.section-slides-text .simple-slider .swiper-slide.background-right-top {
  background-position: right top;
}

.section-slides-text .simple-slider .swiper-slide.background-right-center {
  background-position: right center;
}

.section-slides-text .simple-slider .swiper-slide.background-right-bottom {
  background-position: right bottom;
}

.section-slides-text .simple-slider .swiper-button-next,
.section-slides-text .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .section-slides-text .simple-slider .swiper-button-next,
  .section-slides-text .simple-slider .swiper-button-prev {
    display: none;
  }
}
.section-slides-text .simple-slider .swiper-button-next:after,
.section-slides-text .simple-slider .swiper-button-prev:after {
  color: #fff;
}

.section-slides-text .simple-slider .swiper-pagination-bullet {
  background: #fff;
  margin: 0 6px;
  width: 20px;
  height: 20px;
}

.section-slides-text .simple-slider .swiper-pagination-bullet-active {
  background: #fff;
}

.section-slides-text .image-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-slides-text .slide-content {
  max-width: 1000px;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  padding: 4vw;
  text-align: center;
}

@media (min-width: 992px) {
  .section-slides-text .slide-content {
    padding: 50px 90px;
  }
}
.section-slides-text .slide-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-slides-text .slide-body {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-slides-text .button-wrapper {
  margin-bottom: 0;
}

.section-slides-text .button-wrapper a.btn-block {
  display: inline-block;
  width: auto;
}

.dark-bg-light-text.section-slides-text .image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767.98px) {
  .dark-bg-light-text.section-slides-text .image-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
}
.dark-bg-light-text.section-slides-text .slide-title {
  color: #fff;
}

.dark-bg-light-text.section-slides-text .slide-body {
  color: #fff;
}

.dark-bg-light-text.section-slides-text .button-wrapper a.btn, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.dark-bg-light-text.section-slides-text .button-wrapper a.btn:hover, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a:hover, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video:hover, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.light-bg-dark-text.section-slides-text .image-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
  .light-bg-dark-text.section-slides-text .image-overlay {
    background: rgba(255, 255, 255, 0.7);
  }
}
.light-bg-dark-text.section-slides-text .slide-title {
  color: rgba(0, 0, 0, 0.8);
}

.light-bg-dark-text.section-slides-text .slide-body {
  color: rgba(0, 0, 0, 0.8);
}

.light-bg-dark-text.section-slides-text .button-wrapper a.btn, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.light-bg-dark-text.section-slides-text .button-wrapper a.btn:hover, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a:hover, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video:hover, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-slides-text.slide-text-wrapper-dark .slide-content {
  background-color: #000;
  padding: 4vw;
  border-radius: 0;
  margin-bottom: 4vw;
}

.section-slides-text.slide-text-wrapper-dark .slide-content .slide-title {
  color: #fff;
}

.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body {
  color: #fff;
}

.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body a {
  color: #b82b8a;
}

.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body a:hover {
  color: #dd6cb8;
}

.section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-slides-text.slide-text-wrapper-light .slide-content {
  background-color: #fff;
  padding: 4vw;
  border-radius: 0;
  margin-bottom: 4vw;
}

.section-slides-text.slide-text-wrapper-light .slide-content .slide-title {
  color: rgba(0, 0, 0, 0.8);
}

.section-slides-text.slide-text-wrapper-light .slide-content .slide-body {
  color: rgba(0, 0, 0, 0.8);
}

.section-slides-text.slide-text-wrapper-light .slide-content .slide-body a {
  color: #b82b8a;
}

.section-slides-text.slide-text-wrapper-light .slide-content .slide-body a:hover {
  color: #65184c;
}

.section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.story-block.bg-img-top-text-bottom .story-block-inner {
  padding: 0 0 8vw;
}

.story-block.bg-img-top-text-bottom .bg-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0px;
  max-width: calc(100% - 0px);
}

@media (max-width: 767.98px) {
  .story-block.bg-img-top-text-bottom .bg-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.bg-img-top-text-bottom .bg-image {
    min-height: 50vw;
  }
}
.story-block.bg-img-top-text-bottom .story-block-mobile-image {
  margin: 0 -5vw 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.story-block.bg-img-top-text-bottom .group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .story-block.bg-img-top-text-bottom .group-text {
    margin-top: 4vw;
  }
}
.story-block.bg-img-top-text-bottom .group-text .text-wrapper {
  max-width: 38em;
}

@media (max-width: 991.98px) {
  .story-block.bg-img-top-text-bottom .group-text .text-wrapper {
    padding: 0 5vw;
  }
}
.story-block.bg-img-top-text-bottom .group-text .section-title {
  text-align: center;
}

.story-block.bg-img-top-text-bottom .group-text .story-block-text {
  text-align: left;
}

.story-block.bg-img-top-text-bottom .group-text h3,
.story-block.bg-img-top-text-bottom .group-text .subtitle {
  text-align: center;
}

.story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-link {
  text-align: center;
}

@media (max-width: 767.98px) {
  .story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-link a {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .text-wrapper {
    padding: 4vw;
    margin-top: -12vw;
    max-width: 44em;
  }
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .bg-image {
    margin-bottom: 0;
  }
  .section-story-block.text-wrapper-overlap.text-wrapper-light .bg-img-top-text-bottom .text-wrapper {
    background-color: #fff;
  }
  .section-story-block.text-wrapper-overlap.text-wrapper-dark .bg-img-top-text-bottom .text-wrapper {
    background-color: #27262f;
  }
}
.story-block.center-text-full-bg-image .section-title {
  text-align: center;
}

.story-block.center-text-full-bg-image .story-block-text {
  text-align: left;
}

.story-block.center-text-full-bg-image h3,
.story-block.center-text-full-bg-image .subtitle {
  text-align: center;
}

.story-block.center-text-full-bg-image .story-block-inner {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8vw 8vw;
}

@media (max-width: 767.98px) {
  .story-block.center-text-full-bg-image .story-block-inner {
    padding: 10vw 5vw;
  }
}
.story-block.center-text-full-bg-image .text-wrapper {
  max-width: 38em;
}

.story-block.center-text-full-bg-image .story-block-link .s2_story_block__story-block-link {
  text-align: center;
}

.story-block.img-top-text-bottom .story-block-inner {
  padding: 0 0 8vw;
}

.story-block.img-top-text-bottom .bg-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .story-block.img-top-text-bottom .bg-image {
    margin-bottom: 4vw;
  }
}
.story-block.img-top-text-bottom .story-block-images {
  padding: 0px;
}

@media (max-width: 767.98px) {
  .story-block.img-top-text-bottom .story-block-images {
    display: none;
  }
}
.story-block.img-top-text-bottom .story-block-images figure {
  margin: 0;
}

.story-block.img-top-text-bottom .story-block-images figure img {
  width: 100%;
}

.story-block.img-top-text-bottom .story-block-images figure figcaption {
  font-size: 14px;
  padding: 5px 5vw;
  text-align: center;
}

.story-block.img-top-text-bottom .group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.story-block.img-top-text-bottom .group-text .text-wrapper {
  max-width: 38em;
}

@media (max-width: 991.98px) {
  .story-block.img-top-text-bottom .group-text .text-wrapper {
    padding: 0 5vw;
  }
}
.story-block.img-top-text-bottom .group-text .section-title {
  text-align: center;
}

.story-block.img-top-text-bottom .group-text .story-block-text {
  text-align: left;
}

.story-block.img-top-text-bottom .group-text h3,
.story-block.img-top-text-bottom .group-text .subtitle {
  text-align: center;
}

.story-block.img-top-text-bottom .group-text .s2_story_block__story-block-link {
  text-align: center;
}

@media (max-width: 767.98px) {
  .story-block.img-top-text-bottom .group-text .s2_story_block__story-block-link a {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .text-wrapper {
    padding: 4vw;
    margin-top: -12vw;
    max-width: 44em;
  }
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .bg-image {
    margin-bottom: 0;
  }
  .section-story-block.text-wrapper-overlap.text-wrapper-light .img-top-text-bottom .text-wrapper {
    background-color: #fff;
  }
  .section-story-block.text-wrapper-overlap.text-wrapper-dark .img-top-text-bottom .text-wrapper {
    background-color: #27262f;
  }
}
@media (max-width: 767.98px) {
  .story-block.left-text-full-bg-image {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-full-bg-image .group-right {
    width: 50%;
    padding: 8vw 8vw 8vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story-block.left-text-full-bg-image .group-right figure {
    margin: 0;
  }
  .story-block.left-text-full-bg-image .group-right figure img {
    width: 100%;
  }
  .story-block.left-text-full-bg-image .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
}
.story-block.left-text-full-bg-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .story-block-extra-image {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.story-block.left-text-full-bg-image .s2_story_block__story-block-extra-image {
  width: 100%;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .group-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .bg-image,
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .image-overlay {
    max-width: 75vw;
    left: 25vw;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .story-block-extra-image {
    margin: 0 -4vw 0;
  }
}
.section-story-block.text-wrapper-overlap.has-parallax .bg-image {
  left: 44.15%;
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.left-text-full-bg-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-full-bg-image .group-left {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .sb-image45-text55 .story-block.left-text-full-bg-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-full-bg-image .group-left {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-right-bg-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-right-bg-image .group-right {
    width: 50%;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .story-block.left-text-right-bg-image .group-right .story-block-extra-image {
    max-width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.story-block.left-text-right-bg-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .group-right {
    width: 65%;
    position: relative;
    z-index: 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .group-left {
    width: 35%;
    position: relative;
    right: -11vw;
    z-index: 1;
    padding: 8vw 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .story-block-extra-image {
    margin: 0 -4vw 1em;
  }
}
@media (min-width: 768px) {
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 55% auto;
  }
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-left {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 45% auto;
  }
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-left {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .story-block.left-text-right-image .group-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-right-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-right-image .group-right {
    width: 50%;
    padding: 8vw 8vw 8vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-block.left-text-right-image .group-right figure {
    margin: 0;
  }
  .story-block.left-text-right-image .group-right figure img {
    width: 100%;
  }
  .story-block.left-text-right-image .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
}
.story-block.left-text-right-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-right {
    z-index: 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-right figure {
    width: 152%;
    max-width: 152%;
    position: relative;
    right: 50%;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-left .text-wrapper {
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    right: -4vw;
    margin: 0 -4vw;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .story-block-extra-image {
    margin-right: -8vw;
  }
}
@media (min-width: 768px) {
  .sb-image55-text45 .story-block.left-text-right-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-right-image .group-left {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .sb-image45-text55 .story-block.left-text-right-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-right-image .group-left {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .story-block.right-text-full-bg-image {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .story-block.right-text-full-bg-image .group-left {
    width: 50%;
    padding: 8vw 0 8vw 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story-block.right-text-full-bg-image .group-left figure {
    margin: 0;
  }
  .story-block.right-text-full-bg-image .group-left figure img {
    width: 100%;
  }
  .story-block.right-text-full-bg-image .group-left figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
  .story-block.right-text-full-bg-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-full-bg-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .story-block.right-text-full-bg-image .story-block-extra-image {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.story-block.right-text-full-bg-image .s2_story_block__story-block-extra-image {
  width: 100%;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .group-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .bg-image,
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .image-overlay {
    max-width: 75vw;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .story-block-extra-image {
    margin: 0 -4vw;
  }
}
.section-story-block.text-wrapper-overlap.has-parallax .bg-image {
  left: 44.15%;
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-full-bg-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.right-text-full-bg-image .group-left {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-full-bg-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.right-text-full-bg-image .group-left {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .story-block.right-text-left-bg-image .group-left {
    width: 50%;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .story-block.right-text-left-bg-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-left-bg-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .group-left {
    width: 65%;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .group-right {
    width: 35%;
    position: relative;
    left: -11vw;
    z-index: 0;
    padding: 8vw 0;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .story-block-extra-image {
    margin: 0 -4vw 1em;
  }
}
@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-right {
    width: 45%;
  }
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-left {
    width: 55%;
  }
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 55% auto;
  }
}
@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-right {
    width: 55%;
  }
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-left {
    width: 45%;
  }
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 45% auto;
  }
}
@media (max-width: 767.98px) {
  .story-block.right-text-left-image .group-left .story-block-images {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.right-text-left-image .group-left {
    width: 50%;
    padding: 8vw 0 8vw 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-block.right-text-left-image .group-left figure {
    margin: 0;
  }
  .story-block.right-text-left-image .group-left figure img {
    width: 100%;
  }
  .story-block.right-text-left-image .group-left figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.5em 0 0;
  }
  .story-block.right-text-left-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-left-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-left figure {
    width: 152%;
    max-width: 152%;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-right .text-wrapper {
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    left: -4vw;
    margin: 0 -4vw;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .story-block-extra-image {
    margin-left: -8vw;
  }
}
@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-left-image .group-right {
    width: 45%;
  }
  .sb-image55-text45 .story-block.right-text-left-image .group-left {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-left-image .group-right {
    width: 55%;
  }
  .sb-image45-text55 .story-block.right-text-left-image .group-left {
    width: 45%;
  }
}
.section-story-block .alternating-bg {
  background-color: #f1f4f7;
}

.section-story-block .story-block {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .section-story-block .image-overlay {
    display: none;
  }
}
.section-story-block .story-block-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .section-story-block .story-block-inner {
    padding: 0 5vw 10vw;
  }
}
.section-story-block .group-left,
.section-story-block .group-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .section-story-block .group-left,
  .section-story-block .group-right {
    width: 100%;
  }
}
.section-story-block .text-wrapper {
  background: transparent;
  padding: 0;
  margin: 0 0;
}

.section-story-block .section-title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-story-block .section-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .section-story-block .section-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-story-block .section-title {
    font-size: 36px;
  }
}
.section-story-block h3,
.section-story-block .subtitle {
  font-style: normal;
}

@media (max-width: 767.98px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section-story-block .story-block-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .section-story-block .story-block-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section-story-block .story-block-text {
    font-size: 20px;
  }
}
.section-story-block .story-block-text ul {
  padding-left: 20px;
}

.section-story-block .s2_story_block__story-block-link,
.section-story-block .story-block-video {
  margin: 2em 0 0;
  text-align: left;
}

@media (max-width: 767.98px) {
  .section-story-block .s2_story_block__story-block-link a.btn, .section-story-block .s2_story_block__story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block .s2_story_block__story-block-link a, .section-story-block .s2_story_block__story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block .s2_story_block__story-block-link a,
  .section-story-block .s2_story_block__story-block-link .modal-trigger--video {
    width: 100%;
  }
}
.section-story-block .story-block-extra-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .section-story-block .story-block-extra-image {
    margin-bottom: 1em;
  }
}
.section-story-block .story-block-extra-image figure {
  margin: 0;
}

.section-story-block .left-text-right-bg-image .story-block-extra-image,
.section-story-block .right-text-left-bg-image .story-block-extra-image,
.section-story-block .left-text-right-image .story-block-extra-image,
.section-story-block .right-text-left-image .story-block-extra-image,
.section-story-block .center-text-full-bg-image .story-block-extra-image {
  margin-bottom: 1em;
}

.section-story-block .left-text-right-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .right-text-left-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .left-text-right-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .right-text-left-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .center-text-full-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image {
  max-width: 200px;
  width: 40vw;
}

@media (max-width: 767.98px) {
  .section-story-block .story-block-mobile-image {
    margin: 0 -5vw 2em;
  }
  .section-story-block .story-block-mobile-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-story-block .story-block-mobile-image {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section-story-block .group-left,
  .section-story-block .group-right {
    background-image: none !important;
  }
}
.section-story-block.bg-color-primary {
  background: #b82b8a;
}

.section-story-block.bg-color-secondary {
  background: #fefc53;
}

.section-story-block.bg-color-tertiary {
  background: #6D6E71;
}

.section-story-block.light-bg-color {
  background: #fff;
}

.section-story-block.light-bg-dark-text {
  background: #fff;
}

@media (min-width: 768px) {
  .section-story-block.light-bg-dark-text .image-overlay {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .section-story-block.light-bg-dark-text .right-text-full-bg-image .image-overlay {
    background: rgba(255, 255, 255, 0.7);
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0.25)), color-stop(46%, rgba(255, 255, 255, 0.35)), color-stop(55.5%, rgba(255, 255, 255, 0.55)), color-stop(60%, rgba(255, 255, 255, 0.65)), color-stop(65%, rgba(255, 255, 255, 0.7)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.55) 55.5%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.7) 65%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.55) 55.5%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.7) 65%);
  }
  .section-story-block.light-bg-dark-text .left-text-full-bg-image .image-overlay {
    background: rgba(255, 255, 255, 0.7);
    background: -webkit-gradient(linear, left top, right top, color-stop(36%, rgba(255, 255, 255, 0.7)), color-stop(41%, rgba(255, 255, 255, 0.65)), color-stop(46%, rgba(255, 255, 255, 0.55)), color-stop(55.5%, rgba(255, 255, 255, 0.35)), color-stop(59%, rgba(255, 255, 255, 0.25)), color-stop(65%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 36%, rgba(255, 255, 255, 0.65) 41%, rgba(255, 255, 255, 0.55) 46%, rgba(255, 255, 255, 0.35) 55.5%, rgba(255, 255, 255, 0.25) 59%, rgba(255, 255, 255, 0) 65%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 36%, rgba(255, 255, 255, 0.65) 41%, rgba(255, 255, 255, 0.55) 46%, rgba(255, 255, 255, 0.35) 55.5%, rgba(255, 255, 255, 0.25) 59%, rgba(255, 255, 255, 0) 65%);
  }
}
.section-story-block.light-bg-dark-text .section-title {
  color: rgba(0, 0, 0, 0.8);
}

.section-story-block.light-bg-dark-text .story-block-text {
  color: rgba(0, 0, 0, 0.8);
}

.section-story-block.light-bg-dark-text .story-block-text a {
  color: #b82b8a;
}

.section-story-block.light-bg-dark-text .story-block-text a:hover {
  color: #65184c;
}

.section-story-block.light-bg-dark-text .story-block-link a.btn, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a,
.section-story-block.light-bg-dark-text .story-block-video a.btn,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.section-story-block.light-bg-dark-text .story-block-link a.btn:hover, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a:hover, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video:hover, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a:hover,
.section-story-block.light-bg-dark-text .story-block-video a.btn:hover,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a:hover,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video:hover,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-story-block.dark-bg {
  background: #27262f;
}

.section-story-block.dark-bg-light-text {
  background: #27262f;
}

@media (min-width: 768px) {
  .section-story-block.dark-bg-light-text .image-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .section-story-block.dark-bg-light-text .right-text-full-bg-image .image-overlay {
    background: rgba(31, 31, 31, 0.7);
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(31, 31, 31, 0)), color-stop(42%, rgba(31, 31, 31, 0.25)), color-stop(46%, rgba(31, 31, 31, 0.35)), color-stop(55.5%, rgba(31, 31, 31, 0.55)), color-stop(60%, rgba(31, 31, 31, 0.65)), color-stop(65%, rgba(31, 31, 31, 0.7)));
    background: -o-linear-gradient(left, rgba(31, 31, 31, 0) 35%, rgba(31, 31, 31, 0.25) 42%, rgba(31, 31, 31, 0.35) 46%, rgba(31, 31, 31, 0.55) 55.5%, rgba(31, 31, 31, 0.65) 60%, rgba(31, 31, 31, 0.7) 65%);
    background: linear-gradient(90deg, rgba(31, 31, 31, 0) 35%, rgba(31, 31, 31, 0.25) 42%, rgba(31, 31, 31, 0.35) 46%, rgba(31, 31, 31, 0.55) 55.5%, rgba(31, 31, 31, 0.65) 60%, rgba(31, 31, 31, 0.7) 65%);
  }
  .section-story-block.dark-bg-light-text .left-text-full-bg-image .image-overlay {
    background: rgba(31, 31, 31, 0.7);
    background: -webkit-gradient(linear, left top, right top, color-stop(36%, rgba(31, 31, 31, 0.7)), color-stop(41%, rgba(31, 31, 31, 0.65)), color-stop(46%, rgba(31, 31, 31, 0.55)), color-stop(55.5%, rgba(31, 31, 31, 0.35)), color-stop(59%, rgba(31, 31, 31, 0.25)), color-stop(65%, rgba(31, 31, 31, 0)));
    background: -o-linear-gradient(left, rgba(31, 31, 31, 0.7) 36%, rgba(31, 31, 31, 0.65) 41%, rgba(31, 31, 31, 0.55) 46%, rgba(31, 31, 31, 0.35) 55.5%, rgba(31, 31, 31, 0.25) 59%, rgba(31, 31, 31, 0) 65%);
    background: linear-gradient(90deg, rgba(31, 31, 31, 0.7) 36%, rgba(31, 31, 31, 0.65) 41%, rgba(31, 31, 31, 0.55) 46%, rgba(31, 31, 31, 0.35) 55.5%, rgba(31, 31, 31, 0.25) 59%, rgba(31, 31, 31, 0) 65%);
  }
}
.section-story-block.dark-bg-light-text .section-title {
  color: #fff;
}

.section-story-block.dark-bg-light-text .story-block-text,
.section-story-block.dark-bg-light-text .intro-body {
  color: #fff;
}

.section-story-block.dark-bg-light-text .story-block-text a,
.section-story-block.dark-bg-light-text .intro-body a {
  color: #b82b8a;
}

.section-story-block.dark-bg-light-text .story-block-text a:hover,
.section-story-block.dark-bg-light-text .intro-body a:hover {
  color: #dd6cb8;
}

.section-story-block.dark-bg-light-text .story-block-link a.btn, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a,
.section-story-block.dark-bg-light-text .story-block-video a.btn,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.section-story-block.dark-bg-light-text .story-block-link a.btn:hover, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a:hover, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video:hover, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a:hover,
.section-story-block.dark-bg-light-text .story-block-video a.btn:hover,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a:hover,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video:hover,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.section-story-block.dark-bg-light-text .right-text-left-image .overlay,
.section-story-block.dark-bg-light-text .left-text-right-image .overlay {
  background: transparent;
}

.section-story-block.dark-bg-light-text figcaption {
  color: #fff;
}

@media (min-width: 768px) {
  .section-story-block .right-text-full-bg-image > .parallax-item,
  .section-story-block .right-text-full-bg-image > .fixed,
  .section-story-block .right-text-full-bg-image > .no-effect,
  .section-story-block .left-text-full-bg-image > .parallax-item,
  .section-story-block .left-text-full-bg-image > .fixed,
  .section-story-block .left-text-full-bg-image > .no-effect,
  .section-story-block .center-text-full-bg-image > .parallax-item,
  .section-story-block .center-text-full-bg-image > .fixed,
  .section-story-block .center-text-full-bg-image > .no-effect {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .section-story-block .parallax-wrapper {
    position: relative;
    overflow: hidden;
  }
  .section-story-block .side-parallax {
    position: absolute;
  }
}
.sb-title-only .story-block.center-text-full-bg-image .section-title {
  margin: 0;
}

.sb-title-only .story-block.center-text-full-bg-image .story-block-inner {
  padding: 4vw;
}

.section-story-block.text-center h2.section-title,
.section-story-block.text-center .story-block-text,
.section-story-block.text-center .s2_story_block__story-block-link {
  text-align: center !important;
}

.section-story-block.text-left h2.section-title,
.section-story-block.text-left .story-block-text,
.section-story-block.text-left .s2_story_block__story-block-link {
  text-align: left !important;
}

.section-story-block.text-right h2.section-title,
.section-story-block.text-right .story-block-text,
.section-story-block.text-right .s2_story_block__story-block-link {
  text-align: right !important;
}

.section-image {
  padding: 0;
  background: transparent;
  height: 80vh;
  overflow: hidden;
}

.section-image .parallax-item > div {
  top: 10%;
}

.section-image .bg-image {
  height: 100%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .section-image {
    padding: 0;
    max-height: 812px;
    height: 80vh;
    overflow: hidden;
  }
  .section-image .fixed {
    background-attachment: scroll !important;
  }
}
.section-instagram {
  background: transparent;
  overflow: hidden;
}

.section-instagram .intro .section-title {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.section-instagram .intro .intro-body {
  text-align: center;
}

.section-instagram .intro .section-link {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.section-instagram .widget-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section-subscribe {
  background: transparent;
}

.section-subscribe .intro .section-title {
  text-align: center;
}

.section-subscribe .intro .intro-body {
  text-align: center;
}

.section-subscribe .form-embed {
  max-width: 400px;
  margin: 0 auto;
}

.section-subscribe .intro p {
  margin-bottom: 35px;
}

.section-subscribe form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-subscribe form .form-control,
.section-subscribe form input[type=email] {
  background: #fff;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 9px;
  height: 45px;
  margin-right: 10px;
  min-width: 250px;
}

.section-subscribe form .btn, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a, .section-subscribe form .modal-trigger--video, .section-subscribe form .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-subscribe form a, .section-subscribe .section-contact-form form button, .section-contact-form .section-subscribe form button {
  padding: 16px 32px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}

.section-subscribe form .btn:hover, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a:hover, .section-subscribe form .modal-trigger--video:hover, .section-subscribe form .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-subscribe form a:hover, .section-subscribe .section-contact-form form button:hover, .section-contact-form .section-subscribe form button:hover {
  opacity: 1;
}

.section-subscribe form .btn:active, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a:active, .section-subscribe form .modal-trigger--video:active, .section-subscribe form .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-subscribe form a:active, .section-subscribe .section-contact-form form button:active, .section-contact-form .section-subscribe form button:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.section-subscribe form .btn-primary, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a, .section-subscribe form .modal-trigger--video {
  background-color: #055ada !important;
  color: #fff;
  outline: none !important;
}

.section-map {
  background-color: #000;
}

.section-map iframe {
  width: 100%;
  height: 500px;
}

.section-map .google_map__google-map-address {
  margin-bottom: -9px;
}

.modal-button-wrapper {
  padding: 3vw 5vw;
  text-align: center;
  background: transparent;
  position: relative;
}

.modal-content {
  font-size: 0.8em;
}

.modal-content .modal-header {
  padding-left: 2em;
  border: 0;
}

.modal-content .modal-image figure {
  margin: 0;
}

.modal-content .modal-body {
  padding: 1.5em 2em 0;
}

.modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 1.5em 2em 1.5em;
}

.modal-content .modal-footer a.btn, .modal-content .modal-footer .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .modal-content .modal-footer a, .modal-content .modal-footer a.modal-trigger--video, .modal-content .modal-footer .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .modal-content .modal-footer a {
  width: 100%;
  display: block;
  margin: 0;
}

.catalog .section-content-items .content-row > .col {
  padding: 0;
}

.catalog .catalog-item.even .album-wrapper {
  background: #f1f4f7;
}

.catalog .catalog-item.odd .album-wrapper {
  background: #f1f4f7;
}

.album-wrapper {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #ccc;
}

@media (max-width: 767.98px) {
  .album-wrapper .album-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .album-wrapper .album-item-1 {
    padding: 0 30px;
  }
}
.album-wrapper .album-item-1 .musical_album__album-purchase-button span[itemprop=price] {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.album-wrapper .musical_album__album-art {
  margin-bottom: 1.5em;
}

.album-wrapper .musical_album__album-art img {
  width: 100%;
  height: auto;
}

.album-wrapper .musical_album__album-purchase-link {
  margin-bottom: 1rem;
}

.album-wrapper .musical_album__album-purchase-link a {
  display: block;
  text-align: center;
}

.album-wrapper .musical_album__album-purchase-link a:hover {
  text-decoration: none;
}

.album-wrapper .album-title {
  color: rgba(0, 0, 0, 0.8);
}

.album-wrapper .album-artist {
  font-weight: normal;
  font-size: 1em;
}

.album-wrapper .album-description {
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  .album-wrapper .album-description {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .album-wrapper .album-description {
    font-size: 0.8em;
  }
}
.album-wrapper .album-description p:first-child {
  margin-top: 1.5em;
}

.album-wrapper .album-description p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .album-wrapper .album-item-2 {
    padding: 0 30px;
  }
}
.album-wrapper .album-tracks {
  font-size: 16px;
}

.album-wrapper .album-tracks ol {
  padding-left: 30px;
}

.album-wrapper .album-tracks ol li {
  margin-bottom: 10px;
}

.album-wrapper.light-bg-dark-text {
  background: #fff !important;
}

.album-wrapper.light-bg-dark-text h2.album-title {
  color: rgba(0, 0, 0, 0.8);
}

.album-wrapper.light-bg-dark-text h2.album-title a {
  color: #b82b8a;
}

.album-wrapper.light-bg-dark-text h2.album-title a:hover {
  color: #65184c;
}

.album-wrapper.light-bg-dark-text .album-artist,
.album-wrapper.light-bg-dark-text .album-description,
.album-wrapper.light-bg-dark-text .musical_album__album-track-list {
  color: rgba(0, 0, 0, 0.8);
}

.album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a,
.album-wrapper.light-bg-dark-text a.standalone-page-link {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a:hover,
.album-wrapper.light-bg-dark-text a.standalone-page-link:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.album-wrapper.light-bg {
  background: #fff !important;
}

.album-wrapper.dark-bg-light-text {
  background: #27262f !important;
}

.album-wrapper.dark-bg-light-text h2.album-title {
  color: #fff;
}

.album-wrapper.dark-bg-light-text h2.album-title a {
  color: #b82b8a;
}

.album-wrapper.dark-bg-light-text h2.album-title a:hover {
  color: #dd6cb8;
}

.album-wrapper.dark-bg-light-text .album-artist,
.album-wrapper.dark-bg-light-text .album-description,
.album-wrapper.dark-bg-light-text .musical_album__album-track-list {
  color: #fff;
}

.album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a,
.album-wrapper.dark-bg-light-text a.standalone-page-link {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a:hover,
.album-wrapper.dark-bg-light-text a.standalone-page-link:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.album-wrapper.dark-bg {
  background: #27262f !important;
}

.album-wrapper.light-text h2.album-title {
  color: #fff;
}

.album-wrapper.light-text h2.album-title a {
  color: #b82b8a;
}

.album-wrapper.light-text h2.album-title a:hover {
  color: #dd6cb8;
}

.album-wrapper.light-text .album-artist,
.album-wrapper.light-text .album-description,
.album-wrapper.light-text .musical_album__album-track-list {
  color: #fff;
}

.album-wrapper.light-text .musical_album__album-purchase-link a,
.album-wrapper.light-text a.standalone-page-link {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.album-wrapper.light-text .musical_album__album-purchase-link a:hover,
.album-wrapper.light-text a.standalone-page-link:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.album-wrapper.dark-text h2.album-title {
  color: rgba(0, 0, 0, 0.8);
}

.album-wrapper.dark-text h2.album-title a {
  color: #b82b8a;
}

.album-wrapper.dark-text h2.album-title a:hover {
  color: #65184c;
}

.album-wrapper.dark-text .album-artist,
.album-wrapper.dark-text .album-description,
.album-wrapper.dark-text .musical_album__album-track-list {
  color: rgba(0, 0, 0, 0.8);
}

.album-wrapper.dark-text .musical_album__album-purchase-link a,
.album-wrapper.dark-text a.standalone-page-link {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.album-wrapper.dark-text .musical_album__album-purchase-link a:hover,
.album-wrapper.dark-text a.standalone-page-link:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

@media (max-width: 991.98px) {
  .page-album {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-album {
    padding: 5vw 0 8vw 0;
  }
}
.page-album .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}

.page-album h1.page-title,
.page-album h1.title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
}

@media (max-width: 767.98px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: 50px;
  }
}
/*
* {
  background-color: transparent;
}

.sidebar,
#navigation,
#header-region,
#footer,
.breadcrumb,
.tabs,
.feed-icon,
.links {
  display: none;
}

.layout-container {
  width: 100%;
}

#content,
.title {
  margin: 20px 0;
  width: auto;
}

a {
  &:hover,
  &:active,
  &:link,
  &:visited {
    color: black;
  }
}
*/
.snipcart-modal__container {
  z-index: 101 !important;
}

.snipcart-modal__container.snipcart-cart-summary--edit {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

.catalog .section-content-items > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.catalog .catalog-item.even .product-wrapper {
  background: transparent;
}

.catalog .catalog-item.odd .product-wrapper {
  background: #f1f4f7;
}

.product-wrapper {
  padding: 3rem 0;
  position: relative;
  border-bottom: 0px solid #ccc;
}

.product-wrapper .product-title {
  color: rgba(0, 0, 0, 0.8);
}

.product-wrapper .price {
  font-size: 24px;
  font-weight: bold;
}

.product-wrapper .product-item-1 {
  text-align: center;
}

@media (max-width: 767.98px) {
  .product-wrapper .product-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product-item-1 {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product-item-2 {
    padding: 0 30px;
  }
}
.product-wrapper .snipcart_product__product-description > div:first-of-type {
  display: none;
}

@media (min-width: 992px) {
  .product-wrapper .product-description {
    font-size: 16px;
  }
}
.product-wrapper .product-description p:last-child {
  margin-bottom: 0;
}

.product-wrapper.light-bg-dark-text {
  background: #fff !important;
}

.product-wrapper.light-bg-dark-text h2.product-title {
  color: rgba(0, 0, 0, 0.8);
}

.product-wrapper.light-bg-dark-text h2.product-title a {
  color: #b82b8a;
}

.product-wrapper.light-bg-dark-text h2.product-title a:hover {
  color: #65184c;
}

.product-wrapper.light-bg-dark-text .product-price-link-wrapper,
.product-wrapper.light-bg-dark-text .product-description {
  color: rgba(0, 0, 0, 0.8);
}

.product-wrapper.light-bg-dark-text .snipcart-add-item {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.product-wrapper.light-bg-dark-text .snipcart-add-item:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.product-wrapper.light-bg {
  background: #fff !important;
}

.product-wrapper.dark-bg-light-text {
  background: #27262f !important;
}

.product-wrapper.dark-bg-light-text h2.product-title {
  color: #fff;
}

.product-wrapper.dark-bg-light-text h2.product-title a {
  color: #b82b8a;
}

.product-wrapper.dark-bg-light-text h2.product-title a:hover {
  color: #dd6cb8;
}

.product-wrapper.dark-bg-light-text .product-price-link-wrapper,
.product-wrapper.dark-bg-light-text .product-description {
  color: #fff;
}

.product-wrapper.dark-bg-light-text .snipcart-add-item {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.product-wrapper.dark-bg-light-text .snipcart-add-item:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.product-wrapper.dark-bg {
  background: #27262f !important;
}

.product-wrapper.light-text h2.product-title {
  color: #fff;
}

.product-wrapper.light-text h2.product-title a {
  color: #b82b8a;
}

.product-wrapper.light-text h2.product-title a:hover {
  color: #dd6cb8;
}

.product-wrapper.light-text .product-price-link-wrapper,
.product-wrapper.light-text .product-description {
  color: #fff;
}

.product-wrapper.light-text .snipcart-add-item {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.product-wrapper.light-text .snipcart-add-item:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

.product-wrapper.dark-text h2.product-title {
  color: rgba(0, 0, 0, 0.8);
}

.product-wrapper.dark-text h2.product-title a {
  color: #b82b8a;
}

.product-wrapper.dark-text h2.product-title a:hover {
  color: #65184c;
}

.product-wrapper.dark-text .product-price-link-wrapper,
.product-wrapper.dark-text .product-description {
  color: rgba(0, 0, 0, 0.8);
}

.product-wrapper.dark-text .snipcart-add-item {
  background: #b82b8a;
  color: #fff !important;
  border-color: #b82b8a;
}

.product-wrapper.dark-text .snipcart-add-item:hover {
  background: #7a1d5b;
  color: #fff !important;
  border-color: #7a1d5b;
}

@media (max-width: 991.98px) {
  .page-product.paragraph--view-mode--standalone-1 {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-product.paragraph--view-mode--standalone-1 {
    padding: 5vw 0 8vw 0;
  }
}
.page-product .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}

.page-product h1.page-title,
.page-product h1.title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
}

@media (max-width: 767.98px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: 50px;
  }
}
.site_v2__header-section .social_links__social-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  padding-left: 15px;
  gap: 10px;
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border-left: 1px solid rgba(50, 50, 50, 0.3);
    margin-left: 5px;
    height: 40px;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .site_v2__header-section .social_links__social-links-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.75rem 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.site_v2__header-section .social_links__social-links-list a {
  display: block;
  padding: 0 5px;
}

.site_v2__header-section .social_links__social-links-list a i {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.site_v2__header-section .social_links__social-links-list a:hover i {
  color: #b82b8a;
  border-color: transparent;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .site_v2__header-section .social_links__social-links-list a:hover i {
    color: #b82b8a;
  }
}
.site_v2__header-section .social_links__social-links-list i {
  font-size: 1em;
  display: inline-block;
  color: #6c757d;
  margin: 0;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}

.site_v2__header-section .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}

@media (max-width: 991.98px) {
  .site_v2__header-section .social_links__social-links-list i {
    font-size: 1.5em;
    color: #fff;
  }
}
.section-social-links {
  background: transparent;
}

@media (max-width: 767px) {
  .section-social-links {
    padding: 50px 0;
  }
}
.section-social-links .intro .section-title {
  text-align: center;
}

.section-social-links .intro .intro-body {
  text-align: center;
}

.section-social-links .social_links__social-links-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.section-social-links .social_links__social-links-list a {
  display: block;
}

.section-social-links .social_links__social-links-list a:hover i {
  color: #d858ae;
  border-color: #d858ae;
  background-color: transparent;
}

.section-social-links .social_links__social-links-list i {
  font-size: 2rem;
  display: inline-block;
  color: #b82b8a;
  margin: 0;
  width: 4rem;
  height: 4rem;
  border: 1px solid #b82b8a;
  text-align: center;
  border-radius: 50%;
  line-height: 4rem;
  -webkit-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}

.section-social-links .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}

.section-footer .footer-social {
  margin: 1em 0;
}

.section-footer .social_links__social-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4px;
  gap: 15px;
}

@media (max-width: 767.98px) {
  .section-footer .social_links__social-links-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75rem 15px;
  }
}
.section-footer .social_links__social-links-list a {
  display: block;
  text-align: center;
}

.section-footer .social_links__social-links-list a:hover i {
  color: #fefd9f;
  border-color: #fefd9f;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .section-footer .social_links__social-links-list a:hover i {
    color: #fefd9f;
  }
}
.section-footer .social_links__social-links-list i {
  font-size: 1.25rem;
  display: inline-block;
  color: #fefc53;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fefc53;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5rem;
  -webkit-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}

.section-footer .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}

.basic-subpage {
  background: #fff;
}

.basic-subpage figure {
  margin: 2em 0;
}

.basic-subpage .basic-content-hero {
  height: 40vw;
  min-height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  background-color: #fff;
}

.basic-subpage .basic-content-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.basic-subpage .page-title {
  padding: 0;
  text-align: left;
}

@media (max-width: 991.98px) {
  .basic-subpage .page-title {
    padding-top: 8vw;
  }
}
@media (min-width: 992px) {
  .basic-subpage .page-title {
    padding-top: 5vw;
  }
}
.basic-subpage .page-title h1.page-title,
.basic-subpage .page-title h1.title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
}

@media (max-width: 767.98px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: 50px;
  }
}
.basic-subpage h2 {
  color: rgba(0, 0, 0, 0.8);
}

.basic-subpage .section-content-main {
  padding-bottom: 8vw;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991.98px) {
  .basic-subpage .section-content-main {
    padding-bottom: 16vw;
  }
}
.basic-subpage .section-content-main .section {
  padding: 0;
}

.basic-subpage .section-content-main .section .container {
  padding-left: 15px;
  padding-right: 15px;
}

.basic-subpage .section-title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
}

@media (max-width: 767.98px) {
  .basic-subpage .section-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .basic-subpage .section-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .basic-subpage .section-title {
    font-size: 36px;
  }
}
.basic-subpage .subtitle {
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  text-align: center;
}

@media (max-width: 767.98px) {
  .basic-subpage .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .basic-subpage .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .basic-subpage .subtitle {
    font-size: 26px;
  }
}
.subpage {
  background: #fff;
}

.catalog {
  background: #fff;
}

.catalog figure {
  margin: 2em 0;
}

.catalog .basic-content-hero {
  height: 40vw;
  min-height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  background-color: #fff;
}

.catalog .basic-content-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog .page-title {
  padding: 0;
  text-align: left;
}

@media (max-width: 991.98px) {
  .catalog .page-title {
    padding-top: 8vw;
  }
}
@media (min-width: 992px) {
  .catalog .page-title {
    padding-top: 5vw;
  }
}
.catalog .page-title h1.page-title,
.catalog .page-title h1.title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: 50px;
  }
}
.catalog .catalog__body {
  color: rgba(0, 0, 0, 0.8);
}

.catalog .section-content-items {
  padding-bottom: 5vw;
}

.catalog .section-content-items .content-row > .col {
  padding: 0;
}

.catalog .catalog-item.even .paragraph--type--catalog-item {
  background: transparent;
}

.catalog .catalog-item.odd .paragraph--type--catalog-item {
  background: #f1f4f7;
}

.subpage {
  background-color: #fff;
}

.story-subpage .page-title {
  padding: 0;
  text-align: left;
}

@media (max-width: 991.98px) {
  .story-subpage .page-title {
    margin-top: 8vw;
  }
}
@media (min-width: 992px) {
  .story-subpage .page-title {
    margin-top: 5vw;
  }
}
.story-subpage .page-title h1.page-title,
.story-subpage .page-title h1.title {
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: 0em;
}

@media (max-width: 767.98px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: 50px;
  }
}
.paragraph--type--s2-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3vw 15px;
}

.paragraph--type--s2-text .text-wrapper {
  max-width: 38em;
  width: 100%;
}

.paragraph--type--s2-text .text-wrapper h2.section-title {
  text-align: center;
}

.paragraph--type--s2-text .text-wrapper h3.subtitle {
  text-align: center;
}

.paragraph--type--s2-text .text-wrapper .story-block-text {
  text-align: left;
}

.paragraph--type--s2-text .story-block-text p:last-of-type {
  margin-bottom: 0;
}

.section-twitter {
  background: transparent;
  overflow: hidden;
}

.section-twitter .intro .section-title {
  text-align: center;
}

.section-twitter .intro .intro-body {
  text-align: center;
}

.section-twitter .widget-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767.98px) {
  .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2.section-title {
    padding-top: 5vw;
  }
}
@media (min-width: 768px) {
  .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2.section-title {
    padding-top: 8vw;
  }
}
@media (max-width: 767.98px) {
  .section-video-embed.paragraph--view-mode--video-2 {
    padding: 10vw 5vw;
  }
}
@media (min-width: 768px) {
  .section-video-embed.paragraph--view-mode--video-2 {
    padding: 8vw 8vw;
  }
}
.section-video-embed.paragraph--view-mode--video-2 .video__story-block-video {
  width: 100%;
  max-width: 1080px;
}

.section-video-embed.paragraph--view-mode--video-3 .mfp-video-embed-popup {
  text-align: center;
}

.section-video-embed {
  background: transparent;
}

.section-video-embed .intro .section-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-video-embed .intro .intro-body {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.section-video-embed .embed-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-video-embed .video__story-block-video {
  width: 100%;
}

.section-video-embed .embedded-video {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}

.section-video-embed .embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-video-embed.light-bg-dark-text {
  background: #fff;
}

.section-video-embed.light-bg-dark-text .intro .section-title {
  color: rgba(0, 0, 0, 0.8);
}

.section-video-embed.light-bg-dark-text .intro .intro-body {
  color: rgba(0, 0, 0, 0.8);
}

.section-video-embed.light-bg-dark-text .intro .intro-body a {
  color: #b82b8a;
}

.section-video-embed.light-bg-dark-text .intro .intro-body a:hover {
  color: #65184c;
}

.section-video-embed.dark-bg-light-text {
  background: #27262f;
}

.section-video-embed.dark-bg-light-text .intro .section-title {
  color: #fff;
}

.section-video-embed.dark-bg-light-text .intro .intro-body {
  color: #fff;
}

.section-video-embed.dark-bg-light-text .intro .intro-body a {
  color: #b82b8a;
}

.section-video-embed.dark-bg-light-text .intro .intro-body a:hover {
  color: #dd6cb8;
}

.section-contact {
  background: transparent;
}

.section-contact .intro .section-title {
  text-align: center;
}

.section-contact .intro .intro-body {
  text-align: center;
}

.section-contact .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: #f1f4f7;
  padding: 20px;
  border-radius: 10px;
}

.section-contact .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.section-contact .contact-detail i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px;
}

.section-contact .contact-detail p {
  margin: 0;
}

.section-contact .contact-detail span.country {
  display: none;
}

.section-contact .contact-name {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.125em;
}

.section-contact .wufoo-form-container form.wufoo .info h2 {
  display: none;
}

/*
.search-block-form {
	.form-item {
		margin: 0;
	}
	input.form-submit {
		font-size: 14px;
		padding: 7px 10px;
		background: #000;
		border: 0;
		position: relative;
		top: -2px;
	}
}*/
.l-header nav.menu--main {
  height: 50%;
}

.l-header nav.menu--main .menu {
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header nav.menu--main .menu li > a.main-nav {
  display: block;
  color: #000;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: capitalize;
  font-family: "scandia-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 0em) and (max-width: 40em) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 18px;
    font-size: 1rem;
    padding: 10px;
  }
}
@media (min-width: 40.063em) and (max-width: 61.25em) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 18px;
    font-size: 1rem;
    padding: 22px 10px 20px;
  }
}
@media (min-width: 61.313em) and (max-width: 75em) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 22px 10px 20px;
  }
}
@media (min-width: 75.063em) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 22px 15px 22px;
  }
}
.l-header nav.menu--main .menu li a.icon-search {
  font-size: 0 !important;
  width: 30px;
  height: 54px;
  background: url(../images/icons/icon-search-black.svg) no-repeat scroll center 19px;
  background-size: 80% auto;
  margin-bottom: 10px;
}

.pre-content .secondary-nav {
  padding: 0 0 0 3vw;
  background: #000;
}

@media (min-width: 0em) and (max-width: 64em) {
  .pre-content .secondary-nav {
    display: none;
  }
}
.pre-content .secondary-nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pre-content .secondary-nav ul.menu li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pre-content .secondary-nav ul.menu li:nth-child(4) {
  margin-right: 20px;
}

.pre-content .secondary-nav ul.menu li a {
  padding: 10px 15px;
  display: block;
  line-height: 1;
  color: #fefc53;
}

.pre-content .secondary-nav ul.menu li a:hover {
  background: #fefc53;
  color: #000;
  text-decoration: none;
}

.pre-content .secondary-nav ul.menu li a.nav-feature {
  background: #b82b8a;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 20px 40px;
}

.pre-content .secondary-nav ul.menu li a.nav-feature:hover {
  text-decoration: none;
  background: #d343a4;
  color: #fff;
}

.mobile-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-mobile-header .site-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 300px;
  text-align: center;
  height: 50px;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-mobile-header .site-name a {
  display: inline-block;
  width: auto;
  height: auto;
  font-weight: 700;
}

.mobile-nav a.nav-feature {
  background: #fefc53;
  color: #000;
}

div#block-views-search-form-mobile {
  display: none;
}

.front .l-content-main-wrapper {
  padding: 0 0 6vw 0;
}

.front .l-content-main {
  width: 100%;
  padding-bottom: 0;
}

@media (min-width: 0em) and (max-width: 40em) {
  .front .l-content-main {
    margin: 0;
  }
}
.masthead {
  text-align: center;
  padding: 4vw;
  background: #010101;
  margin-top: 5vw;
}

@media (min-width: 0em) and (max-width: 40em) {
  .masthead {
    margin: 0 24px;
  }
}
@media (min-width: 40.063em) {
  .masthead {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}
@media (min-width: 120.063em) {
  .masthead {
    width: 80vw;
  }
}
@media (min-width: 0em) and (max-width: 40em) {
  .masthead {
    margin: 24px 24px 0;
  }
}
.masthead h1 {
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
}

.masthead h1:after {
  display: none;
}

@media (min-width: 0em) and (max-width: 40em) {
  .masthead h1 {
    font-size: 1.5em;
  }
}
.masthead h2 {
  color: #fefc53;
  margin: 0;
}

@media (min-width: 0em) and (max-width: 40em) {
  .masthead h2 {
    font-size: 1em;
    line-height: 1.7;
  }
}
.view_id-media-items-display_id-featured-item {
  margin-bottom: 30px;
}

.view_id-media-items-display_id-featured-item .card-image {
  padding: 0;
}

.front .second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 64.063em) {
  .front .second-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.front .view_id-media-items-display_id-most-recent-fbt-podcast {
  margin: 0;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #b82c8a;
}

.front .view_id-media-items-display_id-most-recent-fbt-podcast header,
.front .view_id-media-items-display_id-most-recent-fbt-podcast header h3 {
  color: #fff;
}

.front .view_id-media-items-display_id-most-recent-fbt-podcast .card-item {
  margin-bottom: 30px;
}

.front .view_id-media-items-display_id-most-recent-fbt-podcast .card-wrapper {
  width: 100%;
}

.front .view_id-media-items-display_id-most-recent-fbt-podcast .subscribe-links a {
  background: #fff;
  color: #b82c8a;
}

@media (min-width: 64.063em) {
  .front .view_id-media-items-display_id-most-recent-fbt-podcast {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
  .front .view_id-media-items-display_id-most-recent-fbt-podcast .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .front .view_id-media-items-display_id-most-recent-fbt-podcast .card-image {
    max-width: 200px;
    padding: 0;
    background: #fefc53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    height: 100%;
  }
  .front .view_id-media-items-display_id-most-recent-fbt-podcast .card-image .field--name-field-image {
    width: 100%;
    height: 100%;
  }
  .front .view_id-media-items-display_id-most-recent-fbt-podcast .card-image .field--name-field-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front .view_id-media-items-display_id-most-recent-fbt-podcast .card-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
.front .view_id-media-items-display_id-featured-evergreen {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 64.063em) {
  .front .view_id-media-items-display_id-featured-evergreen {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
.front .view_id-media-items-display_id-featured-evergreen .views-row,
.front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen {
  height: 100%;
}

.front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen {
  background: #fefc53;
}

.front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen .card .card-body {
  padding: 6vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen .card .card-body .card-text a.btn, .front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen .card .card-body .card-text a.modal-trigger--video, .front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen .card .card-body .card-text .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen .card .card-body .card-text a, .front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen .card .card-body .card-text .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen .card .card-body .card-text a {
  display: block !important;
  font-weight: bold;
  text-transform: uppercase;
}

.front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen h3.card-title {
  line-height: 1.1;
}

@media (min-width: 0em) and (max-width: 40em) {
  .front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen h3.card-title {
    font-size: 30px;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen h3.card-title {
    font-size: 34px;
    line-height: 1.1;
  }
}
@media (min-width: 64.063em) {
  .front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen h3.card-title {
    font-size: 2.5vw;
  }
}
.front .view_id-media-items-display_id-featured-evergreen .media-item--type--evergreen h3.card-title:before {
  display: none;
}

.homepage-grid-wrapper ul.homepage-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 64.063em) {
  .homepage-grid-wrapper ul.homepage-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    grid-auto-flow: column;
    display: grid;
  }
}
.homepage-grid-wrapper ul.homepage-grid li {
  display: inline;
}

.homepage-grid-wrapper li.homepage-grid-item {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
}

.homepage-grid-wrapper li.homepage-grid-item a.btn, .homepage-grid-wrapper li.homepage-grid-item a.modal-trigger--video, .homepage-grid-wrapper li.homepage-grid-item .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .homepage-grid-wrapper li.homepage-grid-item a, .homepage-grid-wrapper li.homepage-grid-item .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .homepage-grid-wrapper li.homepage-grid-item a {
  display: block !important;
}

.homepage-grid-wrapper .card-item,
.homepage-grid-wrapper .card-wrapper {
  height: 100%;
  width: 100%;
}

.homepage-grid-wrapper .card-image {
  padding: 0 !important;
}

.homepage-grid-wrapper .card-image img {
  width: 100%;
  height: auto;
}

.homepage-grid-wrapper li.homepage-grid-item {
  /*
  &:nth-child(15) {
  	//grid-column: 1 / span 3;
  	//grid-row: 1 / span 1;

  	grid-row-start: 14;
  	grid-column-start: 1;

  	grid-row-end: 16;
  	grid-column-end: 7;
  }
  &:nth-child(16) {
  	//grid-column: 1 / span 3;
  	//grid-row: 1 / span 1;

  	grid-row-start: 14;
  	grid-column-start: 7;

  	grid-row-end: 16;
  	grid-column-end: 13;
  }
  &:nth-child(17) {
  	//grid-column: 1 / span 3;
  	//grid-row: 1 / span 1;

  	grid-row-start: 16;
  	grid-column-start: 1;

  	grid-row-end: 18;
  	grid-column-end: 5;
  }
  &:nth-child(18) {
  	//grid-column: 1 / span 3;
  	//grid-row: 1 / span 1;

  	grid-row-start: 16;
  	grid-column-start: 5;

  	grid-row-end: 18;
  	grid-column-end: 9;
  }

  &:nth-child(19) {
  	grid-row-start: 16;
  	grid-column-start: 9;

  	grid-row-end: 18;
  	grid-column-end: 13;
  }*/
}

@media (min-width: 64.063em) and (max-width: 90em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 9;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(1) .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(1) .card .card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    height: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(1) .card .card-image .field--name-field-image {
    height: 100%;
    width: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(1) .card .card-image .field--name-field-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 90.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 5;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) and (max-width: 90em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 9;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(2) .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(2) .card .card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    height: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(2) .card .card-image .field--name-field-image {
    height: 100%;
    width: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(2) .card .card-image .field--name-field-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 90.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 9;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 9;
    grid-row-end: 2;
    grid-column-end: 13;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(3) .card-image {
    display: none;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(3) .card-body {
    padding-top: 75px;
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(4) {
    grid-row-start: 2;
    grid-column-start: 9;
    grid-row-end: 3;
    grid-column-end: 13;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(4) .card-image {
    display: none;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(4) .card-body {
    padding-top: 75px;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(5) {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 7;
    /*.card-image {
    	display: none;
    }
    .card-body {
    	padding-top: 75px;
    }*/
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(6) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(6) {
    grid-row-start: 3;
    grid-column-start: 7;
    grid-row-end: 4;
    grid-column-end: 13;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 7;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .card-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    /* width: auto; */
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .field--type-image {
    height: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .card-body {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.71);
    margin: 30px;
    width: calc(100% - 60px);
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .card-text-group h3.card-title,
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .card-text-group .card-text,
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .card-text-group .card-attributions {
    color: #fff;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .card-text-group .card-text {
    margin: 0;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(7) .card-text-group .date {
    color: #fefc53;
    margin-top: 10px;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(8) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(8) {
    grid-row-start: 4;
    grid-column-start: 7;
    grid-row-end: 5;
    grid-column-end: 13;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(9) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(9) {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 5;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(10) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(10) {
    grid-row-start: 5;
    grid-column-start: 5;
    grid-row-end: 6;
    grid-column-end: 9;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(11) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(11) {
    grid-row-start: 5;
    grid-column-start: 9;
    grid-row-end: 6;
    grid-column-end: 13;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(12) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(12) {
    grid-row-start: 7;
    grid-column-start: 1;
    grid-row-end: 9;
    grid-column-end: 7;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) {
    grid-row-start: 7;
    grid-column-start: 7;
    grid-row-end: 9;
    grid-column-end: 13;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .card-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    /* width: auto; */
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .field--type-image {
    height: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .card-body {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.71);
    margin: 30px;
    width: calc(100% - 60px);
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .card-text-group h3.card-title,
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .card-text-group .card-text,
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .card-text-group .card-attributions {
    color: #fff;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .card-text-group .card-text {
    margin: 0;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(13) .card-text-group .date {
    color: #fefc53;
    margin-top: 10px;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) {
    grid-row-start: 7;
    grid-column-start: 7;
    grid-row-end: 9;
    grid-column-end: 13;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .card-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    /* width: auto; */
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .field--type-image {
    height: 100%;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .card-body {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.71);
    margin: 30px;
    width: calc(100% - 60px);
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .card-text-group h3.card-title,
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .card-text-group .card-text,
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .card-text-group .card-attributions {
    color: #fff;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .card-text-group .card-text {
    margin: 0;
  }
  .homepage-grid-wrapper li.homepage-grid-item:nth-child(14) .card-text-group .date {
    color: #fefc53;
    margin-top: 10px;
  }
}
.homepage-grid-wrapper .media-item--type--evergreen {
  background: #fefc53;
}

.homepage-grid-wrapper .media-item--type--evergreen .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-grid-wrapper .media-item--type--evergreen .card .card-body {
  padding: 6vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-grid-wrapper .media-item--type--evergreen .card .card-body .card-text a.btn, .homepage-grid-wrapper .media-item--type--evergreen .card .card-body .card-text a.modal-trigger--video, .homepage-grid-wrapper .media-item--type--evergreen .card .card-body .card-text .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .homepage-grid-wrapper .media-item--type--evergreen .card .card-body .card-text a, .homepage-grid-wrapper .media-item--type--evergreen .card .card-body .card-text .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .homepage-grid-wrapper .media-item--type--evergreen .card .card-body .card-text a {
  display: block !important;
  font-weight: bold;
  text-transform: uppercase;
}

.homepage-grid-wrapper .media-item--type--evergreen h3.card-title {
  line-height: 1.1;
}

@media (min-width: 0em) and (max-width: 40em) {
  .homepage-grid-wrapper .media-item--type--evergreen h3.card-title {
    font-size: 30px;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .homepage-grid-wrapper .media-item--type--evergreen h3.card-title {
    font-size: 34px;
    line-height: 1.1;
  }
}
@media (min-width: 64.063em) {
  .homepage-grid-wrapper .media-item--type--evergreen h3.card-title {
    font-size: 2.5vw;
  }
}
.homepage-grid-wrapper .media-item--type--evergreen h3.card-title:before {
  display: none;
}

.homepage-grid-wrapper #media-item-358,
.homepage-grid-wrapper #media-item-360 {
  background: #fefc53;
  /*.card-title {
  	&:before {
  		content: "";
  		width: 25px;
  		height: 1em;
  		background: #b82c8a;
  		display: inline-block;
  		flex: 0 0 25px;
  		margin: 0 10px 0 0;
  		position: absolute;
  		left: -40px;
  		top: 3px;
  	}
  }*/
}

.homepage-grid-wrapper #media-item-360 {
  background: #fff;
}

.homepage-grid-wrapper #media-item-360 .card {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homepage-grid-wrapper #media-item-360 .card h3.card-title {
  font-size: 30px;
}

.l-header {
  background: #fefc53;
}

.l-header .site-name a {
  font-family: "scandia-web", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 1.4em;
  letter-spacing: -0.02em;
}

.l-header .site-name a:hover {
  color: #b82b8a;
  text-decoration: none;
}

.l-header .l-constrained {
  max-width: 100%;
}

@media (min-width: 0em) and (max-width: 40em) {
  .l-content-main {
    margin: 0 24px;
  }
}
@media (min-width: 40.063em) {
  .l-content-main {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}
@media (min-width: 120.063em) {
  .l-content-main {
    width: 80vw;
  }
}
section#content {
  background: #f1f4f6;
}

h1,
h1.title,
h1.page-title {
  text-align: center;
  margin-bottom: 2em;
}

h1:after,
h1.title:after,
h1.page-title:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #b82c8a;
  margin: 0.5em auto 0;
}

.btn, .modal-trigger--video, .section-alert .alert .feature-box-button a, .section-contact-form form button, .album-wrapper .musical_album__album-purchase-link a {
  font-weight: bold;
}

.block--blockify-blockify-breadcrumb,
.block-system-breadcrumb-block,
.project__field-name-dynamic-block-fieldnode-breadcrumb {
  background-color: transparent;
}

nav.pager {
  margin: 3em 0;
  font-size: 15px;
}

.form-item-category-id label[for=edit-category-id] {
  display: none;
}

@media (min-width: 0em) and (max-width: 40em) {
  div#block-social-media-links-block {
    display: none;
  }
}
@media (min-width: 40.063em) {
  div#block-social-media-links-block {
    position: fixed;
    left: 0;
    width: 35px;
    background: #ff0;
    z-index: 100;
    -webkit-box-shadow: 2px 2px 0 #000;
            box-shadow: 2px 2px 0 #000;
  }
  div#block-social-media-links-block ul.platforms {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#block-social-media-links-block ul.platforms li {
    margin: 0;
    padding: 0;
  }
  div#block-social-media-links-block ul.platforms li a {
    color: #000;
  }
  div#block-social-media-links-block ul.platforms li a:hover {
    color: #b82b8a;
  }
  div#block-social-media-links-block ul.platforms li a span {
    font-size: 20px;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  div#block-social-media-links-block {
    top: calc(165px + 6.2vw);
  }
}
@media (min-width: 64.063em) {
  div#block-social-media-links-block {
    top: calc(242px + 6.2vw);
  }
}
.page-title-wrapper h1 {
  text-transform: uppercase;
  margin-bottom: 2em;
  text-align: left;
}

@media (max-width: 767.98px) {
  .page-title-wrapper h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .page-title-wrapper h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .page-title-wrapper h1 {
    font-size: 50px;
  }
}
@media (min-width: 0em) and (max-width: 40em) {
  .page-title-wrapper h1 {
    margin-bottom: 1.2em;
  }
}
.evergreen-cta .markup__body {
  max-width: 80%;
  margin: 0 auto;
  padding: 6vw;
  color: #fff;
}

.evergreen-cta .markup__body h2 {
  color: #fff;
}

.evergreen-cta .markup__body a.btn, .evergreen-cta .markup__body a.modal-trigger--video, .evergreen-cta .markup__body .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .evergreen-cta .markup__body a, .evergreen-cta .markup__body .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .evergreen-cta .markup__body a {
  background-color: #fefc53;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
}

.evergreen-cta .markup__body a.btn:hover, .evergreen-cta .markup__body a.modal-trigger--video:hover, .evergreen-cta .markup__body .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .evergreen-cta .markup__body a:hover, .evergreen-cta .markup__body .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .evergreen-cta .markup__body a:hover {
  background-color: #000;
  color: #fefc53;
}

.grid-item .views-field-nothing {
  height: 100%;
}

.grid-wrapper ul.grid-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 40px;
}

@media (min-width: 0em) and (max-width: 64em) {
  .grid-wrapper ul.grid-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (min-width: 64.063em) {
  .grid-wrapper ul.grid-list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
.grid-wrapper li.grid-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  max-width: 460px;
}

.grid-wrapper .card-item,
.grid-wrapper .card-wrapper {
  height: 100%;
  width: 100%;
}

.grid-wrapper .card-image {
  padding: 0 !important;
  background: #fff;
}

.grid-wrapper .card-image img {
  width: 100%;
  height: auto;
}

.views-field-edit-taxonomy-term {
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}

.views-field-edit-taxonomy-term a {
  display: block;
  color: #fff;
  background: #77ca21;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
}

.views-field-edit-taxonomy-term a:hover {
  text-decoration: none;
  background: #5da314;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-item {
  position: relative;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: #fff;
}

.card-item:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.card-item:hover .card {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-item .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-item a.card-outer-link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.card-item a.card-outer-link:hover {
  text-decoration: none;
}

.card-item .card {
  border: none;
  background: transparent;
}

.card-item .card .card-body {
  padding: 25px 25px 0 40px;
}

.card-item .card .card-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.card-item .card .card-title:before {
  content: "";
  width: 25px;
  height: 1em;
  background: #b82c8a;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  margin: 0 10px 0 0;
  position: absolute;
  left: -40px;
  top: 3px;
}

.card-item .card .card-text {
  margin-bottom: 1em;
}

.card-item .card .date {
  color: rgba(0, 0, 0, 0.8);
}

.card-item .classifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -8px;
  top: 15px;
  width: calc(100% + 12px);
  padding: 0;
  margin: 0;
  z-index: 1;
}

.card-item .category-wrapper {
  display: inline-block;
}

.card-item .category-wrapper a {
  display: block;
  padding: 0;
  line-height: 1;
  color: #000;
  background: #fefc53;
  padding: 7px 10px;
  line-height: 1;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 0 #000;
          box-shadow: 2px 2px 0 #000;
  text-align: center;
}

.card-item .category-wrapper a:hover {
  background: #000;
  color: #fefc53;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.card-item .media-icon-wrapper {
  background: #fff;
  color: #000;
  padding: 6px;
  line-height: 1;
  -webkit-box-shadow: 2px 2px 0 #000;
          box-shadow: 2px 2px 0 #000;
  width: 36px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-item .card-attributions {
  font-size: 14px;
  margin-bottom: 30px;
}

.card-item .card-attributions .date {
  font-style: italic;
}

.card-item .producers-wrapper {
  background: #000;
  text-align: center;
  padding: 5px 25px;
}

.card-item .producers-wrapper .producer {
  font-size: 14px;
  padding: 0 25px;
}

.card-item .producers-wrapper .producer .fbt_media_item__producer.field__items {
  color: #fff;
}

.card-item .producers-wrapper .producer a {
  color: #fff;
  display: inline-block;
}

.card-item .producers-wrapper .field--name-field-producer .field__item {
  display: inline;
}

.card-item .category-wrapper-multi {
  font-size: 14px;
  text-align: left;
  margin: 0px 25px 20px;
}

.card-item .category-wrapper-multi ul {
  margin: 0;
  padding: 0;
}

.card-item .category-wrapper-multi ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.card-item .category-wrapper-multi a {
  display: inline-block;
  padding: 4px;
  background: #bc94af;
  color: #fff;
  line-height: 1;
  margin: 0 3px;
}

.card-item .category-wrapper-multi a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.view_id-terms-lists-display_id-channels header .grid-wrapper li.grid-item {
  max-width: 100%;
}

@media (min-width: 64.063em) {
  .view_id-terms-lists-display_id-channels header .grid-wrapper li.grid-item .card-wrapper .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .view_id-terms-lists-display_id-channels header .grid-wrapper li.grid-item .card-wrapper .card .card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
  }
}
.view_id-terms-lists-display_id-channels header .grid-wrapper li.grid-item .card-body {
  padding-right: 55px;
}

.view_id-media-items-display_id-most-recent-fbt-podcast {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 30px;
  background: rgba(184, 44, 138, 0.1294117647);
  margin-bottom: 50px;
  border-radius: 12px;
}

.view_id-media-items-display_id-most-recent-fbt-podcast header {
  text-align: center;
}

.view_id-media-items-display_id-most-recent-fbt-podcast header h3 {
  font-size: 1.7em;
  margin-bottom: 10px;
}

.view_id-media-items-display_id-most-recent-fbt-podcast .card-item {
  margin-bottom: 30px;
}

.view_id-media-items-display_id-most-recent-fbt-podcast .card-wrapper {
  width: 100%;
}

.view_id-media-items-display_id-most-recent-fbt-podcast .subscribe-links {
  text-align: center;
}

.view_id-media-items-display_id-most-recent-fbt-podcast .subscribe-links a {
  display: inline-block;
  background: #b82b8a;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 15px 30px;
  line-height: 1;
  border: 1px solid #b82b8a;
  font-weight: normal;
  position: relative;
  letter-spacing: 0px;
}

@media (min-width: 0em) and (max-width: 40em) {
  .view_id-media-items-display_id-most-recent-fbt-podcast .subscribe-links a {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 40.063em) {
  .view_id-media-items-display_id-most-recent-fbt-podcast .subscribe-links a {
    display: inline-block;
    font-size: 18px;
  }
}
.view_id-media-items-display_id-most-recent-fbt-podcast .subscribe-links a:hover {
  background: #7a1d5b;
  color: #fff;
  border-color: #7a1d5b;
  text-decoration: none;
}

@media (min-width: 0em) and (max-width: 40em) {
  .view_id-media-items-display_id-most-recent-fbt-podcast .subscribe-links a {
    margin-bottom: 10px;
  }
}
@media (min-width: 64.063em) {
  .view_id-media-items-display_id-most-recent-fbt-podcast {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
  .view_id-media-items-display_id-most-recent-fbt-podcast .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .view_id-media-items-display_id-most-recent-fbt-podcast .card-image {
    padding: 0;
    background: #fefc53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    height: 100%;
  }
  .view_id-media-items-display_id-most-recent-fbt-podcast .card-image .field--name-field-image {
    width: 100%;
    height: 100%;
  }
  .view_id-media-items-display_id-most-recent-fbt-podcast .card-image .field--name-field-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .view_id-media-items-display_id-most-recent-fbt-podcast .card-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
.page-topics .grid-wrapper ul.grid-list {
  grid-gap: 20px;
}

.page-topics .grid-item {
  background: transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.page-topics .grid-item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.page-topics .grid-item a {
  text-align: left;
  display: block;
  padding: 10px 20px;
  color: #000000;
  font-weight: bold;
  background: #fff;
}

.page-topics .grid-item a:hover {
  background: #000;
  color: #fefc53;
  text-decoration: none;
}

.page-topics .grid-item a span:nth-child(2) {
  margin-left: 10px;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e9e9e9;
  color: #000;
  line-height: 1;
}

.page-about .l-content-main {
  width: 100%;
  max-width: 100%;
}

.page-about .l-content-main-wrapper {
  padding-bottom: 0;
}

#paragraph-18,
#paragraph-16 {
  background: #fff;
}

section#paragraph-47 {
  background: #fefc53;
}

section#paragraph-46 {
  background: #fff;
}

#paragraph-24 {
  background: #521c40;
}

#paragraph-24 .simple-slider .swiper-slide {
  min-height: 50vh;
  font-weight: bold;
}

#paragraph-24 blockquote {
  font-size: 24px;
}

#paragraph-24 blockquote:before {
  background: url(../images/icons/icon-quote-open_white.svg) no-repeat scroll left top;
  background-size: 100% auto;
}

#paragraph-24 blockquote p.author {
  font-weight: normal;
  font-size: 20px;
}

section#paragraph-42,
section#paragraph-43 {
  padding: 8vw;
}

section#paragraph-42 h2.section-title,
section#paragraph-43 h2.section-title {
  text-align: center;
}

section#paragraph-42 .grid-wrapper li.grid-item,
section#paragraph-43 .grid-wrapper li.grid-item {
  max-width: initial;
}

section#paragraph-42 .card-item .card .card-body,
section#paragraph-43 .card-item .card .card-body {
  padding: 25px 25px 25px 40px;
}

section#paragraph-42 .field--name-field-links,
section#paragraph-43 .field--name-field-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#paragraph-42 .field--name-field-links > .field__item,
section#paragraph-43 .field--name-field-links > .field__item {
  margin-right: 15px;
}

section#paragraph-42 {
  border-bottom: 1px solid #999;
}

section#paragraph-43 {
  padding-top: 0;
  background: #f1f4f6;
}

.page-voices form#views-exposed-form-producers-voices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 0em) and (max-width: 40em) {
  .page-voices form#views-exposed-form-producers-voices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 64.063em) {
  .page-voices form#views-exposed-form-producers-voices .form-item-field-name-value {
    min-width: 300px;
    margin-right: 20px;
    max-width: 500px;
  }
}
.page-voices form#views-exposed-form-producers-voices .form-item-field-name-value label {
  display: none;
}

.page-voices form#views-exposed-form-producers-voices .form-item-field-name-value .description {
  font-size: 16px;
}

.page-voices form#views-exposed-form-producers-voices .form-actions input.button {
  padding: 12px 20px 13px;
  cursor: pointer;
}

.page-voices .grid-wrapper {
  margin-top: 5vw;
}

.page-voices li.grid-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.page-voices li.grid-item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.page-voices li.grid-item:hover .views-field-field-name a {
  color: #fefc53;
  background: black;
  text-decoration: none;
}

.page-voices li.grid-item .views-field-field-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background: #ebdce6 url(../images/icons/user.svg) no-repeat scroll center center;
  background-size: 30% auto;
  height: 100%;
  min-height: 100px;
}

.page-voices li.grid-item .views-field-field-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  height: 100%;
}

.page-voices li.grid-item .views-field-field-name .field-content {
  height: 100%;
}

.page-voices li.grid-item .views-field-field-name a {
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  text-align: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0em) and (max-width: 40em) {
  .section-voices .l-post-content-wrapper .l-content-inner {
    margin: 0 24px;
  }
}
@media (min-width: 40.063em) {
  .section-voices .l-post-content-wrapper .l-content-inner {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}
@media (min-width: 120.063em) {
  .section-voices .l-post-content-wrapper .l-content-inner {
    width: 80vw;
  }
}
.page-producer .l-content-main {
  border-bottom: 1px solid #999;
}

.page-producer .page-title-wrapper {
  display: none;
}

.page-producer article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 40.063em) {
  .page-producer article {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 0em) and (max-width: 40em) {
  .page-producer .user__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    border-radius: 1060px;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
  }
}
@media (min-width: 40.063em) and (max-width: 64em) {
  .page-producer .user__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    border-radius: 1060px;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin-right: 5vw;
  }
}
@media (min-width: 64.063em) {
  .page-producer .user__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    border-radius: 1060px;
    overflow: hidden;
    width: 400px;
    height: 400px;
    margin-right: 7vw;
  }
}
.page-producer .user__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-producer .user__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-producer .user__links > .field__item {
  margin-right: 10px;
}

.page-producer .user__links .field--name-field-social-network-link a {
  font-size: 30px;
  padding: 10px;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  color: #fefc53;
}

.page-producer .user__links .field--name-field-social-network-link a:hover {
  background: #b82b8a;
}

.page-producer .user-links {
  text-align: center;
}

.page-producer .user-links a {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.25em;
}

.page-producer .post-content .block-views {
  margin-bottom: 8vw;
}

.page-producer .post-content .block-views h2 {
  text-align: center;
}

.page-producer .post-content .block-views:nth-child(2) {
  padding-top: 6vw;
  border-top: 1px solid #999;
}

.page-producer .post-content header {
  display: none;
}

.page-donate #paragraph-54 .hero-content-wrapper {
  max-width: 800px;
}

.page-donate section#paragraph-53 {
  background: #fefc53;
}

.page-donate .card-item {
  background: none;
}

.page-donate .card-item .card {
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 10px;
}

.page-donate .card-item .card-text-group {
  width: auto;
}

.page-donate .card-item .card-body {
  padding: 30px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.page-donate .card-item .card-title {
  text-align: center;
}

.page-donate .card-item .card-title:before {
  display: none;
}
/*# sourceMappingURL=main.css.map */
