﻿/*! Last Updated: 11-05-14 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  background-color: #f0f0f2;
}

body {
  font-family: Arial, sans-serif;
}

.content {
  max-width: 1100px;
  margin: 0 auto;
}
.content:after {
  clear: both;
  content: '';
  display: block;
}

header {
  background-image: url("https://assets-ruleoneinvesting-com.s3.us-west-004.backblazeb2.com/assets/img/background/background-numbers.jpg");
  background-size: cover;
  padding: 20px 0 0 0;
  background-repeat: no-repeat;
}
header .first-content {
  margin: 60px auto 0 auto;
  padding: 0 0 50px 0;
}
header:after {
  clear: both;
  content: '';
  display: block;
}

.top-headline {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  max-width: 570px;
  margin: 0 auto;
  padding: 2px 3px;
}
.top-headline p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  display: inline-block;
}

.side-text {
  float: right;
  max-width: 410px;
  width: 40%;
  text-align: center;
  padding: 0 2px;
}
.side-text .main-headline {
  text-align: center;
  color: #fff;
  font-size: 23px;
  margin: 0 0 10px 0;
}
.side-text .main-headline span {
  display: block;
  margin: 0 auto;
}
.side-text .main-headline .small {
  font-size: 25px;
}
.side-text .main-headline .medium {
  font-size: 34px;
}
.side-text .main-headline .big {
  font-size: 50px;
}
.side-text p {
  color: #fff;
  font-size: 20px;
}
.side-text .smaller {
  font-size: 15px;
}

.video-container {
  float: left;
  max-width: 600px;
  width: 60%;
}
.video-container .video-js {
  max-width: 600px;
  padding-top: 56.2%;
  margin: 0 auto;
}

.blue-button {
  background: #5498d1;
  background: -moz-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5498d1), color-stop(100%, #4a82b6));
  background: -webkit-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -o-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -ms-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: linear-gradient(to bottom, #5498d1 0%, #4a82b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5498d1', endColorstr='#4a82b6',GradientType=0 );
  width: 100%;
  font-size: 37px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #6ea2c8;
  padding: 6px 0;
}
.blue-button:hover {
  cursor: pointer;
}

.line-blue {
  background: #5498d1;
  background: -moz-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5498d1), color-stop(100%, #4a82b6));
  background: -webkit-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -o-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -ms-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: linear-gradient(to bottom, #5498d1 0%, #4a82b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5498d1', endColorstr='#4a82b6',GradientType=0 );
  padding: 9px 0 0 0;
}
.line-blue .box {
  width: 25%;
  float: left;
  text-align: center;
}
.line-blue .box h6 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin: 7px 0 0 0;
}
.line-blue .box p {
  margin: 0;
  color: #3a3a3c;
  font-size: 13px;
}
.line-blue .box img {
  float: left;
  width: 18%;
  max-width: 60px;
  position: relative;
}
.line-blue .box .text {
  width: 82%;
  float: right;
}
.line-blue .box .img-calendar {
  max-width: 40px;
  width: 17%;
  margin: 0 0 0 0;
}
.line-blue .box .img-users {
  max-width: 50px;
  margin: 5px 0 0 0;
  left: 10px;
}
.line-blue:after {
  clear: both;
  content: '';
  display: block;
}

.second-section {
  background-color: #f0f0f2;
  padding: 20px 0 0 0;
}
.second-section h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  color: #2e2e2e;
  margin: 0 0 20px 0;
}
.second-section .learn:after {
  clear: both;
  content: '';
  display: block;
}
.second-section .detail {
  width: 28%;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  height: 150px;
}
.second-section .detail.center {
  margin: 0 auto;
}
.second-section .detail h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  height: 60px;
  line-height: 60px;
  background-color: #2e2e2e;
  border-radius: 3px 3px 0 0;
}
.second-section .detail p {
  padding: 0 3px;
  height: 55px;
  color: #2e2e2e;
  border-radius: 0 0 3px 3px;
}

.form-container {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  padding: 0 4px;
}
.form-container form {
  max-width: 530px;
  margin: 70px auto 0 auto;
  border-radius: 3px;
  border: 3px solid #000;
  background-color: #ebebeb;
}
.form-container form input {
  width: 80%;
  display: block;
  padding: 8px 6px;
  font-size: 19px;
  margin: 0 auto 10px auto;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.form-container form input[type="submit"] {
  background: #5498d1;
  background: -moz-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5498d1), color-stop(100%, #4a82b6));
  background: -webkit-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -o-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: -ms-linear-gradient(top, #5498d1 0%, #4a82b6 100%);
  background: linear-gradient(to bottom, #5498d1 0%, #4a82b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5498d1', endColorstr='#4a82b6',GradientType=0 );
  color: #fff;
  font-size: 22px;
}
.form-container form .top-section {
  background-color: #fff;
  text-align: center;
  padding: 10px 0 20px 0;
  border-bottom: 2px solid #d6d6d6;
  margin: 0 0 20px 0;
}
.form-container form .top-section h2 {
  font-size: 34px;
  margin: 0;
}
.form-container form .top-section p {
  color: #6c6c6c;
  margin: 0;
  font-size: 15px;
}
.form-container form .bottom-section {
  background-color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 20px 0 0 0;
  border-top: 2px solid #d6d6d6;
}
.form-container form .bottom-section p {
  font-size: 17px;
  margin: 0;
  color: #6c6c6c;
}
.form-container .close-form {
  float: right;
  margin: -15px -10px 0 0;
}
.form-container .close-form:hover {
  cursor: pointer;
}
.form-container #done {
  display: none;
  font-size: 21px;
  text-align: center;
}

.bordered-button {
  margin: 30px 0 0 0;
  border-radius: 3px;
  border: 5px solid #fff;
}

.bordered-image {
  border: 5px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto;
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.yellow {
  color: #ff0;
}

@media (max-width: 1100px) {
  .second-section .detail {
    width: 32%;
  }
  .second-section .detail h4 {
    font-size: 19px;
  }
  .second-section .detail p {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  .video-container {
    float: none;
    max-width: none;
    margin: 0 auto;
  }
  .video-container .video-js {
    max-width: 640px;
    max-height: 360px;
    padding-top: 56.25%;
  }

  .side-text {
    float: none;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }

  header {
    background-size: 100% 100%;
  }
  header .first-content {
    margin: 20px auto 0 auto;
  }

  .line-blue .box {
    height: 60px;
    width: 50%;
    float: left;
  }
  .line-blue .box img {
    left: 11% !important;
  }
  .line-blue .box img.img-calendar {
    left: 13% !important;
  }
  .line-blue .box .text {
    padding-top: 7px;
  }
  .line-blue .box h6 {
    margin: 0;
  }
  .line-blue .box:nth-child(1), .line-blue .box:nth-child(2) {
    border-bottom: 1px solid #00426F;
    margin: 0 0 2px 0;
  }
}
@media (max-width: 800px) {
  .line-blue .box {
    position: relative;
  }
  .line-blue .box img {
    left: 10% !important;
    float: left;
    position: absolute;
  }
  .line-blue .box img.img-calendar {
    left: 10% !important;
  }
  .line-blue .box .text {
    width: 76%;
    float: right;
  }

  .second-section .detail h4 {
    line-height: normal;
    padding: 5px 2px 0 2px;
    height: 50px;
  }
}
@media (max-width: 675px) {
  .video-container {
    width: 100%;
  }

  .line-blue .box {
    width: 100%;
    float: none;
  }
  .line-blue .box:nth-child(3) {
    border-bottom: 1px solid #00426F;
    margin: 0 0 2px 0;
  }
  .line-blue .box .text {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .second-section h3 {
    font-size: 19px;
    max-width: 480px;
    width: 100%;
    padding: 0 2px;
    margin: 0 auto 8px auto;
  }
  .second-section .detail {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 8px auto;
    float: none !important;
    height: auto;
    min-height: 130px;
  }
  .second-section .detail p {
    font-size: 16px;
  }

  .bordered-button {
    font-size: 28px;
    width: 95%;
    display: block;
    margin: 30px auto 0 auto;
  }

  .bordered-image {
    width: 95%;
    margin: 20px auto 0 auto;
    display: block;
  }
}
@media (max-width: 450px) {
  .line-blue .box {
    padding: 0 4px;
  }
  .line-blue .box img {
    left: 2px !important;
  }
  .line-blue .box img.img-calendar {
    left: 10px !important;
  }
  .line-blue .box img.img-users {
    left: 10px !important;
  }
  .line-blue .box .text {
    width: 67%;
    margin: 0 auto;
  }

  .blue-button {
    font-size: 24px;
  }

  .bordered-button {
    font-size: 23px;
  }

  .form-container form input {
    font-size: 15px;
  }
  .form-container form input[type="submit"] {
    font-size: 16px;
  }
}
.tiw-ty header .first-content {
  margin: 20px auto 0 auto;
}
.tiw-ty .side-text {
  float: none;
  margin: 10px auto;
}

.parsley-error {
  background-color: #F2DEDE !important;
  color: #B94A48 !important;
}

.parsley-errors-list {
  list-style: none;
}
.parsley-errors-list li {
  color: #C7254E;
  min-height: 18px;
  font-size: 14px;
  text-align: center;
}

.vjs-fullscreen {
  max-width: none !important;
  max-height: none !important;
  padding-top: 0 !important;
}
