﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

strong {
    font-weight: bold;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body, html {
  width: 100%;
  font-size: 100%;
  font-family: "Lato", sans-serif;
}

h1, h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding-left:15px;
    padding-right: 15px;
}

html {
    font-size: 16px;
}

h1, h2, p, li {
   font-family: 'Open Sans', sans-serif !important;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

 header {
    background: #163A5C;
    text-align: center;
}
header img {
    padding: 7px;
    max-width: 221px;
}
.blue-bg {
    background: url("//s3.amazonaws.com/media.briantracy.com/assets/images/6-figure-speaker/top-blue-bg.jpg") no-repeat;
    width: 100%;
    background-size: cover;
    padding-bottom: 3rem;
    text-align: center;
    overflow: hidden;
}
.blue-bg h1 {
    font-size: 2.5em;
    font-weight: 900;
    padding-top: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdb645+0,fda545+100 */
    color: #fdb645;
    /* Old browsers */
    color: -moz-linear-gradient(top, #fdb645 0%, #fda545 100%);
    /* FF3.6-15 */
    color: -webkit-linear-gradient(top, #fdb645 0%, #fda545 100%);
    /* Chrome10-25,Safari5.1-6 */
    color: linear-gradient(to bottom, #fdb645 0%, #fda545 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb645', endColorstr='#fda545',GradientType=0 );
    /* IE6-9 */
}
.blue-bg h2 {
    position: relative;
    margin: 0 auto;
    width: 800px;
    line-height: 55px;
}

@media (max-width: 900px) {
    .blue-bg h2 {
        width: auto;
        line-height: initial;
        margin-top:15px;
    }
}
.blue-bg h2 span {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: .8em;
    font-weight: 300;
}
.blue-bg h2:after {
    border-bottom: 2px solid #cecece;
    content: "";
    position: absolute;
    left: 800px;
    bottom: 25px;
    top: 50%;
    width: 3000px;
    z-index: 0;
}
.blue-bg h2:before {
    border-bottom: 2px solid #FFFFFF;
    content: "";
    position: absolute;
    right: 800px;
    bottom: 25px;
    /* top: 50%; */
    width: 3000px;
    z-index: 0;
}
.banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner h1{
    color: #fff;
    font-size: 2.7em;
    font-weight: 900;
}

.video-contain {
    float: left;
    margin-right: 2%;
    width: 48%;
    margin-bottom: 2rem;
}

.video-info {
    float: left;
    margin-right: 0;
    width: 50%;
    padding-left: 20px;
}

.video-info h2 {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 30px;
    color: #163A5C;
}

.video-info ul li .bold-bullets {
    font-weight: 900;
}

.video-info ul .first {
    background-image: url("https://assets-ruleoneinvesting-com.s3.us-west-004.backblazeb2.com/assets/img/invest/webinar/icon-1.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 15px 60px;
    margin: 0 0 15px 0;
    line-height: 1.4em;
    font-size: 1.2em;
}

.video-info ul .second {
     background-image: url("https://assets-ruleoneinvesting-com.s3.us-west-004.backblazeb2.com/assets/img/invest/webinar/icon-2.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 15px 60px;
    margin: 0 0 15px 0;
    line-height: 1.4em;
    font-size: 1.2em;
}

.video-info ul .third {
     background-image: url("https://assets-ruleoneinvesting-com.s3.us-west-004.backblazeb2.com/assets/img/invest/webinar/icon-3.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 15px 60px;
    margin: 0 0 15px 0;
    line-height: 1.4em;
    font-size: 1.2em;
}

.top-section {
    margin-top: 50px;
}

.timer-contain {
    float: left;
    margin-right: 2%;
    width: 48%;
    text-align: center;
}

.timer-contain h1 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  color: #163A5C;
}

.timer-contain .standard-times {
    display: inline-block;
    width:50%;
}

.timer-contain .standard-times2 {
    display: inline-block;
    width: 100%;
}

.text-align-right {
    text-align: right;
}

.timer-contain .standard-times li, .timer-contain .standard-times2 li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
}

.timer-contain .counter-ul {
    display: block;
    border: 3px solid #FDB445;
    padding: 20px 0px 10px 0px;
    display: table;
    width: 100%;
    margin-top: 15px;
}

.timer-contain .counter-ul li{
    /*display: inline-block; */
    display: table-cell;
}

.timer-contain .counter-ul li span {
    font-size:2.5em;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    width: 60px;
    padding:8px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 2px rgba(0,0,0, .6);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,d6d6d6+100 */
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e9e9e9 0%, #d6d6d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e9e9e9 0%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e9e9e9 0%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

.timer-contain .counter-ul .days-title:after{
  content: 'Days';
  display: block;
  text-align: center;
  font-size: 1em;
  color: #000;
  padding-top:10px;
}

.timer-contain .counter-ul .hours-title:after{
  content: 'Hours';
  display: block;
  text-align: center;
  font-size: 1em;
  color: #000;
  padding-top:10px;
}

.timer-contain .counter-ul .minutes-title:after{
  content: 'Minutes';
  display: block;
  text-align: center;
  font-size: 1em;
  color: #000;
  padding-top:10px;
}

.timer-contain .counter-ul .seconds-title:after{
  content: 'Seconds';
  display: block;
  text-align: center;
  font-size: 1em;
  color: #000;
  padding-top:10px;
}

.timer-contain .time-boxes {
    width: 65%;
    margin: 0 auto;
}

.cta-info {
    float: left;
    margin-right: 0;
    width: 50%;
    text-align: center;
}
.cta-info h2 {
    color: #163A5C;
}
.cta-info p {
    font-weight: 900;
    margin-top:10px;
    font-weight: 600;
}

.cta-button {
    text-decoration: none;
    display: block;
    font-size: 1.5em;
    border-radius: 10px;
    text-align: center;
    padding: 30px 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdb645+0,fda545+100 */
    background-color:#c69e32; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdb645 0%, #fda545 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fdb645 0%,#fda545 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fdb645 0%,#fda545 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb645', endColorstr='#fda545',GradientType=0 ); /* IE6-9 */
}

.cta-button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fda545+0,fdb645+100 */
    background: #fda545; /* Old browsers */
    background: -moz-linear-gradient(top,  #fda545 0%, #fdb645 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fda545 0%,#fdb645 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fda545 0%,#fdb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda545', endColorstr='#fdb645',GradientType=0 ); /* IE6-9 */
}

.cta-info img {
    text-align: left;
    display: block;
    width: 100px;
    margin-left: -70px;
    padding-top: 30px;
}
video {
  width: 100%;
}
/* .video-js {
  padding-top: 56.25%;
} */

.quote {
    margin: 70px auto 70px;
}
@media (max-width: 650px) {
  .quote {
    margin: 0 auto;
  }
}
.quote .display-table {
  max-width: 900px;
}
.quote .display-table .left-cell,
.quote .display-table .right-cell {
  width: auto;
}
@media (max-width: 650px) {
  .quote .display-table .left-cell,
  .quote .display-table .right-cell {
    display: block;
    margin: auto;
    padding: 20px;
    max-width: 400px;
  }
}
.quote .display-table .left-cell {
  width: 250px;
}
.quote .display-table .right-cell {
  padding: 0 20px 0 0;
}
@media (max-width: 650px) {
  .quote .display-table .right-cell {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .quote .display-table .right-cell {
    padding: 20px 25px;
  }
}
.display-table {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.display-table .left-cell,
.display-table .right-cell {
  display: table-cell;
  vertical-align: middle;
}

.quote .jack-circle {
  display: block;
  margin: 0 auto;
}
.quote p {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
  color: #707070;
}
.quote p em {
  font-style: italic;
}
.quote p.jack-name {
  display: block;
  margin-top: 5px;
  color: #1f58a8;
  font-size: 1.8rem;
  font-weight: 800;
}
.quote .quote-mark {
  position: relative;
}
.quote .quote-mark::before, .quote .quote-mark::after {
  position: absolute;
  margin: 0;
  font-size: 4rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  color: #707070;
}
@media (max-width: 768px) {
  .quote .quote-mark::before, .quote .quote-mark::after {
    font-size: 3.25rem;
  }
}
@media (max-width: 500px) {
  .quote .quote-mark::before, .quote .quote-mark::after {
    font-size: 3rem;
  }
}
.quote .quote-mark.opening::before {
  content: '\201C';
  left: -35px;
  top: -15px;
}
@media (max-width: 768px) {
  .quote .quote-mark.opening::before {
    left: -30px;
  }
}
@media (max-width: 500px) {
  .quote .quote-mark.opening::before {
    left: -20px;
  }
}
.quote .quote-mark.closing::after {
  content: '\201D';
  right: -35px;
  bottom: -42px;
}
@media (max-width: 768px) {
  .quote .quote-mark.closing::after {
    right: -25px;
    bottom: -32px;
  }
}
@media (max-width: 500px) {
  .quote .quote-mark.closing::after {
    right: -20px;
  }
}


footer {
    margin-top:30px;
}

.footer-block {
    background: white;
    padding: 10px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-block p {
    color: #bbbbbb;
    text-align: center;
    font-weight:600;
    padding-top: 15px;
    padding-bottom: 20px;
}

.footer-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.form-container {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  padding: 0 4px;
  z-index: 3;
}
.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:not([type="checkbox"]) {
  width: 90%;
  display: block;
  padding: 8px 6px;
  font-size: 19px;
  margin: 0 auto 10px auto;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.form-container form select {
    width: 90%;
    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: #79cc38;
  color: #fff;
  font-size: 22px;
}

.form-container form input[type="submit"]:hover {
    cursor: pointer;
}
.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: 28px;
    margin: 0;
    margin-bottom: 10px;
}
.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;
}

/*
Mobile Hides
*/

.remove-class {
    display: none;
}

.show-remove-break {
    display: none;
}

.mobile-title-img {
    display: none;
}
/*
End Mobile Hides
*/
.parsley-errors-list {
    text-align: center;
}
.parsley-required, .parsley-type {
    color: red !important;
}
.privacy {
    color: black;
}
@media (max-width: 1050px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1000px) {
    html {
        font-size: 14px;
    }
    .timer-contain .time-boxes {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 920px) {
    html {
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    .video-contain {
        float: none;
        margin-right: 0;
        width:100%;
    }
    .form-container h2 {
        color: #4C4C4C;
    }
    .form-container form .top-section p {
        padding: 10px;
    }
    .video-info {
        float: none;
        width:100%;
    }
    .video-info h2 {
        font-weight: bold;
        font-size: 2em;
        line-height: 30px;
        margin-top:20px;
        margin-bottom: 30px;
    }

    .video-info ul .first, .video-info ul .second, .video-info ul .third  {
        font-size: 1.7em;
    }

    .title-img {
        display: none;
    }
    .banner h1 .free-title {
        display: block;
        text-align: center;
        font-size: 2em;
    }
    .banner h1 .trans-title {
        display: block;
        text-align: center;
        font-size: 1.5em;
    }
    .slogan {
        display: none;
    }

    header {
        height: auto;
        padding-bottom: 1.25rem;
        text-align: center;
    }
    .show-remove-break  {
        display: block;
    }
    .cta-info img {
        display: none;
    }
    .timer-contain {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .cta-info {
        margin-top: 20px;
        float: none;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .timer-contain .standard-times li {
        font-size: 1.6em;
    }
    .cta-info h2 {
        font-size: 3em;
        font-weight: 900;
    }
    .cta-info p {
        font-size: 2em;
    }
}

@media (max-width: 700px) {
    html {
        font-size: 14px;
    }
    .mobile-title-img {
        display: block;
        width: 100%;
    }
    .banner h1 .trans-title {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .show-remove-break {
        display: none;
    }
    .video-info h2 {
        line-height: 30px;
    }
    .footer-img {
        display: none;
    }
    .footer-block {
        background: transparent !important;
    }
    .footer-block p {
        color: #707070 !important;
    }
}

@media (max-width: 600px) {
    .timer-contain .time-boxes {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .banner h1 .free-title {
        font-size: 1.7em;
    }
    .banner h1 .free-title  {
        font-size: 1.2em;
    }
    .banner h1 .trans-title {
        font-size: .8em;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .form-container form input[type="submit"] {
        font-size: 17px;
        -webkit-appearance: none;
       -moz-appearance:    none;
       appearance: none;
    }
}

@media (max-width: 400px) {
    .timer-contain .counter-ul li span {
        padding: 3px;
        width: 50px;
    }
}

.for-mobile {
    display: none;
}

.for-web {
  display: block;
}

@media screen and (max-width: 650px) {
  .for-mobile {
      display: block !important;
  }
}

@media screen and (max-width: 650px) {
  .for-web {
    display: none !important;
  }
}