body {
    background-color: #ffffff;
}
.faq-row h4 {
    cursor: pointer;
}
.no-left-padding {
    padding-left: 0px;
}
.no-left-right-padding {
    padding-left: 0px;
    padding-right: 0px;
}
#nav-am-i-at-risk-of-hiv, #nav-whats-prep, #nav-how-do-i-get-prep, #nav-lets-talk {
    cursor: hand;
    cursor: pointer;
}
#nav-am-i-at-risk-of-hiv:hover, #nav-whats-prep:hover, #nav-how-do-i-get-prep:hover, #nav-lets-talk:hover {
    cursor: hand;
    cursor: pointer;
}

#nav-site-logo {
    cursor: pointer;
}
a, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

.d-hero-overlay-txt {
    left: 0;
    position: absolute;
    text-align: center;
    bottom: 150px;
    width: 100%;
    z-index: 20;
}
.d-hero-overlay-txt h1 a:hover {
    cursor: pointer;
    cursro: hand;
}

.keyboard-arrow-wrapper {
    display: none;
}

@media  screen and (min-width: 320px) {
    .container-fluid {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .no-padding-top-bottom {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    h1 {
        font-family: 'Martel', serif;
        font-size: 32px;
        line-height: 38px;
        color: #055085;
        font-weight: 800;
    }
    h2 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 27px;
        line-height: 30px;
        color: #323232;
        font-weight: 500;
    }
    h3 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-weight: 500;
    }
    h3.drk-blue {
        color: #055085;
    }
    h3.btn-blue {
        background-color: #1698d9;
        color: #ffffff;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        border-radius: 2px;
        display: inline-block;
        padding: 3px 20px;
    }
    .btn-padd {
        padding: 4px 15px;
    }
    h3.btn-black {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 17px;
        line-height: 22px;
        color: #ffffff;
        background-color: #323232;
        font-weight: 500;
        border-radius: 2px;
    }
    h4 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 17px;
        line-height: 22px;
        color: #323232;
        font-weight: 400;
    }
    h5 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #5b5b5b;
        font-weight: 500;
    }
    h5.drk-blue {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #055085;
        font-weight: 500;
    }
    p {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-weight: 300;
    }
    p.sm, span.sm, label.sm {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #323232;
        font-weight: 300;
    }
    label.input-label {
        display: inline-block;
        padding-left: 5px;
        padding-right: 10px;
    }
    p.strong {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-weight: 400;
    }
    p.strong a {
        text-decoration: underline;
        font-weight: inherit;
        color: #1698d9;
    }
    p.mice {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #5b5b5b;
        font-weight: 300;

    }
    a.blue-link {
        color: #1698d9;
        text-decoration: underline;
    }
    ul.sm li {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #323232;
        font-weight: 300;
    }
    .carousel-inner {
        border-right: 4px solid #ffffff;
        border-left: 4px solid #ffffff;
    }
    .carousel-control {
        height: 1082px;
    }
    #main-content-wrapper {
        position: relative;
    }
     .page-home-landing {
         background-image: none;
         -moz-background-size: cover;
         -webkit-background-size: cover;
         background-size: cover;
         overflow: hidden;
         z-index: 7;
         min-height: 100%;
         height: auto;
     }

     .page-home, .page-whats-prep, .page-lets-talk, .page-how-do-i-get-prep, .page-am-i-at-risk-of-hiv {
        overflow-x: hidden;
    }
    /*.page-home, .page-whats-prep, .page-lets-talk, .page-how-do-i-get-prep, .page-am-i-at-risk-of-hiv {*/
        /*background-image: none;*/
        /*-moz-background-size: cover;*/
        /*-webkit-background-size: cover;*/
        /*background-size: cover;*/
        /*z-index: 7;*/
        /*overflow-x: hidden;*/
        /*min-height: 100%;*/
    /*}*/

    span.carousel-arrow.arrow-left {
        position: absolute;
        top: 40%;
        left: 65px;
        z-index: 15;
        display: inline-block;
        height: 100px;
        width: 45px;
        background-image: url('/img/arrow-left.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
    span.carousel-arrow.arrow-right {
        position: absolute;
        top: 40%;
        right: 70px;
        z-index: 15;
        display: inline-block;
        height: 100px;
        width: 45px;
        background-image: url('/img/arrow-right.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .page-dialog-wrapper {
        background-color: #ffffff;
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .dialog-content{
        background-color: #ffffff;
        margin-left: 10px;
        margin-right: 10px;
    }
    .d-inline-block {
        display: inline-block;
    }
    .lets-talk-padd-left {
        margin-left: 20px;
    }
    .input-element {
        border: 0px;
        height: 32px;
        background-color: #e2e2e2;
    }
    .full-txt-box {
        width: 100%;
    }
    .input-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .input-row h4 {
        margin-bottom: 3px;
    }
    span.required {
        color: #d8364a;
    }
    .process-row {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .process-row h3 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    div.score-wraper {
        height: 70px;
        line-height: 70px;
        text-align: center;
    }
    h5.score-number {
        display: inline-block;
        vertical-align: middle;
        padding-top: 40px;
        line-height: normal;
    }
    .total-scrore-row {
        background-color: #e2e2e2;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .total-up-your-score {
        margin-bottom: 0px;
    }

    .total-score {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
    .total-score-wraper {
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .btn-container {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    nav {
        min-height: 60px;
        height: 60px;
        z-index: 20;
    }
    .nav {
        background-color: #ffffff;
    }
    #navbar {
        margin-top: 0px;
    }
    .navbar-brand {
        padding: 0 0;
    }
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-nav>.active>a {
        background-color: #323232!important;
        color: #ffffff!important;
    }
    .navbar-nav>li {
        padding-left: 5px;
        padding-bottom: 25px;
    }
    .navbar-nav > li a {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 0px;
        color: #323232!important;
        font-weight: 400;
    }

    .navbar-default {
        background-color: #ffffff;
        border: 0px;
        margin-top: 30px;
    }
    .navbar-brand img {
        position: relative;
        width: 260px;
        top: 5px;
    }
    .navbar-toggle {
        margin-right: 0px;
        padding: 9px 0px;
    }
    .navbar-default .navbar-toggle {
        border-color: #ffffff;
    }
    .navbar-toggle .icon-bar {
        height: 4px;
        width: 27px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-nav {
        margin: 0px 0px;
    }
    .navbar {
        margin-bottom: 5px;
    }


    .nav-btn-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .am-i-at-risk-of-hiv .form-container {
        margin-top: 30px;
    }
    .score-title-txt {
        position: relative;
        margin-bottom: -10px;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #5b5b5b;
        font-weight: 500;
    }
    .faq-row {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .faq-row h4 {
        margin-bottom: 3px;
    }
    .faq-row label {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
    .faq-arrow-img {
        display: inline-block;
        margin-right: 5px;
        width: 12px;
        height: auto;
    }
    .reach-out-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .call-us-at-txt {
        margin-bottom: 0px;
    }
    .how-do-i-get-prep .icon-wrapper img {
        width: 50px;
        height: auto;
        float: left;
        margin-right: 10px;
    }
    /* footer */
    #footer {
        position: absolute;
        left: 15px;
        right: 15px;
    }
    #footer .row {
       margin-top: 0px;
    }
    #footer .footer-cols {
        padding-top: 15px;
    }
    p.footer, span.footer {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #323232;
        font-weight: 300;
    }
    p.footer.strong, span.footer.strong {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #323232;
        font-weight: 500;
    }
    .footer-mice {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #5b5b5b;
        font-weight: 300;
        padding-top: 3px;
    }
    .footer-site-logo {
        width: 150px;
    }
    .btn-map-img {
        width: 40px;
        height: auto;
        display: inline-block;
        padding-left: 5px;
    }
    .footer-address {
        padding-top: 3px;
    }
    #footer .left-wrapper, #footer .right-wrapper {
        width: 50%;
        border-top: 2px solid #e2e2e2;
        padding-top: 20px;
    }
    #footer .left-wrapper span, #footer .right-wrapper span {
        display: block;
    }
   #footer .right-wrapper {
        text-align: right;
    }
    #footer .right-wrapper .footer-pipe {
        display: none;
    }
    /* end footer */

    .lets-talk-link {
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #1698d9;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 19px;
        line-height: 15px;
        color: #ffffff;
        font-weight: 400;
        padding: 10px 20px;
        z-index: 22;
        border-bottom-left-radius: 3px;
    }

    .mobile-home {
        display: block;
    }
    .home-img-list-wrapper .img-list {
        margin-bottom: 30px;
    }

    /* carousel overlay text */
    .carousel-center {
        position: relative;
    }
    .overlay-txt-wrapper {
        position: absolute;
        bottom: 500px;
        left: 40%;
    }
    h1.overlay-txt {
        background-color: #ffffff;
        color: #323232;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        line-height: 42px;
        font-size: 40px;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 4px;
    }
    h1.overlay-txt a {
        text-decoration: none;
        color: inherit;
    }
    /* end carousel overlay text */


     /* page main background images */
    .page-am-i-at-risk-of-hiv .page-left-main-bg {
        background-image: url('/img/am-i-at-risk-of-hiv.jpg');
        background-position: top left 75%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .page-am-i-at-risk-of-hiv .page-right-next-bg {
        background-image: url('/img/whats-prep.jpg');
        background-position: top left;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .page-whats-prep .page-left-main-bg {
        background-image: url('/img/whats-prep.jpg');
        background-position: top left 55%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .page-whats-prep .page-right-next-bg {
        background-image: url('/img/how-do-i-get-prep.jpg');
        background-position: top left 2%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .page-how-do-i-get-prep .page-left-main-bg {
        background-image: url('/img/how-do-i-get-prep.jpg');
        background-position: top left 30%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .page-how-do-i-get-prep .page-right-next-bg {
        background-image: url('/img/lets-talk.jpg');
        background-position: top left 2%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }

    .page-lets-talk .page-left-main-bg {
        background-image: url('/img/lets-talk.jpg');
        background-position: top 20% left 40%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .page-lets-talk .page-right-next-bg {
        background-image: url('/img/am-i-at-risk-of-hiv.jpg');
        background-position: top left 2%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }

    /* end page main background images */

    .page-left-main-bg, .page-right-next-bg {
        display: none;
    }
    .score-wraper {
        z-index: 20;
    }
    .question-wrapper {
        z-index: 9999;
    }


    .process-row .icon-wrapper {
        float: left;
        margin-right: 15px;
    }
    .icon-wrapper img {
        width: 60px;
    }

    /* mobile hero images */
    .mobile-hero-img {
        height: 150px;
    }
    .page-am-i-at-risk-of-hiv .mobile-hero-img {
        background-image: url('/img/am-i-at-risk-of-hiv.jpg');
        background-position: top 8% left;
        background-size: cover;
    }
    .page-whats-prep .mobile-hero-img {
        background-image: url('/img/whats-prep.jpg');
        background-position: top 8% left;
        background-size: cover;
    }
    .page-how-do-i-get-prep .mobile-hero-img {
        background-image: url('/img/how-do-i-get-prep.jpg');
        background-position: top 30% left;
        background-size: cover;
    }
    .page-lets-talk .mobile-hero-img {
        background-image: url('/img/lets-talk.jpg');
        background-position: top 40% left;
        background-size: cover;
    }
    /* end mobile hero images */
    /* mobile home page */
    .mobile-home-page .img-row {
        position: relative;
        margin-bottom: 10px;
    }
    .carousel-home {
        position: relative;
    }
    .d-hero-overlay-txt {
        left: 0;
        position:absolute;
        text-align:center;
        bottom: 200px;
        width: 100%;
        z-index: 20;
    }
    .d-hero-overlay-txt h1 {
        font-family: "Fira Sans Extra Condensed";
        background-color: #ffffff;
        padding: 20px 20px;
        border-radius: 4px;
        display: inline-block;
        font-weight: 500;
        font-size: 42px;
        line-height: 30px;
        color: #323232;
        width: auto;
    }
    .mobile-hero-overlay-txt {
        left: 0;
        position:absolute;
        text-align:center;
        bottom: 30px;
        width: 100%
    }
    .mobile-hero-overlay-txt h1 {
        font-family: "Fira Sans Extra Condensed";
        background-color: #ffffff;
        padding: 4px 8px;
        border-radius: 4px;
        display: inline-block;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #323232;
        width: 200px;
    }
    .mobile-hero-overlay-txt h1.lets-talk {
        width: auto;
    }
    .page-home #footer .left-wrapper, .page-home #footer .right-wrapper {
        border-top: 0px!important;
    }
    /* end mobile home page */


    /*.carousel {*/
        /*overflow: hidden;*/
    /*}*/
    /*.carousel-inner {*/
        /*width: 150%;*/
        /*left: -25%;*/
    /*}*/
    /*.carousel-inner > .item.next,*/
    /*.carousel-inner > .item.active.right {*/
        /*-webkit-transform: translate3d(33%, 0, 0);*/
        /*transform: translate3d(33%, 0, 0);*/
    /*}*/
    /*.carousel-inner > .item.prev,*/
    /*.carousel-inner > .item.active.left {*/
        /*-webkit-transform: translate3d(-33%, 0, 0);*/
        /*transform: translate3d(-33%, 0, 0);*/
    /*}*/
    /*.carousel-control.left,*/
    /*.carousel-control.right {*/
        /*background: rgba(255, 255, 255, 0.3);*/
        /*width: 10%;*/
    /*}*/

    .input-border-white {
        border: 1px solid transparent;
    }

}
@media screen and (min-width: 375px) {
    .navbar-brand img {
        position: relative;
        width: 300px;
        top: 0px;
    }
}

@media screen and (min-width: 400px) {
    .navbar-brand img {
        position: relative;
        width: 322px;
        top: 0px;
    }
}

@media screen and (min-width: 500px) {
    .mobile-hero-img {
        height: 270px;
    }
}

@media screen and (min-width: 600px) {
    .navbar-brand img {
        position: relative;
        width: 350px;
        top: 5px;
    }
}

@media  screen and (min-width: 768px) {
    .container-fluid {
        margin-left: 56px;
        margin-right: 56px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .no-padding-top-bottom {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    h1 {
        font-family: 'Martel', serif;
        font-size: 32px;
        line-height: 38px;
        color: #055085;
        font-weight: 800;
    }
    h2 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 27px;
        line-height: 30px;
        color: #323232;
        font-weight: 500;
    }
    h3 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-weight: 500;
    }
    h3.drk-blue {
        color: #055085;
    }
    h3.btn-blue {
        background-color: #1698d9;
        color: #ffffff;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        border-radius: 2px;
        display: inline-block;
        padding: 3px 20px;
    }
    .btn-padd {
        padding: 4px 15px;
    }
    h3.btn-black {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
        background-color: #323232;
        font-weight: 500;
        border-radius: 2px;
    }
    h4 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 17px;
        line-height: 22px;
        color: #323232;
        font-weight: 400;
    }
    h5 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #5b5b5b;
        font-weight: 500;
    }
    h5.drk-blue {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #055085;
        font-weight: 500;
    }
    p {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-weight: 300;
    }
    p.sm, span.sm, label.sm {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #323232;
        font-weight: 300;
    }
    label.input-label {
        display: inline-block;
        padding-left: 5px;
        padding-right: 10px;
    }
    p.strong {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-weight: 400;
    }
    p.strong a {
        text-decoration: underline;
        font-weight: inherit;
        color: #1698d9;
    }
    p.mice {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #5b5b5b;
        font-weight: 300;

    }
    a.blue-link {
        color: #1698d9;
        text-decoration: underline;
    }
    ul.sm li {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #323232;
        font-weight: 300;
    }
    .carousel-control {
        height: 1082px;
    }
    #main-content-wrapper {
        position: fixed;
        top: 110px;
        bottom: 70px;
        left: 56px;
        right: 56px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .page-home {
        overflow-y: hidden;
    }
    .page-home  #main-content-wrapper {
        overflow-y: hidden;
    }
    .page-home-landing {
        background-image: url('/img/home.png');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    /*.page-home, .page-whats-prep, .page-lets-talk, .page-how-do-i-get-prep, .page-am-i-at-risk-of-hiv {*/
        /*background-image: url('/img/page-bg.jpg');*/
        /*-moz-background-size: cover;*/
        /*-webkit-background-size: cover;*/
        /*background-size: cover;*/
        /*overflow: hidden;*/
        /*z-index: 7;*/
        /*min-height: 100%;*/
    /*}*/
    span.carousel-arrow.arrow-left {
        position: absolute;
        top: 35%;
        left: 14px;
        z-index: 15;
        display: inline-block;
        height: 150px;
        width: 45px;
        background-image: url(/img/arrow-left.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    span.carousel-arrow.arrow-right {
        position: absolute;
        top: 35%;
        right: 14px;
        z-index: 15;
        display: inline-block;
        height: 150px;
        width: 45px;
        background-image: url(/img/arrow-right.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .page-dialog-wrapper {
        background-color: #ffffff;
        padding-top: 20px;
    }
    .dialog-content{
        background-color: #ffffff;
        /*height: 100vh;*/
        margin-left: 35px;
        margin-right: 35px;
    }
    .d-inline-block {
        display: inline-block;
    }
    .lets-talk-padd-left {
        margin-left: 20px;
    }
    .input-element {
        height: 32px;
        background-color: #e2e2e2;
    }
    .full-txt-box {
        width: 100%;
    }
    .input-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .input-row h4 {
        margin-bottom: 3px;
    }
    span.required {
        color: #d8364a;
    }
    .process-row {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .process-row h3 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    div.score-wraper {
        height: 70px;
        line-height: 70px;
        text-align: center;
    }
    h5.score-number {
        display: inline-block;
        vertical-align: middle;
        padding-top: 40px;
        line-height: normal;
    }
    .total-scrore-row {
        background-color: #e2e2e2;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .total-up-your-score {
        margin-bottom: 0px;
    }

    .total-score {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
    .total-score-wraper {
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .btn-container {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    /* site nav */
    nav {
        min-height: 60px;
        height: 60px;
        z-index: 20;
    }
    .nav {
        background-color: #ffffff;
    }
    #navbar {
        margin-top: 35px;
    }
    .navbar-brand {
        padding: 0 0;
    }
    .navbar-collapse {
        padding-left: 0px;
    }
    .navbar-nav > li {
        padding-left: 10px;
        padding-right: 5px;
    }
    .navbar-nav>.active>a {
        background-color: #323232!important;
        color: #ffffff!important;
    }
    .navbar-nav>li:first-child {
        padding-left: 0px;
    }
    .navbar-nav > li a {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        line-height: 0px;
        color: #323232!important;
        font-weight: 400;
    }

    .navbar-default {
        position: fixed;
        width: 85%;
        background-color: #ffffff;
        border: 0px;
        margin-top: 30px;
    }
    .navbar-brand img {
        position: relative;
        width: 274px;
        top: 20px;
    }

    /* site nav end */

    .nav-btn-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .am-i-at-risk-of-hiv .form-container {
        margin-top: 30px;
    }
    .score-title-txt {
        position: relative;
        margin-bottom: -10px;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #5b5b5b;
        font-weight: 500;
    }
    .faq-row {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .faq-row h4 {
        margin-bottom: 3px;
    }

    .faq-arrow-img {
        display: inline-block;
        margin-right: 5px;
        width: 12px;
        height: auto;
    }
    .reach-out-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .call-us-at-txt {
        margin-bottom: 0px;
    }

    /* mobile home image list wrapper */
    .page-home-landing {
        height: 100vh;
    }
    /*.desktop-home {*/
        /*display: block;*/
    /*}*/
    .mobile-home {
        display: none;
    }
    /* end mobile home image list wrapper */


    /* footer */
    #footer {
        position: fixed;
        left: 56px;
        right: 56px;
        bottom: 0px;
        background-color: #ffffff;
        z-index: 15;
    }
   #footer .left-wrapper, #footer .right-wrapper {
        width: inherit;
    }
    #footer .left-wrapper span, #footer .right-wrapper span {
        display: inline-block;
    }
   #footer .right-wrapper {
        text-align: right;
    }
    #footer .right-wrapper .footer-pipe {
        display: inline-block;
    }
    /* end footer */



    /* Home carousel images swap */
    .carousel-inner .carousel-home {
        background-image: url('/img/am-i-at-risk-of-hiv.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }

    .carousel-inner .carousel-whats-prep {
        background-image: url('/img/whats-prep.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }

    .carousel-inner .carousel-how-do-i-get-prep {
        background-image: url('/img/how-do-i-get-prep.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }

    .carousel-inner .carousel-lets-talk {
        background-image: url('/img/lets-talk.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }


    .nav-column-left {
        padding-right: 0px!important;
        opacity: 0.7;
    }
    .nav-column-right {
        padding-left: 0px!important;
        opacity: 0.7;
    }
    .carousel-center {
        padding-right: 2px;
        padding-left: 2px;
    }

    /* Left nav background image changes */
    .right-nav-column.whats-prep {
        background-image: url('/img/whats-prep.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .right-nav-column.how-do-i-get-prep {
        background-image: url('/img/how-do-i-get-prep.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .right-nav-column.lets-talk {
        background-image: url('/img/lets-talk.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .right-nav-column.am-i-at-risk-of-hiv {
        background-image: url('/img/am-i-at-risk-of-hiv.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    /* End Left nav background image changes */


    /* Right nav background image changes */
    .left-nav-column.am-i-at-risk-of-hiv {
        background-image: url('/img/am-i-at-risk-of-hiv.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .left-nav-column.whats-prep {
        background-image: url('/img/whats-prep.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .left-nav-column.how-do-i-get-prep {
        background-image: url('/img/how-do-i-get-prep.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    .left-nav-column.lets-talk {
        background-image: url('/img/lets-talk.jpg');
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }
    /* Right nav background image changes */
    .page-am-i-at-risk-of-hiv .form-container {
        padding-top: 25px;
    }

    .page-left-main-bg, .page-right-next-bg {
        display: block;
    }

    .lets-talk-link {
        padding: 15px 20px;
    }
    #footer .row {
        margin-top: 0px;
    }
    #footer .left-wrapper, #footer .right-wrapper {
        border: none;
    }
    #footer .footer-cols {
        padding-top: 0px;
        padding-right: 0px;
    }
    .mobile-hero-img {
        display: none;
    }
    .mobile-home-page {
        display: none;
    }
    .radio-btn-wrapper div {
        display: inline-block;
    }

    .nav>li>a {
        padding: 12px 1px;
    }
    .navbar-nav > li a {
        font-size: 15px;
    }
    .navbar-nav {
        float: right;
    }

    .carousel-inner .image1 .carousel-home {
        background-position: top 70% left 70%;
    }
    .carousel-inner .carousel-whats-prep  {
        background-position: top left 60%;
    }
    .carousel-inner .carousel-how-do-i-get-prep {
        background-position: top left 30%;
    }
    .carousel-inner .carousel-lets-talk {
        background-position: top left 35%;
    }
    .d-hero-overlay-txt {
        left: 0;
        position: absolute;
        text-align: center;
        bottom: 350px;
        width: 100%;
        z-index: 20;
    }
    #page-dialog-wrapper {
        position: relative;
        top: 110px;
        bottom: 70px;
        padding-bottom: 100px;
        z-index: 9;
    }
    #lets-talk-wrapper {
        height: 40px;
        position: fixed;
        right: 0px;
        z-index: 900;
        background-image: url(/img/white-bg.png);
        width: 50%;
        z-index: 900;
    }
    .navbar-nav>li {
        padding-bottom: 5px;
    }

    .keyboard-arrow-wrapper {
        padding-top: 20px;
    }
    .use-arrow-txt {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 15px;
        font-weight: 400;
        opacity: 0.3;
        display: inline-block;
        padding: 0 10px;
    }
}

@media screen and (min-width: 900px) {
    #navbar {
        position: relative;
        left: -65px;
    }
    .nav>li>a {
        padding: 10px 10px;
    }
    .navbar-nav > li a {
        font-size: 18px;
    }
    .navbar-brand img {
        width: 400px;
        position: relative;
        top: 0px;
    }
    .navbar-nav {
        float: left;
    }
    .navbar-nav > li a {
        font-size: 18px;
    }
    .d-hero-overlay-txt {
        left: 0;
        position: absolute;
        text-align: center;
        bottom: 200px;
        width: 100%;
        z-index: 20;
    }
    .navbar-default {
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        border: 0px;
        margin-top: 20px;
    }

}

@media screen and (min-width: 1023px) {
    .navbar-nav > li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .d-hero-overlay-txt {
        left: 0;
        position:absolute;
        text-align:center;
        bottom: 350px;
        width: 100%;
        z-index: 20;
    }
    .page-home .keyboard-arrow-wrapper {
        display: block;
    }

}

@media screen and (min-width: 1110px) {
    #navbar {
        position: relative;
        left: -60px;
    }
    .nav>li>a {
        padding: 15px 15px;
    }
    .navbar-brand img {
        width: 500px;
        position: relative;
        top: 0px;
    }
}


@media screen and (min-width: 1400px) {
    .navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }

    span.carousel-arrow.arrow-right {
        position: absolute;
        top: 30%;
        right: 40px;
        z-index: 15;
        display: inline-block;
        height: 200px;
        width: 45px;
        background-image: url(/img/arrow-right.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    span.carousel-arrow.arrow-left {
        position: absolute;
        top: 30%;
        left: 40px;
        z-index: 15;
        display: inline-block;
        height: 200px;
        width: 45px;
        background-image: url(/img/arrow-left.png);
        background-size: contain;
        background-repeat: no-repeat;
    }


    .page-lets-talk .page-left-main-bg {
        background-image: url(/img/lets-talk.jpg);
        background-position: top 20% left 30%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        z-index: 7;
        min-height: 100%;
        height: 100vh;
    }


}

@media screen and (min-width: 1800px) {

    span.carousel-arrow.arrow-right {
        position: absolute;
        top: 40%;
        right: 70px;
        z-index: 15;
        display: inline-block;
        height: 200px;
        width: 75px;
        background-image: url(/img/arrow-right.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    span.carousel-arrow.arrow-left {
        position: absolute;
        top: 40%;
        left: 70px;
        z-index: 15;
        display: inline-block;
        height: 200px;
        width: 75px;
        background-image: url(/img/arrow-left.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .navbar-nav > li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .use-arrow-txt {
        font-size: 18px;
        padding: 0 16px;
    }
    .keyboard-arrow-wrapper {
        margin-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .question-wrapper {
        width: 80%;
        float: left;
    }
    .radio-btn-wrapper div {
        display: block;
    }
    .page-dialog-wrapper {
        padding-bottom: 0px;
    }
}


