@font-face {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "proxima-nova",sans-serif;
    font-style: bold;
    font-weight: 600;
}

@font-face {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ui-widget-content {
    outline: none;
}
/*.k-header-container {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.8);
  margin: auto;
}*/

.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 3000;
}

.k-header-container {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
}

    .k-header-container .k-logo {
        background: url("../img/wc-logo.png") no-repeat left top;
        width: 156px;
        height: 62px;
        float: left;
        margin: 10px 0 0 10px;
    }

    .k-header-container .right-nav {
        margin: 20px 30px 0 0;
        float: right;
    }

        .k-header-container .right-nav ul li {
            display: inline-block;
            list-style: none;
            margin: 0 10px 0 10px;
        }

            .k-header-container .right-nav ul li a {
                color: #cccccc;
                font-size: 18px;
            }

                .k-header-container .right-nav ul li a:hover {
                    color: #ffffff;
                }

                .k-header-container .right-nav ul li a.sign-up-btn {
                    padding: 5px 10px 7px 10px;
                    border-radius: 5px;
                    background: #f5832c;
                    transition: all 0.3s ease 0s;
                    color: #ffffff;
                }

                    .k-header-container .right-nav ul li a.sign-up-btn:hover {
                        background: #d7611b;
                    }

/*.header-line {
  position: absolute;
  top: 100px;
  z-index: 1001;
  width: 100%;
  background: #f5832c;
  width: 100%;
  height: 1px;
}*/

.header-line {
    position: absolute;
    top: 100px;
    z-index: 1001;
    width: 100%;
    background: #f5832c;
    height: 1px;
}

.top-panel {
    padding-top: 150px;
    margin: auto;
    height: 626px;
}

@media screen and (max-width: 1024px) {
    .top-panel {
        padding-top: 150px;
        height: 600px;
    }
}

@media (max-width: 768px) {
    .top-panel {
        padding-top: 150px;
        height: 475px;
    }
}

@media screen and (min-width:1281px) and (max-width: 2000px) {
    .top-panel {
        height: 700px;
    }
}

/*.welcome-block {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.welcome-block .welcome-title {
  height: 100px;
  text-align: center;
  padding: 0 0 60px 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .welcome-block .welcome-title {
    padding: 0px 0 40px 0;
  }
}
.welcome-block .welcome-title h1 {
  color: #f5832c;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .welcome-block .welcome-title h1 {
    font-size: 50px;
  }
}
.welcome-block .welcome-title h2 {
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
}
.welcome-block .welcome-title h2 span {
  color: #cccccc;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .welcome-block .welcome-title h2 {
    font-size: 20px;
  }
}
.welcome-block .welcome-title-2 {
  text-align: center;
}
.welcome-block .welcome-title-2 h2 {
  margin: 10px 0 0 0;
  padding-top: 25px;
  color: #cccccc;
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 768px) {
	.welcome-block .welcome-title h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .welcome-block .welcome-title-2 h2 {
    font-size: 19px;
    width: 500px;
    padding-top: 5px;
    text-align: center;
  }
}
.welcome-block .k-button-lg {
  width: 300px;
  height: 55px;
  text-align: center;
  padding-top: 12px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 600;
  color: #f5832c;
  margin: 20px auto 0 auto;
  border-radius: 5px;
  background: none;
  border: 2px solid #f5832c;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .welcome-block .k-button-lg {
    margin: -15px auto;
  }
}
.welcome-block .k-button-lg:hover {
  background: #f5832c;
  color: #ffffff;
}*/
/*.welcome-block .content-block-row {
  margin: 10px auto;
  padding-bottom: 40px;
  text-align: center;
}

.welcome-block .content-block-row .content-block {
  border: 1px solid rgba(245, 131, 44, 0.5);
  vertical-align: top;
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  margin: 20px 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .welcome-block .content-block-row .content-block {
    width: 90%;
    height: 85px;
    display: block;
    margin: auto auto 5px auto;
  }
}
.welcome-block .content-block-row .content-block p {
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  padding: 5px 15px 5px 25px;
  margin-top: 3px;
}
.welcome-block .content-block-row .content-block .block-title {
  color: #f5832c;
  font-weight: 300;
  font-size: 19px;
  text-align: left;
  padding: 10px 5px 10px 0;
}
.welcome-block .circle-anchors {
  position: fixed;
  right: 5px;
  top: 270px;
  text-align: center;
  margin: 0 15px 0 15px;
  padding: 5px 0 0 10px;
  width: 40px;
  height: 100px;
}
.welcome-block .circle-anchors:hover {
  background: none;
}*/
/*.welcome-block .circle-anchors .k-ellipse {
  border: 1px solid #ffffff;
  opacity: 0.5;
  background: none;
  margin: 8px 0 10px 8px;
  width: 18px;
  height: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px 3px #414141;*/
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
/*-moz-box-shadow: 0px 0px 3px 3px #414141;*/
/* Firefox 3.5 - 3.6 */
/*box-shadow: 0px 0px 3px 3px #414141;*/
/* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
/*}
.welcome-block .circle-anchors .k-ellipse:hover {
  cursor: hand;
  background: #ffffff;
  opacity: 1.0;
}
.welcome-block .circle-anchors .circle-active {
  background: #ffffff;
  opacity: 1.0;
}*/

.center-panel {
    width: 100%;
    height: auto;
    background: #ffffff;
}

    .center-panel .comfort-zone-block {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        background: #ffffff;
    }

        .center-panel .comfort-zone-block .comfort-zone-content {
            margin: 50px auto 10px auto;
            text-align: center;
        }

            .center-panel .comfort-zone-block .comfort-zone-content h1 {
                font-size: 60px;
                color: #00c6cb;
                font-weight: 300;
                margin: 30px 30px 10px 30px;
                padding-top: 10px;
                display: block;
            }

            .center-panel .comfort-zone-block .comfort-zone-content img {
                margin: auto;
            }

