/*---Remove comments for gridlines*/
/*div {
    outline: 1px solid #000;
}*/
/*--*/

/*Make gradients white*/
/*.section-1-bg, .section-2-bg, .section-3-bg {
  background-image: none !important;
}*/



body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #525252;
}
/*Fonts*/
/*--------------*/
h1 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1.3px;
  color: #525252;
}
h2 {
  font-size: 26px;
  font-weight: 300;
}
h3 {
  font-size: 23px;
  font-weight: 300;
}
h5 {

}
p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .5px;
  /*text-align: center;*/
  color: #525252;
}
p.small,
.small > p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .5px;
  /*color: #525252;*/
}
p.tiny {
  font-size: 13px;
}
/*Expanded font styles*/
p.testimonial-class {
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px
}
p.testimonial-review {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px
}
p.testimonial-name {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
p.testimonial-school {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  margin-top: -1px;
  text-align: left;
}
a {
  font-weight: 400;
  color: #3CA0F3;
}
a:hover{
  color: #1482DD;
  text-decoration: none;
}
h1.how-it-works {
  margin-top: 165px;
}
.tutors h1.section-1-heading {
  margin-top: 150px;
  margin-bottom: 120px;
}
.tutors h1.section-2-heading {
  margin-top: 50px;
  margin-bottom: 120px;
}
.white {
  color: white;
}
.green {
  color: #43bc00;
}
p.white {
  font-weight: 400;
}
strong {
  font-weight: 500;
}
/*Components*/
/*-----------------*/
.btn {
  background-color: #3CA0F3;
  -webkit-transition-duration: 0.3s; /* Safari */
  border-radius: 20px;
  color: #fff;
  border: 0px;
  width: 130px;
  height: 36px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
}
.btn:focus {
  color: #fff;
  outline: 0px;
  border: none;
}
.btn:active {
  outline: 0px;
  color: #fff;
}
.btn:focus:active {
  outline: 0px;
}
.btn:hover {
  -webkit-transition-duration: 0.3s; /* Safari */
  color: #fff;
  background-color: #59A8E9;
  box-shadow: 0 6px 22px 1px rgba(0, 0, 0, 0.15);
}
.btn.learn-more-btn {
  background-color: #43BC00;
  width: 150px;
  margin-top: 18px;
}
.btn.btn-school {
  width: 115px;
  color: #B2B2B2;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);

  border: solid;
  border-width: 2px;
  border-color: #DDDDDD;
}
.glyphicon {
  font-size: 70% !important;
}
.carousel .glyphicon {
  font-size: 100% !important;
}
.intercom-app .intercom-app-launcher-enabled {
  right: 100px !important;
}
/* Shadows */
.light-shadow {
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
}
/*Outline Page Components*/
.section-top {
  padding-top: 145px !important;
}
.section {
  padding: 80px 0;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
}
.section .container {
  max-width: 950px;
}
.section-thin .container {
  max-width: 650px;
}
.section-content {
  padding: 0 5%;
  margin-bottom: 70px;
}
/*Outline Page Fonts*/
.section h1 {
  margin-bottom: 75px;
}
.panel a:hover,
.panel a:active,
.panel a:focus,
.panel a:visited {
  text-decoration: none;
}
p.very-small,
.very-small p {
  font-size: 16px;
  line-height: normal;
}
.outline h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.FAQs h2 {
  margin-top: 60px;
  margin-bottom: 22px;
}

/*Outline Page Style*/
.panel {
  background-color: rgba(0, 0, 0, .04);
  border-width: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
}
.panel-heading {
  margin: 12px 0;
  padding: 15px 20px;
}
.list-group-item,
.panel-body {
  background-color: rgb(255, 255, 255);
  padding: 15px 20px;
  line-height: 22px;
}
h4.blue-heading {
  font-size: 17px;
  font-weight: 700;
  color: #3CA0F3;
  margin-bottom: -30px;
}
.news-story {
  margin-bottom: 60px;
}


/*Help Style*/

.help-nav {
  border-bottom: 0 !important;
}
.nav-tabs {
  display: flex;
  justify-content: center;
  border-width: 0px !important;
}
.help-nav a {
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-width: 0px !important;
  border-bottom-width: 3px !important;
  border-color: transparent !important;
  color: #AAA !important;
  font-weight: 600 !important;
}
.help-nav .active a {
  -webkit-transition-duration: 0.3s; /* Safari */
  border-color: #ff9400 !important;
  color: #ff9400 !important;
}
.help-nav a:hover {
  -webkit-transition-duration: 0.3s; /* Safari */
  text-decoration: none !important;
  color: #ff9400 !important;
}
.help-nav .nav>li>a {
  padding: 10px 30px 15px 30px;
}
.help-content {
  padding-top: 30px;
}
.help-content .media:first-child {
  margin-top: 15px;
}
.help-content li {
  list-style-type: none !important;
  margin-bottom: 5px
}
.help-content ul {
  list-style-type: none !important;
  padding: 0 6px;
}
.help-content h3 {
  margin: 40px 0;
}
#help-icon {
  margin-top: 12px;
  margin-right: 14px;
  width: 30px;
}
.breadcrumb {
  position: absolute;
  top: 83px;
  margin-bottom: 40px;
  background-color: white !important;
  border: 0px !important;
}
.outline .pager {
  bottom: 100px;
  margin-bottom: 0px;
}



