  .masthead .embed-style {
  margin-left: 10%;
  width: 32vw;
}
.masthead .embed-style .h2, .masthead .embed-style .heading {
    background-color: transparent;
    font-size: clamp(1.25rem, 2.5vw, 2.5rem);
    font-weight: 500;
    line-height: 1.5;
    padding: 0;
	  margin-bottom: .5rem
}
.masthead .embed-style .heading {
  color: white;
}
.masthead .embed-style .caption a.button-gold, .masthead .embed-style .caption a.button-maroon,
.caption-over-image a.button-gold, .caption-over-image a.button-maroon {
	border: 0;
	display: inline-block;
	border-radius: .5rem;
	padding: 1rem .5rem;
  font-size: clamp(.875rem, 1.25vw, 1.5rem);
	font-weight: 600;
	max-width: unset;
  width: 40%;
}
.masthead .embed-style .caption a.button-gold, .caption-over-image a.button-gold {
	background-color: #f7c55a;
	margin-right: 1rem;
}

.masthead .embed-style {
    top: calc(10vw);
}
.wave_highlevel {
	height: 17%;
}
@media screen and (max-width: 64em) {
  .masthead .embed-style {
    margin-left: 10%;
    width: 40vw;
    top: 3%;
  }
  .masthead .embed-style .caption a.button-gold, .masthead .embed-style .caption a.button-maroon,
  .caption-over-image a.button-gold, .caption-over-image a.button-maroon {
      padding: .5rem .25rem;
      width: 48%;
      margin-right: .25rem; 
  }
}
@media screen and (max-width: 48em) {
  .masthead .embed-style {
    margin-left: 5%;
    width: 60%;
    top: 0;
  }
  .masthead .embed-style .h2, .masthead .embed-style .heading {
    text-align: left;
  }

}
@media screen and (max-width: 30em) {

  .masthead .embed-style {
    width: 50%;
    margin-left: 2%;
  }
  .masthead .embed-style .h2, .masthead .embed-style .heading {
    font-size: 1rem;
    text-align: left;
  }
  .masthead .embed-style .caption a.button-gold, .masthead .embed-style .caption a.button-maroon,
  .caption-over-image a.button-gold, .caption-over-image a.button-maroon {
    padding: .25rem .125rem;
    font-size: .6875rem;
    width: 47%;
    
  }

}
@media screen and (max-width: 25em) {
  .masthead .embed-style {
    width: 70%;
    margin-left: 2%;
  }
  .masthead .embed-style .h2, .masthead .embed-style .heading {
    font-size: 1rem;
    text-align: left;
  }
  .masthead .embed-style .caption a.button-gold, .masthead .embed-style .caption a.button-maroon,
  .caption-over-image a.button-gold, .caption-over-image a.button-maroon {
    padding: .25rem .125rem;
    font-size: .625rem;
    width: 47%;
    
  }
}
@media screen and (max-width: 20em) {
  .masthead .embed-style {
    width: 90%;
    margin-left: 2%;
  }
  .masthead .embed-style .h2, .masthead .embed-style .heading {
    font-size: .9375rem;
    text-align: left;
  }
  .masthead .embed-style .caption a.button-gold, .masthead .embed-style .caption a.button-maroon,
  .caption-over-image a.button-gold, .caption-over-image a.button-maroon {
    padding: .25rem .125rem;
    font-size: .625rem;
    width: 47%;
    
  }
}

/*DISABLE CALLOUT HOVER EFFECTS*/
.callout__content {
  background-color: #FFFFFF !important;
}
.callout__content .cta-link {
  font-weight: 500;
}
.callout:hover .callout__content {
  background-color: #FFFFFF !important;
}
.callout:hover p {
    color: #000;
}
.callout:hover .callout__heading {
  color: #8a0000;
}
.callout:hover .cta-link, .callout:hover .cta-link svg {
    color: #124465;
}
/***/

.quick-actions {
	margin-bottom: 2rem;
}
.quick-actions ul {
  margin-bottom: 0; 
}
.quick-actions a.cta-link {
  /*font-size: clamp(.9375rem, 1.125vw, 1.0625rem);*/
  font-weight: 500;
}

.two-column-tiles .flex .column {
	box-shadow: none;
}
.two-column-tiles .flex .col-left {
    margin: 1rem 1.5rem 1rem 0;
}
.two-column-tiles .flex .col-right {
    margin: 1rem 0 1rem 1.5rem;
}
.two-column-tiles .flex .column .h3, .two-column-tiles .flex .column p, .two-column-tiles .flex .column a {
    padding-left: 0;
    padding-right: .5rem;
}
.two-column-tiles .flex .column .h3 {
  font-size: clamp(1.015rem, 1.75vw, 1.5rem);
}
@media screen and (max-width: 48em) {
  .main__content>.row>.left-content {
    display: block;  
    float: none;
    left: 0;
    padding: 0;
    margin: 2rem 1rem;
    width: 100%;
  }
  .main__content>.row>.right-content {
    display: block;  
    float: none;
    left: 0;
    padding-right: 0;
    margin: 0;
  }
  /*
  .two-column-tiles .flex .col-left, .two-column-tiles .flex .col-right {
    margin: 0 auto;
    padding: 2rem 0 0 0;
    width: 90%;
  }
    */
}
.no-masthead-image .masthead__caption h1 {
  font-size: clamp(1.875rem, 3.5vw, 3rem);
  line-height: 1.5;
}
.no-masthead-image .masthead__caption .h2 {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1.5;
}


/*
       */