@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
body {
    margin: 0 auto;
    color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	background-color: #ffffff;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le1template/188081736_new.jpg') no-repeat 50% 0% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

a {
	color: #cc3300;
	text-decoration: none;
}
a:hover {
    color: #cc3300;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
ul,ol {
    margin-top:0;
}
h1, h1 a, .title1, .title1 a {
	color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #cc3300;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #cc3300;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #cc3300;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 20px;
	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;
}

/* Form Styling
----------------------------------------------------------------------------------------------------*/

.le_form {
    color: #01a3b0;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #cc3300;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
    padding: 5px 15px;
	background-color: #01a3b0;
	border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 17px;
    line-height: 18px;
	margin: 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #745193;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px 3px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px;
}

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

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.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;
}


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

.se_button a, a.se_button {
	display: inline-block;
    margin-bottom: 10px;
	padding: 5px 20px;
	background-color: #cc3300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	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: #000000;
    text-decoration: none;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}

.se_cta {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
	padding: 12px;
    border: 5px solid #000000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	/*width:95%;*/
}

.se_cta:hover {
    border-color: #cc3300;
}

.se_cta a, a.se_cta {
	color: #000000;
}
.se_cta a:hover, a:hover.se_cta {
    color: #cc3300;
    text-decoration: none;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
    display: inline-block;
	color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 55px;
	font-weight: 400;
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_siteBranding a .le_logo_text {
    display: block;
    padding: 5px 20px;
	/*border: 5px solid #000000;*/
}
.se_social a {
    color: #000000;
    font-size: 33px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_social a:hover {
    color: #cc3300;
    text-decoration: none;
}
.se_tagline {
    margin-top: 10px !important;
    color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 24px;
}

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

.wrapper {
	width: 100%;
}

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

.header {
	padding: 40px 30px 20px 30px;
}
.headerLeft {
    min-height: 1px;
    text-align: center;
}
.headerRight {
    text-align: center;
}

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

.navigation {
    position: relative;
    padding: 0 30px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0px 35px;
    text-transform: uppercase;
    color: #000000;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.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: 3px 0;
	color: #000000;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #cc3300;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	color: #000000;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #cc3300;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 10px 20px;
}
.dropdown ul {
    display: none;
}

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

.content {
	padding: 30px;
	background-color: #ffffff;
	background: rgba(255,255,255,.68);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

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

.footer {
    margin-top: 10px;
	padding: 30px;
	background-color: #ffffff; 
	background: rgba(255,255,255,.68);
}
#le_53ea3c9ee59c0 p{
    font-size: 12px;
}

/* Footer Menus
----------------------------------------------------------------------------------------------------*/
.footer .menu_element ul{
    padding:0;
}
.footer .menu_element ul li{
    display:inline-block;
    margin-right:15px;
}

/* 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) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: center;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 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: #000000;
    	font-family: 'Pathway Gothic One', sans-serif;
    	font-size: 24px;
    	text-decoration: none;
    	text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #cc3300;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	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: 5px 10px;
        color: #ffffff;
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #000000;
        min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #cc3300;
    }
    .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: 0;
    	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) {
    .headerLeft {
        text-align: left;
    }
    .headerRight {
        text-align: right;
    }
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 20px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 20px;
    }
}

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

/* 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;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* ------------------------------------------
  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: 32px;
    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
----------------------------------------------------------------------------------------------------*/

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

  .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('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/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('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/le1template/nav-dot-small-fill-dark.png') !important;
}
.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/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: 940px;
    top: 51px;
    left: 100px;
    font-size: 21px;
    line-height: 60px;
    text-align: left;
    color: #ffffff;
    text-shadow: 4px 4px 42px #323232;
}

@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;
    }
}

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

/*-----------------------------------------Expand START--------------------------------*/
.expand {
    margin-bottom: 15px;
}
.expand dt {
    color: #ec752e;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}
.expand dt:before {
    content: "";
    margin-right: 0px;
    color: #ec752e;
    display: inline-block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.expand dt.active {
    color: #ec752;
}
.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: #d60021;
}
.expand2 dt:hover{
    cursor: pointer;
    color: #ec752e;
}
/*-----------------------------------------Expand END--------------------------------*/
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/BikramYogaatBrightonesDogGrooming/ThinkstockPhotos-476619186.jpg);
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.se_menu {
    background-color: rgb(116, 81, 147);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(1, 163, 176);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(1, 163, 176);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
    background-color: rgb(116, 81, 147);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(1, 163, 176);
}
.se_header {
    background-color: rgb(255, 255, 255);
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header h6 {
    color: rgb(116, 81, 147);
}
.se_header a {
    color: rgb(116, 81, 147);
}
.se_header a:hover {
    color: rgb(1, 163, 176);
}
.se_mainContent {
    background-color: rgba(255, 255, 255, 0.93);
}
.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 {
    color: rgb(116, 81, 147);
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
    color: rgb(1, 163, 176);
}
.se_footer {
    background-color: rgb(116, 81, 147);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer h6 {
    color: rgb(255, 255, 255);
}
.se_footer a {
    color: rgb(1, 163, 176);
}
.se_footer a:hover {
    color: rgb(255, 255, 255);
}
a {
    color: rgb(116, 81, 147);
}
a:hover {
    color: rgb(1, 163, 176);
}
.se_button a, a.se_button {
    background-color: rgb(1, 163, 176);
    color: rgb(255, 255, 255);
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(116, 81, 147);
    color: rgb(255, 255, 255);
}
.seFormButton {
    background-color: rgb(1, 163, 176);
    color: rgb(255, 255, 255);
}
.se_cta {
    background-color: rgb(116, 81, 147);
    border-color: rgb(1, 163, 176);
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta:hover {
    border-color: rgb(116, 81, 147);
}
.se_cta .le_content a:hover {
    color: rgb(1, 163, 176);
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_social a {
    color: rgb(1, 163, 176);
    font-size: 48px;
}
.se_social a:hover {
    color: rgb(116, 81, 147);
}
hr {
    background-color: rgb(1, 163, 176);
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_tagline {
}
p, ul, ol, dl {
    font-family: 'Open Sans';
    color: rgb(34, 33, 33);
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Open Sans';
    font-size: 32px;
    color: rgb(1, 163, 176);
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Open Sans';
    font-size: 28px;
    color: rgb(116, 81, 147);
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Open Sans';
    font-size: 24px;
    color: rgb(1, 163, 176);
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Open Sans';
    font-size: 20px;
    color: rgb(116, 81, 147);
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Open Sans';
    font-size: 18px;
    color: rgb(1, 163, 176);
}
h6, h6 a, .title6, .title6 a {
}
blockquote {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

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

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