/*.previous {
  background-color: rgba(0, 0, 0, .04) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22) !important;
  border-radius: 3 !important;
}*/


/*Hero Content*/
/*------------------*/
.hero-content > .col-md-pull-6 {
  /*TODO make smaller top margin when vh is small*/
}
.hero-blurb-text {
  max-width: 400px;
  margin: 0 auto;
}
.home .hero-img {
    padding-top: 240px;
}
@media screen and (min-height: 900px) {
  .home .hero-img {
    padding-top: 0;
  }
}
.class-text {
  font-weight: 500;
}
.blurb-text {
  max-width: 300px;
  margin: 0 auto;
}
.carousel .glyphicon-chevron-left, .carousel .glyphicon-chevron-right {
  text-shadow: 0 2px 7px rgba(0,0,0,.4);
}

/*Home Icons*/
/*------------------*/
#search-icon {
  width: 110px;
  margin-bottom: -5px;
}
#request-icon {
  width: 90px;
  margin-bottom: -10px;
}
#meet-up-icon {
  width: 135px;
  margin-bottom: -8px;
}

/*Tutors Section 1*/
/*------------------*/
.section-1 {
  padding-bottom: 150px;
}
.section-1-item {
  padding: 40px;
}
.tutor-icon-wrapper {
  height: 160px;
}
#schedule-icon {
  width: 180px;
  padding-right: 20px;
}
#money-icon {
  width: 215px;
  padding-top: 8px;
}
#add-courses-icon {
  width: 210px;
  padding-right: 20px;
}

/*Tutor Section 2*/
.container-how-it-works {
  max-width: 800px;
}
.container-how-it-works-thin {
  max-width: 800px !important;
}
.tutor-how-it-works-bg {
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.14);
}
.how-it-works-content {
  margin-bottom: 60px;
}
.tutors .media {
  margin-top: 65px !important;
}
.media-no-icon {
  margin-top: 55px !important;
  padding-top: 0;
  padding-bottom:0;
  padding-left: 5%;
  padding-right: 5%;
}
.tutor-how-it-works-bg p {
  text-align: left;
}
#become-a-tutor-icon {
  margin-top: 12px;
  margin-right: 14px;
  width: 48px;
}
#get-requested-icon {
  margin-top: 15px;
  margin-left: 4px;
  margin-right: 19px;
  width: 39px;
}
#start-tutoring-icon {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 1px;
  width: 46px;
}
.square-screenshots {
  position: relative;
  width: 110%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.square-screenshots img{
  width: 100%;
}
.square-app-buttons {
  margin-top: 82px !important;
}
.square-app-buttons img {
  margin-bottom: 10px;
}

/*Tutor section 3*/
.get-started-today-bg {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 130px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.14);
}
.get-started-content {
  max-width: 1000px;
}
.get-started-today-bg .col-md-3 {
  padding: 0;
}
.horizontal-line {
  position: relative;;
  top: -25px;
  left: 33px;
  background-color: #CCC;
  height: 1.5px;
  width: 640px;
}
.vertical-line {
  display: none;
  position: relative;
  top: -8px;
  left: 16px;
  background-color: #CCC;
  height: 382px;
  width: 2px;
}
.vertical-line-up {
  display: none;
  position: relative;
  top: -191px;
  left: 16px;
  background-color: #CCC;
  height: 150px;
  width: 2px;
}
.number-circle-top {
  background-color: white;
  margin: 13px auto 25px auto;
  padding-top: 3px;
  width: 35px;
  height: 35px;
  border-radius: 20px;
	border: solid 1px #CCC;
}
p.step-text {
  font-size: 14px;
  margin: 0 auto 20px auto;
  padding: 0 6%;
  /*max-width: 240px;*/
}
.step-1,
.step-2,
.step-3 {
  border-radius: 4px;
  padding: 18px 0 30px 0;
}
.step-1 {
  background-color: #f2f2f2;
}

