html, body {
    height: 100%;
}

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    overflow-y: visible;
}

body {
    background: #fff;
    color: #1f1c18;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

strong {
    font-weight: 600;
}

a {
    color: #1f1c18;
    text-decoration: underline;
}

p {
    margin: 8px 0px;
    line-height: 22px;
}

img {
    border: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

iframe {
    border: none;
    display: block;
}

.yidl-color strong, strong .yidl-color {
    font-size: 14px;
}

.narrow #map-canvas, .narrow iframe {
    height: 350px !important;
    width: 700px !important;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.clr {
    clear: both;
    height: 0px;
}

.wrapper {
    margin: 0px auto;
    width: 970px;
}

#logo {
    position: relative;
}

#logo a {
    background: url('../images/yidl-logo-@2x.png') no-repeat 0px 15px;
    background-size: 90px 90px;
    display: block;
    height: 90px;
    width: 90px;
    margin: 0px 50px 14px 0px;
    padding-top: 20px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    position: absolute;
}

.homepage #logo a {
    background-position: 0px 90px;
    background-size: 130px 130px;
    height: 130px;
    width: 130px;
    padding-top: 100px;
    margin-bottom: 0;
    z-index: 999;
}

ul.menu, ul.nav-child {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 999;
}

#top {
    min-height: 124px;
}

.hidden {
    visibility: hidden;
}

header:after, .pagenav:after, .row:after, .intro-section-top .custom:after, .search-result:after {
    content: '';
    display: block;
    clear: both;
}

#header .menu {
    text-align: right;
}

.menu li {
    color: #333232;
    display: inline-block;
    font-size: 14px;
}

.menu li:first-child {
    border-left: none;
}

.menu a {
    color: #333232;
    padding: 0px 10px;
    text-decoration: none;
}

.homepage #main-menu .separator, .homepage #main-menu a {
    color: #fff;
}

.menu a:hover, .active.parent > a, .current > a, #main-menu .active a, .item-113 a, #main-menu .separator:hover, #main-menu a:hover, #main-menu .item-101 a,
#menu-footer .active a, .item-113 a, #menu-footer .separator:hover, #menu-footer a:hover, #menu-footer .item-101 a {
    color: #f86900;
}

.menu li:last-child a {
    padding-right: 0px;
}

.menu li:first-child a {
    padding-left: 0px;
}

#main-menu {
    padding: 40px 8px 0px 0px;
}

#main-menu nav > ul > li {
    padding-left: 20px;
}

#main-menu nav > ul > li:first-child {
    padding-left: 0px;
}

#main-menu nav li.deeper {
    position: relative;
}

#main-menu ul ul {
    display: none;
    position: absolute;
    top: 25px;
    right: 5px;
    z-index: 999;
}

#main-menu ul ul.submenu-visible {
    display: block;
}

#main-menu ul ul li {
    display: block;
    text-align: right;
    white-space: nowrap;
}

#main-menu .separator, #menu-footer .separator {
    cursor: pointer;
    position: relative;
    padding-right: 5px;
}

#main-menu .separator:after, #menu-footer .separator:after {
    background: url('../images/icon-more-dropdown-@2x.png') no-repeat 0 bottom;
    background-size: 10px 18px;
    content: "";
    display: block;
    height: 9px;
    width: 10px;
    position: absolute;
    top: 7px;
    right: 0;
}

.separator a {
    padding-right: 15px !important;
}

.homepage #main-menu .separator:after {
    background-position: 0px 0px;
}

#main-menu .item-101 a {
    padding-left: 33px;
    position: relative;
}

#main-menu .item-101 a:before {
    background: url('../images/icon-yoga-practice-@2x.png') no-repeat;
    background-size: 27px 70px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -2px;
    width: 24px;
    height: 24px;
}

#top-menu-overlay ul {
    margin: 50px auto 0px auto;
    text-align: center;
}

#top-menu-overlay li {
    display: block;
    padding: 5px 0px;
}

#top-menu-overlay li a {
    padding: 5px 0px;
}

.menu-toggle {
    background: url('../images/mobile-menu-icon.png') no-repeat;
    display: none;
    float: right;
    height: 38px;
    width: 38px;
}

.homepage #header-container {
    background: #0f295a;
    min-height: 590px;
    position: relative;
    z-index: 1000;
}

#header-container > .wrapper {
    position: relative;
}

#homepage-background {
    background: #0f295a url("../images/homepage-bgd.jpg") no-repeat right 0px;
    background-size: 600px 480px;
    height: 590px;
    width: 970px;
    position: absolute;
}

#header {
    position: relative;
    z-index: 999;
}

.homepage #header {
    background: none;
}

.social-button {
    float: right;
}

#menu-footer {
    float: left;
    padding-top: 7px;
}

#footer {
    padding-bottom: 30px;
}

#footer-links {
    background: url("../images/yidl-logo-footer-@2x.png") no-repeat;
    background-size: 92px 115px;
    color: #3a342e;
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
    min-height: 92px;
    padding-left: 120px;
}

#footer a {
    color: #3a342e;
}

.copyright {
    font-size: 13px;
    padding-top: 30px;
}

#footer-links td {
    padding: 0px 50px 0px 0px;
    vertical-align: top;
}

#bottom-navigation {
    margin-top: 10px;
    margin-bottom: 10px;
}

.copyright ul {
    float: right;
}

.copyright li {
    border-left: 1px solid #666;
}

.copyright li, .copyright a {
    font-size: 13px;
}

.col-module .yidl-module, .col {
    float: left;
}

.col-2 {
    margin-left: 15px;
    width: 470px;
}

.col-3 {
    margin-left: 20px;
    width: 310px;
}

.col-2:nth-child(odd), .col-3:nth-child(odd) {
    margin-left: 0;
}

.content-top-4-col .yidl-module {
    border-left: 1px solid #e1e1e0;
    padding-left: 17px;
    margin-left: 17px;
    width: 216px;
}

.content-top-3-col .yidl-module {
    margin-left: 35px;
    padding: 20px;
    width: 260px;
}

.col-module .yidl-module:first-child {
    margin-left: 0px;
}

.content-top-4-col .yidl-module {
    border-left: 0px;
    padding-left: 0px;
}

.content-top-4-col .yidl-module img:first-child {
    height: auto;
    width: 216px;
}

.content-top-3-col .yidl-module img:first-child {
    height: auto;
    width: 260px;
}

.content-top-3-col .yidl-module {
    background: url("../images/button-pattern.jpg");
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.title, .intro-section h3 {
    border-left: 7px solid #f47e21;
    display: block;
    padding-left: 10px;
}

.yidl-color, .yidl-color a {
    color: #f86900;
    text-decoration: none;
}

.class-table table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 970px;
    table-layout: fixed;
}

.narrow .class-table {
    overflow-x: scroll;
}

.class-table thead {
    background: url('../images/table-bgd.jpg') repeat-x;
}

.class-table th {
    border-bottom: 1px solid #eae7e0;
    border-top: 1px solid #eae7e0;
    border-left: none;
    border-right: none;
    color: #f86900;
    padding: 20px 0px;
    width: 12.5%;
}

.class-table th:first-child {
    background: url('../images/table-icon.jpg') no-repeat 10px 17px;
}

.class-table tr {
    border-bottom: 1px solid #eae7e0;
}

.class-table tr td {
    font-size: 14px;
    font-style: italic;
    padding: 5px 0px;
    text-align: center;
    width: 12.5%;
}

.class-table tr td:first-child, .class-table th:first-child {
    font-size: 17px;
    text-align: left;
}

#prices-container {
    display: none;
}

#throbber {
    background: url('../images/throbber.gif') no-repeat 0px 9px;
    display: none;
    margin: 9px auto 0px auto;
    height: 48px;
    width: 30px;
}

.headline {
    color: #f86900;
    font-size: 42px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
}

.news h2.title a {
    text-decoration: underline;
}

h1, h2, h3, .title, .yidl-module h2.title a {
    font-weight: bold;
    text-decoration: none;
}

