@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {

	background: -webkit-linear-gradient(#fef9ed, #fef9ed, #f1b39a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fef9ed, #fef9ed, #f1b39a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fef9ed, #fef9ed, #f1b39a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fef9ed, #fef9ed, #f1b39a); /* Standard syntax */
	width: 100%;
    color: #383838;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 14px;
    line-height:18px;
    margin: 0 auto;
    overflow-x: hidden;
    word-break: break-word;
}


/*-------------------------FONT STYLING START----------------------*/
a {
   color:#713e06;
   text-decoration:none;
   word-break: break-word;
}
a:hover {
   color: #aa6d29;
   text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #383838;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
	margin-top: 10px;
}
h1, h1 a, .title1, .title1 a {
	color: #aa6d29;
    font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height:48px;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #aa6d29;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height:40px;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #aa6d29;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}

h4, h4 a, .title4, .title4 a {
	color: #383838;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #aa6d29;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #383838;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
blockquote {
    border:0px !important;
    padding:0px !important;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    color: #383838;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}
.le_form_name {
    color: #383838;
	font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 18px;
	margin: 0 0 10px 0;
}

.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
.form-header p {
    color: #383838;
    font-size: 14px;
}

.wrapper input[type="submit"] {
	margin: 0;
	padding: 7px 18px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #ffa67b;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #d86731;
	color: #ffffff;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 4px 10px;
	color: #383838;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #fff;
	border: 1px dotted #383838;
}
.form-control {
    height: inherit !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group {
    margin-bottom: 10px !important;
}


/*-------------------------LE FORM STYLE END-----------------------*/
/*--------------------------Button Styling Start---------------------*/
.button1 a, a.button1 {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #ffa67b;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.button1 a:hover, a:hover.button1 {
	background-color: #d86731;
	cursor: pointer;
}
.button2 a, a.button2 {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #af5c90;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.button2 a:hover, a:hover.button2 {
	background-color: #7c3160;
	text-decoration: none;
	cursor: pointer;
}
.largeButton a, a.largeButton {
	margin: 16px 0;
	display: inline-block;
	padding: 15px 22px;
	color: #383838;
	font-family: "Montserrat", Helvetica, serif;
	font-size: 18px;
	line-height: 25px;
	background-color: #ffffff;
	border: 3px solid #383838;
	border-radius: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.largeButton a:hover, a:hover.largeButton {
	border-color: #aa6d29;
	color: #aa6d29;
	text-decoration: none;
}
.fullwidthButton a, a.fullwidthButton {
	display: block;
	width: 100%;
	margin: 17px 0px;
	padding: 9px 5px;
	color: #fff;
	font-family: "Montserrat", Helvetica, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	background-color: #383838;
	border: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.fullwidthButton a:hover, a:hover.fullwidthButton {
	background-color: rgba(56,56,56,.7);
	text-decoration: none;
}

/*------------------------------------------Button Styling END---------------------------------*/
/*-----------------------------------------Expand START--------------------------------*/
.expand, .expandR {
    margin-bottom: 15px;
}
.expand dt, .expandR dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #383838;
    font-size: 18px;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
    color: #383838;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandR dt:before {
    content: "+";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    margin-right: 10px;
    color: #383838;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand dt.active, .expandR dt.active {
    color: #383838;
	text-decoration: none;
}
.expand dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    color: #383838;
}
.expandR dt.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    color: #383838;
}

.expand dt:hover, .expandR dt:hover{
    cursor: pointer;
    color: #383838;
}
.maxHeightArea dd{
    max-height: 700px;
    overflow: scroll;
}
/*-----------------------------------------Expand END--------------------------------*/
/*----------------------------Feature START---------------------------------*/
.sliderText1{
    position: absolute;
    bottom: 15px;
    right: 5px;
}
.sliderText1 h3, .sliderText1 h3 a{
    color: #ffffff;
    text-shadow: 1px 2px 5px rgba(56,56,56,.75);
    font-size: 16px;
}
.sliderText2{
    position: absolute;
    top: 10px;
    left: 12px;
}
.sliderText2 h3, .sliderText2 h3 a{
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(56,56,56,.75);
    font-size: 16px;
}
.bx-controls{
    margin-top: -60px;
    
}
.bx-wrapper .bx-pager{
    margin-left: 70px !important;
    text-align: left !important;
    padding-top: 0 !important;
    bottom: 20px !important;
    font-size: .92em !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    border-radius: 50% !important;
    background: rgba(255,255,255,.0) !important;
    border: 1px solid #ffffff !important;

    width: 12px !important;
    height: 12px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #ffffff !important;
}
.downArrow{
    width: 100%;
    margin-top: -75px;
    position: relative;
    text-align: center;
    height: 15px;
    overflow: visible;
}
.downArrow img{
    margin: auto;
    width: 14%;
    height: auto;
    margin-top: -80px;
}
.downArrowH{
    width: 100%;
    margin-top: -93px;
    position: relative;
    text-align: center;
    height: 15px;
    overflow: visible;
}
.downArrowH img{
    margin: auto;
    width: 14%;
    height: auto;
    margin-top: -80px;
}
/*----------------------------Feature END------------------------------------*/
/*-----------------------Teacher Training Icons START---------------------------------*/
.teacherTrainingIcon img:hover{
    -webkit-filter: brightness(.85);
}
.level1Info, .level1Info p, .level1Info a{
    color: #0085ca;
}
.buttonLevel1 a, a.buttonLevel1 {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #0085ca;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonLevel1 a:hover, a:hover.buttonLevel1 {
	background-color: #017896;
	text-decoration: none;
	cursor: pointer;
}
.buttonLevel2 a, a.buttonLevel2 {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #d73222;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonLevel2 a:hover, a:hover.buttonLevel2 {
	background-color: #ac232a;
	text-decoration: none;
	cursor: pointer;
}
.buttonLevelK a, a.buttonLevelK {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #f279af;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonLevelK a:hover, a:hover.buttonLevelK {
	background-color: #eb3394;
	text-decoration: none;
	cursor: pointer;
}
.buttonYT a, a.buttonYT {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #ee4037;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonYT a:hover, a:hover.buttonYT {
	background-color: #bd1810;
	text-decoration: none;
	cursor: pointer;
}
.buttonConscious a, a.buttonConscious {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #a73572;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonConscious a:hover, a:hover.buttonConscious {
	background-color: #871451;
	text-decoration: none;
	cursor: pointer;
}
.buttonAuthentic a, a.buttonAuthentic {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #b96122;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonAuthentic a:hover, a:hover.buttonAuthentic {
	background-color: #8c4009;
	text-decoration: none;
	cursor: pointer;
}
.buttonLifecycle a, a.buttonLifecycle {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #354aa7;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonLifecycle a:hover, a:hover.buttonLifecycle {
	background-color: #12257a;
	text-decoration: none;
	cursor: pointer;
}
.buttonMind a, a.buttonMind {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #358c5d;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonMind a:hover, a:hover.buttonMind {
	background-color: #126438;
	text-decoration: none;
	cursor: pointer;
}
.buttonVitality a, a.buttonVitality {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #9635a7;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonVitality a:hover, a:hover.buttonVitality {
	background-color: #701281;
	text-decoration: none;
	cursor: pointer;
}
.buttonAM a, a.buttonAM {
	display: inline-block;
	margin: 0;
	padding: 13px 21px;
	color: #ffffff;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #3abfbd;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.buttonAM a:hover, a:hover.buttonAM {
	background-color: #319E9C;
	text-decoration: none;
	cursor: pointer;
}

/*-----------------------Teacher Training Icons END---------------------------------*/
/*-----------------------Social Media Icons START---------------------------------*/
.socialMedia img{
    background: #665751;
    width: 32px;
    height: 32px;

    border-radius: 50%;
    
}
.socialMedia img:hover{
    background: #af5c90;
}


/*-----------------------Social Media Icons END---------------------------------*/
/*------------------------------CTA Start-------------------------------*/


.ctaText{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding-right: 30px !important;
}
.cta h3{
    font-size: 22px;
}
.cta {
    width: 100%;
    overflow: hidden;
    margin: 0px 15px;
}
.cta:hover .ctaText{
    display: block;
}
.ctaButton a, a.ctaButton {
	display: block;
	width: 100%;
	margin: 0px 0px;
	padding: 12px 5px;
	color: #fff;
	font-family: "Montserrat", Helvetica, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: thin;
	line-height: 20px;
	background-color: rgba(255,166,123,.8);
	border: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.ctaButton a:hover, a:hover.ctaButton {
	background-color: rgba(216,103,49,1);
	text-decoration: none;
}
/*------------------------------CTA End----------------------------------*/
/*--------------------------Teacher Box START---------------------------*/
.teacherBox{
    border: 1px solid #aa6d29;
    padding: 10px;
    margin: 10px;
    width: 95%;
    height: auto;
    display: inline-block;
    float: left;
}
.teacherBox img{
    width: 100px;
    height: 100px;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
}
.teacherBox h3{
    font-size: 20px;
    line-height: 22px;
}
/*--------------------------Teacher Box END-----------------------------*/
/*----------------------------ratesBox START--------------------------*/
.ratesBox{
    background-color: #fff;
    text-align: center;
    padding: 15px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin: 10px 0px;
	margin-bottom: 20px;
	color: #918e8b;
	height: 360px;
}
.ratesBox{
    font-weight:;
    color: #918e8b;
}

.session, .session p, .ratesBox p .session{
    color: #fff;
    font-size: 58px;
    letter-spacing: -3px;
    line-height: 95px;
    background-color: #ffa67b;
    padding: 0px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 5px auto;
    text-align: center;
    
}
.buttonR a, a.buttonR {
	display: inline-block;
	margin: 13px auto;
	padding: 5px 20px;
	color: #ffffff;
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #ffa67b;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
	width: 70px;
	
	
}
.buttonR a:hover, a:hover.buttonR {
	background-color: #d86731;
	cursor: pointer;
}
.ratesBox:hover .session{
	background-color: #d86731;

}
.ratesBox:hover .buttonR{
	background-color: #d86731;

}


/*---------------------------ratesBox END---------------------------*/

/*-------------------------Newsletter Signup START-------------------*/
.newsletterSignup{
    background: -webkit-linear-gradient(90deg,  rgba(255,255,255,.0), #ffa67b, #ffa67b, #ffa67b, rgba(255,255,255,.0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg,  rgba(255,255,255,.0), #ffa67b, #ffa67b, #ffa67b,  rgba(255,255,255,.0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg,  rgba(255,255,255,.0), #ffa67b, #ffa67b, #ffa67b,  rgba(255,255,255,.0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg,  rgba(255,255,255,.0), #ffa67b, #ffa67b, #ffa67b,  rgba(255,255,255,.0)); /* Standard syntax */
	padding: 20px 0;
}
.newsletterSignup input[type="text"]{
    display: block !important;
    margin-bottom: 10px !important;
}
.newsletterSignup input[type="submit"]{
    display: block !important;
    text-align: center;
    margin: auto !important;
    margin-top: 5px !important;
}
.formIntro{
    display: block;
    color: #ffffff; 
    font-size: 12px; 
    font-weight: thin;
    margin-bottom: 15px;
    padding: 0px 15px;
}
/*-------------------------Newsletter Signup END---------------------*/
/*-------------------------Blog START-------------------------------*/
.blog_post_listing_title a, .blog_post_listing_title{
    color: #aa6d29;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 15px;
}
.feature_blog_image{
    display: inline-block !important;
    width: 24%;
    vertical-align: top ;
}
.feature_blog_image img{
    max-width: 100%;
    
}
.feature_blog_text{
    display: inline-block !important;
    width: 70%;
}
.blog_post_listing_footer_hr{
    display: none;
}
/*--------------------------Blog END------------------------------*/

/*-------------------------SITE CLASSES START----------------------*/

hr {
    border: 0;
    border-bottom: 0px;
    background: #383838;
    height: 1px;
    margin: 5px 0%;
}

blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}


.CustomColor1, .CustomColor1 p, .CustomColor1 h6, .CustomColor1 h5, .CustomColor1 h4, .CustomColor1 h3, .CustomColor1 h2, .CustomColor1 h1,  .CustomColor1 li {
	color: #aa6d29;
}
.CustomColor2, .CustomColor2 p, .CustomColor2 h6, .CustomColor2 h5, .CustomColor2 h4, .CustomColor2 h3, .CustomColor2 h2, .CustomColor2 h1,  .CustomColor2 li {
	color: #ffa67b;
}
.CustomColor3, .CustomColor3 p, .CustomColor3 h6, .CustomColor3 h5, .CustomColor3 h4, .CustomColor3 h3, .CustomColor3 h2, .CustomColor3 h1,  .CustomColor3 li {
	color: #af5c90;
}
.pageTitle h1{
    font-size: 20px !important;
}
.pageTitle img{
    max-width: 20%;
}
.sizeDownForMobile img{
    width: 0px;
}
.noPadding{
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.boxWhite {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
}
.boxWhite2 {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
	height: auto;
}
.boxBlue1 {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #0085ca;
}
.boxRed1 {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #d73222;
}
.boxPink {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #f279af;
}
.boxRed2 {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #ee4037;
}
.boxPurple1 {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #a73572;
}
.boxGold {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #b96122;
}
.boxBlue2 {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #354aa7;
}
.boxGreen {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #358c5d;
}
.boxPurple2 {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #9635a7;
}
.boxAqua {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #3abfbd;
}
#lightbox-container-image-box{
    max-width: 100% !important;
    height: auto !important;
}
#lightbox-container-image-box img{
    max-width: 90% !important;
}
#lightbox-container-image-data-box{
    max-width: 100% !important;
    padding-right: 10px !important;
}
/*--------------------------------------Mindbody Styling START---------------------------*/
.le_metro_silver_button {
    margin: 0;
    padding: 4px 9px !important;
    color: #ffffff !important;
    font-family: "Montserrat", Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 19px;
    text-transform: uppercase;
    background: #ffa67b !important;
    border: 0px !important;
    text-shadow: none !important;
    border-radius: 0px !important;
}
.le_metro_silver_button:hover {
	background: #d86731;
	
}
.master_date{
    text-transform: uppercase;
    font-size: 14px !important;
}
.mb_listview_date, .mb_listview_date a{
    font-size: 18px !important;
}
.title_class{
    width: 37% !important;
    padding-left: 7.5% !important;
}
.title_staff{
    padding-left: 2% !important;
}
.row_date, .row_class a, .row_staff{
    font-size: 12px !important;
}
.main_course_image{
    float: left !important;
}
#le_mb_list_schedule {
    padding: 0 !important;
    width: 100% !important;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #f5f5f5 !important;
}
#le_mb_list_schedule .row_date, #le_mb_list_schedule .row_class, #le_mb_list_schedule .row_staff, #le_mb_list_schedule .row_button {
    vertical-align: top;
    padding-top: 10px;
}
#le_mb_list_schedule .le_metro_silver_button {
    display: inline-block;
}

