@font-face {
    font-family: 'FuturaStdBook';
    src: url('/service/file/prairieyoga/fonts/futurastd-book-webfont.eot');
    src: url('/service/file/prairieyoga/fonts/futurastd-book-webfont-.eot#iefix') format('embedded-opentype'),
         url('/service/file/prairieyoga/fonts/futurastd-book-webfont.woff') format('woff'),
         url('/service/file/prairieyoga/fonts/futurastd-book-webfont.ttf') format('truetype'),
         url('/service/file/prairieyoga/fonts/futurastd-book-webfont.svg.txt#FuturaStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaStdHeavy';
    src: url('/service/file/prairieyoga/fonts/futurastd-heavy-webfont.eot');
    src: url('/service/file/prairieyoga/fonts/futurastd-heavy-webfont-.eot#iefix') format('embedded-opentype'),
         url('/service/file/prairieyoga/fonts/futurastd-heavy-webfont.woff') format('woff'),
         url('/service/file/prairieyoga/fonts/futurastd-heavy-webfont.ttf') format('truetype'),
         url('/service/file/prairieyoga/fonts/futurastd-heavy-webfont.svg.txt#FuturaStdHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0 auto;
    color: #737373;
    font-family: arial, san-serif;
	font-size: 12px;
	line-height: 19px;
}

hr {
	clear: both;
    margin: 14px auto;
    width: 100%;
    border: 0;
    border-top: 1px solid #f2f2f2;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: rgb( 255, 106, 0);
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 14px !important;
}
a:hover {
	color: #c97201;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #737373;
    font-family: arial, san-serif;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content ul {
    padding-left: 0;
    margin-left: 0;
}

[le_content_type="text"].le_content li {
    margin: .35em 0 .35em 1em;
}

h1, h1 a { 
	font-family: arial, san-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6A00;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h2, h2 a {
	color: #737373;
	font-family: arial, san-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 19px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h3, h3 a {
	color: #4c5930;
	font-family: arial, san-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h4, h4 a {
	color: #737373;
    font-family: FuturaStdBook, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h5, h5 a {
	color: #737373;
	font-family: arial, san-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 19px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h6, h6 a {
	color: #FFFFFF;
    font-family: arial, san-serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 54px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
}

/* Make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}
.redbold {
    color: rgb( 255, 106, 0);
    font-weight: bold;
}


/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: #323232;
	font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'Droid Sans',sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
	height: 35px;
	padding: 0 5px !important;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(240,240,240);
	box-shadow: none !important;
	color: #323232;
	font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}

/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

/* -- Bootstrap form tweaks -- */
.form-control {
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/

.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: #f9c057;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#f9c057;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #f9c057 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: #000000 !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#000000;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #f9c057;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 8px 12px;
    color: #ffffff;
    margin-top: 10px;
    background-color: #f9c057;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #ffffff;
    color: #4D5B31;
}
.se_button.button2 a, a.se_button.button2 {
    padding: 7px 15px;
    border: 1px solid #f9c057;
    color: #f9c057;
    margin-top: 10px;
    background-color: rgba(255,255,255,0);
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #f9c057;
    color: #ffffff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
}

/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    line-height:1;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}

/* Classes
----------------------------------------------------------------------------------------------------*/

.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.fullwidth img {
    width: 100%;
    height: auto;
}


/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
	background-repeat: repeat-y;
    background-position:50% 0%;
    background-color: grey; 
    background-repeat: repeat;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/prairieyoga/imgBackground.png");
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent {
    padding-top: 40px;
}
.container {
    background-color: #ffffff;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
    position:absolute;
    width: 100%;
    z-index: 300;
}
.le-edit-open .header-wrap, .header-wrap.no-feature, .aurora-page-wrapper .header-wrap {
    position:relative;
}

.header {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #737373;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
}

.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.mainMenu {
    display: none;
    width: 100%;
}
.mainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.mainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.mainMenu .le_menu_level_container {
	position: relative;
}
.mainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-size:12px !important;
} 
.mainMenu li.le_menuitem_level_0 a:hover {
	color: #323232;
}
.mainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.mainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #ffffff; 
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.mainMenu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.menu-bar li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size:.9em;
}

.mainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.mainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.mainMenu .dropdown ul {
    display: none;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 1001;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: #ffffff;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
}

.le-logged-in .primary-mobile-menu {
    top:40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: .5em 0 .5em 0;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #737373;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #c97201;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
}
.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 767px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper{
        right:240px;
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
}


/* ---- End Separate Mobile Menu ---- */

/* Navigation (sub-menu)
----------------------------------------------------------------------------------------------------*/
.submenu hr {
    clear: both;
    margin: 0px auto;
    width: 100%;
    border: 0;
    border-top: 1px solid #f2f2f2;
}
.submenu {
    font-size: 12px;
    display: inline-block;
}
.submenu a {
    color: rgb( 255, 106, 0);
    padding: 10px 0px;
    line-height: 16px;
    display: block;
    font-family: FuturaStdBook, Arial, sans-serif;
    padding-left: 10px;
}
.submenu a:hover {
    background-color: #F7F7F7;
    text-decoration: none;
}
.submenu2 hr {
    clear: both;
    margin: 0px auto;
    width: 100%;
    border: 0;
    border-top: 1px solid #f2f2f2;
}
.submenu2 {
    font-size: 12px;
    display: inline-block;
    display:block;
}
.submenu2 a {
    color: rgb( 255, 106, 0);
    padding: 10px 0px;
    line-height: 16px;
    display: block;
    font-family: FuturaStdBook, Arial, sans-serif;
    padding-left: 10px;
}
.submenu2 a:hover {
    background-color: #F7F7F7;
    text-decoration: none;
}

/* Main Content
----------------------------------------------------------------------------------------------------*/



/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
	background-repeat: repeat-y;
    background-position:50% 0%;
    background-color: grey; 
    background-repeat: repeat;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/prairieyoga/imgBackground.png");
}
.footer p {
	font-size: 13px;
	color: #ffffff;
}

.se_social {
    margin-bottom: 10px;
}

.se_social a {
    margin: 0 .15em;
}


/* Media Queries
----------------------------------------------------------------------------------------------------*/

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

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .mb20 {
        margin-bottom: 50px;
    }
    /*.primary-mobile-menu li.le_menuitem_level_1 a {*/
    /*    display: none !important;*/
    /*}*/
}
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .mainMenu {
        display: block;
        padding-top: 0;
        text-align: center;
    }
    .mainMenu ul {
        margin: 0;
        padding: 0;
    }
    .mainMenu li {
    	list-style: none;
    }
    .mainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .mainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 6px 0 12px 0;
    }
    .mainMenu li.le_menuitem_level_0 a {
        color: #737373;
    	font-family: FuturaStdBook, Arial, sans-serif;
    	font-weight: normal;
    	text-decoration: none;
    	text-transform: uppercase;
    	display: block;
    	font-size: 13px;
    	margin: 14px 0px 14px 0px;
    	padding: 0px 30px 0px 30px;
    	display: block;
    	line-height: 18px;
    	border-right: 1px solid #737373;
    	position: relative;
    	word-break: break-word;
    	-webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .mainMenu li.le_menuitem_level_0 a:hover {
        color: #c97201;
	    text-decoration: underline;
    }
    .mainMenu li.le_menuitem_level_0:last-of-type a {
        border-right: none;
    }
    .mainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        width: 250px;
    }
    
    .mainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	text-align: left;
    	background-color: rgba( 255, 255, 255, .8);
        border: 1px solid #737373;
    }
    .mainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .mainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 3px 10px;
    	color: #737373;
        font-family: FuturaStdBook, Arial, sans-serif;
    	font-size: 15px;
    	line-height: 18px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    	border-right: 0px solid #737373 !important;
    }
    .mainMenu li.le_menuitem_level_1 a:hover {
    	color: #FFFFFF;
        text-decoration: none;
        background-color: rgba( 248, 153, 29, .5);
    }
    .mainMenu .le_menu_level_2_container {
    	float: right;
    	left:100%;
    	margin-top: -35px;
    	padding: 0;
    }
    .mainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	background: rgba(237, 237, 237, 0.9);
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .mainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    	background: #f55642;
	    color: #737373;
    }
    .mainMenu .dropdown ul {
        dipslay: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    /* ---- End Separate Mobile Menu ---- */
    .right-line {
        border-right: 1px solid #737373;
        padding: 0px 10px 0px 10px;
    }
    .top-line {
        margin-top: 15px;
        margin-bottom: 15px;
        border-top: 1px solid #737373; 
    }
    .testimonials {
        padding: 0 30px;
    }
    .text-sm-right {
        text-align: right;
    }
    .submenu {
        display: none;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 15px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

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;
}
img {
    max-width: 100%;
    height: auto;
}

.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.feature-content .le_plugin_slider_container {
    margin:auto;
}
.feature-content [le_content_type="htmlslider"] img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
    padding-top:10px;
}
.staff_img img {
    width: 140px;
}
.staff_name {
    margin-left: 160px;
}
#schedule .content12 {
    display: none;
}
#schedule .contentcontainerWide1 {
    border-right: none;
}
.enrollments_title::before {
    content: "Upcoming Workshops & Events";
    font-family: arial, san-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb( 255, 106, 0);
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    visibility: visible;
}
.enrollments_title {
    font-size: 0px !important;
    visibility: hidden;
}
#le_form_container_3 .le_form_control_label {
    width: 200px !important;
}
.desc span {
    color: #737373 !important;
}
.le_plugin_map small a {
    color: #f88b0a !important;
}
.le_plugin_map small a:hover {
	color: #c97201 !important;
	text-decoration: underline;
}
.staff_bio {
    width: 100% !important;
}
.staff_side {
    width: 100%;
    margin-left: 0px;
}
.mb_listview_date {
    color: rgb( 255, 106, 0);
	font-family: arial, san-serif;
	font-size: 12px;
	line-height: 19px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.titledate .titlestaff .titlestaff {
    color: #737373;
    font-family: arial, san-serif;
	font-size: 12px !important;
	line-height: 19px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.master_date {
    font-size: 1.0em !important;
}
.enrollments_title {
    font-family: arial, san-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb( 255, 106, 0);
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
.enrollment_box {
    border-top: 1px solid #737373 !important;
}
.bold_date {
    font-size: 12px !important;
    font-style: normal !important;
}
.not_entire {
    font-size: 12px !important;
    font-weight: bold !important;
}
.start_end {
    font-size: 12px !important;
    font-style: italic !important;
}
.lighter {
    font-style: normal !important;
}
.morelink {
    font-size: 12px !important;
}
.mb_le_staff_lastname {
    font-size: 12px !important;
}
.mb_le_staff_firstname {
    font-size: 12px !important;
}
#le_mb_staff_page h2, #le_mb_class_page h2 {
    font-family: arial, san-serif;
    font-size: 18px;
	font-weight: bold;
	color: rgb( 255, 106, 0);
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
td a, a {
    font-size: 12px;
}
.desc {
    font-size: 12px;
}
.main_course_image {
    border: 1px solid transparent;
    float: left!important;
    width: 20%;
}
.le_metro_silver_button {
    font-size:13px !important;
}


/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
}

/* ------------------------------------------
  Overrides - Services and MB
  --------------------------------------------- */

/* ------- Staff Pages ------ */

.wrapper #le_mb_get_staff .staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}

.wrapper #le_mb_get_staff .staff_info{
    margin-bottom: 20px;
}

/* ----- Class Pages ----- */
#le_mb_class_page #class_info img {
    margin-bottom: 20px;
    padding-left: 0;
}

