html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

body {
  background-color: #000000; }

@font-face {
  font-family: "EndzoneSansCond";
  src: url(./fonts/endzonesanscond-light-webfont.woff); }
@font-face {
  font-family: "OpenSansCondLight";
  src: url(./fonts/OpenSans-CondLight.woff); }
footer {
  background-color: #666666;
  height: 100px;
  padding-top: 30px; }

.footer-links a {
  text-decoration: none; }

.footer-links {
  text-align: center;
  margin-bottom: 30px; }

.footer-links a:not(:last-child) {
  margin-right: 20px; }

.copyright {
  display: block;
  text-align: center;
  font-family: "EndzoneSansCond";
  font-size: 12px;
  color: white;
  letter-spacing: 0.75px; }

.text-red {
  color: #FA3F37; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.text-header, .strategy-card-index h1 {
  font-family: "EndzoneSansCond";
  font-size: 32px;
  letter-spacing: 1.14px;
  text-align: left;
  margin-bottom: 24px;
  display: block;
  text-transform: uppercase; }

.text-itself, .text-body, .strategy-card-index p {
  font-family: "EndzoneSansCond";
  font-size: 21px;
  letter-spacing: 1.5px;
  text-align: left;
  display: block; }

.content-block {
  width: 85%;
  max-width: 940px;
  background-color: #F3EDD3;
  margin: 0 auto; }

@media only screen and (max-width: 480px) {
  .content-block {
    width: 100%; }

  .text-header, .strategy-card-index h1 {
    text-align: center; }

  .text-itself {
    text-align: center; } }
.strategy-card-index .content-block {
  padding-top: 20px; }
.strategy-card-index section.strategy-card-list {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0px; }
.strategy-card-index h1 {
  color: #000000; }
.strategy-card-index p {
  letter-spacing: 0.5px; }
.strategy-card-index a {
  font-family: "EndzoneSansCond";
  color: #FA3F37;
  letter-spacing: 1px; }

/* BEGIN ADDITIONAL RESOURCES SECTION */
section.additional-resources-section {
  background-color: #666666;
  padding-top: 40px; }

.additional-resources-section .text-header, .additional-resources-section .strategy-card-index h1, .strategy-card-index .additional-resources-section h1, .additional-resources-section .resource-links {
  text-align: center;
  font-family: "EndzoneSansCond";
  font-size: 30px;
  color: #ffffff;
  clear: both;
  text-transform: uppercase; }

.additional-resources-section .resource-links a {
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid white 1px;
  margin: 10px;
  letter-spacing: 1px; }

@media only screen and (max-width: 480px) {
  .additional-resources-section .link-holder {
    display: block;
    padding-bottom: 20px; }

  .additional-resources-section .link-separator {
    display: none; } }
/* END ADDITIONAL RESOURCES SECTION */
.features-text-wrapper {
  padding-top: 80px; }

.see-more-quotes {
  display: none; }

.arrow-left {
  display: none; }

.arrow-right {
  display: none; }

.store-links a {
  text-decoration: none; }

.top-section {
  position: relative;
  height: 380px;
  background: #000000 url(../img/header_background.png);
  background-size: cover;
  text-align: center;
  background-position: 47%; }

.top-section .logo-text img {
  margin-top: 50px; }

.top-section .slogan {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  font-family: "EndzoneSansCond";
  letter-spacing: 1.5px;
  display: block;
  margin-top: 30px; }

.store-links {
  margin-top: 35px; }

.store-link {
  width: 140px;
  height: 60px; }

.store-links a:first-child {
  margin-right: 40px; }

.main-section {
  position: relative;
  background-color: #666666;
  z-index: 1; }

.main-section::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 630px;
  background-color: #F3EDD3; }

.main-section {
  padding-top: 50px;
  padding-left: 50px;
  height: 600px; }

.promotion-image img {
  width: 85%; }

.main-section .promotion-image {
  display: inline-block;
  width: 35%;
  max-width: 268px;
  float: left;
  height: 100%; }

.main-section .promotion-block {
  padding-left: 50px;
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.main-section .promotion-block {
  margin-top: 100px; }

.main-section .promotion-block ~ .promotion-block {
  margin-top: 0px; }

.line {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #000000;
  width: 44%;
  display: inline-block;
  margin-left: 50px; }

.features-section {
  position: relative;
  background-color: #666666;
  text-align: center; }

.features-section .feature-text-header {
  font-family: "EndzoneSansCond";
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 1.14px; }

.h-center {
  display: inline-block;
  margin-top: 0px;
  margin-left: auto;
  margin-rigth: auto; }

.feature-text-itself {
  width: 80%;
  text-align: center; }

.screens-block {
  margin-top: 50px;
  text-align: left; }

.screens-block img {
  width: 20%;
  max-width: 164px;
  vertical-align: bottom; }

.screens-block .screen-first {
  margin-left: 131px; }

.screens-block .screen {
  margin-left: 10%; }

.quotes-section {
  padding: 50px 50px 0px 50px; }

.quote {
  padding: 20px 20px 20px 20px;
  display: inline-block;
  position: relative;
  vertical-align: top; }

/*.quote-block:nth-child(2n+1) {
		margin-right:20px;
}*/
.quote-block:nth-child(2n+1) {
  float: right; }

.quote-title {
  font-family: "EndzoneSansCond";
  font-size: 24px;
  color: #666666;
  display: block;
  text-align: center;
  letter-spacing: 1.29px; }

.quote-body {
  display: block;
  font-family: OpenSansCondLight;
  font-size: 18px;
  color: #666666;
  letter-spacing: 1.29px; }

.quote-block::after {
  position: absolute;
  background-image: url(../img/triangle.png);
  width: 40px;
  height: 24px;
  top: 100%;
  content: "";
  left: 50%;
  margin-left: -20px; }

.quote-block {
  display: inline-block;
  width: 49%;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  vertical-align: top;
  margin-bottom: 90px;
  float: left; }

.quote-author {
  text-transform: uppercase;
  color: #FA3F37;
  font-family: "EndzoneSansCond";
  font-size: 18px;
  display: block;
  position: relative;
  bottom: -50px;
  letter-spacing: 1.29px; }

.get-started {
  text-align: center;
  font-family: "EndzoneSansCond";
  font-size: 30px;
  color: #FA3F37;
  clear: both; }

@media only screen and (max-width: 480px) {
  .main-section .promotion-image {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto; }

  .main-section {
    text-align: center; }

  .main-section::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F3EDD3; }

  .line {
    display: none; }

  .main-section {
    padding-left: 0px;
    height: 100%; }

  .main-section .promotion-block {
    padding-left: 0px;
    width: 70%; }

  .main-section .promotion-block ~ .promotion-block {
    display: none; }

  .promotion-block {
    margin-bottom: 30px; }

  .feature-text-itself {
    width: auto; }

  .features-section {
    padding-top: 50px; }

  .features-text-wrapper {
    padding: 0 10% 0 10%;
    margin-bottom: 30px; }

  .screens-block img {
    width: 100%; }

  .screens-block {
    margin-top: 20px;
    position: relative;
    height: 272px;
    width: 162px;
    margin: 0 auto; }

  .quote-block {
    margin: 0 auto;
    margin-bottom: 80px;
    display: none;
    /*below will be overwritten*/
    width: 100%; }

  .quote-block:nth-child(n+4) {
    display: block; }

  .store-links {
    margin-top: 0px; }

  .store-links img {
    display: block; }

  .store-link:first-child {
    margin: auto; }

  .store-link {
    margin: 0 auto; }

  .top-section {
    height: auto; }

  .slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }

  .showing {
    opacity: 1;
    z-index: 2; }

  .arrow-left {
    z-index: 999;
    position: absolute;
    top: 70%;
    left: 10%;
    float: left;
    display: inline-block;
    height: 37px;
    width: 21px;
    background-image: url(../img/arrow-left.png); }

  .arrow-right {
    z-index: 999;
    position: absolute;
    top: 70%;
    right: 10%;
    float: right;
    display: inline-block;
    height: 37px;
    width: 21px;
    background-image: url(../img/arrow-right.png); }

  .see-more-quotes {
    display: block;
    text-align: center;
    color: #666666;
    font-family: "EndzoneSansCond";
    font-size: 32px;
    margin-bottom: 50px;
    cursor: pointer; }

  .store-links a:first-child {
    margin-right: 0;
    display: block; }

  .store-links a:nth-child(2) {
    display: block;
    padding-bottom: 20px; }

  .main-section .promotion-block {
    margin-top: 50px; } }

/*# sourceMappingURL=main.css.map */
