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

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-icon.twitter {
  background-image: url('../images/youtube_1.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

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

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

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

.social-icon.rss {
  background-image: url('../images/pinterest.png');
  background-size: 21px;
}

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

.social-icon.icon-team {
  background-image: url('../images/facebook_ffffff_100-1.png');
}

.social-icon.icon-team.icon-2 {
  background-image: url('../images/twitter_ffffff_100.png');
}

.social-icon.icon-team.icon-3 {
  background-image: url('../images/linkedin_ffffff_100.png');
}

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

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

.section.gray.photo {
  background-image: url('../images/photos.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.parallax {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/parallax.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/parallax.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

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

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

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

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

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

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

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

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

.tab {
  margin-right: 30px;
  margin-left: 30px;
  padding: 14px 6px;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #313131;
  font-size: 15px;
  font-weight: 600;
}

.tab:hover {
  opacity: 1;
}

.tab.w--current {
  background-color: transparent;
  opacity: 1;
  color: #e3543b;
}

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

.tab-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url('../images/magic_363636_100.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.tab-icon.icon-2 {
  background-image: url('../images/camera-retro_363636_100.png');
}

.tab-icon.icon-3 {
  background-image: url('../images/heart_363636_100.png');
}

.tab-icon.icon-4 {
  background-image: url('../images/paint-brush_363636_100.png');
}

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

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

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

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

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

.features-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background-image: url('../images/desktop_333333_100.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.features-icon.icon-2 {
  background-image: url('../images/leaf_333333_100.png');
}

.features-icon.icon-3 {
  background-image: url('../images/paint-brush_363636_100.png');
}

.features-icon.icon-4 {
  background-image: url('../images/star_363636_100.png');
}

.features-icon.icon-5 {
  background-image: url('../images/pencil_333333_100.png');
}

.features-icon.icon-6 {
  background-image: url('../images/heart_363636_100.png');
}

.features-icon.icon-7 {
  background-image: url('../images/cogs_363636_100.png');
}

.features-icon.icon-8 {
  background-image: url('../images/clock-o_333333_100.png');
}

.clients-wrapper {
  width: 20%;
  height: 80px;
  float: left;
  background-image: url('../images/logo-1.png');
  background-position: 50% 50%;
  background-size: 145px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

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

.clients-wrapper.logo-2 {
  background-image: url('../images/logos-9.png');
}

.clients-wrapper.logo-3 {
  background-image: url('../images/logo-4.png');
}

.clients-wrapper.logo-4 {
  background-image: url('../images/logos-6.png');
}

.clients-wrapper.logo-5 {
  background-image: url('../images/logo-5.png');
}

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

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

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

.center {
  text-align: center;
}

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

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

.footer-icon {
  position: relative;
  top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  float: left;
  background-image: url('../images/map-marker_999999_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer-icon.icon-2 {
  background-image: url('../images/envelope_999999_100.png');
}

.footer-icon.icon-3 {
  background-image: url('../images/phone_999999_100.png');
}

.footer-icon.icon-4 {
  background-image: url('../images/chevron-right_999999_100.png');
  background-size: 10px;
}

.footer-link {
  position: relative;
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  line-height: 26px;
}

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

.testimonials-slider {
  height: auto;
  background-color: transparent;
}

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

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

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

.testimonials-photo {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/cleint3.jpg');
  background-size: contain;
}

.testimonials-photo.photo-3 {
  background-image: url('../images/client2.jpg');
}

.testimonials-photo.photo-2 {
  background-image: url('../images/client1.jpg');
}

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

.testimonials-paragraph {
  color: #fff;
}

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

.testimonials-sub-name {
  color: hsla(0, 0%, 100%, .89);
  font-size: 13px;
  font-weight: 300;
}

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

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

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

.portfolio-icon {
  position: relative;
  top: 43%;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/link_e3543b_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

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

.inner-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/slide02.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/slide02.jpg');
  background-position: 0% 0%, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner-banner.photo-2 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/parallax_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/parallax_1.jpg');
}

.inner-banner.photo-3 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/slide08.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/slide08.jpg');
}

.inner-banner.photo-4 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/slide07.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/slide07.jpg');
}

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

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

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

.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 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(79, 79, 79, .8), rgba(79, 79, 79, .8));
  background-image: linear-gradient(180deg, rgba(79, 79, 79, .8), rgba(79, 79, 79, .8));
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

.hero {
  position: relative;
  margin-bottom: 41px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/BETWEEN-SHADOW-LIGHT.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/BETWEEN-SHADOW-LIGHT.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  text-align: center;
}

.hero.figurescapes {
  background-image: -webkit-linear-gradient(270deg, null, null), url('../images/figurscapes-hero.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/figurscapes-hero.jpg');
  background-size: auto, cover;
}

.hero.veil {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/class-header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/class-header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.whimsical {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/header.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero.mobile-art {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/hero_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/hero_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.flower {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/Copy-of-VintageWedding.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/Copy-of-VintageWedding.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero.myst {
  background-image: url('../images/login-cover.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42));
  background-image: url('../images/login-cover.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.hero.healing-wings {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/upon-healing-wings-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/upon-healing-wings-hero.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero.abstract {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), url('../images/abstract-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), url('../images/abstract-hero.jpg');
  background-size: auto, cover;
}

.hero.ladies {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/ladies-with-character-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/ladies-with-character-hero.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero.paradise {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/paradise-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/paradise-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1200px;
}

.hero.pencil {
  background-image: -webkit-linear-gradient(270deg, rgba(41, 7, 48, .19), rgba(41, 7, 48, .19)), url('../images/pencil-to-paper-hero.jpg');
  background-image: linear-gradient(180deg, rgba(41, 7, 48, .19), rgba(41, 7, 48, .19)), url('../images/pencil-to-paper-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.persephone {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/persephone-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/persephone-hero.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero.make {
  background-image: -webkit-linear-gradient(270deg, rgba(95, 85, 87, .33), rgba(95, 85, 87, .33)), url('../images/make-your-mark-hero.jpg');
  background-image: linear-gradient(180deg, rgba(95, 85, 87, .33), rgba(95, 85, 87, .33)), url('../images/make-your-mark-hero.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero.camellia {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/the-painted-camellia-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/the-painted-camellia-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

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

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

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

.big-slider {
  height: 100%;
}

.slide {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide01.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.photo-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide03.jpg');
}

.slide.photo-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide02.jpg');
}

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

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

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

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

.hamburger {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(89, 33%, 60%, .15), hsla(89, 33%, 60%, .15)), url('../images/login-password-bg.jpg');
  background-image: linear-gradient(180deg, hsla(89, 33%, 60%, .15), hsla(89, 33%, 60%, .15)), url('../images/login-password-bg.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  padding: 26px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .81);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 15;
  height: 60px;
  border-bottom: 1px solid #02ad9a;
  background-color: #9dccce;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-header {
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: 32px;
  color: grey;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.continue-text {
  margin-top: 0px;
  font-family: 'Homemade Apple', sans-serif;
  color: #757575;
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

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

.continue-button {
  margin-top: 31px;
  margin-bottom: 0px;
  padding: 15px 31px;
  border: 2px solid #e98596;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #e98596;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

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

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

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

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

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

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

.header-logout-button {
  margin-top: 13px;
  margin-right: 35px;
  margin-bottom: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.header-logout-button:hover {
  background-color: hsla(0, 0%, 100%, .36);
}

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

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

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

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

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

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

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

.nav-link-block-1 {
  width: 100%;
  margin-top: 77px;
  padding-left: 14px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

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

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

.nav-link-block-3 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

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

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

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

.nav-link-block-4 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

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

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

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

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

.nav-link-block5 {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

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

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

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

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

.book-link-block {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

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

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

.image-link-block {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: transparent;
}

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

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

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

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

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

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

.image-2-column {
  padding-right: 21px;
  padding-left: 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 {
  margin-top: 11px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

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

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

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

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

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

.spacer-20 {
  height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body-login.bg {
  background-color: transparent;
}

.site-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.login-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/login-header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/login-header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.login-forgot-password {
  margin-top: 16px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

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

.lovely-dancer-hero {
  margin-bottom: 41px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/hero.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

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

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

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

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

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

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

.dropdown-icon {
  display: none;
}

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

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

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

.link-block {
  display: inline;
}

.classroom-redirect {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(89, 33%, 60%, .15), hsla(89, 33%, 60%, .15)), url('../images/login-password-bg.jpg');
  background-image: linear-gradient(180deg, hsla(89, 33%, 60%, .15), hsla(89, 33%, 60%, .15)), url('../images/login-password-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.redirect-button {
  margin-top: 33px;
  padding: 16px 48px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .12);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

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

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

.image-no-border {
  color: transparent;
}

.figurescapes-hero {
  margin-bottom: 41px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 196, 205, .12), rgba(0, 196, 205, .12)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/figurscapes-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 196, 205, .12), rgba(0, 196, 205, .12)), linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/figurscapes-hero.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
}

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

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

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

.scotland-hero {
  background-image: url('../images/outlander-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

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

.lights-camera-art-hero {
  margin-bottom: 41px;
  background-image: -webkit-linear-gradient(270deg, rgba(20, 75, 68, .16), rgba(20, 75, 68, .16)), url('../images/LIGHTS-CAMERA-ART-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(20, 75, 68, .16), rgba(20, 75, 68, .16)), url('../images/LIGHTS-CAMERA-ART-cropped.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.quote-text {
  font-family: 'Homemade Apple', sans-serif;
  color: #757575;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.section-2 {
  text-align: center;
}

.section-3 {
  text-align: center;
}

.section-4 {
  text-align: center;
}

.section-5 {
  text-align: center;
}

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

.section-7 {
  text-align: center;
}

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="nav-hover"] {
  opacity: 0.44;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

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

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

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

@media (max-width: 991px) {
  body {
    padding-left: 0px;
  }
  .navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    overflow: visible;
    width: auto;
    height: 60px;
    padding: 0px 0px 15px 15px;
    float: none;
    background-color: #9dccce;
    box-shadow: 0 3px 5px -2px rgba(0, 92, 81, .23);
  }
  .navigation-link {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #aaaeb4;
    font-size: 13px;
  }
  .navigation-link.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }
  .navigation-menu {
    position: absolute;
    height: 465px;
    margin-top: 0px;
    padding-top: 14px;
    float: right;
    background-color: #3f4652;
  }
  .brand {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 16px;
    margin-left: 13px;
    float: left;
  }
  .brand.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
  }
  .banner {
    height: 70%;
  }
  .social-wrapper {
    display: none;
    width: 100%;
    height: 14%;
  }
  .footer {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bottom-footer {
    height: auto;
  }
  .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-big-title {
    font-size: 40px;
  }
  .banner-sub-text {
    font-size: 20px;
  }
  .hamburger {
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 24px;
  }
  .hamburger.w--open {
    border-radius: 0px;
    background-color: #9dccce;
  }
  .header {
    display: none;
  }
  .nav-block {
    display: none;
  }
  .navigation-div-block {
    left: 0px;
    top: 16px;
    right: 0px;
    bottom: -25px;
    width: 100%;
    height: 210px;
    margin-top: 0px;
  }
  .button-download-video {
    display: inline-block;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }
  .button-download-video._2 {
    display: none;
  }
  .hero-welcome {
    margin-top: 95px;
  }
  .video-header._2 {
    line-height: 18px;
  }
  .hero-div {
    margin-top: 17px;
  }
  .continue-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .continue-button {
    margin-bottom: 0px;
  }
  .copy-right {
    line-height: 19px;
  }
  .footer-link-block {
    margin-bottom: 18px;
    font-size: 12px;
  }
  .nav-link-column-1 {
    padding-left: 15px;
    text-align: left;
  }
  .nav-link-block-3 {
    margin-top: 15px;
    text-align: left;
  }
  .nav-text-block {
    margin-left: 43px;
    font-size: 13px;
    text-align: left;
  }
  .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 {
    display: block;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .nav-logout-block:hover {
    opacity: 1;
  }
  .nav-logout-image {
    margin-left: 3px;
  }
  .nav-link-block5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .book-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-3-column.centered.spacer-column {
    padding-right: 23px;
    padding-left: 23px;
  }
  .spacer-50-pix {
    height: 30px;
  }
  .spacer-20 {
    height: 10px;
  }
  .image-div-left {
    max-width: 350px;
  }
  .image-div-right {
    max-width: 350px;
  }
  .nav-link-introduction {
    margin-top: 15px;
    padding: 8px 30px 8px 32px;
    color: #818181;
    font-size: 12px;
    font-weight: 300;
  }
  .site-nav-link {
    line-height: 8px;
  }
  .login-button {
    display: inline-block;
    margin-bottom: 35px;
    margin-left: 38px;
  }
  .nav-logo {
    width: 187px;
  }
  .login-column-div {
    height: 422px;
  }
  .login-header-text {
    margin-right: 15px;
    margin-left: 15px;
  }
  .login-column-button {
    margin-top: 0px;
    margin-left: 0px;
  }
  .login-teacher-title {
    margin-top: 4px;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 20px;
  }
  .login-student-number {
    margin-bottom: 0px;
    margin-left: 20px;
    padding-bottom: 1px;
    text-align: left;
  }
  .login-row {
    text-align: center;
  }
  .login-student-icon {
    margin-left: 72px;
  }
  .login-men-button {
    color: #fff;
  }
  .login-nav-menu {
    background-color: #636363;
    text-align: left;
  }
  .dropdown-icon {
    display: block;
  }
  .redirect-header {
    margin-top: 237px;
    margin-right: 16px;
    margin-left: 16px;
    font-size: 47px;
  }
  .redirect-text {
    margin-right: 16px;
    margin-left: 16px;
  }
  .scotland-hero-div {
    margin-top: 124px;
    margin-bottom: 124px;
  }
}

@media (max-width: 767px) {
  p {
    line-height: 24px;
  }
  .navigation {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 0px;
    padding-left: 5px;
  }
  .navigation-link.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navigation-menu {
    margin-top: 0px;
  }
  .navigation-menu.make-your-mark {
    height: 550px;
  }
  .banner {
    height: 50%;
  }
  .section.gray.photo {
    background-image: none;
  }
  .tab {
    margin-right: 12px;
    margin-left: 12px;
  }
  .portfolio-wrapper {
    width: 50%;
  }
  .features-wrapper {
    width: 50%;
  }
  .clients-wrapper {
    width: 48%;
    margin-right: -1px;
    margin-left: -1px;
  }
  .footer-wrapper {
    height: auto;
    margin-bottom: 20px;
    border-right-color: transparent;
  }
  .team-wrapper {
    margin-bottom: 20px;
  }
  .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: 0px;
  }
  .video-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .button-download-video {
    display: none;
  }
  .hero-welcome {
    margin-top: 50px;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 50px;
    line-height: 60px;
  }
  .paragraph-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-container.mobile {
    display: block;
    padding-right: 76px;
    padding-left: 76px;
  }
  .paragraph-container.desktop {
    display: none;
  }
  .video-header {
    margin-left: 13px;
    font-size: 17px;
  }
  .quote-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .quote-container.small {
    padding-right: 51px;
    padding-left: 51px;
  }
  .divider {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-div {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    margin-top: 1px;
    border-width: 4px;
  }
  .hero-chapter-number {
    margin-top: 19px;
    margin-bottom: 13px;
    font-size: 30px;
  }
  .continue-text {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 23px;
  }
  .continue-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .copy-right {
    margin-right: 25px;
    margin-left: 25px;
    line-height: 21px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-text-block {
    margin-left: 41px;
  }
  .book-column {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
  }
  .resources-books {
    margin-bottom: 63px;
  }
  .image-link-block {
    margin-top: -3px;
  }
  .image-3-column {
    margin-bottom: 43px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .image-3-column.centered.spacer-column {
    margin-bottom: 35px;
  }
  .image-2-column {
    margin-top: 26px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-2-column {
    padding-right: 25px;
    padding-left: 25px;
  }
  .image.lightbox {
    margin-top: 20px;
  }
  .spacer-50-pix {
    height: 30px;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .spacer-20 {
    height: 1px;
  }
  .image-div-left {
    max-width: 300px;
    padding-right: 28px;
  }
  .image-div-right {
    max-width: 300px;
    padding-left: 27px;
    float: right;
  }
  .column-image {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 41px;
    padding-left: 0px;
    text-align: center;
  }
  .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-right: 0px;
    margin-left: 0px;
  }
  .login-header-text {
    margin-top: 22px;
    margin-right: 42px;
    margin-left: 42px;
  }
  .login-column-button {
    margin-top: 9px;
    margin-bottom: 26px;
  }
  .login-container {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .login-image-div {
    background-color: transparent;
  }
  .login-teacher-title {
    margin-top: 5px;
    margin-right: 11px;
    margin-left: 42px;
    line-height: 21px;
  }
  .login-student-number {
    margin-left: 0px;
  }
  .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-right: 56px;
    margin-left: 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;
  }
}

@media (max-width: 479px) {
  p {
    line-height: 23px;
  }
  .navigation {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    padding-bottom: 15px;
  }
  .navigation-link {
    margin-top: -1px;
  }
  .navigation-link.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navigation-menu {
    position: absolute;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: auto;
    z-index: 1;
    height: 384px;
    margin-bottom: 73px;
  }
  .navigation-menu.make-your-mark {
    position: absolute;
    display: block;
    height: 550px;
  }
  .brand {
    margin-top: 14px;
    margin-left: 0px;
  }
  .banner {
    height: 40%;
  }
  .social-wrapper {
    display: none;
  }
  .tab {
    display: inline-block;
    margin: 10px;
    text-align: center;
  }
  .portfolio-wrapper {
    width: 100%;
  }
  .features-wrapper {
    width: 100%;
  }
  .clients-wrapper {
    width: 100%;
  }
  .testimonials-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .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 {
    position: static;
    display: block;
    height: 184px;
    margin-top: 24px;
    margin-bottom: 47px;
    padding-bottom: 0px;
  }
  .navigation-div-block.mym {
    margin-bottom: 0px;
  }
  .course-title-header {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 38px;
  }
  .video {
    margin-bottom: 25px;
  }
  .video-container {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .course-title-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-download-video {
    display: none;
    margin-right: 4px;
  }
  .hero-welcome {
    margin: 27px 25px 0px;
    font-size: 30px;
    line-height: 38px;
  }
  .hero-welcome.whimsical {
    font-size: 20px;
    line-height: 35px;
  }
  .paragraph-container {
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-container.mobile {
    padding-right: 23px;
    padding-left: 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-right: 25px;
    padding-left: 25px;
  }
  .quote-container.small {
    padding-right: 31px;
    padding-left: 31px;
  }
  .divider {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-div {
    top: 32px;
    width: 55px;
    height: 55px;
    margin-top: 1px;
    border-width: 4px;
  }
  .hero-chapter-number {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 26px;
  }
  .continue-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 29px;
  }
  .continue-container {
    margin-top: 18px;
    margin-bottom: 38px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .continue-button {
    margin-bottom: 18px;
    padding: 14px 35px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
  }
  .copy-right {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .footer-link-block {
    margin-bottom: 18px;
  }
  .footer-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link-block-3 {
    margin-top: 9px;
  }
  .nav-link-block-4 {
    margin-top: 0px;
  }
  .nav-link-block-4.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-logout-block {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .nav-logout-block:hover {
    opacity: 1;
  }
  .footer-logo {
    margin-right: 33px;
    margin-left: 33px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-block5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .resources-sub-head {
    padding-right: 1px;
    line-height: 38px;
  }
  .book-column {
    margin-top: 11px;
    margin-bottom: 11px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .image-link-block {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-3-column.centered.spacer-column {
    margin-bottom: 25px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .image-2-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-head-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .spacer-50-pix {
    height: 25px;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .spacer-30-pix {
    height: 20px;
  }
  .image-div-left {
    padding-right: 0px;
    float: none;
  }
  .image-div-right {
    padding-left: 0px;
    float: none;
  }
  .nav-logo {
    width: 179px;
    margin-left: 8px;
  }
  .login-welcome {
    margin-top: 74px;
    margin-bottom: 74px;
    font-size: 40px;
    line-height: 47px;
  }
  .login-header-text {
    margin-top: 16px;
    margin-right: 16px;
    margin-left: 16px;
    text-align: center;
  }
  .login-container {
    margin-bottom: 0px;
  }
  .login-teacher-title {
    margin-right: 16px;
    margin-left: 16px;
    text-align: center;
  }
  .login-student-number {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
  .login-student-icon {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .login-logo-column {
    text-align: center;
  }
  .classroom-redirect {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/login-password-bg.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/login-password-bg.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .redirect-header {
    margin-top: 101px;
    margin-right: 16px;
    margin-left: 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: 0px;
    font-size: 60px;
  }
  .column-2 {
    font-size: 13px;
  }
  .quote-mark-2 {
    margin-top: 23px;
    padding-left: 0px;
    font-size: 60px;
  }
  .quote-name {
    font-size: 15px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-column {
    margin-bottom: 27px;
  }
}

