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, 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, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a[href], label[for], select, input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0;
}

.hide {
  position: absolute;
  left: -9999em;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th, td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

address, cite, dfn {
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

textarea {
  overflow: auto;
}

html {
  height: 100%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-align-items: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
  font: 14px/1.43 'Open Sans', sans-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  background-size: cover;
  min-height: 100%;
  color: #414042;
}

input, textarea, select, button {
  outline: none;
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  transition: all .3s ease;
  color: inherit;
}

.btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  transition: all .3s ease;
}

.btn:hover {
  opacity: .8;
}

.btn.btn-blue {
  min-width: 200px;
  line-height: 22px;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 25px;
  background-color: #527596;
}

.btn.btn-blue.fs {
  font-size: 16px;
}

.btn.btn-blue.back {
  background-color: #7f98b0;
}

.btn.btn-blue.back:after {
  display: none;
}

.btn.btn-blue.back:before {
  content: '';
  background: url(https://fca291.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_prev_w.svg) no-repeat;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
}

.btn.btn-blue:after {
  content: '';
  background: url(https://595945.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_right_w.svg) no-repeat;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 15px;
  background-size: contain;
}

.btn.btn-blue.btn-sm {
  min-width: 83px;
  border-radius: 20px;
  font-weight: normal;
  font-size: 16px;
  padding: 5px;
  line-height: 16px;
}

.btn.btn-yellow {
  min-width: 160px;
  line-height: 22px;
  padding: 15px;
  color: #414042;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 16px;
  height: auto;
  font-weight: 600;
  border-radius: 30px;
  background-color: #ffca1f;
}

.btn.btn-yellow:after {
  content: '';
  background: url(https://0336e6.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_right.svg) no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-size: contain;
}

.btn.btn-yellow.btn-sm {
  min-width: 83px;
  border-radius: 20px;
  font-size: 16px;
  padding: 5px;
  line-height: 16px;
}

.btn.btn-outline-white {
  min-width: 200px;
  text-align: center;
  font-size: 18px;
  background: none;
  line-height: 22px;
  color: #fff;
  padding: 13px;
  border-radius: 25px;
  border: solid 2px #fff;
}

.btn.btn-outline-white.blue {
  color: #527596;
  border-color: #527596;
}

.btn.btn-outline-white.blue:after {
  background-image: url(https://f03c34.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_right_b.svg);
}

.btn.btn-outline-white:after {
  content: '';
  background: url(https://595945.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_right_w.svg) no-repeat;
  width: 7px;
  height: 11px;
  margin-right: -14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 15px;
  background-size: contain;
}

.btn.btn-outline-white.btn-sm2 {
  min-width: 152px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: left;
  line-height: 16px;
}

.btn.btn-outline-white.btn-sm2:after {
  content: '';
  float: right;
  margin: 5px -2px 0 0;
}

.btn.btn-more {
  font-size: 14px;
  font-weight: 600;
  color: #527596;
}

.btn.btn-more:after {
  content: '';
  background: url(https://224ca4.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_more.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.btn.btn-more.less:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn.btn-link {
  font-size: 16px;
  font-weight: 600;
  color: #527596;
}

.btn.btn-link:after {
  content: '';
  background: url(https://de1b32.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_right_d.svg) no-repeat;
  width: 7px;
  height: 11px;
  margin-right: -14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: 1px;
  background-size: contain;
}

/* Container
------------------------------------------------------------------------------*/

.container {
  padding: 0 15px;
  width: 1300px;
  margin: auto;
  max-width: 100%;
}

/* header
------------------------------------------------------------------------------*/

.header {
  position: fixed;
  top: 0;
  padding: 0;
  left: 0;
  padding: 20px 0 11px;
  transition: all .3s ease;
  right: 0;
  z-index: 99;
  background-color: rgba(82, 117, 150, .8);
}

.header.moved {
  background-color: #527596;
}

.header .logo {
  float: left;
  background: url(https://ae7c20.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/logo.svg) no-repeat 0 0;
  width: 196px;
  margin-top: 11px;
  height: 72px;
  transition: none;
  background-size: 196px auto;
  text-indent: -999em;
}

.header .top-right {
  float: right;
  margin: 6px 0;
}

.header .call {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  padding: 4px 15px 6px;
  color: #527596;
  border-radius: 5px;
  background-color: #ffca1f;
}

.header .call img {
  margin: 2px 5px -5px;
  vertical-align: top;
  display: inline-block;
}

.header .special {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 60px;
  padding: 0 23px;
  margin: -11px 0 0;
  font-weight: 600;
  color: #ffca1f;
}

.header .special .price {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #527596;
  margin: 0 15px;
  vertical-align: top;
  line-height: 48px;
  padding: 0 18px;
  height: 48px;
  border-radius: 24px;
  background-color: #ffdc00;
}

.header .right {
  margin-left: 180px;
  padding: 2px 0;
  clear: right;
  text-align: right;
}

.header.dark {
  background-color: #527596;
}

.locations-select {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 140px;
  height: 34px;
}

.locations-select .ll {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.locations-select .trigger {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 4px 30px;
  cursor: pointer;
  color: #fff;
  border-radius: 25px;
  background: url(https://14f505.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_loc.svg) no-repeat 15px 50%;
}

.locations-select .trigger:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  background: url(https://78d48c.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_up.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.no-touch .locations-select:hover .trigger:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.no-touch .locations-select:hover ul {
  display: block;
}

.touch .locations-select.hover .trigger:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.touch .locations-select.hover ul {
  display: block;
}

.locations-select ul {
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  right: 0;
  background: rgba(127, 152, 176, .8);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, .8);
}

.locations-select ul li a {
  display: block;
  padding: 5px;
}

.locations-select ul li + li {
  border-top: 1px solid rgba(255, 255, 255, .8);
}

.locations-select ul a:hover {
  color: #ffca1f;
}

.main-menu {
  display: inline-block;
}

.main-menu li {
  float: left;
  padding: 0 28px 0 1px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.single-post .main-menu .current_page_parent a, .main-menu .current_page_item a, .main-menu .current a, .main-menu a:hover {
  color: #ffca1f;
}

img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

.wp-caption {
  clear: both;
  border: 1px solid #999;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 98.5%;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter, figure.aligncenter {
  margin: 0 auto 1.2em;
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.aligncenter {
  margin: 5px auto 20px auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 1.2em;
}

.alignnone {
  margin: 0;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* body
------------------------------------------------------------------------------*/

.body {
  position: relative;
  overflow: hidden;
}

.special-offers {
  padding: 78px 0 35px;
  text-align: center;
}

.special-offers section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.special-offers article {
  position: relative;
  width: calc(50% - 15px);
  min-height: 532px;
  transition: all .3s ease, min-height 1ms;
  background-color: #fff;
  padding: 32px 25px 60px;
  box-shadow: inset 0 1px 3px 0 rgba(78, 130, 160, .4), 0 3px 12px 0 rgba(78, 130, 160, 0);
}

.special-offers article.active {
	min-height: 592px;
}

.special-offers article:hover {
  box-shadow: inset 0 1px 3px 0 rgba(78, 130, 160, 0), 0 3px 12px 0 #527596;
}

.special-offers .active {
  box-shadow: inset 0 1px 3px 0 rgba(78, 130, 160, 0), 0 3px 12px 0 #527596;
}

.special-offers .active .form-over {
  pointer-events: auto;
  opacity: 1;
}

.special-offers h2 {
  font-size: 62px;
  line-height: normal;
  color: #527596;
  padding-bottom: 26px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  margin: 17px 0 15px;
}

.special-offers h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: .95;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #527596;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px;
  margin: 14px 0 -2px;
}

.special-offers p {
  min-height: 88px;
}

.special-offers .form-over {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: all .3s ease;
  padding: 0 15px;
  left: 0;
  right: 0;
  background: #fff;
}

.special-offers .form-over .social {
  padding: 25px 0 0;
}

.special-offers .social {
  padding: 57px 0 0;
}

.special-offers form {
  width: 368px;
  margin: auto;
  max-width: 100%;
}

.form:not(#wpcf7-f264-o1) .wpcf7-form.sent > *:not(.wpcf7-response-output) {
  display: none;
}

textarea.form-control, input.form-control {
  width: 100%;
  height: 40px;
  border: 0;
  display: block;
  padding: 0 30px;
  transition: all .3s ease;
  border-radius: 100px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #527596;
  box-shadow: inset 2px 1px 3px 0 #527596;
}

textarea.form-control:focus, input.form-control:focus {
  box-shadow: inset 0 0 0 2px #527596;
}

textarea.form-control.wpcf7-not-valid, textarea.form-control.error, input.form-control.wpcf7-not-valid, input.form-control.error {
  box-shadow: inset 0 0 0 2px #f00;
}

textarea.form-control.datepicker, input.form-control.datepicker {
  box-shadow: inset 0 0 0 2px #527596;
  background: url(https://b96c9b.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_calendar.svg) no-repeat right 29px center;
}

textarea.form-control.datepicker.wpcf7-not-valid, textarea.form-control.datepicker.error, input.form-control.datepicker.wpcf7-not-valid, input.form-control.datepicker.error {
  box-shadow: inset 0 0 0 2px #f00;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

textarea.form-control {
  border-radius: 20px;
  padding-top: 20px;
}

select.form-control {
  width: 100%;
  height: 40px;
  border: 0;
  display: block;
  transition: all .3s ease;
  padding: 0 13px;
  border-radius: 100px;
  background: #fff url(https://b60569.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_down.svg) no-repeat right 15px center;
  border: solid 2px #527596;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: '';
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #414042;
}

select.form-control.error {
  border-color: #f00;
}

select:focus::-ms-value {
  color: #414042;
  background: white;
}

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

.form-over .form-group {
  padding-bottom: 12px;
}

.form-over .btn {
  margin-top: 10px;
}

.form-over label {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  display: block;
  padding-bottom: 7px;
  color: #414042;
}

.rating {
  font-size: 0;
  line-height: 0;
  padding-bottom: 11px;
}

.rating li {
  display: inline-block;
  background: url(https://b976b5.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_star.svg) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 10px;
}

.rating li.fill {
  background-image: url(https://c1ef68.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_star_f.svg);
}

.hero-blank {
  height: 130px;
}

.hero-image {
  height: 572px;
  background: no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  max-height: 44vw;
}

.hero-image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(82, 117, 150, .6);
}

.partners {
  margin-bottom: -44px;
}

.partners .entry p:last-child {
  padding-bottom: 0;
}

.partners article {
  margin-bottom: 78px;
  padding: 58px 0 45px;
  background-color: #fff;
  min-height: 390px;
  box-shadow: 0 3px 12px 0 #527596;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners article:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.partners article:nth-child(even) .text {
  padding: 0 0 0 30px;
}

.partners article .image {
  width: 320px;
  text-align: center;
}

.partners article .text {
  width: calc(100% - 320px);
  padding-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.partners article .btn-more {
  margin: 10px 0 0;
}

.entry iframe {
  max-width: 100%;
  margin: auto;
  border: 0;
  display: block;
}

.news {
  margin-bottom: -44px;
}

.news .entry p:last-child {
  padding-bottom: 0;
}

.news .social {
  padding: 20px 0 0;
}

.news article {
  overflow: hidden;
  margin-bottom: 78px;
  background-color: #fff;
  min-height: 416px;
  box-shadow: 0 3px 12px 0 #527596;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news article:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.news article .image {
  width: 457px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.news article .image img {
  opacity: 0;
}

.news article .image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.news article .text {
  width: calc(100% - 457px);
  padding: 30px;
}

.news article .btn {
  margin: 18px 0 0;
}

.news .date {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 15px 0;
  margin-bottom: 15px;
  background: url(https://b96c9b.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_calendar.svg) no-repeat 0 50%;
  padding-left: 32px;
  color: #414042;
}

.news h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  color: #414042;
}

.news .btn-back {
  background: url(https://69026a.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_prev_b.svg) no-repeat 4px 50%;
  padding: 1px 0;
  display: inline-block;
  background-size: 7px auto;
  padding-left: 30px;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
  color: #527596;
}

.news .btn-back:hover {
  opacity: .8;
}

.news.details {
  margin: 10px 0 0;
}

.news.details .social {
  text-align: left;
  margin: 7px -10px 35px;
}

.news.details .entry {
  max-width: none;
}

.news.details .date {
  margin-top: 60px;
  position: relative;
  border-top: 1px solid #527596;
  background-position: 0 38px;
  padding-top: 36px;
  padding-bottom: 15px;
}

.news.details .text {
  width: auto;
}

.news.details .slick-prev, .news.details .slick-next {
  margin-left: -50px;
  margin-right: -50px;
}

.news.details article {
  display: block;
  border-radius: 5px;
  overflow: visible;
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.news.details .gallery {
  margin-bottom: 52px;
  position: relative;
}

.news.details .gallery .slick-dots {
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
}

.news.details .slick-list {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.news.details .gallery > .item {
  display: none;
}

.news.details .gallery > .item:first-child {
  display: block;
}

.news.details .gallery .item {
  height: 520px;
  background: no-repeat 50% 50%;
  overflow: hidden;
  background-size: cover;
}

.pagination {
  margin: -15px 0 0;
  line-height: 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  margin: 0 -1px;
}

.pagination li .dots {
  margin: 0 1px;
  pointer-events: none;
}

.pagination .prev {
  background: url(https://69026a.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_prev_b.svg) no-repeat 50% 50%;
  background-size: 7px auto;
  margin: 0 3px 0 -5px;
}

.pagination .next {
  background: url(https://62211f.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_next_b.svg) no-repeat 50% 50%;
  background-size: 7px auto;
  margin: 0 -5px 0 3px;
}

.pagination .page-numbers.current, .pagination a {
  display: inline-block;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  color: #414042;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
}

.pagination .page-numbers.current:hover, .pagination a:hover {
  color: #527596;
}

.pagination .page-numbers.current:hover, .pagination .page-numbers.current, .pagination .current span, .pagination span.current, .pagination .current a, .pagination a.current {
  font-size: 14px;
  background-color: #527596;
  color: #fff;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}

.slick-dots .slick-active button {
  background-color: #fff;
  border: solid 1px #527596;
}

.slick-dots button {
  display: block;
  text-indent: -999em;
  border: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #527596;
}

.testimonials {
  padding: 0 0 13px;
  margin: 0 -15px;
}

.testimonials .slides {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonials .slides.slick-slider {
  display: block;
}

.testimonials .slides > .item {
  display: none;
}

.testimonials .slides > .item:first-child {
  display: block;
}

.partners-row {
  padding: 66px 0;
}

.partners-row .partners-list {
  margin: 0 -10px 0 -20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-top: 32px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-row .partners-list .slick-track {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.partners-row .partners-list.slick-initialized {
  display: block;
}

.partners-row .partners-list.slick-initialized .slick-list li {
  width: 25%;
  text-align: center;
}

.partners-row .partners-list img {
  margin: auto;
  display: block;
  transition: all .3s ease;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.partners-row .partners-list a:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.footer {
  background-color: #153f5b;
  padding: 79px 0 100px;
  color: #fff;
}

.footer .cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .cols .widget {
  width: 31%;
  padding-right: 50px;
}

.footer .cols .widget:last-child {
  width: 31%;
  margin-left: 20px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .copy {
  text-align: right;
  clear: both;
  padding: 70px 0 0;
  margin-right: -25px;
}

.footer .container {
  width: 1250px;
}

.footer .social {
  text-align: left;
  margin: -9px 0 34px -9px;
  padding: 0;
}

.footer .social li {
  padding-right: 21px;
}

.footer ul li {
  padding-bottom: 7px;
}

.footer ul a {
  text-decoration: underline;
}

.footer ul a:hover {
  color: #ffca1f;
}

.footer h4 {
  font-size: 20px;
  line-height: normal;
  padding-bottom: 32px;
  font-weight: bold;
}

.footer p {
  padding-bottom: 12px;
}

form > br, form p > br {
  display: none;
}

.sticky-right {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 30px;
  right: 0;
  text-align: center;
}

.home .sticky-right .js-open {
  display: none;
}
.home.moved-hero-form .sticky-right .js-open {
  display: inline-block;
}
.home.moved-hero-form .sticky-right.active > .btn {
  display: none;
}

.sticky-right .date {
  background: url(https://b96c9b.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_calendar.svg) no-repeat right 0 center;
  padding-right: 40px;
  position: relative;
  background-size: 25px auto;
}

.sticky-right .date label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  margin: 0;
  width: 40px;
}

.sticky-right .ui-datepicker {
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
  width: auto !important;
  top: 40px !important;
}

.sticky-right .close {
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background: url(https://73f26b.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_close.svg) no-repeat right 15px center #7f98b0;
  background-size: 12px;
}

.sticky-right label {
  text-align: left;
  display: block;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: normal;
  color: #414042;
}

.sticky-right h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 6px 0 10px;
  text-align: left;
  color: #414042;
}

.sticky-right .form {
  display: none;
  padding: 15px;
  position: relative;
  padding-top: 50px;
  width: 250px;
  padding-bottom: 40px;
  max-height: calc(100vh - 30px);
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 #527596;
}

.sticky-right .form .btn {
  margin-top: 22px;
}

.sticky-right .form-control {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #414042;
  padding-left: 13px;
  margin-bottom: 19px;
}

.sticky-right.active > .btn {
  display: none;
  box-shadow: 0 3px 12px 0 rgba(82, 117, 150, .5);
}

.sticky-right.active .form {
  display: block;
}

.post-page + .formula-boxes {
  margin: -40px 0 0;
}

.formula-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  text-align: center;
}

.formula-list article {
  margin-bottom: 22px;
  padding-left: 20px;
  padding-right: 20px;
}

.formula-list h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 27px 0 30px;
  font-weight: bold;
}

.formula-list p {
  font-size: 14px;
  line-height: 1.43;
  max-width: 295px;
  margin: auto;
}

.formula-list .ico {
  width: 155px;
  height: 155px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 12px 0 #527596;
  border-radius: 50%;
  margin: auto;
  max-width: 100%;
}

.formula-list article {
  position: relative;
  width: 33.33%;
}

.formula-list article:nth-child(2):before {
  content: '';
  position: absolute;
  top: 0;
  height: 155px;
  left: -50%;
  right: 50%;
  pointer-events: none;
  background: url(https://37c616.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_plus.svg) no-repeat 50% 50%;
}

.formula-list article:nth-child(3):before {
  content: '';
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 155px;
  left: -50%;
  right: 50%;
  background: url(https://78bb33.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_eq.svg) no-repeat 50% 50%;
}

.map-row {
  position: relative;
  overflow: hidden;
  padding: 58px 0 49px;
  background: rgba(0, 0, 0, .2);
}

.map-row .text-right {
  width: 404px;
  float: right;
  min-height: 470px;
  text-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 #527596;
  display: none;
}

.map-row .text-right.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-row.cc {
  min-height: 598px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.map-row.cc .text-right {
  width: 295px;
  min-width: 0;
  margin-bottom: 7px;
  padding: 50px 20px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0;
}
*/
.map-row .ico {
  padding-bottom: 5px;
}

.map-row p {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #414042;
}

.map-row article + article {
  padding-top: 45px;
}

.map-row p + p {
  padding-top: 35px;
}

.map-row h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
  color: #414042;
}

.map-row .map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn.btn-more .less {
  display: none;
}

.btn.btn-more.less .more {
  display: none;
}

.btn.btn-more.less .less {
  display: inline;
}

.news-row {
  padding-bottom: 57px;
}

.news-row .container {
  position: relative;
}

.news-row .more-news {
  position: absolute;
  top: 0;
  margin: 3px 15px;
  right: 0;
  font-weight: 600;
}

.news-row .news-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 20px 0;
  margin-left: -28px;
}

.news-row .news-list article {
  width: 25%;
  padding: 20px 10px 20px 50px;
}

.news-list h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #414042;
  padding: 2px 0 28px;
  text-transform: uppercase;
}

.news-list p {
  padding-bottom: 60px;
}

.news-list .date {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 3px 0 25px;
  color: #414042;
}

.cta-row {
  background: url(https://d6f9e4.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/bg_saves.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 82px 0 79px;
}

.cta-row .container {
  width: 1360px;
}

.cta-row .text {
  max-width: 38%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  color: #fff;
}

.cta-row .text p {
  padding-bottom: 44px;
}

.cta-row h2 {
  line-height: 1.2;
  padding-bottom: 40px;
  font-size: 48px;
  color: #fff;
  font-family: arial, sans-serif;
}

.testimonial-item {
  width: 404px;
  margin: 7px 15px 38px;
}

.testimonial-item .author {
  font-size: 16px;
  font-weight: 600;
  color: #527596;
  padding: 36px 25px 6px;
}

.testimonial-item .date {
  padding-left: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #b6b6b6;
}

.testimonial-item .box {
  background-color: #fff;
  position: relative;
  padding: 30px 25px 20px;
  box-shadow: 0 2px 9px 0 rgba(78, 130, 160, .5);
}

.testimonial-item .box:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 20px;
  width: 85px;
  background: #fff;
  z-index: 2;
}

.testimonial-item .box blockquote:before {
  content: '';
  position: absolute;
  left: 27px;
  bottom: -8px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  z-index: 1;
  height: 20px;
  box-shadow: 0 2px 9px 0 rgba(78, 130, 160, .5);
}

.testimonial-item .box:after {
  content: '';
  clear: both;
  display: block;
}

.testimonial-item .btn-more {
  float: right;
  margin: 24px 5px 0;
}

.reviews-row {
  padding: 65px 0;
}

.reviews-row + .partners-row {
  margin-top: -85px;
}

.check-features {
  text-align: center;
  padding: 24px 0 0;
  margin: 0 -15px -45px;
}

.check-features ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.check-features li {
  font-size: 20px;
  padding: 2px 15px 48px;
  width: 33.3%;
  font-weight: 600;
  color: #527596;
}

.check-features li span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.check-features li span:before {
  content: '';
  background: url(https://beaf2d.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_list.svg) no-repeat 50% 50%;
  position: absolute;
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 30px;
}

.ready-badge {
  background: url(https://24be89.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/bg_bar.svg) no-repeat;
  font-size: 36px;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 183px;
  height: 188px;
  margin: 15px auto 30px;
  line-height: normal;
  background-size: contain;
  text-align: center;
  color: #4e82a0;
}

.features-list {
  text-align: center;
  padding: 30px 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features-list article {
  width: 33.33%;
  padding: 0 15px 20px;
}

.features-list .ico {
  width: 100px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 2px 9px 0 #527596;
  border-radius: 50%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-list p {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0;
  line-height: normal;
  color: #414042;
}

.features-list h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #527596;
}

.our-services {
  padding: 35px 0 52px;
}

.our-services .slick-dots {
  margin-top: 70px;
}

.our-services .slick-prev, .our-services .slick-next {
  bottom: 65px;
  margin-left: -18px;
  margin-right: -18px;
}

.hero-image + .our-services {
  margin-top: 30px;
  margin-bottom: 8px;
}

.formula-boxes + .special-offers {
  padding-bottom: 0;
  padding-top: 40px;
}

.why-row {
  background: #edf4f8;
  padding: 41px 0;
}

.services-list {
  padding: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-list.js-slider {
  display: block;
}

.services-list article {
  width: 25%;
  padding: 0 15px;
  text-align: center;
}

.services-list p {
  padding-bottom: 37px;
}

.services-list .ico {
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 23px;
}

.services-list h3 {
  padding-bottom: 20px;
  min-height: 83px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
}

.head-center {
  text-align: center;
  padding-bottom: 35px;
}

.head-center h1, .head-center h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #527596;
}

.head-center p {
  width: 395px;
  max-width: 100%;
  margin: auto;
  padding-top: 50px;
  font-size: 14px;
  line-height: 1.43;
}

.social {
  text-align: center;
  font-size: 0;
  line-height: 20px;
}

.social li {
  display: inline-block;
  padding: 0 7px 0 8px;
  vertical-align: top;
}

.social a:hover {
  opacity: .8;
}

.hero-form {
  background: url(https://1e1eb0.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/bg_home.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.hero-form .container {
  min-height: 780px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding-top: 195px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-form:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(82, 117, 150, .6);
}

.hero-form .step-h {
  display: none;
  max-width: 100%;
  margin: auto;
}

.hero-form .step-h.active {
  display: block;
}

.hero-form .step-h.date {
  width: 640px;
  padding-left: 10px;
}

.hero-form .step-h.last {
  width: 1440px;
}

.hero-form .step-h.last .form {
  padding-top: 180px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-form .step-h.last .head {
  padding-right: 80px;
}

.hero-form .step-h.details {
  width: 100%;
}

.hero-form .step-h.details .max-w {
  width: 755px;
  padding-left: 2px;
  max-width: 100%;
  margin: auto;
}

.hero-form .form-quote {
  width: 100%;
}

.hero-form .form-quote-thanks {
  display: none;
  text-align: center;
}

.hero-form .form-quote-thanks .btn {
  min-width: 133px;
  width: auto;
  position: relative;
  margin: 0 14px;
  font-size: 18px;
  text-align: left;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
}

.hero-form .form-quote-thanks .btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
}

.hero-form .form-quote-thanks .btn.btn-yellow:after {
  background-size: 8px auto;
}

.hero-form.done .form-quote {
  display: none;
}

.hero-form.done .form-quote-thanks {
  display: block;
}

.hero-form .box {
  border-radius: 5px;
  width: 945px;
  position: relative;
  padding: 40px 40px 33px;
  text-align: center;
  color: #fff;
  margin: 65px auto 104px;
  background-color: rgba(127, 152, 176, .5);
}

.hero-form .box p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  padding: 0 9%;
}

.hero-form .box h3 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 40px;
  line-height: normal;
  color: #fff;
}

.hero-form .box:after {
  content: '';
  background: url(https://a80c59.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_sent.svg) no-repeat 50% 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -72px;
  margin: auto;
  left: 0;
  right: 0;
}

.hero-form .box:before {
  content: '';
  background-color: rgba(127, 152, 176, .5);
  position: absolute;
  top: -72px;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 72px;
  border-radius: 90px 90px 0 0;
}

.hero-form .steps {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: 0 4.4% 0 8.8%;
}

.hero-form .steps ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: section;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-form .steps li {
  font-size: 14px;
  max-width: 156px;
  line-height: normal;
  text-align: left;
  position: relative;
  color: #fff;
}

.hero-form .steps li:before {
  counter-increment: section;
  content: counter(section);
  width: 42px;
  height: 42px;
  background-color: #efefef;
  border: solid 2px #dadada;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: -58px;
  top: 50%;
  margin-top: -21px;
  line-height: 38px;
  text-align: center;
  color: #b6b6b6;
}

.hero-form .steps li.current:before {
  color: #414042;
  background-color: #ffca1f;
  border-color: #ffca1f;
}

.hero-form .in-t {
  display: none;
  padding: 0 3% 0  3%;
}

.hero-form .in-t.active {
  display: block;
}

.hero-form .in-t .checks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-form .in-t .radio {
  cursor: pointer;
}

.hero-form .in-t .radio input {
  position: absolute;
  left: -999em;
}

.hero-form .in-t .text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  display: block;
}

.hero-form .in-t .text:after {
  content: '';
  background: url(https://3e0d3f.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_check.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  margin-left: 9px;
}

.hero-form .in-t input:checked + span .text {
  color: #ffca1f;
}

.hero-form .in-t input:checked + span .text:after {
  opacity: 1;
}

.hero-form .in-t input:checked + span .ico img:first-child {
  display: none;
}

.hero-form .in-t input:checked + span .ico img:last-child {
  display: block;
}

.hero-form .checks-main {
  text-align: center;
  font-size: 0;
  padding: 97px 0 0;
}

.hero-form .checks-main .radio {
  display: inline-block;
  width: 43%;
  cursor: pointer;
}

.hero-form .checks-main .radio input {
  position: absolute;
  left: -999em;
}

.hero-form .checks-main .text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  padding: 32px 0 0;
}

.hero-form .checks-main .text:after {
  content: '';
  background: url(https://3e0d3f.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_check.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  margin-left: 9px;
}

.hero-form .checks-main .ico img {
  display: none;
  margin: auto;
}

.hero-form .checks-main .ico img:first-child {
  display: block;
}

.hero-form .checks-main input:checked + span .text {
  color: #ffca1f;
}

.hero-form .checks-main input:checked + span .text:after {
  opacity: 1;
}

.hero-form .checks-main input:checked + span .ico img:first-child {
  display: none;
}

.hero-form .checks-main input:checked + span .ico img:last-child {
  display: block;
}

label.error {
  display: none !important;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.sticky-right .ui-datepicker, body > .ui-datepicker {
  display: none;
  z-index: 999;
  border: solid 2px #7f98b0;
  background: #7f98b0;
  border-radius: 5px;
  margin-top: 12px;
  padding-bottom: 5px;
  min-width: 250px;
  position: absolute;
}

.sticky-right .ui-datepicker.small, body > .ui-datepicker.small {
  margin-left: -15px;
}

.sticky-right .ui-datepicker:before, body > .ui-datepicker:before {
  content: '';
  position: absolute;
  top: -14px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #7f98b0 transparent;
}

.sticky-right .ui-datepicker:after, body > .ui-datepicker:after {
  content: '';
  position: absolute;
  top: -14px;
  right: 30px;
  width: 0;
  height: 0;
  margin: 5px 2px;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.sticky-right .ui-datepicker table, body > .ui-datepicker table {
  width: 230px;
  max-width: 100%;
  margin: auto;
}

.sticky-right .ui-datepicker .ui-datepicker-unselectable, body > .ui-datepicker .ui-datepicker-unselectable {
  pointer-events: none;
  opacity: .8;
}

.sticky-right .ui-datepicker .ui-datepicker-next, .sticky-right .ui-datepicker .ui-datepicker-prev, body > .ui-datepicker .ui-datepicker-next, body > .ui-datepicker .ui-datepicker-prev {
  background: url(https://69026a.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_prev_b.svg) no-repeat 0 50%;
  background-size: contain;
  float: left;
  text-indent: -999em;
  width: 11px;
  margin: 12px 0;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -114px;
  cursor: pointer;
}

.sticky-right .ui-datepicker th, body > .ui-datepicker th {
  padding-bottom: 15px;
  font-size: 12.8px;
  font-weight: bold;
  color: #fff;
  padding-top: 5px;
  text-align: center;
}

.sticky-right .ui-datepicker td, body > .ui-datepicker td {
  padding-bottom: 11px;
  text-align: center;
  font-size: 12.8px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.sticky-right .ui-datepicker td .ui-state-default, body > .ui-datepicker td .ui-state-default {
  display: block;
  margin: auto;
  width: 23.9px;
  height: 16.2px;
  line-height: 16px;
}

.sticky-right .ui-datepicker td .ui-state-default.ui-state-active, body > .ui-datepicker td .ui-state-default.ui-state-active {
  color: #414042;
  background-color: #ffca1f;
}

.sticky-right .ui-datepicker .ui-datepicker-title, body > .ui-datepicker .ui-datepicker-title {
  display: block;
  background: #fff;
  border-radius: 2px 2px 0 0;
  font-size: 12.8px;
  font-weight: 600;
  padding: 13px 0 12px;
  text-align: center;
  color: #527596;
}

.sticky-right .ui-datepicker .ui-datepicker-next, body > .ui-datepicker .ui-datepicker-next {
  margin-left: 105px;
  background-image: url(https://62211f.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_next_b.svg);
}

.faq-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -5px 0 -17px;
}

.faq-row .cats {
  width: 186px;
}

.faq-row .cats ul {
  padding: 20px 0;
  border-right: 2px solid #527596;
}

.faq-row .cats a {
  display: block;
  padding: 15px;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #414042;
}

.faq-row .cats .current a, .faq-row .cats a:hover {
  color: #fff;
  background-color: #527596;
}

.faq-row .faq-content {
  padding: 15px 30px 3px;
  background: #fff;
  -webkit-flex-grow: 50;
  -ms-flex-positive: 50;
  flex-grow: 50;
  width: 100%;
}

.faq-row .faq-content .entry {
  display: none;
  padding: 13px 25px 0;
  margin-bottom: -9px;
}

.faq-row article + article {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
}

.faq-row article > h2 {
  font-size: 16px;
  padding: 20px 0;
  transition: all .3s ease;
  padding-left: 25px;
  cursor: pointer;
  font-weight: bold;
  line-height: 22px;
  background: url(https://7f695d.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_f_plus.svg) no-repeat 0 26px;
  color: #414042;
}

.faq-row article > h2.active {
  color: #527596;
  font-size: 18px;
  background-image: url(https://cbd2b4.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_f_minus.svg);
  background-position: 0 30px;
}

.cat-faq {
  display: none;
}

.cat-faq.active {
  display: block;
}

.post-page {
  padding: 70px 0;
}

.post-page .head-center {
  padding-bottom: 68px;
}

.post-page + .services-boxes {
  margin-top: -60px;
}

.post-page.grey {
  background-color: #fafafa;
}

.services-boxes {
  padding-bottom: 35px;
}

.our-team {
  padding: 32px 0 0;
}

.our-team .slick-next, .our-team .slick-prev {
  bottom: auto;
  top: 120px;
}

.team-list {
  padding: 32px 0 18px;
}

.team-list article {
  padding: 20px;
  text-align: center;
  position: relative;
  margin: 0 15px 49px;
  min-height: 365px;
}

.team-list article:hover .over {
  opacity: 1;
}

.team-list h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 0;
}

.team-list .role {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}

.team-list .image {
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  width: 190px;
  height: 190px;
  box-shadow: 0 2px 9px 0 #8161b2;
  border-radius: 50%;
  overflow: hidden;
  margin: -10px 0 10px;
  border: solid 1px #fff;
}

.team-list .image img {
  width: 100%;
}

.team-list .over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .3s ease;
  border-radius: 10px;
  padding: 35px 27px;
  color: #fff;
  background-color: #527596;
}

.team-list .over .role {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 30px;
  font-style: italic;
  color: #fbf7ff;
}

.team-list .over h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 6px;
  color: #fff;
}

.team-list .over p {
  text-align: left;
  min-height: 155px;
  line-height: normal;
}

.team-list .email {
  background: url(https://220279.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_mail_w.svg) no-repeat 0 5px;
  padding-bottom: 6px;
  padding-left: 27px;
  margin: 1px;
  text-align: left;
}

.team-list .phone {
  background: url(https://193903.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_cell.svg) no-repeat 0 2px;
  padding-bottom: 4px;
  padding-left: 27px;
  margin: 1px;
  text-align: left;
}

.mb-22 {
  margin-bottom: 22px;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(https://69026a.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_prev_b.svg) no-repeat 0 50%;
  background-size: contain;
  text-indent: -999em;
  width: 16px;
  margin: auto -30px;
  border: 0;
  height: 28px;
  cursor: pointer;
}

.slick-next {
  left: auto;
  background-image: url(https://62211f.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_next_b.svg);
  right: 0;
}

.services-boxes + .special-offers {
  margin-top: -74px;
}

.services-box-list {
  margin: 0 -15px;
}

.services-box-list.less-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.services-box-list.less-4 article {
  width: 365px;
  margin-top: 30px;
  padding-left: 20px;
  min-height: 390px;
  padding-right: 20px;
}

.services-box-list.less-4 h3 {
  padding-bottom: 28px;
}

.services-box-list.less-4 p {
  font-size: 14px;
  line-height: 1.43;
}

.services-box-list .slick-next, .services-box-list .slick-prev {
  bottom: 68px;
}

.services-box-list .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services-box-list article {
  margin: 15px 15px 40px;
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  text-align: center;
  padding: 38px 10px 18px;
  box-shadow: 0 3px 12px 0 #527596;
}

.services-box-list .ico {
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-box-list h3 {
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  min-height: 56px;
}

.contacts > section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.contacts > section > article {
  width: 100%;
  margin: 0 15px 5px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
}

.contacts > section > article.active-d {
  box-shadow: 0 3px 12px 0 #527596;
}

.contacts > section > article img {
  width: 100%;
}

.contacts .text {
  padding: 17px;
}

.contacts a:hover {
  text-decoration: underline;
}

.contacts p {
  margin-right: -10px;
  padding-left: 27px;
  text-align: left;
  font-size: 14px;
  padding-bottom: 33px;
  font-weight: normal;
  line-height: normal;
  color: #000;
}

.contacts .address {
  background: url(https://114ba6.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_l_1.svg) no-repeat 0 2px;
}

.contacts .phone {
  background: url(https://a7b37f.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_l_2.svg) no-repeat 0 2px;
}

.contacts .email {
  background: url(https://ae6d41.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_l_3.svg) no-repeat 0 5px;
}

.contacts .time {
  background: url(https://b0585a.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_l_4.svg) no-repeat 0 2px;
}

.contacts h3 {
  padding: 14px 0;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

.tablet-only {
  display: none;
}

.contact-row {
  padding: 68px 0 0;
  margin-bottom: -30px;
}

.contact-row .form {
  width: 945px;
  margin: 30px auto;
  max-width: 100%;
  text-align: center;
}

.contact-row fieldset {
  float: left;
  width: calc(50% - 15px);
}

.contact-row fieldset:nth-child(even) {
  float: right;
}

.contact-row .form-control {
  font-size: 16px;
  height: 52px;
  padding: 0 20px;
  margin-bottom: 25px;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  color: #4a4a4a;
}

.contact-row textarea.form-control {
  min-height: 182px;
  clear: both;
  margin-bottom: 50px;
  padding-top: 16px;
}

.short-cta {
  background-color: #527596;
  padding: 26px 0;
}

.short-cta h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  padding-bottom: 20px;
  color: #fff;
}

.entry p a:not(.btn) {
  color: #527596;
  text-decoration: underline;
}

.entry p a:not(.btn):hover {
  text-decoration: none;
}

.entry h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 31px;
  text-transform: uppercase;
}

.entry h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 31px;
  text-transform: uppercase;
}

.entry h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 31px;
  text-transform: uppercase;
}

.entry h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 31px;
  text-transform: uppercase;
}

.entry h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 31px;
  text-transform: uppercase;
}

.entry ul {
  padding-bottom: 12px;
}

.entry ul li {
  padding: 6px 0 6px;
  margin-bottom: 21px;
  padding-left: 27px;
  background: url(https://beaf2d.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_list.svg) no-repeat 0 8px;
  background-size: 15px 15px;
}

.entry ol {
  list-style: outside decimal;
}

.entry p {
  padding-bottom: 19px;
}

.entry p:last-child {
  padding-bottom: 60px;
}

.entry h4 {
  font-size: 16px;
  line-height: normal;
  padding: 10px 0 6px;
  font-weight: 600;
  padding-left: 30px;
  background: url(https://beaf2d.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_list.svg) no-repeat 2px 13px;
  background-size: 15px 15px;
}

.inline-calendar {
  font-size: 20px;
  margin: 60px auto;
  width: 310px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

.inline-calendar table {
  width: calc(100% + 5px);
  text-align: center;
  margin-left: 5px;
}

.inline-calendar .ui-datepicker-unselectable {
  pointer-events: none;
  opacity: .8;
}

.inline-calendar .ui-datepicker-next, .inline-calendar .ui-datepicker-prev {
  background: url(https://fca291.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_prev_w.svg) no-repeat 0 50%;
  background-size: contain;
  float: left;
  text-indent: -999em;
  width: 18px;
  margin: 8px 0;
  height: 28px;
  cursor: pointer;
}

.inline-calendar th {
  padding-bottom: 15px;
}

.inline-calendar td {
  padding-bottom: 10px;
  text-align: center;
}

.inline-calendar td .ui-state-default {
  display: block;
  width: 28px;
  line-height: 26px;
  height: 26px;
}

.inline-calendar td .ui-state-default.ui-state-active {
  color: #414042;
  background-color: #ffca1f;
}

.inline-calendar .ui-datepicker-title {
  font-size: 20px;
  padding: 8px 0 25px;
  font-weight: 600;
}

.inline-calendar .ui-datepicker-next {
  margin-right: 12px;
  float: right;
  background-image: url(https://916724.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_next_w.svg);
}

.form-quote {
  text-align: center;
}

.form-quote .btn-l {
  margin-top: 14px;
  float: left;
}

.form-quote .btn-r {
  float: right;
  margin-top: 14px;
}

.form-quote h1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 85px;
}

.form-quote .tip {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #ffca1f;
  margin-bottom: 70px;
  max-width: 400px;
}

.form-quote .tip .ico {
  float: left;
  margin-top: 7px;
  margin-right: 18px;
}

.form-quote label {
  font-size: 16px;
  text-align: left;
  margin: -2px 0 2px;
  display: block;
  padding-bottom: 18px;
  color: #fff;
}

.form-quote .head {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  padding: 2px 0;
  color: #fff;
}

.form-quote .form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 180px;
  padding-bottom: 4%;
}

.form-quote .form .form-group {
  width: 294px;
  margin: 0 17px 0 16px;
}

.form-quote .form .btn {
  margin-left: 7px;
}

.form-quote .form-control {
  font-size: 16px;
  color: #4a4a4a;
  padding-left: 18px;
  height: 52px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(255, 202, 31, 0), inset 2px 1px 3px 0 #527596;
}

.form-quote .form-control:focus {
  box-shadow: 0 3px 12px 0 rgba(255, 202, 31, .5), inset 2px 1px 3px 0 #527596;
}

.table-br {
  display: none;
}

.slick-slide a {
  outline: none;
}

/* media
------------------------------------------------------------------------------*/

.special-mobile {
  display: none;
}

[role='tabpanel'] {
  outline: none;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  #wpcf7-f285-o1,
  #wpcf7-f220-o1 {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (max-width: 1430px) {
  .footer .copy {
    margin-right: 0;
  }
}

.check-features li {
  opacity: 0;
  transition: all .3s ease;
}
.check-features.animated li {
  opacity: 1;
}
.check-features.animated ul:nth-child(1) li:nth-child(2) {
  transition-delay: .4s;
}

.check-features.animated ul:nth-child(1) li:nth-child(3) {
  transition-delay: .8s;
}

.check-features.animated ul:nth-child(2) li:nth-child(1) {
  transition-delay: 1.2s;
}

.check-features.animated ul:nth-child(2) li:nth-child(2) {
  transition-delay: 1.6s;
}

.check-features.animated ul:nth-child(2) li:nth-child(3) {
  transition-delay: 2s;
}

.ready-badge {
  position: relative;
  background: none;
}
.behind canvas {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.behind div {
  display: block !important;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.behind {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-item .more-text {
  display: none;
}

.ull {
  display: block;
}
.services-list article .more-text {
  display: none;
}


@media screen and (max-width: 1330px) {
  .special-offers h2 {
    font-size: 50px;
  }
}


@media screen and (max-width: 1230px) {
  .map-row.cc .text-right {
    padding: 30px;
    padding-bottom: 0;
    width: auto;
    margin: 0 -15px;
    float: none;
    position: static;
  }
  .map-row.cc section {
    display: flex;
    justify-content: space-around;
  }
  .map-row.cc,
  .map-row.active.cc {
    display: block;
    padding: 0;
    margin: 0 0 70px;
  }
  .map-row.cc {
    display: block;
    height: auto;
  }
  .cc.map-row .map {
    position: static;
    margin: 0;
    padding: 0;
    min-height: 330px;
  }
  .map-row.cc .text-right p {
    padding-left: 0;
  }

  .contacts > section > article {
    box-shadow: 0 3px 12px 0 #527596;
  }

  .services-list.js-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .testimonial-item .btn-more {
    margin-top: 8px;
  }

  .btn.btn-md-sm {
    padding: 10px 15px;
    font-size: 16px;
    min-width: 160px;
  }

  .btn.btn-md-sm.btn-outline-white {
    min-width: 140px;
  }

  .btn.btn-md-sm.btn-outline-white:after {
    margin-left: 10px;
    margin-right: 5px;
  }

  .btn.btn-md-sm:after {
    margin-left: 20px;
  }

  .sticky-right {
    display: none;
  }

  .special-offers article {
    width: calc(50% - 7px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .special-offers p {
    min-height: 122px;
  }

  .special-offers .social {
    padding-top: 68px;
  }

  .special-offers h2 {
    font-size: 36px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 102px;
    line-height: normal;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .special-offers h2 br {
    display: none;
  }

  .special-offers h2 .table-br {
    display: block;
    width: 100%;
  }

  .header {
    padding-bottom: 2px;
  }

  .active-menu .header {
    background-color: rgba(82, 117, 150, .9);
  }

  .active-menu .header:before {
    content: '';
    background: rgba(16, 54, 76, .6);
    position: absolute;
    top: 100%;
    bottom: -100vh;
    left: 0;
    right: 0;
  }

  .active-menu .header ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 137px);
  }

  .hero-form .container {
    min-height: 650px;
  }

  .hero-form .steps, .no-md {
    display: none;
  }

  .main-menu {
    background-color: rgba(82, 117, 150, .9);
    position: absolute;
    top: 100%;
    transition: all .3s ease;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    padding-top: 19px;
  }

  .main-menu li {
    border-bottom: 1px solid #fff;
    float: none;
    padding: 0;
    margin: 0;
  }

  .main-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 5px 22px;
    line-height: 23px;
    margin: 0;
  }

  .active-menu .main-menu {
    pointer-events: auto;
    opacity: 1;
  }

  .header .logo {
    width: 137px;
    margin-top: 58px;
    height: 50px;
    background-size: contain;
  }

  .locations-select {
    position: absolute;
    top: 89px;
    right: 67px;
  }

  .form-quote h1 {
    padding-bottom: 50px;
  }

  .form-quote .form .btn {
    display: block;
  }

  .form-quote .form {
    padding: 5px 25%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-quote .form label {
    padding-bottom: 10px;
  }

  .form-quote .form .btn.btn-yellow:after {
    background-size: contain;
    width: 6px;
    margin-left: 7px;
  }

  .form-quote .form .form-group {
    width: 200px;
    margin: 0 8px 35px;
  }

  .header .menu-trigger {
    position: absolute;
    cursor: pointer;
    top: 89px;
    right: 13px;
    background: url(https://beb9fb.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_menu.svg) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
  }

  .active-menu .header .menu-trigger {
    background: url(https://73f26b.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_close.svg) no-repeat 20% 50%;
  }

  .special-offers .form-over .social {
    padding-top: 34px;
  }

  .services-list article {
    width: 50%;
    padding-bottom: 64px;
  }

  .services-list p {
    padding-bottom: 40px;
  }

  .services-list h3 {
    min-height: 0;
    margin: 0 -15px;
    padding-bottom: 28px;
  }

  .our-services {
    padding-bottom: 0;
  }

  .services-list {
    padding-bottom: 8px;
  }

  .features-list .ico {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .features-list {
    padding-bottom: 0;
  }

  .check-features {
    padding-bottom: 42px;
  }

  .testimonial-item {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonials {
    margin: 0 -10px;
  }

  .check-features li {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
  }

  .ready-badge {
    margin-top: 0;
    font-size: 24px;
    width: 170px;
    height: 165px;
    margin-bottom: 10px;
  }

  .check-features li span:before {
    position: static;
    margin: auto;
    display: block;
    margin-bottom: 2px;
  }

  .cta-row {
    padding: 38px 0 24px;
  }

  .cta-row .text {
    max-width: 48%;
  }

  .cta-row h2 {
    font-size: 24px;
    line-height: normal;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .cta-row .text p {
    font-size: 12px;
    padding-bottom: 14px;
    line-height: normal;
    font-style: normal;
  }

  .partners-row .partners-list {
    margin: 0 5% 0;
  }

  .partners-row .partners-list .slick-dots {
    margin: 64px 0 0;
  }

  .news-row {
    padding-bottom: 36px;
  }

  .news-row a.btn.more-news {
    margin: 6px 30px;
    padding: 7px 0 7px 5px;
    min-width: 152px;
  }

  .news-row a.btn.more-news:after {
    margin-left: 22px;
  }

  .map-row {
    padding: 37px 0 54px;
  }

  .footer h4 {
    font-size: 15px;
  }

  .footer {
    padding: 63px 0 20px;
  }

  .footer .copy {
    padding-top: 20px;
  }

  .footer .cols .widget:last-child {
    padding-right: 0;
    margin-right: -15px;
    margin-left: 0;
    width: 34%;
  }

  .footer .cols .widget:last-child .social {
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .footer .cols .widget {
    padding-right: 5px;
  }

  .footer .cols .widget p {
    line-height: normal;
    padding-bottom: 15px;
  }

  .map-row .map {
    left: -30%;
  }

  .map-row .text-right {
    width: 290px;
    margin: 0 35px;
    padding-bottom: 30px;
    min-height: 0;
  }

  .map-row .text-right .ico img {
    width: 22px;
  }

  .map-row .text-right h5 {
    font-size: 13px;
  }

  .cc.map-row .text-right article + article {
    padding: 0;
    width: 50%;
    text-align: center;
  }

  .map-row.cc .text-right p {
    text-align: center;
  }

  .map-row .text-right article + article {
    padding-top: 37px;
  }

  .map-row .text-right p + p {
    padding-top: 26px;
  }

  .map-row .text-right p {
    font-size: 11.6px;
  }

  .news-list article:nth-child(4), .news-list article:nth-child(3) {
    display: none;
  }

  .news-list h3 {
    padding-bottom: 25px;
  }

  .news-list .date {
    font-size: 16px;
    padding-bottom: 18px;
  }

  .news-list p {
    font-size: 16px;
    line-height: normal;
  }

  .news-row .news-list article {
    width: 50%;
    padding: 24px 84px;
    padding-right: 40px;
  }

  .news-row .news-list article p {
    padding-bottom: 33px;
  }

  .form-quote .form-control {
    font-weight: normal;
    padding: 0 15px;
  }

  .inline-calendar {
    margin-top: 40px;
  }

  .hero-form .step-h.date {
    width: 425px;
  }

  .hero-form .step-h.details {
    margin: -27px 0 0;
  }

  .hero-form .step-h.details .max-w {
    width: 580px;
    padding: 0;
  }

  .hero-form .in-t {
    margin: 0 -30px;
    padding: 0;
  }

  .hero-form .in-t .checks {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-form .checks-main .radio {
    width: 50%;
  }

  .hero-form .in-t .checks label {
    margin: 0 30px;
    padding-bottom: 7px;
  }

  .hero-form .checks-main {
    margin: 0 -80px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 42px 0 28px;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-form .step-h.last .form {
    padding-left: 7px;
    padding-top: 45px;
  }

  .hero-form .step-h.last .form .btn {
    margin-right: -50px;
    margin-left: 15px;
  }

  .hero-form .step-h.last .form .form-group {
    width: 22.9%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .hero-form .step-h.last .form label {
    padding-bottom: 26px;
  }

  .hero-form .box {
    margin: 10px auto 30px;
    max-width: none;
    width: auto;
    padding-bottom: 16px;
  }

  .hero-form .box:after {
    content: '';
    margin-top: -7px;
  }

  .hero-form .box h3 {
    padding: 3px 20px 20px;
  }

  .hero-form .box p {
    font-size: 21px;
    line-height: normal;
    padding: 2px 50px 0;
  }

  .special-offers h4 br {
    display: none;
  }

  .services-boxes {
    padding: 28px 0;
  }

  .services-boxes article {
    padding: 13px 20px;
  }

  .slick-prev, .slick-next {
    margin-left: -20px;
    margin-right: -20px;
  }

  .our-team, .services-boxes, .post-page {
    padding-left: 50px;
    padding-right: 50px;
  }

  .post-page .col-lg-12 {
    margin: 0 -50px;
    max-width: none;
    width: auto;
    -webkit-flex: 0 0 calc(100% + 100px);
    -ms-flex: 0 0 calc(100% + 100px);
    flex: 0 0 calc(100% + 100px);
  }

  .services-box-list.less-4 {
    margin: 0 -58px;
  }

  .services-box-list.less-4 article {
    width: 50%;
    margin: 36px 7px;
    padding-top: 38px;
  }

  .mb-22 {
    margin-bottom: 30px;
  }

  .entry p {
    line-height: normal;
    padding-bottom: 32px;
  }

  .entry p:last-child {
    padding-bottom: 36px;
  }

  .services-box-list {
    margin: 0 -10px;
    margin-bottom: 5px;
  }

  .services-box-list .slick-dots {
    margin-top: 30px;
  }

  .services-box-list .slick-next, .services-box-list .slick-prev {
    bottom: 65px;
  }

  .team-list {
    padding: 25px 0 0;
    margin: 0 -10px;
  }

  .team-list .slick-prev, .team-list .slick-next {
    top: 120px;
    bottom: auto;
  }

  .team-list article {
    padding-left: 0;
    padding-right: 0;
  }

  .team-list .over {
    position: static;
    opacity: 1;
    margin-top: 30px;
    padding: 34px 32px 40px;
  }

  .formula-list .ico {
    width: 100px;
    height: 100px;
  }

  .formula-list .ico img {
    max-width: 40px;
    max-height: 40px;
  }

  .formula-list article:nth-child(3):before, .formula-list article:nth-child(2):before {
    height: 100px;
    background-size: 30px auto;
  }

  .formula-list article:nth-child(3) .ico img {
    max-width: 72px;
  }

  .post-page + .formula-boxes {
    margin-top: -10px;
  }

  .formula-list h3 {
    padding-top: 33px;
  }

  .post-page + .formula-boxes {
    padding-bottom: 15px;
  }

  .our-services .slick-dots {
    margin-top: -30px;
    margin-bottom: 50px;
  }

  .formula-list {
    margin: 0 -5px;
  }

  .formula-list h3 {
    padding-bottom: 5px;
  }

  .formula-boxes + .special-offers {
    padding: 60px 0 5px;
  }

  .formula-list p {
    margin: 0 -15px;
  }

  .entry ul {
    margin: -15px 0;
    padding: 0;
  }

  .entry ul li {
    margin-bottom: 28px;
  }

  .entry ul:first-child {
    margin: -25px 0;
  }

  .faq-row {
    margin: -30px -50px -18px;
  }

  .faq-row .cats {
    min-width: 165px;
  }

  .faq-row .faq-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .partners {
    margin: -5px -50px -40px;
  }

  .partners .entry p {
    padding-bottom: 22px;
  }

  .partners .entry .btn-more {
    margin: 20px 0;
  }

  .partners article:nth-child(2), .partners article {
    display: block;
    padding: 0;
    min-height: 0;
  }

  .partners article:nth-child(2) .image, .partners article .image {
    width: auto;
    height: 208px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 55px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners article:nth-child(2) .image a, .partners article:nth-child(2) .image > img, .partners article .image a, .partners article .image > img {
    max-height: 90%;
    width: auto;
    display: inline-block;
  }

  .partners article:nth-child(2) .image a > img, .partners article .image a > img {
    width: auto;
    max-height: 180px;
  }

  .partners article:nth-child(2) .text, .partners article .text {
    padding: 0 32px 55px;
    width: auto;
  }

  .partners article:nth-child(2) .text h2, .partners article .text h2 {
    font-size: 24px;
  }

  .news {
    margin: -5px -50px -40px;
  }

  .news .entry p {
    padding-bottom: 22px;
  }

  .news .entry .btn-more {
    margin: 20px 0;
  }

  .news article:nth-child(2), .news article {
    display: block;
    padding: 0;
    min-height: 0;
  }

  .news article:nth-child(2) .image, .news article .image {
    width: auto;
    height: 51vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 45px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news article:nth-child(2) .image img, .news article .image img {
    max-height: 90%;
  }

  .news article:nth-child(2) .text, .news article .text {
    padding: 0 32px 50px;
    width: auto;
  }

  .news article:nth-child(2) .text .entry, .news article .text .entry {
    max-width: 580px;
  }

  .news article:nth-child(2) .text .entry p, .news article .text .entry p {
    line-height: 1.43;
  }

  .news article:nth-child(2) .text .entry .btn, .news article .text .entry .btn {
    margin-top: 22px;
  }

  .news article:nth-child(2) .text .date, .news article .text .date {
    margin-bottom: 10px;
  }

  .news article:nth-child(2) .text h2, .news article .text h2 {
    font-size: 24px;
  }

  .header.dark {
    background-color: #527596;
  }

  .news {
    margin-bottom: -75px;
  }


  .news.details {
    margin: 10px -50px;
  }

  .news.details article {
    padding-bottom: 0;
  }

  .news.details .gallery {
    margin-bottom: 58px;
  }

  .news.details .gallery .slick-dots {
    bottom: -27px;
  }

  .news.details .gallery .item {
    height: 310px;
  }

  .news.details .text {
    padding-bottom: 40px;
  }

  .news.details .btn-back {
    margin: 5px 0;
  }

  .news.details article .text .entry {
    max-width: none;
  }

  .map-row.cc {
    min-height: 338px;
    margin-bottom: 77px;
  }

  .map-row .map {
    left: 0;
    width: 100%;
  }

  .map-row {
    position: absolute;
    width: 100%;
    left: -999em;
  }

  .map-row.active {
    position: relative;
    left: 0;
    width: 100%;
  }

  .contact-row textarea.form-control {
    margin-bottom: 27px;
  }

  .contacts h3 {
    cursor: pointer;
  }

  .short-cta {
    padding: 38px 0;
    overflow: hidden;
  }

  .short-cta h2 {
    float: left;
    padding-top: 0;
  }

  .short-cta p {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    float: left;
    clear: left;
    margin: -20px 0 0;
    color: #fff;
  }

  .short-cta .btn {
    float: right;
    position: absolute;
    right: 15px;
  }

  .contacts {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: -68px;
  }

  .contacts > section  {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts > section > article {
    width: calc(50% - 30px);
    margin-bottom: 75px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .contacts .image {
    height: 130px;
    overflow: hidden;
  }

  .contacts .active h3:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .contacts .active .more {
    max-height: 300px;
    padding-top: 28px;
  }

  .contacts h3 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .contacts h3:before {
    content: '';
    background: url(https://b60569.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_down.svg) no-repeat 50% 50%;
    width: 20px;
    height: 13px;
    background-size: contain;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .contacts .more {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
  }

  .tablet-only {
    display: block;
  }

  .header .top-right {
    margin-left: -900px;
  }
}

@media screen and (max-width: 1023px) {
  .form-quote .form {
    padding: 5px 15%;
  }
}

@media screen and (max-width: 1229px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .cc.map-row .text-right article + article {
    width: 100%;
    padding-top: 15px;
  }
  .map-row.cc section {
    display: block;
  }
  .blog .news article .image {
    display: none;
  }
  .header .top-right {
    margin-left: 0;
  }
  .blog .news {
    padding-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog .news article:nth-child(2) .text, .blog .news article .text {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 48px;
  }

  .blog  .news article:nth-child(2) .image, .blog .news article .image {
    margin-bottom: 0;
  }

  .blog .news article:nth-child(2),
  .blog .news article {
    margin-bottom: 27px;
  }

  .blog .pagination {
    padding: 27px 0 40px;
  }

  .blog .news article:nth-child(2) .text .entry .btn,
  .blog .news article .text .entry .btn {
    padding: 0;
    min-width: 0;
    margin: 35px 0 33px;
    border: 0;
  }

  .blog .btn.btn-outline-white.btn-sm2:after {
    margin-left: 13px;
  }

  .blog .entry h2:first-child {
    padding: 0;
    font-size: 18px;
    margin-top: -22px;
    padding-bottom: 35px;

    line-height: normal;
  }

  .header .top-right {
    position: static;
  }

  .contact-row {
    padding: 40px 0 10px;
  }

  .contact-row .btn {
    width: 90%;
    margin: auto;
  }

  .contact-row textarea.form-control, .contact-row input.form-control {
    padding-left: 15px;
  }

  .contact-row textarea.form-control {
    min-height: 105px;
  }

  .contact-row fieldset {
    width: 100%;
  }

  .short-cta {
    text-align: center;
    padding: 44px 0 50px;
  }

  .short-cta h2 {
    text-align: center;
    float: none;
  }

  .short-cta .btn {
    position: static;
    float: none;
    margin: auto;
  }

  .short-cta p {
    display: none;
  }

  .contacts .active .more {
    max-height: 800px;
  }

  .map-row.cc {
/*    height: 286px;
*/    min-height: 0;
    margin-bottom: 0;
  }

  .contacts {
    padding-top: 35px;
    margin: 0;
  }

  .map-row.cc, .map-row.active.cc {
    margin-bottom: 0;
  }

  .contacts .locs {
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    margin-top: -2px;
    padding: 0 0 10px;
    color: #414042;
  }

  .contacts > section > article {
    margin-bottom: 28px;
  }

  .contacts h3 {
    font-size: 18px;
  }

  .contacts h3:before {
    bottom: 1px;
  }

  .contacts > section > article {
    width: 100%;
  }

  .news.details .text {
    padding: 0 15px 42px;
  }

  .news.details .text h1 {
    font-size: 18px;
  }

  .news.details .text .social {
    text-align: center;
  }

  .news.details .date {
    margin-top: 30px;
  }

  .news.details {
    margin: 5px 0;
  }

  .news.details .gallery .item {
    height: 235px;
  }

  .partners article:nth-child(2) .image, .partners article .image {
    height: 130px;
    margin-bottom: 20px;
  }

  .partners article:nth-child(2) .image a > img, .partners article .image a > img {
    max-height: 120px;
    width: auto;
  }

  .partners article .text, .partners article:nth-child(2) .text {
    padding: 14px;
  }

  .partners article .text .btn-more, .partners article:nth-child(2) .text .btn-more {
    margin-top: 10px;
  }

  .partners article .text p, .partners article:nth-child(2) .text p {
    line-height: 1.43;
  }

  .partners article:nth-child(2) .text h2, .partners article .text h2 {
    padding: 0 0 30px;
    font-size: 18px;
  }

  .partners article:nth-child(2), .partners article {
    margin-bottom: 27px;
  }

  .hero-blank {
    display: none;
  }

  .partners {
    margin: 32px 0 0;
  }

  .faq-row {
    margin: 0;
    margin-bottom: 15px;
    display: block;
  }

  .faq-row .cats {
    float: none;
    width: auto;
    padding: 12px 0 0 0;
    margin-bottom: 3px;
  }

  .faq-row .cats ul {
    border-right: 0;
  }

  .faq-row .cats ul a {
    text-align: center;
  }

  .faq-row .faq-content {
    padding: 15px 0 0;
  }

  .faq-row .faq-content article > h2 {
    padding: 20px 15px;
    background-position: right 14px center;
    padding-right: 40px;
  }

  .faq-row .faq-content .entry {
    padding: 15px;
    margin: -4px 0 6px;
  }

  .hide-m {
    display: none;
  }

  .post-page .col-lg-12 {
    margin: 0;
    max-width: none;
    width: auto;
    -webkit-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
  }

  .services-box-list.less-4 article {
    width: 100%;
    margin: 0 0 25px;
    padding: 15px 20px;
    padding-bottom: 44px;
    min-height: 0;
  }

  .entry ul:first-child {
    margin: 14px 0;
  }

  .entry ul:first-child:last-child {
    margin-bottom: -75px;
  }

  .services-box-list.less-4 h3 {
    padding-bottom: 0;
    font-size: 18px;
    line-height: normal;
  }

  .entry ul li {
    padding-bottom: 10px;
  }

  .services-box-list.less-4 {
    margin: -15px 0 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-image + .our-services {
    margin-top: 12px;
  }

  .formula-list {
    display: block;
  }

  .formula-list article {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-page + .formula-boxes {
    margin-top: 20px;
  }

  .formula-list p {
    max-width: none;
  }

  .formula-list article:nth-child(3) .ico img {
    max-width: 100%;
    width: 218px;
    margin-bottom: 35px;
    height: auto;
  }

  .formula-list article:nth-child(3) h3 {
    display: none;
  }

  .formula-list article:nth-child(3):before, .formula-list article:nth-child(2):before {
    width: auto;
    height: 50px;
    position: static;
    margin-bottom: 25px;
    margin-top: 10px;
    display: block;
    background-size: 45px auto;
  }

  .formula-list article:nth-child(3):before {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .formula-boxes + .special-offers {
    padding-top: 30px;
  }

  .formula-list h3 {
    font-size: 18px;
    padding: 35px 0 32px;
  }

  .formula-list .ico {
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
  }

  .formula-list .ico img {
    max-width: 71px;
    width: auto;
    height: 50px;
    max-height: none;
  }

  .active-sticky {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .sticky-right.active {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: rgba(16, 54, 76, .6);
    padding: 15px;
  }

  .sticky-right.active .form {
    width: auto;
  }

  .sticky-right.active .form form {
    margin-bottom: 10px;
  }

  .sticky-right.active .close {
    background-size: 19px auto;
  }

  .sticky-right .form .btn {
    margin: 30px 0 0;
    padding: 15px 40px;
    width: 100%;
    font-size: 16px;
    text-align: left;
  }

  .sticky-right .form .btn:after {
    content: '';
    float: right;
    margin: 6px -2px 0;
  }

  .hero-form .in-t .text:after {
    display: none;
  }

  .hero-form .in-t {
    position: relative;
    margin: -5px auto 60px;
    width: 173px;
  }

  .hero-form .in-t .checks {
    display: none;
    background-color: rgba(82, 117, 150, .6);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 8px 2px;
    right: 0;
  }

  .hero-form .in-t .checks:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 10px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .8);
  }

  .hero-form .in-t .checks:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 18px;
    width: 0;
    height: 0;
    margin: 3px 1px;
    border-style: solid;
    border-width: 7px 0 0 8px;
    border-color: transparent transparent transparent #527596;
  }

  .hero-form .in-t .checks label {
    padding: 5px 15px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
  }

  .hero-form .in-t .checks label:last-child {
    border-bottom: 0;
  }

  .hero-form .in-t .checks .text {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .hero-form .in-t.opened .checks {
    display: block;
  }

  .hero-form .in-t .trigger {
    display: block;
    line-height: 40px;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 16px;
    text-overflow: ellipsis;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 18px;
    height: 40px;
    border-radius: 45px;
    padding-right: 25px;
    border: solid 1px #fff;
  }

  .hero-form .in-t .trigger:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
  }

  .form-quote .btn-l {
    margin-top: 0;
  }

  .form-quote .head {
    font-size: 24px;
    padding: 77px 0 0;
  }

  .hero-form .step-h {
    position: relative;
    max-width: 100%;
    padding-bottom: 70px;
  }

  .hero-form .checks-main {
    padding-bottom: 0;
    margin: 0;
  }

  .form-quote .details .head {
    padding-top: 50px;
  }

  .hero-form .checks-main .ico img {
    max-width: 96px;
    max-height: 54px;
    margin-top: 7px;
  }

  .hero-form .checks-main .text {
    font-size: 16px;
    font-weight: 600;
    padding: 32px 0;
  }

  .inline-calendar .ui-datepicker-next, .inline-calendar .ui-datepicker-prev {
    width: 16px;
    height: 20px;
    margin-top: 12px;
  }

  .inline-calendar {
    margin-bottom: 0;
    margin-top: 16px;
  }

  .hero-form .step-h.details {
    margin: 0;
  }

  .hero-form .step-h.details .max-w {
    padding: 0 10px;
  }

  .hero-form .step-h.date {
    width: auto;
  }

  .form-quote .btn.btn-yellow.btn-sm.btn-r {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    width: 83px;
    line-height: 40px;
    padding: 0;
    height: 40px;
  }

  .header .special {
    display: none;
  }

  .header .logo {
    margin: 0;
    width: 109px;
    height: 40px;
    margin: -5px -2px;
  }

  .header .top-right {
    float: none;
    clear: both;
    margin: 0;
  }

  body {
    padding-top: 85px;
  }

  .hero-form .container {
    min-height: 643px;
    padding: 20px 0;
  }

  .header {
    height: 85px;
    background-color: #527596;
  }

  .form-quote h1 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .form-quote .tip {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 20px;
  }

  .form-quote .tip .ico {
    display: block;
    text-align: center;
    float: none;
    margin: 0;
    padding: 8px 0 10px;
  }

  .form-quote .form {
    display: block;
    text-align: center;
    padding: 5px 25px;
  }

  .form-quote .form label {
    text-align: center;
  }

  .form-quote .form .btn {
    display: inline-block;
    margin: 15px 0;
    padding: 0;
    line-height: normal;
    height: 40px;
  }

  .form-quote .form .form-group {
    width: auto;
    margin-bottom: 28px;
  }

  .form-quote .form-control {
    height: 44px;
  }

  .header .call {
    font-size: 16px;
    margin: auto;
    float: none;
    padding: 2px 17px;
    line-height: normal;
    margin: 12px 0 0;
    display: inline-block;
  }

  .header .call img {
    height: 22px;
    margin-top: -1px;
  }

  .main-menu {
    background: #7f98b0;
  }

  .header {
    padding: 10px 0 3px;
    text-align: center;
  }

  .header .menu-trigger {
    top: 11px;
  }

  .main-menu li a {
    padding-left: 30px;
  }

  .locations-select {
    top: 11px;
    right: 55px;
  }

  .special-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 2px 0;
    background-color: #527596;
    z-index: 99;
    right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
    color: #ffca1f;
  }

  .special-mobile.active {
    display: block;
  }

  .special-mobile .close {
    background: url(https://73f26b.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_close.svg) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: .5;
    background-size: 18px 18px;
    cursor: pointer;
    right: 10px;
    margin: auto;
  }

  .special-mobile .price {
    display: inline-block;
    height: 29px;
    padding: 0 5px;
    border-radius: 24px;
    background-color: #ffdc00;
    line-height: 29px;
    font-size: 23px;
    font-weight: bold;
    margin-right: 17px;
    margin-left: 5px;
    vertical-align: top;
    text-align: center;
    color: #527596;
  }

  .special-offers {
    padding: 52px 0 0;
    margin-bottom: -40px;
  }

  .our-services {
    padding: 25px 0;
  }

  .special-offers h2 {
    font-size: 36px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .special-offers h2 br {
    display: none;
  }

  .special-offers h2 .table-br {
    display: none;
  }

  .services-list {
    margin-top: -22px;
    padding-top: 0;
  }

  .why-row {
    padding: 27px 0;
  }

  .head-center p {
    padding-top: 30px;
    text-align: left;
    line-height: normal;
  }

  .head-center p br {
    display: none;
  }

  .ready-badge {
    margin: 17px auto 15px;
  }

  .check-features {
    padding-bottom: 55px;
  }

  .check-features ul {
    padding: 0;
    margin: 0;
  }

  .reviews-row {
    padding: 28px 0 15px;
  }

  .testimonial-item .box {
    padding-left: 15px;
  }

  .testimonial-item .box p {
    line-height: normal;
    font-size: 16px;
  }

  .testimonial-item .box .btn-more {
    margin: 18px 10px 0;
  }

  .cta-row {
    display: none;
  }

  .partners-row .partners-list {
    padding: 0;
  }

  .partners-row .partners-list .slick-dots {
    margin-top: 45px;
  }

  .news-row .news-list {
    margin: -17px 7px 0 -5px;
    padding: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(78, 130, 160, .4);
  }

  .news-row .news-list .date {
    background: url(https://b96c9b.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_calendar.svg) no-repeat 0 50%;
    padding: 0 0 0 30px;
    line-height: normal;
    font-size: 14px;
    margin: 1px;
    font-weight: 600;
  }

  .news-row .news-list p {
    font-size: 14px;
    line-height: 1.43;
  }

  .news-row .news-list h3 {
    font-size: 18px;
    line-height: normal;
    min-height: 84px;
  }

  .news-row .news-list article {
    padding: 35px 20px;
    width: auto;
    float: none;
  }

  .news-row .news-list article:nth-child(2) {
    display: none;
  }

  .news-row .social {
    padding-top: 27px;
    padding-bottom: 0;
    margin-bottom: -10px;
  }

  .news-row .news-list article p {
    padding-bottom: 27px;
  }

  .news-row {
    padding: 20px 0 130px;
  }

  .news-row a.btn.more-news {
    position: absolute;
    font-size: 18px;
    line-height: 50px;
    padding: 0;
    margin: auto;
    bottom: -78px;
    left: 0;
    top: auto;
    display: inline-block;
    right: 0;
    width: 200px;
    height: 52px;
    border-width: 2px;
  }

  .news-row a.btn.more-news:after {
    content: '';
    margin-left: 32px;
    margin-right: -5px;
  }

  .map-row {
    padding: 0;
  }

  .map-row .map {
    position: relative !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 388px;
  }

  .footer {
    text-align: center;
    padding: 31px 0 50px;
  }

  .footer .cols {
    display: block;
  }

  .footer .copy {
    font-size: 14px;
    line-height: normal;
    padding: 15px 20px;
    text-align: center;
  }

  .footer .cols .widget {
    width: auto;
    padding: 0 0 37px;
    margin: 0;
  }

  .footer .cols .widget:last-child {
    width: auto;
    padding: 0 0 35px;
    margin: 0;
  }

  .footer .cols .widget:last-child .social {
    text-align: center;
    padding: 16px 0 40px 15px;
    margin: 0;
  }

  .footer .cols .widget:nth-child(2) {
    display: none;
  }

  .footer h4 {
    font-size: 20px;
    padding-bottom: 29px;
  }

  .map-row .text-right {
    width: auto;
    margin: 0 -15px;
    padding: 20px;
    padding-bottom: 50px;
    min-height: 0;
    position: static;
    max-width: none;
    float: none;
    background-color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(78, 130, 160, .4);
  }

  .map-row .text-right .ico img {
    width: 30px;
  }

  .map-row .text-right h5 {
    padding-bottom: 6px;
    font-size: 18px;
  }

  .map-row .text-right article + article {
    padding-top: 45px;
  }

  .map-row .text-right p {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
  }

  .map-row .text-right p + p {
    padding-top: 35px;
    line-height: 24px;
  }

  body.moved .header .special,
  body:not(.home) .header .special {
    position: absolute;
    left: 0;
    top: 15px;
    padding: 0;
    margin: 0;
  }

  .call {
    
  transition: none;
  }

  body.moved .call,
  body:not(.home) .call {
    width: 158px;
    height: 26px;
    border-radius: 5px;
    background-color: #ffdc00;
    position: absolute;
    left: 50%;
    margin: auto;
    right: 0;
    top: 52px;
    line-height: 26px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #527596;
    max-width: 42%;
    padding-left: 36px;
  }

  body.moved .call img,
  body:not(.home) .call img {
    position: absolute;
    left: 17px;
    margin-top: 0;
    top: 2px;
  }

  body.moved .call .number,
  body:not(.home) .call .number {
    display: none;
  }

  .home:not(.moved) .mobile-quote {
    display: none;
  }

  .hero-image {
    height: 202px;
    max-height: none;
    min-height: 0;
  }

  .mb-22 {
    margin-bottom: 30px;
  }

  .js-convert-to-slider .slick-dots {
    margin-top: 15px;
  }

  .entry p:last-child {
    padding-bottom: 10px;
  }

  .post-page .head-center {
    padding-bottom: 9px;
  }

  .post-page + .services-boxes {
    margin-top: -28px;
  }

  .services-boxes article {
    padding-bottom: 30px;
  }

  .services-box-list .slick-dots {
    margin-top: 5px;
  }

  .team-list {
    padding: 0 0 10px;
    margin: 0 -15px;
  }

  .team-list article {
    margin-bottom: 25px;
  }

  .reviews-row + .partners-row {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .team-list .over {
    padding-left: 15px;
    padding-right: 1px;
    text-align: center;
  }

  .team-list .over p {
    text-align: left;
    min-height: 118px;
  }

  .team-list .over .phone, .team-list .over .email {
    display: inline-block;
    min-width: 190px;
    padding-left: 40px;
    padding-bottom: 6px;
    vertical-align: top;
    text-align: left;
  }

  .team-list .over .phone a:hover, .team-list .over .email a:hover {
    text-decoration: underline;
  }

  .team-list .over .role {
    padding-bottom: 40px;
  }

  .team-list article > h3, .team-list article > .role {
    display: none;
  }

  .our-team {
    padding-top: 5px;
  }

  .services-box-list .slick-track {
    display: block;
  }

  .our-team, .services-boxes, .post-page {
    padding-left: 0;
    padding-right: 0;
  }

  .post-page {
    padding: 39px 0;
  }

  .entry h2 {
    text-align: center;
    padding-bottom: 32px;
    padding-top: 15px;
    font-size: 18px;
  }

  .entry h2:first-child {
    padding-top: 42px;
  }

  .head-center + .row > div:first-child > .entry h2:first-child {
    padding-top: 15px;
  }

  .mobile-quote {
    width: 158px;
    height: 26px;
    border-radius: 5px;
    background-color: #ffca1f;
    position: absolute;
    right: 50%;
    max-width: 42%;
    margin: auto;
    left: 0;
    top: 52px;
    line-height: 26px;
    padding: 0 32px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #527596;
  }

  .mobile-quote:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 58px;
    right: 0;
    background: url(https://dc924e.claudeassets.com/20230704032905im_/https://expedient-movers.com/wp-content/themes/movers/images/ico_email.svg) no-repeat 50% 50%;
    background-size: 24px auto;
  }

  .partners-row {
    padding: 12px 0 20px;
  }

  .check-features li {
    float: none;
    width: auto;
    padding: 15px 0 15px 30px;
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
  }

  .check-features li span:before {
    position: absolute;
    left: -25px;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .check-features ul.slick-dots {
    display: block;
    margin: 10px 0 0;
  }

  .check-features ul.slick-dots li {
    padding: 0 8px;
  }

  .features-list {
    display: block;
    padding: 16px 0;
    margin: 0;
  }

  .features-list article {
    padding: 0 0 27px;
    width: auto;
    overflow: hidden;
    text-align: left;
    margin: 0 -10px 0 0;
    display: block;
  }

  .features-list p {
    line-height: normal;
    padding: 0;
    margin: 0;
    font-size: 18px;
  }

  .features-list h3 {
    line-height: normal;
    margin: 0 0 -4px;
    font-size: 36px;
    padding: 0;
  }

  .features-list .ico {
    float: left;
    background: none;
    padding: 0;
    box-shadow: none;
    height: auto;
    margin-top: 12px;
    width: 65px;
    text-align: left;
    display: block;
  }

  .features-list .ico img {
    max-width: 47px;
    max-height: 47px;
  }

  .services-list article {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin: 0;
  }

  .services-list article .btn {
    display: inline-block;
    margin: -14px 0 10px;
    float: none;
  }

  .services-list article h3 {
    margin: 0;
    padding: 0;
    height: 60px;
    overflow: hidden;
    padding-right: 10px;
    font-size: 18px;
    line-height: normal;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .services-list article p {
    clear: both;
    text-align: left;
    padding-bottom: 25px;
  }

  .services-list article .ico {
    float: left;
    margin: 0 0 5px;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 13px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .special-offers article {
    width: 100%;
    padding: 35px 15px 20px;
    min-height: 546px;
    margin-bottom: 55px;
  }

  .special-offers article .social {
    margin-top: -18px;
  }

  .special-offers article p {
    text-align: left;
    font-size: 14px;
    padding: 0 2px;
    min-height: 170px;
    line-height: normal;
  }

  .hero-form .form-quote-thanks .btn {
    margin: 0;
  }

  .hero-form .form-quote-thanks .btn + .btn {
    margin-left: 25px;
  }

  .hero-form .box {
    margin: 104px 15px 43px;
    padding: 74px 10px 20px;
  }

  .hero-form .box h3 {
    font-size: 24px;
    line-height: normal;
    padding: 2px 0 30px;
  }

  .hero-form .box p {
    font-size: 14px;
    padding: 0 10px;
    line-height: normal;
  }

  .special-offers .form-over {
    padding: 0 20px;
  }

  .special-offers .form-over .social {
    margin-top: 0;
  }

  .hero-form .step-h.last .form .form-group {
    width: auto;
    padding: 0 28px 25px;
    margin: 0;
  }

  .hero-form .step-h.last .form .form-group label {
    padding: 5px 0 8px;
  }

  .hero-form .step-h.last .form .btn {
    margin: 20px 0 0;
  }

  .special-offers h4 {
    height: auto;
    padding: 0 0 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 74px;
  }

  .hero-form .step-h.last .head {
    padding: 50px 5% 0;
  }

  .hero-form .step-h.last {
    padding-left: 10px;
  }

  .hero-form .container {
    padding-bottom: 0;
  }

  .testimonial-item .box .btn-more {
    margin-right: -4px;
  }
}

@media screen and (max-width: 374px) {
  body.moved .call img,
  body:not(.home) .call img {
    left: 10px;
  }

  .mobile-quote:before {
    width: 36px;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
.header .call.js-phone {
  display: none;
}

.header .call.js-phone.active {
  display: inline-block;
}
/*
     FILE ARCHIVED ON 00:53:36 Jul 05, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:15:17 Jul 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.521
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.045
  esindex: 0.009
  cdx.remote: 8.584
  LoadShardBlock: 57.229 (3)
  PetaboxLoader3.datanode: 69.318 (4)
  PetaboxLoader3.resolve: 569.803 (2)
  load_resource: 755.279
*/