#no-nav{
    height: 8px;
    background: #000;
    margin-bottom: 0;
    z-index: 6;
}
.form-container{ 
    max-width: 1176px;
    min-height: calc(100vh - 156px); /* header plus footer (86 + 50 + 20) */
    margin: 0 auto;
    overflow: auto;
    background-color: #fff;
    margin-top: -20px;
    z-index: 6;
    position: relative;
}
@media (min-width: 961px){
    .form-container{
        min-height: calc(100vh - 163px); /* header plus footer (93 + 50 + 20) */
    }
}
.no-banner{
    margin-top: 0;
    padding-top: 5%;
}
#acm-description .tagline{
  display: none;
}
@media (min-width: 345px){
  #acm-description .tagline{
      display: block;
  }
}
.acm-banner-container{
	  position: relative;
	  width: 100%;
	  margin-top: -8px;
	  height: 200px;
	  display: flex;
	  align-items: center;
	  /*justify-content: center;*/
}
.heading-wrapper{
    position:relative;
    z-index: 6;
    padding-bottom: 20px;
}
.heading-content{
		margin: 0 8%;
}
.branding{
	  padding-top: 20px;
	  margin: 0 8%;
}
#forms-main{
    margin: 0 8%;
    margin-bottom: 4%;
}
.help-text, 
#forms-main label,
#forms-main .row{
	font-size: 14px;
}
.help-text ul{
    font-size: 14px;
}
#forms-main label{
		font-weight: 700;
}
#forms-main form{
    padding: 2%;
}
#forms-main .hr{
    display: block;
    width: 100%;
    margin: 20px 0;
    border: solid #e5e5e5;
    border-width: 1px 0 0;
}
.branding,
.panel-heading{
  	font-size: 14px;
}
fieldset{
		margin: 12px 0;
}
.form-group, 
.form-adjust {
    margin-bottom: 10px;
}
@media (min-width: 961px){
		.form-adjust {
		    margin-bottom: 0;
		}
}
.rb-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}
.rb-inline{
    display: inline-block;
    margin-right: 6px;
}
.radio > ul{
    margin-top: 5px;
}
.radio label, label.pjf{
		font-weight: normal !important;
}
.cb-adjust{
    margin-left: 20px;
}
.simpletext {
    font-family: verdana, arial;
    color: #005499;
    font-size: 10px;
    font-weight: normal;
}
.check-icon{
    width: 60px;
    display: inline-block;
}
#error-msg{
  	color: #a94442;
	text-align: left;
	padding-left: 40px;
	padding-right: 15px;
}
.form-control-feedback{
	  top: 1px;
	  right: 14px;
	  display: none;
}
.has-error > .form-control-feedback{
  	display: inline-block;
}
.flex-wrapper{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-color:#fff;
	  color: #333;
	  border-radius: 4px;
}
.flex-center{
	  text-align: center;
	  font-family: "Roboto Condensed", sans-serif;
	  padding: 60px;
}
.img-wrapper{
	  max-width: 300px;
	  display: inline-block;
}
.text-wrapper{
		display: inline-block;
	  vertical-align: top;
	  margin-left: 14px;
}
img{
  	max-width: 100%;
}
.input-other{
	display: inline-block;
	max-width: 200px;
}
.membership-option{
    font-weight: 700;
}
.membership-description{
	margin: 10px 0;
}
.membership-description *{
	font-weight: 300;
}
ul li .checkbox{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.pti{
    text-decoration: underline;
}
.pad-bottom{
    padding-bottom: 15px;
}
.margin-20{
    margin: 20px;
}
/* clear responsive columns 
Note: this requires the use of all col-sizes and that all cols are of the same size.*/
@media (min-width:1130px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:961px) and (max-width:1129px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:641px) and (max-width:960px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:640px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
@media (min-width:1130px){
    .lg-clear{clear:both;}

}
@media (min-width:961px) and (max-width:1129px){
    .md-clear{clear:both;}
}
@media (min-width:641px) and (max-width:960px){
    .sm-clear{clear:both;}
}
@media (max-width:640px){
    .xs-clear{clear:both;}
}
.table-fixed{
    table-layout: fixed;
    word-wrap: break-word;
    margin: 0 4%;
    font-size: 14px;
}
.full-width-adjusted{
    width: 92%;
    margin: 0 4%;
}
.paytype{
    margin-right: 28px;
    margin-left: 20px;
}
.expiry{
    width: 50%;
    float: left;
    padding-right: 30px;
}
.bg-blue{
    background: #CCFFFF;
    padding: 5px 10px;
}
.overflow-x{
    overflow-x: auto;
}
.no-corner{
    border-radius: 0;
}
.form-table{
    table-layout: fixed;
    width: 95%;
}
.thank-you-text{
    width: 90%;
    margin: 0 auto;
}
@media (min-width:961px){
    .thank-you-text{
        width: 80%;
    }
}
@media (min-width:1130px){
    .thank-you-text{
        width: 60%;
    }
}
.pad-bottom-10{
    padding-bottom: 10px;
}
form table input[type=text] {
    background-color: #fff;
}
.table-heading{
    background-color: #e4e4e4;
}
.border_bottom{
    border-bottom: 2px solid;
}
.subwindow{
    min-width: 600px;
}
.full-width{
    width: 100%;
}
.tagline-lg{
  display: none;
}
@media only screen and (min-width: 60.06rem){
  .tagline-lg{
    display: block;
  }
  .tagline-sm{
    display: none;
  }
}
.checkbox-list{
    margin: 10px 0 5px;
}
.checkbox-list input[type="radio"]{
    margin-left: 10px;
}
#forms-main .checkbox-list label{
    font-weight: normal;
}
input[type=submit],
input[type=reset] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type=reset]{
    margin-left: 10px;
}
label.radio-label{
    font-weight: normal !important;
    margin-left: 20px;
}
.button-basic{
    border: 1px solid #ccc;
    border-radius: 4px;
}
#forms-main label.tolerance {
    margin: 10px 0;
    font-weight: normal;
}