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

body {
    margin: 0 auto;
    color: rgb(157, 155, 149);
    font-family: 'Play', sans-serif;
    font-size: 14px;
    background-color: #ffffff;
   /* background-image: url('../le6template/bgcolorful-new.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

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

a {
    color: #9fa100;
    text-decoration: none;
}
a:hover {
    color: inherit;
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #373737;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	margin: 0;
}
ul, ol {
    margin-top: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #9fa100;
	font-family: 'Audiowide', cursive;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #373737;
	font-family: 'Play', cursive;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #9fa100;
	font-family: 'Play', cursive;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #373737;
	font-family: 'Audiowide', cursive;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #9fa100;
	font-family: 'Play', cursive;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #373737;
	font-family: 'Play', cursive;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
.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 {
	text-decoration: none;
}

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

.le_form {
	color: #373737;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
	color: #9fa100;
	font-family: 'Play', cursive;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	background-color: #2185c4;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: rgb(157, 155, 149);
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
	color: #373737;
	font-size: 14px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px;
}

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

hr {
    height: 1px;
    border: 0;
    background-color: #cecece;
}
.le_bin {
    display:none;
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.le-edit-open .le_bin {
    display:block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.le_binItem {display:none;}
.le_binItem.hascon {display:block;}
.le-edit-open .le_bin {display:none;}
.le-edit-open .le_bin.hasbin {display:block;}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.mt10 {
    margin-top:10px;
}
.mt20 {
    margin-top:20px;
}
.mb10 {
    margin-bottom:10px;
}
.mb20 {
    margin-bottom:20px;
}
.textOverlay p {
    color: #ffffff;
    font-size: 21px;
    left: 10px;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 20px;
    text-align: center;
    text-shadow: 5px 5px 5px rgb(22, 22, 23);
    top: 40px;
    z-index: 5;
    width: auto;
}
.textOverlay a {
    font-size:35px;
}
.specTag h1 {
    font-size:14px;
}

/* Style Editor
----------------------------------------------------------------------------------------------------*/

.round-button {
	margin: 0 auto;
    width: 200px;
    height: 200px;
    padding-bottom: 10%;
    border-radius: 50%;
    border: 8px solid #4f84bf;
    overflow: hidden;
    background: #000;
    box-shadow: 0px 2px 4px 0px rgba(154, 152, 147, 0.75);
    -moz-box-shadow: 0px 2px 4px 0px rgba(154, 152, 147, 0.75);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(154, 152, 147, 0.75);
}
.round-button:hover {
    background: #262626;
}
.se_button a, a.se_button {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 15px;
	background-color: #9fa100;
	color: #ffffff;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_button a:hover, a:hover.se_button {
	background-color: #7f8100;
    text-decoration: none;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.fullwidthButton a, a.fullwidthButton {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.se_cta {
    display: block;
    margin-bottom:0px;
    padding: 0px;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
    border-radius: 30px 0 30px 0;
    background-color: #ffffff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	text-align:center;
	box-shadow: 8px -14px 100px #ffffff inset;
}
.se_cta:hover {
    
}
.se_cta a, a.se_cta {
    color:#fff;
    text-decoration: none;
    text-shadow: 1px 1px 15px #ffffff;
    padding: 5px;
    margin-bottom: 15px;
}
.se_cta a:hover, a.se_cta:hover {
    color: #fff;
}
.se_cta p {
    color: rgb(157, 155, 149);
    margin-top: 15px;
    text-shadow: 2px 2px 6px #ffffff;
    font-size: 18px;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #9fa100;
	font-family: 'Play', cursive;
	font-size: 55px;
	font-weight: 400;
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_social {
    margin-bottom: 10px;
}
.se_social a {
    color: #ffffff;
    font-size: 33px;
}
.se_social a:hover {
    color: #ffffff;
    text-shadow: 2px 2px 6px #000000;
    text-decoration: none;
}
.se_tagline {
    margin-left: 5px;
	color: #9fa100;
	font-family:"Play", cursive;
	font-size: 17px;
	font-weight: 700;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff !important;
}
.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 !important;
}


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

.wrapper {
	width: 100%;
}

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

.header {
	padding: 30px 0;
	background-color: #ffffff;
    text-align: center;
}
.headerInner {
    padding: 0 30px;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

.navigation {
    position: relative;
	background-color: #ffffff;
}
.nav {
    padding: 0 30px;
}
.navicon {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    color: #373737;
    left: 15px;
    top: 5px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 15px;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 5px 0;
	color: #373737;
    font-family: 'Play', cursive;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #9fa100;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 0 5px 15px;
	color: #373737; 
    font-family: 'Play', cursive;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #9fa100;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}

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

.contentwide {
    position: relative;
	padding: 0px 0 0 0;
}
.contentwide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: /*rgba(0,0,0,.12);*/
}
.content {
    padding: 30px;
	background-color: #ffffff;
    border-bottom: 0px solid #f1f1f1;
}

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

.footer {
    margin-top: 20px;
	padding: 20px 0 40px 0;
    text-align: center;
}
.footerInner {
    padding: 0 30px;
}
.footer p {
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
}

/* 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 (min-width: 768px) {
    h1, h1 a, .title1, .title1 a {
        font-size: 36px;
    }
    .headerwide {
        text-align: left;
    }
    .se_cta {
        margin-bottom:30px;
    }
    .specTag h1 {
        font-size:36px;
    }
    /*.textOverlay a {
        font-size:72px;
    }*/
    .textOverlay a {
        font-size:40px;
    }
    .textOverlay p {
        top:51px;
    }
    .footerwide {
        text-align: left;
    }
    .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 {
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 10px 10px;
    	color: #373737;
    	font-family: 'Play', cursive;
    	font-size: 24px;
    	text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #9fa100;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 5px 0;
        background-color: #ffffff;
    	text-align: left;
    }
    .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: #373737;
    	font-family: 'Play', cursive;
    	font-size: 22px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #9fa100;
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 5px 0;
        background-color: #ffffff;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        display:block;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 20px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 10px;
    }
    .menu li.le_menuitem_level_1 a {
        padding: 3px 10px;
    }
    .headerLeft {
        text-align: left;
    }
    .headerRight {
        text-align: right;
    }  
    .footerLeft {
        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 30px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 20px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 3px 10px;
    }
}

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

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}
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;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

#feature img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

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

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

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

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

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

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  
@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;
    }
}
/* Slider Controls
----------------------------------------------------------------------------------------------------*/
.anythingSlider-default .arrow a {
    width: 39px !important; /* half the width */
    height: 38px !important; /* height */
    margin: -19px 0 0 0 !important; /* negative half the height */
    background: url('../le1template/Slider-Arrows-Med-Circles.png') no-repeat !important;
}
.anythingSlider-default .arrow a:hover {
    background-position: left -38px !important;
}