h1, h2, .title {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

.title a {
    text-decoration: none;
}

h3, h2.article-title {
    font-size: 16px;
}

.article h1.title, .page-header h1.title, .blog h1.title {
    margin-bottom: 30px;
}

.home-title {
    clear: both;
    position: relative;
}

.home-title > div {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 150px;
}

.home-title h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 47px;
    margin-bottom: 10px;
}

.home-title h1, .home-title h2 {
    color: #fec215;
}

.home-title h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0px;
}

.home-title h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    margin: 15px 0px;
}

.intro-section h3 {
    color: #1f1c17;
    font-size: 20px;
    font-weight: 600;
}

.articles-list h1, .articles-list > h2 {
    color: #9b9b9b;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin: 40px 0px;
}

.articles-list > h2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.articles-list > h2:before, .articles-list > h2:after {
    background-color: #cdcdcd;
    position: absolute;
    top: 51%;
    overflow: hidden;
    margin-left: 5%;
    width: 50%;
    height: 1px;
    content: '\a0';
}

.articles-list > h2:before {
    margin-left: -55%;
    text-align: right;
}

.homepage .articles-list > h2:before, .homepage .articles-list > h2:after {
    display: none;
}

.articles-list .title {
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
}

.quote {
    background: url('../images/quote.jpg') no-repeat;
    color: #3f3f3e;
    font-style: italic;
    line-height: 25px;
    margin-top: 35px;
    padding: 30px 15px 0px 0px;
    text-align: right;
}

.verse {
    background: url('../images/om.png') no-repeat;
    line-height: 25px;
    margin-top: 35px;
    min-height: 70px;
    padding: 0px 0px 0px 75px;
}

.image-left, .image-left-thumb {
    float: left;
    margin: 0px 13px 13px 0px;
}

.image-right, .image-right-thumb {
    float: right;
    margin: 0px 0px 13px 13px;
}

.image-left-thumb, .image-right-thumb {
    height: auto !important;
    width: 290px !important;
}

.image-full {
    height: auto !important;
    width: 970px !important;
}

.narrow .image-full {
    width: 700px !important;
}

.narrowest .image-full {
    width: 436px !important;
}

.with-subheading {
    border-top: 1px solid #eae7e0;
}

.category-description {
    border-bottom: 1px solid #eae7e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#breadcrumbs {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#breadcrumbs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#breadcrumbs li {
    display: inline;
}

#breadcrumbs .divider {
    background: none;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px 10px 0px 0px;
}

#breadcrumbs li:first-child {
    padding-left: 0px;
}

#breadcrumbs a {
    margin-right: 10px;
    text-decoration: none;
}

.article {
    padding: 30px 0px;
    margin-bottom: 30px;
    position: relative;
}

.article-intro {
    border-bottom: 1px solid #eae7e0;
    padding: 20px 0px;
}

.blog-intro {
    float: left;
    width: 30%;
    margin-left: 5%;
    padding: 20px 0px;
}

.blog-intro:first-child {
    margin-left: 0%;
}

.blog-intro .intro-image img {
    width: 100%;
}

.blog-title {
    font-size: 16px;
    font-weight: normal;
}

.article-intro.category-list-item {
    border-bottom: none;
}

.readmore {
    font-weight: bold;
}

div.readmore {
    margin-top: 10px;
}

.column .menu li {
    border-left: none;
    border-bottom: 1px solid #eae7e0;
    display: block;
}

.column .menu li:first-child {
    border-top: 1px solid #eae7e0;
}

.column li.active.parent {
    border-bottom: none;
}

.column .menu li a {
    display: block;
    padding: 10px 0px;
}

.column .menu ul a {
    padding-left: 13px;
}

.column .menu img, #content .column .menu img {
    display: inline-block;
    margin-right: 15px;
    width: 60px;
    vertical-align: middle;
}

.column .menu ul a.with-image {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.column a.with-image span {
    display: inline-block;
    width: 151px;
    vertical-align: middle;
}

.column .menu ul ul a {
    font-size: 16px;
    padding-left: 26px;
}

.column-module {
    margin-bottom: 20px;
}

.column-module h3 {
    border-bottom: 1px solid #eae7e0;
    border-top: 1px solid #eae7e0;
    font-weight: normal;
    padding: 10px;
}

.column-module h3:first-child {
    margin-top: 0px;
}

.column-module.with-title h3 {
    border-left: 7px solid #F47E21;
    border-bottom: none;
    border-top: none;
    padding: 3px 0px 3px 8px;
    font-weight: bold;
}

a.masked-link {
    text-decoration: none;
}

a.masked-link:hover {
    color: #f86900;
}

.with-asanas #left-column {
    position: absolute;
    top: 0;
    left: -350px;
    width: 270px;
    padding-top: 41px;
}

.with-asanas #left-column {
    padding-top: 11px;
}

.article-text, #search-container {
    padding-top: 30px;
}

.with-asanas .article-text {
    padding-top: 0px;
}

.article-text, #search-container, ol.flex-control-nav {
    width: 780px;
}

.article-text, .category {
    float: left;
    position: relative;
}

.intro h2 {
    overflow: hidden;
    margin-top: 0px;
}

.article-text p:first-child {
    margin-top: 0px;
}

.homepage-headline {
    color: #052c63;
    float: left;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    width: 505px;
    text-align: left;
}

.homepage-headline strong {
    font-weight: 400;
}

.intro-section-top {
    background: #fff;
    color: #4e4c4d;
    font-size: 17px;
    padding: 60px 0px;
    text-align: right;
}

.intro-section-top ul {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px 40px 0px 0px;
    vertical-align: top;
    text-align: left;
}

.intro-section-top li {
    background: url('../images/checkmark.png') no-repeat 0px 6px;
    background-size: 17px 14px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 35px;
    margin-bottom: 5px;
}

.intro-section {
    background: #d6cfc7;
    color: #4e4c4d;
    font-size: 16px;
    line-height: 24px;
    padding: 50px 0px;
}

.intro-section .moduletable {
    display: inline-block;
    padding: 0px 15px;
    width: 210px;
    vertical-align: top;
}

.intro-section .moduletable:first-child {
    padding-left: 0;
}

.intro-section .moduletable:first-child .custom:before {
    display: none;
}

.intro-section .custom {
    position: relative;
}

.intro-section .custom:before {
    border-left: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    width: 1px;
    height: 100%;
}

.articles-list {
    margin-bottom: 50px;
    text-align: justify;
}

.articles-list .article-list-item {
    display: inline-block;
    margin-bottom: 30px;
    width: 140px;
    vertical-align: top;
    text-align: left;
}

.article-list-item a > span {
    display: block;
    height: 60px;
    width: 96px;
    overflow: hidden;
    margin-bottom: 10px;
}

.article-list-item a:hover {
    color: #f86900;
}

.article-list-item img {
    height: 60px !important;
    max-width: none !important;
}

.category-list-item {
    float: left;
    width: 468px;
}

.category-list-item .intro, .category-list-item img {
    width: 468px;
}

.left-cat {
    border-right: 1px solid #eae7e0;
    padding-right: 16px;
    margin-right: 16px;
}

.intro {
    float: left;
    width: 660px;
}

.intro-image {
    float: left;
    margin-right: 18px;
}

.intro-image img {
    height: auto !important;
    width: 290px;
}

.narrow .intro {
    width: 392px;
}

.narrowest .intro {
    width: 436px;
}

.category .no-intro-image {
    width: 100%;
}

.category .article-intro:first-child {
    padding-top: 0px;
}

.created-date {
    color: #787777;
    font-style: italic;
    margin-bottom: 10px;
}

.pagination {
    border-bottom: 1px solid #eae7e0;
    color: #f86900;
    padding: 15px 0px;
}

.pagination ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 75px 0px 0px;
    text-align: center;
}

.pagination li {
    display: inline;
    padding: 0px 10px;
}

.pagination a {
    text-decoration: none;
}

.pagination a:hover {
    color: #f86900;
}