/*Team Page*/
.team-content {
  border-radius: 500px;
  max-width: 180px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
}
.team-picture {
  border-radius: 500px;
}
.team-content img {
}
.team h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.team-wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* Navbar */
/*------------------*/
.navbar {
  -webkit-transition-duration: 0.3s; /* Safari */
  padding: 15px 0;
}
.navbar-brand {
  padding: 10px;
}
.scroll-nav {
  background-color: white !important;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
  padding: 8px;
}
.scroll-nav a {
  color: #818181 !important;
}
.navbar-btn {
  background-color: #3CA0F3;
  margin-left: 20px;
}
.tutors .navbar-btn {
  background-color: #ff9400;
  font-weight: 600;
  letter-spacing: .3px;
}
.navbar-toggle {
  border-color: #AAA ;
}
.icon-bar {
  background-color: #AAA;
}
.nav a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
	letter-spacing: 1.2px;
	text-align: center;
	color: #ffffff;
  margin-top: 1px;

}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.brand {
  height: 30px;
}
.orange-logo {
  content:url('https://static.joinknack.com/images/logos/knack-logo-orange.svg');
}

/* Hero */
.hero-bg {
  height: 100vh;
}
.home .hero-bg {
  background-image: radial-gradient(circle at 39% 160%, #ff4c00 0%, #ff9400 75%, #ffc600 110%);
}
.tutors .hero-bg,
.tutors .hero-content {
  max-height: 730px;
}
.tutors .hero-bg {
  /*background-image: radial-gradient(circle at 19% 93%, #49C5EE, #2E88EE);*/
}
.hero-content {
  height: 100vh;
}
.tutors .hero-content img {
  margin-bottom: 74px;
  width: 120%;
}
.hero-text-content {
  text-align: center;
}
/*Tutor Hero*/
.tutors .hero-img {
  width: 100%;
}
/*Tutor Carousel Fade*/
#tutor-hero-carousel .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

#tutor-hero-carousel .carousel-inner .active {
  opacity: 1;
}

#tutor-hero-carousel .carousel-inner .active.left,
#tutor-hero-carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
h1 {
  opacity: 1 !important;
}
#tutor-hero-carousel .carousel-inner .next.left,
#tutor-hero-carousel .carousel-inner .prev.right {
  opacity: 1;
}
#tutor-hero-carousel .carousel-control {
  z-index: 2;
}
#tutor-hero-carousel .item:nth-child(1) {
  background-image: radial-gradient(circle at 19% 93%, #49C5EE, #2E88EE);
}
#tutor-hero-carousel .item:nth-child(2) {
	background-image: linear-gradient(rgba(99, 255, 169, 0.15), rgba(99, 255, 169, 0.15)), radial-gradient(circle at 5% 137%, #ffcb00, #ff5c8a 65%, #ff00fd);
}
#tutor-hero-carousel .item:nth-child(3) {
	background-image: radial-gradient(circle at 19% 93%, #d437de, #9213fa);
}