#le_mb_list_schedule tr:hover {
    background-color: rgba(216,103,49,1) !important;
}
/*----------Workshops START-----------*/
/*.right.bold_date{*/
/*    display: none !important;*/
/*}*/
.workshopElement .signup_class{
    margin-left: 0 !important;
    margin-top: 10px !important;
}
/*.start_end{*/
/*    display: none;*/
/*}*/
.more{
    display: block !important;
}

/*----------Workshops END-------*/
/*-----------------------------------Mindbody Styling END-------------------------------*/

/*-------------------------SITE CLASSES END------------------------*/

/*.wrapperWide {*/

/*    width: 100%;*/
	/*background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/goldenbridgeyoga1/background-pattern.png);*/
	/*background-position: left;*/
	/*background-repeat: repeat-y;*/
/*}*/
.wrapper {
    width: 100%;
	background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/goldenbridgeyoga1/background-pattern.png);
	background-position: top left;
	background-repeat: repeat-y;
	background-size: 100%;
}

/*-------------------------HEADER START----------------------------*/
.headerWide {
	width: 100%;
    background: none; 
	z-index: 100;

}
.headerWideTop{
	background-color: #ffffff;
	/*background-image:  url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/goldenbridgeyoga1/golden-bridge-yoga/icon-logo-header.png);*/
	/*background-repeat: 100%;*/
	/*background-size: cover;*/
	padding: 0px 0px;
	margin: 0px;
}