.pagination-prev, .pagination-next, .pagination-end, .pagination-start {
    color: #1f1c18;
}

.pagination-start .pagenav, .pagination-start a {
    border-left: 1px solid #1f1c18;
}

.pagination-end .pagenav, .pagination-end a {
    border-right: 1px solid #1f1c18;
}

#content .pagenav {
    line-height: 0;
    font-size: 0;
    color: transparent;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#search-results .pagenav:after {
    display: none;
}

#search-results .pagenav {
    padding: 0px;
}

#content .pagenav li, #content .pagenav li a {
    display: block;
    height: 55px;
    width: 55px;
}

#content .pagenav li {
    background: rgba(255, 255, 255, 0.6);
}

#content .pagenav li:hover {
    background: rgba(255, 255, 255, 0.2);
}

#content .pagenav li.previous a {
    background: url('../images/icon-arrow-left-@2x.png') no-repeat;
    background-size: 110px 55px;
}

#content .pagenav li.next a {
    background: url('../images/icon-arrow-right-@2x.png') no-repeat;
    background-size: 110px 55px;
}

#content .pagenav li.previous a:hover, #content .pagenav li.next a:hover {
    background-position: right;
}

#content .pagenav li.next {
    position: absolute;
    top: 124px;
    right: 0px;
    z-index: 999;
}

#content .pagenav li.previous {
    position: absolute;
    top: 124px;
    left: 0px;
    z-index: 999;
}

#content .pagenav.cloned li.next, #content .pagenav.cloned li.previous {
    top: 0;
}

ul.pager.cloned {
    min-width: 100% !important;
    z-index: 999 !important;
}

.search-pages-counter {
    padding: 10px 0px;
}

.all-news {
    background: url('../images/all-news-bgd.jpg') no-repeat 100% 0%;
    font-size: 14px;
    float: right;
    padding-right: 25px;
    position: relative;
    bottom: 18px;
}

.all-news a {
    text-decoration: underline;
}

.all-news a:hover {
    color: #1f1c18;
}

.yidl-module {
    margin-bottom: 20px;
}

#content-top-2-col .yidl-module {
    float: left;
    width: 470px;
}

#content-top-2-col .yidl-module:first-child, #content-top-2-col .yidl-module.first-child {
    margin-right: 26px;
}

#content-top-2-col {
    margin-bottom: 50px;
}

#content-top-2-col img, article img {
    height: auto !important;
    max-width: 100% !important;
}

#manageform-msg {
    color: #ee5019;
    display: none;
    font-style: italic;
}

a#top-link {
    background: #fff;
    color: #272420;
    font-size: 13px;
    padding: 10px 25px;
    text-decoration: none;
    position: relative;
    top: 60px;
}

#map-canvas {
    height: 264px;
    width: 470px;
    margin-bottom: 15px;
}

#locations-box {
    background: url('../images/select-arrow.png') no-repeat 430px center;
    border: 1px solid #eae7e0;
    overflow: hidden;
    width: 468px;
}

select#locations {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 8px;
    height: 38px;
    width: 496px;
}

.projects {
    margin-top: 40px;
}

.projects a {
    color: #40321b;
}

.project {
    border-right: 1px solid #dbd9d6;
    float: left;
    padding: 17px 17px 45px 17px;
    width: 126px;
    text-align: center;
}

.project-title {
    min-height: 40px;
    margin-bottom: 10px;
}

.project-title a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.project-link {
    margin-top: 10px;
    min-height: 40px;
}

.project-link a {
    font-size: 13px;
}

.project:first-child {
    border-left: 1px solid #dbd9d6;
}

.divider, .subheading-divider {
    background: #eae7e0;
    height: 1px;
    width: 100%;
    margin: 20px 0px;
}

.subheading-divider {
    margin-top: 0px;
}

#latest-news .divider {
    margin: 10px 0px;
}

#latest-news .divider:first-child {
    margin-top: 0px;
}

.divider-up {
    background: url("../images/divider-up.png") repeat-x;
    height: 36px;
}

.divider-down {
    background: url("../images/divider-down.png") repeat-x;
    height: 88px;
}

.btn {
    background: #f86900;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 5px;
    padding: 5px 15px;
    text-decoration: none;
}

.btn-big {
    background: #f86900;
    font-size: 21px;
    font-weight: 600;
    padding: 10px 35px;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    font-family: "Open Sans", sans-serif;
}

.newsletter {
    margin-top: 30px;
}

.boxed {
    border: 1px solid #eae7e0;
    display: block;
    padding: 10px;
    text-align: center;
}

.phone, .website, .email, .time {
    margin: 5px 0px;
    padding: 5px 0px 5px 25px;
}

.phone {
    background: url("../images/phone-bgd.jpg") no-repeat;
}

.website {
    background: url("../images/website-bgd.jpg") no-repeat;
}

.email {
    background: url("../images/email-bgd.jpg") no-repeat 4px 0px;
}

.time {
    background: url("../images/time-bgd.jpg") no-repeat;
}

.acymailing_module {
    background: url("../images/newsletter.png") no-repeat 22px 8px;
    border: 1px solid #eae7e0;
    padding: 27px 15px;
}

.acymailing_introtext {
    display: block;
    float: left;
    width: 115px;
    text-align: right;
}

.acymailing_form {
    float: right;
}

.acymailing_module_form {
    padding-left: 130px;
    overflow: hidden;
}

.acymailing_module_form input, #manageform input, textarea {
    border: 1px solid #dddbd9;
    height: 38px;
    padding-left: 10px;
}

.acymailing_module_form input {
    margin-left: 8px;
    width: 260px;
}

#manageform input, textarea {
    display: block;
    margin-bottom: 10px;
    width: 300px;
}

textarea {
    height: 150px;
}

#manageform input[type="submit"], input[type="submit"] {
    display: inline-block;
    width: auto;
}

.error {
    font-style: italic;
    color: red;
    display: block;
}

.acymailing_module_form input[type="submit"] {
    background: #dcdbdb;
    border: none;
    padding: 0px;
    width: 102px;
}

#mod-finder-searchword {
    background: #e5e5e5;
    border: 1px solid #c3bfb4;
    font-size: 17px;
    padding: 8px 0px 8px 45px;
    margin-right: 10px;
    width: 200px;
}

#mod-finder-searchword:focus {
    color: inherit;
}

#search-container {
    float: right;
}

#search-container .pagination ul {
    padding: 0;
}

.finder {
    display: inline-block;
    position: relative;
}

.search-icon, a.search-btn {
    border: none;
    display: block;
    width: 26px;
    height: 29px;
    background: url('../images/search-icon.png') no-repeat;
    background-size: 53px 24px;
    background-position: left;
    position: absolute;
    z-index: 1000;
}

a.search-btn {
    top: 16px;
    right: 0px;
}

.homepage header a.search-btn, a.search-btn:hover {
    background-position: right;
}

.search-icon {
    left: 8px;
    top: 7px;
}

.result-title a {
    text-decoration: none;
}

.result-url a {
    color: #6f6f6f;
    font-weight: 300;
    text-decoration: none;
}

#search-results {
    margin-top: 50px;
    position: relative;
    left: -20%;
}

.search-result {
    margin-bottom: 50px;
    position: relative;
    text-align: left;
}

.result-image {
    float: left;
    padding-top: 10px;
    width: 18%;
}

.result-image img {
    height: auto;
    width: 100%;
}

.result-details {
    float: right;
    width: 80%;
}

span.highlight {
    background-color: #fdd2b2;
    padding: 1px 4px;
}

.social-icon {
    display: inline-block;
    float: left;
    margin-right: 7px;
    height: 32px;
    width: 32px;
}

.fb-link {
    background: url('../images/fb-icon.png');
}

.twitter-link {
    background: url('../images/twitter.png');
}

.google-link {
    background: url('../images/google+.png');
}

.bottom-module {
    background: #f7f7f7;
    display: inline-block;
    font-size: 13px;
    margin: 20px 0px 40px 0px;
    padding: 35px 40px;
    min-height: 130px;
    width: 390px;
    vertical-align: top;
}

