body {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

/*
    ELEMS
 */
@media (min-width: 992px) {
    .row--center-items {
        display: flex;
        align-items: center;
    }
}

.input--large {
    border: 1px solid rgba(2,117,216,0.7);
    box-shadow: 0 0 6px rgba(2,117,216,0.4);
    font-size: 16px;
    height: auto;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-top: 12px;
}

.input--large:focus {
    border-color: #42B0E2;
    box-shadow: 0 0 6px rgba(2,117,216,0.6);
}

.input--large + .form-control-feedback {
    font-size: 24px;
    height: auto;
    right: 8px;
    top: 10px;
}

.button--green-grad {
    background-color: #00C412;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    color: #FFFFFF !important;
    font-size: 26px;
    font-weight: 700;
    padding: 13px 46px;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.1);
    white-space: normal;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(0, 196, 18)), color-stop(1, #009b0e));
    background-image: -o-linear-gradient(bottom, rgb(0, 196, 18) 0%, #009b0e 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 196, 18) 0%, #009b0e 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 196, 18) 0%, #009b0e 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 196, 18) 0%, #009b0e 100%);
    background-image: linear-gradient(to bottom, rgb(0, 196, 18) 0%, #009b0e 100%);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), inset 0 0 0 2px rgba(255,255,255,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2),inset 0 0 0 2px rgba(255,255,255,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), inset 0 0 0 2px rgba(255,255,255,0.2);
}

.button--green-grad:hover {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(1, rgb(0, 196, 18)), color-stop(0, #009b0e));
    background-image: -o-linear-gradient(bottom, rgb(0, 196, 18) 100%, #009b0e 0%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 196, 18) 100%, #009b0e 0%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 196, 18) 100%, #009b0e 0%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 196, 18) 100%, #009b0e 0%);
    background-image: linear-gradient(to bottom, rgb(0, 196, 18) 100%, #009b0e 0%);
}

.button--green-grad .button__subtext {
    color: #BAEFBF;
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.button--green-flat {
    background-color: #0A9C00;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.13);
    color: #fff !important;
    font-size: 20px;
    padding: 13px 35px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    white-space: normal;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.2);
    box-shadow: 0 0 25px rgba(0,0,0,0.2), 0 0 15px rgba(0,0,0,0.2), 0 0 3px rgba(0,0,0,0.4);
}

.button--green-flat:hover {
    -webkit-box-shadow: inset 0 -133px 133px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 -133px 133px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 -133px 133px 0 rgba(255,255,255,0.2);
}

.button--red-flat {
    background-color: #E43B2C;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    color: #FFFFFF !important;
    font-size: 22px;
    font-weight: 700;
    padding: 13px 46px;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.1);
    white-space: normal;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.3);
}

.list--icon {
    font-size: 18px;
    list-style: none;
    margin: 20px auto;
    padding: 0;
}

.list--icon li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.list--icon li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list--arrow li:before {
    content: "\f061";
}

.list--check li:before {
    content: "\f00c";
}

.img--shadow {
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
}

.video--frame {
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 3px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: 15px auto;
    padding: 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
}

.video--frame .embed-responsive {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

.checkbox--group > .checkbox-inline {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .row--align-end {
        display: flex;
        align-items: flex-end;
    }
}

/*
    FREE BOOK PAGE
*/
.free-book a {
    color: #416A99;
}

.free-book__header {
    background-color: #F1F4F8;
}

.free-book__header img {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

.free-book__section1 {
    background-color: #FFFFFF;
}

.free-book__section1__headline {
    font-family: Oswald, Helvetica, sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
}

.free-book__section1__headline strong {
    color: #1C71AE;
}

.free-book__section1__subheadline {
    font-family: Oswald, Helvetica, sans-serif;
}

.free-book__section1__form img {
    margin: 0 auto;
    max-width: 220px;
    width: 100%;
}

.free-book__section1__form h2 {
    font-family: Lato, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.free-book__section1__form .help-block {
    font-size: 14px;
}

.free-book__section1__video h2 {
    font-family: Oswald, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.free-book__section2 {
    background-color: #17528A;
}

.free-book__section2 h2 {
    color: #FFFFFF;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 30px auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.free-book__section3 {
    background-color: #F1F4F8;
}

.free-book__section3 > .container {
    background-color: #FFFFFF;
}

.free-book__section3 > .container > .row {
    margin: 30px auto 20px;
}

.free-book__section3 h2 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.free-book__section3 .help-block {
    color: #858585;
    font-size: 18px;
}

.free-book__section3__form1 img {
    margin: 0 auto;
    max-width: 175px;
    width: 100%;
}

.free-book__section3__testimonials {
    font-size: 18px;
}

.free-book__section3__testimonials img {
    border: 3px solid #FFFFFF;
    margin: 15px auto;
}

.free-book__footer {
    background-color: #F1F4F8;
    border-top: 1px solid #B8BABD;
}

.free-book__footer__menu {
    margin: 30px auto;
}

.free-book__footer__disclaimer {
    color: #A5A5A5;
    font-size: 14px;
    margin: 20px auto;
}

@media (max-width: 767px) {
    .free-book__section1__headline {
        font-size: 26px;
    }

    .free-book__section1__subheadline {
        font-size: 16px;
    }

    .free-book__section2 h2{
        font-size: 24px;
    }
}

/*
    THANK YOU PAGE
 */
.thank-you,
.master2trends {
    font-family: "Open Sans", sans-serif;
}

.thank-you a,
.master2trends a {
    color: #73B4FC;
    font-weight: 700;
}

.thank-you__header,
.master2trends__header {
    background-color: #D63535;
    color: #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
    padding: 10px 0 0;
}

.thank-you__section1 h1,
.master2trends__section1 h1 {
    color: #A62606;
    font-size: 24px;
    font-weight: 700;
}

.thank-you__section1__links .button--green-flat,
.master2trends__section2__links .button--green-flat {
    margin-bottom: 15px;
}

.thank-you__section2__headline,
.master2trends__section2__headline {
    font-size: 40px;
    font-weight: 700;
}

.thank-you__section2__subheadline,
.master2trends__section2__subheadline {
    font-size: 18px;
    margin-top: 0;
}

.thank-you__section2__img-link,
.master2trends__section2__img-link {
    display: inline-block;
    margin: 20px auto;
    max-width: 500px;
}

.thank-you__section2 .list--icon,
.master2trends__section2 .list--icon {
    font-size: 17px;
}

.thank-you__section2 .list--icon li,
.master2trends__section2 .list--icon li {
    margin-bottom: 25px;
}

.thank-you__footer,
.master2trends__footer {
    font-size: 12px;
    margin: 20px auto;
}

.thank-you__footer__menu,
.master2trends__footer__menu {
    font-weight: 700;
}

.thank-you__footer__disclaimer,
.master2trends__footer__disclaimer {
    color: #666666;
}

@media (min-width: 992px) {
    .thank-you__section1__video,
    .master2trends__section1__video {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .thank-you__section1 h1,
    .master2trends__section1 h1 {
        font-size: 17px;
    }
}

/*
    BLUEPRINT STEP 1
 */
@media (min-width: 1200px) {
    .bp-step1 .container {
        width: 1040px;
    }
}

.bp-step1__section1 h1 {
    font-size: 34px;
    line-height: 34px;
    margin-top: 50px;
    text-align: center;
}

.bp-step1__section1 h3 {
    color: #F60;
}

.bp-step1__section2__form-container,
.master2trends__section2__form-container {
    border: solid #CCCCCC 1px;
    margin-bottom: 40px;
    padding: 20px;
}

.bp-step1__section2__form-container .form-group {
    margin: 8px 0;
    padding: 10px 0;
}

.bp-step1__section2__form-container label {
    font-size: 14px;
}

.bp-step1__section2__form-container .form-control,
.master2trends__section2__form-container .form-control {
    box-shadow: none;
    height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
}

.bp-step1__section2__form-container input[type=submit],
.master2trends__section2__form-container input[type=submit] {
    background-color: #FC7823;
    border-radius: 5px;
    border: 0px;
    color: #FFF;
    font-size: 20px;
    padding: 20px 30px;
    white-space: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bp-step1__section2__form__footer {
    color: #757575;
    font-size: 12px;
    font-weight: 700;
    margin: 15px auto;
    text-align: center;
}

/*
    BLUEPRINT STEP 3
 */
@media (min-width: 1200px) {
    .bp-step3 .container {
        width: 1040px;
    }
}

.bp-step3__section1 h1 {
    font-family: Arimo, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
}

.bp-step3__section1 h1:after {
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin: 10px auto;
    width: 75%;
}

.bp-step3__section2 {
    margin: 30px auto 60px;
}

.bp-step3__section2__app-container {}

.bp-step3__section2 .embed-responsive-16by9 {
    margin: 20px auto;
}

.bp-step3__section2 h2 {
    font-size: 24px;
    font-weight: 700;
}

.bp-step3__section2 h3 {
    color: #F60;
    font-size: 18px;
    font-weight: 700;
}

.bp-step3__footer {
    color: #757575;
    font-size: 12px;
    font-weight: 700;
    margin: 30px auto;
    text-align: center;
}

@media (min-width: 992px) {
    .bp-step3__section2 .embed-responsive-4by3 {
        padding-bottom: 122%;
    }
}

@media (max-width: 420px) {
    .bp-step3__section2 .embed-responsive-4by3 {
        padding-bottom: 162%;
    }
}

/*
    SCHEDULE 4
 */
.sched-4__section1 h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sched-4__section1 hr {
    border-color: #000;
}

.sched-4__section2 {
    margin-bottom: 40px;
}

.sched-4__section2 h2 {
    font-size: 23px;
    margin-bottom: 15px;
}

.sched-4__section2 img {
    margin: 20px auto;
    width: 100%;
}

.sched-4__section2 .sched-4__section2__book img {
    max-width: 250px;
}

.sched-4__section2 .sched-4__section2__blueprint img {
    max-width: 350px;
}

.sched-4__section2 .sched-4__section2__inbox img {
    max-width: 480px;
}

@media (min-width: 992px) {
    .sched-4__section2 > .container > .row {
        padding: 15px 60px;
    }
}

/*
    MASTER2TRENDS
 */
.master2trends {
    font-size: 14px;
}

.master2trends__section2__form-container .form-control {
    font-size: 16px;
}

.master2trends__section2__form-container .form-group {
    margin-bottom: 10px;
}

.master2trends__section2__form-container select option:first-child {
  color: #666;
}

.master2trends__section2__form-container input[type=text]::-webkit-input-placeholder {
  color: #666;
}

.master2trends__section2__form-container input[type=text]::-moz-placeholder {
  color: #666;
}

.master2trends__section2__form-container input[type=text]:-ms-input-placeholder {
  color: #666;
}

.master2trends__section2__form-container input[type=text]:-moz-placeholder {
  color: #666;
}

.master2trends__section2__form-container input[type=submit][disabled] {
    background: #9e9e9e;
}

.master2trends__section2__stories {
    margin: 20px auto 60px;
}

@media (max-width: 767px) {
    .master2trends__section2__headline {
        font-size: 34px;
        margin-top: 0;
    }

    .master2trends__section2__now {
        display: block;
    }

    .master2trends__section2__now .fa {
        margin: 0 8px;
    }
}

.bootstrap-datetimepicker-widget table td.day {
    background: #e8e8e8;
    border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
}