@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic,700,700italic);
.call {display:none;}
:root {         
             /*----- Animation Width here  ------*/
            --anim-width: 1200px;
            /*----- Mobile-Backgound  580x960 ------*/
            --mobile-ab-fold-background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/blue42template/mobile-background/Mobile-background-01.png) !important;;
            /*----- Brand Color  ------*/
            --brand-color: rgb(38, 178, 211);
}

.inter-icon i {font-size: 50px;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    color: black;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;}
    
    .inter-icon p {font-size:12px;}

.inter-wrapper {display:flex; flex-wrap:wrap; justify-content:center;}
.inter-icon {text-align:center; max-width:150px; width:100%; padding:10px;}

.list3 {    padding-top: 15px;
    text-align: center;
    background-color: #bca062;
    width: 150px;
    cursor:pointer;
    color:black;
    margin: 15px;
 font-weight: bold;
 transition:.2s;
    margin-bottom:20px;
    height: 150px;
    border-radius: 100%;
        border: 2px solid gray;
            line-height: 21px;
    font-size: 21px;
background-color: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */ background: #f5f6f6;
    background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
    background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
    background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 );
}



.list3:hover i { animation:bounce-7 1s infinite; transition:.2s;  }

.list3:hover{-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}


 @keyframes bounce-7 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-10px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-2px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
    }

.wrapper {overflow: hidden}


.flex-it {  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;   
  flex-wrap: wrap; justify-content:center;
  margin-top:-50px;
   
}

.show-image {display:none ;}


.se_button {font-family: 'Montserrat' !important;}

.phone h2 a {font-size:15px !Important;}


.MainMenu:active:after {
  opacity: 0;
}

.MainMenu:after {
    animation: shine 5s ease-in-out;
   animation-iteration-count: 1;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 120px;
    height: 60px;
    opacity: 0;
    z-index:0;
    transform: rotate(0deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, .0) 20%, rgba(255, 255, 255, .10) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.10) 100% );
}


.MainMenu:before {
    animation: shine2 5s ease-in-out ;
  animation-iteration-count: 1;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 120px;
     z-index:0;
    height: 60px;
    opacity: 0;
    transform: rotate(0deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, .0) 20%, rgba(255, 255, 255, .10) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.10) 100% );
}


.menu-bar li.le_menuitem_level_0 li.le_menuitem_level_1 a {color:black !Important;}

.se_menu {z-index:1;}
@keyframes shine2{
  10% {
    opacity: 1;
    top: -30%;
    left: 100%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  

  
  
  100% {
    opacity: 0;
    top: -30%;
    left: -100%;
    transition-property: left, top, opacity;
  }
}


@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: 100%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  
    50% {
    opacity: 1;
    top: -30%;
    left: -50%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  
  
  100% {
    opacity: 0;
    top: -30%;
    left: -100%;
    transition-property: left, top, opacity;
  }
}

.MainMenu {border-bottom: 5px solid #d8d8d8;}

.services i {background-color: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */;}
.services i:hover { background-color: rgb(234, 216, 161);}
#jump {display:none;}
.services {margin-top:-55px;}

.big-icon:hover {  -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    transition:.6s;}
    .big-icon {max-width:200px; margin:auto;}
    
    .big-icon {transition: .3s;}
    
    .big-icon i {
    font-size: 50px;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    color: black;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
}

.service-btn:hover {background-color: white;}
    .service-btn:hover a {color:black;}

.services {margin-top:-75px;}
.service-titles {font-size:35px; padding-top:20px; color:white;}
.service-btn {    background-color: transparent;
    color: #09b0da;
    border: 2px solid white;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 50px;
    width:100%;
    padding:5px;
        max-width:250px;
        margin:auto;
    transition:.5s;
    margin-top:5px;
}


.service-btn a {color:white;}
    

/*  .divider {*/
/*    position: absolute;*/
    /* left: 50%; */
/*    right: 0%;*/
/*    top: 0%;*/
/*    bottom: 10%;*/
/*    height: 150px;*/
/*    border-left: 1px solid white;*/
/*} */


@media all and (max-width: 968px) {
    
#jump {display:block !IMportant;}
    .services {margin-top:0px;}
    .service-btn {font-size:10px; line-height:40px; padding:0px}
.service-titles {font-size:18px; padding-top:0px; color:white; padding-top:5px; padding-bottom:5px; white-space:nowrap;}
    .phone {display:none !important;}
    .banner-text {font-size:10vw !important; padding:10px; background-color:rgba(234, 216, 161, 0.30); color:white;}
    
    .call {display:block;}

    /* HomePage Styling */
    
    
    .aurora_home #le_section-three-area2 {margin-left: 0px !important;}
    .aurora_home #le_section-three-area3 {margin-right: 0px !important; margin-left: 0px !important;}
    .aurora_home #le_section-three-area4 {margin-right: 0px !important; margin-left: 0px !important;}
    .aurora_home #le_section-three-area5 {margin-right: 0px !important; margin-left: 0px !important;}
    .aurora_home #le_section-three-area6 {margin-left: 0px !important;}
    #canvas {padding:0px;}
    .aurora_home #le_section-three-area7 {margin-right: 0px !important; margin-left: 0px !important;}
    .swingimageshift {display: none !important;}
    
      /* ----------------------- */
      
      
      
      /* Chineese Facility Page Styling */
    
    .aurora_chinese-facility #le_section-three {padding-left:0px !important;}
     .aurora_chinese-facility #le_section-three-area2 {margin-left: 0px !important;}
     .aurora_chinese-facility #le_section-three-area3 {margin-right: 0px !important; margin-left: 0px !important;}
   .aurora_chinese-facility #le_section-three-area4 {margin-right: 0px !important; margin-left: 0px !important;}
     .aurora_chinese-facility #le_section-three-area5 {margin-right: 0px !important; margin-left: 0px !important;}
     .aurora_chinese-facility #le_section-three-area6 {margin-left: 0px !important;}
    .aurora_chinese-facility  #le_section-three-area7 {margin-right: 0px !important; margin-left: 0px !important;}
    
    
    
    
    /* ----------------------- */
    
    .outlet {margin:50px;}
}

.home-text {font-size: 20px;}
.banner-text {font-size:4vw; padding:10px; background-color:rgba(234, 216, 161, 0.30); color:white;}
.banner { -webkit-animation-delay: .4s;}

.MainMenu {position:fixed; background-color:#bca062;}

.about-us { -webkit-animation-delay: 0s; }
.facility  { -webkit-animation-delay: .1s; }
.Capabilities { -webkit-animation-delay: .2s; }
.warehouse { -webkit-animation-delay: .3s; }
.Certifications { -webkit-animation-delay: .4s; }
.Catalog { -webkit-animation-delay: .2s; }
.industries {animation-delay:.1s;}
.quality { animation-delay:.5s;}




.Feed { -webkit-animation-delay: .2s; }
.chinese { -webkit-animation-delay: .2s; }
    .cord { -webkit-animation-delay: 4.7s; }
.le_current_link {background-color: white !important; color:black !important;}
.formFooter {display:none !important;}


.about-us a::after {
    
    
        background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/about-us-real-01.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
    

}
.facility a::after {
    
    
        background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/nav-US-facility-01_copy.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
}

.Capabilities a::after {
    
       background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/nav-Capabilities-01_copy.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";

}

.warehouse a::after {
    
     background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/nav-US-facility-01/nav-US-facility-01_thumb.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";

}

.Certifications a::after {
    
    
       background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/Nav-Certification-01/Nav-Certification-01_thumb.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
 
}

.Catalog a::after {
    
    
       background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/NAV-Catalog-01_copy1.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
    
  
}

.Feed a::after {
    
      background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/nav-feed-01.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
    
    

}

.copper a::after {
    
    
     
      background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/nav-copper-01_copy.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
    
  
}


.qoute a::after {
    
      background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/qoute-01.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
    
    
    
 
}

.contact a::after {
    
      background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/nav-icons/CatalogIcon-01.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
    
}

.chinese a::after {
    
      background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/chinese-01-01.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
    

}

.quality a::after {
    
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/quality-01.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";
    

}

.custom a::after {
    
       background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/custom-cordsets-01.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";

}

.industries a::after {
    
    
       background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/finale-01.png);
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
     content:"";

}




.list2 {
    position: relative;
    transition: all 0.5s;
    background-color: #bca062;
 padding:10px;
   margin-top:10px;
    color: black;

}

#le_5b7c4c3680233 { height: 100vh !important;}
@media only screen and (max-width: 768px) {
li a::after {content: none !Important;}
}
#canvas {
    margin-top: ;
    height: auto !important;
    max-width: 1200px !important;
    overflow: none;
    width: 100% !important;
}

#animation_container {
    margin-top: ;
    height: auto !important;
    max-height:750px;
    max-width: 1200px !important;
    margin: auto;
    width: 100% !important;
}
@-webkit-keyframes swinging{
	0%{-webkit-transform: rotate(10deg);}
	50%{-webkit-transform: rotate(-5deg)}
	100%{-webkit-transform: rotate(10deg);}
}

