/* Header */
.site-header {
    background-color: #F7F6F4;
}

/* Logo image */
.isha-logo img {
    /*content: url('/ieo-new/wp-content/uploads/2016/06/isha-logo.svg');*/
    float: left;
    width: 3.5rem;
    margin: 0.8rem 3rem;
}

/*nav.nav-primary .ubermenu-main {
	background-color: rgba(0,0,0,0);
}*/

/* Top right header styling */

.top_login {
    float: right;
    font-size: 12px;
    line-height: 18px;
}

.top_login div {
    float: left;
    display: inline-block;
    margin-left: 10px;
}

.top_login .signup {
    background: #A63E0A;
    color: #FFF;
    padding: 3px 15px;
    border-radius: 15px;
    font-weight: bold;
}

.top_login .login {
    background: #095AA3;
    color: #FFF;
    padding: 3px 15px;
    border-radius: 15px;
    font-weight: bold;
}

.call_us {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
}

.social-icons ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: right;
    padding: 5px 0 0 0;
    float: right;
    margin-bottom: 0;
    margin-right: 35px;
}

.social-icons li.social_icon {
    width: 22px;
}

.social-icons li.social_icon {
    background: none repeat scroll 0 0 transparent !important;
    padding-left: 0 !important;
    display: inline;
    float: left;
    margin-left: 6px;
}

/* End top right header styling */

/* Sadhguru quote styling */

.hero-text-wrapper {
    position: relative;
}

.hero-text-wrapper:before {
    content: '“';
    font-size: 2.2rem;
    font-weight: 300;
    position: absolute;
    left: -1.2rem;
    top: -.2rem;
    color: white;
}

.hero-text-wrapper:after {
    content: url('/ieo-new/wp-content/uploads/2016/05/Sadhguru_signature.svg');
    color: white;
    font-size: 5rem;
    font-style: italic;
    position: absolute;
    bottom: -12rem;
    right: -3.4rem;
    width: 20rem;
    height: auto;
}

.dark-red .hero-text {
    color: #A35230;
}

.hero-text-wrapper.dark-red:before {
    color: #A35230;
}

.hero-text-wrapper.dark-red:after {
    content: url('/ieo-new/wp-content/uploads/2016/06/Sadhguru_signature_red.svg');
}

.hero-text {
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1.3;
}

.hero-text strong {
    font-size: 4.2rem;
    font-weight: 500;
}

/* End Sadhguru quote styling */

/* Chat button */

.chat-btn {
    position: fixed;
    bottom: 4rem;
    width: 16rem;
    left: -0.3rem;
    padding: 1.3rem 1.3rem 0.5rem 1rem;
    box-shadow: rgba(0,0,0,0.8) 0px 7px 60px;
    z-index: 10;
    border-radius: 4px;
}

.chat-btn.hidden {
    left: -18.5rem;
}

/* End chat button */

/* Utility classes */

.valign-top-edge-center {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.valign-bottom-edge-bottom {
    position: absolute;
    bottom: 0;
}

.align-abs-center {
    position: absolute;
    left: 50%;
}

.align-abs-center > * {
    left: -50%;
}

@media screen and (min-width: 768px) {
    .valign-top-edge-center-lg {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
    }

    .valign-bottom-edge-bottom-lg {
        position: absolute;
        bottom: 0;
    }

    .align-abs-center-lg {
        position: absolute;
        left: 50%;
    }

    .align-abs-center-lg > * {
        left: -50%;
    }

}

.pull-right {
    float: right !important;
}

.rounded .fl-row-content-wrap {
    border-radius: 15px;
}

.strikethrough {
    text-decoration: line-through;
}

.z-index-1 {
    z-index: 1;
}

.z-index-1 .fl-row-content-wrap {
    z-index: 1;
}

/* End Utility classes */

/* Q and A styling */
.q-and-a {
    margin: 20px auto;
    display: block;
    position: relative;
}

.q-and-a .question {
    float: left;
    width: 36%;
    cursor: pointer;
    display: list-item;
    transform-origin: left;
    transition: transform .3s;
}

.q-and-a .question:hover {
    transform: scale(1.1);
}

.q-and-a .answer {
    float: right;
    width: 57%;
    display: none;
    background-color: #1c448a;
    color: #fff !important;
    padding: 1rem 2rem;
    margin-top: 2rem;
    position: absolute;
    right: 0px;
    transition: opacity .3s;
}

.q-and-a .answer li,
.q-and-a .answer p {
    color: #fff !important;
    font-size: 1.6rem !important;
    list-style-type: disc !important;
}

.q-and-a .answer a {
    color: #fff !important;
    text-decoration: underline;
}

.q-and-a .answer:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 25px 0;
    border-color: transparent #1c448a transparent transparent;
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
}
.q-and-a .clearfix:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 768px) {
    .q-and-a .question{
        width: 100%;
    }

    .q-and-a .answer {
        float: left;
        width: 100%;
        display: none;
        position: inherit;
        box-sizing: border-box;
        right: inherit;
    }

    .q-and-a .answer:before {
        display: none;
    }
}

/* End Q and A styling */

/* Program locator */

.maroon {
    color: #663334 !important;
}

