body {
  height: 100%;
  color: #333;
  padding-left: 225px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: #5a5a5a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: #757575;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: #777;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #7c7c7c;
  text-transform: none;
  margin-bottom: 19px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: #c7abab;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #7c7c7c;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  list-style-type: disc;
}

strong {
  color: #7c7c7c;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

em {
  color: #7c7c7c;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
}

blockquote {
  color: #757575;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.button {
  color: #c7abab;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 2px solid #c7abab;
  border-radius: 3px;
  padding: 15px 31px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #c7abab;
  border-color: #c7abab;
}

.button.button-with-margin {
  margin-left: 10px;
  margin-right: 10px;
}

.button.button-white {
  color: #e3543b;
  background-color: #fff;
}

.button.button-white:hover {
  color: #fff;
  background-color: #e3543b;
}

.navigation {
  z-index: 10;
  width: 225px;
  height: 100%;
  float: left;
  background-color: #3f4652;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, .11);
}

.navigation-link {
  width: 100%;
  color: #8f8f8f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 7px 30px 7px 32px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  transition: color .3s;
}

.navigation-link:hover {
  color: #e98596;
  font-weight: 400;
}

.navigation-link.w--current {
  color: #e98596;
  background-color: rgba(63, 70, 82, .15);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.navigation-menu {
  float: none;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 53px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0;
}

.brand {
  float: none;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  display: none;
}

.brand.w--current {
  margin-top: -13px;
  margin-bottom: 32px;
  display: none;
}

.banner {
  height: 100%;
  background-color: #424242;
  position: relative;
}

.social-wrapper {
  z-index: 1000;
  width: 225px;
  text-align: center;
  background-color: #2f353f;
  margin-top: 11px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 6px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.social-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 90%;
  background-color: #565d69;
  background-image: url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/facebook_icon.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  transition: background-color 300ms ease;
}

.social-icon:hover {
  background-color: #ff5c78;
  background-image: url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/facebook_icon.png');
}

.social-icon.twitter {
  background-image: url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/youtube_2youtube_1.png');
  background-size: 20px;
}

.social-icon.twitter:hover {
  background-image: url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/youtube_2youtube_1.png');
  background-size: 20px;
}

.social-icon.linkdin {
  margin-right: 7px;
  margin-left: 7px;
  background-image: url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/instagram_1.png');
  background-size: 20px;
}

.social-icon.linkdin:hover {
  background-image: url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/instagram_1.png');
  background-size: 20px;
}

.social-icon.rss {
  background-image: url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/pinterest_2pinterest_1.png');
  background-size: 21px;
}

.social-icon.rss:hover {
  background-image: url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/pinterest_2pinterest_1.png');
  background-size: 21px;
}

.social-icon.icon-team, .social-icon.icon-team.icon-2, .social-icon.icon-team.icon-3 {
  background-image: none;
}

.section {
  padding: 100px 10px;
  position: relative;
}

.section.gray {
  background-color: #fafafa;
}

.section.gray.photo {
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.parallax {
  background-image: linear-gradient(rgba(136, 136, 136, .8), rgba(136, 136, 136, .8)), none;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.less-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.top-title.in-inner {
  color: #fff;
  margin-bottom: 0;
}

.divider-line {
  width: 70px;
  height: 3px;
  background-color: #d1d1d1;
  margin: 20px auto 0;
  display: block;
}

.divider-line.margin-left {
  margin-left: 0;
}

.divider-line.margin-left.less-space {
  margin-top: 15px;
  margin-bottom: 15px;
}

.top-sub-text {
  color: #bdbdbd;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.top-sub-text.white {
  color: #fff;
}

.tab-content {
  margin-top: 50px;
}

.tab {
  opacity: .7;
  color: #313131;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 30px;
  margin-right: 30px;
  padding: 14px 6px;
  font-size: 15px;
  font-weight: 600;
  transition: opacity .5s;
}

.tab:hover {
  opacity: 1;
}

.tab.w--current {
  opacity: 1;
  color: #e3543b;
  background-color: rgba(0, 0, 0, 0);
}

.tab-menu {
  text-align: center;
}

.tab-icon {
  width: 50px;
  height: 50px;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-icon.icon-2, .tab-icon.icon-3, .tab-icon.icon-4 {
  background-image: none;
}

.call-to-action-wrapper {
  margin-top: 20px;
}

.call-to-action-wrapper.center {
  text-align: center;
}

.column-0-padding {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-wrapper {
  width: 33.333%;
  float: left;
  position: relative;
  overflow: hidden;
}

.features-wrapper {
  width: 25%;
  float: left;
  border: 1px solid #ebebeb;
  margin-top: -1px;
  margin-left: -1px;
  padding: 23px;
}

.features-icon {
  width: 40px;
  height: 40px;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  margin-bottom: 10px;
}

.features-icon.icon-2, .features-icon.icon-3, .features-icon.icon-4, .features-icon.icon-5, .features-icon.icon-6, .features-icon.icon-7, .features-icon.icon-8 {
  background-image: none;
}

.clients-wrapper {
  width: 20%;
  height: 80px;
  float: left;
  opacity: .5;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 145px;
  transition: opacity .5s ease-in-out;
}

.clients-wrapper:hover {
  opacity: .8;
}

.clients-wrapper.logo-2, .clients-wrapper.logo-3, .clients-wrapper.logo-4, .clients-wrapper.logo-5 {
  background-image: none;
}

.footer {
  background-color: #3f4652;
  padding-top: 0;
  position: relative;
}

.footer-wrapper {
  height: 226px;
  max-height: 226px;
  color: #fff;
  border-right: 1px solid #4a4a4a;
  padding-right: 10px;
}

.bottom-footer {
  height: 52px;
  background-color: #32363d;
  margin-top: 0;
  padding: 14px 25px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.center {
  text-align: center;
}

.center.spacer {
  margin-bottom: 24px;
}

.footer-title {
  margin-bottom: 30px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.list-footer {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.footer-icon {
  width: 30px;
  height: 30px;
  float: left;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 0;
  position: relative;
  top: -2px;
}

.footer-icon.icon-2, .footer-icon.icon-3 {
  background-image: none;
}

.footer-icon.icon-4 {
  background-image: none;
  background-size: 10px;
}

.footer-link {
  line-height: 26px;
  transition: color .5s;
  display: block;
  position: relative;
}

.footer-link:hover {
  color: #fff;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-navigation {
  padding-top: 15px;
  font-size: 12px;
  position: relative;
}

.slider-navigation.absolute-position {
  padding-top: 5px;
  position: absolute;
}

.testimonials-wrapper {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}

.testimonials-photo {
  width: 80px;
  height: 80px;
  background-image: none;
  background-size: contain;
  border-radius: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-photo.photo-3, .testimonials-photo.photo-2 {
  background-image: none;
}

.testimonials-content {
  margin-bottom: 20px;
}

.testimonials-paragraph {
  color: #fff;
}

.testimonials-name {
  color: #fff;
  text-transform: uppercase;
}

.testimonials-sub-name {
  color: rgba(255, 255, 255, .89);
  font-size: 13px;
  font-weight: 300;
}

.portfolio-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(227, 84, 59, .95);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.portfolio-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.portfolio-sub-title {
  color: rgba(255, 255, 255, .76);
  letter-spacing: 1px;
  font-family: PT Serif, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 26px;
  position: absolute;
  top: 49px;
  left: 20px;
}

.portfolio-icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s ease-in-out;
  display: block;
  position: relative;
  top: 43%;
}

.portfolio-icon:hover {
  background-color: #333;
}

.inner-banner {
  background-image: linear-gradient(rgba(136, 136, 136, .8), rgba(136, 136, 136, .8)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-banner.photo-2, .inner-banner.photo-3, .inner-banner.photo-4 {
  background-image: linear-gradient(rgba(136, 136, 136, .8), rgba(136, 136, 136, .8)), none;
}

.skills-bar {
  margin-bottom: 15px;
}

.skills-percent-bar {
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.skills-bar-overlay {
  width: 80%;
  height: 3px;
  background-color: #e3543b;
  position: absolute;
  top: 0;
  left: 0;
}

.skills-bar-overlay.bar-2 {
  width: 100%;
}

.skills-bar-overlay.bar-3 {
  width: 65%;
}

.skills-bar-overlay.bar-4 {
  width: 46%;
}

.skills-bar-overlay.bar-5 {
  width: 91%;
}

.team-wrapper {
  position: relative;
  overflow: hidden;
}

.team-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(79, 79, 79, .8), rgba(79, 79, 79, .8));
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-overlay:hover {
  opacity: 1;
}

.team-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.team-name {
  margin-bottom: 5px;
  font-weight: 600;
}

.team-sub-text {
  color: #e3543b;
  margin-bottom: 10px;
  font-size: 13px;
}

.paragraph-white {
  color: #fff;
  font-size: 13px;
}

.hero {
  text-align: center;
  margin-bottom: 41px;
  position: relative;
}

.hero.figurescapes {
  background-image: linear-gradient(to bottom, null, null), none;
  background-size: auto, cover;
}

.hero.veil {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.whimsical {
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.mobile-art {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.flower {
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.myst {
  background-image: none, linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42));
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero.healing-wings {
  background-image: linear-gradient(rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.abstract {
  background-image: linear-gradient(rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), none;
  background-size: auto, cover;
}

.hero.ladies {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.winged-messenger {
  background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.pencil {
  background-image: linear-gradient(rgba(41, 7, 48, .19), rgba(41, 7, 48, .19)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.persephone {
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.make {
  background-image: linear-gradient(rgba(95, 85, 87, .33), rgba(95, 85, 87, .33)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.camellia {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
}

.hero.rising {
  background-image: linear-gradient(rgba(0, 0, 0, .17), rgba(0, 0, 0, .17)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.moments {
  background-image: linear-gradient(rgba(2, 218, 193, .12), rgba(2, 218, 193, .12)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.whimsical-houses {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.gilded {
  background-image: linear-gradient(rgba(105, 71, 43, .31), rgba(105, 71, 43, .31)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.under {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), none;
  background-position: 0 0, 0;
}

.hero.controlled-chaos {
  background-image: linear-gradient(rgba(0, 0, 0, .17), rgba(0, 0, 0, .17)), none;
}

.hero.held {
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.happytown {
  background-image: linear-gradient(rgba(0, 0, 0, .17), rgba(0, 0, 0, .17)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.tender-togetherness {
  background-image: linear-gradient(rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.animal-portraits {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.inspired-by-nature {
  background-image: linear-gradient(rgba(103, 74, 73, .15), rgba(103, 74, 73, .15)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.watercolor {
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, 1200px;
}

.hero.petals {
  background-image: none, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.hero.flow {
  background-image: linear-gradient(rgba(82, 82, 82, .21), rgba(82, 82, 82, .21)), none;
  background-size: auto, cover;
}

.hero.literature {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.sacred-circle {
  background-image: linear-gradient(rgba(0, 0, 0, .09), rgba(0, 0, 0, .09)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.creatures {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
}

.hero.beyond-the-layers {
  background-image: linear-gradient(rgba(78, 133, 160, .34), rgba(78, 133, 160, .34)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero.feathered-crown {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.hero.eyes-of-the-soul {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/the-eyes-of-the-soul-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.abstract-freedom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/03/abstract-freedom-NW-Warmup-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.an-untamed-heart {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/An-Untamed-Heart-hero.jpg');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, cover;
}

.hero.surrendering-to-water {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/04/surrendering-to-water-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.know-your-values {
  background-image: linear-gradient(rgba(92, 74, 74, .41), rgba(92, 74, 74, .41)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/05/know-your-values-44.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.wild-coast-trees {
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/06/wild-coast-trees-welcome-image-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.lifesource {
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/06/lifesource-BeautyHdr_Classroom.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.shimmers-and-shadows {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/08/shimmers-and-shadows-lesson-4-option-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.seascapes-of-maine {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/08/seascapes-of-maine-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.bold-and-bright {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/10/bold-and-bright-sky3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.harmony-in-blue {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/08/harmony-in-blue-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}


.hero.crane-curiosities {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/10/crane-curiosities-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.unbridled-beauty {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/09/spirit-horse-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.cosmic-creations {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('https://studioworks.ivynewport.com/wp-content/uploads/2023/11/cosmic-creations-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.world-of-watercolor {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('https://studioworkscreative.s3-us-west-2.amazonaws.com/protected/classroom/world-of-watercolor/images/world-of-watercolor-warmup-image-1-wow.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-field {
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  margin-bottom: 15px;
}

.text-field.text-area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 105px;
}

.success-message {
  text-align: center;
  background-color: #50d49f;
  border-radius: 5px;
  padding: 22px;
}

.form-paragraph {
  color: #fff;
  margin-bottom: 0;
}

.error-message {
  text-align: center;
  background-color: #ff6161;
  border-radius: 5px;
  margin-top: 15px;
}

.big-slider {
  height: 100%;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 10px;
  padding-right: 10px;
}

.slide.photo-2, .slide.photo-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), none;
}

.banner-content {
  z-index: 10;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.banner-small-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .49);
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 27px;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
}

.banner-big-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
}

.banner-sub-text {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.hamburger {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(rgba(155, 187, 120, .15), rgba(155, 187, 120, .15)), none;
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap.happy-town {
  background-image: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), none;
  background-size: auto, cover;
}

.utility-page-wrap.inspired-by-nature {
  background-image: linear-gradient(rgba(44, 165, 162, .39), rgba(44, 165, 162, .39)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  background-color: rgba(255, 255, 255, .81);
  border-radius: 5px;
  flex-direction: column;
  padding: 26px 18px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header {
  z-index: 1000;
  height: 60px;
  background-color: #9dccce;
  border-bottom: 1px solid #02ad9a;
  transition: background-color .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-block {
  height: 80px;
  text-align: center;
  background-color: #fff;
  margin-top: 51px;
  padding-top: 28px;
  padding-bottom: 136px;
  font-size: 12px;
}

.navigation-div-block {
  z-index: 0;
  height: 172px;
  background-color: #565d69;
  margin-top: 17px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  top: 7px;
  left: 0;
  right: 0;
}

.navigation-div-block.mym {
  margin-top: 0;
}

.navigation-link-extra {
  z-index: 1;
  width: 100%;
  color: #a3a3a3;
  margin-top: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  transition: color .3s;
}

.navigation-link-extra:hover {
  color: #ff5c78;
}

.navigation-link-extra-2 {
  z-index: 1;
  width: 100%;
  color: #a3a3a3;
  margin-top: 39px;
  padding-bottom: 4px;
  padding-left: 40px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: color .3s;
}

.navigation-link-extra-2:hover {
  color: #ff5c78;
}

.navigation-welcome-text {
  color: #c7abab;
  letter-spacing: 2px;
  padding-top: 11px;
  padding-bottom: 6px;
  font-family: Homemade Apple, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.navigation-welcome-text.welcome-2 {
  color: #e98596;
  letter-spacing: 0;
  font-family: professor, sans-serif;
  font-size: 22px;
}

.course-title {
  text-align: center;
  text-transform: uppercase;
}

.course-title-number {
  margin-top: 12px;
  margin-bottom: 12px;
}

.course-title-header {
  color: #757575;
  text-transform: none;
  margin-top: 18px;
  margin-bottom: 8px;
  font-family: professor, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.video {
  text-align: center;
  border: 1px solid #acacac;
  margin-bottom: 0;
}

.video-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.course-title-container {
  margin-top: 0;
  margin-bottom: 0;
}

.video-div-block {
  text-align: right;
  background-color: #ececec;
  border: 1px solid #ececec;
}

.button-download-video {
 visibility: hidden;
}

.button-download-video:hover {
 visibility: hidden;
}

.button-download-video._2 {
 visibility: hidden;
}

.video-box {
  border: 1px solid #ececec;
}

.video-box.under-the-trees {
  width: 400px;
}

.hero-welcome {
  color: #fff;
  text-transform: none;
  margin: 154px 1px 2px;
  font-family: Homemade Apple, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
}

.hero-welcome.whimsical {
  font-size: 50px;
}

.hero-welcome.header-1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Quattrocento, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.hero-container {
  text-align: center;
}

.paragraph-container {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-container.mobile {
  display: none;
}

.paragraph-container.center {
  text-align: center;
}

.video-header {
  color: gray;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: 32px;
  font-family: Quattrocento, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.video-header._2 {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 19px;
  font-size: 14px;
  font-weight: 500;
}

.quote-container {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.quote-container.small {
  padding-left: 129px;
  padding-right: 129px;
}

.divider {
  height: 1px;
  background-color: #b1b1b1;
  margin-top: 18px;
  margin-bottom: 18px;
}

.divider.scotland {
  margin-top: -1px;
  margin-bottom: 17px;
}

.hero-div {
  width: 75px;
  height: 75px;
  background-color: #9dccce;
  border: 6px solid #fff;
  border-radius: 39px;
  margin-top: 61px;
  display: inline-block;
  position: relative;
  top: 38px;
}

.hero-chapter-number {
  color: #fff;
  margin-top: 27px;
  margin-bottom: 22px;
  font-family: Special Elite, sans-serif;
  font-size: 39px;
  font-weight: 300;
}

.header-logo {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 16px;
  margin-left: 20px;
  padding-right: 0;
}

.continue-text {
  color: #757575;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: professor, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
}

.continue-container {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.continue-button {
  color: #c7abab;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #c7abab;
  border-radius: 3px;
  margin-top: 31px;
  margin-bottom: 0;
  padding: 15px 31px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: background-color .2s;
}

.continue-button:hover {
  color: #fff;
  background-color: #c7abab;
}

.copy-right {
  color: #5e6879;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.footer-container {
  text-align: center;
  margin-bottom: 30px;
}

.footer-link-block {
  color: #aaaeb4;
  letter-spacing: 1px;
  margin-top: 1px;
  margin-bottom: 33px;
  font-size: 12px;
  font-weight: 500;
  transition: color .2s;
}

.footer-link-block:hover {
  color: #fff;
}

.footer-row {
  margin-top: 33px;
  padding-left: 211px;
  padding-right: 211px;
}

.header-logout-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  transition: background-color .3s;
}

.header-logout-button:hover {
  background-color: rgba(255, 255, 255, .36);
}

.header-column-2 {
  text-align: right;
}

.nav-link-block {
  z-index: 1;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 14px;
  position: relative;
}

.nav-link-block:hover {
  color: #ff5c78;
}

.nav-link-text {
  color: #a3a3a3;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: -6px;
  font-size: 13px;
  font-weight: 300;
}

.nav-link-text:hover {
  color: #fff;
}

.nav-link-column-1 {
  opacity: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-block-2 {
  width: 100%;
  margin-top: 12px;
  margin-left: 0;
  padding-left: 14px;
  transition: opacity .2s;
}

.nav-link-block-1 {
  width: 100%;
  margin-top: 77px;
  padding-left: 14px;
  transition: color .3s;
}

.nav-link-block-1:hover {
  color: #fff;
}

.navigation-clock {
  padding-left: 1px;
  padding-right: 1px;
}

.nav-link-block-3 {
  z-index: 1;
  width: 100%;
  opacity: .5;
  margin-top: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
  position: relative;
}

.nav-link-block-3:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.nav-row {
  margin-left: 15px;
}

.nav-text-block {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 3px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.nav-column-2 {
  padding-left: 9px;
  padding-right: 0;
}

.nav-link-block-4 {
  z-index: 1;
  width: 100%;
  opacity: .5;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
  position: relative;
}

.nav-link-block-4:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link-block-4.w--current {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .16);
}

.nav-link-block-4.w--current:hover {
  opacity: 1;
}

.nav-logout-block {
  z-index: 1;
  width: 100%;
  margin-top: 16px;
  display: none;
  position: relative;
}

.nav-link-block-5 {
  width: 100%;
  margin-bottom: 68px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-link-block5 {
  width: 100%;
  opacity: .5;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
}

.nav-link-block5:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.resources-supply-div {
  text-align: center;
  margin-bottom: 7px;
}

.resources-sub-head {
  color: #8a8989;
  letter-spacing: 1px;
  text-transform: none;
  font-family: professor, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 36px;
}

.book-column {
  padding-left: 21px;
  padding-right: 21px;
  overflow: visible;
}

.book-link-block {
  transition: transform .2s;
}

.book-link-block:hover {
  transform: scale(1.04);
}

.resources-books {
  margin-bottom: 0;
}

.image-link-block {
  color: rgba(0, 0, 0, 0);
  transition: transform .2s;
}

.image-link-block:hover {
  border-color: #ff5c78;
  text-decoration: none;
}

.image-3-column {
  padding-left: 19px;
  padding-right: 19px;
}

.image-3-column.centered {
  text-align: center;
}

.image-3-column.centered.spacer-column {
  padding-left: 30px;
  padding-right: 30px;
}

.resources-image-titles {
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 15px;
}

.resources-sub-text {
  text-align: center;
  margin-bottom: 0;
}

.image-2-column {
  padding-left: 21px;
  padding-right: 21px;
}

.paragraph-2-column {
  padding-left: 70px;
}

._2-column-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  border: 1px solid #acacac;
  margin-right: 1px;
}

.image:hover {
  border-color: #acacac;
}

.image.space {
  margin-bottom: 27px;
}

.sub-head-container {
  text-align: center;
}

.spacer-50-pix {
  height: 50px;
}

.image-link-text {
  text-transform: uppercase;
  margin-top: 11px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-link-text:hover {
  text-decoration: none;
}

.image-link-text.image-text-block {
  color: #7c7c7c;
}

._1-column-image {
  text-align: center;
}

.container {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-center {
  text-align: center;
}

.spacer-20 {
  height: 20px;
}

.spacer-30-pix {
  height: 30px;
}

.image-flow {
  float: right;
  padding-top: 6px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.image-flow-2 {
  float: left;
}

.image-div-left {
  max-width: 455px;
  float: left;
  margin-top: 8px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.image-div-right {
  max-width: 445px;
  float: right;
  margin-top: 8px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.image-div-right.column {
  float: none;
}

.image-div-right.right {
  text-align: center;
}

.column-image {
  padding-left: 23px;
  padding-right: 23px;
}

.continue-div-block {
  text-align: center;
}

.nav-link-introduction {
  width: 100%;
  color: #a7a7a7;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 8px 30px 8px 32px;
  font-size: 12px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link-introduction:hover {
  color: #ff5c78;
  letter-spacing: 1px;
  font-weight: 500;
}

.nav-link-introduction.w--current {
  color: #ff5c78;
  letter-spacing: 1px;
  background-color: rgba(63, 70, 82, .15);
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  transition-property: none;
}

.continue-button-div {
  text-align: center;
}

.body-login {
  background-color: #f7f7f7;
  padding-left: 0;
}

.body-login.bg {
  background-color: rgba(0, 0, 0, 0);
}

.site-nav {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.site-nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: opacity .2s;
}

.login-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-top: 24px;
  margin-right: 20px;
  padding: 9px 21px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .2s;
}

.login-button:hover {
  color: #333;
  background-color: #fff;
}

.login-button.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
}

.login-button.w--current:hover {
  color: #000;
  background-color: #fff;
  font-weight: 400;
}

.nav-logo {
  margin-top: 14px;
  margin-left: 37px;
}

.site-nav-dropdown {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #636363;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: color .2s;
}

.site-nav-dropdown:hover {
  color: #c7c7c7;
}

.login-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.login-welcome {
  color: #fff;
  margin-top: 200px;
  margin-bottom: 200px;
  font-family: Homemade Apple, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.login-column-div {
  height: 445px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-left: 9px;
  margin-right: 9px;
  transition: opacity .2s, border-color .2s;
  box-shadow: 0 2px rgba(0, 0, 0, .17);
}

.login-column-div:hover {
  opacity: .85;
  border-color: #b4b4b4;
}

.login-text {
  margin-top: 12px;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 14px;
  line-height: 20px;
}

.login-header-text {
  color: #4b4b4b;
  text-transform: none;
  margin: 11px 21px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.login-column-button {
  color: #ff5c78;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #ff5c78;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 22px;
  padding-left: 25px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 500;
  transition: background-color .2s;
  position: static;
  bottom: -1px;
  right: 32px;
}

.login-column-button:hover {
  color: #fff;
  background-color: #ff5c78;
  font-weight: 400;
}

.login-course-title-div {
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.login-container {
  margin-bottom: 59px;
}

.login-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.password-header {
  color: #414141;
  margin-bottom: 14px;
  font-size: 29px;
  font-weight: 400;
  line-height: 31px;
}

.login-logo {
  margin-top: 6px;
  margin-bottom: 16px;
}

.login-password-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff5c78;
  border: 2px solid #ff5c78;
  border-radius: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  transition: background-color .2s;
}

.login-password-button:hover {
  color: #ff5c78;
  background-color: #fff;
}

.login-password-button.back-to-classroom {
  background-color: rgba(255, 255, 255, .21);
  border-color: #fff;
}

.login-password-button.back-to-classroom:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .38);
}

.login-forgot-password {
  margin-top: 16px;
  transition: color .2s;
}

.login-forgot-password:hover {
  color: #c44259;
}

.lovely-dancer-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-bottom: 41px;
}

.login-button-text {
  padding: 7px 0;
}

.login-image-div {
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 6px;
}

.login-teacher-title {
  color: #acacac;
  margin-top: 0;
  margin-left: 21px;
  font-size: 15px;
  font-weight: 400;
}

.login-student-number {
  color: #9e9e9e;
  margin-top: 19px;
  margin-bottom: 19px;
  margin-left: 16px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.login-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-student-icon {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 41px;
}

.dropdown-icon {
  display: none;
}

.login-text-field {
  height: 44px;
  border-radius: 2px;
  margin-top: 9px;
  margin-bottom: 11px;
}

._404-icon {
  margin-top: 12px;
  margin-bottom: 15px;
}

._404-text-block {
  margin-bottom: 21px;
}

.link-block {
  display: inline;
}

.classroom-redirect {
  height: 100%;
  background-image: linear-gradient(rgba(155, 187, 120, .15), rgba(155, 187, 120, .15)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.redirect-header {
  color: #fff;
  margin-top: 265px;
  font-size: 60px;
  font-weight: 300;
}

.redirect-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .12);
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 33px;
  padding: 16px 48px;
  font-size: 18px;
  transition: background-color .2s;
}

.redirect-button:hover {
  color: #757575;
  background-color: #fff;
}

.redirect-text {
  color: #fff;
  margin-top: 27px;
  font-size: 20px;
  font-weight: 400;
}

.image-no-border {
  color: rgba(0, 0, 0, 0);
}

.figurescapes-hero {
  background-image: linear-gradient(rgba(0, 196, 205, .12), rgba(0, 196, 205, .12)), linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), none;
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  margin-bottom: 41px;
}

.nav-class-logo {
  margin-left: 78px;
  margin-right: 78px;
}

.nav-class-image {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
}

.nav-div-block {
  height: 1px;
  background-color: rgba(31, 37, 48, .17);
  margin-top: 11px;
  margin-left: 34px;
  margin-right: 34px;
}

.scotland-hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.scotland-hero-div {
  margin-top: 222px;
  margin-bottom: 222px;
}

.scotland-column {
  padding-left: 0;
  padding-right: 0;
}

.lights-camera-art-hero {
  background-image: linear-gradient(rgba(20, 75, 68, .16), rgba(20, 75, 68, .16)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-bottom: 41px;
}

.quote-text {
  color: #757575;
  text-align: center;
  margin-bottom: 20px;
  font-family: Nixie One, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.quote-text.left {
  text-align: left;
  font-size: 20px;
  line-height: 35px;
}

.quote-mark-1 {
  color: #02dac1;
  margin-top: -13px;
  font-family: IM Fell DW Pica, sans-serif;
  font-size: 90px;
  transform: rotate(180deg);
}

.quote-mark-2 {
  color: #02dac1;
  text-align: left;
  margin-top: 38px;
  font-family: IM Fell DW Pica, sans-serif;
  font-size: 90px;
}

.quote-name {
  color: #8a8989;
  text-align: right;
  margin-top: -5px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  color: #7c7c7c;
  margin-top: 11px;
  font-weight: 300;
}

.div-block {
  text-align: center;
}

.link-space {
  margin-top: 26px;
}

.section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .rich-text-block-2 {
  text-align: center;
}

.lightbox-link {
  z-index: 9999;
  position: relative;
}

.lightbox-link-2 {
  z-index: 16;
  position: static;
}

.lightbox {
  z-index: 16;
  position: relative;
}

.rich-text-block-3 {
  text-align: center;
}

.video-column {
  padding-left: 13px;
  padding-right: 13px;
}

.text-block-2 {
  color: #757575;
}

.lightbox-link-3 {
  margin-bottom: 7px;
}

.lightbox-link-4 {
  position: relative;
}

.column-4, .column-5 {
  padding-left: 19px;
  padding-right: 19px;
}

.rich-text-block-4 {
  margin-top: 12px;
}

.div-block-2 {
  height: 30px;
}

.new-class-div-box {
  text-align: center;
  border-radius: 4px;
  padding: 37px 47px;
}

.new-class-text {
  color: #fff;
  margin-bottom: 28px;
  font-size: 18px;
}

.new-class-header-text {
  color: #fff;
  margin-bottom: 19px;
  font-size: 40px;
  font-weight: 500;
}

.column-6 {
  text-align: center;
}

.header-text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bold-text {
  color: #fff;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.hero-welcome-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: professor, sans-serif;
  font-size: 75px;
  font-weight: 400;
  position: static;
}

.rich-text-block-5 {
  text-transform: uppercase;
}

.taro-list {
  line-height: 20px;
}

html.w-mod-js [data-ix="nav-hover"] {
  opacity: .44;
  transform: translate(0);
}

html.w-mod-js [data-ix="hover-effect"], html.w-mod-js [data-ix="text-hover"], html.w-mod-js [data-ix="text-hover-2"] {
  transform: scale(1);
}

html.w-mod-js [data-ix="load-reveal"] {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 0;
  }

  .navigation {
    width: auto;
    height: 60px;
    float: none;
    background-color: #9dccce;
    padding: 0 0 15px 15px;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
    box-shadow: 0 3px 5px -2px rgba(0, 92, 81, .23);
  }

  .navigation-link {
    color: #aaaeb4;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    transition: color .3s;
  }

  .navigation-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .navigation-menu {
    height: 465px;
    float: right;
    background-color: #3f4652;
    margin-top: 0;
    padding-top: 14px;
    position: absolute;
  }

  .brand {
    float: left;
    margin-top: 15px;
    margin-bottom: 16px;
    margin-left: 13px;
    display: inline-block;
  }

  .brand.w--current {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner {
    height: 70%;
  }

  .social-wrapper {
    width: 100%;
    height: 14%;
    display: none;
  }

  .footer {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer {
    height: auto;
  }

  .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero.watercolor {
    background-image: linear-gradient(to bottom, null, null), none;
    background-size: auto, cover;
  }

  .banner-big-title {
    font-size: 40px;
  }

  .banner-sub-text {
    font-size: 20px;
  }

  .hamburger {
    color: #fff;
    font-size: 24px;
    top: 0;
    right: 0;
  }

  .hamburger.w--open {
    background-color: #9dccce;
    border-radius: 0;
  }

  .header, .nav-block {
    display: none;
  }

  .navigation-div-block {
    width: 100%;
    height: 210px;
    margin-top: 0;
    top: 16px;
    bottom: -25px;
    left: 0;
    right: 0;
  }

  .course-title-header {
    line-height: 45px;
  }

  .button-download-video {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .button-download-video._2 {
    display: none;
  }

  .hero-welcome {
    margin-top: 95px;
  }

  .hero-welcome.header-1 {
    font-size: 30px;
    line-height: 50px;
  }

  .video-header._2 {
    line-height: 18px;
  }

  .hero-div {
    margin-top: 17px;
  }

  .continue-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .continue-button {
    margin-bottom: 0;
  }

  .copy-right {
    line-height: 19px;
  }

  .footer-link-block {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .nav-link-column-1 {
    text-align: left;
    padding-left: 15px;
  }

  .nav-link-block-3 {
    text-align: left;
    margin-top: 15px;
  }

  .nav-text-block {
    text-align: left;
    margin-left: 43px;
    font-size: 13px;
  }

  .nav-column-2 {
    position: absolute;
  }

  .nav-link-block-4 {
    margin-top: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link-block-4.w--current {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav-logout-block {
    opacity: .5;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: opacity .2s;
    display: block;
  }

  .nav-logout-block:hover {
    opacity: 1;
  }

  .nav-logout-image {
    margin-left: 3px;
  }

  .nav-link-block5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .book-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-3-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3-column.centered.spacer-column {
    padding-left: 23px;
    padding-right: 23px;
  }

  .spacer-50-pix {
    height: 30px;
  }

  .spacer-20 {
    height: 10px;
  }

  .image-div-left, .image-div-right {
    max-width: 350px;
  }

  .nav-link-introduction {
    color: #818181;
    margin-top: 15px;
    padding: 8px 30px 8px 32px;
    font-size: 12px;
    font-weight: 300;
  }

  .site-nav-link {
    line-height: 8px;
  }

  .login-button {
    margin-bottom: 35px;
    margin-left: 38px;
    display: inline-block;
  }

  .nav-logo {
    width: 187px;
  }

  .login-column-div {
    height: 422px;
  }

  .login-header-text {
    margin-left: 15px;
    margin-right: 15px;
  }

  .login-column-button {
    margin-top: 0;
    margin-left: 0;
  }

  .login-teacher-title {
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 20px;
  }

  .login-student-number {
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
    padding-bottom: 1px;
  }

  .login-row {
    text-align: center;
  }

  .login-student-icon {
    margin-left: 72px;
  }

  .login-men-button {
    color: #fff;
  }

  .login-nav-menu {
    text-align: left;
    background-color: #636363;
  }

  .dropdown-icon {
    display: block;
  }

  .redirect-header {
    margin-top: 237px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 47px;
  }

  .redirect-text {
    margin-left: 16px;
    margin-right: 16px;
  }

  .scotland-hero-div {
    margin-top: 124px;
    margin-bottom: 124px;
  }

  .hero-welcome-2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  p {
    line-height: 24px;
  }

  .navigation {
    padding-left: 5px;
    padding-right: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .navigation-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navigation-menu {
    margin-top: 0;
  }

  .navigation-menu.make-your-mark {
    height: 550px;
  }

  .banner {
    height: 50%;
  }

  .section.gray.photo {
    background-image: none;
  }

  .tab {
    margin-left: 12px;
    margin-right: 12px;
  }

  .portfolio-wrapper, .features-wrapper {
    width: 50%;
  }

  .clients-wrapper {
    width: 48%;
    margin-left: -1px;
    margin-right: -1px;
  }

  .footer-wrapper {
    height: auto;
    border-right-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .hero.watercolor {
    background-image: linear-gradient(to bottom, null, null), none;
    background-size: auto, cover;
  }

  .banner-big-title {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 50px;
  }

  .banner-sub-text {
    line-height: 30px;
  }

  .space-device {
    margin-top: 20px;
  }

  .another-space-device {
    margin-bottom: 20px;
  }

  .navigation-div-block {
    height: 204px;
    margin-top: 10px;
  }

  .course-title-header {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .video-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-download-video {
    display: none;
  }

  .hero-welcome {
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-welcome.whimsical {
    font-size: 40px;
  }

  .hero-welcome.header-1 {
    font-size: 30px;
  }

  .paragraph-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-container.mobile {
    padding-left: 76px;
    padding-right: 76px;
    display: block;
  }

  .paragraph-container.desktop {
    display: none;
  }

  .video-header {
    margin-left: 13px;
    font-size: 17px;
  }

  .quote-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .quote-container.small {
    padding-left: 51px;
    padding-right: 51px;
  }

  .divider {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-div {
    width: 60px;
    height: 60px;
    border-width: 4px;
    margin-top: 1px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-chapter-number {
    margin-top: 19px;
    margin-bottom: 13px;
    font-size: 30px;
  }

  .continue-text {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 30px;
    line-height: 35px;
  }

  .continue-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .copy-right {
    margin-left: 25px;
    margin-right: 25px;
    line-height: 21px;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-text-block {
    margin-left: 41px;
  }

  .resources-sub-head {
    margin-left: 10px;
    margin-right: 10px;
  }

  .book-column {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .resources-books {
    margin-bottom: 63px;
  }

  .image-link-block {
    margin-top: -3px;
  }

  .image-3-column {
    text-align: center;
    margin-bottom: 43px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3-column.centered.spacer-column {
    margin-bottom: 35px;
  }

  .image-2-column {
    margin-top: 26px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-2-column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image.lightbox {
    margin-top: 20px;
  }

  .spacer-50-pix {
    height: 30px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .spacer-20 {
    height: 1px;
  }

  .image-div-left {
    max-width: 300px;
    padding-right: 28px;
  }

  .image-div-right {
    max-width: 300px;
    float: right;
    padding-left: 27px;
  }

  .column-image {
    text-align: center;
    margin-top: 0;
    padding-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    margin-left: 18px;
  }

  .login-welcome {
    margin-top: 102px;
    margin-bottom: 102px;
    font-size: 57px;
    line-height: 59px;
  }

  .login-column-div {
    height: 16%;
    margin-left: 0;
    margin-right: 0;
  }

  .login-header-text {
    margin-top: 22px;
    margin-left: 42px;
    margin-right: 42px;
  }

  .login-column-button {
    margin-top: 9px;
    margin-bottom: 26px;
  }

  .login-container {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-image-div {
    background-color: rgba(0, 0, 0, 0);
  }

  .login-teacher-title {
    margin-top: 5px;
    margin-left: 42px;
    margin-right: 11px;
    line-height: 21px;
  }

  .login-student-number {
    margin-left: 0;
  }

  .login-row {
    position: static;
  }

  .login-student-icon {
    margin-left: 40px;
  }

  .login-men-button {
    color: #fff;
  }

  .login-column {
    margin-bottom: 36px;
  }

  .login-logo-column {
    text-align: left;
  }

  .redirect-header {
    margin-top: 168px;
    margin-left: 56px;
    margin-right: 56px;
  }

  .scotland-hero-div {
    margin-top: 98px;
    margin-bottom: 98px;
  }

  .scotland-column._3 {
    display: none;
  }

  .column-2 {
    padding-right: 21px;
  }

  .quote-mark-2 {
    padding-left: 19px;
  }

  .video-column {
    margin-bottom: 33px;
  }

  .new-class-div-box {
    margin-left: 53px;
    margin-right: 53px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .new-class-text {
    line-height: 25px;
  }

  .hero-welcome-2 {
    margin-top: 0;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 55px;
  }

  .column-embeded {
    margin-bottom: -43px;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 23px;
  }

  .navigation {
    z-index: 1000;
    padding-bottom: 15px;
    top: 0;
    left: 0;
    right: 0;
  }

  .navigation-link {
    margin-top: -1px;
  }

  .navigation-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation-menu {
    z-index: 1;
    height: 384px;
    margin-bottom: 73px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .navigation-menu.make-your-mark {
    height: 550px;
    display: block;
    position: absolute;
  }

  .brand {
    margin-top: 14px;
    margin-left: 0;
  }

  .banner {
    height: 40%;
  }

  .social-wrapper {
    display: none;
  }

  .tab {
    text-align: center;
    margin: 10px;
    display: inline-block;
  }

  .portfolio-wrapper, .features-wrapper, .clients-wrapper {
    width: 100%;
  }

  .testimonials-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero.watercolor {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), none;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .banner-big-title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-sub-text {
    font-size: 18px;
    line-height: 28px;
  }

  .hamburger.w--open {
    z-index: 1;
  }

  .header {
    position: fixed;
  }

  .navigation-div-block {
    height: 184px;
    margin-top: 24px;
    margin-bottom: 47px;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .navigation-div-block.mym {
    margin-bottom: 0;
  }

  .course-title-header {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 33px;
  }

  .video {
    margin-bottom: 25px;
  }

  .video-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .course-title-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-download-video {
    margin-right: 4px;
    display: none;
  }

  .hero-welcome {
    margin: 27px 25px 0;
    font-size: 30px;
    line-height: 38px;
  }

  .hero-welcome.whimsical {
    font-size: 20px;
    line-height: 35px;
  }

  .hero-welcome.header-1 {
    margin-top: 60px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-container {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-container.mobile {
    padding-left: 23px;
    padding-right: 23px;
  }

  .paragraph-container.desktop {
    display: none;
  }

  .video-header {
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 6px;
    font-size: 16px;
    line-height: 20px;
  }

  .video-header._2 {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 17px;
    font-size: 12px;
    line-height: 16px;
  }

  .quote-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .quote-container.small {
    padding-left: 31px;
    padding-right: 31px;
  }

  .divider {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-div {
    width: 55px;
    height: 55px;
    border-width: 4px;
    margin-top: 1px;
    top: 32px;
  }

  .hero-chapter-number {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 26px;
  }

  .continue-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 29px;
  }

  .continue-container {
    margin-top: 18px;
    margin-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .continue-button {
    margin-bottom: 18px;
    padding: 14px 35px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
  }

  .copy-right {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-link-block {
    margin-bottom: 18px;
  }

  .footer-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-block-3 {
    margin-top: 9px;
  }

  .nav-link-block-4 {
    margin-top: 0;
  }

  .nav-link-block-4.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-logout-block {
    opacity: .5;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: opacity .2s;
  }

  .nav-logout-block:hover {
    opacity: 1;
  }

  .footer-logo {
    margin-left: 33px;
    margin-right: 33px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-block5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .resources-sub-head {
    padding-right: 1px;
    font-size: 30px;
    line-height: 35px;
  }

  .book-column {
    margin-top: 11px;
    margin-bottom: 11px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .image-link-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-3-column.centered.spacer-column {
    margin-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2-column {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-head-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer-50-pix {
    height: 25px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .spacer-30-pix {
    height: 20px;
  }

  .image-div-left {
    float: none;
    padding-right: 0;
  }

  .image-div-right {
    float: none;
    padding-left: 0;
  }

  .nav-logo {
    width: 179px;
    margin-left: 8px;
  }

  .login-welcome {
    margin-top: 74px;
    margin-bottom: 74px;
    font-size: 40px;
    line-height: 47px;
  }

  .login-header-text {
    text-align: center;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .login-container {
    margin-bottom: 0;
  }

  .login-teacher-title {
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
  }

  .login-student-number {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .login-student-icon {
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .login-logo-column {
    text-align: center;
  }

  .classroom-redirect {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 50%;
  }

  .redirect-header {
    margin-top: 101px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 40px;
  }

  .redirect-text {
    margin-top: 11px;
    line-height: 25px;
  }

  .scotland-hero-div {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .quote-text {
    font-size: 20px;
    line-height: 35px;
  }

  .quote-mark-1 {
    margin-right: -11px;
    padding-left: 0;
    font-size: 60px;
  }

  .column-2 {
    font-size: 13px;
  }

  .quote-mark-2 {
    margin-top: 23px;
    padding-left: 0;
    font-size: 60px;
  }

  .quote-name {
    font-size: 15px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .video-column {
    margin-bottom: 27px;
  }

  .new-class-div-box {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .new-class-text {
    line-height: 22px;
  }

  .hero-welcome-2 {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }
}