#class-finder {
    background: url('../images/illustration-find-your-class-@2x.png') no-repeat right #f7f7f7;
    background-size: 110px 160px;
    background-origin: content-box;
    margin-right: 30px;
}

#book-module {
    background: url('../images/yidl-book.png') no-repeat right #f7f7f7;
    background-size: 109px 152px;
    background-origin: content-box;
}

#class-finder select {
    border: none;
    font-size: 16px;
    height: 29px;
    width: 200px;
    padding-left: 10px;
}

#class-select-container {
    background: #fff;
    display: inline-block;
    margin-top: 39px;
    padding: 7px;
}

.module-title {
    color: #f86900;
    font-size: 26px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 5px;
}

#content-bottom .subtitle {
    font-size: 16px;
}

.category-image {
    position: relative;
    margin-bottom: 25px;
}

.category-title-top {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    left: 70px;
    top: 70px;
    width: 100%;
}

.article > article > h1 {
    width: 865px;
}

.article > article > h1, #search h1 {
    color: #beb9b3;
    font-weight: bold;
    font-size: 45px;
    font-weight: 300;
    line-height: 45px;
    margin: 10px 0px;
    text-align: left;
    top: 25px;
    z-index: 9999;
}

.article > article > .sanskrit-title + h1 {
    top: 50px;
}

.article > article h2 {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 600;
    line-height: 17px;
}

.article > article > h2, #search h2 {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 600;
    line-height: 17px;
    margin: 10px 0px;
    top: 105px;
    z-index: 9999;
    text-align: left;
    width: 460px;
}

.article.with-asanas > article > h1 {
    width: 460px;
}

.article.with-asanas > article > h2 {
    display: none;
}

.with-asanas > article > h1, .with-asanas > article > h2, .with-asanas > article > .sanskrit-title {
    position: absolute;
}

.indexes .article-text {
    float: none;
}

.sanskrit-title {
    width: 460px;
    left: 2px;
    top: 35px;
    z-index: 9999;
    text-align: left;
}

.asana-label {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px;
    position: absolute;
    top: 100px;
    z-index: 9999;
    text-align: left;
}

#asana-overlay .asana-label {
    display: none;
}

.asana-index-item {
    margin-bottom: 30px;
}

.asana-index-item a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.asana-index-item span {
    font-weight: 400;
}

.asana-level-number {
    display: inline-block;
    width: 75px;
}

.asana-level-label {
    padding-left: 15px;
}

.asana-index-item img {
    display: inline-block;
    height: 65px !important;
    height: 65px !important;
    vertical-align: middle;
}

.article-text hr:first-child {
    margin-top: 0;
}

.menu__header, .homepage #menu-overlay .menu__header, .overlay-close-header, #header .menu__header.cloned {
    background-color: rgba(192, 185, 179, 0.8);
    min-height: 55px;
}

.overlay-close-header {
    background-color: #f86900;
}

#search h1 {
    color: #f86900;
}

.homepage .menu__header {
    background: none;
}

.level-1 .menu__header, .level-1 #header .menu__header.cloned, .level-1 #asana-overlay .overlay-close-header {
    background-color: rgba(244, 202, 150, 0.8);
}

.js-overlay-active.level-1 #menu-overlay .menu__header, .level-1 .flex-control-thumbs li {
    background-color: rgba(244, 202, 150, 1);
}

.level-1 > article > h1, .level-1 .yidl-color {
    color: #F4CA96;
}

.level-2 .menu__header, .level-2 #header .menu__header.cloned, .level-2 #asana-overlay .overlay-close-header {
    background-color: rgba(248, 235, 42, 0.8);
}

.js-overlay-active.level-2 #menu-overlay .menu__header, .level-2 .flex-control-thumbs li {
    background-color: rgba(248, 235, 42, 1);
}

.level-2 > article > h1, .level-2 .yidl-color {
    color: #F8EB2A;
}

.level-3 .menu__header, .level-3 #header .menu__header.cloned, .level-3 #asana-overlay .overlay-close-header {
    background-color: rgba(147, 211, 244, 0.8);
}

.js-overlay-active.level-3 #menu-overlay .menu__header, .level-3 .flex-control-thumbs li {
    background-color: rgba(147, 211, 244, 1);
}

.level-3 > article > h1, .level-3 .yidl-color {
    color: #93D3F4;
}

.level-4 .menu__header, .level-4 #header .menu__header.cloned, .level-4 #asana-overlay .overlay-close-header {
    background-color: rgba(244, 221, 30, 0.8);
}

.js-overlay-active.level-4 #menu-overlay .menu__header, .level-4 .flex-control-thumbs li {
    background-color: rgba(244, 221, 30, 1);
}

.level-4 > article > h1, .level-4 .yidl-color {
    color: #F4DD1E;
}

.level-5 .menu__header, .level-5 #header .menu__header.cloned, .level-5 #asana-overlay .overlay-close-header {
    background-color: rgba(255, 194, 21, 0.8);
}

.js-overlay-active.level-5 #menu-overlay .menu__header, .level-5 .flex-control-thumbs li {
    background-color: rgba(255, 194, 21, 1);
}

.level-5 > article > h1, .level-5 .yidl-color {
    color: #FFC215;
}

.level-6 .menu__header, .level-6 #header .menu__header.cloned, .level-6 #asana-overlay .overlay-close-header {
    background-color: rgba(34, 65, 136, 0.8);
}

.js-overlay-active.level-6 #menu-overlay .menu__header, .level-6 .flex-control-thumbs li {
    background-color: rgba(34, 65, 136, 1);
}

.level-6 > article > h1, .level-6 .yidl-color {
    color: #224188;
}

.level-7 .menu__header, .level-7 #header .menu__header.cloned, .level-7 #asana-overlay .overlay-close-header {
    background-color: rgba(153, 51, 102, 0.8);
}

.js-overlay-active.level-7 #menu-overlay .menu__header, .level-7 .flex-control-thumbs li {
    background-color: rgba(153, 51, 102, 1);
}

.level-7 > article > h1, .level-7 .yidl-color {
    color: #993366;
}

.level-8 .menu__header, .level-8 #header .menu__header.cloned, .level-8 #asana-overlay .overlay-close-header {
    background-color: rgba(153, 153, 153, 0.8);
}

.js-overlay-active.level-8 #menu-overlay .menu__header, .level-8 .flex-control-thumbs li {
    background-color: rgba(153, 153, 153, 1);
}

.level-8 > article > h1, .level-8 .yidl-color {
    color: #999999;
}

.menuicon {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 47px;
    height: 21px;
    width: 35px;
}

.menuicon span {
    display: block;
    top: 8px;
    width: 35px;
    height: 2px;
    background-color: #3c3c3c;
    position: relative;
}

.menuicon span:after, .menuicon span:before {
    display: block;
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #3c3c3c;
}

.homepage .menuicon span, .homepage .menuicon span:after, .homepage .menuicon span:before, .menuicon:hover span, .menuicon:hover span:before, .menuicon:hover span:after {
    background: #fff;
}

.menuicon span:before {
    margin-top: -8px;
}

.menuicon span:after {
    margin-top: 8px;
}

.search > header, .search > main, .search > footer {
    display: none;
}

.overlay {
    overflow: auto;
    position: fixed;
    background-color: #fff;
    opacity: 0;
    height: 100vh;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transition: top 0.3s ease-in-out, opacity 0.35s ease-in-out;
}

.overlay.js-overlay-in {
    top: 0;
    opacity: 1;
}

.overlay-content {
    zoom: 1;
    position: relative;
    height: 100%;
}

.overlay-content:before,
.overlay-content:after {
    content: "";
    display: table;
}

.overlay-content:after {
    clear: both;
}