@media screen and (max-width: 1024px) {
    .center-panel .comfort-zone-block .comfort-zone-content img {
        margin: auto;
        max-width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .center-panel .comfort-zone-block .comfort-zone-content h1 {
        margin: 15px 0 10px 5px;
        font-size: 40px;
    }

    .center-panel .comfort-zone-block .comfort-zone-content img {
        max-width: 95%;
    }
}

.center-panel-messaging {
    width: 75%;
    background: #ffffff;
    margin: auto;
    padding: 0 0 25px 0;
    text-align: center;
}

    .center-panel-messaging h2 {
        font-size: 24px;
        text-align: center;
        color: #00c6cb;
        font-weight: 400;
        margin: 0px auto;
        padding-top: 17px;
    }

    .center-panel-messaging h3 {
        font-size: 22px;
        text-align: center;
        color: #ffffff;
        font-weight: 300;
        margin: auto;
    }

.cz-assembly {
    margin: auto;
    position: relative;
    width: 958px;
    height: 487px;
    background: url("../img/CZ-bg-2.png") bottom no-repeat;
}

@media (max-width: 768px) {
    .cz-assembly {
    }
}

.cz-assembly .scott {
    position: absolute;
    top: 0;
    left: 5px;
    width: 133px;
    height: 133px;
    background: url("../img/scott.png") no-repeat;
}




/*.conversation-block {
  position: relative;
  width: 100%;
  height: 480px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .conversation-block {
    height: 430px;
  }
}
.conversation-block .conversation-block-content {
  width: 100%;
  text-align: left;
  height: 350px;
  margin: auto;
  margin-top: 140px;
  background: #ffffff;
}
.conversation-block .conversation-block-content h1 {
  font-size: 52px;
  color: #f5832c;
  display: block;
  font-weight: 700;
  margin: 30px 30px 10px 30px;
  padding-top: 10px;
}
.conversation-block .conversation-block-content .conversation-messaging .conversation-copy {
  float: left;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .conversation-block .conversation-block-content .conversation-messaging .conversation-copy {
    float: left;
    margin-top: 10px;
    width: 45%;
  }
}
.conversation-block .conversation-block-content .conversation-messaging .conversation-button-lg {
  width: 300px;
  height: 55px;
  text-align: center;
  padding-top: 12px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 600;
  color: #f5832c;
  margin: 30px auto 0 30px;
  border-radius: 5px;
  background: none;
  border: 2px solid #f5832c;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .conversation-block .conversation-block-content .conversation-messaging .conversation-button-lg {
    margin: -15px auto;
  }
}
.conversation-block .conversation-block-content .conversation-messaging .conversation-button-lg:hover {
  background: #f5832c;
  color: #ffffff;
}
.conversation-block .conversation-block-content .conversation-messaging img {
  float: left;
  margin: 30px 30px;
}
.conversation-block .conversation-block-content .conversation-messaging h3 {
  color: #666666;
  font-size: 36px;
  margin: 0 0 0 30px;
}*/
@media screen and (max-width: 1024px) {
    .conversation-block .conversation-block-content .conversation-messaging h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .conversation-block .conversation-block-content h1 {
        font-size: 36px;
    }
}

.footer {
    background: #000000;
    color: #f5832c;
    width: 100%;
    margin: auto;
}

    .footer .footer-logo {
        width: 166px;
        height: 64px;
        background: url("../img/wc-footer-logo.png") no-repeat center center;
        float: right;
        margin: 10px 30px 30px 0;
    }

    .footer .footer-nav {
        margin: auto;
        text-align: center;
        padding: 15px 40px 15px 15px;
    }

        .footer .footer-nav a {
            color: #f5832c;
            font-size: 16px;
            font-weight: 300;
            display: inline-block;
        }

            .footer .footer-nav a:hover {
                text-decoration: underline;
                color: #d7611b;
            }

    .footer .colophon {
        color: #666666;
        text-align: center;
        width: 95%;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: "10px";
    }

.wc-logo {
    width: 156px;
    height: 62px;
    float: right;
    margin: 15px 30px 0 0;
    background: url("../img/wc-logo.png") no-repeat left top;
}

.logo-spacer {
    float: left;
    height: 100%;
    width: 70px;
}

@media screen and (max-width: 1024px) {
    .logo-spacer {
        min-width: 100px;
    }
}

.life-goals-panel {
    position: relative;
    width: 100%;
    height: 650px;
    background: url("../img/life-goal-bg.jpg") no-repeat center 0px;
    background-size: 100%;
    display: block;
}

    .life-goals-panel h1 {
        color: #ffffff;
        font-size: 48px;
        font-weight: 600;
        margin: -10px 0 0 25px;
        text-shadow: 0px 1px 5px #000;
    }

@media (max-width: 1024px) {
    .life-goals-panel h1 {
        margin: -30px 0 0 25px;
    }
}

.life-goals-panel h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0 0 25px;
    padding-right: 50px;
    text-shadow: 0px 1px 5px #000;
}

.life-goals-panel .life-goals-block {
    position: absolute;
    top: 0;
    /*margin-top: 140px;*/
    width: 100%;
    height: 140px;
    padding: 20px;
}

.goal-connected-panel {
    position: relative;
    width: 100%;
    height: 680px;
    background: url("../img/goal-connected-bg.jpg") no-repeat center 0px;
    background-size: 100%;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.5s;
    display: block;
}

@media (max-width: 768px) {
    .goal-connected-panel {
        padding-top: 150px;
        height: 500px;
    }
}

.goal-connected-panel h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    margin: -20px 0 0 25px;
    text-shadow: 0px 1px 5px #000;
}

.goal-connected-panel h4 {
    color: #666666;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin: 25px 40px;
}