#le_mb_class_page #class_info h4 {
    clear: both;
    margin-bottom: 10px;
}

#le_mb_class_page .staff_info img {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
}

#le_mb_class_page .staff_info h4 {
    margin-bottom: 10px;
}

.wrapper .staff_info .firstname,.wrapper .staff_info .lastname {
    font-size:18px;
}

/* ------- list Schedule ------ */

.mb_listview_date #forward, .mb_listview_date #back {
    width: 40px;
    height: 40px;
    font-size: 28px;
    transition:all .2s ease;
}

.wrapper #le_mb_list_schedule .master_date {
    padding-top:0;
}
.wrapper #le_mb_list_schedule .title_date {
    padding-left: 20px;
}
.wrapper #le_mb_list_schedule .row_date {
    padding-left: 20px;
}
.title_date, .title_class, .title_staff {
    position:relative;
    top:-5px;
}  

.wrapper #le_mb_list_schedule .row_class {
    padding-left:20px;
}

.wrapper #le_mb_list_schedule .row_staff {
    padding-left:2px;
}

/* ------- MB login ----- */
#login_form .mb_login_existing_row {
    display: block;
    clear: both;
    overflow: hidden;
}

/* ------- MB Clients ----- */
@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* 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;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
}
.htmlPanel { /* Fixes shift of content when fade transition is applie */
    left: 0;
}