@keyframes swinging{
	0%{transform: rotate(10deg);}
	50%{transform: rotate(-5deg)}
	100%{transform: rotate(10deg);}
}

.swingimage{
	position: relative;
	left: 50px;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: swinging 3.5s ease-in-out forwards infinite;
	animation: swinging 3.5s ease-in-out forwards infinite;
}

.swingimageshift{
	position: relative;
	left: 50px;
	margin-top: 30px;
	-webkit-transform-origin: 35% 0;
	transform-origin: 35% 0;
	-webkit-animation: swinging 3.5s ease-in-out forwards infinite;
	animation: swinging 3.5s ease-in-out forwards infinite;
}


#le_section-twenty .row {max-width:1200px; margin:auto;}
#le_headerRegion {background-color:black !important ; padding:0px !important;}


.MainMenu ul.le_menu_level_0 {text-align:center !important;}


@media only screen and (min-width:769px)  {
    
    
  .MainMenu ul.le_menu_level_1 {
    	
            width: max-content;
    max-width: 145px;
        
    
    }


.le_menu_level_1 {position: absolute;
    border: 1px solid ;
    width: 100%;}



.le_menu_level_1 li {
    width: 175px;
    height: 175px;
    float: left;
    font: bold 16px/22px Helvetica,Arial;}

.le_menu_level_1 li a {
    
        display: block;
    width: 100%;
    height: 100%;
    margin: auto auto;
    text-align: center;
    position: relative;
    padding: 0 8px 0;
    background-repeat: no-repeat;
}


.le_menu_level_1 a  { position: absolute;
    border: 1px solid;
    width: 175px;
    height: 175px;}
    
 .le_menu_level_1_container {position:absolute; width:auto;}
 .le_menu_level_1 li { height:130px; width:140px; float:left !important;}

}






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

.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}

.padding-10 {
    padding:10px;
}

.padding-15 {
    padding:15px;
}

.padding-20 {
    padding:20px;
}

.center-all {
    text-align:center;
    margin: auto;
}

.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

.img-frame {
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
}

@media all and (min-width: 768px) {
    .width-50per {
        width: 50%;
    }
    .width-75per {
        width: 75%;
    }
}

.list-inline ul{
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
}