@media screen and (max-width: 1024px) {
    .goal-connected-panel h4 {
        font-size: 30px;
        margin-top: 45px;
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    .goal-connected-panel h4 {
        font-size: 28px;
        margin-top: 25px;
        line-height: 33px;
    }
}

.goal-connected-panel .goal-circle-img-1 {
    position: absolute;
    z-index: 1009;
    top: 320px;
    left: 300px;
    width: 202px;
    height: 202px;
    background: url("../img/circle-img-1.png") no-repeat left top;
}

.goal-connected-panel .goal-circle-img-2 {
    position: absolute;
    z-index: 1013;
    top: 450px;
    left: 190px;
    width: 202px;
    height: 202px;
    background: url("../img/circle-img-2.png") no-repeat left top;
}

.goal-connected-panel .goal-circle-img-3 {
    position: absolute;
    z-index: 1010;
    top: 350px;
    left: 550px;
    width: 202px;
    height: 202px;
    background: url("../img/circle-img-3.png") no-repeat left top;
}

.goal-connected-panel .goal-circle-img-4 {
    position: absolute;
    z-index: 1012;
    top: 450px;
    left: 410px;
    width: 202px;
    height: 202px;
    background: url("../img/circle-img-4.png") no-repeat left top;
}

.goal-connected-panel .goal-circle-img-5 {
    position: absolute;
    z-index: 1011;
    top: 350px;
    left: 50px;
    width: 202px;
    height: 202px;
    background: url("../img/circle-img-5.png") no-repeat left top;
}

@media screen and (max-width: 1024px) {
    .goal-connected-panel .goal-circle-img-5 {
        top: 350px;
    }
}

/* landscape - iPad */
@media (max-width: 1024px) {
    .goal-connected-panel .goal-circle-img-1 {
        top: 220px;
    }

    .goal-connected-panel .goal-circle-img-2 {
        top: 350px;
    }

    .goal-connected-panel .goal-circle-img-3 {
        top: 220px;
    }

    .goal-connected-panel .goal-circle-img-4 {
        top: 350px;
        left: 430px;
    }

    .goal-connected-panel .goal-circle-img-5 {
        top: 220px;
    }
}

/* portrait - iPad */
@media (max-width: 768px) {
    .goal-connected-panel .goal-circle-img-1 {
        top: 220px;
        left: 180px;
        width: 202px;
        height: 202px;
    }

    .goal-connected-panel .goal-circle-img-2 {
        top: 390px;
        left: 150px;
        width: 202px;
        height: 202px;
    }

    .goal-connected-panel .goal-circle-img-3 {
        top: 220px;
        left: 420px;
        width: 202px;
        height: 202px;
    }

    .goal-connected-panel .goal-circle-img-4 {
        top: 360px;
        left: 340px;
        width: 202px;
        height: 202px;
    }

    .goal-connected-panel .goal-circle-img-5 {
        top: 270px;
        left: 15px;
        width: 202px;
        height: 202px;
    }
}

.goal-connected-panel .goal-connected-block {
    position: absolute;
    /*top: 145px;*/
    top: 0px;
    width: 100%;
    height: 240px;
}

.benefits-panel {
    position: relative;
    width: 100%;
    height: 550px;
    background: #e9e9e9;
    display: block;
}

@media screen and (max-width: 1024px) {
    .benefits-panel {
        height: 550px;
    }
}

.benefits-panel .benefits-block {
    padding-top: 40px;
}

@media (max-width: 1024px) {
    .benefits-panel .benefits-block {
        padding-top: 30px;
    }
}

.benefits-panel .benefits-block .benefits-messaging {
    float: left;
    width: 45%;
    margin: 0 0 10px 30px;
}

@media screen and (max-width: 1024px) {
    .benefits-panel .benefits-block .benefits-messaging {
        margin: 0 0 10px 10px;
        width: 40%;
        height: 500px;
    }

        .benefits-panel .benefits-block .benefits-messaging ul {
            font-size: 12px;
        }

            .benefits-panel .benefits-block .benefits-messaging ul li {
                font-size: 12px;
                padding-bottom: 15px;
            }

        .benefits-panel .benefits-block .benefits-messaging img {
            float: left;
            margin: 5px 20px 0 20px;
            width: 350px;
        }

        .benefits-panel .benefits-block .benefits-messaging h2 {
            font-size: 52px;
            font-weight: 600;
            margin: 0 0 -10px 20px;
        }
}

.benefits-panel .benefits-block .benefits-messaging h2 {
    color: #f5832c;
    font-size: 52px;
    font-weight: 600;
    margin: 0px 0 10px 30px;
}

.benefits-panel .benefits-block .benefits-messaging ul li {
    list-style: url("../img/bullet.png");
    color: #666666;
    font-size: 20px;
    padding-bottom: 15px;
}

.benefits-panel .benefits-block img {
    float: left;
    margin: 5px 20px 0 50px;
}

.benefits-panel .benefits-block .resize-img {
    float: left;
    margin: 5px 20px 0 50px;
    width: 488px;
    height: 324px;
    background: url("../img/benefits-img.jpg") no-repeat;
    background-size: 100%;
}

.contact-panel {
    width: 100%;
    height: 500px;
    background: #ffffff;
}

    .contact-panel h1 {
        color: #ffffff;
        font-size: 48px;
        font-weight: 600;
        margin: 0 0 0 25px;
        width: 100%;
    }

.grey-base-2 {
    position: relative;
    height: 50px;
    background: #5f5f5f;
}

.contact-panel .grey-base {
    position: relative;
    width: 100%;
    margin-top: 20px;
    height: 650px;
    background: #5f5f5f;
}

    .contact-panel .grey-base .contact-block-content {
        position: absolute;
        top: 60px;
        width: 100%;
        margin-left: 7%;
        padding-top: 0px;
        height: 200px;
    }

@media screen and (max-width: 1024px) {
    .contact-panel .grey-base .contact-block-content {
        margin-top: 20px;
    }
}

.contact-panel .grey-base .contact-block-content .john-wren, .contact-panel .grey-base .contact-block-content .william-akers {
    background: #6a6a6a;
    width: 42%;
    height: 250px;
    display: inline-block;
    margin: 15px 10px;
}

@media screen and (max-width: 1024px) {
    .contact-panel .grey-base .contact-block-content .john-wren, .contact-panel .grey-base .contact-block-content .william-akers {
        margin: 15px 5px;
    }

        .contact-panel .grey-base .contact-block-content .john-wren img, .contact-panel .grey-base .contact-block-content .william-akers img {
            margin: 10px;
        }
}

.contact-panel .grey-base .contact-block-content .john-wren img, .contact-panel .grey-base .contact-block-content .william-akers img {
    display: inline-block;
    border: 1px solid #f5832c;
    margin: 20px;
}

.contact-panel .grey-base .contact-block-content .john-wren .contact-info, .contact-panel .grey-base .contact-block-content .william-akers .contact-info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .contact-panel .grey-base .contact-block-content .john-wren .contact-info, .contact-panel .grey-base .contact-block-content .william-akers .contact-info {
        width: 40%;
    }
}

.contact-panel .grey-base .contact-block-content .john-wren .contact-info h4, .contact-panel .grey-base .contact-block-content .william-akers .contact-info h4 {
    color: #ffffff;
    font-size: 26px;
    line-height: 25px;
    font-weight: 600;
    margin: 15px 10px 10px 0;
    width: 100%;
}

.contact-panel .grey-base .contact-block-content .john-wren .contact-info h5, .contact-panel .grey-base .contact-block-content .william-akers .contact-info h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 5px;
    line-height: 20px;
}

.contact-panel .grey-base .contact-block-content .john-wren .contact-info p, .contact-panel .grey-base .contact-block-content .william-akers .contact-info p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

    .contact-panel .grey-base .contact-block-content .john-wren .contact-info p a, .contact-panel .grey-base .contact-block-content .william-akers .contact-info p a {
        color: #ffffff;
        text-decoration: none;
    }

        .contact-panel .grey-base .contact-block-content .john-wren .contact-info p a:hover, .contact-panel .grey-base .contact-block-content .william-akers .contact-info p a:hover {
            color: #f5832c;
            text-decoration: underline;
        }

