
.loginform{
padding-top:0rem;
}

/*input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}*/
.pad{
  padding: 12px 6px 6px 6px;
  display: inline-block;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
   box-sizing: border-box;
}

.pad:hover {
  background-color: #fbc6001f;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 15%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 85%;
  margin-top: 6px;
}

.col-15 {
  float: left;
  width: 15%;
  margin-top: 6px;
}

.col-35 {
  float: left;
  width: 35%;
  margin-top: 6px;
}
.col-100{
float: left;
width: 100%;
margin-top: 24px;
}
.col-80{
  margin-top: 10px;
}

@media screen and (max-width: 1000px){
.col-15 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-35 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
.col:after {
  content: "";
  display: table;
  clear: both;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
staggered-content__content-text {
  padding: 12px 12px 12px 12px;
  display: inline-block;
}
.synchrony-container .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 26px;
    border: 5px solid #fbc600;
    width: 73%;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: left;
}
.pad{
  padding: 12px 6px 6px 6px;
  display: inline-block;
}
}
@media screen and (min-width: 48rem) {
.staggered-content__content-text {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 1rem;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, .col-35, .col-15,.button {
    width: 100%;
    margin-top: 0;
  }
}
.staggered-content__button{
width: 100%;
}
.synchrony-container .modal-content {
    background-color: #f1efef;;
    margin: auto;
    padding: 26px;
    border: 5px solid #fbc600;
    width: 73%;
    margin-top: 100px;
	margin-bottom: 100px;
    text-align: center;
	margin: 1.25rem auto 9.25rem;
}
.left{
text-align: left; 
}
.req{
    font-size: 12px;
	}
.down{
padding-bottom: 2rem;
	}
#mid{
		background-color: #fbc6001f;
	}
.pad2{
	height: 45px;
}
@media screen and (max-width: 1025px) and (min-width: 940px) {
.hero__headline{
font-size: 4rem;
}
}

.hero::after {
    background-color: transparent !important;}
.hero__headline{
    text-transform:none !important;
}

@media screen and (min-width: 30rem) and (max-width:61.9375rem) {
   .post-login .hero__image--mobile {
        background-position: 25% 0;
    }
}
@media screen and (min-width: 48rem) and (max-width:61.9375rem) {
   .post-login .hero__image--mobile {
        height: 30rem;
    }
}