.notification-banner {
  background: #d1e9f0;
}
.notification-banner.notification-banner-alert {
  background: #eca7a5;
}
.notification-banner.notification-banner-success {
  background: #97d097;
}

.alert {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-shadow: none;
  color: #252525;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0 2em;
  position: relative;
  text-shadow: none;
}
.alert .close {
  opacity: 0.65;
  position: absolute;
  right: 10px;
  top: 0;
}
.alert p,
.alert a {
  color: #252525;
}
.alert i {
  font-size: 1.5em;
  left: 0;
  position: absolute;
  top: 0;
}

.environment-banner {
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}
.environment-banner.staging {
  background: #cd4b37;
}
.environment-banner.training {
  background: #71c5e8;
}

.button {
  display: inline-block;
  border: 1px solid #003481;
  font-size: 18px;
  margin: 0 0 21px 0;
  border-radius: 2px;
  padding: 0.75em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  width: 100%;
  color: #003481;
  background: #ffffff;
  font-weight: 500;
  font-family: Rubik, Helvetica, Arial, sans-serif;
  transition: 0.2s ease all;
}
.button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #003481;
  border: 1px solid #003481;
}
.button.button-yellow.active:hover, .button.button-yellow.active, .button.button-yellow:hover {
  background: #ffc72c;
  color: #003481;
}
.button.button-red {
  border-color: #cd4b37;
  background: #cd4b37;
  color: #ffffff;
}
.button.button-red.active:hover, .button.button-red.active, .button.button-red:hover {
  background: #cd4b37;
  color: #ffffff;
}
.button.submit, .button[type=submit], .button.button-inverse {
  background: #003481;
  border-color: #003481;
  color: #ffffff;
}
.button.submit:hover, .button.submit:disabled, .button.submit[disabled], .button[type=submit]:hover, .button[type=submit]:disabled, .button[type=submit][disabled], .button.button-inverse:hover, .button.button-inverse:disabled, .button.button-inverse[disabled] {
  color: #003481;
  background: #d1e9f0;
}
.button.inline {
  width: auto;
}

.btn-back {
  float: left;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   CSS Reset
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  max-width: 100%;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none;
}

.chromeframe {
  margin: 0.2em 0;
  background: #c9c9c9;
  color: #000000;
  padding: 0.2em 0;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#footer-wrap {
  padding: 0 !important;
}
#footer-wrap .footer-left-area,
#footer-wrap .footer-center-area,
#footer-wrap .footer-right-area {
  height: auto;
}

#bottom-widgets {
  background-color: #d1e9f0;
  padding: 2em 21px;
}

#wppb-recover-password input {
  max-width: 250px;
}
#wppb-recover-password label {
  width: 200px;
}
#wppb-recover-password .form-submit {
  margin-top: 2em;
}

label,
h4.label {
  display: inline-block;
  font-weight: 500;
  margin-top: 1em;
}
label.option,
h4.label.option {
  text-transform: none;
}

label input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
}

.form-composite > legend {
  padding-top: 1em;
}

select {
  -moz-appearance: none;
  -o-appearance: none !important;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  border: 2px solid #003481;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  height: 40px !important;
  line-height: 30px;
  overflow: hidden;
  padding: 2px 10px;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
}
select option {
  background: #ffffff;
}

select::-ms-expand {
  display: none;
}

input,
textarea,
select {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #003481 !important;
  box-sizing: border-box;
  font-weight: 300;
  padding: 5px 5px 5px 8px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 1em;
}

textarea {
  width: 100% !important;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=password] {
  height: 40px;
}

input[type=radio] {
  box-shadow: none;
}

.form-type-select {
  position: relative;
}
.form-type-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  pointer-events: none;
  position: absolute;
  right: 12px;
  bottom: 7px;
}

.form-type-date {
  position: relative;
  display: block !important;
}
.form-type-date:after {
  content: "\f783";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  pointer-events: none;
  position: absolute;
  right: 12px;
  bottom: 8px;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
}

.form-item {
  margin-bottom: 0;
  margin-top: 0;
}

fieldset {
  border: 0;
  padding: 0;
}
fieldset legend {
  font-family: Rubik, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}
fieldset.form-item {
  margin-bottom: 1em;
}

