@charset "UTF-8";
:root {
  --page-width: 100%;
  --doc-width: 100%;
}
@media only screen and (min-width: 992px) {
  :root {
    --page-width: 992px;
  }
}

html {
  line-height: 1.5;
  scroll-behavior: smooth;
}

html {
  box-sizing: border-box;
}

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

body {
  background: var(--body-background);
  margin: 0 !important;
  max-width: 100%;
}

.cleared:before, .cleared:after,
.line:before,
.line:after,
.page-ft:before,
.page-ft:after,
.clear:before,
.clear:after,
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.cleared:after,
.line:after,
.page-ft:after,
.clear:after,
.cf:after,
.clearfix:after {
  clear: both;
}

.container {
  width: var(--page-width);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .container {
    width: var(--page-width);
    margin: 0 auto;
    padding: 0;
  }
}

.site-header {
  padding-top: 12px;
  background-color: #000;
}

.site-main {
  margin-bottom: 60px;
}
.site-main section {
  margin-top: 50px;
  margin-bottom: 50px;
}

:root {
  --color-charanga-green-on-white: #01857c;
}

.charanga-green-on-white {
  color: var(--color-charanga-green-on-white);
}

:root {
  --font-body: "proxima-nova", "Proxima Nova", serif;
  --font-h1: "proxima-nova", "Proxima Nova", serif;
  --font-ampersand: Baskerville,"Palatino Linotype","Constantia","Goudy Old Style","Palatino","Book Antiqua", serif;
  --font-monospace: "Courier", monospace;
  --font-weight-base: 300;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-size-base-px: 16px;
  --line-height-base-rem: 2.0rem;
  --line-height-base-px: 20px;
  --line-height-heading-rem: 1.25rem;
  --line-height-heading-px: 12px;
}

body {
  font-family: var(--font-body);
  font-size: var(--font-size-base-px);
  font-size: var(--font-size-base-rem);
  font-weight: var(--font-weight-base);
  color: var(--base-color);
}

small {
  font-size: 14px;
  font-size: 1.4rem;
}

em, i, blockquote, q {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

blockquote, q {
  font-weight: var(--font-weight-medium);
  quotes: ‘’ " ‘’" ‘“’ ‘“’;
}

.info {
  color: #767676;
}

h1, .h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 1.125em 0 0.75em 0;
}

@media (min-width: 701px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1666666667;
    letter-spacing: -0.0277777778em;
  }
}
@media (min-width: 941px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1666666667;
    letter-spacing: -0.0277777778em;
  }
}
h2, .h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1428571429;
  letter-spacing: -0.0142857143em;
  margin: 1.125em 0 0.75em 0;
}

@media (min-width: 701px) {
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.0714285714;
    letter-spacing: -0.0214285714em;
  }
}
@media (min-width: 941px) {
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.0714285714;
    letter-spacing: -0.0214285714em;
  }
}
h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  margin: 1.125em 0 0.75em 0;
}

@media (min-width: 701px) {
  h3, .h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.1428571429;
    letter-spacing: -0.0142857143em;
  }
}
@media (min-width: 941px) {
  h3, .h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.1428571429;
    letter-spacing: -0.0142857143em;
  }
}
h4, .h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 1.125em 0 0.75em 0;
}