.list-inline ul li{
    display: inline;
    padding: 0;
    margin: 0 10px 0 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters[class^="col-"],
.no-gutters[class*=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-left {
    padding-left:0;
}

.row-same-height {
    display:table;
    width: 100%;
}
.row-same-height [class^="col-"],
.row-same-height [class*="col-"]{
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 0 15px;
}

.row-same-height.sh-va-middle [class^="col-"],
.row-same-height.sh-va-middle [class*="col-"]{
    vertical-align: middle;
}
.row-same-height.sh-va-bottom [class^="col-"],
.row-same-height.sh-va-bottom [class*="col-"]{
    vertical-align: bottom;
}


@media all and (max-width: 768px) {
    .row-same-height {
        display:block;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        float:left;
    }
    
}

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

.abs-full {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.calendar_element_event_details {
    text-align: left;
    padding: 0px !important;
    font-size: 1em;
}    

/* END General Classes 
----------------------------------------------------------------------------------------------------*/

body {
    background: #fff;
    margin: 0 auto;
    color: #323232;
    font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

hr {
    border: 0;
    height: 1px;
}


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

a {
	text-decoration: none;
}
a:hover {
}
a img {
	border: 0;
}
p {
	color: #323232;
	font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	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, .title1, .title1 a {
	font-family: 'Droid Sans',sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h2, h2 a, .title2, .title2 a {
	font-family: 'Droid Sans',sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h3, h3 a, .title3, .title3 a {
	font-family: 'Droid Sans',sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin:0 0 .4em 0;
}
h4, h4 a, .title4, .title4 a {
	font-family: 'Droid Serif',serif;
	font-size: 20px;
	font-weight: 400;
	margin:0 0 .4em 0;
}
h5, h5 a, .title5, .title5 a {
	font-family: 'Droid Sans',sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h6, h6 a, .title6, .title6 a {
	font-family: 'Droid Serif',serif;
	font-size: 16px;
	font-weight: 400;
	margin:0 0 .4em 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 {
}

/* Make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}


/* 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 {
	padding: 20px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid gray !important;
	
	color: #323232;
	font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	margin: 0;
	-webkit-box-shadow: 6px 10px 24px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 10px 24px -8px rgba(0,0,0,0.75);
box-shadow: 6px 10px 24px -8px rgba(0,0,0,0.75);
}

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

.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-family:"Droid Serif", serif;
	font-weight:400;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button2 a, a.se_button.button2{
    padding: 8px 15px;
}
.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: 12px 15px 11px 15px;
    font-family: "Droid Serif",serif;
    font-style: italic;
}

.seFormButton:hover  {background-color:black !Important; color:white !Important;}
.se_cta {
    display: block;
    margin-bottom: 20px;
	padding: 20px;
	font-size: 24px;
	background-color: #ffffff;
	border: 7px solid rgba(71, 63, 73, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_cta:hover {
    border-color: #0da0b0;
}

.se_cta a, a.se_cta {
    color: #ffffff;
}
.se_cta a:hover, a:hover.se_cta {
    color: #e0e0e0;
    text-decoration: none;
}



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

.se_siteBranding {
    line-height:1;
    padding: 15px 0 5px 0px;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #ffffff;
	font-family: 'Droid Sans',sans-serif;
	font-size: 32px;
	font-weight: 700;
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo img {
    padding:5px 0;
    transition: all .3s ease;
}
.le_logo_text {
    font-size:100%;
    transition: all .3s ease
}
.se_tagline {
    margin-top: 8px;
	font-family: 'Droid Serif',serif;
}


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

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
}

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

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* 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: 0 0 10px 0;
}

/* 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-family: 'Droid Sans',sans-serif;
	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;
}
.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-family: 'Droid Sans',sans-serif;
	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:.7em;
}

.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: inherit;
    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-family: 'Droid Sans',sans-serif;
	font-size: 18px !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;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	/*color: #323232;*/
}

.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-family: 'Droid Sans',sans-serif;
	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 ---- */


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

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}

/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
    display: none !important;
}

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

.footer {
    clear: both;
	padding: 30px 0;
    text-align: center;
}
.footer-base {
    padding-top:15px;
}
.footer p {
	font-size: 13px;
	color: #ffffff;
}

.se_social {
    margin: 10px 0;
}

.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 (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
    }
    .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: 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 15px 15px;
        font-family: 'Droid Sans',sans-serif;
        font-size: 15px;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    }
    
    .MainMenu li.le_menuitem_level_0 a.le_current_link:before {
        display: inline;
        content: "\2022";
        margin-right: 5px;
    }

    .MainMenu li.le_menuitem_level_0 a.le_current_link:after {
        display: inline;
       
        margin-left: 5px;
    }

    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        z-index: 500 !important;
    }
    
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	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: 3px 10px;
    	color: #323232;
        font-family: 'Droid Sans',sans-serif;
    	font-size: 15px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 140px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #d83d44;
        background-image: none;
    }
    .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;
    }
    .MainMenu .dropdown ul {
        dipslay: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    /* ---- End Separate Mobile Menu ---- */
    
    
}
/* 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: 1200) {
    .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;
}

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

#le_mb_loginsignup #new_clients {
    border-left: 1px solid rgba(0,0,0,.23);
}
/* ------- 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;
    }
}


/* Special Theme Areas
----------------------------------------------------------------------------------------------------*/
/* - Top Panel (contact) - */
#top-panel {
    position: fixed;
    z-index:1009;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:0;
    overflow: hidden;
    visibility:none;
    opacity: 0;
    transition: all .3s ease;
}
#top-panel .top-panel-inner {
    min-height:100%;
    padding: 30px 0;
    background: rgb(70, 70, 70);
}
#top-panel.tp-visible {
    overflow-y: auto;
    visibility: visible;
    opacity:1;
    height: auto;
}
.le-logged-in #top-panel.tp-visible {
    top: 40px;
}
.le-edit-open #top-panel.tp-visible {
    top: 0px;
}
.le-edit-open #top-panel {
    visibility: visible;
    position: relative;
    z-index: 1;
    height: auto;
    opacity: 1;
}
.top-panel-close {
    position: absolute;
    top:0;
    right: 0;
    cursor: pointer;
}
.le-edit-open .top-panel-close {
    position:relative;
}
/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}

/* ---- Responsive text aligning ---- */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width:1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


/* -- Display Cards -- */

.display-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

.display-card:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

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



/* ========================================== Theme Speficic UI Styles ========================================== */
.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;
}


/* --- Helper Instructions when in edit mode --- */

.edit-instructions {
    display: none;
}

.le-edit-open .edit-instructions {
    display: block;
    clear: both;
    padding: 10px;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}





header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}






header .logo {
  color: #ee4d4d;
  float: left;
  font-family: "Dosis", arial, tahoma, verdana;
  font-size: 22px;
  font-weight: 500;
}
header .logo > span {
  color: #f7aaaa;
  font-weight: 300;
}
header .social {
  float: right;
}
header .social .btn {
  font-family: "Dosis";
  font-size: 14px;
  margin: 10px 5px;
}



/*------------------------------------------------------------------noahs timeline layout*/