/* ---- Scale map down on mobile devices for easier scrolling ----*/

.mobile-map {
	max-width: 100%;
}

@media only screen and (max-width : 992px) { 
	.mobile-map {
		max-width: 80%;
	}
}

/* -- Blog Service Styles -- */

#blog-wrapper {
    padding: 0;
    margin-top: 40px;
    display: table;
    width: 100%;
}

#blog_sidebar.blog_sidebar {
    width: 25%;
    margin-right: 10%;
    padding-right: 3%;
    display: table-cell;
    float: none;
    vertical-align: top;
}

#blog_sidebar #blog_sidebar_name {
    font-size: 1.35em;
    margin-bottom: 10px;
}

#blog_sidebar_image {
    display:block;
    margin: auto;
}

/* -- Post List -- */

#blog_post_listing:before, #blog_sidebar:before {
    display: block;
    content: "";
    margin-top: 50px;
}

#blog_post_listing.blog_post_listing_sidebar { /*This is actually the post listing container...not the sidebar*/
    width: 75%;
    padding-left: 5%;
    display: table-cell;
    float: none;
}

#blog_post_listing .blog_post_listing {
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

#blog_post_listing h1.blog_post_listing_title {
    line-height:1;
    margin-bottom: 10px;
}

#blog_post_listing .feature_blog_text {
    margin-left:0;
}