.form-type-checkbox {
  margin-bottom: 1em;
  margin-top: 1em;
}

.captcha {
  border: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}
.captcha summary {
  display: none;
}
.captcha .details-wrapper {
  font-size: 0.85em;
  line-height: 1.25em;
  max-width: 304px;
  padding: 0.5em 0;
}

#edit-preview {
  display: none;
}

input[disabled] {
  border-color: #c9c9c9;
  color: #c9c9c9;
  background: #dfdfdf;
}
input[disabled]:hover {
  background: #dfdfdf;
  color: #c9c9c9;
}

header {
  border-bottom: 1px solid #151738;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 50;
}
header #header-wrap {
  padding: 1em 0;
}
header .logo {
  text-align: center;
  padding: 0;
  transition: all 0.25s;
  height: 110px;
  width: 110px;
}
header .logo #text {
  transition: opacity 0.25s;
}
header .logo #shoe {
  transition: transform 0.25s;
}
header .logo.scrolled {
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
header .logo.scrolled #text {
  opacity: 0;
}
header .logo.scrolled #shoe {
  transform: translateX(-38px);
}
header .logo img {
  height: 110px;
}
@media (min-width: 768px) {
  header .logo {
    display: block;
    float: left;
    text-align: left;
  }
}
header #navigation {
  font-weight: 500;
}
header .main_menu {
  display: none;
}
@media (min-width: 768px) {
  header .main_menu {
    display: block;
    float: left;
    width: calc(100% - 120px);
    padding-left: 10px;
  }
  header .main_menu ul {
    padding: 2.25em 0;
  }
  header .main_menu ul li {
    display: inline-block;
    padding: 0 1em 0.5em;
    transition: padding 0.25s;
  }
  header .main_menu ul li:last-child {
    padding-right: 0;
  }
  header .main_menu a {
    color: #003481;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
  }
  header .main_menu a:hover {
    color: #cd4b37;
  }
}
header.scrolled .main_menu ul {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
header .mobile_menu {
  display: none;
}
header .mobile_menu .main_menu {
  display: block;
}
header .mobile_menu .main_menu ul li {
  padding: 0 !important;
}
header .mobile_menu .main_menu ul li a {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  header .mobile_menu {
    display: none !important;
  }
}
header .mobile_menu ul li a {
  display: block;
  color: #003481;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px;
  font-weight: 500;
}
header .mobile_menu ul li a:hover {
  color: #cd4b37;
  text-decoration: none;
}
header .menu-controls {
  text-align: center;
  padding: 26px 20px;
  font-weight: 500;
  font-size: 24px;
  color: #003481;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  header .menu-controls {
    display: none !important;
  }
}

.logged-in #login-page .sign-up,
.logged-in #login-page .forgot-password {
  display: none;
}

#login-page {
  position: relative;
  margin-top: 2em;
}
@media (min-width: 768px) {
  #login-page .forgot-password {
    position: absolute;
    right: 108px;
    bottom: 114px;
  }
  #login-page .one-fourth {
    width: 25%;
  }
  #login-page .one-half {
    width: 50%;
  }
}

.no-invoices {
  text-align: center;
  min-height: 300px;
}

#wppb-loginform label,
#loginform label {
  width: 200px;
}
#wppb-loginform label input[type=checkbox],
#loginform label input[type=checkbox] {
  width: auto;
}
#wppb-loginform input,
#loginform input {
  max-width: 250px;
}
#wppb-loginform input[type=submit],
#loginform input[type=submit] {
  max-width: 200px;
}
#wppb-loginform p,
#loginform p {
  margin-bottom: 0;
}
#wppb-loginform .login-submit,
#loginform .login-submit {
  margin-top: 2em;
}

.be-custom-column-inner h1 {
  margin-bottom: 0.5em;
}
.be-custom-column-inner h2 {
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003481;
}

h1 {
  font-size: 2em;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}

h3 {
  font-size: 1.35em;
  margin-top: 2em;
  margin-bottom: 0.25em;
}

h4,
h5,
h6 {
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-top: 1em;
}

label {
  color: #003481;
}

p {
  color: #003481;
  line-height: 1.5em;
  margin-bottom: 1em;
}

a {
  color: #003481;
  text-decoration: underline;
}
a:hover {
  color: #cd4b37;
}