.overlay-content--animated {
    animation-name: fadeInLeft;
    animation-delay: .2s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#menu-overlay .overlay-close, .overlay-close-header .overlay-close {
    background: url('../images/icon-cross-@2x.png') no-repeat;
    background-size: 53px 25px;
    width: 25px;
    height: 25px;
    display: none;
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 1001;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.overlay-close:hover .overlay-close-icon {
    opacity: .5;
}

#menu-overlay .overlay-close, .overlay-close-header .overlay-close {
    display: inline-block;
}

.js-overlay-active {
    overflow: hidden;
}

.js-overlay-active .hamburger-menu > ul, .js-overlay-active .hovered > ul {
    display: block;
}

#menu-overlay {
    background-color: #3c3c3c;
}

.hamburger-menu ul, .js-menu-back {
    display: none;
}

.menu__header .wrapper, #language-dropdown .wrapper, #search .wrapper, #asana-overlay .wrapper {
    position: relative;
}

.menu-breadcrumb__nav {
    font-size: 16px;
    padding-right: 110px;
    max-width: 1200px;
    position: relative;
}

.homepage-menu-title a {
    color: #fff;
    display: block;
    font-size: 16px;
    position: absolute;
    right: 107px;
    top: 16px;
    text-decoration: none;
}

#menu-overlay .menu-breadcrumb__nav {
    padding-right: 70px;
}

@media screen and (min-width: 650px) {
    .menu-breadcrumb__nav {
        text-align: right;
        line-height: 0;
    }
}

@media screen and (max-width: 650px) {
    .menu-breadcrumb__nav {
        height: 65px;
    }
}

.menu-breadcrumb__list {
    zoom: 1;
    margin: 0;
    padding: 16px 30px 16px 0px;
    display: inline-block;
    line-height: normal;
}

.menu-breadcrumb__list:before,
.menu-breadcrumb__list:after {
    content: "";
    display: table;
}

.menu-breadcrumb__list:after {
    clear: both;
}

@media screen and (max-width: 650px) {
    .menu-breadcrumb__list {
        display: none;
    }
}

.menu-breadcrumb__item {
    display: inline-block;
    margin: 0;
}

.menu-breadcrumb__item a {
    font-weight: bold;
}

.menu-breadcrumb__item a:hover {
    color: #fff;
}

.menu-breadcrumb__item {
    margin-left: 30px;
}

.menu-breadcrumb__item:not(:last-child):after {
    content: '>';
    position: relative;
    left: 15px;
}

.menu-breadcrumb__link {
    text-decoration: none;
    color: #333;
}

.hamburger-menu {
    background-color: #3c3c3c;
    position: relative;
    padding-top: 100px;
}

.hamburger-menu > ul {
    background-color: #3c3c3c;
    width: 300px;
}

.hamburger-menu li {
    border: none;
    display: block;
}

.hamburger-menu li li {
    display: inline-block;
}

.hamburger-menu li.menu-three-col > ul > li {
    display: block;
}

.hamburger-menu > ul a, .hamburger-menu > ul li:first-child a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 0 7px 20px;
    text-decoration: none;
}

.hamburger-menu > ul ul a, .hamburger-menu > ul li:first-child ul a, .hamburger-menu > ul ul li:first-child a {
    color: #1f1c18;
    padding-left: 0px;
}

li.menu-three-col > ul > li > a, li.menu-three-col > ul > li:first-child > a {
    padding-left: 20px;
}

.hamburger-menu > ul li.menu-three-col > ul a {
    color: #fff;
}

.menu-three-col > ul > li > a > img {
    display: none;
}

.hamburger-menu > ul > li.hovered > a, .hamburger-menu > ul li.menu-three-col > ul li.hovered > a, .hamburger-menu > ul li.menu-three-col > ul li.hovered ul a, .hamburger-menu > ul li.menu-three-col > ul a.hovered-link {
    background-color: #fff;
    color: #202020;
}

.hamburger-menu > ul > li > ul li {
    padding-left: 30px;
}

.hamburger-menu > ul > li.menu-three-col > ul li a {
    padding-right: 30px;
}

.hamburger-menu > ul li.hovered.menu-three-col > a {
    background-color: #6d6d6d;
    color: #fff
}

.hamburger-menu > ul li.menu-three-col > ul li.hovered ul a, .hamburger-menu > ul li.menu-two-col ul a {
    font-size: 13px;
}

.hamburger-menu > ul li.menu-three-col > ul li.hovered ul a:hover, .hamburger-menu > ul li.menu-two-col ul a:hover, .hamburger-menu > ul li.active > a, .hamburger-menu > ul li.active:first-child > a,
.hamburger-menu > ul li.active ul li.active > a, .hamburger-menu > ul li.active ul li.active ul li.active > a, .hamburger-menu > ul li.menu-three-col > ul li:not(.hovered) > a:hover {
    color: #f86900;
}

.hamburger-menu > ul > li > ul {
    background-color: #fff;
    padding-top: 100px;
    height: 100vh;
    width: 340px;
    position: absolute;
    left: 300px;
    top: 0px;
}

.hamburger-menu > ul > li.menu-two-col > ul {
    width: 670px;
}

.hamburger-menu > ul > li > ul ul {
    background-color: #fff;
    padding-top: 100px;
    height: auto;
    position: absolute;
    left: 340px;
    top: 0px;
    width: 330px;
}

.menu-two-col > span, .menu-three-col li > span {
    background-color: #fff;
    display: none;
    padding-top: 100px;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: 0;
}

.menu-two-col > span {
    left: 300px;
}

.menu-three-col li > span {
    left: 340px;
}

.menu-two-col.hovered > span, .menu-three-col.hovered li.hovered > span {
    display: block;
}

.hamburger-menu > ul li.menu-three-col > ul ul li, .hamburger-menu > ul li.menu-two-col.with-images > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 140px;
}

.hamburger-menu > ul li.menu-three-col > ul ul li:nth-child(2n), .hamburger-menu > ul li.menu-two-col.with-images > ul > li:nth-child(2n) {
    margin: 0px 0px 10px 10px;
}

.hamburger-menu ul img {
    display: block;
    height: 60px;
    margin-bottom: 10px;
}

.hamburger-menu > ul > li.menu-three-col > ul {
    background-color: #6d6d6d;
}

#language-switch {
    position: relative;
    z-index: 9999;
}

#language-switch .mod-languages {
    position: absolute;
    right: 0;
    top: 0;
}

.advanced-dropdown {
    position: relative;
}

#language-dropdown .advanced-dropdown {
    position: absolute;
    right: 0;
}

.mod-languages.advanced-dropdown ul {
    background: #989898;
    position: absolute;
    z-index: 100;
    list-style-type: none;
    right: 20px;
    margin: 0;
    padding: 5px 0px;
}

.advanced-dropdown a, .homepage #language-dropdown .advanced-dropdown a.overlay-close {
    background-color: #989898;
    -webkit-transition: all 0.75s;
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 4px 36px 4px 13px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

#language-dropdown .advanced-dropdown li a {
    font-weight: 600;
    padding: 4px 13px;
}

#language-dropdown .advanced-dropdown li a:hover {
    color: #f86901;
}

#language-dropdown .mod-languages.advanced-dropdown ul {
    background: none;
    text-align: right;
}

.advanced-dropdown a.overlay-close, .advanced-dropdown a.overlay-toggle {
    box-sizing: border-box;
}

.advanced-dropdown li a {
    background: none;
    color: #323232;
}

.advanced-dropdown .caret {
    background: #cbcbcb url('../images/icon-lang-dropdown-@2x.png');
    background-size: 25px 48px;
    display: block;
    height: 24px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

#language-dropdown .advanced-dropdown .caret {
    background-position: bottom;
}

.advanced-dropdown a:hover .caret {
    background-color: #f86901;
}

.homepage .advanced-dropdown a {
    background: #fff;
    color: #0f295a;
    height: 24px;
}