.landingbody {
    font-family: 'proxima-nova';
    font-family: "proxima-nova",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: inherit;
    margin: 0px 0px 0px 0px;
}

.fl-left {
    float: left;
    margin-left: 5px;
}

.clear {
    clear: both;
}

.k-background {
    background: #000000 url("../img/bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
}

.fade-in-block {
    opacity: 0;
}

h1, h2, h3, h4, h5 {
    color: #333333;
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-weight: 300;
    margin-top: 5px;
    display: inline-block;
}

a {
    color: #f5832c;
    text-decoration: none;
    /*  font-family: 'proxima-nova'; */
    font-family: "proxima-nova",sans-serif;
    font-size: 300;
}

    a:hover {
        color: #009dd0;
        text-decoration: none;
    }

.k-button {
    min-width: 170px;
    display: inline-block;
    text-align: center;
    margin: 5px 0 20px 10px;
    border-radius: 5px;
    background: #f5832c;
}

    .k-button:hover {
        background: #f5832c;
    }

    .k-button h2 {
        font-size: 16px;
        margin: 10px;
        text-align: center;
        color: #ffffff;
    }

        .k-button h2 a {
            color: White;
        }

    .k-button h1 {
        font-size: 22px;
        margin: 10px;
        text-align: center;
        color: #ffffff;
    }

        .k-button h1 a {
            color: White;
        }