#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #4daaee;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {

  position: relative;
  width: 50%;
    float: left;
}
#timeline .timeline-item .timeline-icon {
  background: #4daaee;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0%;
  overflow: hidden;
  margin-right: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.timeline-icon-right {
  background: #4daaee;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.timeline-item-right {margin-top:100px;}


#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 5px;
  left: 0px;
}
#timeline .timeline-item .timeline-content {
  width: 90%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #8dc0ea;
  color: black;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  right: 9%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #8dc0ea;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ee4d4d;
}
.btn {
  padding: 5px 15px;
  text-decoration: none;
  background: transparent;
  border: 2px solid #f27c7c;
  color: #f27c7c;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-shadow: 2px 2px 0 #f27c7c;
  -moz-box-shadow: 2px 2px 0 #f27c7c;
  -ms-box-shadow: 2px 2px 0 #f27c7c;
  box-shadow: 2px 2px 0 #f27c7c;
}
.btn:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: 2px 2px 0 transparent;
  -moz-box-shadow: 2px 2px 0 transparent;
  -ms-box-shadow: 2px 2px 0 transparent;
  box-shadow: 2px 2px 0 transparent;
}
#timeline .timeline-item .timeline-content.right:before {
    left: 9% ;
    right:unset !Important;
    border-left: 0;
    border-right: 7px solid #8dc0ea;
  }

.fa-timeline-it {color:white;}


@media screen and (max-width: 768px) {
  
    #timeline .timeline-item .timeline-content.right:before {
    left: auto ;
    
  }
  
    .timeline-item-right {margin-top:0px;}


#timeline .timeline-item .timeline-icon {
  background: #4daaee;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

    #timeline .timeline-item {
  position: relative;
  width: 100%;
    float: left;
}
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #8dc0ea;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
 
}










/*------------------------------------------------------------------noahs INNER CIRCLE*/




.circle-wrapper {width:100%; max-width:600px; margin:auto;}

/*MAIN CIRCLE*/
.circle {

    margin-bottom: 20px;
    width: 100%;
    padding-top: 100%;
    position: relative;
    /* margin-left: 25px; */
    /* max-height: 900px; */
    border-radius: 50%;
    background: #bca062;
    background: ;
    box-shadow: inset 0px 0px 30px white;
    -webkit-box-shadow: inset 0px 0px 30px white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}



/*LITTLE CIRCLES*/
.circle li {
  position: absolute;
  cursor:pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  list-style-type: none;
  text-align: center;
  font: 20px/50px Helvetica, Arial, sans-serif;

}


.circle li:hover {background-color:black;}

.circle li:hover i  {color:white !important;}


.circle li:nth-child(1) {
    top: -6%;
    left: 0;
    right: 0;
    margin: auto;
}

.circle li:nth-child(2) {
 top: 28%;
    bottom: 0;
    right: -2%;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  transform: rotate(70deg);
}

.circle li:nth-child(3) {
right: 15%;
    bottom: 4%;
    margin: auto;
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}

.circle li:nth-child(4) {
    left: 15%;
    bottom: 6%;
    margin: auto;
  -webkit-transform: rotate(217deg);
  -moz-transform: rotate(217deg);
  -ms-transform: rotate(217deg);
  -o-transform: rotate(217deg);
  transform: rotate(217deg);
}
.circle li:nth-child(5) {
 top: 26%;
    bottom: 0;
    left: -2%;
  -webkit-transform: rotate(-68deg);
  -moz-transform: rotate(-68deg);
  -ms-transform: rotate(-68deg);
  -o-transform: rotate(-68deg);
  transform: rotate(-68deg);
}


/*Rotation STATES*/
.numba-one {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/circle/custom-power-supply-01.png);
    background-size: cover;
    background-position: center center;
}

.numba-two {
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -o-transform: rotate(-70deg);
  transform: rotate(-70deg);
  background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/wire_cord-01.png);
    background-size: cover;
    background-position: center center;
}

.numba-three {
  -webkit-transform: rotate(-143deg);
  -moz-transform: rotate(-143deg);
  -ms-transform: rotate(-143deg);
  -o-transform: rotate(-143deg);
  transform: rotate(-143deg);
  background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/cord3-01/cord3-01_gallery.png);
    background-size: cover;
    background-position: center center;
}

.numba-four {
  -webkit-transform: rotate(-217deg);
  -moz-transform: rotate(-217deg);
  -ms-transform: rotate(-217deg);
  -o-transform: rotate(-217deg);
  transform: rotate(-217deg);
  background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/circle/jumper_cordset-01.png);
    background-size: cover;
    background-position: center center;
}


.numba-five {
  -webkit-transform: rotate(-294deg);
  -moz-transform: rotate(-294deg);
  -ms-transform: rotate(-294deg);
  -o-transform: rotate(-294deg);
  transform: rotate(-294deg);
  background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/circle/wire_harness-01.png);
    background-size: cover;
    background-position: center center;
}

.circle-active {background:none !important;}
.circle-active i {font-size:70px; color:white !important;}

.the-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    max-width: 400px;
    text-align: center;
}
    
    .the-text h1, .the-text p  {color:white;}
    
    @media screen and (max-width: 768px) {
    .the-text h1{ font-size:15px;}
            .the-text p{ font-size:10px;}

        .the-text {max-width:200px; top:40%;}
    }
    
    /*------------------------------------------------------------------noahs INNER CIRCLE*/
    
    
    /*-----------------------KT CSS EDIT---------------------*/
#catalog-pic1,
#catalog-pic2 {
    width: 70%;
}

@media screen and (max-width: 768px) {
    #catalog-pic1,
    #catalog-pic2 {
        width: 90%;
    }
}


@media only screen and (min-width: 710px) {
    #le_form_container_11 #le_form_11,
    #le_form_container_12 #le_form_12{
        padding: 0px 25%;
    }
}


/*Slick Slider css start*/

.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #4958a2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '\f060';
    color: #BCA062 !important;
}


.slick-next:before {

 color:#BCA062 !important;
  content: "\f061";
}




.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    z-index:3;
    border: none;
    outline: none;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}


.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    z-index:3;
    border: none;
    outline: none;
    background: black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.slick-slide img {
    margin: auto !important;
    width: auto !important;
    padding: 20px;
    
}

.slick-next {
   right: 2px !important;
}

.slick-prev {
    left: 2px !important;
}
/*Slick Slider css end*/

.slider-text {
    margin-top: -150px;
    position: relative;
    padding: 20px;
}

.slider-text h3 {
    color: #ffffff;
}

#cert-icon {
    margin-top: 20px;
    text-align: center;
    transition: all .3s;
}

#cert-icon img{
    transition: all .3s;
}

#cert-icon a {
    margin: 10px;
}

#cert-icon img:hover {
    transform: scale(1.3);
}


