.contactUsText {
    font-size:13px;
    text-align:center;
    line-height:17px;
    letter-spacing:1px;
}

.contactTopSpacing {
    padding-bottom:20px;
}

a.colorWhite:hover {
    color:white;
}

.contactUsOtherPadding {
    padding-bottom:30px;
}

.standardBoxLeftRightPadding {
    padding-left:22px;
    padding-right:22px;
}

.smallerInnerBoxPadding {
    padding-left:0px;
    padding-right:0px;
    padding-bottom:30px;
}

.inputStyle {
    width:100%;
    background-color:white;
    height:64px;
    color:#4a4a4a;
    padding-left:15px;
    padding-right:15px;
    text-align:center;
    font-size:20px;
    line-height:29px;
    letter-spacing:1px;
    border:none;
}

.inputStyleTextArea {
    height:96px;
    padding-top: 18px;
    padding-bottom: 18px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height:65px;
}
::-webkit-input-placeholder { /* Webkit */
    line-height:65px;
}
:-ms-input-placeholder { /* IE */
    line-height:65px;
}

.inputDivSpacing {
    padding-bottom:10px;
}

.submitButton {
    background-color:#efefef;
    color: #00af41;
    transition:.2s;
}

.spinnerSize {
	font-size:35px;
}

.contactSpinner {
	display:none;
}

.submitButton:hover {
    background-color:black;
    color:white;
    transition:.2s;
}

.warehouseHeader {
    padding-bottom:2px;
    border-bottom:1px solid white;
}

@media (max-width:767px) {
    .smallerInnerBoxPadding.small123 {
        padding-bottom:20px;
    }

    .contactUsOtherPadding.small123 {
        padding-bottom:13px;
    }
}

@media (max-width:991px) {
    .smallerInnerBoxPadding.small123 {
        padding-bottom:40px;
    }

    .contactUsOtherPadding.small123 {
        padding-bottom:13px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .warehouseHeader {
        border-bottom:2px solid white;
    }
    .contactUsOtherPadding {
        padding-bottom:50px;
    }

    .contactUsText {
        font-size:20px;
        text-align:center;
        line-height:26px;
        letter-spacing:1.5px;
    }

    .contactUsDiv {
        padding-top:100px;
        padding-bottom:100px;
    }

    .standardBoxLeftRightPadding {
        padding-left:29px;
        padding-right:29px;
    }

    .smallerInnerBoxPadding {
	    padding-bottom:50px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.smallerInnerBoxPadding {
	    padding-left:10px;
	    padding-right:10px;
	    padding-bottom:0px;
	}
    .contactUsText {
        text-align:left;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
