@charset "utf-8";
/* RESETS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}


img {
max-width: 100%;
height: auto;
}
	
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


.clear { clear:both; visibility:hidden; height:1px; overflow:hidden; }

a { text-decoration:none; }
a:active { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }

a:hover,
a:focus {
  color: #0d2c4e;
  text-decoration: none;
}

body {
  
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Galano Grotesque';
  font-size:13px;
  word-wrap: break-word;
  color:#000;
  transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;
}

/* MAIN STYLES */

@font-face {
    font-family: 'Galano Grotesque';
    src: url('/fonts/GalanoGrotesque-Regular.eot');
    src: url('/fonts/GalanoGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GalanoGrotesque-Regular.woff2') format('woff2'),
        url('/fonts/GalanoGrotesque-Regular.woff') format('woff'),
        url('/fonts/GalanoGrotesque-Regular.ttf') format('truetype'),
        url('/fonts/GalanoGrotesque-Regular.svg#GalanoGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('/fonts/GalanoGrotesque-Light.eot');
    src: url('/fonts/GalanoGrotesque-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GalanoGrotesque-Light.woff2') format('woff2'),
        url('/fonts/GalanoGrotesque-Light.woff') format('woff'),
        url('/fonts/GalanoGrotesque-Light.ttf') format('truetype'),
        url('/fonts/GalanoGrotesque-Light.svg#GalanoGrotesque-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('/fonts/GalanoGrotesque-Bold.eot');
    src: url('/fonts/GalanoGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GalanoGrotesque-Bold.woff2') format('woff2'),
        url('/fonts/GalanoGrotesque-Bold.woff') format('woff'),
        url('/fonts/GalanoGrotesque-Bold.ttf') format('truetype'),
        url('/fonts/GalanoGrotesque-Bold.svg#GalanoGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('/fonts/GalanoGrotesque-ExtraLight.eot');
    src: url('/fonts/GalanoGrotesque-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GalanoGrotesque-ExtraLight.woff2') format('woff2'),
        url('/fonts/GalanoGrotesque-ExtraLight.woff') format('woff'),
        url('/fonts/GalanoGrotesque-ExtraLight.ttf') format('truetype'),
        url('/fonts/GalanoGrotesque-ExtraLight.svg#GalanoGrotesque-ExtraLight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('/fonts/GalanoGrotesque-Medium.eot');
    src: url('/fonts/GalanoGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GalanoGrotesque-Medium.woff2') format('woff2'),
        url('/fonts/GalanoGrotesque-Medium.woff') format('woff'),
        url('/fonts/GalanoGrotesque-Medium.ttf') format('truetype'),
        url('/fonts/GalanoGrotesque-Medium.svg#GalanoGrotesque-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}



p { font-size:14px; }

h1, h2, h3, h4, h5 { font-family: 'Galano Grotesque';  }
h1 { font-size:30px; line-height:34px; padding:0px 0px 10px 0px; }
h2 { font-size:24px; line-height:26px; padding:0px 0px 10px 0px; }
h3 { font-size:18px; line-height:26px; padding:0px 0px 10px 0px; }
h4 { font-size:18px; line-height:22px; padding:0px 0px 10px 0px; }
h5 { font-size:16px; padding:0px 0px 10px 0px; }

@media only screen and (max-width: 900px) {	

h1 { font-size:28px; line-height:28px; padding:0px 0px 20px 0px; }

}



.go-center { text-align:center; }
.go-upper { text-transform:uppercase; }
.go-white { color:#fff; }
.go-red { color:#ec161e; }
.go-light { font-weight:300; }
.boldtext { font-weight:bold; }
.smalltext { font-size:11px; }

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

hr { border-top:1px solid #c2c2c2; }

/* mobile menu only */

.showmobile-nav { display:none; }
.hidemobile-nav { display:block; }

@media only screen and (max-width: 1024px) {
	
.showmobile-nav { display:block; }
.hidemobile-nav { display:none; }

}

/* mobile menu only */

.showmobile { display:none; }
.hidemobile { display:block; }

@media only screen and (max-width: 1024px) {
	
.showmobile { display:block; }
.hidemobile { display:none; }

}

.img-left { float:left; margin:0px 15px 20px 0px; clear:both; }
.img-icon-left { float:left; margin:0px 15px 0px 0px; clear:both; }

.static-content { }
.static-content p { padding:0; margin:0px 0px 20px 0px; font-size:14px; line-height:23px; font-weight:300; color:#000; }

.static-content h2 { font-size:24px; line-height:26px; padding:0px 0px 10px 0px; color:#333; font-weight:700; }
.static-content h3 { font-size:18px; line-height:26px; padding:0px 0px 10px 0px; color:#333; font-weight:700; }

.standard-list { margin:20px 0px 20px 0px; }
.standard-list li { margin:0px 0px 5px 40px; list-style-type:disc; }
.standard-numbered-list { margin:20px 0px 20px 0px; }
.standard-numbered-list li { margin:0px 0px 5px 40px; list-style-type:decimal; }
.standard-alpha-list { margin:20px 0px 20px 0px; }
.standard-alpha-list li { margin:0px 0px 5px 40px; list-style-type:lower-alpha; }

.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}

/* layout */


.wrapper-condensed { width:600px; margin-left:auto; margin-right:auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

@media only screen and (max-width: 1024px) {

.wrapper-condensed { width:100%; padding:0px 20px 0px 20px; }

}

.content-area { padding:60px 0px 0px 0px; }

@media only screen and (max-width: 640px) {
	
.content-area { padding:30px 0px 0px 0px; }	

}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* inner content */

.inner-header { height:300px; margin:0px 0px 60px 0px; }

.inner-content-area { margin:0px 0px 0px 0px; }

.header-title { margin:130px 0px 0px 0px; text-align:center; font-weight:700; }
.header-title h1 { color:#fff; text-transform:uppercase; margin:0; padding:0; }

@media only screen and (max-width: 900px) {
	
.inner-header { height:150px; margin:0px 0px 40px 0px; }
.header-title { margin:60px 0px 0px 0px; }
.header-title h1 { font-size:20px; }

}


/* desktop header */


/* desktop main nav home */

.nav-logo-home { padding:15px 0px 10px 0px; }
.nav-logo-home img { height:35px; }


@media only screen and (max-width: 1024px) {
	
nav-desktop-area-home{  }	

}


@media only screen and (max-width: 900px) {
	
nav-desktop-area-home { display:none; }	

}

/* Main nav */

.nav-logo-inner { padding:10px 0px 10px 0px; }

.nav-desktop-area-inner { width:100%; padding:20px 0px 20px 0px; z-index:10; }


@media only screen and (max-width: 900px) {
	
nav-desktop-area-inner { display:none; }	

}


.mainnav-area { font-family: 'Galano Grotesque'; float:right; padding:20px 0px 0px 0px; }

.mainnav-area a { color:#292e31; }
.mainnav-area a:active { color:#292e31; }
.mainnav-area a:visited { color:#292e31; }
.mainnav-area a:hover { color:#3cbbe8; }

.mainnav-area ul li {
  display: inline-block;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#fff;
  font-weight:500;
  font-family: 'Galano Grotesque';
  position: relative;
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  margin:0px 0px 0px 10px;
}

.mainnav-area ul li:hover {  }

.mainnav-area ul li ul {
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  transition: 0.2s 0.2s;
}

.mainnav-area ul li:hover ul {
  visibility: visible;
  transition-delay: 0.2s;
}

.mainnav-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainnav-area a {
  display: block;
  
}

.mainnav-area ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border:1px solid #001871;
}

.mainnav-area ul li ul li { 
  background: #fff;
  min-width:260px;  
  display: block;
  font-weight:400;
  font-size:14px;
  border-left:4px solid transparent;
  padding:10px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}


.mainnav-area ul li ul li:hover { background-color:#e1e1e1; border-bottom:none; }
.mainnav-area ul li ul li:hover a { color:#001871; border-bottom:none; }
.mainnav-area ul li ul li a { color:#001871; display:block; }
.mainnav-area ul li ul li a:active { color:#001871; }
.mainnav-area ul li ul li a:visited { color:#001871; }
.mainnav-area ul li ul li a:hover { color:#001871; border-bottom:none;}

/* mobile nav */

.mobile-header-logo { padding:20px 0px 20px 0px; text-align:center; }
.mobile-header-logo img { height:28px; }
.mobile-menu-icon { position:absolute; left:20px; top:20px; z-index:2; }
.mobile-menu-icon .fa { font-size:26px; }

.mobile-menu-icon a { color:#292e31; display:block; }
.mobile-menu-icon a:active { color:#292e31; }
.mobile-menu-icon a:visited { color:#292e31; }
.mobile-menu-icon a:hover { color:#3cbbe8;}

.mobilenav { }

.mobilenav ul { padding:0; margin:20px 0px 0px 10px; }

.mobilenav li { font-family: 'Galano Grotesque'; padding:0; margin:0px 0px 20px 0px; font-size:15px; font-weight:400; letter-spacing:1px; text-transform:uppercase; font-size:14px; }
.mobilenav a { color:#fff; }
.mobilenav a:active { color:#fff; }
.mobilenav a:visited { color:#fff; }
.mobilenav a:hover { color:#fff; }

.mobilenav-sub  { margin:20px 0px 0px 10px !important; padding:0px !important; }
.mobilenav-sub li { font-size:13px !important; font-weight:400 !important; margin:0px 0px 20px 0px !important; }



/* Body animation when left panel is opened */
    body.ps-active {
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    }

    /* Body animation when right panel is opened */
    body.ps-active-right {
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    /* Panel styles */
    .thepanel {
      position: fixed;
      top: 0;
      width: 260px;
      height: 100%;
      padding: 20px;
      background-color: #292e31;
      color: #333;
	  border-radius:none;
    }

    #left-panel {
      left: 0;

      /* Hide panel on the left of the page. When this panel is opened the
      class .ps-active will be apllied to body, and it's X translation will
      reveal the panel. */
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    #right-panel {
      right: 0;

      /* Hide panel on the right of the page. When this panel is opened the
      class .ps-active-right will be apllied to body, and it's X translation
      will reveal the panel. */
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    }
	
/* spotlight */

.home-slider { min-height:700px; }

@media only screen and (max-width: 900px) {
	
.home-slider { min-height:250px; }

}

.home-cta-widgets { margin:60px 0px 30px 0px; }

.home-cta-widgets-item { text-align:center; width:100%; height:280px; margin:0px 0px 0px 0px; }
.home-cta-widgets-item:hover { opacity:0.95; }

.home-cta-widgets-content { padding:100px 0px 0px 0px; }
.home-cta-widgets-content h2 { font-size:24px; font-weight:700; color:#fff; text-transform:uppercase; }
.home-cta-link { padding:70px 0px 0px 0px; }
.home-cta-link p { font-family: 'Galano Grotesque'; text-transform:uppercase; font-weight:700; font-size:14px; letter-spacing:1px; color:#fff; text-decoration:underline; }

.home-cta-item { }


@media only screen and (max-width: 900px) {
	
.home-cta-widgets { margin:40px 0px 0px 0px; }
.home-cta-widgets-item { margin:0px 0px 30px 0px; }

.home-cta-item { margin:0px 0px 20px 0px; }


}

/* shop */

.shop-content-area { min-height:713px; margin:0px 0px 20px 0px; }
.shop-content-logo { padding:170px 0px 50px 0px; text-align:center; }
.shop-content-text { text-align:center; }
.shop-content-text p { color:#fff; font-size:18px; line-height:26px; font-weight:500; }
.shop-ss-btn { padding:20px 0px 0px 0px; text-align:center; }
.shop-ss-btn ul { }
.shop-ss-btn li { display:inline-block; padding:0px; margin:0px 10px 0px 10px; }

@media only screen and (max-width: 900px) {
	
.shop-content-area { min-height:100%; margin:0px 0px 20px 0px; padding:0px 20px 0px 20px; }
.shop-content-logo { padding:40px 20px 30px 20px; text-align:center; }
.shop-ss-btn { padding:20px 0px 30px 0px; text-align:center; }
.shop-ss-btn li { display:inherit; padding:0px; margin:0px 0px 20px 0px; }

}

/* subscribe */

.subscribe-area { min-height:450px; margin:30px 0px 30px 0px; }

.subscribe-content { text-align:center; margin:130px 0px 0px 0px; }
.subscribe-content h2 { font-size:46px; line-height:44px; color:#fff; font-weight:500; }
.subscribe-content p { color:#fff; font-size:18px; }

.subscribe-form { margin:30px 0px 0px 0px; }
.subscribe-confirm { min-height:300px; }

@media only screen and (max-width: 900px) {
	
.subscribe-area { min-height:100%; }
.subscribe-content { margin:0px 0px 0px 0px; padding:40px 0px 40px 0px; }
.subscribe-content h2 { font-size:30px; line-height:34px; color:#fff; font-weight:500; }
.subscribe-confirm { min-height:100%; }
}



/* blog articles */

.blog-articles { margin:30px 0px 0px 0px; }
.blog-item-content { margin:0px 0px 40px 0px; min-height:140px; }
.blog-item-content h3 { text-transform:uppercase; font-size:15px; line-height:18px; font-weight:700; }
.blog-item-content h3 a { color:#000; }
.blog-item-content h3 a:active { color:#000; }
.blog-item-content h3 a:visited { color:#000; }
.blog-item-content h3 a:hover { color:#3cbbe8; }

@media only screen and (max-width: 900px) {
	
.blog-item-content { text-align:center; height:100%; margin:0px 0px 20px 0px; min-height:100%; }

}

/* footer */

.swell-footer { background-color:#eee; border-top: 1px solid #d0d0d0; margin:40px 0px 0px 0px; padding:50px 0px 50px 0px; }

@media only screen and (max-width: 900px) {
	
.swell-footer { padding:10px 0px 20px 0px; }

}


.footer-main-links { margin:20px 0px 20px 0px; text-align:center; }
.footer-main-links ul { margin:0; padding:0; }
.footer-main-links li { display:inline-block; padding:0px; margin:0px 5px 0px 5px; text-transform:uppercase; color:#999; letter-spacing:1px; }
.footer-main-links li a { color:#999; }
.footer-main-links li a:active { color:#999; }
.footer-main-links li a:visited { color:#999; }
.footer-main-links li a:hover { color:#333; }

.footer-copyright { text-align:center; }
.footer-copyright p { color:#999; font-size:13px; }

.footer-sub-links { margin:20px 0px 20px 0px; text-align:center; }
.footer-sub-links ul { margin:0; padding:0; }
.footer-sub-links li { display:inline-block; padding:0px; margin:0px 5px 0px 5px; text-transform:uppercase; color:#999; letter-spacing:1px; }
.footer-sub-links li a { color:#999; font-size:12px; }
.footer-sub-links li a:active { color:#999; }
.footer-sub-links li a:visited { color:#999; }
.footer-sub-links li a:hover { color:#333; }

.footer-socials  { margin:20px 0px 20px 0px; text-align:center; }
.footer-socials ul { margin:0; padding:0; }
.footer-socials li { display:inline-block; padding:0px; margin:0px 5px 0px 5px; text-transform:uppercase; color:#999; letter-spacing:1px; }
.footer-socials li a { color:#000; }
.footer-socials li a:active { color:#000; }
.footer-socials li a:visited { color:#000; }
.footer-socials li a:hover { color:#3cbbe8; }


/* forms */

.form-group { }
.form-group input[type=text] { box-shadow:none; font-size:14px; -webkit-appearance: none; color:#000; }
.form-group input[type=password] { box-shadow:none; font-size:14px; }
.form-group textarea { box-shadow:none; font-size:13px; -webkit-appearance: none; color:#000; }
.form-group label { font-size:14px; padding:0; margin:0px 0px 5px 0px;  }
.form-group select { background:url(/images/adown.png) no-repeat; background-position: right 8px bottom 12px; background-color:#fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size:13px; box-shadow:none; color:#000; cursor:pointer; }
   
.form-control { color:#000; font-size:14px; border-radius:0px; }

.alert li { font-size:13px; }
.alert { margin-top:20px; }

.error-red { color:#ed1c24; }

.checkbox-inline,
.checkbox-inline + .checkbox-inline,
.checkbox-inline + .radio-inline,
.radio-inline,
.radio-inline + .radio-inline,
.radio-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}

.checkbox-inline:last-child,
.radio-inline:last-child {
    margin-right: 0;
}


/* buttons */

.button-white {
display: inline-block;
  min-width: 160px;
  padding: 8px 16px 8px 16px;
  color: #333;
  border: 0px;
  text-align: center;
  outline: none;
  text-decoration: none;
  text-transform:uppercase;
  letter-spacing:2px;
  font-family: 'Galano Grotesque';
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  -webkit-appearance: none; -webkit-border-radius:0; border-radius:0;
  background-color: #fff;
}

.button-white:hover,.button-white:active,.button-white:focus {
  background-color:#111;
  color: #fff;
   border: 0px;
}

.button-outline-blue {
display: inline-block;
  min-width: 160px;
  padding: 8px;
  color: #001871;
  border: 2px solid #001871;
  text-align: center;
  outline: none;
  text-decoration: none;
  text-transform:uppercase;
  letter-spacing:2px;
  font-family: 'Galano Grotesque';
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  -webkit-appearance: none; -webkit-border-radius:0; border-radius:0;
  background:none;
}

.button-outline-blue:hover,.button-outline-blue
.button-outline-blue:active {
  background-color: #001871;
  color: #fff;
   border: 2px solid #001871;
}

.button-outline-white {
display: inline-block;
  min-width: 180px;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  text-transform:uppercase;
  letter-spacing:2px;
 font-family: 'Galano Grotesque';
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  -webkit-appearance: none; -webkit-border-radius:0; border-radius:0;
  background:none;
}

.button-outline-white:hover,.button-outline-blue
.button-outline-white:active {
  background-color: #fff;
  color: #022634;
   border: 2px solid #fff;
}


.btn-small { font-size:11px !important; padding:6px 10px 6px 10px;}
.btn-default { font-family: "Source Sans Pro",sans-serif !important; letter-spacing:2px; text-transform:uppercase; font-size:13px; }
.btn-primary { background-color:#ec161e; border-color:#ec161e; border-radius:0px; }
.btn-primary:hover { background-color:#ec161e; border-color:#ec161e; border-radius:0px; }

.btn-go-right { text-align:right; }
.btn-go-left { }

@media only screen and (max-width: 800px) {

.btn-go-right { text-align:center; }
.btn-go-left { text-align:center; margin-bottom:10px; }

}

/* no more tables */

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.form-honeypot-hidden {
  display: none;
 
}