  .body {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 47, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.body h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3e3e3e;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
}

.body h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fe5000;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.body h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.body h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

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

.body p {
  margin-bottom: 10px;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.body .hero-section {
  height: 100vh;
  padding-top: 13%;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('/studio13/images/shutterstock_547703413987_1.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('/studio13/images/scott-webb-268893-unsplash.jpg');
  background-image: url('/studio13/images/shutterstock_547703413987_1.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('/studio13/images/scott-webb-268893-unsplash.jpg');
  background-position: 79% 72%, 0px 0px, 0px 0px;
  background-size: 35%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  color: transparent;
}

.body .hero-section.about-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom: 10px solid #fe5000;
  background-image: url('/studio13/images/students-working-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body .hero-section.about-us.shop {
  background-image: url('/studio13/images/students-working-2.jpg');
  background-position: 50% 45%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body .hero-section.about-us.contact {
  background-image: url('/studio13/images/students-working-3.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body .hero-section.about-us.licensing {
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  background-image: url('/studio13/images/students-working-4.jpg');
}

.body .hero-section.licensing {
  height: 500px;
  padding-top: 10%;
  padding-bottom: 8%;
  background-image: url('/studio13/images/shutterstock_258281537-1.jpg');
  background-position: 50% 54%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body .nav-link {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 0px 20px;
  border-style: none;
  border-width: 0px;
  border-color: #fe5000;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.body .nav-link:hover {
  margin-right: 10px;
  padding-left: 20px;
  border-left: 10px solid #fe5000;
  opacity: 1;
  color: #000;
}

.body .nav-link.w--current {
  font-family: Poppins, sans-serif;
  color: #fe5000;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.body .heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.body .heading.left {
  text-align: left;
}

.body .heading.portfolio {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #3e3e3e;
  font-size: 48px;
  font-weight: 500;
  text-transform: none;
}

.body .left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  margin-top: 270px;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-left: 40px solid #fe5000;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  text-align: left;
}

.body .section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #ebebeb;
  font-weight: 500;
}

.body .section.collections {
  position: relative;
  padding: 40px 20px;
  border-top: 10px solid #fe5000;
  background-color: #fff;
  font-size: 10px;
}

.body .section.footer-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: transparent;
  line-height: 24px;
}

.body .section.newslatter {
  position: relative;
  padding-top: 60px;
  border-top-style: solid;
  background-color: #fff;
  color: #3e3e3e;
}

.body .section.gray {
  display: none;
  padding-top: 60px;
  background-color: #f8f8f8;
}

.body .section.gray.testimonials {
  position: relative;
  display: block;
  background-color: #fff;
}

.body .section.sale-section {
  position: relative;
  padding-top: 100px;
  color: transparent;
}

.body .section.portfolio {
  padding-top: 0px;
  padding-bottom: 0px;
}

.body .section.dark-gray {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.body .section.hidden {
  display: none;
}

.body .brand {
  display: block;
  margin-top: -4px;
  float: none;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.body .brand.w--current {
  margin-top: -4px;
  float: left;
}

.body .brand.footer {
  margin-bottom: 20px;
}

.body .nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body .section-content-tittle {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #000;
}

.body .section-content-tittle.container-2 {
  margin-bottom: 0px;
}

.body .nav-menu {
  z-index: 3;
  display: block;
  opacity: 1;
}

.body .kicker {
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.body .kicker.hero {
  color: #fe5000;
  font-weight: 600;
  text-align: left;
  letter-spacing: 5px;
}

.body .link-block-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body .container {
  position: relative;
  z-index: 1;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.body .container.about-section {
  padding-right: 0px;
  padding-left: 0px;
}

.body .container.featured {
  margin-top: 0px;
}

.body .container.hidden {
  display: none;
}

.body .footer-subscribe {
  display: inline-block;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  float: left;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('/studio13/images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #6c6c6c;
  font-size: 13px;
  line-height: 23px;
}

.body .footer-subscribe.email {
  width: 94%;
  border-width: 0px 0px 0px 10px;
  border-top-color: #d8d8d8;
  border-left-color: #fe5000;
  background-color: #e6e6e6;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
}

.body .top-padding {
  margin-top: 40px;
}

.body .footer-content-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body .footer-content-block.padding {
  -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;
  text-align: center;
}

.body .button {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body .button:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.body .button.dark {
  position: static;
  margin-right: 0px;
  margin-bottom: 40px;
  padding: 20px 40px;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  background-color: #3e3e3e;
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 600;
}

.body .button.dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #666;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.body .button.dark.about-button {
  display: inline-block;
  padding: 10px 20px;
  text-transform: none;
}

.body .button.dark.about-button:hover {
  background-color: #3e3e3e;
}

.body .button.dark.slider {
  margin-bottom: 0px;
  background-color: #fe5000;
  color: #000;
}

.body .page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
}

.body .page-title.big {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
}

.body .page-title.dlmd {
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 44px;
}

.body .paragraph {
  font-size: 1.14em;
  line-height: 1.85em;
}

.body .paragraph.main {
  width: 100%;
  margin-bottom: 0px;
  color: #c7c7c7;
  font-size: 16px;
}

.body .paragraph.main.large {
  margin-bottom: 10px;
  color: #fe5000;
  font-size: 24px;
  line-height: 32px;
}

.body .section-title {
  margin-top: 20px;
  color: #fe5000;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.body .section-title.subtitle {
  margin-top: 60px;
}

.body .section-title.reasons-to-join {
  margin-bottom: 100px;
}

.body .history-tittle {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fe5000;
  font-size: 21px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.body .history-tittle.category {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #dbdbdb;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.body .column-text {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #6c6c6c;
  line-height: 1.71em;
  text-align: center;
}

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

.body .container-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.body .social-icon-div {
  padding-top: 0px;
  text-align: center;
}

.body .social-icon-div.paststudents {
  margin-bottom: 0px;
  padding-top: 0px;
}

.body .social-wrapper-div {
  width: 32px;
  height: 32px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('/studio13/images/icon-linkedin.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.body .social-wrapper-div:hover {
  border-color: #ebb96a;
  background-color: transparent;
  opacity: 1;
}

.body .social-wrapper-div.twitter {
  background-image: url('/studio13/images/icon-instagram.png');
  background-size: 16px;
}

.body .social-wrapper-div.twitter:hover {
  border-color: #fe5000;
}

.body .social-wrapper-div.google {
  background-image: url('/studio13/images/icon-behance.png');
  background-size: 16px;
  opacity: 0.52;
}

.body .social-wrapper-div.google:hover {
  border-color: #ac1313;
  opacity: 1;
}

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

.body .utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body .color-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  -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-color: transparent;
}

.body .info-sale-block {
  width: 80%;
  text-align: left;
}

.body .sale-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fe5000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: left;
}

.body .sale-title.contact {
  margin-top: 0px;
}

.body .detail-paragraph {
  text-align: left;
}

.body .detail-paragraph.subpage {
  margin-bottom: 0px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
}

.body .row-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body .footer-title {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body .about-pompeo-text {
  width: 75%;
  line-height: 1.71em;
}

.body .about-pompeo-text.center {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.body .div-column-left {
  width: 90%;
  padding-left: 0px;
  float: left;
  border-left: 10px none #fe5000;
}

.body .div-column-left.column-orange-bottom {
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 40px 40px;
  float: none;
  border-bottom: 10px solid #fe5000;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.body .div-column-right {
  width: 90%;
  padding-left: 0px;
  float: right;
  border-left: 10px none #fe5000;
}

.body .div-column-right.column-orange-bottom {
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 40px 40px;
  float: none;
  border-bottom: 10px solid #fe5000;
  border-left: 0px none transparent;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.body .team-wrapper {
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-style: none none solid;
  border-width: 1px 1px 10px 10px;
  border-color: #eaf0fd #eaf0fd #fe5000 #fe5000;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}

.body .team-wrapper.paststudents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
  border-left-style: solid;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.body .image-team-div {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 100px;
  background-image: url('/studio13/images/morozco-gray.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.body .image-team-div._2 {
  background-image: url('/studio13/images/bbouskill-gray.gif');
}

.body .image-team-div._3 {
  background-image: url('/studio13/images/steve-burgoon-large.jpg');
}

.body .image-team-div._4 {
  background-image: url('/studio13/images/shutterstock_115190158.jpg');
}

.body .icon-tittle {
  font-family:raleway, sans-serif;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #666666;
  font-weight: 600;
  text-align: center;
}

.body .icon-tittle.color {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #1f2532;
  font-weight: 500;
}

.body .icon-tittle.color.paststudents {
  width: 90%;
  margin-bottom: 0px;
  line-height: 20px;
  text-align: left;
}

.body .icon-tittle.position {
  display: block;
  width: 240px;
  margin: 0px auto 20px;
  border-radius: 5px;
  background-color: transparent;
  color: #666666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body .icon-tittle.position.paststudents {
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
}

.body .contact-div-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.body .form-block-2 {
  height: 560px;
  padding: 60px;
  background-color: #fff;
}

.body .button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -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;
  border: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.body .button-2:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.body .button-2.contact {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 40px;
  border-color: transparent;
  background-color: #3e3e3e;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body .button-2.contact:hover {
  background-color: #6c6c6c;
}

.body .center-button-block {
  text-align: left;
}

.body .left-form {
  text-align: left;
}

.body .text-field-3 {
  display: inline-block;
  height: 42px;
  margin-bottom: 12px;
  float: none;
  border-radius: 3px;
}

.body .text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.body .text-field-3.contact-form.gray {
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  border-style: solid;
  border-width: 0px 0px 0px 10px;
  border-color: #ebebeb #ebebeb #ebebeb #fe5000;
  border-radius: 0px;
  background-color: #e6e6e6;
  background-image: url('/studio13/images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 23px;
  font-weight: 400;
}

.body .error-message-2 {
  padding: 20px;
  border-radius: 0px;
  background-color: red;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.body .contact-form.message.gray {
  width: 98%;
  min-height: 170px;
  margin-bottom: 24px;
  padding-left: 40px;
  border-style: solid;
  border-width: 0px 0px 0px 10px;
  border-color: #ebebeb #ebebeb #ebebeb #fe5000;
  background-color: #e6e6e6;
  background-image: url('/studio13/images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.body .field-label-2 {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.body .field-label-2.contact-us-field {
  margin-bottom: 8px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
}

.body .field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.body .success-message {
  border-radius: 0px;
  background-color: #34cf2c;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.body .map-wrapper {
  height: auto;
  padding: 60px;
  border-right: 1px solid #ebebeb;
  background-color: #fff;
}

.body .columns-2 {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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-color: #fff;
}

.body .column.column-orange-right {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 10px solid #fe5000;
  border-left: 0px none #fe5000;
}

.body .sticky-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.body .container-3 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.body .center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.body .about-hero-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 50%;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 40px solid #fe5000;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: left;
}

.body .center {
  text-align: center;
}

.body .intro-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 800px;
}

.body .intro-video.hidden {
  display: none;
}

.body .columns-4 {
  margin-top: 40px;
}

.body .columns-5 {
  margin-top: 40px;
}

.body .email {
  color: #fe5000;
}

.body .column-orange-left {
  padding-left: 60px;
  border-left: 10px solid #fe5000;
}

.body .column-orange-base {
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  border-bottom: 10px solid #fe5000;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.body .column-orange-base.column-orange-bottom {
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-bottom: 10px solid #fe5000;
}

.body .tricolumn-icon {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.body .flex-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.body .paststudents {
  margin-bottom: 10px;
}

.body .image-5 {
  max-height: 75px;
}

.body .callout {
  margin: 0px 0px 60px;
  padding: 40px 0px;
  border-style: solid solid none;
  border-width: 0px 0px 10px;
  border-color: #fe5000;
  background-color: transparent;
  color: #3e3e3e;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.body .hero-text {
  margin-bottom: 0px;
  color: #3e3e3e;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.body .hero-text.notice {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.body .div-block-2 {
  height: 440px;
  background-image: url('/studio13/images/students-portrait-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.body .accordion-bar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 40px 10px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  border-color: #dbdbdb #dbdbdb #dbdbdb #fe5000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.body .accordion-item {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0px 40px;
  border: 0px solid #dbdbdb;
  background-color: #f9f9f9;
}

.body .portfolio-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  max-width: 1200px;
  margin: 0px auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #fff;
  text-align: right;
}

.body .portfolio-heading:hover {
  opacity: 1;
}

.body .portfolio-department {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.body .portfolio-name {
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 21px;
  line-height: 24px;
}

.body .policy-important {
  font-size: 18px;
  line-height: 32px;
}

.application-text {
  margin-bottom: 60px;
  text-align: center;
}

.body .sub-heading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #3e3e3e;
  font-weight: 600;
	text-align:center !important;
}

.body .div-block-3 {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.body .lightbox-link {
  width: 25%;
}

.body .lightbox-link.portfolio-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.body .lightbox-link.portfolio-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.body .lightbox-link.portfolio-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.body .lightbox-link.portfolio-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.body .columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.body .column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body .column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body .column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body .icons {
  height: 60px;
  margin-top: 80px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fe5000;
  font-size: 80px;
  text-align: center;
  white-space: normal;
}

.body .icons.footer {
  height: 30px;
  margin-top: 0px;
  font-size: 30px;
}

.body .icons.project-types {
  height: 40px;
  margin-top: 0px;
  color: #dbdbdb;
  font-size: 40px;
}

.body .categories {
  width: 16%;
  margin: 1px;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #3e3e3e;
}

.body .div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.body .div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.body .notice {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
  color: #3e3e3e;
}

.body .list {
  color: #6c6c6c;
}

.body .html-embed {
  margin-top: 0px;
}

.body .image-6 {
  margin-bottom: 60px;
}

.body .notice-heading {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.body .html-embed-2 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .body .hero-section {
    height: autopx;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('/studio13/images/shutterstock_547703413987.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('/studio13/images/scott-webb-268893-unsplash.jpg');
    background-image: url('/studio13/images/shutterstock_547703413987.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('/studio13/images/scott-webb-268893-unsplash.jpg');
    background-position: 86% 92%, 0px 0px, 0px 0px;
    background-size: 500px, auto, 2080px;
    background-repeat: no-repeat, repeat, repeat;
  }
  .body .hero-section.about-us {
    height: auto;
    padding: 410px 0px 0px;
    background-color: rgba(12, 21, 47, 0.6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('/studio13/images/students-working-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/studio13/images/students-working-1.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .body .hero-section.about-us.shop {
    padding: 360px 0px 0px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/studio13/images/students-working-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/studio13/images/students-working-2.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .body .hero-section.about-us.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/studio13/images/students-working-3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/studio13/images/students-working-3.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .body .hero-section.about-us.licensing {
    height: 700px;
    padding: 160px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('/studio13/images/students-working-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('/studio13/images/students-working-4.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: contain, auto;
  }
  .body .hero-section.licensing {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/studio13/images/shutterstock_258281537-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/studio13/images/shutterstock_258281537-1.jpg');
    background-position: 0px 0px, 50% 54%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .body .nav-link {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px none #dcdcdc;
  }
  .body .heading.left {
    font-size: 24px;
    text-align: center;
  }
  .body .left-block {
    display: block;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 40px solid #fe5000;
    border-bottom: 10px solid #fe5000;
    border-left-style: none;
    background-color: #3e3e3e;
  }
  .body .section {
    padding: 20px 40px;
  }
  .body .section.collections {
    padding: 40px 40px 0px;
    border-top-width: 0px;
  }
  .body .section.footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .body .section.gray.testimonials {
    padding: 20px 40px;
  }
  .body .section.sale-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .body .section.dark-gray {
    background-color: #fff;
  }
  .body .brand {
    padding-left: 14px;
  }
  .body .brand.w--current {
    margin-top: 0px;
  }
  .body .brand.footer {
    padding-left: 0px;
  }
  .body .section-content-tittle {
    margin-bottom: 40px;
  }
  .body .nav-menu {
    top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding: 0px;
    -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-color: #fff;
  }
  .body .icon-2 {
    color: #1f2532;
  }
  .body .kicker.hero {
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
  }
  .body .link-block-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .body .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body .container.about-section {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .body .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }
  .body .footer-content-block.padding {
    margin-bottom: 0px;
  }
  .body .button.dark {
    padding: 10px 20px;
  }
  .body .page-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
  }
  .body .page-title.big {
    width: 70%;
    color: #fff;
  }
  .body .paragraph.main {
    width: 100%;
  }
  .body .paragraph.main.large {
    width: 100%;
    color: #fff;
  }
  .body .section-title {
    margin-top: 10px;
    font-size: 40px;
    text-align: center;
  }
  .body .history-tittle {
    font-size: 18px;
    line-height: 24px;
  }
  .body .column-text {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 0.85em;
    line-height: 1.5em;
  }
  .body .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .body .color-block {
    width: auto;
    background-color: transparent;
  }
  .body .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }
  .body .info-sale-block.padding {
    width: 100%;
    margin-left: 0px;
  }
  .body .sale-title {
    font-size: 21px;
  }
  .body .detail-paragraph.subpage {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .body .row-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body .row-padding.videos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 560px;
    margin: 40px auto 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .body .row-padding.alternate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .body .div-column-left.column-orange-bottom {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .body .div-column-right.column-orange-bottom {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .body .team-wrapper {
    width: 100%;
    padding: 20px;
  }
  .body .team-wrapper.paststudents {
    width: 50%;
  }
  .body .icon-tittle.position {
    width: auto;
    max-width: 240px;
    line-height: 18px;
  }
  .body .button-2:hover {
    background-color: #fc6f00;
  }
  .body .map-wrapper {
    display: none;
  }
  .body .column.column-orange-right {
    border-right-style: none;
  }
  .body .sticky-navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    padding: 0px;
  }
  .body .container-3 {
    position: relative;
  }
  .body .menu-button {
    background-color: #fff;
    font-size: 40px;
  }
  .body .menu-button.w--open {
    background-color: transparent;
  }
  .body .center-content {
    margin-bottom: 20px;
  }
  .body .about-hero-block {
    display: block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    padding: 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 40px solid #fe5000;
    border-left-style: none;
    background-color: #3e3e3e;
  }
  .body .intro-video {
    height: 910px;
  }
  .body .column-orange-left {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
    border-left-style: none;
  }
  .body .column-orange-base {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body .column-orange-base.column-orange-bottom {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .body .callout {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .body .hero-text {
    text-align: center;
  }
  .body .hero-text.center {
    line-height: 36px;
  }
  .body .div-block-3 {
    width: 100%;
  }
  .body .column-2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .body .icons {
    margin-top: 60px;
  }
  .body .categories {
    width: 30%;
  }
  .body .image-6 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .body .hero-section {
    height: 650px;
    padding-top: 6%;
    background-image: url('/studio13/images/shutterstock_5477999.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('/studio13/images/scott-webb-268893-unsplash.jpg');
    background-image: url('/studio13/images/shutterstock_5477999.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('/studio13/images/scott-webb-268893-unsplash.jpg');
    background-position: 86% 92%, 0px 0px, 0px 0px;
    background-size: 60%, auto, 2080px;
    background-repeat: no-repeat, repeat, repeat;
  }
  .body .hero-section.about-us {
    height: auto;
    padding-top: 270px;
    padding-bottom: 0px;
  }
  .body .hero-section.about-us.shop {
    height: auto;
    padding-top: 260px;
  }
  .body .hero-section.about-us.contact {
    height: auto;
  }
  .body .hero-section.licensing {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  .body .heading.left {
    font-size: 19px;
    text-align: center;
  }
  .body .left-block {
    width: 100%;
    margin-bottom: 0px;
  }
  .body .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .body .section.footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .body .section.newslatter {
    padding-right: 0px;
    padding-left: 0px;
  }
  .body .section.sale-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .body .kicker {
    margin-bottom: 10px;
  }
  .body .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body .container.featured {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .body .container.div-block-3 {
    padding-top: 0px;
  }
  .body .footer-content-block {
    margin-bottom: 60px;
  }
  .body .footer-content-block.padding {
    margin-bottom: 0px;
  }
  .body .button {
    text-align: center;
  }
  .body .button.dark {
    float: none;
  }
  .body .button.dark.portfolio-button {
    float: none;
  }
  .body .page-title {
    margin-bottom: 0px;
    line-height: 60px;
  }
  .body .page-title.big {
    width: 100%;
    color: #fff;
    font-size: 38px;
    line-height: 48px;
  }
  .body .paragraph.main {
    width: 100%;
  }
  .body .section-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .body .history-tittle {
    text-align: center;
  }
  .body .history-tittle.category {
    text-align: center;
  }
  .body .column-text {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .body .container-2 {
    height: auto;
  }
  .body .sale-block {
    margin-top: 0px;
  }
  .body .sale-block.padding {
    margin-top: 0px;
  }
  .body .color-block {
    margin-bottom: 0px;
  }
  .body .info-sale-block {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .body .info-sale-block.padding {
    margin-top: 0px;
    margin-left: 0px;
  }
  .body .sale-title {
    margin-bottom: 0px;
    text-align: center;
  }
  .body .row-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body .row-padding.videos {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body .row-padding.alternate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body .about-pompeo-text.center {
    padding-top: 0px;
  }
  .body .div-column-left {
    margin-bottom: 40px;
  }
  .body .div-column-right {
    margin-top: 30px;
    float: none;
  }
  .body .team-wrapper {
    width: 60%;
    margin-bottom: 20px;
  }
  .body .team-wrapper.paststudents {
    width: 50%;
  }
  .body .form-block-2 {
    height: auto;
  }
  .body .map-wrapper {
    display: none;
  }
  .body .column {
    margin-top: 150px;
    margin-bottom: 0px;
  }
  .body .column.column-orange-right {
    margin-top: 0px;
    padding-left: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-left-style: none;
    border-left-width: 10px;
  }
  .body .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .body .sticky-navbar {
    display: none;
  }
  .body .menu-button {
    font-size: 30px;
  }
  .body .about-hero-block {
    width: 100%;
    margin-right: 25%;
    margin-bottom: 0px;
  }
  .body .intro-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 470px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .body .column-orange-left {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .body .column-orange-base {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 40px;
  }
  .body .tricolumn-icon {
    margin-top: 40px;
    margin-right: 40px;
    float: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .body .hero-text {
    font-size: 20px;
    line-height: 30px;
  }
  .body .hero-text.center {
    font-size: 20px;
    line-height: 30px;
  }
  .body .hero-text.notice {
    font-size: 16px;
    line-height: 26px;
  }
  .body .sub-heading {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
  .body .columns-8 {
    display: block;
  }
  .body .categories {
    width: 49%;
  }
  .body .notice {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body .html-embed {
    margin-top: 0px;
  }
  .body .image-6 {
    margin-top: 0px;
  }
  .body .paragraph-2 {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .body .hero-section {
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    background-image: url('/studio13/images/scott-webb-268893-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .body .hero-section.about-us {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/studio13/images/About.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/studio13/images/About.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .body .hero-section.about-us.shop {
    height: auto;
    padding-top: 150px;
  }
  .body .hero-section.about-us.contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .body .hero-section.about-us.licensing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .body .hero-section.licensing {
    height: 100%;
    padding-top: 20%;
  }
  .body .heading.portfolio {
    font-size: 30px;
  }
  .body .section {
    padding: 20px;
  }
  .body .section.collections {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .body .section.sale-section {
    padding-bottom: 40%;
  }
  .body .nav-flex {
    height: 80px;
  }
  .body .kicker {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 5px;
  }
  .body .container {
    height: auto;
  }
  .body .footer-subscribe {
    width: 100%;
    float: none;
  }
  .body .button {
    margin-bottom: 10px;
  }
  .body .button.dark {
    margin-bottom: 20px;
  }
  .body .page-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 36px;
  }
  .body .page-title.big {
    width: 100%;
    color: #fff;
  }
  .body .paragraph.main {
    width: 100%;
  }
  .body .paragraph.main.large {
    font-size: 18px;
    line-height: 24px;
  }
  .body .section-title {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 26px;
  }
  .body .history-tittle {
    font-size: 16px;
    line-height: 21px;
  }
  .body .history-tittle.category {
    font-size: 11px;
    line-height: 20px;
  }
  .body .column-text {
    font-size: 0.85em;
    line-height: 1.35em;
    font-weight: 500;
  }
  .body .container-2 {
    height: auto;
  }
  .body .sale-block {
    margin-top: 120px;
  }
  .body .sale-block.padding {
    margin-top: 80px;
  }
  .body .info-sale-block {
    width: 100%;
    margin-left: 0px;
  }
  .body .info-sale-block.padding {
    margin-top: 0px;
  }
  .body .sale-title {
    text-align: center;
  }
  .body .detail-paragraph.subpage {
    font-size: 12px;
    line-height: 21px;
  }
  .body .about-pompeo-text.center {
    width: 100%;
  }
  .body .team-wrapper {
    text-align: center;
  }
  .body .team-wrapper.paststudents {
    width: 100%;
  }
  .body .contact-div-wrapper {
    width: 100%;
  }
  .body .form-block-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body .button-2 {
    width: 100%;
  }
  .body .map-wrapper {
    padding: 29px;
  }
  .body .column.column-orange-right {
    padding-left: 0px;
    border-left-style: none;
    text-align: center;
  }
  .body .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }
  .body .column-orange-left {
    padding-left: 0px;
    border-left-style: none;
  }
  .body .column-orange-base {
    padding: 10px 20px;
  }
  .body .sub-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 26px;
  }
  .body .div-block-3 {
    width: 90%;
  }
  .body .icons {
    height: 60px;
    margin-top: 60px;
  }
  .body .icons.project-types {
    height: 26px;
    font-size: 30px;
    line-height: 30px;
  }
  .body .categories {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .body .div-block-4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .body .paragraph-2 {
    text-align: center;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('/studio13/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/studio13/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('/studio13/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}