.form-control {
    display: inline-block;
    height: 34px;
    padding: 2px 5px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

.label {
    display: block;
    padding: .2em .6em 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
}

/*********NEW LANDING CSS*********/

/*/////////// GENERAL ////////////*/

.topBTN {
    font-size: 14px;
    margin-left: 50%;
}

.topBTN2 {
    font-size: 14px;
    margin-left: 3%;
}


/*///////// GENERAL END //////////*/



/*/////////// ICONS ////////////*/

.investment-icon {
    width: 100%;
    height: 250px;
    background: url("../img/investments.svg") no-repeat center center;
}

.comfortzone-icon {
    width: 100%;
    height: 250px;
    background: url("../img/comfortzone.svg") no-repeat center center;
}

.practiceefficiency-icon {
    width: 100%;
    height: 250px;
    background: url("../img/cogs.svg") no-repeat center center;
}

@media screen and (max-width:768px) {

    .investment-icon {
        height: 110px;
    }

    .comfortzone-icon {
        height: 110px;
    }

    .practiceefficiency-icon {
        height: 110px;
    }
}

@media screen and (min-width:769px) and (max-width: 1024px) {

    .investment-icon {
        height: 180px;
    }

    .comfortzone-icon {
        height: 180px;
    }

    .practiceefficiency-icon {
        height: 180px;
    }
}

@media screen and (min-width:1025px) and (max-width: 1280px) {

    .investment-icon {
        height: 200px;
    }

    .comfortzone-icon {
        height: 200px;
    }

    .practiceefficiency-icon {
        height: 200px;
    }
}

@media screen and (min-width:1281px) and (max-width: 1440px) {

    .investment-icon {
        height: 250px;
    }

    .comfortzone-icon {
        height: 250px;
    }

    .practiceefficiency-icon {
        height: 250px;
    }
}



/*///////// ICONS END //////////*/








/*/////////// HOME START /////////////*/

.welcomeBTNS {
    padding: 18% 0px 0px 0px;
    width: 100%;
}

.homeBTN {
    float: left;
    position: relative;
    width: 33.33%;
    padding-bottom: 5%; /* = width for a 1:1 aspect ratio */
    margin: 0%;
    background-color: #f5832d;
    opacity: 0.6;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px #623400 inset;
}

.homeBTN-content {
    position: absolute;
    height: 90%; /* = 100% - 2*5% padding */
    width: 90%; /* = 100% - 2*5% padding */
    padding: 2% 5% 0% 5%;
    text-align: center;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: white;
}


.homeBTN:hover {
    background: #f5832d;
    opacity: 1;
    color: white;
}

.homeBTN .iconposition {
    text-align: center;
}

.homeBTN-content {
    position: absolute;
    height: 90%; /* = 100% - 2*5% padding */
    width: 90%; /* = 100% - 2*5% padding */
    padding: 2% 5% 0% 5%;
    text-align: center;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: white;
}

.icon-falarge {
    font-size: 8em;
    color: white;
    padding-top: 40px;
}

.welcome-block {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 700px;
}

    .welcome-block .welcome-title {
        height: 100px;
        text-align: center;
        padding: 0 0 40px 0;
        margin-top: 50px;
    }

        .welcome-block .welcome-title h1 {
            color: #f5832c;
            text-align: center;
            font-size: 60px;
            font-weight: 600;
            width: 100%;
            margin: 0;
            text-shadow: 2px 3px #333
        }

        .welcome-block .welcome-title h2 {
            font-weight: 400;
            color: #ffffff;
            font-size: 30px;
            text-shadow: 1px 2px #333
        }

            .welcome-block .welcome-title h2 span {
                color: #cccccc;
                font-weight: 300;
            }

    .welcome-block .welcome-title-2 {
        text-align: center;
    }

        .welcome-block .welcome-title-2 h2 {
            margin: 10px 0 0 0;
            padding-top: 25px;
            color: #cccccc;
            font-weight: 300;
            font-size: 24px;
        }

    .welcome-block .k-button-lg {
        width: 300px;
        text-align: center;
        padding: 12px;
        line-height: 30px;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 30px;
        font-weight: 400;
        color: #f5832c;
        margin: 20px auto 0 auto;
        border-radius: 50px;
        background: none;
        border: 2px solid #f5832c;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

        .welcome-block .k-button-lg:hover {
            background: #f5832c;
            color: #ffffff;
        }

    .welcome-block .content-block-row {
        margin: 55px auto;
        padding-bottom: 40px;
        text-align: center;
    }

        .welcome-block .content-block-row .content-block {
            border: 1px solid rgba(245, 131, 44, 0.5);
            vertical-align: bottom;
            width: 300px;
            height: 150px;
            background: rgba(255, 255, 255, 0.1);
            display: inline-block;
            margin: 20px 10px 10px 10px;
        }

            .welcome-block .content-block-row .content-block p {
                font-weight: 300;
                color: #ffffff;
                font-size: 18px;
                text-align: left;
                padding: 5px 15px 5px 25px;
                margin-top: 3px;
            }

            .welcome-block .content-block-row .content-block .block-title {
                color: #f5832c;
                font-weight: 300;
                font-size: 20px;
                text-align: left;
                padding: 15px 5px 10px 0;
            }

    .welcome-block .circle-anchors {
        position: fixed;
        right: 5px;
        top: 270px;
        text-align: center;
        margin: 15px;
        padding: 10px;
        width: 40px;
        height: 100px;
    }

        .welcome-block .circle-anchors:hover {
            background: none;
        }

        .welcome-block .circle-anchors .k-ellipse {
            border: 1px solid #ffffff;
            opacity: 0.5;
            background: none;
            margin: 20px;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            -webkit-box-shadow: 0px 0px 3px 3px #414141;
            /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            -moz-box-shadow: 0px 0px 3px 3px #414141;
            /* Firefox 3.5 - 3.6 */
            box-shadow: 0px 0px 3px 3px #414141;
            /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        }

            .welcome-block .circle-anchors .k-ellipse:hover {
                cursor: hand;
                background: #ffffff;
                opacity: 1.0;
            }

        .welcome-block .circle-anchors .circle-active {
            background: #ffffff;
            opacity: 1.0;
        }

@media screen and (max-width: 768px) {

    .welcomeBTNS {
        padding: 3% 0px 0px 0px;
    }

    .homeBTN-content {
        position: absolute;
        height: 90%; /* = 100% - 2*5% padding */
        width: 90%; /* = 100% - 2*5% padding */
        padding: 2% 5% 0% 5%;
        text-align: center;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif, arial;
        font-size: 15px;
        color: white;
    }

    .icon-falarge {
        font-size: 4em;
        color: white;
        padding-top: 20px;
    }


    .welcome-block .welcome-title {
        padding: 0px 0 40px 0;
    }

        .welcome-block .welcome-title h1 {
            font-size: 35px;
        }

        .welcome-block .welcome-title h2 {
            font-size: 15px;
            margin-bottom: 10px;
        }

    .welcome-block .welcome-title-2 h2 {
        font-size: 15px;
        width: 500px;
        padding-top: 5px;
        text-align: center;
    }

    .welcome-block .k-button-lg {
        width: 200px;
        padding: 12px;
        line-height: 20px;
        font-size: 20px;
        color: #f5832c;
    }

    .welcome-block .content-block-row {
        margin: 125px auto;
        padding-bottom: 40px;
        text-align: center;
    }

        .welcome-block .content-block-row .content-block {
            width: 30%;
            display: inline-block;
            margin: auto auto 5px auto;
        }

            .welcome-block .content-block-row .content-block p {
                font-size: 14px;
                text-align: left;
                padding: 5px 15px 5px 25px;
                margin-top: 3px;
            }
}

@media screen and (min-width:769px) and (max-width: 1024px) {

    .welcomeBTNS {
        padding: 10% 0px 0px 0px;
    }

    .welcome-block .welcome-title h1 {
        font-size: 45px;
    }

    .welcome-block .welcome-title h2 {
        font-size: 24px;
    }

    .homeBTN-content {
        font-size: 28px;
    }
}

@media screen and (min-width:1025px) and (max-width: 1280px) {

    .welcomeBTNS {
        padding: 7% 0px 0px 0px;
    }

    .homeBTN-content {
        font-size: 32px;
    }
}

@media screen and (min-width:1281px) and (max-width: 1440px) {

    .welcomeBTNS {
        padding: 8% 0px 0px 0px;
    }

    .homeBTN-content {
        font-size: 37px;
    }
}

@media screen and (min-width:1441px) and (max-width: 1650px) {

    .welcomeBTNS {
        padding: 1% 0px 0px 0px;
    }

    .homeBTN-content {
        font-size: 40px;
    }
}

@media screen and (min-width:1651px) and (max-width: 2000px) {

    .welcomeBTNS {
        padding: 4% 0px 0px 0px;
    }

    .homeBTN-content {
        font-size: 45px;
    }
}

.footer {
    background: #000000;
    color: #f5832c;
    width: 100%;
    padding-bottom: 20px;
}

    .footer .footer-logo {
        width: 166px;
        height: 64px;
        background: url("../img/wc-footer-logo.png") no-repeat center center;
        float: right;
        margin: 10px 30px 30px 0;
    }

    .footer .footer-nav {
        margin: auto;
        text-align: center;
        padding: 15px 40px 15px 15px;
    }

        .footer .footer-nav a {
            color: #f5832c;
            font-size: 16px;
            font-weight: 300;
            display: inline-block;
        }

            .footer .footer-nav a:hover {
                text-decoration: underline;
                color: #d7611b;
            }

    .footer .colophon {
        color: #666666;
        text-align: center;
        width: 95%;
    }

.wc-logo {
    width: 156px;
    height: 62px;
    float: right;
    margin: 15px 30px 0 0;
    background: url("../img/wc-logo.png") no-repeat left top;
}

.logo-spacer {
    float: left;
    height: 100%;
    width: 70px;
}

.new-nav {
    width: 100%;
    background: #000000;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    background: rgba(0, 0, 0, 0.5);
    height: 45px;
}


    .new-nav .login-name {
        vertical-align: middle;
        padding: 0 0 0 10px;
        display: inline-block;
        min-width: 20%;
        font-size: 12px;
        color: #ffffff;
        font-weight: bold;
    }


    .new-nav .welcome-bar {
        width: 15%;
        /*background: #000000;*/
        margin-right: 30px;
        padding: 13px 0 0 0;
        float: left;
    }

    .new-nav .utility-nav {
        text-align: left;
        /*margin: 12px 20px 0px 10px;*/
        float: right;
        background: none;
        color: #f5832c;
    }

        .new-nav .utility-nav a {
            padding-top: 15px;
            color: #f5832c;
            margin: 0 10px 0 10px;
            font-size: 12px;
            cursor: pointer;
        }

            .new-nav .utility-nav a:hover {
                color: #ffffff;
            }

        .new-nav .utility-nav .login-btn-sm {
            height: 22px;
            margin-top: -1px;
            float: right;
            text-align: center;
            border-radius: 3px;
            background: #f5832c;
            transition: all 0.3s ease 0s;
        }

            .new-nav .utility-nav .login-btn-sm:hover {
                background: #d7611b;
                cursor: pointer;
            }

            .new-nav .utility-nav .login-btn-sm h2 {
                font-size: 12px;
                font-weight: 400;
                margin: 0;
                padding: 3px 10px 0 10px;
                text-align: center;
                color: #ffffff;
            }

                .new-nav .utility-nav .login-btn-sm h2 a {
                    color: #ffffff;
                }

                    .new-nav .utility-nav .login-btn-sm h2 a:hover {
                        cursor: pointer;
                    }

    .new-nav .new-nav-categories {
        margin-right: 55px;
        float: right;
    }

        .new-nav .new-nav-categories ul.cat {
            height: 45px;
            -webkit-margin-before: 0;
            margin-top: 0;
        }

            .new-nav .new-nav-categories ul.cat .active {
                background: #333333;
                color: #f5832c;
                font-weight: 600;
            }

            .new-nav .new-nav-categories ul.cat li {
                display: inline-block;
                list-style: none;
                padding: 12px 28px 0 25px;
                /*background: #000000;*/

                height: 33px;
            }

                .new-nav .new-nav-categories ul.cat li:hover {
                    background: #333333;
                    color: #f5832c;
                    font-weight: 600;
                }

                .new-nav .new-nav-categories ul.cat li a {
                    color: #f5832c;
                    font-size: 16px;
                    padding-top: 15px;
                    font-weight: normal;
                    text-decoration: none;
                }


@media screen and (max-width: 768px) {

    .footer .footer-nav a {
        font-size: 12px;
    }

    .footer .colophon {
        font-size: 8px;
    }
}


@media screen and (max-width: 1024px) {

    .logo-spacer {
        min-width: 100px;
    }

    .new-nav .login-name {
        font-size: 10px;
    }

    .new-nav .new-nav-categories ul.cat li {
        padding: 12px 18px 0 18px;
    }
}



/*/////////// INTRO-TAKE YOUR PRACTICE TO THE NEXT LEVEL START /////////////*/

.intro {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    padding: 0px 0px 0px 0px;
}

.intro-bkgd {
    background: url("../img/02wealthcarecomplete.png") no-repeat right;
    background-size: cover;
}

.intro-content {
    width: 40%;
    background: rgba(245, 131, 44, 0.9);
    padding: 30px 0px 50px 30px;
}

.intro h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    margin: 40px 0 0 25px;
    text-shadow: 0px 1px 5px #000;
}



.intro h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    margin: 40px 0px 30px 25px;
    padding-right: 70px;
    text-shadow: 0px 1px 5px #000;
}

