body:not(.fsComposeMode) .full-width-bg.full-width-bg-alt {
  background-color: #9C8679;
  color: #000;
}
body:not(.fsComposeMode) .full-width-bg.full-width-bg-primary {
  background-color: #B0D67A;
  color: #000;
}
body:not(.fsComposeMode) .full-width-bg.full-width-bg-secondary {
  background-color: #57B7DF;
  color: #000;
}
body:not(.fsComposeMode) .full-width-bg.full-width-bg-accent {
  background-color: #F7941E;
  color: #000;
}
body:not(.fsComposeMode) .full-width-bg.full-width-bg-light {
  background-color: #f8f8f8;
  color: #000;
}
body:not(.fsComposeMode) .full-width-bg.full-width-bg-primary h2, body:not(.fsComposeMode) .full-width-bg.full-width-bg-alt h2, body:not(.fsComposeMode) .full-width-bg.full-width-bg-secondary h2, body:not(.fsComposeMode) .full-width-bg.full-width-bg-accent h2, body:not(.fsComposeMode) .full-width-bg.full-width-bg-light h2, body:not(.fsComposeMode) .full-width-bg.full-width-bg-light .fsContent:not(.card), body:not(.fsComposeMode) .full-width-bg.full-width-bg-light a:not([class*="fs_style_"]), body:not(.fsComposeMode) .full-width-bg a.fs_style_13, body:not(.fsComposeMode) .full-width-bg a.fs_style_7 {
	color: #000;
}
body:not(.fsComposeMode) .hp-image-description .fsContent.angle-school-front {
    z-index: 5;
}
.fwcs-iframe-caption {
  width: 100%;
  box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.7);
}
.fwcs-iframe-caption h2 {
  color: white;
  background: #9C8679;
  padding: 1rem;
  font-size: 1.6rem;
  text-align: center;
}
.fwcs-iframe-caption iframe {
  width: 100%;
}
h2.fwcs-header-design, .fwcs-header-design h2 {
  margin-top: 0;
  font-weight: 300;
  font-family: "Crimson Pro";
  color: #131313;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
  font-family: "Roboto",sans-serif;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.fwcs-image-pop img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
  border-radius:20%;
}
.fwcs-image-pop img {
   transition: 1s ease;
}

.fwcs-thumbnail-pulse {
  border: 5px solid transparent;
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.fwcs-thumbnail-pulse img {
  max-width: 100%;
  vertical-align: middle;
}
.fwcs-thumbnail-pulse .fsImage:before,
.fwcs-thumbnail-pulse .fsImage:after {
  padding-top: 33.33%;
  content: "";
  display: block;
}  
.fwcs-thumbnail-pulse .fsImage {
  background: #222;
  box-shadow: 0 0 0 8px #222 inset, 0 0 0 9px #333 inset;
  color: #444;
  line-height: 0;
  text-align: center;
  display: block;
}
.fwcs-thumbnail-pulse :before {
  transition: all .5s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  transform: scale(0);
}
.fwcs-thumbnail-pulse :hover:before {
  opacity: .1;
  transform: scale(1);
}
.fwcs-thumbnail-pulse.fsStateEditable :hover:before {
  opacity: 0;
  transform: scale(0);
}
.fwcs-thumbnail-pulse :after {
  transition: all .6s ease .2s;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #aaa;
  background: #000;
  opacity: 0;
  transform: scale(0);
}
.fwcs-thumbnail-pulse :hover:after {
  opacity: .15;
  transform: scale(1);
}
.fwcs-thumbnail-pulse.fsStateEditable :hover:after {
  opacity: 0;
  transform: scale(0);
}
.fwcs-object-fit img {
  object-fit: cover;
  height: 200px;
}
.fwcs-thumbnail-pulse.fsStateEditable :before {
  background: none;
  transform: scale(1);
}
.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  background: #e5e5ea;
  border-radius: 40px;
  padding: 24px;
  text-align: center;
  color: #000;
  margin: 2rem 0;
}
.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #e5e5ea;
  border-right: 12px solid transparent;
  border-top: 12px solid #e5e5ea;
  border-bottom: 20px solid transparent;
  right: 100px;
  bottom: -24px;
   transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.bubble-bottom-right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #e5e5ea;
  border-right: 12px solid transparent;
  border-top: 12px solid #e5e5ea;
  border-bottom: 20px solid transparent;
  right: 32px;
  bottom: -24px;
}
.bubble-bottom-center:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #e5e5ea;
  border-right: 12px solid transparent;
  border-top: 12px solid #e5e5ea;
  border-bottom: 20px solid transparent;
  right: 60px;
  bottom: -24px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fsListItems .fsListItem .fsTitle a {
   color:#356e85;
   text-decoration: underline;
}
.fsListItems li.fsListItem div.fsTitle a:hover, .fsListItems li.fsListItem div.fsTitle a:focus {
   text-decoration: none;
}
.custom-padding {
  padding: 2rem;
}