body {
  font-family: 'Source Sans Pro', sans-serif;
}
.form-element-ezuser {
    float: left;
    margin-right: 60px;
    width: 100%;
}
#profile-expansion *, #profile-expansion *:before, #profile-expansion *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
.mobile-only {
 display:none; 
}
#loginPage {
 width:100%!important; 
}
#gerberLogin .block {
  max-width:100%; 
  width:100%;
}
@media screen and (max-width: 600px) {
  #profile-expansion .register-block {
    padding-right:0!important; 
  }
  .mobile-only {
    display:block; 
  }
  #profile-expansion .h3, #modal .h3 {
   font-size: 22px!important;
  }
}
#profile-expansion {
  font-size: 17px;
  line-height: 23px;
  color: #000;
}
#profile-expansion .wrap {
  margin:0 auto;
  width: 100%; 
  max-width: 1360px;
}
@media screen and (max-width: 1400px) {
#profile-expansion .wrap {
    max-width: 96%;
    width: 100%;
}
}
/*@media screen and (max-width: 1360px) {
#profile-expansion .wrap {
  max-width: 96%;
  margin:0 auto; 
}
}*/


#profile-expansion ul.square-bullet {
  list-style: square!important;
  margin: 5px 0 0 20px!important;
}
#profile-expansion ul.square-bullet li {
  list-style: square!important;
}
#profile-expansion .h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  line-height:normal;
}
#profile-expansion .h3,
#modal .h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  margin: 0 0 20px 0;
}
#profile-expansion .h2 {
  font-size: 24px;
  font-weight: 600;
}
#profile-expansion .h4 {
  color: #000;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
#profile-expansion .bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* PAGE BANNER */
#profile-expansion .banner-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 77px;
}
#profile-expansion #page-banner {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

#profile-expansion #page-banner .h1 {
  padding: 150px 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
/*#profile-expansion #page-banner {
 background-image:none!important; 
}*/
#profile-expansion #page-banner .h1 {
  padding:65px 0!important;
}
}
/* BREADCRUMBS */
#profile-expansion #bread-wrapper {
  /*border-bottom: 1px solid #d9d9d9;
  background: #f5f5f5;*/
  text-transform: uppercase;
  font-size: 13px;  
}
#breadcrumbs {
  background-color:transparent!important; 
}
#profile-expansion #bread-wrapper p {
  margin: 0;
  padding: 10px 0;
}
#profile-expansion #bread-wrapper a {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  font-weight: 300;
  color: #000;
}
#profile-expansion #bread-wrapper a:hover {
  text-decoration:underline;	
}
#profile-expansion #bread-wrapper #breadcrumbs {
  border-bottom: 0;
}
/* PAGE INTRO */
#profile-expansion #page-intro {
  padding: 70px 0;
}
#profile-expansion #page-intro .left-side {
  float: left;
  width: 60%;
  padding: 0 6.6% 0 0;
}
#profile-expansion #page-intro .right-side {
  float: left;
  width: 33.3%;
}
#profile-expansion #page-intro .right-side li {
  float: left;
  width: 33.3%;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
#profile-expansion #page-intro .right-side li p {
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
#profile-expansion #page-intro .left-side,  #profile-expansion #page-intro .right-side {
  width: 100%;
  padding-right: 0;
}
#profile-expansion #page-intro .left-side {
  margin-bottom: 40px;
}
}
/* Program Options */
#profile-expansion #program-options {
  padding: 70px 0;
  border-top: 1px solid #d9d9d9;
}

@media screen and (min-width: 768px) {
#profile-expansion .program-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
}
#profile-expansion #program-options .h4 {
  text-align: center;
  margin-bottom: 70px;
}
#profile-expansion #program-options .program {
  float: left;
  background: #f5f5f5;
  width: 30%;
  position: relative;
}
#profile-expansion #program-options .program .image-wrap {
  position:relative; 
}
#profile-expansion #program-options .program .image-wrap img {
  display:block; 
}
#profile-expansion #program-options .program .overlay {
  background-image:url(../images/post-overlay.png); 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  z-index:9; 
}
@media screen and (min-width: 768px) {
#profile-expansion #program-options .program {
  flex: 1;
}
}

@media screen and (max-width: 768px) {
#profile-expansion #program-options .program {
  width: 100%;
}
}
#profile-expansion #program-options .program img {
  width: 100%;
}
#profile-expansion #program-options .program strong {
  padding-top: 5px;
  display: block;
}
#profile-expansion #program-options .program .text-wrap {
  padding: 35px 35px 100px 35px;
}
#profile-expansion #program-options .program .outlined-button {
  margin-top: 20px;
  width:100%;
  text-align:center;
}