.headerWideTop p{
	color: #fff;
}

.header {
    padding: 0px;
}
.logo{
	text-align: center;
	padding: 0px 0px;
	
}
.logo img{
    max-width: 100%;
	width: 100%;
}
/*-------------------------HEADER END------------------------------*/

/*-------------------------MAIN MENU START-------------------------*/
.navigationWide{
	width: 100%;
	background-color: #ffffff;
}

.navigation {
    text-align: center;
}
.navicon {
    background-color: #fff;
    border-top: 0px;
    color: #383838;
    display: block;
    height: 45px;
    width: 100%;
    padding:10px 0px;
    position: relative;
    text-align: center;

    
}
.navicon:after {
    color: #383838;
    content: '\2630  MENU';
    font-family:  "Montserrat", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    left: 0;
    padding:10px 0px;
    position: absolute;
    right:0;
    top: 0px;
}
.navicon:hover:after {
    color: #d86731;
}
.navicon:hover {
    cursor: pointer;
}
.menu {
    background-color: #fff;
    color: #383838;
    border-top: 0px;
    text-align: center;
    display: none;
    width: 100%;
    
}
.menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
}
.menu li {
	list-style-type: none;
	text-decoration: none;
}
.menu .le_menu_level_container {
	position: relative;
	
}
.menu li.le_menuitem_level_0 a {
    color: #383838;
	display: block;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 0;
    text-align:left;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	text-align: center;
}
.menu li.le_menuitem_level_0 a:hover {
    text-decoration: none;
	color: #d86731;
}