.row-program-locator-header .text-program-locator {
    background-color: #663334;
    padding: 1rem 2rem;
    font-size: 4rem;
    color: #E9B96A;
}

.row-program-locator-header .text-program-locator:after {
    content: '';
    border-style: solid;
    border-width: 2rem 2rem 2rem 2rem;
    border-color: #663334 transparent transparent transparent;
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    width: 0;
    height: 0;
}

.program-locator {
    font-size: 2rem;
    margin-left: -20px;
    margin-right: -20px;
}

.program-locator .section-event {
    padding: 0.5rem 3rem;
    overflow: auto;
}

.program-locator .section-basic-info {
    cursor: pointer;
}

.program-locator .expanded {
    box-shadow: 0px 4px 42px rgba(0,0,0,0.7);
    padding-top: .5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.program-locator .text-col-header {
    font-size: 3rem;
    line-height: 1.4;
}

.program-locator .text-date {
    margin-right: 4rem;
}

.program-locator .text-col-header {
}

.program-locator ul {
    padding: 0 !important;
}

@media only screen and (min-width: 1024px) {
    .program-locator .button-register {
        float: right;
        clear: both;
    }
}

/* End program locator */

/* Reviews */

.reviews .review {
    font-size: 2rem;
    margin-bottom: 4rem;
    overflow: auto;
    clear: both;
}

.reviews .review .text-name {
    float: left;
}

.reviews .review .text-date {
    float: right;
}

/* End reviews */

/* Common styling classes */

h1 .small-text {
    font-family: 'fira sans', Sans-Serif;
    font-weight: bold;
    text-shadow: 0px 2px 7px rgba(0,0,0,.7);
    letter-spacing: .3rem;
    font-size: 4rem;
    line-height: .5;
}

h1 .large-text {
    font-size: 8rem;
    font-weight: 400;
    text-shadow: 0px 2px 7px rgba(0,0,0,.6);
    line-height: 1;
}

.quote-container {
    position: relative;
    z-index: 5;
}

.quote-container .quote {
    color: #005096;
    font-style: italic;
    font-size: 3.5rem;
    line-height: 1.4;
    font-weight: 300;
    z-index: 10;
}

.quote-container:before {
    content: "“";
    color: #D6BA57;
    position: absolute;
    top: -13rem;
    left: -8rem;
    z-index: -1;
    font-size: 24rem;
    font-style: normal;
}

.quote-citation {
    color: #005096;
    font-style: italic;
    font-size: 2.7rem;
    line-height: 4.9rem;
}


.btn-square {
    padding-top: 0.1rem !important;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 2.2rem !important;
    font-family: 'fira sans', Sans-Serif !important;
    font-weight: normal !important;
    border: solid 2px;
    display: inline-block;
}

a.btn-dropshadow {
    background-color: white;
    padding: .5rem 2rem;
    font-family: 'fira sans', Sans-Serif;
    font-size: 3rem;
    box-shadow: rgba(0,0,0,.4) 0px 10px 50px;
    position: relative;
    display: inline-block;
    text-align: center;
}

a.btn-dropshadow strong {
    font-weight: bold;
}

a.btn-dropshadow:hover {
    transform: scale(1.1);
}

.button-register {
    border: white 1px solid;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
}

.row-curve-benefits .fl-row-content-wrap {
    background-position: 80% bottom !important;
}

.take-charge-text {
    color: white;
    font-size: 5.7rem;
    font-weight: 300;
    line-height: 1.1;
}

.take-charge-subtext {
    color: white;
    font-size: 8.5rem;
    font-weight: 300;
    line-height: 1.2;
}


@media only screen and (max-width: 768px) {
    h1 {
        line-height: 1 !important;
    }

    h1 .small-text {
        font-size: 2.5rem;
    }

    h1 .large-text {
        font-size: 5rem;
        font-weight: bold;
    }

    a.btn-dropshadow {
        font-size: 2rem;
    }

    .quote-container .quote {
        font-size: 2.5rem;
    }

    .quote-container:before {
        top: -7rem;
        left: -3rem;
        font-size: 14rem;
    }

    .take-charge-text {
        font-size: 3.5rem;
    }

    .take-charge-subtext {
        font-size: 5.5rem;
    }
}



.webinar-registration-form .textInput {
    border: none;
    padding: .5rem;
    float: left;
    width: 49%;
    margin-bottom: 1%;
}

.webinar-registration-form .textInput + .textInput {
    margin-left: 2%;
}

.webinar-registration-form .buttonStyle {
    padding: 0.5rem 1.6rem;
    border: solid 2px white;
    margin-top: 0.7%;
    width: 100%;
}

.trigger-popup-video {
    cursor: pointer;
}


/* End common styling classes */

/* Geocoding */
.geo-in .ubermenu .mega-menu-item-webinar {
    display: none;
}
/* End Geocoding */



/* for displaying Sadhguru in Berlin header for Europe */
.isha-sticky-header1 {
    width: 100%;
    height: 45px;
    position: fixed !important;
    background-color: #c05e37;
    color: #fff;
    display:block;
    z-index: 99;
}
/* end Sadhguru in Berlin header */

/* Full width custom page template */
.site-inner.full-width-template {
    max-width: none;
    padding: 0;
}