#blog_post_listing .blog_post_listing_footer_section {
    padding: 10px 0 0 0;
}

#blog_post_listing .blog_post_listing_footer_hr {
    display:none;
}

img.blog_post_listing_author_img, img.blog_post_author_img, .blog_post_comment_new_author_image {
    max-width:38px;
    height: auto;
    border-radius: 500px;
}

.blog_post_listing_publishdatetime, .blog_post_listing_author {
font-size: 13px;
}

.blog_post_listing_author,.blog_post_author {
    font-weight: bold;
}

.blog_post_listing_content {
    /*clear: both;*/
}

.blog_post_listing_title_section {
    margin-right: 50px;
}

.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}

#blog_post_listing .feature_blog_image {
    margin-right: 20px;
}

#blog_post_listing .feature_blog_text {
    float: none;
}

#blog_post_listing .blog_post_listing_permalink a {
    word-break: break-all;
}

a.read_more_link {
    display: table;
    background: #424242;
    padding: 10px 15px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px !important;
    font-style: italic;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #blog_sidebar.blog_sidebar {
        display:none;
    }
    #blog_post_listing.blog_post_listing_sidebar {
        width: 100%;
        padding-left: 0;
    }
}

@media all and (max-width: 600px) {
    #blog_post_listing .blog_post_listing_header_section {
        display:none;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .blog_post_listing_title_section {
        margin: 0;
        text-align: center;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
    }
    #blog_post_listing a.read_more_link {
        margin: 15px auto 0;
    }

}

/* --- Single (Full) Posts --- */
#blog_post .blog_post_title_section {
    margin: 10px 0;
}

#blog_post_content_section {
    max-width: 720px;
}

#blog_post .blog_post_comments_hr {
    display: none;
}
#blog_post .blog_post_footer_hr {
    margin: 30px 0 10px 0;
}

#blog_post .blog_post_footer_section {
    margin-bottom: 20px;
}

#blog_post_permalink {
    word-break: break-all;
}

/* --- Blog Post Comments --- */
#blog_post_comments_section {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}

.blog_post_comments_header {
    padding:8px 15px;
}

h2#comments {
    font-size:18px;
}

#blog_post_comments_section .blog_post_comment_post_container {
    border: 0;
    background: rgba(0,0,0,.05);
    padding:30px 15px;
}

