﻿body {
    color: #173346;
}

a {
    color: #B76E77;
/*    text-decoration: none;
*/}
    a:hover {
        color: #B76E77;
/*        text-decoration: underline;
*/    }
 

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

html {
    scroll-behavior: smooth;
}

#navigation {
    background: url(/Content/main/img/menu-bg.png);
    background-size: 100% 100%;
}

/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
}

    .navbar.scrolled {
        background: rgb(68, 68, 68); /* IE */
        background: rgba(0, 0, 0, 0.78); /* NON-IE */
    }
/*prevent navbar from stacking lines*/
.navbar-nav > li, .navbar-nav {
    float: left !important;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*    padding-top: 50px;
*/ padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-top: 40px;
    /*    padding-left: 15px;
    padding-right: 15px;
*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    /*.body-content {
        padding: 0;
    }*/
}


body {
    font-size: 14pt;
    line-height: 150%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.aligndefaultside { /* align text to the natural writing side - right in heb, left in eng */
    text-align: left;
}

.alignfarside { /* align text to the opposite side - right in english, left in hebrew */
    text-align: right;
}


.no-decoration-link {
    text-decoration: none !important;
    color: inherit;
}

.no-underline-link {
    text-decoration: none;
}
/*.no-decoration-but-hover-link {
    text-decoration: none !important;
    color: inherit;
}
    .no-decoration-but-hover-link:hover {
        text-decoration: auto !important;
        color: none;
    }
*/
.disablehovereffect {
    color: inherit;
    text-decoration: none !important;
}


.navbar-brand {
    letter-spacing: 2px !important;
    /*font-size: 18pt;*/
    text-transform: uppercase !important;
    /*text-align: left;*/
    font-family: verdana,arial,helvetica,sans-serif,cursive !important;
    font-weight: bold !important;
    color: #777777 !important;
    font-size: 14pt;
}

.nav-link {
    color: #777777 !important;
}

    .nav-link:hover {
        color: #cccccc !important;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

.sidebar-box {
    max-height: 120px;
    position: relative;
    overflow: hidden;
}

    .sidebar-box .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        background-image: linear-gradient(to bottom, transparent, white);
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Video Thumbnail */

.videoThumbnail img {
    width: 100%;
    height: auto;
}

.video {
    aspect-ratio: 16 / 9;
    /*            width: 100%;
*/
}

a.video {
    float: left;
    position: relative;
}

.video span {
    background: url("img/PlayButton.png") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50% 50%;
    background-size: 40%;
}

    .video span:hover {
        background: url("img/PlayButtonHover.png") no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        background-position: 50% 50%;
        background-size: 40%;
    }

.modal-optout-bottom-right-align-text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
}

.modal-close-button {
    position: absolute;
    top: 3px;
    right: 8px;
}

/*video Modal*/
/*.video-modal-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
/*Arrow progress Bar breadcrumbs*/
.generic-module .progress-bar-skin {
    background: url(/Content/img/ArrowProgressBar/sb-bg-repeatx-sprite.gif)
}

.generic-module .steps {
    font-size: 13px;
    height: 41px;
    width: 980px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.generic-module .progress-bar-skin .sb-step {
    background: url("/Content/img/ArrowProgressBar/status-bar-flex-sprite.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 30px;
    padding: 10px 40px 0 40px;
    position: relative
}

.generic-module .progress-bar-skin .sb-selected-step {
    background: url(/Content/img/ArrowProgressBar/sb-bg-repeatx-sprite.gif) repeat-x 0 -40px
}

.generic-module .progress-bar-skin .sb-step .sb-arrow {
    background: url("/Content/img/ArrowProgressBar/status-bar-flex-sprite.png") no-repeat scroll 0 -80px transparent;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.generic-module .progress-bar-skin .sb-selected-step .sb-arrow {
    background: url("/Content/img/ArrowProgressBar/status-bar-flex-sprite.png") repeat-x scroll 0 -120px transparent
}

.generic-module .progress-bar-skin .sb-previous-step .sb-arrow {
    background: url("/Content/img/ArrowProgressBar/status-bar-flex-sprite.png") repeat-x scroll 0 -160px transparent
}

.generic-module .progress-bar-skin .sb-last-step {
    padding-right: 600px;
    margin-right: -600px
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.full-height-image {
    width: auto;
    max-height: calc(100vh - 200px); /* This will calculate the 100% viewport height minus 50px */
}

/*.please-wait-dialog-message {
    font-size: 2em;
}*/

.gift-preview-image {
    max-width: 300px;
    max-width: 100%;
    /*width: 100%;*/
}

.image-overlay {
    position: absolute;
    z-index: 100;
}

.zero-margin {
    margin: 0px !important;
}

.zero-padding {
    padding: 0px !important;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(270deg);
}

/*#xs-indicator {
    display: none;
}

@media (max-width: 767px) {
    #xs-indicator {
        display: block;
    }
}*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container_without_ratio {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video-horizontal {
    padding-bottom: 56.25%;
}

.video-vertical {
    padding-bottom: 177.78%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-semitransparent {
    background-color: rgba(0,0,0,0.3);
}

.tiered-pricing {
}

    .tiered-pricing .recommended-plan {
        background-color: #c5d0f1;
        background-image: url('/Content/Clear/img/bestvalue.png');
        background-repeat: no-repeat;
    }

    .tiered-pricing .vip-plan {
        background-image: url('/Content/Clear/img/vip-ribbon.png');
        background-repeat: no-repeat;
    }

/*.tiered-pricing .faq-title {
    font-weight: bold;
    padding-bottom: 5px;
}
*/

.wave-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.wave {
    display: block;
    position: relative;
    height: 40px;
    background: #f8f8f8;
}

    .wave:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 300px;
        background-color: white;
        right: -25%;
        top: 20px
    }

    .wave:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 300px;
        background-color: #f8f8f8;
        left: -25%;
        top: -240px;
    }

.wave-container-reverse {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.wave-reverse {
    display: block;
    position: relative;
    height: 40px;
    background: white;
}

    .wave-reverse:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 300px;
        background-color: #f8f8f8;
        right: -25%;
        top: 20px
    }

    .wave-reverse:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 300px;
        background-color: white;
        left: -25%;
        top: -240px;
    }


.content-section-a {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f8f8;
}

.content-section-b {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.theme_dark_3 {
    color: #B76E77;
}

.btn-standard {
    color: white;
    background-image: linear-gradient(to bottom, #B76E77, #C7828D);
}

    .btn-standard:hover {
        background-image: linear-gradient(to bottom,#C7828D, #B76E77);
    }

.btn-outline-standard {
    border-color: #C7828D !important;
}

    .btn-outline-standard:hover {
        border-color: #B76E77 !important;
    }

.border-label {
    font-size: 60%;
}

/* _BorderLabelText inside a Bootstrap .input-group (with an attached button).
   Standalone rendering is unaffected — these rules only apply within an .input-group.
   (1) Neutralize the input's mt-2 label-spacer: in the flex .input-group it inflates the
       line box and makes align-items:stretch grow the button taller than the input.
   (2) Re-pin the floating label onto the input's top border (it otherwise detaches above
       in flex layout). */
.input-group > .form-control.mt-2 {
    margin-top: 0 !important;
}

.input-group > label.position-absolute {
    margin: 0 !important;
    top: -1.05rem;
    left: 0.5rem;
    z-index: 6;
}


.TestimonialFrameLtr {
    direction: ltr;
    padding: 12px 10px 10px 60px;
    background-image: url(/Content/Clear/img/quote_ltr.png), url(/Content/Clear/img/quote_rtl.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    vertical-align: top;
    max-width: 800px;
    margin: auto;
}

.TestimonialQuoteLtr {
    direction: ltr;
    text-align: left;
    vertical-align: top;
    padding-top: 30px;
    font-weight: lighter;
}

.TestimonialNameLtr {
    direction: ltr;
    text-align: right;
    font-style: italic;
}

.TestimonialFrameRtl {
    direction: rtl;
    padding: 12px 60px 10px 10px;
    background-image: url(/Content/Clear/img/quote_rtl.png), url(/Content/Clear/img/quote_ltr.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    vertical-align: top;
    max-width: 800px;
    margin: auto;
}

.TestimonialQuoteRtl {
    direction: rtl;
    text-align: right;
    vertical-align: top;
    padding-top: 30px;
    font-weight: lighter;
}

.TestimonialNameRtl {
    direction: rtl;
    text-align: left;
    font-style: italic;
}

/* Dialogue quote — spoken words and personal revelations */
.pull-quote {
    border-inline-start: 4px solid #B76E77;
    background-color: #F6DFE1;
    padding: 13px 18px;
    margin: 1.5rem 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.75;
    color: #5B5A5A;
}

/* Lesson quote — life lessons and story takeaways */
.lesson-quote {
    border-top: 2px solid #B76E77;
    border-bottom: 2px solid #B76E77;
    padding: 17px 22px;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.75;
    font-style: italic;
    color: #B76E77;
}
