main {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0px auto;
  max-width: 600px; }

.header {
  background-color: #293b61;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }

.header .logo {
  width: 250px;
  fill: #fff; }

.sectionHeader {
  background-color: #ffffff;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }

.appointmentHeader {
  background-color: #ffffff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }

.return-button-section {
  width: 100%;
  padding: 10px 5px;
  text-align: left; }

.return-button-section-error {
  width: 100%;
  padding: 20px 5px;
  text-align: center; }

.return-button-section .previous {
  background-color: #fff;
  border: none;
  font-size: 20px;
  color: #2b93e0;
  text-align: left; }

.return-button-section-error .previous {
  background-color: #fff;
  border: none;
  font-size: 20px;
  color: #2b93e0;
  text-align: left; }

.linkError {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0px; }

.headerCopy h2 {
  color: #293b61; }

.headerCopy-address {
  text-align: left;
  padding-top: 20px; }

.headerCopy-address p {
  margin-bottom: 0px; }

.formSection {
  background-color: #263238;
  width: 100%; }

form > p {
  color: #fff; }

.map-icon {
  float: left; }

.map-icon svg {
  width: 200px; }

.section-container {
  width: 100%; }

footer {
  background-color: #424242;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center; }

footer > div > p {
  color: #ffffff; }

.yiLogo {
  width: 60px;
  margin-bottom: 20px;
  fill: #fff; }

form {
  padding: 10px; }

form > .inputBox > input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-size: 1rem;
  margin: 8px 0 16px;
  padding: 0.5rem 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  box-shadow: inset 0 0 50px 50px #263238 !important;
  -webkit-text-fill-color: #d4d6d7 !important; }

form > .inputBoxSmall > input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-size: 1rem;
  margin: 8px 0 16px;
  padding: 0.5rem 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  box-shadow: inset 0 0 50px 50px #263238 !important;
  -webkit-text-fill-color: #d4d6d7 !important; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: white !important; }

form > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

form > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

form > input :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

form > input :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

form .inputBox {
  border: 10px solid transparent;
  width: 100%;
  display: inline-block; }

form .inputBoxSmall {
  border: 10px solid transparent;
  width: 50%;
  display: inline-block; }

form .selectBox {
  border: 10px solid transparent;
  width: 50%;
  display: inline-block; }

form .selectBoxBig {
  border: 10px solid transparent;
  width: 100%;
  display: inline-block; }

form .selectBox label {
  float: left;
  color: #fff; }

form .checkBoxes {
  border: 10px solid transparent;
  width: 100%;
  display: inline-block; }

form .checkBoxes span {
  color: #fff;
  padding-right: 1rem; }

form .checkBoxes label {
  color: #fff;
  padding-left: .5rem;
  padding-right: 1.25rem; }

form select {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 0;
  border: 0;
  box-shadow: inset 0 -1px 0 #bfbfbf;
  color: inherit;
  font-size: 16px;
  height: 3rem;
  line-height: 1.5;
  margin-bottom: 16px;
  outline: none;
  padding-left: 0;
  padding-right: 9px;
  width: 100%;
  color: #fff;
  background-color: rgba(38, 50, 56, 0.2); }

form button {
  padding: 10px;
  background-color: #293b61;
  margin-top: 20px;
  color: #ffffff;
  border: none;
  padding: 10px 20px; }

.form-container {
  padding-bottom: 20px; }

.locations {
  background-color: #fff; }

.locations ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: 12px; }

.location {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px; }

.grid-one {
  width: 14%; }

.grid-two {
  width: 43%; }

.grid-three {
  width: 43%; }

.location-availability {
  text-align: left; }

.location-availability .blue-title {
  font-size: 0.875rem;
  line-height: 24px;
  display: inline-block;
  height: 24px;
  margin: 0 0 4px;
  padding: 0 8px;
  color: #fff;
  border-radius: 2px;
  background: #2b93e0; }

.results-button {
  line-height: 36px;
  height: 36px;
  padding: 0 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 2px;
  outline: none;
  background-color: #293b61;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-tap-highlight-color: transparent; }

.map-link-icon svg {
  width: 40px;
  height: 40px; }

.distance {
  font-size: 0.875rem;
  display: block;
  margin: 2px -8px 0;
  text-align: center;
  color: #bfbfbf; }

.location-title {
  font-size: 1rem;
  font-weight: 600;
  margin: -0.3em 0 0; }

.location-address {
  font-size: 0.875rem;
  margin: 0; }

.section-title {
  font-size: 0.875rem;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  margin: 0;
  padding: 16px;
  color: gray;
  border-top: 1px solid #bfbfbf;
  background: #fff;
  text-align: left; }

#map {
  width: 100%;
  background-color: grey;
  height: 400px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }

.appointment-date {
  text-align: center;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
  flex-direction: column;
  max-width: 42px; }

.appointmentList {
  padding-left: 0px;
  padding: 0px; }

.appointment-date .month {
  background-color: #293b61;
  color: #fff;
  width: 100%; }

.appointment-date .month p {
  padding: 0px;
  margin: 0px; }

.appointment-date .date {
  border: 1px solid #293b61;
  width: 100%; }

.appointment-date .date p {
  padding: 0px;
  margin: 0px; }

.appointment-date .day {
  width: 100%; }

.appointment-date .day p {
  padding: 0px;
  margin: 0px; }

.appointment-availability {
  text-align: left; }

.appointment-availability p {
  padding: 0px;
  margin: 0px; }

.headercopy-schedule {
  width: 100%;
  padding-top: 20px; }

.apointment-confimation, .assister-confirmation {
  text-align: left;
  margin-bottom: 0px; }

.headercopy-schedule {
  padding-bottom: 20px; }

.scheduleAppointmentFormTitle {
  text-align: left;
  padding-left: 20px;
  padding: 20px;
  color: #fff;
  text-transform: uppercase; }

.calSection {
  padding: 0px 15px;
  text-align: left;
  padding-bottom: 40px;
  margin: 40px 0px; }

.calSection h3 {
  text-align: left;
  color: #00708C;
  margin-bottom: 20px; }

.calSection h3 a {
  text-align: left;
  color: #00708C; }

.calSection p {
  text-align: left; }

.calButton {
  text-align: center;
  padding: 10px;
  background-color: #293b61;
  color: #fff; }

.calButton:hover {
  background-color: #00708C; }

.calButton a {
  color: #fff; }

.calButtonRow {
  margin-top: 40px; }

.alert {
  background-color: orange;
  margin-top: 20px; }

.privacy p {
  color: #ffffff; }

.alert p {
  color: #ffffff; }

.footer-link {
  color: #ffffff;
  text-decoration: none; }

.footer-link:hover {
  color: #00708C;
  text-decoration: none; }

a:hover {
  color: #00708C;
  text-decoration: none; }

.footer-logo img {
  max-width: 100px;
  margin-bottom: 20px; }

.formError {
  color: red; }

.optInLabel {
  color: #fff; }

.lgbtFlag {
  width: 22px;
  margin-left: 10px; }

.accessibility-icons {
  list-style: none;
  display: inline-flex;
  padding-left: 0px; }

.accessibility-icons li {
  margin: 5px 10px 5px 0px; }

.accessibility svg {
  width: 14px; }

.sessionTitle {
  font-size: 16px; }

.sessionTime {
  font-size: 12px; }

.assister {
  font-size: 10px; }

.no-margin {
  margin-bottom: 0px; }

.errorMessage {
  margin-bottom: 60px;
  padding-top: 60px;
  color: red; }

.appointmentLinkWapper {
  width: 100%; }
