/* GLOBAL STYLES
-------------------------------------------------- */


body {
  font-size:15px;
  font-family: 'Open Sans', "Helvetica", Arial, sans-serif;
}

/* LAYOUT */
.row {
  margin: 0 auto;
  max-width: 1560px;
  width: 100%;
}

.columns-12 {
    width: 100%;
}

[class*=columns-] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

strong {color:#777;}
.txt-lg {font-size:16px;}
.border {border:1px solid #ddd;}
.rw-grn {color:#47a447;}
.rw-blue {color:#3276b1;}
.back {text-align:center;margin-top:20px;}
.add-padd {margin-bottom:30px;}
.clear {width:100%;clear:both;}

small {
  display: table;
  font-size: 75%;
  margin-bottom:30px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -o-border-radius:3px;
  background-color:#f4f4f4;
  padding:5px;
}

.navbar>.container .navbar-brand {
  margin-left: 0px !important;
}

body.signupForm .navbar-wrapper {
  border-bottom: none !important;
}

h4.help {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}

.step-one-form {
  margin: 21px 0 0;
}

.aside {
  padding: 55px 3% 0;
}

.aside h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

#merchant-step-form .form-group {
  position: relative;
  float: left;
  display:block;
  width: 100%;
}

#merchant-step-form .glyphicon {
  position: absolute;
  top: 37px;
  right: 9px;
}

#merchant-step-form .center {
  text-align: center;
}


#merchant-step-form .tag {
  padding:0;
  margin:0 0 10px;
  display: block;
  width:100%;
 
}

#merchant-step-form .formBorder {
  border: 1px solid #ddd;
  float: left;
}

#merchant-step-form .formBg {
  background: #ffffff;
  padding: 20px 140px;
}

#merchant-step-form .formBg h1 {
  color:#23292d;
  font-size: 28px;
}

#merchant-step-form .rCol h2 {
  font-size: 18px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

#merchant-step-form label {
  color: #444;
}

#merchant-step-form input {
  border: 1px solid #ccc;
  border-radius: 1px;
  height:40px;
}

#merchant-step-form #tos {
  height:19px;
}

#merchant-step-form  select {
  height: 40px;
  box-shadow: 0px 0px #fff;
  border:1px solid #cccccc;
}

#merchant-step-form button.btn-primary {
  width: 100%;
  height: 50px;
  text-transform: none;
  font-size: 20px;
  font-weight: 100;
  line-height: 23px;
}

#merchant-step-form .field-error , .glyphicon-remove{
  color: #ff0000;
}

#merchant-step-form .form-control-feedback {
  display:none;
}
#merchant-step-form input.field-error,
#merchant-step-form select.field-error{
  border: 1px solid rgb(185, 74, 72);
  color: #555;
}
#merchant-step-form input.field-error~.form-control-feedback,
#merchant-step-form select.field-error~.form-control-feedback {
  display:inline;
  color: #ff0000;
}
@media (min-width: 992px){
  #merchant-step-form .formBg {
      padding: 55px 8% 80px;
  }
  #merchant-step-form h1+ul {
    font-size: 13px;
  }
}
#merchant-step-form div.field-error+.form-control-feedback {
  display:none;
}
#rw-offer-list ul{
  margin-bottom: 0;
  margin-left: 20px;
}
#rw-offer-list li{
  margin-bottom: 5px;
}

#errors {
  border:solid 1px #E58E8E;
  padding:10px;
  margin:25px 0px;
  display:block;
  width:100%;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
  display:none;
  text-align:center;
}

#errors li {padding:2px;list-style:none;border-left: none;color:#333;}

#errors li:before {content: ' - '; }

#errors #info {font-weight:bold;}

#errors #info:before {content: ''; }

#success {
  padding:20px;
  margin:25px 0px;
  display:block;
  width:100%;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  font-family:'Open Sans',Arial,sans-serif;
  color:#333;
  background:#D3EDD3 url(../img/accepted_48.png) no-repeat center 10px;
  font-weight:bold;
  display:none;
  font-size:24px;
  text-align: center;
  float:left;
  position: absolute;
  z-index: 9999;
}

#errors.visible, #success.visible {display:block;  }

#req-field-desc {font-style:italic;}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none;
}

.has-error {color:red;}



/* get started forms */
.form-ftr {
  background-color: #f7f7f7;
  clear:both;
  border-bottom:1px solid #ddd;
}