@media screen and (max-width: 768px) {

    .intro-content {
        width: 30%;
        padding: 50px 30px 30px 0px;
    }

    .intro h1 {
        font-size: 20px;
        font-weight: 400;
        margin: 40px 0 0 35px;
    }

    .intro h4 {
        font-size: 15px;
        font-weight: 150;
    }
}

/*/////////// INTRO-TAKE YOUR PRACTICE TO THE NEXT LEVEL END /////////////*/




/*/////////// INVESTMENTS PANEL START /////////////*/



.investments {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    margin: 0px 0px 0px 0px;
}


.investments-bkgd {
    background: url("../img/investments.png") no-repeat left;
    height: 750px;
}




.investments h1 {
    color: #f5832c;
    font-size: 40px;
    font-weight: 600;
    margin: 5% 0% 0% 2%;
}




.investments-panel {
    padding-top: 150px;
    position: relative;
    width: 100%;
    height: 950px;
    background-color: white;
    display: block;
}

    .investments-panel h1 {
        color: #ffffff;
        font-size: 48px;
        font-weight: 600;
        margin: -20px 0 0 25px;
        text-shadow: 0px 1px 5px #000;
    }

    .investments-panel h4 {
        color: #666666;
        font-size: 30px;
        line-height: 45px;
        font-weight: 600;
        margin: 25px 40px;
    }


    .investments-panel .invesments-block {
        position: absolute;
        /*top: 145px;*/
        top: 0px;
        width: 100%;
        height: 240px;
        /*background: rgba(255, 255, 255, 0.6);*/
    }


/*/////////////////////////////////////////*/

#inv-container {
    overflow: hidden;
    width: 450px;
    margin: 150px 0px 0px 400px;
}

.inv-list {
    list-style: none;
    float: right;
}

.inv-icon1 {
    float: left;
    width: 18%;
    background: url("../img/500.svg") left center no-repeat;
    display: block;
    margin: 0px 10px 0px 0px;
    height: 60px;
}

.inv-text1 {
    float: right;
    width: 78%;
    height: 60px;
    display: block;
    margin-top: 20px
}

.inv-content1 {
    color: #5AA900;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}


.inv-icon2 {
    float: left;
    width: 18%;
    background: url("../img/inv-mountainguy.svg") left center no-repeat;
    display: block;
    margin: 0px 10px 0px 0px;
    height: 60px;
}

.inv-text2 {
    float: right;
    width: 78%;
}

.inv-content2 {
    color: #5AA900;
    font-size: 18px;
    margin: 100px 10px 0px 0px;
}


.inv-icon3 {
    float: left;
    width: 18%;
    background: url("../img/inv-cog-check.svg") left center no-repeat;
    display: block;
    margin: 15px 10px 0px 0px;
    height: 60px;
}

.inv-text3 {
    float: right;
    width: 78%;
}

.inv-content3 {
    color: #5AA900;
    font-size: 18px;
    margin: 180px 0px 0px 0px;
}




@media screen and (max-width:768px) {

    #inv-container {
        width: 350px;
        margin: 150px 0px 0px 350px;
    }


    .inv-icon1 {
        float: left;
        width: 18%;
        background: url("../img/500.svg") left center no-repeat;
        display: block;
        margin: 0px 10px 0px 0px;
        height: 60px;
    }

    .inv-text1 {
        float: right;
        width: 78%;
        height: 60px;
        display: block;
        margin-top: 20px
    }

    .inv-content1 {
        color: #5AA900;
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }


    .inv-icon2 {
        height: 50px;
    }


    .inv-content2 {
        font-size: 16px;
    }


    .inv-icon3 {
        height: 50px;
    }

    .inv-content3 {
        font-size: 16px;
    }

    .investments-panel {
        padding-top: 150px;
        height: 400px;
    }


        .investments-panel h4 {
            font-size: 28px;
            margin-top: 25px;
            line-height: 33px;
        }
}