/*Testi slider */
.shadow-effect {
        /*background: #fff;*/
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        /*border: 1px solid #ececec;*/
        /*box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1),*/
        /*  0 15px 12px rgba(0, 0, 0, 0.02);*/
      }
      #customers-testimonials .shadow-effect p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
        color: black !important;
      }
      .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #BCA062;
        padding: 10px 20px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12),
          0 5px 7px rgba(0, 0, 0, 0.05);
      }
      #customers-testimonials .item {
        text-align: center;
        /*padding: 50px;*/
        margin-bottom: 80px;
        opacity: 0.2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        transition: all 0.3s ease-in-out;
      }
      #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
      }
      /*.owl-carousel .owl-item img {*/
      /*  -webkit-transform-style: preserve-3d;*/
      /*  transform-style: preserve-3d;*/
      /*  max-width: 90px;*/
      /*  margin: 0 auto 17px;*/
      /*}*/
      #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
      #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #6BBE46;
        -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
        transform: translate3d(0px, -50%, 0px) scale(0.7);
      }
      #customers-testimonials.owl-carousel .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
      }
      #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #6BBE46;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        -webkit-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
      }
/*testi slider end */

.footer-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.justify-center {
    justify-content: center !important;
}

@media(max-width: 991px){
    .justify-center {
        justify-content: space-between !important;
    }
}

.column3 {
    margin-right: 5px;
    border-left: 1px solid;
}

.column2 {
    margin-right: 5px;
    border-left: 1px solid;
}

.column2 p,
.column3 p{
    padding-left: 5px;
}

.footer-content a{
    transition: all .1;
}

.footer-content p {
    line-height: 2.4;
}

.footer-content a:hover {
    color: #BC9F62 !important;
}

