:root {
  --pink: #ff5c78;
  --turquoise: #02dac1;
  --text-header: #757575;
}

body {
  color: #333;
  height: 100%;
  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 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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;
}

li {
  color: #7c7c7c;
  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: #e98596;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 2px solid #e98596;
  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: #e98596;
}

.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;
  float: left;
  background-color: #3f4652;
  width: 225px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  box-shadow: 0 0 50px 1px #0000001c;
}

.navigation-link {
  color: #8f8f8f;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  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: #3f465226;
  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 {
  background-color: #424242;
  height: 100%;
  position: relative;
}

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

.social-icon {
  background-color: #565d69;
  background-image: url('../images/facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 90%;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s;
}

.social-icon:hover {
  background-color: #c7abab;
  background-image: url('../images/facebook.png');
}

.social-icon.youtube, .social-icon.youtube:hover {
  background-image: url('../images/youtube.png');
  background-size: 20px;
}

.social-icon.instagram {
  background-image: url('../images/instagram.png');
  background-size: 20px;
  margin-left: 7px;
  margin-right: 7px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram.png');
  background-size: 20px;
}

.social-icon.pinterest, .social-icon.pinterest:hover {
  background-image: url('../images/pinterest.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(#888c, #888c), 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 {
  background-color: #d1d1d1;
  width: 70px;
  height: 3px;
  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: #0000;
  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: #0000;
}

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

.tab-icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 50px;
  height: 50px;
  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 {
  float: left;
  width: 33.333%;
  position: relative;
  overflow: hidden;
}

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

.features-icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 40px;
  height: 40px;
  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 {
  float: left;
  opacity: .5;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 145px;
  width: 20%;
  height: 80px;
  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 {
  color: #fff;
  border-right: 1px solid #4a4a4a;
  height: 226px;
  max-height: 226px;
  padding-right: 10px;
}

.bottom-footer {
  background-color: #32363d;
  height: 52px;
  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 {
  float: left;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  height: 30px;
  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 {
  background-color: #0000;
  height: auto;
}

.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 {
  background-image: none;
  background-size: contain;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  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: #ffffffe3;
  font-size: 13px;
  font-weight: 300;
}

.portfolio-overlay {
  opacity: 0;
  background-color: #e3543bf2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

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

.portfolio-sub-title {
  color: #ffffffc2;
  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 {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  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(#888c, #888c), 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(#888c, #888c), none;
}

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

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

.skills-bar-overlay {
  background-color: #e3543b;
  width: 80%;
  height: 3px;
  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 {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#4f4f4fcc, #4f4f4fcc);
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s;
  position: absolute;
  inset: 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(#00000014, #00000014), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

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

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

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

.hero.abstract {
  background-image: linear-gradient(#0000000f, #0000000f), none;
  background-size: auto, cover;
}

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

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

.hero.pencil {
  background-image: linear-gradient(#29073030, #29073030), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.hero.make {
  background-image: linear-gradient(#5f555754, #5f555754), 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(#0000002b, #0000002b), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.moments {
  background-image: linear-gradient(#02dac11f, #02dac11f), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

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

.hero.gilded {
  background-image: linear-gradient(#69472b4f, #69472b4f), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

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

.hero.controlled-chaos {
  background-image: linear-gradient(#0000002b, #0000002b), none;
}

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

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

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

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

.hero.inspired-by-nature {
  background-image: linear-gradient(#674a4926, #674a4926), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

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

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

.hero.flow {
  background-image: linear-gradient(#52525236, #52525236), none;
  background-size: auto, cover;
}

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

.hero.sacred-circle {
  background-image: linear-gradient(#00000017, #00000017), 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(#4e85a057, #4e85a057), 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.forever-is-but-a-moment {
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/forever-is-but-a-moment-hero-2.jpg');
  background-position: 0 0, 50% 38%;
  background-size: auto, cover;
}

.hero.capturing-charm-and-character {
  background-image: url('../images/capturing-charm-and-character-hero.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.hero.let-the-light-in {
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/let-the-light-in-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.into-the-wild {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/into-the-wild-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.drawing-with-procreate {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/drawing-with-procreate-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.finding-solace-in-solitude {
  background-image: linear-gradient(#1f3b4d61, #1f3b4d61), url('../images/finding-solace-in-solace-image-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.hero.watercolor-crystal-devas {
  background-image: linear-gradient(#00000045, #00000045), url('../images/watercolor-crystal-devas_AmberDeva2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.portrait-and-pattern {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/portrait_and_pattern_main_title.jpg');
  background-position: 0 0, 50% 31%;
  background-size: auto, cover;
}

.text-field {
  border: 1px solid #ebebeb;
  border-radius: 15px;
  height: 45px;
  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(#0000004d, #0000004d), 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(#0000004d, #0000004d), 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: #0000007d;
  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 {
  background-image: linear-gradient(#9bbb7826, #9bbb7826), none;
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-wrap.inspired-by-nature {
  background-image: linear-gradient(#2ca5a263, #2ca5a263), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.utility-page-content {
  text-align: center;
  background-color: #ffffffcf;
  border-radius: 5px;
  flex-direction: column;
  width: 260px;
  padding: 26px 18px;
  display: flex;
}

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

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

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

.navigation-div-block {
  z-index: 0;
  background-color: #565d69;
  height: 172px;
  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;
  color: #a3a3a3;
  width: 100%;
  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;
  color: #a3a3a3;
  width: 100%;
  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 {
  background-color: #b1b1b1;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

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

.hero-div {
  background-color: #9dccce;
  border: 6px solid #fff;
  border-radius: 39px;
  width: 75px;
  height: 75px;
  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: #0000;
  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;
  border-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: #0000;
  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: #ffffff5c;
}

.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;
  opacity: .5;
  width: 100%;
  margin-top: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
  position: relative;
}

.nav-link-block-3:hover {
  opacity: 1;
  background-color: #0000;
}

.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;
  opacity: .5;
  width: 100%;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
  position: relative;
}

.nav-link-block-4:hover {
  opacity: 1;
  background-color: #0000;
}

.nav-link-block-4.w--current {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  background-color: #ffffff29;
}

.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 {
  opacity: .5;
  cursor: pointer;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
}

.nav-link-block5:hover {
  opacity: 1;
  background-color: #0000;
}

.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: #0000;
  transition: transform .2s;
}

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

.image-3-column {
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
}

.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;
}

.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: 600;
}

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

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

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

.container {
  text-align: center;
  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 {
  float: left;
  max-width: 455px;
  margin-top: 8px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.image-div-right {
  float: right;
  max-width: 445px;
  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 {
  color: #a7a7a7;
  letter-spacing: 1px;
  width: 100%;
  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: #3f465226;
  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: #0000;
}

.site-nav {
  background-color: #0000;
  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: #0000;
  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(#0000003d, #0000003d), 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 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  height: 445px;
  margin-left: 9px;
  margin-right: 9px;
  transition: opacity .2s, border-color .2s;
  box-shadow: 0 2px #0000002b;
}

.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: #ffffff36;
  border-color: #fff;
}

.login-password-button.back-to-classroom:hover {
  color: #fff;
  background-color: #ffffff61;
}

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

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

.lovely-dancer-hero {
  background-image: linear-gradient(#00000038, #00000038), 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 {
  border-radius: 2px;
  height: 44px;
  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 {
  background-image: linear-gradient(#9bbb7826, #9bbb7826), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

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

.redirect-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ffffff1f;
  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: #0000;
}

.figurescapes-hero {
  background-image: linear-gradient(#00c4cd1f, #00c4cd1f), linear-gradient(#00000052, #00000052), 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 {
  background-color: #1f25302b;
  height: 1px;
  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(#144b4429, #144b4429), 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, .paragraph, .paragraph-2, .rich-text-block-6, .rich-text-block-7 {
  text-align: left;
}

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 {
    float: none;
    background-color: #9dccce;
    width: auto;
    height: 60px;
    padding: 0 0 15px 15px;
    position: relative;
    inset: 0 0 auto;
    overflow: visible;
    box-shadow: 0 3px 5px -2px #005c513b;
  }

  .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 {
    float: right;
    background-color: #3f4652;
    height: 465px;
    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;
    inset: 16px 0 -25px;
  }

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

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

  .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 {
    border-right-color: #0000;
    height: auto;
    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 {
    border-width: 4px;
    width: 60px;
    height: 60px;
    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 {
    float: right;
    max-width: 300px;
    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: #0000;
  }

  .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;
    inset: 0% 0 auto;
  }

  .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(#0003, #0003), 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 {
    border-width: 4px;
    width: 55px;
    height: 55px;
    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;
  }
}