body {
  background: #ffffff;
  font-weight: 300;
  font-family: Rubik, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #003481;
}

#wait_lightbox {
  display: none;
}

.red {
  color: #cd4b37;
}

.grey {
  color: #666666;
}

.green {
  color: green;
}

table th {
  vertical-align: middle;
}

.align-center,
.center {
  text-align: center;
}

.align-right,
.right {
  text-align: right;
}

#order input.tt-hint {
  border: 0 !important;
}
#order #customer {
  background-color: #ffffff;
  box-shadow: none;
  cursor: text;
  outline: none;
  transition: all 0.25s ease;
}
#order #customer:focus {
  box-shadow: none;
}
#order #customer.address-book-loaded {
  border: 3px solid #97d097 !important;
  padding: 4px 10px;
}
#order .form-group {
  margin-bottom: 0;
}
#order .note {
  color: #666666;
}
#order #puAddressBook,
#order #doAddressBook {
  border-color: #003481;
  transition: background 0.25s ease;
}
#order #puAddressBook:hover,
#order #doAddressBook:hover {
  background-color: #d1e9f0;
}
#order #puAddressBook.address-book-loaded,
#order #doAddressBook.address-book-loaded {
  background-color: #97d097;
}
#order #pkg-info-1 {
  width: 100%;
}
#order #pkg-info-1 > label {
  margin-top: 25px;
  width: 25%;
}
#order #show-if-envelope h3,
#order #show-if-box h3,
#order #show-if-bag h3,
#order #show-if-other h3 {
  margin-bottom: 0;
}
#order .check {
  cursor: pointer;
  display: block;
}
#order .check input {
  margin-right: 0.5em;
}
#order .check.grey,
#order .check small {
  color: #666666;
  display: inline-block;
  font-weight: 300;
}
#order .save-address label {
  margin-bottom: 1em;
  margin-top: 0;
}
#order h3 small,
#order label small {
  color: #666666;
  font-weight: 300;
}
#order #pkg-size h3 {
  margin-bottom: 0;
  margin-top: 2em;
}
#order .small-input {
  margin-right: 1em;
  width: 50px;
}
#order #other-weight {
  margin-right: 0;
}
#order #alcohol-info {
  margin-top: 1em;
}
#order .alcohol-extra {
  display: none;
}
#order #submit1 {
  margin: 1em 0 4em;
  width: 100%;
}
#order #submit1[disabled=disabled] {
  background: #cd4b37;
  border-color: #cd4b37;
  color: #dfdfdf;
  cursor: not-allowed;
}

#place-order-express,
#loading-rates {
  color: #003481;
  position: absolute;
  right: -10px;
}

#place-order-basic {
  color: #003481;
  left: -10px;
  position: absolute;
}

#cog-donation {
  color: #003481;
  position: absolute;
  right: -10px;
  top: 19px;
}

.box {
  border: 1px solid #003481;
  border-radius: 4px;
  padding: 1em;
}
.box img {
  vertical-align: baseline;
}
.box .button {
  margin: 1em 0 0;
}
.box input[type=text] {
  margin-top: 1em;
}
.box .price {
  font-size: 3em;
  font-weight: 500;
}
.box .price sup {
  font-size: 0.55em;
}

.list-group-item {
  border-color: #dfdfdf;
}
.list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.img-responsive {
  border: 1px solid #dfdfdf;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#rate-window label {
  margin-top: 0;
}

#drop_off_book_length,
#pick_up_book_length {
  position: relative;
}
#drop_off_book_length select,
#pick_up_book_length select {
  width: 75px;
}
#drop_off_book_length:after,
#pick_up_book_length:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  left: 100px;
  pointer-events: none;
  position: absolute;
  top: 25px;
}

#drop_off_book_filter input,
#pick_up_book_filter input {
  width: 200px;
}

#package-details div h3 {
  margin-top: 0.5em;
}

.no-top-margin {
  margin-top: 0;
}

#donation-group {
  display: none;
}

.help-block {
  font-weight: 500;
}

.alcohol-extra {
  padding-top: 1em;
}

@media (min-width: 992px) {
  .drop-off-column {
    border-left: 1px solid #666666;
  }
}