@media screen and (min-width:1281px) and (max-width:2000px ) {

    #inv-container {
        width: 750px;
        margin: 100px 0px 0px 450px;
    }

    .inv-icon1 {
        float: left;
        width: 18%;
        background: url("../img/500.svg") left center no-repeat;
        display: block;
        margin: 0px 10px 0px 0px;
        height: 80px;
    }

    .inv-text1 {
        float: right;
        width: 78%;
        height: 60px;
        display: block;
        margin-top: 20px
    }

    .inv-content1 {
        color: #5AA900;
        font-size: 26px;
        margin: 0px 0px 10px 0px;
    }


    .inv-icon2 {
        height: 80px;
    }

    .inv-content2 {
        font-size: 26px;
        margin-top: 120px;
    }

    .inv-icon3 {
        height: 80px;
    }

    .inv-content3 {
        font-size: 26px;
        margin-top: 250px;
    }
}


/*/////////// INVESTMENTS PANEL END /////////////*/



/*/////////// ASDVISOR AS STRATEGIST START /////////////*/

.aas {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
}


.aas-bkgd {
    background: url("../img/aas.png") no-repeat left;
    background-size: cover;
    display: block;
    height: 679px;
}

.aas-content {
    width: 100%;
    background: rgba(245, 131, 44, 0.9);
    margin: 48% 0% 0% 0%;
}

.aas h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin: 2% 0% 0% 2%;
}

.aas h4 {
    list-style-type: none;
    color: #ffffff;
    font-size: 18px;
    margin: 0% 5% 0% 5%;
}

@media screen and (max-width:768px) {
    .aas-bkgd {
        background-size: cover;
        height: 509px;
    }

    .aas-content {
        margin: 47% 0% 0% 0%;
    }

    .aas h1 {
        font-size: 20px;
        margin: 3% 0% 0% 2%;
    }


    .aas h4 {
        font-size: 16px;
        margin: 1% 2% 1% 2%;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .aas-bkgd {
        background-size: cover;
        height: 650px;
    }

    .aas-content {
        margin: 51% 0% 0% 0%;
    }

    .aas h1 {
        font-size: 22px;
        margin: 3% 0% 0% 2%;
    }

    .aas h4 {
        font-size: 18px;
        margin: 1% 2% 1% 2%;
    }
}

@media screen and (min-width:1025px) and (max-width:1280px) {

    .aas h1 {
        font-size: 26px;
        margin: 1% 0% 0% 2%;
    }

    .aas-bkgd {
        background-size: cover;
        height: 750px;
    }

    .aas-content {
        margin: 49% 0% 0% 0%;
    }

    .aas h4 {
        font-size: 22px;
        margin: 1% 2% 1% 2%;
    }
}

@media screen and (min-width:1281px) and (max-width:1440px) {

    .aas h1 {
        font-size: 30px;
        margin: 1% 0% 0% 2%;
    }

    .aas-bkgd {
        background-size: cover;
        height: 800px;
    }

    .aas-content {
        margin: 43% 0% 0% 0%;
    }

    .aas h4 {
        font-size: 28px;
        margin: 1% 2% 1% 2%;
    }
}

@media screen and (min-width:1441px) and (max-width:1650px) {

    .aas h1 {
        font-size: 40px;
        margin: 1% 0% 0% 2%;
    }

    .aas-bkgd {
        background-size: cover;
        height: 1000px;
    }

    .aas-content {
        margin: 45% 0% 0% 0%;
    }

    .aas h4 {
        font-size: 32px;
        margin: 1% 2% 1% 2%;
    }
}

@media screen and (min-width:1650px) and (max-width:2000px) {

    .aas h1 {
        font-size: 40px;
        margin: 1% 0% 0% 2%;
    }

    .aas-bkgd {
        background-size: cover;
        height: 1200px;
    }

    .aas-content {
        margin: 48% 0% 0% 0%;
    }

    .aas h4 {
        font-size: 45px;
        margin: 1% 2% 1% 2%;
    }
}



/*/////////// ASDVISOR AS STRATEGIST END /////////////*/



/*/////////// DEEP DIVE START /////////////*/

.deepdive {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
}

.deepdive-bkgd {
    background: url("../img/deepdive.png") no-repeat left;
    background-size: cover;
    display: block;
    height: 892px;
}

.deepdive h2 {
    color: #f5832c;
    font-size: 32px;
    text-align: right;
    font-weight: 600;
    margin: 3% 3% 0% 20%;
}

@media screen and (max-width: 768px) {

    .deepdive-bkgd {
        height: 512px;
    }

    .deepdive h2 {
        font-size: 20px;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {

    .deepdive-bkgd {
        height: 600px;
    }


    .deepdive h2 {
        font-size: 24px;
    }
}

@media screen and (min-width:1025px) and (max-width:1280px) {

    .deepdive-bkgd {
        height: 800px;
    }


    .deepdive h2 {
        font-size: 30px;
    }
}

@media screen and (min-width:1281px) and (max-width:1440px) {

    .deepdive-bkgd {
        height: 950px;
    }


    .deepdive h2 {
        font-size: 32px;
    }
}

@media screen and (min-width:1441px) and (max-width:1650px) {

    .deepdive-bkgd {
        height: 1050px;
    }


    .deepdive h2 {
        font-size: 40px;
    }
}

@media screen and (min-width:1650px) and (max-width:2000px) {

    .deepdive-bkgd {
        height: 1250px;
    }


    .deepdive h2 {
        font-size: 42px;
    }
}









/*/////////// DEEP DIVE END /////////////*/



/*/////////// COMFORT ZONE START /////////////*/

.cz {
    position: relative;
    width: 100%;
    background: white;
    padding: 150px 0px 0px 30px;
}

    .cz h1 {
        color: #f5832c;
        font-size: 40px;
        font-weight: 600;
    }

.cz-content {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #999999;
    background: white;
}

.cz-interactive-img {
    background: url("../img/comfort-zone-interactive.png") no-repeat center;
    background-size: 95%;
    display: block;
    height: 1000px;
    margin-right: 30px;
}

.cz h4 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #666;
    padding: 0px 20px 0px 20px;
}

.cz-block00 {
    margin: 0% 5% 0% 5%;
}

.cz-block {
    margin: 60px 0px 0px 0px;
    background-color: white;
    height: 400px;
}

    .cz-block ul {
        list-style: none;
        background-color: white;
        margin: 0px 0px 0px -40px;
    }

    .cz-block li {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 15px;
        text-align: left;
        color: #666;
        float: left;
        position: relative;
        width: 25%;
        padding: 0px 10px 0px 50px;
        margin-right: 10px;
        list-style: none;
    }

        .cz-block li li {
            clear: left;
            width: 300px;
            padding: 10px 0px 5px 20px;
        }




    .cz-block h1 {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 20px;
        color: #f5832c;
        background-color: white;
    }

@media screen and (max-width: 768px) {
    .cz-interactive-img {
        height: 500px;
    }

    .cz-bkgd {
        background-size: 100%;
        height: 768px;
    }

    .cz h2 {
        font-size: 20px;
        margin: 19% 0% 0% 2%;
    }

    .cz-block li {
        padding: 0px 10px 0px 36px;
    }
}

@media screen and (min-width:769px) and (max-width: 1024px) {
    .cz-interactive-img {
        height: 500px;
    }

    .cz h2 {
        font-size: 22px;
        margin: 19% 0% 0% 2%;
    }

    .cz-block li {
        padding: 0px 10px 0px 36px;
    }
}

@media screen and (min-width:1025px) and (max-width: 1280px) {
    .cz-interactive-img {
        height: 650px;
    }
}

@media screen and (min-width:1281px) and (max-width: 1440px) {

    .cz-interactive-img {
        height: 750px;
    }

    .cz-block li {
        font-size: 20px;
    }
}


@media screen and (min-width:1441px) and (max-width: 2000px) {
    .cz-interactive-img {
        height: 970px;
    }

    .cz-block li {
        font-size: 22px;
    }
}



/*/////////// COMFORT ZONE END /////////////*/


/*/////////// PRACTICE EFFICIENCY START /////////////*/

#pe {
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}



    #pe h1 {
        color: #333;
        font-size: 40px;
        font-weight: 600;
        margin: 20px 0px 20px 0px;
    }

    #pe h2 {
        color: #333;
        font-size: 25px;
        font-weight: 600;
    }

    #pe h3 {
        font-size: 25px;
        font-weight: 600;
    }