#profile-expansion #program-options .program .button {
  width:100%; 
}
@media screen and (min-width: 1200px) {
#profile-expansion #program-options .program .button {
  position: absolute;
  bottom: 35px; 
  left:35px;
  right:35px;
  width:auto;
}
}
#profile-expansion #veteran-program {
  margin: 0 5%;
}

@media screen and (max-width: 768px) {
#profile-expansion #program-options .program .text-wrap {
  padding: 35px;
}
#profile-expansion #veteran-program {
  margin: 50px 0;
}
}
/* REGISTER / LOGIN */

#profile-expansion #register-wrap .h1 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
 #profile-expansion .h1 {
  padding: 30px 0;
  font-size:32px;
} 
}
#profile-expansion .btnYellowLink  {
  background: #f8981d !important;
  border: none;
  border-radius: 0;
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
}
#profile-expansion .btnBlackLink  {
  background: transparent !important;
  border: none;
  border-radius: 0;
  color: #000000;
  border:2px solid #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  width:auto;
  line-height: 20px;
  margin: 0;
  padding: 13px 20px;
  text-transform: uppercase;
  display:inline-block;
}
#profile-expansion .btnBlackLink:hover {
    background: #f8981d !important;
    border-color:#f8981d !important;

}
#profile-expansion .btnYellowLink a,
#profile-expansion .btnBlackLink a {
 color:#000!important; 
 text-decoration:none!important;
}
#profile-expansion #loginPage label {
  clear: both;
  color: #000!important;
  display: block;
  font-size: 14px!important;
  font-weight: bold;
  margin-bottom: 10px!important;
  text-transform: uppercase;
}
#profile-expansion #register-wrap .forgotpw {
  font-size: 14px;
  margin-bottom: 26px;
  width: 100%;
  color: #000;
  font-weight: normal;
  text-decoration:underline;
}
#profile-expansion #register-wrap .h2 {
  padding-bottom: 20px;
}
.styled-form input {
  background: #fafafa !important;
  border: 1px solid #d1d1d1 !important;
    font-family: 'Source Sans Pro', sans-serif;

  border-radius: 0;
  box-sizing: border-box;
  color: #000000!important;
  font-size: 16px;
  font-weight: 300;
  height: auto !important;
  padding: 6px 9px !important;
  margin: 0 0 14px 0 !important;
  width: 100% !important;
  line-height: 26px!important;
}
.styled-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 0 !important;
    font-family: 'Source Sans Pro', sans-serif;

  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #d1d1d1 !important;
  background-color: #fafafa;
  background-image: url('../images/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: center right;
  padding: 10px 9px !important;
  width:100%;
  line-height: 26px!important;
}
.styled-form input[type=submit],
.styled-form button,
#knife-waiver input[type=submit],
#knife-waiver button {
    background: #f8981d !important;
    border: 0!important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #000000!important;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-size: 18px!important;
    font-weight: 700!important;
    height: auto!important;
    line-height: 20px!important;
    margin: 0;
    padding: 15px 20px!important;
    text-transform: uppercase; 
    text-shadow: none!important;
    white-space:normal;
    -webkit-appearance: none;

}


.styled-form label.checkbox, .styled-form  label.radio {
  font-size: 16px!important; 
  margin: 10px 0 4px 0;
  text-transform: none!important;
  width: 100%;
  font-weight:normal!important;
}
.styled-form  label.checkbox input, .styled-form  label.radio input {
  margin-right: 10px!important;
  padding: 0;
  width: auto!important;
  position:relative;
  top:2px;
}
#profile-expansion #gerberLogin {
  width:100%!important; 
  padding:0!important;
}
#profile-expansion .registerLeft {
  border-right:0!important; 
  padding-right:60px;
}
#profile-expansion .registerRight {
  border-left:1px solid #ccc!important;
  padding-left:60px; 
}
#profile-expansion .agree-to-terms {
  font-size:13px!important; 
}
#profile-expansion .agree-to-terms a {
  color:#000;
  text-decoration:underline; 
}
#profile-expansion #gerberLogin .registerRight p {
  margin-bottom: 20px!important;
}
#profile-expansion .register-block {
  width: 40%;
  margin-bottom:60px;
} 
@media screen and (max-width: 1200px) {
  #profile-expansion .register-block {
    width: 50%!important;
  } 
}
@media screen and (max-width: 1030px) {
  #profile-expansion .register-block {
    width: 100%!important;
    border-right:0!important;
    border-left:0!important;
    padding-left:0!important;
  } 
  #profile-expansion .register-block .styled-form input[type=submit] {
     width:auto!important;
     max-width:100%;
  }
}

