

h2 {
  text-transform: uppercase;
  font-size: 15px !important;
  color: #888;
  letter-spacing: .01em;
}


 body {
	padding-top: 30px;
	color:#505353;
  }

  .container {background-color: #fcfcfc;}

  .control-group {
      display: inline-block;
      vertical-align: top;
  }
   

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 880px;
  padding: 30px;
}

.btn {


box-shadow: none;

filter: none;
border: 0 !important;
box-shadow: none;
padding: 10px 20px;
text-shadow: none;
font-size: 14px;
font-weight: normal;
cursor: pointer;
outline: none;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
color: #FFF;
text-shadow: none;
text-transform: uppercase;
font-weight: bold;
letter-spacing: .1em;

}


@media (min-width: 768px) and (max-width: 979px) {

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 664px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  
  .container {
    width: auto;
  }

}

h1 { margin: 8px 0 50px; font-size: 38px; color:#505353; line-height: 110%; text-transform: uppercase;}
h2 { border-bottom:1px solid #ccc; font-size: 19px; line-height: 150%; margin-top: 25px;}
h2 a { 
  background-color: #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: normal;
  padding: 0px 5px;
  float: right;
  color: #fff;
  display: block;
  height: 22px;
  line-height: 22px;
}
h2 a:hover {text-decoration: none;}

.help-block { margin-top: -10px; font-style: italic; font-size: 10px; }

body { padding-top: 0 !important; }

#content { 
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
}

input[type="submit"].stepy-finish {
  width: 150px;
  margin: 0 auto;
  float: none;
}

.success-alert {
	width: 100%;
	background: #4f99a6;
	padding: 10px 20px;
	box-sizing: border-box;
}

.success-alert h3 {
	color: #fff;
	text-align: center;
	font-size: 25px;
}

.home input.stepy-finish {
  margin-top: 20px;
}

label {
      margin-bottom: 3px;
    margin-top: 15px;
    font-size: 13px;
}

label.error {
  color: #e9322d;
  margin: -10px 0 10px 0;
}

.home .stepy-header {
  display: none;
}

.stepy-header li span h2 {
  display: none;
}

.stepy-header li:hover {
  cursor: pointer;
}

hr {
  margin-top: 35px;
  border-top: 1px solid #cccccc;
}

.button-next, .button-back, .stepy-finish {
  margin-top: 50px !important;
}

.btn:hover, .button-next:hover, .button-back:hover {
  filter: brightness(0.9);
}

.header-help-block {
  margin-top: -5px;
  font-size: 13px;
  margin-bottom: 15px;
  display: block;
  color: #888;
}


.stepy-header li {
  list-style-type: none;
  width: 18%;
  display: inline-table;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
}

.circle-button {
  font-size: 30px;
  line-height: 40px;
  display: block;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 0 0 0;
  text-align: center;
  text-align: vertical-align center;
  border-radius: 30px;
  border: 2px solid #4f99a6;
  margin: 0 auto 15px auto;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

.circle-button:hover {
	cursor: pointer;
	color: #fff;
	background: #ccc;
}


input.stepy-finish {
  position: relative;
}

.margin-bottom {
	margin-bottom: 10px;
}

#physical-address-section {
	display: none;
}

.input-spacer { height: 20px; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 0;
  box-shadow: none;
}

.popover-inner .popover-title {
  display: none;
}

.popover.bottom {
  background: rgba(0, 0, 0, 0.75) !important;
  box-shadow: none;
}

.popover.bottom .arrow:after {
  border-bottom-color: rgba(0, 0, 0, 0.75) !important;
}

.popover-content {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

button.pop {
  background: none;
  border: none;
}

.tooltip-inner, select, .popover {
  border-radius: 0 !important;
}

.tooltip-icon {
  position: relative;
  bottom: 2px;
  left: 5px;
}

.gf-text-color {
	color: #4F99A6;
}

.stepy-navigator {
  position: relative;
  margin-bottom: 35px;
}

#new_web_payment-step-4 input[type="submit"] {
  position: absolute;
  right: 0;
  display: inline-block;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  min-height: 50px;
  background-color: #FCFCFC;
  box-sizing: border-box;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding: 15px 30px 5px 30px;
  border-top: 1px solid #ccc;
  left: 0;
  right: 0;
}

.footer-inner a {
  display: inline-block;
}

fieldset {
  margin-bottom: 30px;
}

@media only screen and (max-width: 850px) {
	.stepy-header li .text {
	  display: none;
	}
	.stepy-header li .circle-button {
		display: block !important;
	}
	
	.input-spacer { height: 0; }
}

@media only screen and (max-width: 767px) {
	.sticky-footer {
	  position: static;
	}
}

@media (max-width: 767px) {
	.col-4, .row, .col-3, .col-2, .col-6, .col-8 {
		width: 100%;
		webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	body {
		padding-right: 20px;
		padding-left:20px;
	}
	.stepy-header li {
		width: 15% !important;
}

.container:before, .container:after {
	display:table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}