#blog_post_comments_section .blog_post_comment_new_comment_actions {
    text-align: left;
    margin-top: 15px;
}


/* -- Blog Element Styles -- */

.blog_post_listing_element {
    margin-bottom: 10px;
}

.blog_post_listing_element h1.blog_post_listing_title {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.blog_post_listing_element .feature_blog_image {
    float: left;
    margin-right: 20px;
}    

.blog_post_listing_element .blog_post_listing_footer_hr {
    display: none;
}

.read_more_div a{
    display: inline-block;
    background: #424242;
    padding: 5px 10px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .blog_post_listing_element .feature_blog_image {
        float: none;
    }
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }
    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }
}

/* --------- End Theme Styles --------- */


/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width:1279px){
    #auroraContentContainer {
    	min-width:100%;
    	position: relative;
    	top: 0px;
    }
}
.aurora_pushContent {
    left:200px;
    margin-left:0 !important;
}

.le-logged-in #auroraContentContainer {
	top: 40px;
}

.le_region_name {
    font-family: 'Helvetica', arial, sans-serif !important;
    font-weight: normal !important;
}
.le_region_overlay_container {
    margin-top:0;
}

/* -- End System Fixes -- */

/* -- Search Results Page -- */
.search_result {
  clear: both;
}

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}



/* ------ Edit Region ------- */

.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------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;
}

.title_staff {
    padding-left: 6% !important;
}
#more_course_1484 .course_desc{
    display: block;
}
.le-edit-open .submenu {
	display: block;
}
.wrapper input[type="submit"] {
    padding: 5px 15px;
    border: 0px solid transparent;
    font-family: 'Droid Sans',sans-serif;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: white !important;
    background-color: #f9c057 !Important;
}
.mb_mobile_classname a {
    color: rgb(255, 106, 0) !Important;
}
.mb_le_staff_firstname a {
    color: rgb(255, 106, 0) !Important;
}
.mb_le_staff_lastname a {
    color: rgb(255, 106, 0) !Important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_area12 {
}
#le_header1 {
    background-color: rgba(0, 0, 0, 0);
}
#le_header2 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_250-hour-foundation-yoga-teacher-training #le_area12 {
}
.aurora_250-hour-foundation-yoga-teacher-training #le_area4 {
}
.aurora_250-hour-foundation-yoga-teacher-training #le_area5 {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
}
.aurora_300-hour-advanced-yoga-teacher-training #le_area5 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_500-hour-advanced-yoga-teacher-training #le_area12 {
    background-color: rgb(0, 128, 0);
}
.aurora_home #le_area2 {
}
.aurora_home #le_bottom-form {
    background-color: rgb(255, 255, 255);
}
.aurora_home #le_section-ten-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/prairieyoga/Flowers.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_home #le_section-ten-area2 {
    background-color: rgb(255, 255, 255);
}
.aurora_home1 #le_area2 {
}
.aurora_on-going-studio-classes #le_area5 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_registration-policies #le_area5 {
    background-color: rgb(0, 128, 0);
}
.aurora_yoga-teacher-training #le_area7 {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-color: rgb(255, 128, 0);
    border-width: 2px;
    border-radius: 0px;
    margin-top: 0px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    font-weight: normal;
    color: rgb(255, 128, 0);
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
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 {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_area12 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_header1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_header2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_250-hour-foundation-yoga-teacher-training #le_area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_250-hour-foundation-yoga-teacher-training #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_250-hour-foundation-yoga-teacher-training #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_300-hour-advanced-yoga-teacher-training #le_area5 {
    background-color: rgb(0, 128, 0);
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_bottom-form {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_on-going-studio-classes #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-teacher-training #le_area7 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_area12 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_header1 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_header2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_250-hour-foundation-yoga-teacher-training #le_area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_250-hour-foundation-yoga-teacher-training #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_250-hour-foundation-yoga-teacher-training #le_area5 {
    background-color: rgb(0, 128, 0);
    color: rgb(255, 255, 255);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_300-hour-advanced-yoga-teacher-training #le_area5 {
    background-color: rgb(0, 128, 0);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_bottom-form {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_on-going-studio-classes #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-teacher-training #le_area7 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