@media (min-width: 701px) {
  h4, .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media (min-width: 941px) {
  h4, .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
.fs-xl {
  letter-spacing: 0;
  transition: all 0.3s;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media (min-width: 501px) {
  .fs-xl {
    font-size: 1.8rem;
  }
}
@media (min-width: 941px) {
  .fs-xl {
    font-size: 2.1rem;
    letter-spacing: -0.009em;
  }
}

blockquote {
  position: relative;
  border-left: none;
  padding-left: 45px;
  padding-right: 40px;
  color: #767676;
  font-family: "Georgia", Times, serif;
  font-style: italic;
  margin-left: 0;
  margin-bottom: 12px;
}

.quote {
  font-size: 21px;
}
.quote:before {
  content: "“";
  font-size: 100px;
  position: absolute;
  left: -5px;
  top: -37px;
  font-style: normal;
}
.quote:after {
  content: "”";
  font-size: 100px;
  vertical-align: sub;
  position: absolute;
  right: -5px;
  bottom: -38px;
  font-style: normal;
}

.quotee {
  text-align: right;
  margin-right: -45px;
}

a,
.link-style {
  color: var(--color-link);
}
a:hover,
.link-style:hover {
  text-decoration: underline;
}

[href*="//"]:not([href*="secondarymusicsuite.com"],
.no-external-link-icon,
:has(img:only-child),
:has(svg:only-child),
.nav-dropdown__link,
.social-media-icon,
.nav-icon,
.login-trigger,
.card,
.button,
.btn,
.nav-icon) {
  background-image: url(https://www.secondarymusicsuite.com/site/images/icon-inline-external-link.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 18px;
  margin-right: 1px;
  background-size: 13px;
}

[target=_blank]:not(.no-external-link-icon,
:has(img:only-child),
:has(svg:only-child),
.card,
.button) {
  background-image: url(https://www.secondarymusicsuite.com/site/images/icon-inline-external-link.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 18px;
  margin-right: 1px;
  background-size: 13px;
}

.button[target=_blank] {
  background-image: none !important;
}

:root {
  --list-padding: 25px;
}

ul {
  padding-left: var(--list-padding);
}

.list__unstyled li {
  list-style-type: none;
}

.list-of-ticks {
  padding: 0 0 0 30px !important;
}

.list-of-ticks li:before {
  content: "✓";
  font-family: "Segoe UI Symbol", "Arial Unicode MS", "DejaVu Sans", "Meiryo UI", "MS UI Gothic", "Everson Mono Unicode", Meiryo, "MS Gothic", "MS Mincho", "MS PGothic", "MS PMincho", "Meslo LG L", "Meslo LG L DZ", "Meslo M L", "Meslo M L DZ", "Meslo S L", "Meslo S L DZ", "Symbola", "DejaVu Sans Condensed", "DejaVu Sans Mono", Code2000, "Everson Mono", Quivira, sans-serif;
  position: absolute;
  left: -30px;
  top: -0.2em;
  color: #38b84d;
  font-size: 1.4em;
}

.list-of-ticks li {
  position: relative;
  margin-bottom: 0.5em;
  list-style: none outside;
}

img, svg, object, embed, video {
  max-width: 100%;
  height: auto;
}

button,
.button,
.button:visited,
input[type=button],
input[type=submit],
input[type=reset],
button[type=button],
button[type=submit]:not(.site-search__submit),
button[type=reset] {
  -webkit-appearance: none;
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 0.5rem 1rem;
  padding: 12px 18px;
  border: 0 none;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #00aca1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: color, background, text-shadow, box-shadow;
  -moz-transition-duration: 0.2s;
  -moz-transition-property: color, background, text-shadow, box-shadow;
  transition-duration: 0.2s;
  transition-property: color, background, text-shadow, box-shadow;
}
button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
.button:visited:hover,
.button:visited:active,
.button:visited:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
button[type=button]:hover,
button[type=button]:active,
button[type=button]:focus,
button[type=submit]:not(.site-search__submit):hover,
button[type=submit]:not(.site-search__submit):active,
button[type=submit]:not(.site-search__submit):focus,
button[type=reset]:hover,
button[type=reset]:active,
button[type=reset]:focus {
  background-color: #ff535e;
  color: #fff;
  text-decoration: none;
  border: none;
}

.flex-vid__outer {
  max-width: 1280px;
  width: 100%;
  transition: 0.1s ease-in;
  position: relative;
  cursor: pointer;
}

.flex-vid__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.1s ease-out;
  background: white !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.flex-vid__outer:hover,
.flex-vid__outer:focus {
  filter: saturate(105%) brightness(1.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.flex-vid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  outline-color: black;
  z-index: 5;
  background: white;
}

.flex-vid__icon {
  display: none;
}

[data-js=true] .flex-vid__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.6%;
  height: auto;
  max-height: 100px;
  padding: 1px 6px;
  z-index: 10;
  transition: 0.3s ease-out;
  cursor: pointer;
}

[data-playing="1"] .flex-vid__icon {
  display: none;
}

.flex-vid__outer:hover .flex-vid__icon,
.flex-vid__outer:focus .flex-vid__icon {
  width: 18%;
  max-height: 110px;
  transition: 0.1s ease-in;
}

.flex-vid__outer:hover .flex-vid__icon__circle,
.flex-vid__outer:focus .flex-vid__icon__circle {
  transition: 0.2s;
  fill: #00aca1;
}

body:not([data-overlay=true]) [data-playing="0"]:not([data-video-started=true]) .flex-vid__overlay-thumbnail {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.flex-vid__overlay-thumbnail {
  display: none;
}

:root {
  --card-background: var(--color-obsidian);
  --card-color: var(--color-white);
  --card-heading-after-image-font-size-px: 24px;
  --card-heading-after-image-font-size-rem: 2.4rem;
  --card-heading-font: var(--font-h1);
  --card-heading-after-image-font: var(--font-body);
  --card-heading-after-image-line-height: 22px;
  --card-heading-status-text-line-height: 20px;
}

.card {
  box-shadow: 0 2px 5px rgba(22, 29, 29, 0.15);
  border-radius: 4px;
  padding: 10px;
  display: block;
  color: var(--card-color);
  background-color: var(--card-background);
}
.card .card__img-wrapper {
  width: auto;
  height: 60px;
  margin-top: 10px;
}
.card .card__img-wrapper img {
  width: auto;
  max-height: 60px;
}
.card .card__text-wrapper {
  padding: 15px;
}
.card .card__text-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.card .card__text-wrapper .heading-status-text {
  line-height: var(--card-heading-status-text-line-height);
}
.card.background__image {
  display: flex;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.card.background__image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-obsidian);
  mix-blend-mode: lighten;
  z-index: 1;
}
.card.background__image .card__text-wrapper {
  margin-top: auto;
  z-index: 2;
}

.block-link, .block-link:hover {
  display: block;
  text-decoration: none;
  color: var(--base-color);
  cursor: pointer;
  box-shadow: 0 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.block-link img, .block-link p, .block-link li, .block-link div, .block-link a, .block-link:hover img, .block-link:hover p, .block-link:hover li, .block-link:hover div, .block-link:hover a {
  text-decoration: none;
}
.block-link .underline-and-none-on-hover {
  text-decoration: underline;
}
.block-link:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}
.block-link:hover h1, .block-link:hover h2, .block-link:hover h3, .block-link:hover h4, .block-link:hover h5 {
  text-decoration: underline;
}
.block-link:hover a {
  text-decoration: none;
}
.block-link:hover .underline-and-none-on-hover {
  text-decoration: none;
}

.block-link.flex,
.block-link.flex:hover {
  display: flex;
  text-decoration: none;
  color: var(--base-color);
  cursor: pointer;
}
.block-link.flex img, .block-link.flex p, .block-link.flex li, .block-link.flex div, .block-link.flex h1, .block-link.flex h2, .block-link.flex h3, .block-link.flex h4, .block-link.flex h5,
.block-link.flex:hover img,
.block-link.flex:hover p,
.block-link.flex:hover li,
.block-link.flex:hover div,
.block-link.flex:hover h1,
.block-link.flex:hover h2,
.block-link.flex:hover h3,
.block-link.flex:hover h4,
.block-link.flex:hover h5 {
  text-decoration: none;
}

.block-link.flex .underline-and-none-on-hover {
  text-decoration: underline;
}
.block-link.flex:hover .underline-and-none-on-hover {
  text-decoration: none;
}

.block-link:hover .block-link__highlight {
  transition: all 0.45s ease-out;
  color: var(--color-link-hover);
  text-decoration: underline;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

input[type=text],
input[type=email],
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=email]:focus,
select:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 5px rgba(0, 124, 186, 0.3);
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.checkbox-group input[type=checkbox] {
  margin-right: 10px;
  margin-top: 3px;
  width: auto;
}

.checkbox-group label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.submit-btn {
  background-color: #007cba;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover:not(:disabled) {
  background-color: #005a87;
}

.submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.error-message {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.general-error {
  background-color: #ffebee;
  color: #d32f2f;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: none;
}

.success-container {
  display: none;
  text-align: center;
  padding: 30px;
}

.success-container h1 {
  color: #2e7d32;
  margin-bottom: 20px;
}

.email-status {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  background-color: #e3f2fd;
}

.verification-email-address {
  font-weight: bold;
  color: #1976d2;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

.loading {
  display: inline-block;
  margin-left: 10px;
}

.spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007cba;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.status-sent {
  color: #ff9800;
}

.status-delivered {
  color: #4caf50;
}

.status-bounced {
  color: #f44336;
}

.form-container {
  max-width: 600px;
}

.checkbox-group input[type=checkbox] {
  margin-top: 7px;
}

input[type=text],
input[type=email],
select,
.select2-container--default .select2-selection--single {
  border: 1px solid #767676;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #767676 transparent transparent transparent;
}

.select2-dropdown {
  border: 1px solid #767676;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #767676;
}

.page-trial header,
.page-trial footer {
  display: none;
}

.page-confirm_email footer {
  display: none;
}

.none {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.flex {
  display: flex;
}

.flex-fill {
  flex: 1 0 auto;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-width-100 {
  flex-basis: 100%;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

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

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.grid-self-start {
  align-self: start;
}

.auto-top {
  margin-top: auto;
}

.auto-right {
  margin-right: auto;
}

.auto-bottom {
  margin-bottom: auto;
}

.auto-left {
  margin-left: auto;
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.hidden {
  display: none !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

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

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

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

.center-the-children {
  text-align: center;
}
.center-the-children > * {
  display: inline-block;
  margin-right: -4px;
  float: none !important;
}

.max-width-100 {
  max-width: 100%;
}

.min-width-auto {
  min-width: auto;
}

.screen-reader-text {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  z-index: 99999;
  background: #fff;
  color: #000;
  width: auto;
}

@media print {
  .print-only {
    display: block !important;
  }
  .print-only-inline {
    display: inline-block !important;
  }
  .no-print {
    display: none !important;
  }
  .flex-vid__outer,
  .subscriber-log-in {
    display: none;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  p,
  ul {
    page-break-inside: avoid;
  }
}/*# sourceMappingURL=style.css.map */