.anythingSlider-default .back {
    left: -75px !important; /* negative half the width */
    transition:left .2s ease;
}
.anythingSlider-default .forward {
    right: -75px !important; /* negative half the width */
    transition:right .2s ease;
}
.anythingSlider-default .forward a {
    background-position: right top !important;
}
.anythingSlider-default .forward a:hover {
    background-position: right -38px!important;
}
.anythingSlider-default.activeSlider .anythingControls a {
    background-image:  url('../le1template/nav-dot-small-fill-dark.png') !important;
}
.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
    background-image: url('../le1template/nav-dot-small-fill-white.png') !important;
}
.anythingSlider-default .anythingControls ul {
    top: -30px !important;
    left: 0 !important;
    float: none !important;
    margin: 0 !important;
    text-align: center;
}
.textOverlay .htmlPanel {
  position: relative;
}
/*.textOverlay p {
    position: absolute;
    z-index: 5;
    margin: auto;
    width: auto;
    top: 51px;
    left: 10px;
    right: 20px;
    font-size: 21px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    text-shadow: 5px 5px 5px rgb(22, 22, 23);
}*/

@media all and (max-width: 1279px) {
    .anythingSlider-default .back {
        left: -50px !important;
    }
    .anythingSlider-default .forward {
        right: -50px !important;
    }
}