.flex-direction-nav a {
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.flex-direction-nav .flex-prev {
    background: url('../images/icon-arrow-left-@2x.png') no-repeat;
    background-size: 110px 55px;
}

.flex-direction-nav .flex-next {
    background: url('../images/icon-arrow-right-@2x.png') no-repeat;
    background-size: 110px 55px;
}

@media (max-width: 1400px) {
    .menu__header, .homepage #menu-overlay .menu__header, #header .menu__header.cloned {
        padding: 0 100px;
    }

    .menu__header .wrapper {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    body {
        font-size: 18px;
    }

    .wrapper {
        width: 1248px;
    }

    p {
        line-height: 24px;
    }

    .yidl-color strong, strong .yidl-color {
        font-size: 16px;
    }

    #homepage-background {
        background-size: 600px 480px;
        background-position: 430px 0px;
        height: 475px;
        width: 1248px;
    }

    .intro-section-top ul {
        position: relative;
        right: 210px;
    }

    .intro-section .moduletable {
        padding-right: 115px;
    }

    .intro-section .moduletable:last-child {
        padding-right: 0;
    }

    .articles-list {
        text-align: center;
    }

    .bottom-module {
        width: 525px;
    }

    #class-finder {
        margin-right: 38px;
    }

    #class-finder select {
        width: 235px;
    }

    .articles-list .article-list-item {
        margin-right: 5px;
        width: 155px;
    }

    .with-asanas #left-column, #left-column {
        left: -380px;
        width: 300px;
        position: absolute;
    }

    .homepage-menu-title a {
        font-size: 16px;
        right: 107px;
        top: 16px;
    }

    .article-text, #search-container {
        padding-top: 30px;
    }

    .article-text, #search-container, ol.flex-control-nav {
        width: 865px;
    }

    .article-text, .category {
        float: left;
        position: relative;
    }

    .with-asanas .article-text, ol.flex-control-nav {
        float: right;
        position: relative;
    }

    .hamburger-menu > ul > li > ul ul {
        width: 608px;
    }

    .hamburger-menu > ul > li.menu-two-col > ul {
        width: 948px;
    }
}

@media (max-width: 1279px) {
    .menu__header, .homepage #menu-overlay .menu__header, .search-header, #header .menu__header.cloned {
        padding: 0 80px;
    }

    .homepage .menu__header, .homepage #menu-overlay .menu__header, .homepage .search-header, .homepage #header .menu__header.cloned {
        padding: 0 25px;
    }

    .menu__header .wrapper, .search-header .wrapper {
        width: 100%;
    }

    .with-asanas .article-text, ol.flex-control-nav {
        float: right;
        width: 660px;
    }

    .with-asanas #left-column {
        left: -270px;
    }

    .hamburger-menu > ul > li > ul li {
        padding-left: 20px;
    }
}

@media (max-width: 1023px) {

    .buttons-stripe-bgd {
        background: #c0b9b3;
    }

    #buttons .parent ul li:first-child, #buttons .parent ul li {
        padding: 2px;
    }

    #buttons .stripe-button.parent ul a, #buttons .stripe-button.parent ul span {
        margin-top: 0px;
    }

    .with-asanas .article-text, ol.flex-control-nav {
        float: right;
        width: 430px;
    }

    .with-asanas #left-column {
        left: -300px;
        width: 260px;
    }

    .homepage #header-container {
        min-height: 405px;
    }

    #homepage-background {
        background-size: 500px 400px;
        height: 405px;
        width: 100%;
    }

    .homepage-menu-title {
        display: none;
    }

    .homepage #logo a {
        background-position: 0 20px;
        background-size: 90px 90px;
        height: 90px;
        padding-top: 20px;
        width: 90px;
    }

    .home-title > div {
        padding-top: 50px;
    }

    .home-title h1 {
        font-size: 38px;
        font-weight: 300;
    }

    .home-title h2 {
        font-size: 18px;
    }

    .home-title h3 {
        font-size: 21px;
        line-height: 26px;
        margin: 10px 0;
    }

    .homepage-headline {
        float: none;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .intro-section-top {
        padding: 40px 0px;
    }

    .intro-section-top .custom {
        text-align: center;
    }

    .intro-section-top ul {
        float: none;
    }

    .intro-section .moduletable {
        width: 295px;
    }

    .intro-section .moduletable:nth-child(2n+1) {
        padding: 0px 40px 0px 0px;
    }

    .intro-section .moduletable:nth-child(2n) {
        padding: 0px 0px 0px 40px;
    }

    .intro-section .moduletable:nth-child(2n+1) .custom:before {
        display: none;
    }

    .intro-section .custom:before {
        left: -40px;
    }

    #class-finder {
        margin-right: 17px;
    }

    .bottom-module {
        padding: 25px 15px;
        width: 325px;
    }

    #book-module {
        padding-right: 0;
    }

    #class-finder select {
        width: 170px;
    }

    #content-bottom .subtitle {
        font-size: 12px;
    }

    .module-title {
        font-size: 22px;
    }

    .btn-big {
        font-size: 18px;
    }

    .article > article > h1, #search h1 {
        font-size: 38px;
        line-height: 39px;
    }

    .article > article > h2 {
        font-size: 21px;
        line-height: 27px;
    }

    .article-text {
        width: 100%;
    }

    #search-container {
        float: none;
        text-align: center;
        width: 100%;
    }

    #search-results {
        position: static;
    }

    #search h1 {
        text-align: center;
    }

    #menu-overlay .overlay-close, .overlay-close-header .overlay-close {
        top: 14px;
    }

    .js-menu-back {
        background: url('../images/icon-arrow-left-menu.png') no-repeat 10px 15px;
        background-size: 16px 23px;
        width: 40px;
        height: 100vh;
        line-height: 0;
        font-size: 0;
        color: transparent;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .hamburger-menu.wrapper {
        width: 100%;
    }

    .js-menu-back.activated {
        display: block;
    }

    .collapsed-menu {
        overflow: hidden;
        height: 0px !important;
        width: 40px !important;
    }

    .collapsed-menu > li {
        height: 0;
        width: 0;
    }

    .hamburger-menu .collapsed-menu li.hovered > ul {
        left: 40px;
    }

    .collapsed-menu .menu-two-col > span {
        left: 40px;
    }

    .collapsed-menu .menu-three-col li > span {
        left: 0;
    }

    .hamburger-menu > ul li.menu-three-col > ul ul li, .hamburger-menu > ul li.menu-two-col.with-images > ul > li {
        width: 120px;
    }

    .hamburger-menu > ul > li > ul ul {
        left: 0;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    .top-slideshow, main, footer {
        overflow-x: hidden;
    }

    .wrapper {
        width: 728px;
    }

    .menu__header, .homepage #menu-overlay .menu__header, .search-header, #header .menu__header.cloned {
        padding: 0 100px;
    }

    #content img {
        display: block;
        height: auto !important;
        max-width: 728px !important;
    }

    #content .article-list-item img {
        height: 60px !important;
        max-width: none !important;
    }

    #breadcrumbs img {
        display: inline;
    }

    #content .narrow img {
        max-width: 460px;
    }

    .category-list-item, #content .category-list-item img {
        width: 345px !important;
    }

    .image-full {
        width: 728px !important;
    }

    .pagination ul {
        padding-right: 0px;
    }

    .acymailing_module_form input {
        margin-bottom: 10px;
    }

    .acymailing_form {
        text-align: right;
    }

    .acymailing_module {
        padding-bottom: 5px;
    }

    .acymailing_module_form input {
        width: 140px !important;
    }

    .acymailing_module_form input[type="submit"] {
        width: 102px !important;
    }

    .project {
        padding-left: 0px;
        padding-right: 0px;
        width: 120px;
    }

    a#top-link {
        top: 27px;
    }

    .social-button {
        display: none;
    }

    .divider-down {
        height: 55px;
    }

    .narrow {
        width: 538px;
    }

    .class-table {
        overflow-x: scroll;
    }

    #content-top-2-col .yidl-module {
        width: 728px;
    }

    .col-module .yidl-module {
        border-left: none;
        margin: 0px;
        padding-left: 0px;
    }

    .content-top-4-col .yidl-module {
        width: 346px;
    }

    .content-top-4-col .yidl-module img:first-child {
        width: 346px;
    }

    .col-module .yidl-module:first-child {
        border-right: 1px solid #E1E1E0;
        margin-right: 17px;
        padding-right: 17px;
    }

    .col-module .yidl-module:last-child {
        border-left: 1px solid #E1E1E0;
        margin: 0px 0px 30px 17px;
        padding-left: 17px;
    }

    .narrow {
        width: 460px;
    }

    .narrowest {
        width: 194px;
    }

    .narrowest .intro {
        width: auto;
    }

    .narrow .intro {
        width: 262px;
    }

    .intro {
        width: 530px;
    }

    .category .no-intro-image {
        width: auto;
    }

    .intro-image img, #content .image-left-thumb, #content .image-right-thumb {
        width: 180px !important;
    }

    .blog-intro .intro-image img {
        width: 100% !important;
    }

    #logo {
        margin-right: 10px;
    }

    #top {
        height: auto;
        width: 728px;
    }

    #map-canvas, iframe {
        height: 410px !important;
        width: 728px !important;
    }

    .category #map-canvas, .category iframe {
        height: 194px !important;
        width: 345px !important;
    }

    .narrow #map-canvas, .narrow iframe {
        height: 258px !important;
        width: 460px !important;
    }

    #locations-box {
        background-position: 690px center;
        width: 728px;
    }

    select#locations {
        width: 760px;
    }

    .category-title-top {
        font-size: 36px;
        left: 50px;
        top: 50px;
    }

    .asana-subtitle {
        font-size: 32px;
    }

    #asana-title {
        font-size: 42px;
    }

    .asana-label {
        font-size: 16px;
    }

    .hamburger-menu > ul > li.menu-two-col > ul {
        width: calc(100% - 300px);
    }

}

