.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

body {
  color: #000;
  background-color: #000;
  flex-direction: column;
  padding-top: 88px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Baloo Thambi 2", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.4rem;
}

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

p {
  margin-bottom: 24px;
}

a {
  color: #000;
  align-items: center;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: rgba(0, 0, 0, .7);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 2rem;
}

li {
  margin-bottom: 6px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  background-color: #c4c4c4;
  border: 4px solid #000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.site-container {
  height: 100vh;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.header {
  z-index: 9999999;
  width: 100%;
  background-color: #c4c4c4;
  border-bottom: 4px solid #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  align-items: stretch;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 20px;
}

.button-circles-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: row;
  align-items: center;
  margin-top: -10px;
  display: flex;
  position: absolute;
  top: 50%;
}

.button-circle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  margin-right: 8px;
}

.button-circle.close:hover {
  background-color: #ff7c74;
}

.container {
  width: 75vw;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}

.container.course-cta {
  position: relative;
}

.nav-link {
  color: #000;
  padding: 20px 20px 16px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
  background-color: #000;
}

.section {
  border-bottom: 4px solid #000;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.hero-section {
  padding-bottom: 0;
}

.section.projects {
  width: 100%;
  height: 200vh;
  background-image: url('../images/pattern-grey.svg');
  background-position: 0 0;
  background-size: 6px;
  padding-top: 146px;
  position: relative;
}

.section.blog-posts {
  height: 1240px;
  position: relative;
}

.section.pattern {
  background-image: url('../images/pattern-grey.svg');
  background-position: 0 0;
  background-size: 6px;
}

.section.small-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-hero {
  grid-column-gap: 72px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 100px;
  display: grid;
}

.heading-jumbo {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 11rem;
  line-height: .9;
}

.subhead {
  font-size: 3rem;
  line-height: 3.6rem;
}

.subhead.space-bottom-36 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.mac {
  width: 100%;
}

.dropdown-toggle {
  color: #000;
  padding: 20px 20px 16px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}

.dropdown-toggle:hover {
  color: #fff;
  background-color: #000;
}

.nav-dropdown-link {
  padding: 12px 15px;
  font-size: 22px;
  font-weight: 600;
}

