/* NOTE: Follow https://codeguide.co/ for CSS organization */

/* General */
html,
body {
  font-family: 'Montserrat', sans-serif;
  height: 90%;
}

/* Logo */
.z-brand-logo img {
  width: 150px;
  padding: 10px;
}

.z-iframe {
  border-width: 0px;
}

.z-case-study-card .card-content { 
  height: 340px;
}

.z-info-packet-header {
  text-align: center;
}

/* colors: custom zeemee colors

ZeeMee COLORS
Follows Materialize standard
color << background color
color-text << text color

*/

/* partners.handlebars */
  #map { 
    height: 80%;
    width: auto; 
    margin: 0 12px;
  }
  .leaflet-marker-icon {
    border-radius: 30%;
  }
  .map-container {
    height: 80%;
    width: 90%;
  }
/* /map.handlebars */

/* news-items.handlebars */
  .z-news-container .source-image-div { text-align: center; }
  .z-news-container .row-div { padding: 10px; }
  .z-news-container .favicon-img {
    position: relative;
    display: inline-block;
    top: 2px;
  }
/* /news-items.handlebars */

.z-feature-virtual-world {
  width: 300px;
}

.z-color-babyblue {
  background-color: #1DA5E7;
}
.z-color-babyblue-text {
  color: #1DA5E7;
}

.z-color-orange-text {
  color: #ff6700;
}

.z-color-orange {
  background-color: #ff6700;
}

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

/* Color Overrides
*/

.dropdown-content li > a,
.dropdown-content li > span {
  color: #000;
}

.btn,
.btn-large,
.btn-small {
  background-color: #ff6700;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: rgba(210,85,0,1);
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: rgba(210,85,0,1);
}

input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
  color: #ff6700;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ff6700;
  -webkit-box-shadow: 0 1px 0 0 #ff6700;
  box-shadow: 0 1px 0 0 #ff6700;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #ff6700;
}

.z-bulleted-list li:before {
  content: "\2022";
  color: #ff6700;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Typography */

.z-font-xx-large {
  font-size: xx-large;
}

.z-font-large {
  font-size: x-large;
}

.z-demo {
  font-size: larger;
}

.z-featured-in .col img {
  height: 25px;
}

.z-dotted-white-arrow img {
  height: 35px;
}

.z-hero-header-title {
  margin: 60px 0;
}

.z-section-title-bar h2 {
  font-size: 44px;
}
.z-section-title-bar h3 {
  font-size: 22px;
  font-style: italic;
}

/* Decorations */

.z-hidden {
  display: none;
}

.z-header-title:before {
  position: absolute;
  width: 100px;
  height: 20px;
  margin: 20px -140px;
  background-image: url('/images/home/orange-line.png');
  background-repeat: no-repeat;
  content: " ";
}

.z-header-title:after {
  position: absolute;
  width: 100px;
  height: 20px;
  margin: 20px 40px;
  background-image: url('/images/home/orange-line.png');
  background-repeat: no-repeat;
  content: " ";
}

/* Video */

#z-video-modal iframe {
  width: 100%;
  height: calc(20vw * 1.5)
}

/* Home */

.dl-badge {
  width: 200px;
}

#z-download-modal.modal {
  width: 40%;
}

#z-download-modal .z-modal-content {
  padding: 40px;
}

.z-download-badges {
  margin-top: 40px;
}

/* Hero */

.z-hero-title {
  font-size: 48px;
  margin-top: 80px;
}

.z-hero-section p {
  font-size: 22px;
  margin: 60px 0 40px;
  display: block;
}

.z-featured-in {
  margin-bottom: 60px;
}

.z-hero-ctas {
  margin-bottom: 100px;
}

.hero-screenshot-iphone {
  position: relative;
}

