/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap";
@font-face {
  font-family: "arnold";
  src: url("arnold_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "arnold_light";
  src: url("arnold_light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "montharo";
  src: url("montharo_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "arnold", sans-serif; }

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "montharo", sans-serif;
  letter-spacing: 2px !important;
  text-transform: uppercase; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: "arnold_light", sans-serif;
  letter-spacing: 1.5px !important;
  text-transform: uppercase; }

.section .heading {
  margin-bottom: 0 !important; }

.heading__title {
  font-size: 40px; }

.btn {
  border-radius: 0; }

.btn-cta.btn--block.btn--solid.btn--large {
  text-transform: uppercase;
  box-shadow: 1px 1px 10px 2px #6F72B4;
  font-size: 2.5em;
  height: 6em;
  margin: auto 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6em; }

.btn-cta.btn--block.btn--solid.btn--large:hover {
  text-shadow: 1px 1px 5px #6F72B4; }

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

.section--1584481756228 .heading__title {
  display: flex;
  align-items: center;
  justify-content: center; }

.section--1584481756228 .heading__title > img {
  margin: -6px 15px 0 0; }

/* MASTERCLASS PAGE */
.section--1588230497964 .container {
  background-color: #a0a1d0;
  border: 5px dashed #c3c4e3;
  padding-bottom: 30px;
  padding-top: 30px; }

.section--1588233345318 .container {
  background-color: #a0a1d0;
  border: 3px solid #fff;
  padding-bottom: 30px;
  padding-top: 30px; }

.block--1588230497964_0 h1 {
  font-size: 72px; }

.block--1588233345318_0 > div {
  border-bottom: 1px dashed #606060;
  margin: 0 5% 20px; }

.block--1588234002372 > div,
.block--1588234373562 > div {
  margin: 0 5% 20px;
  border-top: 1px solid #7072b6;
  border-bottom: 1px solid #7072b6; }

.block--1588234002372 > div > h1 {
  margin-bottom: 0; }

.block--1588234373562 h3 {
  font-size: 36px; }

.block--1588234428580 a {
  color: white;
  font-weight: 600;
  background-color: #71a0b5;
  font-size: 72px;
  line-height: normal;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 25px 25px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); }

.block--1588234428580 a:hover {
  filter: none;
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset; }

.blurb {
  padding: 0 20px; }

.blurb--top {
  margin: 0 20px; }

.blurb--img {
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 5px;
  background: #fff; }

.blurb--bottom {
  font-size: 20px; }

.video--embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }

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

.text--big {
  font-size: 150px; }

.text--med {
  font-size: 72px; }

.text--dark {
  color: #2d2d2d; }

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

.font--cursive {
  font-family: 'Caveat', cursive; }

.spacing--normal {
  letter-spacing: normal !important; }

.transform--none {
  text-transform: none; }

.text--shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.section--opt_in_bar .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.section--opt_in_bar .row h3 {
  font-size: 25px; }