/*--------1ST LEVEL SUBMENU-------*/

.menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.menu li.le_menuitem_level_1 a {
    display: block;
	padding: 3px 0;
	color: #383838;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 0px;
}
.menu li.le_menuitem_level_1 a:hover {
	color: #d86731;
}

/*--------2ND LEVEL SUBMENU-------*/

.menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.menu li.le_menuitem_level_2 a {
    padding: 3px 0 3px 0px;
}
.dropdown ul {
    display: none;
}

/*-------------------------MAIN MENU END---------------------------*/
/*-------------------------Tabs Menu-----------------------------*/
.tabsMenu  {
    display: block;
    width:100%;
    margin:0;
    border-top:none;
    background-color: #ffa67b;
    text-align: center;
    margin-top: 0px;
}
.tabsMenu ul {
    margin: 0;
    padding: 0;
}
.tabsMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
.tabsMenu li {
    list-style: none;
}
.tabsMenu li.le_menuitem_level_0 {
    display: inline-block;
}
.tabsMenu li.le_menuitem_level_0>a {
    color: #fff;
    display: block;
    font-family:"Raleway", sans-serif;
    font-size: 14px;
    padding: 8px 20px;
    background-color: rgba(255,255,255,.0);
    border: 1px solid #ffffff;
    text-align:center;
    text-decoration: none;
    text-transform:uppercase;
    font-weight:normal;
    margin: 7px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*text-shadow:-1px -1px 3px rgba(0, 0, 0, .4);*/
    /*box-shadow: -12px -4px 10px rgba(0, 0, 0, .2);*/
}
.tabsMenu li.le_menuitem_level_0:hover>a {
    background-color: rgba(216,103,49,1);
    
    
}

