﻿#indexPhotoDiv {
  height: 1150px !important;
  width: 100%; }

.grid-row {
  height: 350px !important;
  width: 100%; }
  .grid-row .grid-item {
    height: 350px;
    width: 400px; }
.odd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
#modelNumberDiv,
#dateCodeDiv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  width: 350px; }
  #modelNumberDiv .form-item-left .form-item,
  #dateCodeDiv .form-item-left .form-item {
    text-align: right;
    width: 100px; }
  #modelNumberDiv #modelLabel,
  #dateCodeDiv #modelLabel {
    height: 24px;
    width: 70px; }
  #modelNumberDiv #dateCodeLabel,
  #dateCodeDiv #dateCodeLabel {
    height: 24px;
    width: 90px; }
  #modelNumberDiv #dateCodeField,
  #dateCodeDiv #dateCodeField {
    text-align: left !important; }
#dateCodeNoteDiv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; 
  height: 150px;
}
  #dateCodeNoteDiv #dateCodeNote {
    text-align: center;
    align-self: center;
    max-width: 500px; }
#dateCodeButtonDiv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 350px !important; }
  #dateCodeButtonDiv .form-item-right,
  #dateCodeButtonDiv .form-item-right .button-div,
  #dateCodeButtonDiv .form-item-right .button-div #dateCodeButton {
    height: 45px;
    width: 330px !important;
    margin: 5px !important; }
#indexForm,
#indexForm .form-step {
  -webkit-align-items: center !important;
  align-items: center !important; }
#indexPhotoDiv .grid-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 980px) {
  #indexPhotoDiv {
    height: 2250px !important;
    width: 100%; }
  .grid-row {
    height: 750px !important;
    width: 100%; }
  .odd {
    height: 400px !important;
    width: 100%; } }
@media (max-width: 750px) {
  #modelNumberDiv,
  #dateCodeDiv {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 350px;
    padding: 0 0 0 25%; }
    #modelNumberDiv .form-item-left .form-item-top,
    #dateCodeDiv .form-item-left .form-item-top {
      text-align: left; } }
@media (max-width: 580px) {
  .grid-row {
    height: 140vw !important;
    width: 100%; }
  .odd {
    height: 80vw !important;
    width: 100%; }
  #modelBPhoto,
  #modelCPhoto {
    height: 65.625vw;
    width: 75vw; } }
#modelHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px; }
  #modelHeader * {
    text-align: center;
    padding: 10px; }
#labelPhoto,
#cordCutPhoto {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 325px;
  width: 400px; }
  #labelPhoto .example-photo img,
  #cordCutPhoto .example-photo img {
    height: auto;
    width: 100%;
    margin: 0 !important; }
#step1Note ul {
  padding: 0 0 0 35px; }
#step2Instructions ul li {
  padding: 5px 0; }
#step3 .step-text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
#step4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
#usLink,
#canadaLink {
  color: #4c6c89;
  font-weight: bold; }
@media (max-width: 580px) {
  #modelBPhoto,
  #modelCPhoto {
    height: 65.625vw;
    width: 75vw; } }

.photo-upload-label-div {
  height: 80px !important;
}

#photoFormGroup {
  height: 500px;
}

@media (max-width: 900px) {
  #photoFormGroup {
    height: 1000px;
  }
}

.photo-upload-div {
  height: 500px !important;
}

.photo-preview-div {
  height: 225px;
}

.photo-preview-div img {
  height: 200px;
}