.z-featured-badge {
  display: block;
  width: 120px;
  padding: 5px 10px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.2);
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.z-wave {
  background-image: url('/images/home/wave.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.z-stats-circle {
  background-image: url('/images/home/orange-circle.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 380px;
  background-size: 320px;
  position: relative;
}

.z-stats-circle:first-child:after {
  background-image: url('/images/home/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 160px;
  content: "";
  position: absolute;
  right: -70px;
  z-index: 1;
}

.z-stats-circle:nth-child(2):after {
  background-image: url('/images/home/arrow-right-02.svg');
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 160px;
  content: "";
  position: absolute;
  right: -70px;
  z-index: 1;
}

.z-stats-circle h3 {
  font-size: 34px;
  font-weight: bold;
}
.z-stats-circle p {
  font-size: 16px;
  text-transform: uppercase;
  width: 180px;
  margin: 0 auto;
}

.z-stat-wrapper {
  width: 100%;
  color: #ffffff;
}

.z-testimonial-wrapper {
  position: relative;
  height: 1100px;
  background:
  linear-gradient(
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.75)
  ),
  url(/images/home/testimonials/bg.png);
  background-size: cover;
}

.z-testimonial-body {
  opacity: 1.0;
}

.z-testimonials {
  position: relative;
  max-width: 940px;
}

.z-testimonial-container {
  position: absolute;
  width: 200px;
  height: 200px;
  margin: 0 auto; /* Center on smaller devices */
}

.z-testimonial-container .z-testimonial-info {
  transform: translate3d(0px, 30px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transform-origin: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  background: #ffffff;
  text-align: center;
  padding: 20px 20px;
  width: 400px;
  position: absolute;
  top: 200px;
  left: -100px;
  margin: 0 auto;
  border-radius: 12px;
  visibility: hidden;
  box-shadow: 0 0 10px 8px rgba(0, 0, 0, .16);
}

.z-testimonial-container:hover .z-testimonial-info {
  transform: translate3d(0px, -30px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 1;
  z-index: 1;
  display: block;
  visibility: visible;
}

.z-testimonial-container img {
  width: 100%;
}

.z-testimonial-quote-box {
  font-style: italic;
}

.z-testimonial-name {
  font-size: 24px;
  font-weight: bold;
}

.z-testimonial-institution {
  color: #3d3d3d;
}

.z-testimonial-emerson {
  left: 460px;
  top: 20px;
}

.z-testimonial-le {
  left: 200px;
  top: 200px;
}

.z-testimonial-staphanie {
  left: 720px;
  top: 340px;
  width: 200px;
}

.z-testimonial-taylor {
  left: 0;
  top: 460px;
  width: 200px;
}

.z-testimonial-todd {
  left: 380px;
  top: 500px;
  width: 200px;
}

.z-carousel-wrapper {
  padding: 20px 0;
  position: relative;
  box-shadow: 0 0 15px -5px rgba(61, 61, 61, 0.5);
}

/* Hero */

.iphone-screenshot {
  position: absolute;
  width: 70%;
  top: 5%;
  right: 25%;
  }

.iphone-container {
  position: relative;
  width: 65%;
  top: 0;
  left: 18%;
  margin-top: 10%;
}

/* Home carousel */

.carousel {
  height: 180px;
  margin: 0;
}

/* App features section */

.z-app-feature-section {
  height: 900px;
}

.z-app-feature-section h2,
.z-app-feature-section h3  {
 color: #ffffff;
}

.z-feature-description {
  text-align: left;
  background: url('/images/home/arrow-right-light-white-bg.png') no-repeat 0 0;
  padding: 1px 20px 0;
  margin-bottom: 20px;
  height: 60px;
}

.z-feature-description.z-on-hover {
  background: url('/images/home/arrow-right-white-bg.png') no-repeat 0 0;
}

.z-feature-description.z-on-hover h4 {
  color: #000;
}

.z-feature-description:hover {
  cursor: pointer;
}

.z-feature-description h4 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}

.z-feature-full-description {
  display: none;
  font-size: 18px;
  color: #fff;
  margin: 50px 0;
  line-height: 1.5;
}

.z-app-features-content .z-hover-here-pointer {
  position: relative;
  width: 50%;
  right: 30%;
  margin-top: 40px;
}

.z-feature-description:first-child {
  margin-top: 80px;
}

.z-feature-preview-img {
  position: absolute;
  top: 3.7%;
  left: 5%;
  max-width: 51%; /* 272px */
}

.z-feature-preview {
  position: relative;
  left: 10%;
  height: 500px;
  margin-top: 30px;
}

.z-feature-preview-frame {
  max-width: 60%; /* 320px */
  position: absolute;
  top: 0%;
  left: .5%;
  z-index: 2;
}

.z-dashboard-section {
  background-image: linear-gradient(white,#eee);
  padding-bottom: 80px;
}

.z-dashboard-section p {
  margin-top: 40px;
}

.z-dashboard-section ul {
  margin-top: 40px;
  margin-left: 40px;
}

.z-dashboard-section ul li {
  margin-bottom: 10px;
}

.z-dashboard-screenshot {
  width: 100%;
}
/* Partners */

.z-partners-logo {
  width: 100%;
  border: 1px solid #ddd;
}

.z-partner-name {
  margin-bottom: 10px;
}

/* Case Studies Page */
.z-case-study-logo {
  width: 80%;
}
.z-case-study-card {
  width: 100%;
  text-align: center;;
}

.card p.z-case-study-description {
  font-size: 14px;
  margin: 20px 0;
}

/* College Page */

.z-confetti {
  width: auto;
  margin-bottom: 0px!important;
  background: url('/images/confetti.gif') no-repeat center center
  
}

.z-colleges-logo {
  height: 200px;
  padding: 0;
  margin: 0;
}
.z-colleges-logo img {
  max-height: 150px;
  max-width: 100%;
}

.z-mobile-badge {
  margin-top: 20px;
  margin-bottom: 30px;
}

.z-mobile-badges {
  max-width: 600px;
  margin: auto!important;
  text-align: center;
}

.z-mobile-badges img {
  width: 200px;
}

.z-bulleted-list {
  padding-left: 40px!important;
}

/* Footer */

footer {
  background: #eee;
  padding: 60px 0;
}

footer h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #3d3d3d;
}

footer a {
  color: #3d3d3d;
}

footer .footer-logo {
  width: 120px;
  margin-top: 20px;
}

/* Utilities */

.hide-on-load {
  display: none;
}

/* Responsive */

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    .z-confetti .z-bulleted-list {
      width: 85%!important;
    }

    .z-featured-in .col img {
      margin-bottom: 20px;
    }

    .iphone-screenshot {
      margin-top: -.3%!important;
      width: 77.25%!important;
      right: 8.7%!important;
    }

    .iphone-container {
      margin-top: 20%;
      left: 18%;
    }

    .z-testimonial-container {
      width: 200px;
      height: 200px;
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 40px;
    }

    /* Remove decoration on titles for mobile */
    .z-header-title:after,
    .z-header-title:before {
      display: none;
    }

    .z-testimonial-wrapper {
      height: 1400px;
    }

    .z-app-feature-section {
      height: 1700px!important;
    }

    .z-feature-preview {
      left: 20%;
      margin-top: 60px;
    }

    .z-feature-description {
      background: none;
      margin-bottom: 20px;
      height: inherit;
      border: 1px solid #fff;
      color: #fff;
    }

    .z-hover-here-pointer {
      display: none;
    }

    .z-stats-circle:first-child:after {
      display: none;
    }

    .z-stats-circle:nth-child(2):after {
      display: none;
    }

    .iphone-container {
      margin-top: 0;
    }

}

/* larger iphones */
@media only screen
  and (min-device-width: 414px)
  and (orientation: portrait) {

    .iphone-screenshot {
      width: 74%;
      top: 3%;
      right: 12%;
    }

    .iphone-container {
      width: 93%;
      left: 5%;
      margin-top: 0;
    }
}

@media only screen
  and (min-device-width: 481px)
  and (max-device-width: 900px) {

    .z-stats-circle:first-child:after {
      display: none;
    }

    .z-stats-circle:nth-child(2):after {
      display: none;
    }
}

/* Tablets */
@media
  (max-device-width: 800px)
  and (orientation: portrait) {

    .z-featured-in .col img {
      margin-bottom: 20px;
    }

    .z-app-feature-section {
      height: 800px;
    }

    .z-feature-preview {
      height: 400px;
    }

    .z-dotted-white-arrow img {
      display: none;
    }

    .iphone-screenshot {
      width: 75%;
      top: 0%;
      right: 10.5%;
    }

    .iphone-container {
      width: 99%;
      left: 3%;
      margin-top: 30%;
    }
  }

  /* Misc Responsive */