.fillArea img{
    width: 100%;

}
/*----------------------------Santa Monica Active Link Styling Start--------------------*/
    .tabsMenu li.about-santa-monica a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.map-santa-monica a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.testimonials-santa-monica a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.schedule-santa-monica a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.pricing-santa-monica a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.workshops-santa-monica a.le_current_link {
        background-color: #d86731;
    }
    
/*----------------------------Santa Monica Active Link Styling END--------------------*/
/*----------------------------New York Active Link Styling Start--------------------*/
    .tabsMenu li.about-new-york a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.map-new-york a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.testimonials-new-york a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.schedule-new-york a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.pricing-new-york a.le_current_link {
        background-color: #d86731;
    }
    .tabsMenu li.workshops-new-york a.le_current_link {
        background-color: #d86731;
    }
    
/*----------------------------New York Active Link Styling END--------------------*/

/*----------------------------Tabs Menu END-----------------------------------*/




/*-------------------------MAIN START------------------------------*/

.contentWide{
	margin-top: 0px;
}


.content {
    padding-top:0px;
    padding-bottom: 0px;
}

.main{
    padding: 10px 0px;
}
.centered-element > div {
    float:none;
      margin: 0px auto;
}
/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/
.footer hr{
    margin: 5px 25%;
}
.footerWideTop {
	background-color: #none;
}
.footerWideTop, .footerWideTop p, .footerWideTop a{
	color: #383838;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.footerWideBottom {
	background-color: #af5c90;
}

