.interest {
    border-left: 10px solid;
    padding: 0px 30px;
    margin-bottom: 20px;
    font-family: 'Verdana', sans-serif;
    background: #fff;
    box-shadow: 0px 3px 6px #00000015;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.interestText {
    font-size: 16px;
    line-height: 22px;
    color: #236192;
}
  .interestTitle {
    font-size: 18px;
    font-weight: bold;
    color: #236192;
}
  .interestContent {
    width: 100%;
    padding: 0 5px;
}
  .interestTitle {
    font-size: 18px;
    font-weight: bold;
    color: #236192;
}
  .interestIcon {
    width: 30%;
    padding: 0 5px;
}
  .blueInterest {
    border-color: #236192;
}
  .yellowInterest {
    border-color: #EED484;
}
  .greenInterest {
    border-color: #279989;
}
  .orangeInterest {
    border-color: #D86018;
}
.heroIntroParent{
  position:relative;
}
.heroIntroParent::before {
    content: '';
    background: url(https://explore.interlochen.org/hubfs/header-green-blob.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -120px;
    height: 300px;
    width: 300px;
    z-index: 0;
    display: block;
    bottom: -100px;
}
  .heroIntro{
    background: #236192;
    padding: 50px;
    z-index: 1;
    position:relative;
}
  }
  .heroIntro h1, .heroIntro h2 {
    margin: 20px 0;
    color: #ffffff;
}
ul.greenBox-list {
  background: #279989;
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.white-checkmark li, ul.greenBox-list li{
    color: #fff;
    list-style-position: outside;
    list-style: none;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    position: relative;
     left: 15px;
}

ul.white-checkmark li:before, ul.greenBox-list li:before {
    content: '';
    background-image: url(https://explore.interlochen.org/hubfs/white-checkmark.svg);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    left: -30px;
    top: 15px;
}

ul.music-checkmark {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}
ul.music-checkmark li {
    width: 45%;
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0px;
    padding-left: 20px;
    font-family: 'verdana', sans-serif;
}
ul.music-checkmark.blue li {
  color: #236192;
}
ul.music-checkmark li::before {
    content: '';
    background-image: url('https://explore.interlochen.org/hubfs/Icon%20awesome-music.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: -20px;
    top: 5px;
}
ul.music-checkmark.blue li::before {
    content: '';
    background-image: url('https://explore.interlochen.org/hubfs/Icon%20awesome-music%20blue.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: -20px;
    top: 5px;
}

  
ul.black-checkmark li{
    list-style-position: outside;
    list-style: none;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    position: relative;
}
ul.black-checkmark li:before{
    content: '';
    background-image: url(https://explore.interlochen.org/hubfs/check.svg);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    left: -25px;
    top: 15px;
}
.faq-no-bottom-cta .learn-more-btn{
  display:none;
}
form {
  border-top: 6px solid rgb(216, 96, 24);
    box-shadow: rgba(0, 0, 0, 0.082) 0px 10px 15px;
    width: 100%;
    padding: 40px !important;
}
.banner-image-wrapper-blue-lp{
  position:relative;
  z-index:1;
}
.banner-image-wrapper-blue-lp::after{
  content: "";
    background: url(https://explore.interlochen.org/hubfs/Hero%20Image%20Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -175px;
    left: -250px;
    height: 791px;
    width: 877px;
    z-index: -10;
    display: block;
}

.borderedBlock {
    border: 3px solid;
    padding: 20px 30px;
    margin-bottom: 20px;
    font-family: 'Verdana', sans-serif;
    background: #fff;
}
.greenBlock, .greenBlock h4, .greenBlock p {
    color: #279989;
    border-color: #279989;
}
.orangeBlock, .orangeBlock h4, .orangeBlock p {
	color: #D86018;
    border-color: #D86018;
}
.blueBlock, .blueBlock h4, .blueBlock p{
    color: #236192;
    border-color: #236192;
}
.borderedBlockTitle {
    font-size: 14px;
    font-weight: bold;
}
.borderedBlockContent {
    font-size: 12px;
}
.quote-testimonial-wrapper{
  color:#fff;
  position:relative;
}

.quote-testimonial-wrapper::before{
  position: absolute;
    content: '';
    width: 86px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    left: -13%;
    background: url(https://explore.interlochen.org/hubfs/quote-sand-v2.svg) center no-repeat;
  z-index:1;
}
.quote-testimonial-title{
font-size:26px;
  font-weight:700;
  color:#fff;
}
.quote-testimonial-content{
  font-size:23px;
  font-weight:700;
}
.quote-testimonial-person{
  font-family:'Georgia';
  font-size:16px;
}
.green-link, .green-link:hover, .green-link:visited, .green-link:active {
  text-decoration:underline !important;
  color: #279989 !important;
  font-weight:bold;
}
a.hs-button{
 border-color:transparent; 
}
[id^='hs-button_widget_'].hs-button:hover{
  border-color:inherit;
}

form .hs-richtext h1:nth-of-type(1) strong,
form .hs-richtext h1:nth-of-type(1) span, 
form .hs-richtext h2:nth-of-type(1) strong,
form .hs-richtext h2:nth-of-type(1) span, 
form .hs-richtext h3:nth-of-type(1) strong, 
form .hs-richtext h3:nth-of-type(1) span{
  font-size:30px;
  font-weight:700;
}
ul.duck-nav {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:row;
  align-items:start;
}
ul.duck-nav li{
  color:#fff;
  margin: 40px 10px;
  font-size: 12px;
}
ul.duck-nav li a {
  text-decoration:none;
  color:#fff;
}
ul.duck-nav li a:hover {
  text-decoration:none;
}

div.duck-nav-cta-wrapper{
  display:flex;
  justify-content: flex-end;
}
div.duck-nav-cta-wrapper a ,div.duck-nav-cta-wrapper a:visited{
  background:transparent;
  color:#fff;
  border:2px solid #fff;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-weight:400;
}
.blue-before-blob, .has-background-blob{
  position:relative;
}

.blue-before-blob:after{
    content: '';
    background-image: url('https://44114590.fs1.hubspotusercontent-na1.net/hubfs/44114590/Image%201.png');
    height: 400px;
    width: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: -250px;
    bottom: -120px;
    z-index:-1;
}
.theatre-orange-blob:before{
    content: '';
    background-image: url(https://explore.interlochen.org/hubfs/Imported%20sitepage%20images/Image%203.png);
    height: 700px;
    width: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: -470px;
    bottom: -150px;
    z-index:-1;
}
div.duck-nav-cta-wrapper a:hover, div.duck-nav-cta-wrapper a:active {
  color:rgba(39, 153, 137, 1) !important;
  background:#fff;
  border: 2px solid #fff;
  padding: 15px 40px;
  font-weight:400;
}
.hs-button.blue-button, .hs-button.blue-button:active{
    background: #236192 !important;
    color: #fff !important;
    border-color: #236192 !important;
}
.blue-button:hover {
  background:transparent !important;
  color:#236192 !important;
}
@media only screen and (max-width: 576px) {
  /* For mobile phones: */
   ul.music-checkmark li{
    width: 100%;
  }
   div.duck-nav-cta-wrapper{
    margin-bottom:30px;
  }
  div.duck-nav-cta-wrapper, ul.duck-nav {
    justify-content: center;
  }
  ul.duck-nav li {
        margin: 40px 10px 30px 10px;
  }
 body [id*="hs_cos_wrapper_widget"] h1{
    font-size: 34px !important;
  }
  .quote-testimonial-wrapper::before, .blue-before-blob::before,
  #block-b1691974728124::before, {
    display:none;
  }
  form .hs-richtext h1:nth-of-type(1) strong, 
  form .hs-richtext h1:nth-of-type(1) span, 
  form .hs-richtext h2:nth-of-type(1) strong, 
  form .hs-richtext h2:nth-of-type(1) span, 
  form .hs-richtext h3:nth-of-type(1) strong, 
  form .hs-richtext h3:nth-of-type(1) span {
    font-size:24px;
  }
}