#wppb-edit-user,
#select_user_to_edit_form,
#wppb-register-user {
  margin: 0 auto;
  max-width: 600px;
}
#wppb-edit-user .form-submit,
#select_user_to_edit_form .form-submit,
#wppb-register-user .form-submit {
  margin-top: 2em;
}
#wppb-edit-user .wppb-description-delimiter,
#select_user_to_edit_form .wppb-description-delimiter,
#wppb-register-user .wppb-description-delimiter {
  color: #666666;
}
#wppb-edit-user select,
#wppb-edit-user input,
#select_user_to_edit_form select,
#select_user_to_edit_form input,
#wppb-register-user select,
#wppb-register-user input {
  margin-bottom: 0;
}
#wppb-edit-user label,
#select_user_to_edit_form label,
#wppb-register-user label {
  margin-top: 1.5em;
}
#wppb-edit-user h4,
#select_user_to_edit_form h4,
#wppb-register-user h4 {
  margin-top: 3em;
  margin-bottom: 0;
}

#wppb-register-user .wppb-recaptcha label {
  display: inline-block;
  height: 80px;
  vertical-align: text-bottom;
}
#wppb-register-user .wppb-recaptcha-element {
  display: inline-block;
}

#save-form {
  margin: 0 auto;
  max-width: 600px;
}

#captureSignature canvas {
  border: 1px solid #666666;
}

.order-completed {
  width: 100%;
  text-align: left;
  margin: 1em 0;
}
.order-completed .divider {
  border-top: 1px solid #dfdfdf;
  height: 0.5em;
}

.confirmation {
  text-align: center;
}
.confirmation .list-group-item:first-child {
  border-top: 1px solid #dfdfdf;
  border-radius: 4px 4px 0 0;
}
.confirmation h1 {
  margin-top: 0.25em;
  margin-bottom: 1em;
}
.confirmation h2 {
  margin: 0;
}
.confirmation h3 {
  margin: 0.75em 0 1em 0;
}
.confirmation .list-group {
  text-align: left;
}
.confirmation .list-group.cost-summary {
  text-align: center;
}
.confirmation .list-group.cost-summary .button {
  margin-top: 1em;
}
.confirmation .button {
  width: auto;
  margin: 3em 0 1em;
}

ul.tabs {
  border-bottom: 1px solid #dfdfdf;
}
ul.tabs li {
  display: inline-block;
}
ul.tabs li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  color: #000000;
  background: #efefef;
}
ul.tabs li a:hover {
  background: #dfdfdf;
}
ul.tabs li a.active {
  background: #ffffff;
}

.popover {
  width: 100%;
}
@media (min-width: 768px) {
  .popover {
    max-width: none;
    width: auto;
  }
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
}

.comments .button {
  font-size: 10px;
  padding: 0 5px;
}

.inline-select {
  display: inline-block;
  margin-left: 0.5em;
}

#orders_wrapper {
  color: #252525;
}
#orders_wrapper p {
  color: #252525;
}
#orders_wrapper td {
  padding: 1em 10px 1em;
}
#orders_wrapper a {
  text-decoration: none;
}

.num-results {
  color: #252525;
  font-size: 0.85em;
}

#orders_info,
#orders_paginate {
  font-size: 0.85em;
}

.sort-date {
  display: none;
}

.package-label {
  background: #ffc72c;
  display: block;
  font-weight: bold;
  margin: 0.25em 0;
  padding: 0 0.25em;
}
.package-label i {
  display: inline-block;
  overflow-x: clip;
  text-align: center;
  width: 16px;
}

.tt-query {
  box-shadow: 0 1px 1px #c9c9c9 inset;
}

.tt-hint {
  display: none;
}

.tt-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #003481;
  border-radius: 4px;
  box-shadow: 0 5px 10px #c9c9c9;
  width: 422px;
}

.tt-suggestion {
  padding: 0.25em 1em;
}
.tt-suggestion p {
  margin: 0;
  color: #666666;
  cursor: pointer;
}
.tt-suggestion.tt-is-under-cursor {
  background-color: #ffc72c;
}

.tt-suggestions .tt-suggestion:first-child {
  border-radius: 4px 4px 0 0;
}
.tt-suggestions .tt-suggestion:last-child {
  border-radius: 0 0 4px 4px;
}