.form-ftr .input-sm {
  font-size:14px;
  height: 34px;
}

select.input-sm {
  font-size: 18px;
}


.container.content {
  margin-bottom: 60px;
}



/* chrome, safari */
::-webkit-input-placeholder {
  color:#CCC;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
  color:#CCC;
  
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  {
  color:#CCC;
  
}




/* HEADINGS
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans',sans-serif;
  color:#23282C;
}

h2 {font-weight:normal;}
h3 {font-weight:normal;}
.tyContent h2 {
  font-size: 60px;
  font-weight: 700;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.site-header {
  position: relative;
  padding: 0 0 45px;
  background-color: #23282d;
}

#top-nav {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: right;
  background-color: #171c23;
  max-width: 100%;
}

#top-nav li {
  float: right;
  position: relative;
  transition: 1s ease;
  padding: 8px 12px;
  color: white;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav li a {
  border:1px solid transparent;
  font-size:14px;
  color:#428bca;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.nav > li > a:hover {
  border:1px solid #bbb !important;
  color:#888;
  background-color:#fff !important;

}
.navbar .container {padding-left:0px;padding-right:0px;}

.titlebar {padding-top:0px;/*background-color:#0365aa;*/float: left;width:100%;position:relative;z-index: 999; border-top:1px solid #ccc;}
.titlebar h1 {border-top:2px solid #0563a6;display:table;padding-top:20px;font-size:50px;margin-top:-1px;margin-bottom:20px; font-size: 36px; font-weight: 300; color: #0563a6}



/* BLOG AND TWITTER
------------------------- */
.feeds {max-width:100%;clear:both;padding:40px 0;}



/* FOOTER
------------------------- */
footer a:hover {text-decoration: none;}
footer .social [class^="ss-"]:before, [class*=" ss-"]:before {font-size: 18px;}


/* Solutions
-------------------------------------------------- */
.btn-primary {background: #005A9A}
.btn-primary:hover {background: #196AA7}




/* Global Helpers
------------------------- */
.relative {
  position: relative;
}
section.overview p.relative {
  z-index: 9999;
  position:relative;
  clear: both;
}
.inline-block {
    display: inline-block;
  zoom: 1;
    *display: inline;
}
.border-box {
  box-sizing: border-box;
}

/* Buttons
------------------------- */

.btn-wide {
  padding: 15px 75px;
}

  
/* Typography Helpers
-------------------------------------------------------------- */
.open-sans {
  font-family:'Open Sans',arial,sans-serif;
}
h1.hero {
  font-size: 100px;
}
h1.hero-xl {
  font-size: 150px;
}
h1.sub-hero {
  font-size: 75px;
}
h2.hero {
  font-size: 36px;
}
h3.hero {
  font-size: 22px;
}
p {
  font-weight: 300;
}
.txt-lg {
  font-size: 18px;
}
.txt-md {
  font-size: 16px;
}
.txt-sm {
  font-size: 14px;
}
.txt-xs {
  font-size: 12px;
}
.txt-xxs {
  font-size: 10px;
}
.kerning-sm {
  letter-spacing: 1px;
}
.kerning-md {
  letter-spacing: 3px;
}
.kerning-xl {
  letter-spacing: 5px;
}


/* Weight
-------------------------------------------------------------- */
.bold {
  font-weight: 700 !important;
}
.light {
  font-weight: 300
}
.normal {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600 !important;
}




/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width:320px) and (max-width: 480px) {

  #merchant-step-form .form-group .tag {
    margin-bottom: 20px;
  }
  #merchant-step-form .formBg{
    margin-bottom: 20px;
  }

}




@media (max-width: 991px) {
  #merchant-step-form .formBg{
    float:left;
    display:block;
    width:100%;
  }
  #merchant-step-form {
    margin: 0 0 40px;
  }
  .navbar-header {
    float:left !important;
    width:100% !important;
  }
  #merchant-step-form .sidebar {
    padding-left:140px;
    padding-right:140px;
    clear:both !important;
  }
}

@media (max-width: 480px) {
  #merchant-step-form .sidebar, #merchant-step-form .formBg {
    padding-left: 50px;
    padding-right: 50px;
  }
}


@media (min-width: 768px) and (max-width:991px) {
  #merchant-step-form .formBorder .col-md-5 {
    clear:both;
  }
}


@media (max-width:767px) {
  body.signupForm .formBorder .col-md-5 {clear:both;}
}
