.faq-accordion {
	display: none;
}

.supplier-page .supplier-copy {

    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;

}

.supplier-page form {
	max-width: 600px;
	margin: auto;
}

.supplier-page form h3 {
	text-align: center;
    margin-top: 20px;
    margin-bottom: 22px;
    /*color: grey;
    font-size: 28px;*/
}

.supplier-page form li {
	margin-bottom: 10px;
    display: table;
    width: 100%;
}

.supplier-page form li:after {
	clear: both;
	display: table;
    content: "";
}

.supplier-page form label {
	vertical-align: middle;
    display: table-cell;
}

.supplier-page form textarea {
	float: right;
}


.supplier-page .required{
    background-color: rgb(255, 232, 232);
}

.supplier-page form input,
.supplier-page form select{
	float: right;
	width: 330px;
}

.supplier-page .supplier-form-button {
	text-align: center;
}
 
.supplier-page .supplier-form-button p{
	display: inline-block;
    /*padding: 9px 35px;
    border: #000 1px solid;
    border-radius: 7px;
    font-size: 18px;*/
    margin: 0;
    /*box-shadow: 0px 0px 5px 1px grey;*/
    cursor: pointer;
    /*transition: 100ms all;*/
}

.supplier-page .supplier-form-button p:active{
	box-shadow: 0px 0px 0px 0px lightgrey;
}

#thank-you {
    text-align: center;
    margin-top: 50px;
}

@media only screen and (max-width: 700px) {

    .supplier-page .supplier-copy {
        width: 100%;
    }


    .supplier-page form label {
        display: block;
        text-align: center;
    }

    .supplier-page form input,
    .supplier-page form select,
    .supplier-page form textarea {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

}

.info-strip-container {
    display: none;
}