/* common 320px-768px */
@media (max-width: 767px) {

    .buttons-stripe-bgd {
        background: #c0b9b3;
        overflow-x: hidden;
    }

    .top-slideshow, main, footer, header {
        overflow-x: hidden;
    }

    .social-button, .quote, .category .divider {
        display: none;
    }

    .column .menu img, #content .column .menu img {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
        width: 60px !important;
    }

    .column a.with-image span {
        width: 205px;
    }

    #buttons .parent ul {
        width: 100%;
    }

    #header {
        background-position: center -49px;
    }

    #menu-overlay .overlay-close, .overlay-close-header .overlay-close {
        top: 9px;
    }

    .class-table {
        overflow-x: scroll;
    }

    .category-title-top {
        font-size: 28px;
        left: 40px;
        top: 40px;
    }

    .acymailing_module {
        background-position: 0px 8px;
    }

    .acymailing_introtext {
        display: none;
    }

    .acymailing_module_form {
        padding-left: 30px;
    }

    .acymailing_module_form input {
        width: 147px !important;
    }

    .acymailing_module_form input[type="submit"] {
        width: 102px !important;
    }

    .project-4, .project-5, .project-6 {
        margin-top: 5px;
        padding-bottom: 0px;
    }

    .article {
        border-bottom: none;
    }

    .headline {
        font-size: 27px;
        font-weight: normal;
    }

    #head-stripe .title, #head-stripe #buttons {
        float: none;
    }

    #head-stripe {
        padding-top: 0px;
    }

    #head-stripe .title-container {
        padding: 14px 0px;
    }

    #head-stripe #buttons {
        padding-bottom: 30px;
        position: static;
        text-align: center;
    }

    .stripe-button {
        display: block;
        margin-left: 0px;
    }

    .stripe-button a, .stripe-button span {
        display: inline-block;
        margin-top: 10px;
        min-width: 98px;
    }

    .col-module .yidl-module {
        border-left: none;
        border-top: 1px solid #E1E1E0;
        float: none;
        margin-left: 0px;
        padding: 0px;
        width: auto;
    }

    .col-module .yidl-module:first-child {
        border-top: none;
    }

    #main-menu, #menu-footer {
        clear: both;
        display: none;
        padding: 0px;
        position: relative;
        right: 203px;
        width: 1023px;
    }

    #header .menu, #menu-footer .menu {
        text-align: left;
    }

    #main-menu li, #menu-footer li {
        border-left: none;
        border-bottom: 1px solid #cfcfcf;
        display: block;
    }

    #main-menu li:first-child, #menu-footer li:first-child {
        border-top: 1px solid #cfcfcf;
    }

    .menu a, .menu li:first-child a {
        display: block;
        padding: 0px 15px;
        width: 100%;
        margin: 0px auto;
    }

    #main-menu a, #menu-footer a {
        width: 560px;
    }

    .column .menu ul a {
        width: auto;
    }

    .menu li:last-child a {
        padding-right: 15px;
    }

    .column .menu a {
        background: none;
        color: #000;
    }

    .column .menu a:hover, .column .active.parent > a, .column .current > a {
        background: none;
        color: #f47E21;
    }

    .menu-toggle {
        clear: right;
        cursor: pointer;
        display: block;
        margin: 10px 15px 0px 0px;
    }

    #bottom-navigation .menu-toggle {
        margin-top: 0px;
    }

    #menu-footer {
        float: none;
        padding-top: 10px;
    }

    .article-text, .category {
        float: none;
        padding: 10px 0px 0px 0px;
        margin: 0px;
    }

    ol.flex-control-nav {
        float: none;
        padding: 0px;
        margin: 0px;
    }

    .left-cat {
        margin-right: 0px;
        padding-right: 0px;
    }

    .article-intro.category-list-item {
        border-bottom: 1px solid #EAE7E0;
    }

    .category-list-item {
        border-bottom: 1px solid #EAE7E0;
        float: none;
        width: 100%;
    }

    .intro-text {
        padding-bottom: 10px;
    }

    #latest-news .divider:first-child {
        background: #fff;
    }

    .column-module.with-title h3 {
        margin-top: 15px;
    }

    .bottom-menu .menu a, .bottom-menu .menu li:first-child a {
        display: inline;
    }

    #footer-links td {
        padding-right: 10px;
    }

    #footer-links td:last-child {
        padding-right: 0px;
    }

    .copyright {
        font-size: 11px;
    }

    .project {
        padding: 17px 30px 45px 29px;
    }

    #logo {
        margin-left: 15px;
    }

    .intro h2 {
        margin-top: 10px;
    }

    div.readmore {
        margin-top: 0px;
    }

    .col-2, .col-3 {
        margin-left: 0;
        width: 100%;
    }

    .asana-subtitle {
        font-size: 28px;
    }

    #asana-title {
        font-size: 32px;
    }

    .asana-label {
        top: -15px;
        font-size: 16px;
    }

    .wrapper {
        box-sizing: border-box;
        padding: 0px 60px;
        margin: 0 auto;
        width: 100%;
    }

    .with-asanas .article-text, .article-text, .category, ol.flex-control-nav {
        float: none;
        width: 100%;
    }

    .with-asanas #left-column, #left-column {
        float: none;
        position: static;
        width: 100%;
    }

    .with-image > article > h1, .with-asanas > article > h1, .with-image > article > h2, .with-asanas > article > h2, .with-image > article > .sanskrit-title, .with-asanas > article > .sanskrit-title {
        position: static;
    }

    #book-module .module-title {
        width: 260px;
    }

    #class-finder select {
        width: 180px;
    }

    .bottom-module {
        display: block;
        margin: 0 auto 20px;
        padding: 25px;
    }

    #class-finder, #book-module {
        margin: 0 auto 20px;
        padding: 25px;
    }

    .menu__header .wrapper {
        padding: 0;
    }

    .intro-section .moduletable, .intro-section .moduletable:nth-child(2n), .intro-section .moduletable:nth-child(2n+1) {
        width: 100%;
        padding: 0;
    }

    .intro-section .custom:before {
        display: none;
    }

    .menu-breadcrumb__nav {
        height: auto;
    }

    .menu__header {
        box-sizing: border-box;
        position: absolute;
        text-align: center;
        top: 85px;
        width: 100%;
    }

    .overlay .menu__header {
        position: static;
    }

    .hamburger-menu {
        padding-top: 100px;
    }

    .menuicon {
        margin-right: 20px;
    }

    .menuicon, a.search-btn {
        display: inline-block;
        margin-top: 7px;
        position: static;
        vertical-align: middle;
    }

    .home-title > div {
        padding-top: 70px;
        position: static;
        text-align: center;
    }

    .home-title h1 {
        font-size: 28px;
        line-height: 30px;
        margin: 5px 0px;
    }

    .home-title h2 {
        font-size: 16px;
        margin: 5px 0px;
    }

    .home-title h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 5px 0px;
    }

    #logo a, .homepage #logo a {
        background-position: 0px 7px;
        background-size: 70px 70px;
        height: 70px;
        width: 70px;
        padding-top: 10px;
    }

    #homepage-background, .homepage #header-container {
        height: 485px;
    }

    #homepage-background {
        background-size: 300px 240px;
        background-position: center 240px;
    }

    #header-container > .wrapper {
        padding: 0;
    }

    .menu-breadcrumb__nav {
        display: none;
    }

    .menu__header, .homepage #menu-overlay .menu__header, .search-header, #header .menu__header.cloned {
        min-height: 40px;
    }

    #content .pagenav li.previous, #content .pagenav li.next {
        top: 85px;
    }

    #content .pagenav li, #content .pagenav li a {
        height: 40px;
        width: 40px;
    }

    #content .pagenav li.previous a, #content .pagenav li.next a {
        background-size: 80px 40px;
    }

    #top {
        min-height: 125px;
    }

    a#top-link {
        display: block;
        margin: 0px auto;
        width: 35px;
        top: 50px;
    }

    #footer-links {
        background-position: center 0;
        padding: 120px 0px 0px 0px;
        text-align: center;
        margin-top: 10px;
    }

    #footer-links > .custom {
        display: inline-block;
    }

    #footer-links td {
        display: block;
    }

    .social-button {
        display: block;
        float: none;
        text-align: center;
    }

    .social-button a {
        float: none !important;
    }

    #main-menu, #menu-footer {
        display: block;
        right: 0;
        width: auto;
        padding: 50px 8px 0px 0px;
    }

    #main-menu li, #menu-footer li, #main-menu li:first-child, #menu-footer li:first-child {
        border: none;
        display: inline-block;
    }

    #main-menu li:hover, #main-menu a:hover, #menu-footer li:hover, #menu-footer a:hover {
        background: none !important;
    }

    #main-menu a, #menu-footer a {
        display: inline-block;
        width: auto;
    }

    #header .menu, #menu-footer .menu {
        text-align: right;
    }

    #main-menu nav > ul > li {
        padding: 0px;
    }

    #menu-footer {
        padding: 15px 0px;
    }

    #menu-footer .menu {
        text-align: center;
    }

    .article > article > h1 {
        width: auto !important;
    }

    .article > article > h2, #search h2 {
        width: auto !important;
    }

    #mod-finder-searchword {
        display: block;
        margin-bottom: 20px;
    }

    #search-container .pagination li {
        display: inline-block;
    }

    .hamburger-menu > ul > li.menu-two-col > ul, .hamburger-menu > ul > li.menu-three-col ul {
        width: calc(100% - 40px);
    }

    li.menu-three-col.hovered > ul.third-level-active {
        position: static;
    }

}