@media (min-width: 991px) {
        .margin-left {
        margin-left: 100px !important;
    }
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area1 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
#le_footer-area2 {
    padding-top: 20px;
    padding-right: px;
    padding-bottom: 30px;
    padding-left: 20px;
    text-align: left;
}
#le_footer-area6 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    text-align: left;
}
#le_header-right {
}
#le_header-top-right {
    text-align: right;
}
#le_top-panel-area1 {
    color: rgb(255, 255, 255);
}
#le_top-panel-area2 {
    color: rgb(255, 255, 255);
}
#le_top-panel-area3 {
    color: rgb(255, 255, 255);
}
#le_tp-close {
    background-color: rgb(197, 197, 197);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_about #le_feature-content1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_featureContainer {
    margin-top: 0px;
    padding-top: 50px;
}
.aurora_about #le_gutterless-row2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_section-five {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_section-five-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about #le_section-one {
    background-color: rgb(255, 255, 255);
}
.aurora_about #le_section-six {
    margin-top: 0px;
}
.aurora_about #le_section-six-area3 {
    border-style: dotted;
    border-color: rgb(56, 190, 183);
    border-width: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about #le_section-three {
    margin-bottom: 50px;
}
.aurora_about #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 24px;
}
.aurora_about #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_about #le_section-two-area5 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_section-two-area9 {
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 18px;
}
.aurora_about #le_sidebar-area3 {
    font-size: 14px;
}
.aurora_about #le_sidebar-area6 {
    font-size: 14px;
}
.aurora_about #le_sidebar-container {
    font-size: 12px;
}
.aurora_about #le_top-panel {
    background-color: rgb(138, 208, 197);
}
.aurora_about-me #le_headerRegion {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_about-us #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Cord_Sets-235.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
}
.aurora_about-us #le_section-five {
    background-color: rgb(255, 255, 255);
}
.aurora_about-us #le_section-four {
    margin-top: 0px;
    padding-top: 0px;
}
.aurora_about-us #le_section-four-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about-us #le_section-middle {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_about-us #le_section-middle1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-middle2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_about-us #le_section-one-area0 {
    padding-top: 190px;
    padding-bottom: 150px;
}
.aurora_about-us #le_section-one-area1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-one-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-one-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-one-area6 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-one-content {
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-three {
    background-color: rgb(255, 255, 255);
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: center center;
    padding-top: px;
    padding-bottom: px;
}
.aurora_about-us #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/about-us-img/Cord_Sets-4/Cord_Sets-4_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-style: none;
    border-width: 0px;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 300px;
}
.aurora_about-us #le_section-three-area3 {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: rgba(28, 28, 28, 0.67);
}
.aurora_about-us #le_section-three-area4 {
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Cord_Sets-260/Cord_Sets-260_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-style: none;
    border-width: 0px;
    margin-right: 20px;
    margin-bottom: px;
    padding-top: 300px;
}
.aurora_about-us #le_section-three-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/usa-fac-gallery/Cord_Sets-238/Cord_Sets-238_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-style: none;
    border-width: 0px;
    margin-top: px;
    margin-left: 20px;
    padding-top: 300px;
}
.aurora_about-us #le_section-three-area7 {
    margin-top: px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-three1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-three2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-three3 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_about-us #le_section-three3-area 1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-three3-area 2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-twenty {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_about-us #le_section-two {
    background-color: rgb(0, 0, 0);
    padding-top: px;
    padding-bottom: px;
}
.aurora_about-us #le_section-two3 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 50px;
}
.aurora_about-us #le_section-two3-area 1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-two3-area 2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_appointments #le_primary-area1 {
}
.aurora_appointments #le_section-four {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_appointments #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_appointments #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_appointments #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_appointments #le_section-two-area9 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_capabilities #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/capabilites-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: px;
}
.aurora_capabilities #le_gutterless-row1 {
}
.aurora_capabilities #le_headerRegion {
}
.aurora_capabilities #le_section-four {
}
.aurora_capabilities #le_section-four-area1 {
}
.aurora_capabilities #le_section-four-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_capabilities #le_section-four-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_capabilities #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_capabilities #le_section-three-area2 {
    text-align: center;
}
.aurora_capabilities #le_section-three-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_capabilities #le_section-three-area4 {
    padding-top: 0px;
    padding-right: px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_capabilities #le_section-three-area5 {
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_capabilities #le_section-two {
    padding-top: 50px;
    padding-bottom: 0px;
}
.aurora_capabilities #le_section-two-area6 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_careers #le_career-one {
    background-color: rgb(19, 122, 199);
}
.aurora_careers #le_career-three {
    background-color: rgb(19, 122, 199);
}
.aurora_careers #le_career-two {
    background-color: rgb(19, 122, 199);
}
.aurora_careers #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Cord_Sets-235.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
}
.aurora_careers #le_section-five {
    background-color: rgb(255, 255, 255);
}
.aurora_careers #le_section-four {
    margin-top: 0px;
    padding-top: 0px;
}
.aurora_careers #le_section-four-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_careers #le_section-middle {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_careers #le_section-middle1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-middle2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_careers #le_section-one-area0 {
    padding-top: 190px;
    padding-bottom: 150px;
}
.aurora_careers #le_section-one-area1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-one-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-one-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-one-area6 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-one-content {
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-three {
    background-color: rgb(255, 255, 255);
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: center center;
    padding-top: px;
    padding-bottom: px;
}
.aurora_careers #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/about-us-img/Cord_Sets-4/Cord_Sets-4_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-style: none;
    border-width: 0px;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 300px;
}
.aurora_careers #le_section-three-area3 {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: rgba(28, 28, 28, 0.67);
}
.aurora_careers #le_section-three-area4 {
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Cord_Sets-260/Cord_Sets-260_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-style: none;
    border-width: 0px;
    margin-right: 20px;
    margin-bottom: px;
    padding-top: 300px;
}
.aurora_careers #le_section-three-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/usa-fac-gallery/Cord_Sets-238/Cord_Sets-238_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-style: none;
    border-width: 0px;
    margin-top: px;
    margin-left: 20px;
    padding-top: 300px;
}
.aurora_careers #le_section-three-area7 {
    margin-top: px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-three1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-three2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-three3 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_careers #le_section-three3-area 1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-three3-area 2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-twenty {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_careers #le_section-two {
    background-color: rgb(0, 0, 0);
    padding-top: px;
    padding-bottom: px;
}
.aurora_careers #le_section-two3 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 50px;
}
.aurora_careers #le_section-two3-area 1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_careers #le_section-two3-area 2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_catalog1 #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Cord_Sets-61.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_catalog1 #le_section-four {
    background-color: rgb(255, 255, 255);
}
.aurora_catalog1 #le_section-four-area1 {
    padding-top: 35px;
    padding-right: 40px;
    padding-bottom: 35px;
    padding-left: 40px;
}
.aurora_catalog1 #le_section-four-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_catalog1 #le_section-four-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_catalog1 #le_section-four-area4 {
    padding-bottom: 35px;
}
.aurora_catalog1 #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_catalog1 #le_section-one-content {
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_catalog1 #le_section-two {
}
.aurora_certifications2 #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/certifications-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_certifications2 #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 120px;
}
.aurora_certifications2 #le_section-two-area1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/header-bg/china_header2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_chinese-facility #le_gutterless-row1 {
}
.aurora_chinese-facility #le_section-five {
    background-color: rgb(255, 255, 255);
}
.aurora_chinese-facility #le_section-five-area1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-five-area5 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-five-area8 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-five-area9 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-four {
    background-color: rgb(241, 239, 239);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_chinese-facility #le_section-four-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_chinese-facility #le_section-four-area2 {
}
.aurora_chinese-facility #le_section-four-area3 {
}
.aurora_chinese-facility #le_section-four-area4 {
}
.aurora_chinese-facility #le_section-middle {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_chinese-facility #le_section-middle1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-middle2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_chinese-facility #le_section-one-area0 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_chinese-facility #le_section-one-area1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-one-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-six {
    background-color: rgb(255, 255, 255);
}
.aurora_chinese-facility #le_section-six-area1 {
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
}
.aurora_chinese-facility #le_section-three {
    background-color: rgb(255, 255, 255);
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.aurora_chinese-facility #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Cordset-Inc-manufacturer-custom-power-cords-0060/Cordset-Inc-manufacturer-custom-power-cords-0060_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-width: 0px;
    margin-left: 20px;
    padding-top: 300px;
}
.aurora_chinese-facility #le_section-three-area3 {
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-three-area4 {
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Cordset-Inc-manufacturer-custom-power-cords-0063/Cordset-Inc-manufacturer-custom-power-cords-0063_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-color: rgb(234, 216, 161);
    border-width: 0px;
    margin-left: 20px;
    padding-top: 300px;
    padding-right: 20px;
}
.aurora_chinese-facility #le_section-three-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/IMG_1011/IMG_1011_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-width: 0px;
    margin-top: 50px;
    padding-top: 300px;
}
.aurora_chinese-facility #le_section-three-area7 {
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-three-half {
    background-color: rgb(255, 255, 255);
    padding-top: 40px;
    padding-bottom: 30px;
}
.aurora_chinese-facility #le_section-three-half2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-three1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-three2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-three3 {
    background-color: rgb(255, 255, 255);
    padding-top: 40px;
    padding-bottom: 30px;
}
.aurora_chinese-facility #le_section-three33 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_chinese-facility #le_section-twenty {
}
.aurora_contact #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_contact #le_feature-content1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_contact #le_featureContainer {
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    padding-top: px;
    padding-bottom: px;
}
.aurora_contact #le_gutterless-row2 {
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: px;
    padding-bottom: px;
}
.aurora_contact #le_section-four {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_contact #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_contact #le_section-two-area2 {
    background-color: rgb(102, 184, 171);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_contact #le_section-two-area3 {
    background-color: rgb(138, 208, 197);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_contact #le_section-two-area4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_contact-info #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/header-bg/cordset93_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
}
.aurora_contact-info #le_section-four-area4 {
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_contact-info #le_section-one-area0 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.aurora_contact-info #le_section-one-content {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_contact-info #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/low-contrast-linen_copy.png);
    background-color: rgba(70, 70, 70, 0);
    background-repeat: repeat;
    background-size: auto;
}
.aurora_contact-info #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_contact-info #le_section-three-area3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_contact-info #le_section-twenty {
    background-color: rgb(255, 255, 255);
}
.aurora_contact-info #le_section-two {
    background-color: rgb(241, 239, 239);
}
.aurora_contact-info #le_section-two-area1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_contact-info #le_section-two-area6 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_contact-us #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/header-bg/cordset64.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_contact-us #le_section-custom-area6 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_contact-us #le_section-custom-area7 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_contact-us #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_contact-us #le_section-three-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_contact-us #le_section-three-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_custom-products #le_gutterless-row1 {
}
.aurora_custom-products #le_section-custom-1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_custom-products #le_section-custom-4 {
}
.aurora_custom-products #le_section-custom-start {
}
.aurora_custom-products #le_section-one-area0 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/header-bg/cord_set29-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
    padding-top: 140px;
    padding-right: px;
    padding-bottom: 100px;
    padding-left: px;
}
.aurora_custom-products #le_section-three-area6 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_custom-products #le_sub-custom-2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_daily-copper-price #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/header-bg/copper-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_daily-copper-price #le_section-five {
    background-color: rgba(70, 70, 70, 0.17);
}
.aurora_daily-copper-price #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
}
.aurora_daily-copper-price #le_section-five-area5 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_daily-copper-price #le_section-five-area6 {
    background-color: rgba(70, 70, 70, 0.17);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_daily-copper-price #le_section-five-area7 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_daily-copper-price #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 120px;
}
.aurora_daily-copper-price #le_section-three-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_daily-copper-price #le_section-three-area6 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_daily-copper-price #le_section-twenty {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_fb-news-feed #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/header-bg/cordset_432.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_fb-news-feed #le_section-four-area1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_fb-news-feed #le_section-four-area3 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_fb-news-feed #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_features #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_features #le_feature-content3 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/balancemb/img4.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_feature-content4 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/balancemb/img5.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_featureContainer {
    padding-top: px;
    padding-bottom: px;
}
.aurora_features #le_headerRegion {
}
.aurora_features #le_section-four {
    background-color: rgb(70, 70, 70);
    padding-bottom: 40px;
}
.aurora_features #le_section-four-area1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-four-area2 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area3 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area4 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area5 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area6 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-four-area7 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-one {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section-one-content1 {
    font-size: px;
}
.aurora_features #le_section-one-content4 {
    padding-top: 60px;
}
.aurora_features #le_section-one-content7 {
    padding-top: 40px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_features #le_section-one-content8 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(70, 70, 70);
    font-size: 24px;
}
.aurora_features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_section-three {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_features #le_section-two-area1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-two-area2 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/balancemb/img4.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area3 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/balancemb/img5.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area4 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/balancemb/img6.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area5 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/balancemb/img4.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area6 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area7 {
    background-color: rgb(237, 234, 229);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area8 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section1 {
    background-color: rgb(237, 237, 237);
    margin-top: px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section1-content 4 {
    padding-top: 60px;
}
.aurora_features-copy #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features-copy #le_headerRegion {
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_feature-content2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_home #le_feature-content4 {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    color: rgb(70, 70, 70);
}
.aurora_home #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Depositphotos_3327204_l-2015.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_gutterless-row1 {
    background-color: rgba(0, 0, 0, 0.6);
    background-repeat: repeat;
    background-attachment: none;
}
.aurora_home #le_gutterless-row2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 30px;
}
.aurora_home #le_headerContainer {
}
.aurora_home #le_headerRegion {
    background-color: rgb(0, 160, 164);
}
.aurora_home #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_home #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_home #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_home #le_menu-region {
}
.aurora_home #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sectio-five {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_home #le_section-23-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_home #le_section-five {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-five-area1 {
    padding-top: px;
    padding-bottom: px;
    font-size: px;
}
.aurora_home #le_section-four {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-four-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-four-area2 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 0px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-four-area3 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 0px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-one-area0 {
    padding-top: px;
}
.aurora_home #le_section-six {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-six-area2 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-six-area3 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-six-area4 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-six-area5 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-six-area6 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/classy-fabric.png);
    background-color: rgb(0, 0, 0);
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 40px;
    padding-right: px;
    padding-bottom: 40px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
}
.aurora_home #le_section-three-area2 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three-area3 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three-area4 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three-area5 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three-area6 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three-area7 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-three-area8 {
    background-color: rgba(28, 28, 28, 0.67);
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home #le_section-three-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/About-01.png);
    padding-top: 300px;
}
.aurora_home #le_section-twenty {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-two {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-two-20 {
    background-color: rgb(255, 255, 255);
    background-attachment: fixed;
}
.aurora_home #le_section-two-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-two-area2 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-two-area3 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_section-two-area4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_home #le_section-two-area5 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area6 {
    padding-top: px;
    padding-bottom: px;
    color: rgb(127, 127, 127);
}
.aurora_home #le_section-two-area7 {
    padding-top: 20px;
    padding-bottom: 30px;
}
.aurora_home #le_section-two-area8 {
    padding-top: 20px;
    padding-bottom: 30px;
}
.aurora_home #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_services1 {
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_home #le_services2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_home #le_services3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_home #le_services4 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_home #le_test {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/classy-fabric.png);
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_home #le_top-panel {
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_top-panel-area2 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_top-panel-area3 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_tp-close {
    background-color: rgb(197, 197, 197);
    border-width: px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgb(0, 0, 0);
}
.aurora_industries-served #le_section-one-area0 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/About-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_industries-served #le_section-three-area6 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_meet-the-team #le_feature-content1 {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_featureContainer {
    padding-top: px;
}
.aurora_meet-the-team #le_headerRegion {
}
.aurora_meet-the-team #le_primary-area1 {
    background-color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_primary-content {
    background-color: rgb(239, 239, 239);
    padding-top: 0px;
}
.aurora_meet-the-team #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
}
.aurora_meet-the-team #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_meet-the-team #le_section-three-area1 {
    text-align: center;
}
.aurora_meet-the-team #le_section-three-area2 {
    padding-top: px;
    line-height: px;
}
.aurora_meet-the-team #le_section-three-area3 {
    padding-top: px;
    line-height: px;
}
.aurora_meet-the-team #le_section-three-area4 {
    padding-top: px;
    line-height: px;
}
.aurora_meet-the-team #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_meet-the-team #le_section-two-area3 {
    background-color: rgb(138, 208, 197);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_meet-the-team #le_section-two-area9 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
}
.aurora_meet-the-team #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_meet-the-team #le_sidebar-area1 {
    padding-top: px;
    padding-bottom: 20px;
}
.aurora_meet-the-team #le_sidebar-area4 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.aurora_meet-the-team #le_sidebar-container {
    padding-top: px;
}
.aurora_my-training #le_feature {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_my-training #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: px;
}
.aurora_my-training #le_header {
    border-width: px;
}
.aurora_quality #le_gutterless-row1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Quality-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_quality #le_section-five {
    background-color: rgb(255, 255, 255);
    text-align: center;
}
.aurora_quality #le_section-five-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_quality #le_section-five-area2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_quality #le_section-five-area5 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_quality #le_section-five-area6 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_quality #le_section-five-area7 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_quality #le_section-four {
    background-color: rgb(241, 239, 239);
    padding-top: 020px;
    padding-right: 20px;
    padding-bottom: 020px;
    padding-left: 20px;
}
.aurora_quality #le_section-four-area1 {
    padding-top: 0px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
}
.aurora_quality #le_section-four-area4 {
    text-align: center;
}
.aurora_quality #le_section-one-area0 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_quality #le_section-six {
    background-color: rgb(255, 255, 255);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_quality #le_section-three {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 40px;
}
.aurora_quality #le_section-three-area2 {
    text-align: center;
}
.aurora_quality #le_section-three-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_quality #le_section-twenty {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_quality #le_section-two {
    background-color: rgb(255, 255, 255);
}
.aurora_quality #le_section-two-20 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/classy-fabric.png);
    background-color: rgb(34, 34, 34);
}
.aurora_quality #le_section-two-area6 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_request-quote #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/header-bg/cordset64.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_request-quote #le_section-one {
}
.aurora_request-quote #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_request-quote #le_section-one-content {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/grey-washed-wall.png);
    background-color: rgb(255, 255, 255);
    background-repeat: repeat;
    background-size: auto;
    padding-top: 20px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
}
.aurora_schedule #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
}
.aurora_schedule #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_schedule #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_schedule #le_section-two-area9 {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_serivices #le_featureContainer {
    padding-top: px;
    padding-bottom: px;
}
.aurora_serivices #le_primary-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_serivices #le_sidebar-container {
    background-color: rgb(239, 239, 239);
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.aurora_serivices #le_sidebar-left {
    background-color: rgb(239, 239, 239);
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.aurora_services #le_primary-area5 {
}
.aurora_services #le_primary-area6 {
}
.aurora_services #le_sidebar-area1 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
}
.aurora_services #le_sidebar-container {
    background-color: rgb(230, 225, 218);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
}
.aurora_test #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_test #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_test-1 #le_top-panel {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt2/media/amazing-736881.);
    background-color: rgba(70, 70, 70, 0.17);
    background-size: cover;
    background-position: bottom center;
}
.aurora_testing #le_section-two {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
}
.aurora_us-facility1 #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/header-bg/cordset_us2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_us-facility1 #le_section-five {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_us-facility1 #le_section-four {
    background-color: rgb(241, 239, 239);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_us-facility1 #le_section-four-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
}
.aurora_us-facility1 #le_section-four-area4 {
    padding-right: 30px;
    padding-left: 30px;
}
.aurora_us-facility1 #le_section-middle {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_us-facility1 #le_section-middle1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-middle2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_us-facility1 #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_us-facility1 #le_section-one-area1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-one-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-six {
    background-color: rgb(255, 255, 255);
    padding-top: 40px;
}
.aurora_us-facility1 #le_section-six-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_us-facility1 #le_section-six-area7 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-three {
    background-color: rgb(255, 255, 255);
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.aurora_us-facility1 #le_section-three-area2 {
    border-style: none;
    border-width: 0px;
    margin-left: 20px;
    padding-top: px;
}
.aurora_us-facility1 #le_section-three-area3 {
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-three-area4 {
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-three-area5 {
    border-width: 0px;
    margin-top: 40px;
    margin-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
}
.aurora_us-facility1 #le_section-three-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/Cord_Sets-260/Cord_Sets-260_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    border-width: 0px;
    margin-top: px;
    padding-top: 300px;
}
.aurora_us-facility1 #le_section-three-area7 {
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-three1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-three2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_us-facility1 #le_section-three3 {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_us-facility1 #le_section-twenty {
}
.aurora_us-facility1 #le_section-two {
    background-color: rgb(255, 255, 255);
}
.aurora_us-facility1 #le_section-two-20 {
    background-color: rgb(255, 255, 255);
}
.aurora_warehouse #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cordsetinc/us-warehouse-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center left;
}
.aurora_warehouse #le_section-one-area0 {
    padding-top: 140px;
    padding-bottom: 100px;
}
.aurora_workshops #le_feature-content1 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_featureContainer {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_gutterless-row1 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_gutterless-row2 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_workshops #le_section-one-content {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-two {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-two-area1 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-two-area2 {
    background-color: rgb(102, 184, 171);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_workshops #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_workshops #le_section-two-area5 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-two-area9 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navicon {
    color: rgb(255, 255, 255);
}
.seFormButton {
    background-color: rgb(234, 216, 161);
    color: rgb(0, 0, 0);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-image: none;
}
.se_button a, a.se_button {
    background-color: rgb(188, 160, 98);
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(127, 127, 127);
    border-color: rgba(0, 0, 0, 0);
}
.se_cta {
    background-color: rgb(42, 138, 136);
    border-color: rgb(138, 208, 197);
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
    border-color: rgb(242, 106, 64);
}
.se_footer {
    background-color: rgb(0, 0, 0);
}
.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 {
    background-color: rgb(0, 0, 0);
}
.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 {
    background-color: rgb(241, 239, 239);
}
.se_menu {
    background-color: rgb(234, 216, 161);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Josefin Sans';
    font-size: 14px;
    color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(70, 70, 70);
    background-color: rgba(189, 159, 97, 0.84);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(0, 0, 0);
}
.se_siteBranding a {
    font-family: 'Open Sans';
    font-size: 40px;
    color: rgb(70, 70, 70);
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.se_social a:hover {
    color: rgb(242, 106, 64);
}
.se_tagline {
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
}
.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 {
    color: rgb(0, 0, 0);
}
a:hover {
}
blockquote {
    font-family: 'Open Sans';
    font-size: 22px;
    font-style: italic;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Josefin Sans';
    font-size: 50px;
    color: rgb(234, 216, 161);
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Montserrat';
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: normal;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Open Sans';
    font-size: 24px;
    color: rgb(42, 138, 136);
    font-weight: normal;
    font-style: normal;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Open Sans';
    font-size: 20px;
    color: rgb(242, 106, 64);
    font-weight: normal;
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Open Sans';
    font-size: 18px;
    color: rgb(42, 138, 136);
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Open Sans';
    font-size: 16px;
    color: rgb(242, 106, 64);
}
hr {
    background-color: rgb(0, 0, 0);
}
p, ul, ol, dl {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_career-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_career-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_career-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_career-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_career-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_career-two {
    }
}

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