@media all and (max-width: 1023px) {
    .anythingSlider-default .back {
        left: 15px !important;
    }
    .anythingSlider-default .forward {
        right: 15px !important;
    }
}

/*#auroraContentContainer{
        background-image: url("../le6template/bottomfade.png");
    background-repeat: repeat-x;
    background-position:bottom;
}*/

/* ---- 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%;
	}
}
#signup_link {
    display:none;
}
.mb_login_new_input select {
  color: black !important;
}
.schedule_filters {
   color: black;
}

/*Fix header font size for login/logout on myStats screen*/
.loginText a {
    font-size: 20px !important;
}

/* MYSTATS STYLING FIXES */

#createUserForm .ui-button {
    background: #2185c4 !important;
    font-family: 'Play', sans-serif !important;
    font-weight: normal !important;
    text-shadow: none !important;
}
#createUserForm .ui-button:hover {
	cursor: pointer !important;
}
#MsLinkTxt {
    color: rgb(157, 155, 149) !important;
}
#createUserForm label {
    color: rgb(157, 155, 149) !important;
}
/*-------------- Account Preset ----------------- */
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-image: none;
    background-color: rgb(0, 0, 0);
    background-repeat: repeat;
}
.se_menu {
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-size: 20px;
    color: rgb(157, 155, 149);
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(33, 133, 196);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(157, 155, 149);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(33, 133, 196);
    background-color: rgb(0, 0, 0);
}
.se_header {
    background-color: rgb(0, 0, 0);
}
.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 {
    background-color: rgb(0, 0, 0);
}
.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_mainContent a {
    color: rgb(33, 133, 196);
}
.se_wrapperContent a:hover,.se_mainContent a:hover {
}
.se_footer {
    background-color: rgb(22, 22, 23);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer h6 {
    color: rgb(157, 155, 149);
}
.se_footer a {
    color: rgb(33, 133, 196);
}
.se_footer a:hover {
    color: rgb(255, 255, 255);
}
a {
    color: rgb(33, 133, 196);
}
a:hover {
    color: rgb(157, 155, 149);
}
.se_button a, a.se_button {
    background-color: rgb(33, 133, 196);
    color: rgb(22, 22, 23);
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(25, 24, 24);
    color: rgb(33, 133, 196);
}
.seFormButton {
}
.se_cta {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(255, 255, 255);
    border-width: 0px;
}
.se_cta .le_content a {
    color: rgb(33, 133, 196);
}
.se_cta:hover {
    border-color: rgba(0, 0, 0, 0);
}
.se_cta .le_content a:hover {
    color: rgb(33, 133, 196);
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_social a {
    color: rgb(33, 133, 196);
}
.se_social a:hover {
    color: rgb(157, 155, 149);
}
hr {
    background-color: rgb(157, 155, 149);
}
.se_siteBranding a {
    color: rgb(157, 155, 149);
}
.se_siteBranding:hover, .se_siteBranding a:hover {
    color: rgb(33, 133, 196);
}
.se_tagline {
    color: rgb(33, 133, 196);
}
p, ul, ol, dl {
    font-size: 15px;
    color: rgb(157, 155, 149);
    line-height: 1.5;
}
h1, h1 a, .title1, .title1 a {
    color: rgb(157, 155, 149);
    font-weight: bold;
}
h2, h2 a, .title2, .title2 a {
    font-size: 25px;
    color: rgb(33, 133, 196);
    font-weight: bold;
    font-style: normal;
}
h3, h3 a, .title3, .title3 a {
    color: rgb(80, 80, 80);
    font-weight: bold;
    font-style: italic;
}
h4, h4 a, .title4, .title4 a {
    color: rgb(157, 155, 149);
}
h5, h5 a, .title5, .title5 a {
    font-size: 18px;
    color: rgb(33, 133, 196);
}
h6, h6 a, .title6, .title6 a {
    color: rgb(80, 80, 80);
}
blockquote {
}
/*-------------- Account Preset End ----------------- */