.pe-block {
    background: rgba(114, 237, 255, 0.5);
    border-top: rgba(0, 222, 255,1.00) 2px solid;
    border-bottom: rgba(0, 222, 255,1.00) 2px solid;
    margin: 25px 0px 25px 0px;
}


    .pe-block ul {
        list-style: none;
        margin: 0px 0px 0px -40px;
    }

    .pe-block li {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 15px;
        text-align: left;
        color: #333;
        float: left;
        position: relative;
        width: 40%;
        padding: 0px 20px 20px 50px;
        margin-right: 10px;
        list-style: none;
    }

@media screen and (max-width: 768px) {
    .pe-block li {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 15px;
        text-align: left;
        color: #333;
        float: left;
        position: relative;
        width: 39%;
        padding: 0px 20px 20px 50px;
        margin-right: 10px;
        list-style: none;
    }
}


/*/////////// PRACTICE EFFICIENCY END /////////////*/





/*/////////// READY TO TAKE YOUR PRACTICE TO THE NEXT LEVEL START /////////////*/
.contactconvo {
    background: url("../img/advisor-couple-widened.png") no-repeat top;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: relative;
}


.conversation-block {
    position: relative;
    padding: 5px 0px 0px 0px;
}

    .conversation-block .conversation-block-content {
        width: 100%;
        text-align: left;
        padding-top: 30px;
        margin: 0px 0px 20% 0px;
    }

        .conversation-block .conversation-block-content h1 {
            font-size: 40px;
            color: #f5832c;
            display: block;
            font-weight: 700;
            margin: 0px 30px 0px 30px;
            padding-top: 10px;
            width: 700px;
        }

        .conversation-block .conversation-block-content .conversation-messaging .conversation-copy {
            float: left;
            margin: 0px 20px 70px 0px;
        }

        .conversation-block .conversation-block-content .conversation-messaging .conversation-button-lg {
            width: 300px;
            height: 50px;
            text-align: center;
            padding: 9px 0px 0px 0px;
            line-height: 40px;
            font-size: 30px;
            font-weight: 600;
            color: #f5832c;
            margin: 50px auto auto auto;
            border-radius: 50px;
            background: none;
            border: 2px solid #f5832c;
            transition: all 0.3s ease 0s;
        }

.center {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
}

.conversation-block .conversation-block-content .conversation-messaging .conversation-button-lg:hover {
    background: #f5832c;
    color: #ffffff;
}

.conversation-block .conversation-block-content .conversation-messaging img {
    float: left;
    margin: 30px 30px;
}

.conversation-block .conversation-block-content .conversation-messaging h3 {
    font-size: 30px;
    margin: 0 0 0px 70px;
}


@media screen and (max-width: 768px) {
    .conversation-block .conversation-block-content h1 {
        font-size: 30px;
    }

    .conversation-block .conversation-block-content .conversation-messaging h3 {
        font-size: 20px;
    }
}

/*/////////// READY TO TAKE YOUR PRACTICE TO THE NEXT LEVEL END /////////////*/



/*//////////////////////////// CONTACT START ////////////////////////////////*/

.contact-panel {
    position: relative;
    width: 100%;
    padding: 30px 0px 13% 5%;
}

    .contact-panel h1 {
        font-size: 20px;
        color: #f5832c;
        display: block;
        font-weight: 500;
        margin: 0px 0px 30px 0px;
    }

    .contact-panel .img {
        margin: 0px 20px 20px 0px;
    }

    .contact-panel .contact h2, h3 {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #333;
    }

    .contact-panel .contact h2 {
        font-size: 35px;
    }

    .contact-panel .contact p {
        font-size: 15px;
        color: #f5832c;
    }

.content-panel .pblock {
    padding: 0px 0px 0px 30px;
}


.contact-panel .contact-block-content h5, .contact-panel .contact-block-content {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 5px;
    line-height: 20px;
}

.contact-panel .contact-block-content, .contact-panel .contact-block-content {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.contact-panel .contact-block-content, .contact-panel .contact-block-content {
    color: #ffffff;
    text-decoration: none;
}

.contact-panel .contact-block-content, .contact-panel .contact-block-content {
    color: #f5832c;
    text-decoration: underline;
}


.cntct-block {
    margin: 60px 0px 0px 0px;
    height: 600px;
}

    .cntct-block ul {
        list-style: none;
        margin: 0px 0px 0px -40px;
    }

    .cntct-block li {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 15px;
        text-align: left;
        color: #666;
        float: left;
        position: relative;
        width: 25%;
        padding: 0px 10px 0px 50px;
        margin-right: 10px;
        list-style: none;
    }

/*//////////////////////// CONTACT END /////////////////////////////////////*/



/* //////////////////SNaidoo Aug 2016///////////////// */

.parallax-01 {
    /* The image used */
    background-image: url("../img/bg-new08.png");
    min-height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax-02 {
    /* The image used */
    background-image: url("../img/bg-new02.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
