.pageTitle {
    font-family: 'Pacifico', cursive;
    color: rgb(19, 41, 65);
    font-size: 2.8em;
    font-weight: 200;
    padding: 30px 0px 10px 0px;
    margin: 0px;
    text-align: center;
    }

/*   Form styling   */

h4 {
    margin: 6px 0px 1px 0px;
    font-size: 1.35em;
    color: rgb(36, 117, 187);
}

.red {
  display: inline;
  color: rgb(201, 3, 3);
  margin-left: 2px;
}

#redNote {
  color: black;
  font-size: 1em;
  font-weight: 300;
}

hr {
  margin: 20px auto 10px auto;
}

input {
  padding: 1px 8px 1px 8px;
}

.formContent {
    display: block;
    margin: 10px 40px 0px 40px;
    font-size: .95em;
    font-weight: 100;
    color: #888;
}

input {
  height: 35px;
}

.radio, .checkbox, .radioArt {
  width: auto;
  height: auto;
}

label {
  line-height: 170%;
  margin: 0px 5px 0px 2px;
}

.dimensions {
  width: 50px;
  height: auto;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #777;
}

.containerRow {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.artRow {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.finishRow {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin: 5px 0px 5px 0px;
}

.finishRow input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.placementRow {
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.placement {
  height: 180px;
}

.placementCol70 {
  border: 1px solid rgb(193, 193, 193);
  justify-content: center;
  width: 49%;;
  margin-bottom: 15px;
}

.placementTitle {
  width: 100%;
  font-size: 1.35em;
  text-transform: uppercase;
  text-align: center;
  color: rgb(36, 117, 187);
  font-weight: bold;
  border-bottom: 1px solid rgb(193, 193, 193);
  background-color: rgb(233, 245, 255);
  padding: 10px;
}

.placementContainer {
  padding: 15px;
  font-size: 1.1em;
}

#garmentTable input, select {
    height: 35px;
    width: 100%;
}

.containerCol {
    display: flex;
    flex-direction: column;
    width: 100%;
}

textarea {
  padding: 8px;
  width: 100%;
  overflow: auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  font-style: italic;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
  font-style: italic;
}

.submit {
  background: rgb(187, 36, 36);
  color: white;
  line-height: 200%;
  font-size: 1.5em;
  transition: all .6s;
  height: 60px;
  width: 225px;
  margin: 10px auto;
  text-transform: uppercase;
  border-radius: 3px;
}

.submit:hover {
  background: rgb(16, 108, 19);
}

#sendForm {
  text-align: center;
}

#submitdata {
  display: none;
}

#customerSupplied {
  display: none;
}

#customArt {
  display: hidden;
}

#colorComp {
  display: none;
  line-height: 140%;
}

#artRequirements {
  padding: 30px 40px 40px 40px;
  border: 1px solid rgb(232, 232, 232);
}

#artUpload {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.orderCol {
  margin: 10px 0px 0px 0px;
  width: 50%;
  margin-right: 40px;
}

.row {
  display: flex;
  justify-content: left;
  align-items: center;
  text-transform: uppercase;
  line-height: 110%;
}

.radioPrint {
  margin: 0px 5px 0px 15px;;
}

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

.pageTitle {
  line-height: 120%;
  margin-bottom: 10px;
}

.containerRow {
   flex-direction: column;
}

.placementRow {
  flex-direction: column;
}

.formContent {
  margin: 10px;
}

.placement {
  display: none;
}

.placementCol70 {
  border: 1px solid rgb(199, 199, 199);
  width: 100%;
  padding: 0px;
}

.placementCol30 {
  width: 100%;
  padding: 10px 10px 0px 10px;
}

.orderCol {
  width: 100%;
  margin-right: 0px;
}
	
	}