.footerWideBottom, .footerWideBottom p, .footerWideBottom a{
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
}
.footer {
    padding:20px 0px;
}

.footer a:hover{
    text-decoration: underline;
}
.footer1, .footer2, .footer3, .footer4{
	text-align: center;
}
.footer .menu_element ul {
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none;
   
}
.footer .menu_element li{
    display: inline-block;
    border-top: 0px;
    padding: 5px;
}
.footer .menu_element a {
    font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding: 0px 10px;
	text-transform: none;
}
.footer .menu_element a:hover{
	color: rgba(255,255,255,.8);
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        position: relative;
        margin: auto;
        width: 748px;
    }
    .backformobile{
        display: none;
    }
	.header{
	    padding: 0px 0px 0px 0px;
	}
	.headerWideTop img{
        width: 100%;
        margin-left: 0%;
    }
    .sizeDownForMobile img{
        width: 100px;
    }
    
    .sliderText1{
        bottom: 80px;
        right: 40px;
    }
    .sliderText1 h3, .sliderText1 h3 a{
        font-size: 30px;
    }
    .sliderText2{
        top: 20px;
        left: 32px;
    }
    .sliderText2 h3, .sliderText2 h3 a{
        font-size: 22px;
    }
    .pageTitle h1{
        font-size: 25px !important;
    }
    .pageTitle img{
        max-width: 20%;
    }
    .teacherBox{
        border: 1px solid #aa6d29;
        padding: 10px;
        margin: 10px;
        width: 47%;
        height: 359px;
        display: inline-block;
        float: left;
    }
    .teacherBox img{
        width: 120px;
        height: 120px;
        margin-right: 15px !important;
        margin-bottom: 5px !important;
    }
    .teacherBox h3{
        font-size: 22px;
        line-height: 25px;
    }
    .boxWhite2 {

    	height: 900px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container{
        margin: auto;
        width: 972px;
    }
    /*==============================FULL SIZE MENU=====================*/
	.navigationWide{
	    background-color: #fff;
	}
	.navigation {
        text-align: ;
        margin: 0px 0px 0px 0px;
    }
    .navicon {
        display: none;
    }
    .menu {
        display: block;
        text-align: center;
    }
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul.le_menu_level_0 {
        margin: 0 0px 0 0;
        padding: 0;
        text-align: center;
    }
    .menu li {
    	list-style: none;
    }
    .menu li.le_menuitem_level_0 {
    	display: inline-block;
        margin-left: 0px;
        
    }
    .menu li.le_menuitem_level_0 a {
        color: #383838;
        display: block;
        font-family: "Montserrat", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 16px;
        text-decoration:none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
		margin-left: 0px;
    }
    .menu li.le_menuitem_level_0 a:hover {
        color: #de6731;
        text-decoration:none;
    }
    .menu ul.le_menu_level_1 {
        display: none;
        margin: 0px auto;
        min-width: 150px;
        padding: 0px;
        background-color: transparent;
        position: absolute;
        left: -15px;
        right: 0;
        text-align: center;
        z-index: 210;
        
    }

    .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .menu li.le_menuitem_level_1 a {
        color: #fff;
        display: block;
        font-family: "Montserrat", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        background-color: #ffa67b;
        border: 0px;
        padding: 9px 10px;
        text-align: center;
	}
    .menu li.le_menuitem_level_1 a:hover{
        background-color: #d86731;
        color: #ffffff;
    }
    .menu .le_menu_level_2_container {
    	float: right;
    	margin-top: -26px;
    	padding: 0;
    }
    .menu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 1002;
    	display: none;
    	margin: 0;
        padding: 0 0px 0 0;
        text-align: left;
		min-width: 160px;
    }

    .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
	/*===================================FULL SIZE MENU END==============================*/
	    /*-------------------------Tabs Menu-----------------------------*/
    .tabsMenu  {
        display: block;
        width:100%;
        margin:0;
        border-top:none;
        background-color: #ffa67b;
        text-align: center;
        /*margin-top: 10px;*/
        padding-top: 7px;
    }
    .tabsMenu ul {
        margin: 0;
        padding: 0;
    }
    .tabsMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .tabsMenu li {
        list-style: none;
    }
    .tabsMenu li.le_menuitem_level_0 {
        display: inline-block;
    }
    .tabsMenu li.le_menuitem_level_0>a {
        color: #fff;
        display: block;
        font-family:"Raleway", sans-serif;
        font-size: 14px;
        padding: 15px 15px;
        background-color: rgba(91, 91, 91, .0);
        border-bottom: 0px;
        text-align:center;
        text-decoration: none;
        text-transform:uppercase;
        font-weight:normal;
        margin: 0 5px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        /*text-shadow:-1px -1px 3px rgba(0, 0, 0, .4);*/
        /*box-shadow: -12px -4px 10px rgba(0, 0, 0, .2);*/
    }
    .tabsMenu li.le_menuitem_level_0:hover>a {
        background-color: #d86731;
        
        
    }

 
	.ctaText{
        display: none;

    }
    .sizeDownForMobile img{
        width: 200px;
    }
    .newsletterSignup{
    	padding: 10px 0;
    }
    .newsletterSignup input[type="text"]{
        display: inline-block !important;
        margin-bottom: 0px !important;
    }
    .newsletterSignup input[type="submit"]{
        display: inline-block !important;
        margin-top: 23px !important;
    }
    .formIntro{
        display: inline-block;
        margin-bottom: 0px;
        padding: 0px 10px;
    }
    .pageTitle h1{
        font-size: 30px !important;
    }
    .teacherBox{
        border: 1px solid #aa6d29;
        padding: 10px;
        margin: 7px;
        width: 47%;
        height: 365px;
        display: inline-block;
        float: left;
    }
    .teacherBox h3{
        font-size: 18px;
        line-height: 20px;
    }
    .teacherBox img{
        width: 70px;
        height: 70px;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
    }
    .boxWhite2 {
    	height: 715px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        margin: auto;
        width: 1170px;
    }
    /*.tabsMenu  {*/

    /*    margin-top: -60px;*/
    /*}*/
    .ctaText{
        
    }
    .sizeDownForMobile img{
        width: 262px;
    }
    .pageTitle h1{
        font-size: 36px !important;
    }
    .teacherBox{
        border: 1px solid #aa6d29;
        padding: 10px;
        margin: 10px;
        width: 47%;
        height: 350px;
        display: inline-block;
        float: left;
    }
    .teacherBox img{
        width: 130px;
        height: 130px;
        margin-right: 15px !important;
        margin-bottom: 5px !important;
    }
    .teacherBox h3{
        font-size: 22px;
        line-height: 25px;
    }
    .boxWhite2 {
    	height: 610px;
    }
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
    margin-bottom: 0px !important;
	padding: 0 !important;
}
.bx-viewport .htmlSlide{
    padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}

