*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  top: 0;
  left: 0;
  padding: 72px 0 0 0;
  margin: 0;
  min-height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  vertical-align: baseline;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
@media all and (max-width: 767px) {
  body {
    padding: 0;
  }
}

.container {
  max-width: 987px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container:after, .container:before {
  content: '';
  clear: both;
  display: table;
}

.clearfix:after, .clearfix:before {
  clear: both;
  content: '';
  display: table;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after, .row:before {
  clear: both;
  display: table;
  content: '';
}

.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col.hidden {
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.table-row {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 9px;
  padding-right: 9px;
}
.table-cell:first-child {
  padding-left: 0px;
}
.table-cell:last-child {
  padding-right: 0px;
}

.x1 {
  width: 8.33333%;
}

.x2 {
  width: 16.66667%;
}

.x3 {
  width: 25%;
}

.x4 {
  width: 33.33333%;
}

.x5 {
  width: 41.66667%;
}

.x6 {
  width: 50%;
}

.x7 {
  width: 58.33333%;
}

.x8 {
  width: 66.66667%;
}

.x9 {
  width: 75%;
}

.x10 {
  width: 83.33333%;
}

.x11 {
  width: 91.66667%;
}

.x12 {
  width: 100%;
}

.select-styled {
  position: relative;
  display: inline-block;
  min-width: 140px;
}
.select-styled select,button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #797979;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  color: #767671;
  padding: 0 30px 0 20px;
  width: 100%;
}
.select-styled select:focus {
  outline: none;
}
.select-styled:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  border-top: 8px solid #797979;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  margin-top: -4px;
  width: 0;
  height: 0;
  pointer-events: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #797979;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.plain-btn {
  padding: 2px 24px;
  line-height: 36px;
  height: 40px;
  background-color: #ff6666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
}
.plain-btn span {
  display: inline-block;
  line-height: 18px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

button.plain-btn span {
  line-height: 37px;
}

header {
  padding: 10px 40px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}
@media all and (max-width: 767px) {
  header {
    position: static;
  }
}
header .logo {
  width: 50%;
  float: left;
  padding-right: 15px;
}
header .logo a {
  display: inline-block;
}
header .logo a img {
  display: block;
  height: 50px;
  max-width: 100%;
}
header .main-menu {
  float: right;
  width: 50%;
  padding: 5px 0 5px 15px;
  text-align: right;
}
header .main-menu .plain-btn, header .main-menu .select-styled {
  margin-left: 20px;
}
header .main-menu .plain-btn:first-child, header .main-menu .select-styled:first-child {
  margin-left: 0;
}
@media all and (max-width: 640px) {
  header {
    padding: 10px 15px;
  }
}
@media all and (max-width: 590px) {
  header .logo {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    text-align: center;
    padding: 0;
  }
  header .main-menu {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
}

footer {
  padding: 22px 40px;
  background-color: #ffffff;
}
footer .menu {
  display: table;
  margin: 0 auto;
  list-style: none;
}
footer .menu li {
  display: inline-block;
}
footer .menu li:before {
    content: '|';
    color: #767671;
    line-height: 22px;
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
}

footer .menu li:first-child:before {
    display: none;
}

footer .menu li p, footer .menu li a, footer .menu li span {
  color: #767671;
  line-height: 22px;
  font-size: 14px;
}
footer .menu li span {
  display: inline-block;
  padding: 0 5px;
}
footer .menu li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 500px) {
  footer {
    padding: 22px 15px;
  }
  footer .menu {
    display: block;
    width: 100%;
  }
  footer .menu li {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  footer .menu li:first-child {
    margin-top: 0;
  }
  footer .menu li:nth-child(even) {
    display: none;
  }
}

.main-content {
  background: #f2f2f2;
  min-height: 100%;
  padding: 100px 0;
}

.packing-list-form {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
.packing-list-form .packing-list-section {
  position: relative;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.packing-list-form .packing-list-section.active {
  width: auto;
  height: auto;
  visibility: visible;
  overflow: visible;
}
.packing-list-form .packing-list-section .section-description {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #767671;
  line-height: 24px;
  margin: 0 0 30px 0;
}
.packing-list-form .packing-list-section .section-description p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #767671;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.packing-list-form .packing-list-section .section-description p a {
  color: #FF6666;
}
.packing-list-form .packing-list-section .section-description p a:hover {
  text-decoration: underline;
}
.packing-list-form .packing-list-section .section-description ol {
  margin: 0 0 45px 0;
  padding-right: 0;
  list-style-type: none;
}
.packing-list-form .packing-list-section .section-description ol li {
  display: block;
  counter-increment: step-counter;
  position: relative;
  padding: 18px 25px 18px 120px;
  font-size: 16px;
  color: #767671;
  font-weight: 300;
  line-height: 24px;
  min-height: 120px;
  margin-top: 30px;
  overflow: hidden;
  background-color: #ffffff;
}
.packing-list-form .packing-list-section .section-description ol li:first-child {
  margin-top: 0;
}
.packing-list-form .packing-list-section .section-description ol li:before {
  position: absolute;
  content: counter(step-counter);
  left: 0;
  background-color: #ffffff;
  line-height: 120px;
  top: 0;
  bottom: 0;
  width: 120px;
  text-align: center;
  font-size: 72px;
  font-weight: 400;
  color: #767671;
}
.packing-list-form .packing-list-section .section-description ol li h5 {
  display: block;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #767671;
  margin: 0;
}
.packing-list-form .packing-list-section .section-description h2 {
  font-weight: 200;
  font-size: 36px;
  color: #767671;
  margin: 0 0 20px 0;
}
.packing-list-form .packing-list-section .section-header h1 {
  font-size: 54px;
  font-weight: 300;
  line-height: 60px;
  color: #767671;
  margin: 0 0 45px 0;
}
.packing-list-form .packing-list-section .section-header .section-progress-bar {
  background-color: #ffffff;
  width: 100%;
  height: 21px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 30px 0;
}
.packing-list-form .packing-list-section .section-header .section-progress-bar span {
  display: block;
  height: 21px;
  width: 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ff6666;
}
@media all and (max-width: 767px) {
  .packing-list-form .packing-list-section .section-fields .col {
    width: 100%;
  }
}
.packing-list-form .packing-list-section .section-question {
  margin-bottom: 30px;
}
.packing-list-form .packing-list-section .section-question label {
  font-weight: 400;
  font-size: 18px;
  color: #767671;
  line-height: 22px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: block;
}
.packing-list-form .packing-list-section .section-question .select-field {
  position: relative;
  width: 100%;
}
.packing-list-form .packing-list-section .section-question .select-field select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 42px;
  line-height: 40px;
  background-color: #ffffff;
  padding: 0 58px 0 20px;
  font-size: 18px;
  font-weight: 300;
  color: #767671;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%;
  border: 1px solid #ffffff;
}
.packing-list-form .packing-list-section .section-question .select-field select:focus {
  outline: none;
}
.packing-list-form .packing-list-section .section-question .select-field:after {
  content: '';
  position: absolute;
  z-index: 2;
  border-top: 10px solid #767671;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  pointer-events: none;
}
.packing-list-form .packing-list-section .section-question input[type=text], .packing-list-form .packing-list-section .section-question input[type=password], .packing-list-form .packing-list-section .section-question input[type=email] {
  width: 1005;
  border: none;
  height: 42px;
  line-height: 40px;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
  font-size: 18px;
  font-weight: 300;
  color: #767671;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%;
  border: 1px solid #ffffff;
}
.packing-list-form .packing-list-section .section-question input[type=text]:focus, .packing-list-form .packing-list-section .section-question input[type=password]:focus, .packing-list-form .packing-list-section .section-question input[type=email]:focus {
  outline: none;
}
.packing-list-form .packing-list-section .section-question .radio-row {
  display: block;
}
.packing-list-form .packing-list-section .section-question .radio-row p {
  display: inline-block;
  padding: 0 0 0 30px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 300;
  color: #767671;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.packing-list-form .packing-list-section .section-question .radio-row p input[type=radio] {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 5px;
  z-index: 0;
}
.packing-list-form .packing-list-section .section-question .radio-row p:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #767671;
  background-color: #ffffff;
}
.packing-list-form .packing-list-section .section-question .radio-row p:before {
  display: none;
  position: absolute;
  content: '';
  z-index: 2;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #767671;
}
.packing-list-form .packing-list-section .section-question .radio-row.checked p:before {
  display: block;
}
.packing-list-form .packing-list-section .section-question .checkbox-row {
  display: block;
}
.packing-list-form .packing-list-section .section-question .checkbox-row p {
  display: inline-block;
  padding: 0 0 0 30px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 300;
  color: #767671;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.packing-list-form .packing-list-section .section-question .checkbox-row p input[type=checkbox] {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 5px;
  z-index: 0;
}
.packing-list-form .packing-list-section .section-question .checkbox-row p:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #767671;
  background-color: #ffffff;
}
.packing-list-form .packing-list-section .section-question .checkbox-row p:before {
  display: none;
  position: absolute;
  content: '';
  z-index: 2;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #767671;
}
.packing-list-form .packing-list-section .section-question .checkbox-row.checked p:before {
  display: block;
}
.packing-list-form .packing-list-section .section-question .datepicker, .packing-list-form .packing-list-section .section-question .google-multilocation-autocomplete, .packing-list-form .packing-list-section .section-question .question-autocomplete {
  position: relative;
}
.packing-list-form .packing-list-section .section-question.has-error label {
  color: #ff6666;
}
.packing-list-form .packing-list-section .section-question.has-error .select-field select {
  border: 1px solid #ff6666;
}
.packing-list-form .packing-list-section .section-question.has-error .select-field:after {
  border-top: 10px solid #ff6666;
}
.packing-list-form .packing-list-section .section-question.has-error input[type=text], .packing-list-form .packing-list-section .section-question.has-error input[type=password], .packing-list-form .packing-list-section .section-question.has-error input[type=email] {
  color: #ff6666;
  border: 1px solid #ff6666;
}
.packing-list-form .packing-list-section .section-question.has-error .radio-row p, .packing-list-form .packing-list-section .section-question.has-error .checkbox-row p {
  color: #ff6666;
}
.packing-list-form .packing-list-section .section-footer .section-question {
  margin-bottom: 0;
  margin-top: 30px;
}
.packing-list-form .packing-list-section .section-footer .section-question:first-child {
  margin-top: 0;
}
.packing-list-form .packing-list-section .section-footer .section-description {
  padding: 0 0 0 30px;
}

.bday-picker {
  margin-left: -8px;
  margin-right: -8px;
}
.bday-picker .col3 {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  width: 33.33333%;
}

.Zebra_DatePicker {
  position: absolute;
  min-width: 246px;
  top: auto !important;
  background: #fff;
  bottom: 120% !important;
  border: none !important;
  box-shadow: 0px 1px 1px 0px rgba(35, 91, 124, 0.137);
  -moz-box-shadow: 0px 1px 1px 0px rgba(35, 91, 124, 0.137);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(35, 91, 124, 0.137);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 18px;
}
.Zebra_DatePicker * {
  color: #000000;
}
.Zebra_DatePicker.set-bottom {
  bottom: auto !important;
  top: 120% !important;
}
.Zebra_DatePicker table {
  width: 100% !important;
}
.Zebra_DatePicker .dp_header .dp_caption, .Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next, .Zebra_DatePicker .dp_header .dp_previous {
  font-size: 14px;
  line-height: 24px;
  color: #767671;
  font-weight: 700;
  padding: 0;
}
.Zebra_DatePicker .dp_header .dp_caption:hover, .Zebra_DatePicker .dp_header .dp_previous:hover, .Zebra_DatePicker .dp_header .dp_next:hover, .Zebra_DatePicker .dp_header .dp_previous:hover {
  background: transparent;
  color: #e8776b;
}
.Zebra_DatePicker .dp_daypicker th {
  background: transparent;
  border: none;
  font-size: 13px;
  line-height: 36px;
  color: #767671;
  font-weight: 700;
  padding: 0;
}
.Zebra_DatePicker .dp_daypicker td {
  background: transparent;
  font-weight: 400;
  color: #767671;
  font-size: 13px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  border: none;
}
.Zebra_DatePicker .dp_daypicker td.dp_not_in_month, .Zebra_DatePicker .dp_daypicker td.dp_disabled, .Zebra_DatePicker .dp_daypicker td.dp_weekend_disabled {
  color: #cdcdcd;
}
.Zebra_DatePicker .dp_daypicker td.dp_selected, .Zebra_DatePicker .dp_daypicker td.dp_hover {
  background-color: #e8776b;
  color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.Zebra_DatePicker .dp_footer .dp_clear {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  color: #767671;
  font-weight: 700;
}
.Zebra_DatePicker .dp_footer .dp_clear:hover {
  background: transparent;
  color: #e8776b;
}

.Zebra_DatePicker_Icon_Wrapper {
  width: 100%;
  display: block;
}

.ui-autocomplete {
  display: block;
  width: 100%;
  max-height: 300px;
  box-shadow: 0px 1px 1px 0px rgba(35, 91, 124, 0.137);
  -moz-box-shadow: 0px 1px 1px 0px rgba(35, 91, 124, 0.137);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(35, 91, 124, 0.137);
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  top: 100% !important;
  margin-top: 6px;
  position: absolute;
  z-index: 9999;
}
.ui-autocomplete li {
  list-style: none;
}
.ui-autocomplete .ui-menu-item {
  font-weight: 700;
  color: #767671;
  font-size: 16px;
}
.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  padding: 10px 20px;
  line-height: 18px;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background-color: #e6e6e6;
}

.ui-helper-hidden-accessible {
  display: none;
}

.system-message {
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 400;
  text-align: left;
}
.system-message.error {
  background-color: #ffb0b0;
  color: #ffffff;
}
.system-message.success {
  background-color: #80f19f;
  color: #13ab3d;
}
