body {
    margin: 0 auto;
    color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:26px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.le-edit-open .header  {
    margin-top:30px;
}
#auroraContentContainer {
    top:0 !important;
    margin-top:35px;
}
.bx-viewport {
    height:307px !important;
}
.no-padding {
    padding:0 !important;
}
.add-padding {
    padding-bottom:15px;
}
.paddingLeftRight {
    padding:0 45px;
}
ul {
    margin: 0 0;
}
/* Typography
----------------------------------------------------------------------------------------------------*/
a {
	color: #005abb;
	text-decoration: none;
	font-weight:600;
	font-size:14px;
}
a:hover {
  color:#74c9be;
  text-decoration:none;
}
a img {
	border: 0;
}
p {
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:26px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #005abb;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	margin: 0;
	font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	margin: 0;
	font-weight: normal;
}
h3, h3 a, .title3, .title3 a {
	color: #005abb;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #005abb;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin: 0;
}
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;
}
.light-blue-p p {
    color: #91bae6;
}
.splashpadding {
    padding-right: 15px;
    padding-left: 15px;
}
.bx-wrapper .bx-viewport {
    left:-40px !important;
    overflow:visible !important;
    position: initial !important;
}

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

.splashform {
    width: 30%;
    margin: auto;
}
.le_form {
    color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #cc3300;
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
    padding: 6px 30px;
	background-color: #74c9be;
	border: 0;
    text-align: center;
	color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-size: 17px;
    line-height: 18px;
	margin: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.wrapper input[type="submit"]:hover {
	background-color: #005abb;
	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: 'Open 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 !important;
}

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

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.le_bin {
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}

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

.se_button a, a.se_button {
	padding: 6px 30px;
	background-color: #74c9be;
	border: 0;
    text-align: center;
	color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-size: 17px;
    line-height: 18px;
	margin: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.se_button a:hover, a:hover.se_button {
	background-color: #005abb;
	cursor: pointer;
    text-decoration: none;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
    display: inline-block;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
	font-weight: 400;
	word-break: break-word;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_siteBranding a .le_logo_text {
    display: block;
    padding: 5px 20px;
	border: 5px solid #000000;
}
.se_social {
    text-align:right;
    padding:5px;
    font-size:24px;
    color:#74c9be;
}
.se_social a{
    padding-left:5px;
     color:#74c9be;
}
.se_social:hover {
    color:#005abb;
}
.se_tagline {
    margin-top: 10px !important;
    color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
}
.main {
   background:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/studio143/studio-143/img-fixedBackground.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom:115px;
}
.inside-page {
    padding-top:30px;
}
/* Header
----------------------------------------------------------------------------------------------------*/
.header {
    width:100%;
	padding-top:10px;
	background-color:#fff;
}
.header-line {
    background-image:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/studio143/studio-143/header-line.png");
    background-repeat:repaet-x;
    height:15px;
}
.headerRight {
    font-size:18px;
    text-align: right;
}
.main-bg {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(67,39,0,0.75);
  -moz-box-shadow: 0px 6px 6px 0px rgba(67,39,0,0.75);
  box-shadow: 0px 6px 6px 0px rgba(67,39,0,0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff); 
}
.box1 {
    background-image:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/studio143/studio-143/graphic-CTA1.png");
    background-repeat:no-repeat;
    background-position:center center;
    height:123px;
    padding-top:50px;
}
.box2 {
    background-image:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/studio143/studio-143/graphic-CTA2.png");
    background-repeat:no-repeat;
    background-position:center center;
    height:111px;
    padding-top:50px;
}
.box3 {
    background-image:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/studio143/studio-143/graphic-CTA3.png");
    background-repeat:no-repeat;
    background-position:center center;
    height:109px;
    padding-top:50px;
}
.box1, .box2, .box3 {
   margin-top:35px;
}
.box1, .box2, .box3, .box1 a, .box2 a, .box3 a {
    font-size:20px;
    text-align:center;
    font-weight:normal;
}
.center-box {
    text-align:center;
    padding:45px 92px !important;
}
.center-box p em {
    font-size:22px;
}
.center-box p  span {
    font-size:16px;
}
/* Navigation
----------------------------------------------------------------------------------------------------*/
.navbar {
    margin-left: -1%;
    width: 102%;
}
.navicon .menu-label {
    color: #fff;
    line-height: 53px;
    font-size: 18px;
    float:left;
    font-family:Arial;
}

.navbar {
    position: relative;
    bottom: 0;
    margin-bottom: 0px;
    min-height: 0;
    border: none;
    border-radius: 0;
}
.navbar-toggle-wrapper {
    display: none;
}
.navbar-toggle {
    display: block;
    z-index: 1;
    float: left;
    position: relative;
    margin-right:0 !important;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    width:28px;
    margin-bottom:6px;
}
.main-menu {
    display: block;
    padding: 10px 0 0 10px;
    text-align: center;
    border-radius: 0;
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul ul {
    margin-top: 0px;
}

.main-menu li {
    list-style: none;
}

.main-menu > ul > li,
.main-menu > ul > li > div > ul {
    margin-top: 0px;
}

.main-menu > ul > li {
    display: inline-block;
}

.main-menu li a {
    display: block;
    padding: 11px 15px;
    color:#0080d3;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.main-menu ul ul li a {
    padding: 6px;
}

.main-menu > ul > li> a:hover, .main-menu .le_current_link {
   	color: #74c9be;
}

.main-menu ul ul {
    position: absolute;
    z-index: 1;
    display: none;    
    text-align: center;
    bottom:-70px;
    background-color:rgba(0,0,0,0.8);  
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
}

.main-menu li:hover > div > ul {
    display: block;
}

.main-menu ul ul a {       
    color: #fff;  
    min-width: 100px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.main-menu ul ul a:hover {
    color: #a8c1bd;
    background-color:none;
}
 
.main-menu ul ul ul {
    float: right;
    margin-top: -35px;
    padding: 0;
}

.main-menu ul,
.main-menu li,
.main-menu a,
.navbar-toggle,
.navbar-toggle .icon-bar {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.row_button {
    min-width: 80px;
}

/* ------------------------------------------
  MAIN MENU MEDIA QUERIE
  --------------------------------------------- */
@media only screen and (max-width : 991px){ 
     .img-box {
         margin-left:auto;
         margin-right:auto;
    }
    .header > .row > [class*="col-"] {
        float:left;
        width:100%;
        padding:0px;
    }
    
    .main-menu ul {
        float: left;
        padding-left:10px;
    }
    
    .navbar {
        display: block;
        padding: 0;
        position: relative; 
        margin: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 40px;
    }

    .navbar-toggle-wrapper {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        background-color:#005abb;
        margin-top:30px;
    }
    
    .nav-triangle {
        display: none;
    }

    .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
    
    .main-menu {
        display: none;
        float: none;
        padding: 0;
        position: relative;
        width: 100%;
        float: left;
    }
    
    .main-menu > ul,
    .main-menu ul ul {
    	display: block;
    	position: relative;
    	margin: 0;
    	width: 100%;
    	bottom:0px;
    }
    
    .main-menu li {
    	margin: 0px;
    	display: block;
    	text-align: left;
    }
    
    .main-menu li ul {
    	background: none;
    }
    
    .main-menu li a {
    	padding-left: 5px;
    }
    
    .main-menu li a:hover {
        background: none;
    }
    
    .main-menu > ul > li {
        height: auto;
    }
    
    .main-menu ul li a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    .main-menu ul ul li a {
        display: inline-block;
        text-align: center;
        color:#000;
    }
    
    .main-menu > ul > li > a {
    	border-top: 1px solid #fff;
    }
    .main-menu > ul > li:first-child > a {
    	border-top: none;
    }
    
    .main-menu li,
    .main-menu a,
    .main-menu ul ul a {
    	-webkit-transition: none;
        -moz-transition: none;
        transition: none;
        width: 100%;
        color: #959595;
        font-size:12px;
    }
    
    .main-menu a:hover {
        color: #00508f;
    }
    
    .main-menu ul ul {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .main-menu li > div {
        float: none;
        margin: 0;
    }
    
    .main-menu > ul > li > div > ul {
        margin-top: 0px;
    }
    
    .main-menu li ul ul li > a {
        padding-left: 45px;
    }
    
    .main-menu li,
    .main-menu a {
        height: auto;
    }
    
    .row .navigation {
        padding:0px;
    }
    
   .main-menu li {
       text-align:left;
       line-height:18px;
   }
   
   .le_menuitem_level_1 a {
       text-align:center;
   }
  
    html .row { 
        width:100%;
    }
  
    .se_siteBranding {
        text-align:center;
    }
    .header-line {
        display:none !important;
    }
    .footerLeft {
        text-align:center;
    }
    .navicon {
        width:130px;
        margin:0 auto;
    }
    .paddingLeftRight {
       padding:0 10px;
    }
    .center-box {
       padding:45px 30px !important;
    }
}
@media only screen and (max-width : 768px){  
    
}
@media only screen and (max-width : 500px) {
    .slider_text {
        left:35px !important;
        top:50px !important;
    }
    .slider_button {
        left:35px !important;
        top:155px !important;
    }
}
@media only screen and (max-width : 390px) {
    
}
    
/* Content
----------------------------------------------------------------------------------------------------*/


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



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


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

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

#blog_post_listing a {
    color:#000;
    font-size:24px;
}
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;
}
.staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !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;
}

/*-------------------------CLEAR END-------------------------------*/
.row { 
    width:960px;
    margin: 0px auto;
}
.row >div {
  min-height:0px;  
}

#le_footerRight {
    text-align:center;
}

@media only screen and (max-width : 768px){    
  #existing_clients {
      width:100%!important;
  }
  #new_clients {
      width:100%!important;
  }
}

.header-text {
    height:0px;
}
.header-text h1{
    font-size:92px;
    color:#fff;
    position:relative;
    top:-95px;
}
.slider {
    border-bottom:20px solid #4d716b;
}
.slider .anythingSlider-default {
    padding:0px;
}
.slider_text {
    position:absolute;
    top:106px;
    left:123px;
    text-align:center;
}
.slider_button {
    position:absolute;
    top:170px;
    left:120px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background:#005abb !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#fff !important;
}
.bx-wrapper {
    margin-bottom:0 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom:-5px !important;
}
.footerLeft {
    margin-top:37px;
}
.line-footer {
    border-top:1px solid #91bae6;
    padding-top:20px;
}
.footer p strong {
    font-size:16px;
}
.se_footer  {
    padding:0 0 35px 0;
}
.footer .se_social {
    text-align:center;
}
/*-------------------------IE 8 Fixes-------------------------------*/
.lt-ie9 .col-md-1, 
.lt-ie9 .col-md-2, 
.lt-ie9 .col-md-3, 
.lt-ie9 .col-md-4, 
.lt-ie9 .col-md-5, 
.lt-ie9 .col-md-6, 
.lt-ie9 .col-md-7, 
.lt-ie9 .col-md-8, 
.lt-ie9 .col-md-9, 
.lt-ie9 .col-md-10, 
.lt-ie9 .col-md-11, 
.lt-ie9 .col-md-12 {
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}
.lt-ie9 .col-md-12 {
    width: 100%;
}
.lt-ie9 .col-md-11 {
    width: 91.66666667%;
}
.lt-ie9 .col-md-10 {
    width: 83.33333333%;
}
.lt-ie9 .col-md-9 {
    width: 75%;
}
.lt-ie9 .col-md-8 {
    width: 66.66666667%;
}
.lt-ie9 .col-md-7 {
    width: 58.33333333%;
}
.lt-ie9 .col-md-6 {
    width: 50%;
}
.lt-ie9 .col-md-5 {
    width: 41.66666667%;
}
.lt-ie9 .col-md-4 {
    width: 33.33333333%;
}
.lt-ie9 .col-md-3 {
    width: 25%;
}
.lt-ie9 .col-md-2 {
    width: 16.66666667%;
}
.lt-ie9 .col-md-1 {
    width: 8.33333333%;
}
.lt-ie9 .col-md-offset-4 {
    margin-left:33.3333%;
}
.lt-ie9  .col-md-pull-3 {
    right:25%;
}
.lt-ie9 .col-md-push-9 {
    left:75%;
}

@media only screen and (max-width :857px){    
  .master_date{
      padding-bottom:55px;
  }
}
@media only screen and (max-width :508px){    
  .master_date{
      padding-bottom:90px;
  }
}
@media only screen and (max-width :380px){    
  .master_date{
      padding-bottom:120px;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, 
.col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, 
.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, 
.col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, 
.col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, 
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, 
.col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12,
.col-sm-12, .col-md-12, .col-lg-12  {
    padding-left:10px;
    padding-right:10px;
}