/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }

.button-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.button-container .btn-cta {
  margin: 5px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }

.icc-custom-header p {
  text-transform: uppercase; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }

.sto-logo-container img {
  height: 100px;
  margin: 15px 30px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }

.sto-logo-container {
  width: calc(100% + 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
  -ms-flex-align: start;
      align-items: flex-start; }

.button-container .btn-cta {
  margin: 5px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/* Profile Container*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }

.cta-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px; }

.cta-download-solid.cta-download-solid-yellow {
  background-color: #F8B149; }

.cta-download-solid.cta-download-solid-black {
  background-color: #000; }

.cta-container .cta-item {
  width: 100%;
  -ms-flex: 1;
      flex: 1; }

.cta-container .cta-item h2 {
  font-size: 2em; }

.cta-container .cta-item .cta-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row; }

.cta-container-stack .cta-item .cta-item-inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start; }

.cta-item {
  padding: 15px;
  color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

a.cta-item {
  cursor: pointer; }

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

a.cta-item:hover .cta-item-inner {
  background-color: #041E42; }

a.cta-item:hover h2,
a.cta-item:hover p {
  text-decoration: none; }

.cta-item-inner {
  padding: 50px;
  background-color: #C60586;
  height: 100%; }

.cta-item img {
  height: 50px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative;
  right: 0; }

a.cta-item:hover img {
  right: -10px; }

a.cta-item:hover {
  color: #fff !important; }

.cta-item h2 {
  font-weight: 800; }

.cta-item h2,
.cta-item p {
  -webkit-transition: .1s !important;
  -o-transition: .1s !important;
  transition: .1s !important; }

.cta-item-cta {
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.cta-item-content {
  width: calc(100% - 150px); }

.cta-container-stack .cta-item-content {
  width: 100%; }

.cta-container-stack .cta-item-content.cta-item-content-sm {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  min-height: 250px; }

.cta-container-stack .cta-item-cta {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 50px; }

.cta-container-stack .cta-item-cta img {
  height: 30px; }

.cta-container-stack .cta-item img {
  left: 0; }

.cta-container-stack .cta-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.cta-container-stack a.cta-item:hover img {
  left: 10px; }

.cta-item-yellow .cta-item-inner {
  background-color: var(--yellow); }

.cta-item.cta-item-yellow {
  color: #0450BC; }

.cta-item .social-media-container a {
  background-color: #fff;
  color: #C60586; }

.cta-item .social-media-container a:hover {
  background-color: #0450BC;
  color: #C60586; }

.cta-item a,
.cta-item a:hover {
  color: #F8B149; }

.cta-item.cta-item-yellow a,
.cta-item.cta-item-yellow a:hover {
  color: #C60586; }

@media all and (max-width: 992px) {
  .cta-item-content,
  .cta-item-cta {
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .cta-item-cta img {
    margin-top: 40px;
    height: 30px; }
  .cta-container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .cta-container .cta-item .cta-item-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 50px 5%; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }

.button-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.button-container .btn-cta {
  margin: 5px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-list__block .block-editor-url-input input[type=text], .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text] {
  width: 100% !important;
  max-width: 300px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.editor-btn-cta {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: transparent;
  padding: 16px 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.editor-btn-cta:hover {
  color: #ffffff;
  background-color: #610C86;
  text-decoration: none; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.btn-select {
  border: 1px solid #2b2727;
  color: #ffffff;
  background-color: #2b2727;
  padding: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0; }

.btn-select.active {
  background-color: #4E32A5;
  color: #ffffff;
  border-color: #4E32A5; }

.btn-select.btn-select-icon {
  min-width: 60px; }

.btn-select.btn-select-icon img {
  height: 30px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.margin-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.margin-control span {
  width: 30px;
  margin-right: 15px; }

.margin-control input {
  width: 80px; }

.margin-control span svg {
  width: 100%; }

.margin-control button {
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #0a5b89;
  color: #0a5b89;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.margin-control button:hover {
  background-color: #0a5b89;
  color: #fff; }

.editor-btn-cta.active,
.btn-select:hover {
  color: #ffffff;
  background-color: #4E32A5;
  border-color: #4E32A5;
  text-decoration: none; }

.btn-cta-cross.active {
  background-color: #2b2727; }

.btn-cta-cross.active:before,
.btn-cta-cross.active:after {
  background-color: #ffffff; }

.wa-color-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wa-color-selector > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  outline: #0A246A;
  position: relative; }

.wa-color-selector > button.active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8); }

.wa-color-selector > button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00; }

.inline-toggle {
  padding: 0 0 20px; }

.text-bold {
  font-weight: 700; }

.inline-toggle .switch {
  margin-left: 10px; }

.wa-button-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.wa-button-selector > button {
  margin: 1px; }

.wa-button-selector.no-m > button {
  margin: 1px; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 15px; }

button.color-selector-white {
  background-color: #ffffff;
  border-color: #ffffff; }

button.color-selector-black {
  background-color: #2b2727;
  border-color: #2b2727; }

button.color-selector-lightgrey {
  background-color: #F0EFF4;
  border-color: #F0EFF4; }

button.color-selector-blue {
  background-color: #0450BC;
  border-color: #0450BC; }

button.color-selector-violet {
  background-color: #4E32A5;
  border-color: #4E32A5; }

button.color-selector-purple {
  background-color: #610C86;
  border-color: #610C86; }

button.color-selector-pink {
  background-color: #C60586;
  border-color: #C60586; }

button.color-selector-darkblue {
  background-color: #041E42;
  border-color: #041E42; }

button.color-selector-yellow {
  background-color: #F8B149;
  border-color: #F8B149; }

button.color-selector-orange {
  background-color: #E1543F;
  border-color: #E1543F; }

button.color-selector-darkpurple {
  background-color: #4A0867;
  border-color: #4A0867; }

button.color-selector-white.inverse {
  background-color: rgba(0, 0, 0, 0.05) !important; }

button.inverse {
  background-color: #ffffff !important; }

.dashicons-sto-icon {
  background-image: url("assets/stride-logo.png");
  background-size: cover; }

.button-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px; }

.container-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.container-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start; }

.button-container .btn-cta {
  margin: 5px; }
