.body {
  min-height: 100px;
  background-color: #fff;
  cursor: default;
}

.sidebar-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 552px;
  bottom: 0px;
  z-index: 0;
  width: 40%;
  height: 100%;
  padding: 75px 85px 50px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fafafa, #fafafa), -webkit-linear-gradient(270deg, #000, #fff);
  background-image: linear-gradient(180deg, #fafafa, #fafafa), linear-gradient(180deg, #000, #fff);
}

.about-container {
  position: absolute;
  left: 85px;
  right: 0px;
  bottom: 15%;
  width: 65%;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px 0px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Exo, sans-serif;
  color: #4a4a4a;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.about-copy {
  position: static;
  display: block;
  width: 75%;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  font-family: Exo, sans-serif;
  color: dimgrey;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.social {
  height: 24px;
  margin-top: 35px;
  margin-bottom: 55px;
  text-align: left;
}

.insta_button {
  width: 24px;
  height: 24px;
  margin-right: 25px;
  margin-bottom: 2px;
  background-image: url('../images/insta.png');
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.insta_button:hover {
  background-image: url('../images/insta-hvr.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  opacity: 1;
}

.codepen_button {
  width: 30px;
  height: 29px;
  margin-top: 0px;
  margin-right: 25px;
  padding-top: 0px;
  background-image: url('../images/codepen.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.codepen_button:hover {
  background-image: url('../images/codepen-hover.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  opacity: 1;
}

.linkedin-button {
  width: 28px;
  height: 28px;
  margin-right: 25px;
  background-image: url('../images/linkedin.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.linkedin-button:hover {
  background-image: url('../images/linkedin-hvr.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}

.contact-button {
  padding: 12px 30px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(94, 153, 75, .17);
  border-radius: 3px;
  background-color: #84d34f;
  -webkit-transition: all 200ms ease, opacity 500ms ease;
  transition: all 200ms ease, opacity 500ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.contact-button:hover {
  border-color: rgba(132, 211, 79, .64);
  background-color: rgba(132, 211, 79, .64);
  opacity: 1;
  color: #328792;
  font-weight: 800;
  letter-spacing: 1px;
}

.contact-button.btn_txt {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #7dc74c;
  box-shadow: 0 14px 25px -10px hsla(0, 0%, 43%, .58);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 15px;
  letter-spacing: 1px;
}

.contact-button.btn_txt:hover {
  border-color: rgba(132, 211, 79, 0);
  background-color: rgba(132, 211, 79, .38);
  box-shadow: none;
  color: #4a4a4a;
  font-weight: 600;
}

.content-wrapper {
  position: static;
  overflow: visible;
  width: 60%;
  max-width: 1200px;
  margin-bottom: 0px;
  margin-left: 40%;
}

._17_records_desktop {
  clear: both;
}

._17thst {
  padding: 45px 65px 65px;
  clear: both;
  background-color: #57bfcc;
  color: #4a4a4a;
}

.work_number {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

._17th_img {
  position: static;
  display: block;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 0px;
  float: none;
  clear: both;
  border-style: none;
  opacity: 1;
}

.title_sub {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}

.title {
  margin-top: 5px;
  margin-left: 0px;
  float: left;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

.mini_logo {
  display: inline-block;
  width: 75px;
  height: 38px;
  margin-top: -15px;
  margin-right: 10px;
  float: right;
  opacity: 0.82;
  -webkit-filter: grayscale(100%) brightness(61%);
  filter: grayscale(100%) brightness(61%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
  cursor: pointer;
}

.mini_logo:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.project_2 {
  width: 100%;
  height: auto;
  padding: 45px 65px;
  clear: none;
  background-image: -webkit-linear-gradient(270deg, #aadaa8, #aadaa8), -webkit-linear-gradient(270deg, #000, #fff);
  background-image: linear-gradient(180deg, #aadaa8, #aadaa8), linear-gradient(180deg, #000, #fff);
}

.project_2_screen {
  clear: both;
}

.project_2_img {
  display: block;
  width: 35%;
  margin-top: 10px;
  margin-bottom: -5px;
  margin-left: 35%;
  opacity: 1;
}

.codepen_icon_projects {
  width: 35px;
  height: 35px;
  margin-top: -10px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 0px;
  float: right;
  opacity: 0.4;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.codepen_icon_projects:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.project_3 {
  width: 100%;
  padding: 45px 65px;
  background-image: -webkit-linear-gradient(270deg, #ffc1c1, #ffc1c1), -webkit-linear-gradient(270deg, #000, #fff);
  background-image: linear-gradient(180deg, #ffc1c1, #ffc1c1), linear-gradient(180deg, #000, #fff);
}

.project_3_screen {
  clear: both;
}

.project-3-img {
  width: 100%;
  margin: 55px 0px 30px 0%;
  opacity: 1;
}

.project_4 {
  width: 100%;
  padding: 45px 65px;
  background-image: -webkit-linear-gradient(270deg, #4a4a4a, #4a4a4a), -webkit-linear-gradient(270deg, #000, #fff);
  background-image: linear-gradient(180deg, #4a4a4a, #4a4a4a), linear-gradient(180deg, #000, #fff);
}

.project-4-screen {
  clear: both;
}

.project-4-img {
  width: 90%;
  margin-top: 10px;
  margin-bottom: -12px;
  margin-left: 10%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.community {
  height: auto;
  padding: 45px 65px 50px 100px;
  background-image: -webkit-linear-gradient(270deg, #f4f3f3, #f4f3f3);
  background-image: linear-gradient(180deg, #f4f3f3, #f4f3f3);
}

.program-wrapper {
  margin-bottom: 45px;
}

.h3 {
  margin-bottom: 0px;
  padding-right: 75px;
  float: none;
  font-family: Exo, sans-serif;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.review-date {
  margin-bottom: 20px;
}

.date {
  margin-bottom: 3px;
  color: #999;
  font-size: 12px;
  letter-spacing: -0.5px;
}

.review {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.review:focus {
  border-style: none;
  text-decoration: none;
}

.link {
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Exo, sans-serif;
  color: #84d34f;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  opacity: 0.66;
  text-decoration: none;
}

.link:active {
  border-style: none;
  opacity: 0.66;
  text-decoration: none;
  cursor: default;
}

.link:focus {
  border-style: none;
}

.link.sm-company-link {
  margin-top: -3px;
  margin-bottom: 0px;
  margin-left: 3px;
  padding-bottom: 0px;
  opacity: 0.66;
  font-size: 12px;
}

.h3_subheading {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.devider {
  height: 10px;
  margin-top: 0px;
  margin-bottom: 45px;
  background-image: -webkit-linear-gradient(270deg, rgba(74, 74, 74, .08), rgba(74, 74, 74, .08));
  background-image: linear-gradient(180deg, rgba(74, 74, 74, .08), rgba(74, 74, 74, .08));
}

.placeholder-1-wrapper {
  margin-bottom: 45px;
}

.placeholder-1-subwrap {
  margin-bottom: 20px;
}

.placeholder-2-wrapper {
  margin-bottom: 45px;
}

.placeholder-2-subwrapper {
  margin-bottom: 20px;
}

.footer_wrapper {
  height: 80px;
  padding: 25px 65px 10px;
  background-color: #303030;
}

.footer-p {
  font-family: Exo, sans-serif;
  color: #999;
  font-weight: 400;
  text-align: center;
}

.success_link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #7dc74c;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.success_link:hover {
  opacity: 0.66;
  text-decoration: none;
}

.success_link:active {
  opacity: 1;
  text-decoration: none;
}

.success_link:focus {
  text-decoration: none;
}

.elevate_logo {
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-top: -10px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 0px;
  float: right;
  border: 1px none transparent;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.elevate_logo:hover {
  border-style: none;
  opacity: 1;
}

.twitter-btn {
  width: 25px;
  height: 25px;
  margin-right: 25px;
  background-image: url('../images/Twitter_Logo_Blue.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.85;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.twitter-btn:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.image-3 {
  opacity: 0.75;
}

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

html.w-mod-js *[data-ix="text-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

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

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

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

@media (max-width: 991px) {
  .sidebar-wrapper {
    padding-top: 75px;
    background-image: -webkit-linear-gradient(270deg, #fafafa, #fafafa), -webkit-linear-gradient(270deg, #000, #fff);
    background-image: linear-gradient(180deg, #fafafa, #fafafa), linear-gradient(180deg, #000, #fff);
  }
  .about-container {
    left: 32px;
    bottom: 20%;
    width: 85%;
  }
  .about-copy {
    width: 100%;
  }
  .contact-button.btn_txt {
    padding-right: 35px;
    padding-left: 35px;
  }
  ._17thst {
    padding-bottom: 65px;
  }
  ._17th_img {
    margin-top: 35px;
  }
  .title_sub {
    margin-top: 35px;
  }
  .mini_logo {
    margin-right: 0px;
  }
  .project_2_img {
    width: 50%;
    margin-top: 0px;
    margin-bottom: -24px;
    margin-left: 26%;
  }
  .project-4-img {
    width: 100%;
    margin-left: 0%;
  }
  .community {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 65px;
  }
  .footer_wrapper {
    margin-bottom: 0px;
    padding: 20px 50px 10px;
  }
  .footer-p {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper {
    position: static;
    width: 100%;
    height: auto;
    padding: 60px 55px;
    background-image: -webkit-linear-gradient(270deg, #fafafa, #fafafa), -webkit-linear-gradient(270deg, #000, #fff);
    background-image: linear-gradient(180deg, #fafafa, #fafafa), linear-gradient(180deg, #000, #fff);
  }
  .about-container {
    position: static;
    width: 75%;
  }
  .about {
    font-size: 38px;
    line-height: 42px;
  }
  .about-copy {
    width: 80%;
  }
  .contact-button.btn_txt {
    padding-right: 35px;
    padding-left: 35px;
  }
  .content-wrapper {
    position: static;
    overflow: visible;
    width: 100%;
    margin-left: 0%;
  }
  ._17thst {
    padding-bottom: 70px;
  }
  .project_2_img {
    width: 40%;
    margin-bottom: -10px;
    margin-left: 30%;
  }
  .project-3-img {
    width: 100%;
    margin-left: 0%;
    border-style: none;
    border-color: transparent;
  }
  .community {
    padding-top: 45px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .image-3 {
    max-width: 90%;
  }
}

@media (max-width: 479px) {
  .body {
    min-height: 100%;
  }
  .sidebar-wrapper {
    position: static;
    width: 100%;
    height: auto;
    padding: 25px 35px 60px;
    background-image: -webkit-linear-gradient(270deg, #fafafa, #fafafa), -webkit-linear-gradient(270deg, #000, #fff);
    background-image: linear-gradient(180deg, #fafafa, #fafafa), linear-gradient(180deg, #000, #fff);
  }
  .about-container {
    position: static;
    width: 100%;
  }
  .about {
    margin-top: 35px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 38px;
  }
  .about-copy {
    width: 90%;
    margin-top: 25px;
    letter-spacing: -0.5px;
  }
  .social {
    margin-top: 35px;
    padding-left: 5px;
  }
  .contact-button.btn_txt {
    padding-right: 35px;
    padding-left: 35px;
  }
  .content-wrapper {
    position: static;
    overflow: visible;
    width: 100%;
    margin-left: 0%;
  }
  ._17_records_desktop {
    display: block;
    width: 100%;
    max-width: 365px;
    margin-right: auto;
    margin-left: auto;
  }
  ._17thst {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 20px;
    clear: both;
  }
  ._17th_img {
    max-width: 100%;
    margin-top: 26px;
    margin-bottom: 45px;
  }
  .title {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mini_logo {
    margin-top: -30px;
    margin-right: -20px;
    margin-left: 0px;
  }
  .project_2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    clear: both;
  }
  .project_2_screen {
    display: block;
    width: 100%;
    max-width: 365px;
    margin-right: auto;
    margin-left: auto;
  }
  .project_2_img {
    display: block;
    width: 45%;
    margin: 10px auto;
    clear: both;
  }
  .codepen_icon_projects {
    margin-top: -30px;
    margin-right: -5px;
  }
  .project_3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .project_3_screen {
    display: block;
    width: 100%;
    max-width: 365px;
    margin-right: auto;
    margin-left: auto;
  }
  .project-3-img {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    border: 0px none transparent;
    border-radius: 0px;
  }
  .project_4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .project-4-screen {
    display: block;
    width: 100%;
    max-width: 365px;
    margin-right: auto;
    margin-left: auto;
  }
  .project-4-img {
    display: block;
    width: 100%;
    margin: 25px auto 10px;
  }
  .community {
    padding-top: 35px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .h3 {
    padding-right: 50px;
  }
  .footer_wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
  .elevate_logo {
    margin-top: -30px;
    margin-right: -5px;
  }
  .image-3 {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic---Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bodoniflf';
  src: url('../fonts/BodoniFLF-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bodoniflf';
  src: url('../fonts/BodoniFLF-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Bodoniflf';
  src: url('../fonts/BodoniFLF-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Bodoniflf roman';
  src: url('../fonts/BodoniFLF-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}