/* APPLICATION */

#profile-expansion  .hr-wrap,
#knife-waiver .hr-wrap {
  padding-top:50px;
   clear:both;
   display:block;
}


#profile-expansion  .hr,
#knife-waiver .hr {
   border-top:1px solid #d9d9d9;
   width:100%;
   margin: 0 0 50px 0;
   clear:both;
   display:block;
} 
#profile-expansion #application-wrap p {
  margin-top:20px; 
}
#profile-expansion .gray-alert {
  background:#d9d9d9;
  padding: 20px; 
  margin-top:35px;
}
#profile-expansion .gray-alert p {
  margin-top:0!important; 
}
#profile-expansion #application-wrap .h1 {
  padding: 30px 0 10px 0;
}
#profile-expansion #application-wrap .h3 {
  text-transform:none; 
}
#profile-expansion #launch-knife-form a  {
  background-image:url(../images/icon-launch.png);
  background-repeat:no-repeat;
  background-position:right center;
  background-size:14px 14px;
  width:auto;
  display:inline;
  padding-right:20px; 
  font-size: 17px;
  font-weight:700;
  cursor:pointer;
  color:#f8981d!important;
}
#profile-expansion #welcome-message {
   background-image:url(../images/button-close-padded.png);
  background-repeat:no-repeat;
  background-position:right top; 
  cursor:pointer;
  padding-right:50px;
}

/* IFRAMES */
#profile-expansion .application-form-wrapper {
  position:relative; 
  margin-bottom:60px;
}
#profile-expansion .application-form-wrapper .overlay {
  background:#fff;
  opacity:.8;
  position:absolute;
  top:0; 
  z-index:999;
  width:100%;
  height:100%;
  display:block;
}

/* MODAL */
#modal {
    background: #fff;
    padding: 40px 20px 40px 20px;
    width: 1340px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
} 
#knife-waiver p {
  margin-bottom:20px; 
  color:#000;
  line-height:21px;
}
#knife-waiver {
  padding:10px 40px;
}
#knife-waiver .indent {
  margin-left:40px;
}
#profile-expansion .knife-alert {
  display:none; 
}
.underline {
  border-bottom:1px solid #000; 
}
.underline em { 
  color:#ccc;
  padding:0 15px;
}
#profile-expansion .approved,
#profile-expansion .denied { 
 padding-left:60px; 
 min-height:40px;
 line-height:32px;
 margin-bottom:40px;
}
/* RESULTS */
#profile-expansion #results .btnBlackLink,
#profile-expansion #results .btnYellowLink {
 margin:30px 0 80px 0!important; 
}
#profile-expansion .approved  {
 background:url(../images/approved.png) no-repeat;
}
#profile-expansion .denied {
 background:url(../images/denied.png) no-repeat;
}

/* APPLICATION FORM */
#profile-expansion .application-form-wrapper {
  width:70%; 
}
#profile-expansion .application-form-wrapper p {
 margin-bottom:20px; 
}
#profile-expansion .application-form-wrapper .h4 {
 font-size:18px;
 text-transform:none;
 letter-spacing:normal; 
}
#profile-expansion .application-form-wrapper .full .form-row {
  float:left;
  width:48%; 
  min-height:80px;
  padding-right:2%;
}

#profile-expansion .application-form-wrapper .submit-input {
  width:auto!important; 
}

.clear {
 clear:both; 
}
#profile-expansion .half label { 
   line-height:14px;
   font-size:16px;
}
#profile-expansion .full label {
  font-size:13px!important;
  font-weight:700; 
  text-transform:uppercase;
}
#profile-expansion .half {
  width:46%; 
}
#profile-expansion .radio-buttons label {
   float:left;
   width:50%; 
}
@media screen and (max-width: 960px) {
  #profile-expansion .application-form-wrapper {
    width:100%; 
  }
  #profile-expansion .radio-buttons label { 
    width:50%;
  }
}
@media screen and (max-width: 768px) {
  #profile-expansion .application-form-wrapper .full .form-row,
  #profile-expansion .application-form-wrapper .half 
   {
    padding-right:0;
    float:none;
    width:100%;
  }
}
#profile-expansion .radio-buttons input {
  float:left; 
  width:auto!important;
  margin-right:5px!important;
}

#profile-expansion #second-step {
  display:none;
}
#profile-expansion .application-form-wrapper .date-input label {
  display:block!important;
}
#profile-expansion .application-form-wrapper .date-input input {
width:32.3%!important;
margin-right:1%!important;
float:left!important;
}
#profile-expansion .application-form-wrapper .date-input .year {
  margin-right:0!important;
  width:33.3%!important;
}