.nav-dropdown-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-dropdown-list.w--open {
  z-index: 99999999;
  border: 4px solid #000;
  box-shadow: 8px 8px #000;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.logo-wrapper {
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-wrapper:hover {
  background-color: #000;
}

.logo-wrapper.w--current {
  padding-left: 20px;
  padding-right: 20px;
}

.quick-links-wrapper {
  z-index: 1;
  background-color: #c4c4c4;
  border: 4px solid #000;
  margin-bottom: -40px;
  position: relative;
}

.ql-link {
  width: 25%;
  color: #000;
  background-image: url('../images/arrow-link.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-right: 4px solid #000;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.ql-link:hover {
  color: #fff;
  background-color: #000;
  background-image: url('../images/arrow-link-white.svg');
}

.ql-link.last {
  border-right-style: none;
}

.modal-wrapper {
  background-color: #fff;
  border: 4px solid #000;
  flex-direction: column;
  display: flex;
  box-shadow: 8px 8px #000;
}

.modal-wrapper.project {
  max-width: 680px;
  flex-direction: column;
  margin-right: 50px;
  display: flex;
}

.modal-wrapper.course-mockup {
  width: 80%;
}

.modal-header {
  text-align: center;
  background-color: #c4c4c4;
  border-bottom: 4px solid #000;
  padding: 14px 20px;
  font-weight: 600;
  position: relative;
}

.modal-body {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.grid-halves {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-halves.vertical {
  align-items: center;
}

.projects-wrapper {
  width: 3350px;
  display: flex;
}

.projects-container {
  width: 75vw;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 7vh;
}

.button {
  color: #000;
  background-color: #c4c4c4;
  border: 4px solid #000;
  padding: 16px 24px;
  font-size: 2rem;
  font-weight: 600;
}

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

.button.button-small {
  padding: 8px 12px;
  font-size: 18px;
  line-height: 22px;
}

.space-bottom-36 {
  margin-bottom: 36px;
}

.blog-posts-wrapper {
  width: 100%;
  margin-top: 36px;
  position: relative;
}

.click-to-top {
  width: 60%;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.hero-image-wrapper {
  position: relative;
}

.eye-circle {
  width: 17.75%;
  height: 22.25%;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36%;
  left: 44.1%;
}

.eye-pupil {
  width: 50%;
}

.modal-thumbnail {
  width: 100%;
  height: 160px;
  filter: grayscale();
  color: #fff;
  background-image: url('../images/placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #000;
  align-items: flex-end;
}

.modal-thumbnail.large {
  height: 300px;
}

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

.rich-text-block h2 {
  font-size: 48px;
  line-height: 1.1;
}

.rich-text-block p {
  margin-bottom: 36px;
  font-size: 2.2rem;
  line-height: 3rem;
}

.rich-text-block img {
  width: 100%;
  filter: brightness(110%) grayscale();
  border: 4px solid #000;
  display: block;
}

.rich-text-block h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.rich-text-block h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.1;
}

.rich-text-block h1 {
  font-size: 48px;
  line-height: 1.1;
}

.container-width-medium {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.link-large {
  font-size: 22px;
  text-decoration: underline;
}

.row-space-between {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-center {
  justify-content: center;
  display: flex;
}

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

.course-sidebar-wrapper {
  width: 30%;
  background-color: #c4c4c4;
  border-right: 4px solid #000;
  padding: 24px;
}

.course-mockup-wrapper {
  display: flex;
}

.course-content-wrapper {
  flex: 1;
  padding: 24px 48px;
}

.course-video {
  height: 350px;
  filter: grayscale();
  background-image: url('../images/course-thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  border: 4px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.course-sidebar-widget {
  margin-bottom: 24px;
}

.course-sidebar-title {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 1.1;
}

.sidebar-widget-title {
  font-size: 2.4rem;
}

.course-cta-wrapper {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border: 4px solid #000;
  padding: 48px 36px 36px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
  box-shadow: 8px 8px #000;
}

.course-pagination {
  justify-content: space-between;
  display: flex;
}

.course-video-play-button {
  width: 40px;
}

.grid-column {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.course-sidebar-list {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.logo {
  width: 44px;
  height: 44px;
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.6rem;
  display: flex;
}

.text-block {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border: 4px solid #000;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: -22px;
}

.pagination-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  font-size: 1.8rem;
}

.pagination-page-count {
  width: auto;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.input {
  height: 60px;
  background-color: #c4c4c4;
  border: 4px solid #000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.8rem;
}

.input:focus {
  background-color: #fff;
  border-color: #000;
}

.input::-ms-input-placeholder {
  color: #424242;
  font-size: 1.8rem;
}

.input::placeholder {
  color: #424242;
  font-size: 1.8rem;
}

.grid-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-form-row-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  color: #000;
  background-color: #c4c4c4;
  border: 4px solid #000;
  padding: 16px;
  font-size: 1.8rem;
}

.textarea:focus {
  background-color: #fff;
  border-color: #000;
}

.textarea::-ms-input-placeholder {
  color: #424242;
}

.textarea::placeholder {
  color: #424242;
}

.empty-state {
  background-color: #fff;
  border: 4px solid #000;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 24px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 72px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 6rem;
  }

  h3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .header {
    border-top-width: 0;
    top: 12px;
  }

  .container {
    width: 85vw;
  }

  .container.course-cta {
    flex-direction: column-reverse;
    display: flex;
  }

  .nav-link {
    border-bottom: 4px solid #000;
    font-size: 3.5rem;
    display: block;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.projects, .section.blog-posts {
    height: auto;
  }

  .section.small-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-hero {
    grid-template-columns: 1fr;
  }

  .heading-jumbo {
    font-size: 10rem;
  }

  .subhead {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .mac {
    max-width: 500px;
  }

  .dropdown-toggle {
    font-size: 3.5rem;
  }

  .nav-menu {
    color: #fff;
    background-color: #c4c4c4;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    flex-direction: column;
    align-items: flex-start;
  }

  .quick-links-wrapper {
    margin-bottom: -32px;
  }

  .ql-link {
    background-size: 16px;
    padding: 12px;
    font-size: 2rem;
  }

  .modal-wrapper.project {
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
  }

  .modal-wrapper.course-mockup {
    width: 100%;
  }

  .modal-body {
    padding: 36px;
  }

  .grid-halves {
    grid-template-columns: 1fr;
  }

  .projects-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .projects-container {
    width: 85vw;
  }

  .button {
    padding: 12px 20px;
  }

  .click-to-top {
    width: 100%;
    margin-bottom: 36px;
    position: static;
  }

  .eye-circle {
    display: none;
  }

  .course-content-wrapper {
    padding: 18px 32px;
  }

  .course-cta-wrapper {
    max-width: 100%;
    margin-bottom: 36px;
    position: relative;
    top: auto;
    transform: none;
  }

  .menu-button {
    margin-left: auto;
    padding: 8px 20px;
    font-size: 4rem;
    line-height: 1;
  }

  .menu-button:hover, .menu-button.w--open {
    color: #fff;
    background-color: #000;
  }

  .footer {
    flex-direction: column;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 68px;
    padding-left: 8px;
    padding-right: 8px;
  }

  h1 {
    font-size: 7rem;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.small-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .heading-jumbo {
    font-size: 9rem;
  }

  .modal-wrapper.course-mockup {
    display: none;
  }

  .modal-body {
    padding: 28px;
  }

  .button {
    padding: 12px 18px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .course-cta-wrapper {
    padding: 36px 28px 28px;
  }

  .grid-form-row-halves {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .button-circles-wrap {
    display: none;
  }

  .container {
    width: 80vw;
  }

  .heading-jumbo {
    font-size: 7rem;
  }

  .quick-links-wrapper {
    flex-direction: column;
    margin-bottom: -112px;
    display: flex;
  }

  .ql-link {
    width: 100%;
    border-bottom: 4px solid #000;
    border-right-style: none;
  }

  .ql-link.last {
    border-bottom-style: none;
  }

  .modal-body {
    padding: 20px;
  }

  .projects-container {
    width: 80vw;
  }

  .row-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-cta-wrapper {
    padding: 48px 20px 20px;
  }
}

#w-node-c3be7f77-737f-465a-ba1c-4f8831270a96-60505779 {
  justify-self: start;
}


