/* -----------------------------------------------
JAK MEDIA - screen style
version: Jul 26, 2017
----------------------------------------------- */


/* PAGE STRUCTURE
----------------------------------------------- */
body {
  background: #fff;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
  line-height: 1.5;
  color: rgba(0, 0, 0, .7);
  }

.row {
  max-width: 75rem;
  }
.pad-top-lrg {
  padding-top: 80px;
}
.pad-bot-lrg {
  padding-bottom: 80px;
}
.pad-top-med {
  padding-top: 60px;
}
.pad-bot-med {
  padding-bottom: 60px;
}
.pad-top-sml {
  padding-top: 30px;
}
.pad-bot-sml {
  padding-bottom: 30px;
}
.pad-top-xsml {
  padding-top: 15px;
}
.pad-bot-xsml {
  padding-bottom: 15px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pad-top-lrg {
    padding-top: 60px;
    }
  .pad-bot-lrg {
    padding-bottom: 60px;
    }
  .pad-top-med {
    padding-top: 40px;
    }
  .pad-bot-med {
    padding-bottom: 40px;
    }
  .pad-top-sml {
    padding-top: 15px;
  }
  .pad-bot-sml {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .pad-top-lrg {
    padding-top: 50px;
  }
  .pad-bot-lrg {
    padding-bottom: 50px;
  }
  .pad-top-med {
    padding-top: 35px;
  }
  .pad-bot-med {
    padding-bottom: 35px;
  }
  .pad-top-sml {
    padding-top: 15px;
  }
  .pad-bot-sml {
    padding-bottom: 15px;
  }
  .small-center {
    margin: 0 auto;
  }
}



/* NAV
----------------------------------------------- */
nav {
  width: 100%;
  background: #fff;
  }
nav .menu>li>a {
  padding: 0 2rem;
  }
nav .menu>li:first-child>a {
  padding-right: 0;
  }
nav ul.menu {
  margin-top: 50px;
  }
nav ul.menu li a {
  color: rgba(0, 0, 0, .5);
	text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  }
nav ul.menu li a:hover {
  color: #000;
  }

@media screen and (max-width: 39.9375em) {
  nav .menu>li>a {
    padding: 0 .5rem;
    }
  nav .menu>li:last-child>a {
    padding-left: 0;
    }
  }



/* CONTENT
----------------------------------------------- */
.bg-gray {
  background: #e3e3e3;
  }
.screenshot {
  padding: 60px;
  }
.bg-pricing {
  background: #fafafa;
  }
.bg-pricing ul {
  padding: 0 20px;
  text-align: left;
  }
.bg-white {
  background: #fff;
  }
.bg-signup {
  background: #c90f0f;
  }
.content, .content p, .content h4, .content ul {
  font-size: 1.5rem;
  }
.work div.column {
  margin-bottom: 1.75rem;
  }
.caption {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  }
.caption::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  background: transparent;
  transition: background .25s ease-out;
  }
.caption:hover::before {
  background: rgba(0, 0, 0, .8);
  }
.caption__media {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  }
.caption__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: transform .25s ease-out;
  }
.caption:hover .caption__overlay {
  transform: translateY(80%);
  }
.caption__overlay__title {
  color: white;
  transform: translateY(100%);
  transition: transform .25s ease-out;
  }
.caption:hover .caption__overlay__title {
  transform: translateY(0);
  }
a .caption {
  display: block;
  }

@media screen and (max-width: 39.9375em) {
.screenshot {
  margin-bottom: 30px;
  padding: 30px;
  }
}


/* IMAGES
----------------------------------------------- */
img { display: block; }
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
.img-center {
	margin: 0 auto;
	display: block;
	}
.rule-center {
	margin: 0 auto 1.25rem auto;
	display: block;
	}
.inline {
	display: inline;
	vertical-align: middle;
	}
.caption img {
	padding-bottom: .25rem;
  }
.border {
  border: 1px solid rgba(0, 0, 0, .1);
  }


/* TYPOGRAPHY
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  }
h1 {
  font-size: 3.5rem;
	line-height: 1.3;
  font-weight: 400;
  margin-top: -.5rem;
  margin-bottom: .25rem;
  }
h2 {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  }
h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  }
h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: .25rem;
  margin-bottom: .5rem;
  }
h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .5rem;
  }
h6 {
  margin-bottom: 0;
  font-size: 1rem;
  }
.subsection {
  margin: .5rem 0;
  color: #b52372;
  font-style: normal;
  font-weight: 700;
 }
b, strong {
  font-style: normal;
  font-weight: 500;
  }
p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  }
ul,
ol,
dl {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  }
ul {
  margin-left: 1.5rem;
  }
hr {
  height: 1px;
  margin: 40px 0;
  border: 0;
  clear: both;
  background: rgba(0, 0, 0, .0875);
  }
hr.section {
  margin: 20px 0 40px 0;
  }
.section-rule {
  border: 3px solid #e6e6e6;
  margin: 2.75rem auto 2rem auto;
  width: 100%;
  }
.text-gray {
  color: rgba(0, 0, 0, .5);
  }
.text-white {
  color: white;
  }
.text-red {
  color: #c71828;
  }
.text-shadow {
  text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
  }
.caption, .copyright-disclaimer {
	font-size: .875rem;
	text-align: left;
  }


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  h1 { font-size: 3.25rem }
}

@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 3rem;
    line-height: 1.2;
    }
  h2 {
    font-size: 2rem;
    }
  h3 {
    font-size: 1.5rem;
    }
  h4 {
    font-size: 1.375rem;
    margin-bottom: .2rem;
    }
  p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.125rem;
    }
  .testimonial {
    font-size: 1.25rem;
    }
  .citation {
    font-size: .875rem;
    }
  .mobile, .top-small, .copyright-disclaimer {
    text-align: center;
  }
}


/* LINKS
----------------------------------------------- */
a {
	color: #c71828;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}
.button {
  padding: .85em 1.25em;
  background: #c71828;
  color: #fff;
  font-size: 1rem;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  }
.button:hover {
  background: #000;
  color: #fff;
  border: none;
  text-decoration: none;
  }
.signup {
	margin-left: 20px;
	margin-top: 13px;
	}
.onwhite.button:hover {
  background: #000;
  color: #fff;
  }
.input-group .button {
  font-size: 1rem;
  padding: .7em 1.25em;
  border: 1px solid #b52372;
  }
.input-group .button:hover {
  border: 1px solid #f1bc19;
  }
a.button.ghost:hover {
  background: #b52372;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  }
a.button.ghost {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 5px;
  color: rgba(0, 0, 0, .5);
  }



/* FOOTER
----------------------------------------------- */
footer a {
	color: #999;
	text-decoration: none;
	}
footer a:hover {
	color: #000;
	}

@media screen and (max-width: 39.9375em) {
  footer {
    text-align: center;
  }
}



/* 3RD PARTY
----------------------------------------------- */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