/* 320px-480px */

@media (max-width: 479px) {
    .wrapper {
        padding: 0px 30px;
    }

    #content img {
        height: auto !important;
        max-width: 100% !important;
    }

    #content .blog-intro img {
        width: 100% !important;
    }

    .article {
        padding-top: 10px;
    }

    .blog-intro {
        border-bottom: 1px solid #eae7e0;
        float: none;
        margin: 0px 0px 10px 0px;
        padding-bottom: 10px;
        width: 100%;
    }

    #book-module, .bottom-module {
        background-color: #f7f7f7;
        text-align: center;
    }

    .image-full {
        width: 280px !important;
    }

    .pagination ul {
        padding-right: 0px;
    }

    .all-news {
        display: none;
    }

    .category-title-top {
        font-size: 20px;
        left: 20px;
        top: 20px;
    }

    .acymailing_module_form input {
        margin-bottom: 10px;
    }

    .acymailing_form {
        text-align: right;
    }

    .acymailing_module {
        padding-bottom: 5px;
    }

    .project {
        padding: 17px 6px 45px 6px;
    }

    .project-3, .project-5 {
        border-left: 1px solid #DBD9D6;
    }

    .project-3 {
        margin-top: 5px;
    }

    .divider-down {
        height: 55px;
    }

    .narrow {
        width: 538px;
    }

    .content-top-4-col .yidl-module img:first-child, #content-top-2-col .yidl-module {
        width: 280px;
    }

    .blog .intro-image img {
        height: auto !important;
        width: 280px !important;
    }

    .narrow, .narrowest {
        width: 280px;
    }

    .narrow .intro, .intro {
        width: 280px;
    }

    #bottom-navigation {
        width: 320px;
    }

    #map-canvas, iframe {
        height: 158px !important;
        width: 280px !important;
    }

    #locations-box {
        width: 280px;
    }

    select#locations {
        width: 284px;
    }

    .copyright {
        padding-top: 0px;
    }

    .category-list-item img, .blog img {
        height: auto !important;
        width: 100% !important;
    }

    .asana-subtitle {
        font-size: 18px;
    }

    #asana-title {
        font-size: 16px;
    }

    .asana-label {
        font-size: 14px;
    }

    .verse {
        background-size: 50px 41px;
        padding-left: 25px;
    }

    a#top-link {
        top: 17px;
    }

    #content-bottom.wrapper {
        padding: 0;
    }

    .articles-list {
        padding: 0px 30px;
    }

    .bottom-module, #book-module .module-title {
        width: 100%;
    }

    #class-finder, #book-module {
        padding: 25px 0px;
    }

    #class-select-container {
        padding: 3px;
    }

    #class-finder select {
        font-size: 14px;
        width: 150px;
        padding-left: 5px;
    }

    #class-finder {
        background-size: 100px 140px;
        box-sizing: border-box;
        padding-right: 15px;
    }

    #book-module {
        background-position: center 20px;
        background-origin: padding-box;
        padding-top: 180px;
    }

    .articles-list .article-list-item {
        width: 100px;
    }

    .home-title.wrapper {
        padding: 0px;
    }

    #logo a {
        position: static;
        margin: 0px auto;
    }

    #main-menu {
        padding-top: 15px;
        left: 0;
        right: auto;
    }

    #header .menu {
        text-align: center;
    }

    #header .menu__header {
        top: 125px;
    }

    #language-switch {
        position: absolute;
        right: 20px;
        top: 0px;
    }

    #homepage-background, .homepage #header-container {
        height: 525px;
    }

    #homepage-background {
        background-position: center 275px;
    }

    .home-title > div {
        padding-top: 50px;
    }

    .advanced-dropdown a, .homepage #language-dropdown .advanced-dropdown a.overlay-close {
        font-size: 10px;
        height: 24px;
        padding: 4px 31px 4px 8px;
    }

    #top {
        min-height: 165px;
    }

    #content .pagenav li.previous, #content .pagenav li.next {
        top: 125px;
    }

    .hamburger-menu > ul li.menu-three-col > ul ul li, .hamburger-menu > ul li.menu-two-col.with-images > ul > li {
        width: 100px;
    }

    .hamburger-menu > ul li.menu-three-col > ul li.hovered ul a, .hamburger-menu > ul li.menu-two-col ul a {
        font-size: 12px;
    }

    .menu__header, .homepage #menu-overlay .menu__header, .search-header {
        padding: 0px 20px;
    }

    .sanskrit-title {
        display: none;
    }

    .article > article > .sanskrit-title + h1 {
        top: 25px;
    }

    .article > article > h1, #search h1 {
        font-size: 32px;
        line-height: 24px;
    }

    .article > article > h2 {
        font-size: 18px;
        line-height: 24px;
    }

} 