/*-------------------------RESETS END------------------------------*/

/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/

 /*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/

.workshop-btn {
    bacgrkound-color: #af5c90 !important;
}
/*-------------- Account Preset ----------------- */
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_menu {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.navicon {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_header {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header h6 {
}
.se_header a {
}
.se_header a:hover {
}
.se_mainContent {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainContent h1, .se_mainContent h2, .se_mainContent h3, .se_mainContent h4, .se_mainContent h5, .se_mainContent h6 {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_footer {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer h6 {
}
.se_footer a {
}
.se_footer a:hover {
}
a {
}
a:hover {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.seFormButton {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta:hover {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_social a {
}
.se_social a:hover {
}
hr {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_tagline {
}
p, ul, ol, dl {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
blockquote {
}
.aurora_gurmukh-on-the-road #le_area33 {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0);
}
.aurora_yoga-therapy-teacher-training #le_area3-C {
}
.aurora_yoga-therapy-teacher-training #le_area3 C {
    background-color: rgb(0, 0, 0);
}
.aurora_conscious-communication #le_area3 C {
    border-style: solid;
    border-color: rgb(154, 21, 107);
    border-width: 15px;
    border-radius: 15px;
}
.aurora_rishikesh-india-2016 #le_area3 C {
    background-color: rgb(0, 135, 201);
    margin-bottom: 25px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.aurora_level-2-mind-meditation #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_level-2-vitality-stress #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_level-2-authentic-relationships #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_level-2-life-cycle-styles #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_level-2-conscious-communication #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_khalsa-way-gurmukh #le_area3 C {
    background-color: rgb(255, 255, 255);
}
.aurora_schedule-santa-monica #le_area25 {
    padding-right: 0px;
    padding-left: 0px;
}
#le_areasm1 {
    background-color: rgb(124, 49, 96);
    padding-top: 22px;
    padding-bottom: 22px;
}
.aurora_about-santa-monica #le_region1 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
}
.aurora_testimonials-santa-monica #le_region1 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
}
.aurora_workshops-santa-monica #le_region1 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
}
.aurora_map-santa-monica #le_region1 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
}
.aurora_pricing-santa-monica #le_region1 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    padding-top: px;
    padding-bottom: px;
}
.aurora_schedule-santa-monica #le_region1 {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
}
.aurora_testimonials-santa-monica #le_area4 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_teachers-santa-monica #le_area25 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_contact-us #le_area24 {
    padding-top: 20px;
    padding-bottom: 25px;
}
.aurora_home #le_area10 {
    padding-top: 40px;
}
.aurora_map-santa-monica #le_area24 {
    background-color: rgb(170, 109, 41);
    margin-bottom: 25px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_teachers-santa-monica #le_region1 {
    background-color: rgb(255, 255, 255);
}
.aurora_khalsa-way-teacher-training #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_level-2-teacher-training #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_level-1-teacher-training #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_yogic-lifestyle #le_area26 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_contact-us #le_area21 {
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_contact-us #le_area26 {
}
#le_areasm2 {
    background-color: rgb(255, 255, 255);
    padding-top: px;
    padding-bottom: 0px;
}
.aurora_pricing-santa-monica #le_area2 Sm {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_pricing-santa-monica #le_area1 Sm {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_home #le_region1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_home #le_region2 {
    padding-top: 30px;
}
/*-------------- Account Preset End ----------------- */