.carousel-indicators {
  bottom: 85px;
}
.carousel-indicators li {
  border-width: 0px;
  width: 11px;
  height: 11px;
  margin: 0px 3px !important;
  background-color: rgba(255, 255, 255, 0.4);
}
.carousel-indicators .active {
  width: 11px;
  height: 11px;
}

/*Call To Action bar and form*/
.cta-banner {
  position: relative;
  height: 74px;
  margin-top: -74px;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.cta-content {
  margin-top: 13px;
}
.home .cta-banner {
  background-image: linear-gradient(90deg, #ff9636, #ff8d33, #ffa22a);
}
.tutors .cta-banner {
  background-color: transparent;
}
.cta-background-proxy-1,
.cta-background-proxy-2,
.cta-background-proxy-3 {
  position: absolute;
  bottom: 0;
  min-height: 74px;
  width: 100%;
  z-index: 1;
}
.cta-background-proxy-1 {
  background-image: linear-gradient(90deg, #8bd8f4, #7dbdee);
}
.cta-background-proxy-2 {
  background-image: linear-gradient(90deg, #DD7CED, #BF6CF8);
}
.cta-background-proxy-3 {
  background-image: linear-gradient(90deg, #F3CF7D, #F294C4);
}
.cta-form button {
  color: white;
  position: absolute;
  top: 5px;
  margin-left: -135px;
  background-color: #3CA0F3;
}
.tutors .cta-form button {
  background-color: #ff9400;
  font-weight: 600;
}
.cta-form .form-inline .form-control {
  display: inline-block;
  border-radius: 30px;
  height: 46px;
  width: 370px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
#phone-input {
  font-size: 18px;
  padding-left:55px;
  vertical-align: middle;
}
.cta-download-img {
  display: none;
  margin-top: 5px;
}
.home .cta-download-img button {
  background-color: #3CA0F3;
}
.tutors .cta-download-img button {
  background-color: #FF9400;
  font-weight: 600;
}
.android-button {
  display:inline-block;
  position:absolute;
  color:#fff;
  font-weight:600;
  padding:5px 10px
}
.android-button-2 {
  bottom: -4px;
  margin-left: 135px;
  position:absolute;
  color:#fff;
  font-weight:600;
  padding:5px 10px
}

/*Slick Tesitimonials Carousel*/
.slick-testimonials {
  background-color: #fff;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
  z-index: 1000 !important;
}
.slick-testimonials .testimonial-card {
  border-radius: 5px;
  background-color: #fff;
  height: 165px;
  width: 20%;
  min-width: 320px;
  margin: 0 auto;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
}
.slick-testimonials .img-five-stars {
  margin: 11px auto -15px auto;
  padding-top: 9px;
  width: 145px;
}
.slick-testimonials .img-small-headshot {
  margin-right: -15px;
  border-radius: 20px;
  width: 38px;
  border: 2px solid #DCDCDC;
}
.slick-testimonials .slick-slide {
  padding-top: 32px;
  padding-bottom: 45px;
}
.slick-slide:focus {
  outline: 0px;
}
.slick-prev:before, .slick-next:before {
    font-family: "Glyphicons Halflings", "slick", sans-serif;
    font-size: 30px;
    padding: 10px;
}

.slick-prev:before { content: "\e257"; color: #FFF; color: rgba(255,148,0,.2);}
.slick-next:before { content: "\e258"; color: #FFF; color: rgba(255,148,0,.2);}
.slick-prev,
.slick-next {
  background-color: transparent;
  border: 0px solid transparent;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
}
.slick-next {
    right: 0px;
}
.carousel-control {
  background-image: url() !important;
  width: 5%;
}


/*Home Body Content*/
/*------------------*/
/*Home Section 1*/
.section-1-bg {
  height: 480px;
  background-image: linear-gradient(166deg, #6B4BF4, #E357EB);
}
.backshape.section-1-bg {
  margin-top:-100px; /* Override for 'how it works' BG*/
}
.section-1-img {
  position: relative;
  width: 73%;
  margin: 0 auto;
  z-index: 1000;
}
/*Home Section 2*/
.section-2-bg {
  height: 350px;
	background-image: linear-gradient(204deg, #DF42FF, #FFCE42);
}
.section-2-img {
  position: relative;
  width: 73%;
  margin: 0 auto;
  z-index: 1000;
}

/*Home Section 3*/
.section-3-bg {
  height: 350px;
	background-image: linear-gradient(332deg, #F98540, #FFCE42);
}
.section-3-img {
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  width: 140%;
  margin-left: -200px;
  margin-top: -100px;
  /*margin: 0 auto;*/
  z-index: 1000;
}

/*Home Section 4*/
.section-4-bg {
  background-image: radial-gradient(circle at 19% 93%, #49C5EE, #2E88EE);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14)
}
.section-4-content {
  height: 100%;
}
.section-4-img {
  width: 550px;
  margin-top: 40px;
  margin-left: 60px;
}

/*Footer*/
/*------------------*/
.school-card {
  width: 200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.UF-logo,
.UCF-logo,
.USF-logo,
.FSU-logo,
.UNC-logo,
.NCState-logo {
  margin: 0 auto;
}
.UF-logo {
  width: 210px;
  padding-top: 31px;
}
.UCF-logo {
  width: 165px;
  padding-top: 19px;
}
.USF-logo {
  width: 200px;
  padding-top: 28px;
}
.FSU-logo {
  width: 210px;
  padding-top: 27px;
}
.UNC-logo {
  width: 210px;
  padding-top: 24px;
}
.NCState-logo {
  width: 182px;
  padding-top: 23px;
}
.slick-schools .slick-slide {
  padding: 30px 0;
}

/*Join the thousands*/
#join-the-thousands-text {
  padding-top: 57px;
  font-weight: 500;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 1);
}
#join-the-thousands {
  height:200px;
  margin-top: -20px;
  background-image: url('https://static.joinknack.com/images/footer/pictures-with-cut.png');
  background-repeat: repeat-x;
  background-size: 1500px;
}

/*Footer Bottom*/
.footer {
  margin: 0 60px;
}
.footer-left,
.footer-right-1,
.footer-right-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
}
.footer-left {
  max-width: 540px;
}
.footer-right-1,
.footer-right-2 {
  width: 21%;
  min-width: 191px;
}
.social-icons {
  margin-top: 15px;
  margin-bottom: 13px;
}
.social-icons img {
  width: 45px;
  margin-right: 10px;
}
.app-buttons {
  margin-top: 12px;
  margin-bottom: 15px;
}
.app-buttons img {
  height: 40px;
  margin-right: 5px;
}
.footer-text {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  text-align: left;
}
.footer-text a {
  color: #818181;
}
.footer-links li {
  list-style-type: none;
  margin: 8px auto;
}
.footer-links a {
  color: #818181;
}
.footer-links img {
  /*margin: 30px auto;*/
}
.footer-links h4 {
  margin-top: 6px;
  margin-bottom: 15px;
  color: #ff9400;
}

/*Home Shapes*/

.backshape {
  display: block;
  z-index:1;
  margin-top:-160px;
  width:100%;
  transform:skew(0deg,5deg);
  -ms-transform:skew(0deg,5deg);
  -webkit-transform:skew(0deg,5deg);
  box-shadow: inset 0 3px 25px 0 rgba(0, 0, 0, 0.14);
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, .3);
}
.backshape .wrapper {
  display:block;
  margin-top: 50px;
  width:100%;
  padding:0 5%;
  transform: rotatey(3);
  transform:skew(0deg,-5deg);
  -ms-transform:skew(0deg,-5deg);
  -webkit-transform:skew(0deg,-5deg);
}
.forwardshape {
  z-index:1;
  display:block;
  margin-top:-160px;
  width:100%;
  transform:skew(0deg,-5deg);
  -ms-transform:skew(0deg,-5deg);
  -webkit-transform:skew(0deg,-5deg);
  box-shadow: inset 0 3px 25px 0 rgba(0, 0, 0, 0.14);
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, .3);
}
.forwardshape .wrapper {
  display:block;
  float:left;
  margin:50px auto 200px;
  width:100%;
  padding:0 5%;
  transform: rotatey(3);
  transform:skew(0deg,5deg);
  -ms-transform:skew(0deg,5deg);
  -webkit-transform:skew(0deg,5deg);
}

/* Components */
.top-banner {
  position: absolute;
  background-color: white;
  /*z-index: 1001;*/
  padding: 7px 0px;
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.top-banner > p {
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.2px;
}
/* Helper Classes */
.outline .input-group {
  padding: 10px 0
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  display: flex;
  align-items: center;
}
.vertical-bottom {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  display: flex;
  align-items: flex-end;
}
#search-descripton {
  margin-top: 115px;
}
#request-descripton {
  margin-top: 115px;
}
#meet-up-descripton {
  margin-top: 80px;
}
.iphone-adjustment {
  margin-top: -13.3%;
}
img.green-arrow {
  position:absolute;
  width: 50%;
}
/*Responsiveness*/
/*------------------*/

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
  .third-card {
    display: none;
  }
  /*Adjust centering for iphone images and forward/backshape height*/
  .forwardshape.section-2-bg,   .backshape.section-3-bg {
    margin-top: -130px;
    height: 300px;
  }
  #search-descripton {
    margin-top: 80px;
  }
  #request-descripton {
    margin-top: 50px;
  }
  #meet-up-descripton {
    margin-top: 50px;
  }
  /*Tutors*/
  .section-1-item {
    padding: 0px;
  }
  .section-3-img {
    width: 150%;
  }
  .section-4-img {
    width: 500px;
    margin-top: 28px;
    margin-left: 35px;
  }
}
/*Only Medium Sizes*/
@media screen and (max-width: 1199px) and (min-width: 991px){
  .tutors .hero-bg,
  .tutors .hero-content {
    max-height: 630px;
  }
}
@media screen and (max-width: 991px) and (max-height: 800px) {
  .home .hero-img {
    max-width: 70vh;
    margin-top: 30px;
  }
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  p.hero-blurb-text {
    padding: 0 26px;
  }
}
@media screen and (max-width: 991px) {

  .fourth-school {
    display: none;
  }
  #UF-logo,
  #UCF-logo,
  #USF-logo,
  #FSU-logo {
    width: 100%;
  }
  /*Disengage vertical centering class*/
  .container .vertical-center {
    display: block;
    min-height: inherit;
  }
  .container .vertical-bottom {
    display: block;
  }
  .home .hero-img {
    padding-top: 0px;
  }
  .tutors .hero-img {
    margin: 15px auto 0 auto;
    max-width: 580px;
  }
  .hero-content {
    padding-top: 100px;
  }
  .home .hero-content img {
    margin: 50px auto 0 auto;
    max-width: 555px;
    width: 100%;
  }
  .tutors .hero-content img {
    width: 100%;
  }
  /*Adjust centering for iphone images and forward/backshape height*/
  .backshape.section-1-bg {
    height: 330px;
  }
  .forwardshape,
  .backshape {
    border-width: 0px 0;
  }
  .forwardshape.section-2-bg,
  .backshape.section-3-bg {
    margin-top: -240px;
    height: 250px;
  }
  .section-1-img, .section-2-img  {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    z-index: 0;
  }
  .section-3-img {
    width: 100%;
    padding-right: 10%;
    max-width: 700px;
    margin: 40px auto 0 auto;
  }
  .section-4-content {
    margin-top: 35px;
  }
  .section-4-img {
    width: 100%;
    padding-left: 6%;
    max-width: 450px;
    margin: 40px auto 0 auto;
  }
  .iphone-adjustment {
    margin-top: 40px;
  }
  #search-descripton {
    margin-top: 50px;
  }
  #request-descripton {
    margin-top: 50px;
  }
  #meet-up-descripton {
    margin-top: 55px;
  }
  /*Tutors*/
  .step-1,
  .step-2,
  .step-3 {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 20px;*/
    /*padding-right: 5%;*/
  }
  p.step-text {
    padding: 0px;
  }
  .horizontal-line {
    display: none;
  }
  .vertical-line,
  .vertical-line-up {
    display: block;
}
  .number-circle-top p {
    text-align: center;
    font-size: 20px;
  }
  .number-circle-top {
    display: inline-block;
    margin: 15px 12px 0 18px;;
    vertical-align: top;
  }
  .step-wrapper {
    display: inline-block;
    width: calc(100% - 90px);
  }
  @media screen and (max-width: 890px) {
    .wrapper-schools {
      margin: auto 8%;
    }
    .third-school {
      display: none;
    }
    .footer {
      margin: 0;
    }
    .footer-left {
      max-width: none;
      width: 100%;
      text-align: center !important;
      margin-top: 0px;
      margin-bottom: 30px;
    }
    .footer-left p {
      text-align:center;
    }
    .footer-right-1,
    .footer-right-2 {
      margin: 30px auto;
      width: 50%;
      min-width: 191px;
    }
    .footer-right-1 {
      padding-left: 10%;
    }
    .footer-right-2 {
      padding-left: 20%;
    }
}
  @media screen and (max-width: 767px) {

  .navbar {
    border-width: 0px;
    -webkit-transition-duration: 0.3s; /* Safari */
    background-color: white !important;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
    padding: 8px 0;
  }
  .navbar img {
    content:url('https://static.joinknack.com/images/logos/knack-logo-orange.svg');
  }
  .nav a {
    color: #818181 !important;
  }
  .navbar-btn {
    display: none;
  }
  /*Tutors*/
  .section-1-item {
    max-width: 270px;
    margin: 80px auto;
  }
  .media,
  .media-no-icon {
    max-width: 550px;
    margin: 0 auto !important;
  }
  .square-screenshots {
    margin-top: 30px;
  }
  .square-app-buttons {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .second-card {
    display: none;
  }
  .footer-right-1 {
    padding-left: 6%;
  }
  .footer-right-2 {
    padding-left: 14%;
  }
}
@media screen and (max-width: 600px) {
    .second-school {
      display: none;
    }
    .tutors .hero-bg,
    .tutors .hero-content {
      height: auto;
    }
  }
}
@media screen and (max-width: 440px) {
  h1 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  p.hero-blurb-text {
    padding: 0 5%;
    max-width: 330px;
  }
  .hero-content {
    padding-top: 85px;
  }
  .hero-content img {
    margin-top: 30px;
  }
  #search-icon {
    width: 90px;
    margin-bottom: -5px;
  }
  #request-icon {
    width: 75px;
    margin-bottom: -10px;
  }
  #meet-up-icon {
    width: 110px;
    margin-bottom: -8px;
  }
  #testimonial-carousel .carousel-inner > .item > .row > .vertical-center > .col-md-4 {
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0);
  }
  .wrapper-testimonials {
    margin: 0 0;
  }
  .testimonial-card {
    margin: 0px 0px;
  }
  .footer-right-1,
  .footer-right-2 {
    width: 100%;
  }
  .footer-right-1 {
    margin-bottom: auto;
  }
  .footer-right-1,
  .footer-right-2,
  .footer-right-1 ul,
  .footer-right-2 ul {
    padding-left: 20%;
  }
  .cta-form {
    display: none;
  }
  .cta-download-img {
    display: table;
  }
  #join-the-thousands-text {
    font-size: 28px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 390px) {
  .home .hero-content img {
    margin-top: 20px !important;
  }
  .home .hero-text-content h1 {
    font-size: 19px;
    font-weight: 400;
  }
  .typed_data {
    font-weight: bolder;
  }
  .home p {
    /*font-size: 16px;*/
  }
}
/*Tutors page fade transition*/
@media all and (transform-3d), (-webkit-transform-3d) {
    #tutor-hero-carousel .carousel-inner > .item.next,
    #tutor-hero-carousel .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    #tutor-hero-carousel .carousel-inner > .item.prev,
    #tutor-hero-carousel .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    #tutor-hero-carousel .carousel-inner > .item.next.left,
    #tutor-hero-carousel .carousel-inner > .item.prev.right,
    #tutor-hero-carousel .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
