﻿@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: "Roboto", Roboto, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

.calcCollapse {
  display: block;
}

.calcID.expand, .calcID.expanded {
  display: none;
}

a:hover {
  cursor: pointer;
}

.dateInput {
  background-color: #fff !important;
  cursor: text !important;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

#heatMap {
  height: 450px;
  width: 750px;
  z-index: 1;
}
#heatMap .leaflet-marker-icon {
  cursor: auto;
}

@media screen and (max-width: 700px) {
  #heatMap {
    display: none;
  }
}
.info.legend.leaflet-control {
  background-color: white;
}
.info.legend.leaflet-control p {
  margin-bottom: 0;
}
.info.legend.leaflet-control .recentOrder:before {
  content: "\f0c8";
  font-family: fontawesome;
  color: #297ac6;
}
.info.legend.leaflet-control .hrOrder:before {
  content: "\f0c8";
  font-family: fontawesome;
  color: #cf2a0e;
}

.slider-map {
  width: 750px;
  height: auto;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

textarea {
  height: auto;
  min-height: 50px;
}

.movers-title-segment {
  background-color: #04548F;
  margin: 1em 1em;
  width: 90% !important;
  color: #fff;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100em;
}

.row .row {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.cc-inactive {
  color: grey;
}

.cc-active {
  color: skyblue;
}

.field-validation-valid {
  display: none;
}

/*.input-validation-error {
    border: 2px ridge #ff0000;
}*/
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}

/* About  us*/
.authorizedProv {
  color: #297ac6;
  background-color: whitesmoke;
  padding: 0.1em 0.1em 0.1em 1em;
  font-size: 10pt;
  border: 1px solid #dde1e2;
  margin: 0.5em 0;
}

.aboutH4 {
  color: #f15228;
  font-size: 11pt;
}

.aboutDetail, .helperLocation {
  font-size: 9pt;
}

input#date {
  width: 25%;
  display: inline;
}

/*Login*/
.top-section.noAuth .panel {
  margin-top: 10em;
}
.top-section.noAuth .panel h1, .top-section.noAuth .panel label {
  color: #fff;
}

.accordion {
  margin-bottom: 0;
}

.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #fff;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #fff;
  color: #333333;
  padding: 1.1428571429rem;
  display: block;
  font-family: "Roboto", Roboto, sans-serif;
  font-size: 1rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e6e6e6;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1.0714285714rem;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #fff;
}

button, .button, button[type=button], input[type=submit], button[type=submit] {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Roboto", Roboto, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.1428571429rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  display: inline-block;
  padding: 0.75rem 2.75rem;
  font-size: 1rem;
  background-color: #f15228;
  border-color: #ff864b;
  color: #fff;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus, button[type=button]:hover, button[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus, button[type=submit]:hover, button[type=submit]:focus {
  background-color: #ff864b;
  color: #fff;
}
button.no-top-margin, .button.no-top-margin, button[type=button].no-top-margin, input[type=submit].no-top-margin, button[type=submit].no-top-margin {
  margin-top: 0;
}
button.alert, .button.alert, button[type=button].alert, input[type=submit].alert, button[type=submit].alert {
  background-color: #ea2100;
  border-color: #cf2a0e;
  color: #fff;
}
button.alert:focus, button.alert:hover, .button.alert:focus, .button.alert:hover, button[type=button].alert:focus, button[type=button].alert:hover, input[type=submit].alert:focus, input[type=submit].alert:hover, button[type=submit].alert:focus, button[type=submit].alert:hover {
  color: #fff;
  background-color: #cf2a0e;
}
button.expand, .button.expand, button[type=button].expand, input[type=submit].expand, button[type=submit].expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.findOrder, .button.findOrder, button[type=button].findOrder, input[type=submit].findOrder, button[type=submit].findOrder {
  margin-top: 0;
}
button.info, .button.info, button[type=button].info, input[type=submit].info, button[type=submit].info {
  background-color: #04548F;
  border-color: #034372;
  color: #fff;
  box-shadow: none;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus, button[type=button].info:hover, button[type=button].info:focus, input[type=submit].info:hover, input[type=submit].info:focus, button[type=submit].info:hover, button[type=submit].info:focus {
  background-color: #034372;
  color: #fff;
}
button.centered, .button.centered, button[type=button].centered, input[type=submit].centered, button[type=submit].centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
button.large, .button.large, button[type=button].large, input[type=submit].large, button[type=submit].large {
  padding-top: 1.1428571429rem;
  padding-right: 2.2857142857rem;
  padding-bottom: 1.2142857143rem;
  padding-left: 2.2857142857rem;
  font-size: 1.2857142857rem;
}
button.left-align, .button.left-align, button[type=button].left-align, input[type=submit].left-align, button[type=submit].left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}
button.radius, .button.radius, button[type=button].radius, input[type=submit].radius, button[type=submit].radius {
  border-radius: 0.375rem;
}
button.right-align, .button.right-align, button[type=button].right-align, input[type=submit].right-align, button[type=submit].right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}
button.round, .button.round, button[type=button].round, input[type=submit].round, button[type=submit].round {
  border-radius: 1000px;
}
button.secondary, .button.secondary, button[type=button].secondary, input[type=submit].secondary, button[type=submit].secondary {
  background-color: #ebebeb;
  border-color: #bcbcbc;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus, button[type=button].secondary:hover, button[type=button].secondary:focus, input[type=submit].secondary:hover, input[type=submit].secondary:focus, button[type=submit].secondary:hover, button[type=submit].secondary:focus {
  background-color: #bcbcbc;
  color: #333333;
}
button.small, .button.small, button[type=button].small, input[type=submit].small, button[type=submit].small {
  padding-top: 0.8571428571rem;
  padding-right: 1.7142857143rem;
  padding-bottom: 0.9285714286rem;
  padding-left: 1.7142857143rem;
  font-size: 0.8571428571rem;
}
button.success, .button.success, button[type=button].success, input[type=submit].success, button[type=submit].success {
  background-color: #74bc1f;
  border-color: #2a9a04;
  color: #fff;
}
button.success:focus, button.success:hover, .button.success:focus, .button.success:hover, button[type=button].success:focus, button[type=button].success:hover, input[type=submit].success:focus, input[type=submit].success:hover, button[type=submit].success:focus, button[type=submit].success:hover {
  background-color: #2a9a04;
  color: #fff;
}
button.tiny, .button.tiny, button[type=button].tiny, input[type=submit].tiny, button[type=submit].tiny {
  padding-top: 0.5714285714rem;
  padding-right: 1.1428571429rem;
  padding-bottom: 0.6428571429rem;
  padding-left: 1.1428571429rem;
  font-size: 0.7142857143rem;
}
button.warning, .button.warning, button[type=button].warning, input[type=submit].warning, button[type=submit].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus, button[type=button].warning:hover, button[type=button].warning:focus, input[type=submit].warning:hover, input[type=submit].warning:focus, button[type=submit].warning:hover, button[type=submit].warning:focus {
  background-color: #cf6e0e;
  color: #fff;
}

button.blockable, .button.blockable {
  position: relative;
}

button.blockable::before, .button.blockable::before {
  content: "\f110";
  font-family: "FontAwesome";
  color: white;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

button.blockable.active, .button.blockable.active {
  color: #ff6418;
}

button.blockable.active::before, .button.blockable.active::before {
  display: block;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #f15228;
  border-color: #ff864b;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:focus, button.disabled.alert:hover, button[disabled].alert:focus, button[disabled].alert:hover, .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover {
  background-color: #f04124;
  color: #fff;
}
button.disabled:focus, button.disabled:hover, button[disabled]:focus, button[disabled]:hover, .button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover {
  background-color: #f15228;
  color: #fff;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #04548F;
  border-color: #034372;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:focus, button.disabled.info:hover, button[disabled].info:focus, button[disabled].info:hover, .button.disabled.info:focus, .button.disabled.info:hover, .button[disabled].info:focus, .button[disabled].info:hover {
  background-color: #04548F;
  color: #fff;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #74bc1f;
  border-color: #2a9a04;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:focus, button.disabled.success:hover, button[disabled].success:focus, button[disabled].success:hover, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover {
  background-color: #2a9a04;
  color: #fff;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #ebebeb;
  border-color: #bcbcbc;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:focus, button.disabled.secondary:hover, button[disabled].secondary:focus, button[disabled].secondary:hover, .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
  background-color: #ebebeb;
  color: #333333;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:focus, button.disabled.warning:hover, button[disabled].warning:focus, button[disabled].warning:hover, .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning:focus, .button[disabled].warning:hover {
  background-color: #f08a24;
  color: #fff;
}

.row .row.cancel-order {
  margin-top: 1em;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.fullWidth {
  width: 100%;
}

.signOutNavLnk {
  font-size: 9pt;
  color: #3e3e3e;
  line-height: 1rem;
}

@media only screen and (min-width: 52.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1.1428571429rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5714285714rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5714285714rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5714285714rem;
}

/* Label Styles */
label {
  font-size: 0.9285714286rem;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.1428571429rem;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1.1428571429rem 0;
  padding: 0.6428571429rem 0;
}
label.inline + label.inline {
  margin-left: 2rem;
}
label small {
  text-transform: none;
  color: #525252;
}

.top-section label {
  font-weight: normal;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.9285714286rem;
  height: 2.6428571429rem;
  line-height: 2.6428571429rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.375rem;
  -webkit-border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.375rem;
  -webkit-border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b7;
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1.1428571429rem 0;
  padding: 0.5714285714rem;
  height: 2.6428571429rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.top-section input[type=text], .top-section input[type=date], .top-section select {
  height: 2.4rem;
}
.top-section.mainSearch {
  padding-bottom: 28px;
}
.top-section.mainSearch h2 {
  text-align: center;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  box-shadow: 0 0 5px #b3b3b3;
  border-color: #b3b3b3;
  background: #fafafa;
  border-color: #b3b3b3;
  outline: none;
}

input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 0.375rem;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.375rem;
  -webkit-border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.375rem;
  -webkit-border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.375rem;
  -webkit-border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.375rem;
  -webkit-border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b7;
  padding: 0.5714285714rem;
  font-size: 1rem;
  font-family: "Roboto", Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.6428571429rem;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 0.375rem;
}

select:hover {
  background-color: #f7f7f7;
  border-color: #b3b3b3;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

select[multiple] {
  height: auto;
}

label.checkbox > span {
  margin-right: 2em;
}

input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1.1428571429rem 0;
}

/*Generic Checkbox Styles*/
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5714285714rem;
  margin-right: 1.1428571429rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

input[type=checkbox] {
  float: left;
  margin-right: 0.5em;
}

/* Custom checkboxes and Radios */
label.checkbox, label.radio {
  border: none;
  padding: 0;
}

.checkbox.inline legend, .checkbox.inline li, label.radio.inline legend, label.radio.inline li {
  float: left;
}

label.checkbox.inline li, label.radio.inline li {
  margin-top: 0.25rem;
  margin-left: 1.5rem;
}

label.checkbox, label.radio {
  position: relative;
  padding-left: 2rem;
  font-weight: normal;
  display: inline;
}

label.radio input[type=radio], label.checkbox input[type=checkbox] {
  margin-right: 0.5rem;
  position: absolute;
  left: -99999px;
}

.checkbox input[type=checkbox] + input[type=hidden] + span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 3px;
  z-index: 1;
  border: 2px solid transparent;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.checkbox input[type=checkbox] + input[type=hidden] + span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -ms-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -o-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  border: 1px solid #bbb;
}

.checkbox input[type=checkbox]:checked + input[type=hidden] + span:before {
  border-color: #74bc1f;
  width: 0.7142857143rem;
  height: 0.4285714286rem;
  top: 5px;
  left: 4px;
}

.radio input[type=radio] ~ span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 4;
  margin: auto;
  border-radius: 35.7142857143rem;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -ms-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.radio input[type=radio] ~ span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -ms-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -o-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  border: 1px solid #bbb;
  border-radius: 35.7142857143rem;
}

.radio input[type=radio]:checked ~ span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #74bc1f;
}

/* End custom checboxes and radios */
/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.4285714286rem;
  margin: 1.2857142857rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.2142857143rem;
  margin: 0;
  margin-left: -0.2142857143rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  margin-top: -1px;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/*span.error, small.error {
    display: block;
    padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
    margin-top: -1px;
    margin-bottom: 1.1428571429rem;
    font-size: 0.8571428571rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: $white;
}*/
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1.1428571429rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  margin-top: -1px;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

.error > label > small {
  color: #525252;
  background: transparent;
  padding: 0;
  text-transform: none;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.inline-list {
  margin: 0 auto 1.2142857143rem auto;
  margin-left: -1.5714285714rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.5714285714rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.secondary-hero {
  height: 0 !important;
}

section .panel .panel-right-border {
  margin: 10px auto;
  height: 297px;
  position: relative;
  text-align: center;
}
section .panel .panel-right-border:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 3px solid #fff;
  transform: translate(-50%);
}
section .panel h3 {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 52em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 52.063em) and (max-width: 63em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 52.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 63.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 63.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 100em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 100.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 100.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #297ac6;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: #f15228;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}

p aside {
  font-size: 1rem;
  line-height: 1.4;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Roboto, sans-serif;
  font-style: normal;
  color: #333333;
  text-rendering: optimizeLegibility;
  margin-top: 0.25rem;
  margin-bottom: 0.75em;
  line-height: 1.4;
  font-weight: 400;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 80%;
  color: #666666;
  line-height: 0;
}

h1 {
  font-size: 1.6428571429rem;
}
h1.h1 {
  margin-top: 2em;
}

h2 {
  font-size: 1.2857142857rem;
}

h3 {
  font-size: 1.1428571429rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1.1428571429rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #333333;
  font-weight: bold;
  margin-top: 0.25rem;
  margin-bottom: 0.75em;
}

hr {
  /*border: solid #d2d2d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 auto;
  height: 0;
  width: 100%;

  margin-bottom: 1em;*/
  max-width: none;
}
hr.fullWidthBlueHr {
  border: none;
  border-top: 1px solid #297ac6;
  max-width: 100%;
}

.rightVr {
  border-right: 2px solid #297ac6;
}

.navbar {
  margin-bottom: 2em;
  font-family: "Roboto", Roboto, sans-serif;
  z-index: 3;
  position: fixed;
  width: 100%;
}
.navbar div.logo img.mobile {
  display: none;
}
.navbar li {
  background: none;
}
.navbar li.user {
  padding: 0.3rem 0.75rem;
  position: relative;
  background: #fff;
  font-weight: bold;
  border-radius: 0.375rem;
  color: #297ac6;
  display: block !important;
  margin: 3em 0.25rem;
  height: 2.1em;
}
.navbar li.user.open {
  height: 3.4em;
}
.navbar li.user .fa {
  color: #f15228;
  margin-left: 0.5rem;
}
.navbar li.user p {
  text-align: right;
}
.navbar li.user p a {
  padding-right: 0;
}
.navbar li.user .userNavIcons {
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 6.9px;
  text-align: right;
}
.navbar li.user .userNavIcons p {
  margin-bottom: 0;
}
.navbar li.user .userName {
  margin-right: 3em;
}

/* DEFAULT TOP NAV BAR*/
.navbar.blueNav, .navbar.home-search {
  background: rgb(26, 117, 187);
}
.navbar.blueNav #primary, .navbar.home-search #primary {
  color: #fff;
}
.navbar.blueNav #primary a, .navbar.home-search #primary a {
  color: #fff;
}
.navbar.blueNav #primary li.user.open, .navbar.home-search #primary li.user.open {
  height: 3.4em;
}
.navbar.blueNav #primary li.user .fa, .navbar.home-search #primary li.user .fa {
  color: #f15228;
  margin-left: 0.5rem;
}
.navbar.blueNav #primary li.user .signOutNavLnk, .navbar.home-search #primary li.user .signOutNavLnk {
  color: #3e3e3e;
  text-align: right;
  padding-right: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

code {
  font-family: "Roboto", Roboto, sans-serif;
  font-weight: normal;
  color: #333333;
  background-color: #f9f9f9;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-bottom: 1.75rem;
  margin-left: 0;
}
ul.no-bullet li {
  margin-bottom: 0.25rem;
}
ul.no-bullet li ol, ul.no-bullet li ul {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.8571428571rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1rem;
  padding: 0 1.4285714286rem 0 1.4285714286rem;
  border-left: 2px solid #1b75bb;
  font-style: normal;
}
blockquote a, blockquote a:visited {
  color: #297ac6;
}
blockquote.blackTxt {
  color: #000;
}
blockquote cite {
  display: block;
  font-size: 1rem;
  color: #297ac6;
}
blockquote cite:before {
  content: "— ";
}
blockquote h4 {
  color: #f15228;
  margin-bottom: 0;
}
blockquote p {
  line-height: 1.6;
  color: #333333;
}

/*tables*/
table.table tbody {
  text-align: left;
}
table.table tbody .tableH3 {
  font-size: 13pt;
  margin-bottom: 0;
}
table.table tbody .thead {
  background-color: transparent;
  border-bottom: 2px solid #297ac6;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.4285714286rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.7142857143rem 0.8571428571rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 1.0714285714rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0714285714rem;
}

@media only screen and (min-width: 52.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 1.8571428571rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3571428571rem;
  }
  h4 {
    font-size: 1.2142857143rem;
  }
  h5 {
    font-size: 1.1428571429rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 52.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 63.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 100.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #333333 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .show-for-print {
    display: inherit !important;
  }
  .hide-for-print {
    display: none !important;
  }
}
/* Slider */
.slick-list.draggable {
  padding: 0 !important;
  width: 100%;
}

.slider {
  height: 100%;
  background-color: transparent;
}
.slider ul {
  margin-left: 0;
}

.currentJobs .slider-nav li, section.slider.four-items ul.slider-nav li {
  width: 25% !important;
}

.slider.currentJobs {
  margin: 0;
}
.slider.currentJobs:last-of-type .large-12.columns {
  margin-bottom: 1em;
}

.slider-nav.slick-initialized.slick-slider .slick-center, .slider-nav.slick-initialized.slick-slider .slick-slide {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  max-height: 500px;
}

.slider-padding {
  /*padding: 0 5em;*/
}
.slider-padding .panelHead + .panelBody {
  margin: 1em 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0 3em;
  overflow: auto;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.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;
}

.slider-nav li.slick-active.customerReview:before {
  background-image: url("img/icon-customerReview.svg");
}
.slider-nav li.slick-active.dolly:before {
  background-image: url("img/icon-dolly.svg");
}
.slider-nav li.slick-active.globe:before {
  background-image: url("img/icon-globe.svg");
}
.slider-nav li.slick-active.mail:before {
  background-image: url("img/icon-mail.svg");
}
.slider-nav li.slick-active.money:before {
  background-image: url("img/icon-money.svg");
}
.slider-nav li.slick-active.phone:before {
  background-image: url("img/icon-phone.svg");
}
.slider-nav li.slick-active.photo:before {
  background-image: url("img/icon-photo.svg");
}
.slider-nav li.slick-active.pieChart:before {
  background-image: url("img/icon-pieChart.svg");
}

.slider-nav li.slick-active.unloading-icon:before {
  background-image: url("img/unloading-icon.png");
}

.slider-nav li.slick-active:before {
  background-color: #FFFFFF;
  /*background-image: url('img/unpacking-icon.png');*/
  background-size: 2.1428571429rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #f15228;
  padding: 1.5714285714rem;
  bottom: -1.7857142857rem;
  -webkit-box-shadow: 0 0 5px -1px #333333;
  -moz-box-shadow: 0 0 5px -1px #333333;
  -ms-box-shadow: 0 0 5px -1px #333333;
  -o-box-shadow: 0 0 5px -1px #333333;
  box-shadow: 0 0 5px -1px #333333;
}

.slider-nav li:before {
  content: "";
  display: block;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  background: #d2d2d2;
  border-radius: 999px;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next, button.slick-prev, button.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev::before,
.slick-next::before, button.slick-prev::before, button.slick-next::before {
  font-family: FontAwesome;
  color: #297ac6;
  font-size: 20px;
}
.slick-prev:focus,
.slick-next:focus, button.slick-prev:focus, button.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-next:hover, button.slick-prev:hover, button.slick-next:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before,
.slick-next:hover::before, button.slick-prev:hover::before, button.slick-next:hover::before {
  opacity: 1;
  color: #f15228;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: "\f053";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
/*.slick-slider {
  margin-bottom: 30px; }*/
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*---- GENERAL -----*/
.back:before {
  font-family: fontawesome;
  content: "\f053";
  margin-right: 0.5em;
}

.comment-text {
  font-size: 9pt;
  color: #fff;
  margin-left: 0.2em;
  cursor: pointer;
}

.expanded:after {
  content: "\f078";
  font-family: fontawesome;
  margin-left: 0.5em;
}

.expand:after {
  content: "\f077";
  font-family: fontawesome;
  margin-left: 0.5em;
}

.fa-stack-2x {
  font-size: 3em;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
}

h1, h2, h3 {
  position: relative;
}
h1 span.registered-trademark, h2 span.registered-trademark, h3 span.registered-trademark {
  color: #fff;
  font-size: 12pt;
  position: absolute;
  margin-top: 0.5em;
}
h1 span.registered-trademark.black, h2 span.registered-trademark.black, h3 span.registered-trademark.black {
  color: #3e3e3e;
}

.panelHead span.registered-trademark {
  color: #fff;
  font-size: 12pt;
  position: relative;
  margin-top: 0;
}

.slider-toggle.expanded:after, .slider-toggle.expand:after {
  float: right;
  position: absolute;
  right: 20%;
  top: 0;
}

.fa-comment {
  cursor: pointer;
}

h1 a.expand, h1 a.expanded, h2 a.expand, h2 a.expanded, h3 a.expand, h3 a.expanded, h4 a.expand, h4 a.expanded, h4 a.expand, h4 a.expanded {
  font-size: 11pt;
  margin-left: 2em;
}

h1.lineHeight-3 {
  line-height: 3;
}

.panelHead + .panelBody {
  margin: 1em 0;
}

.pagination li.current a {
  color: #fff;
}

form .columns button.postfixButton {
  margin-top: 0;
}

table.noHeader {
  border: 1px solid #cecfd0;
}
table.noHeader tbody tr:nth-child(odd) {
  background-color: #ebeff2;
}

/* CALENDAR */
.fc-toolbar.fc-header-toolbar .fc-right button, .fc-toolbar.fc-header-toolbar .fc-left button {
  border: none;
  background: none;
  color: #297ac6;
}
.fc-toolbar.fc-header-toolbar .fc-right button:hover, .fc-toolbar.fc-header-toolbar .fc-right button:focus, .fc-toolbar.fc-header-toolbar .fc-left button:hover, .fc-toolbar.fc-header-toolbar .fc-left button:focus {
  background-color: transparent;
  color: #297ac6;
}

.fc-day {
  border: 1px solid #c1c1c1 !important;
}

table .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-color: #c1c1c1;
}

.fc-state-default {
  text-shadow: none;
  background: none;
  color: #fff;
}

.fc-row.fc-widget-header:first-of-type {
  border: none;
}

tr td.fc-past, tr td.fc-other-month {
  background-color: white !important;
}
tr td.fc-past > span.fc-day-number, tr td.fc-other-month > span.fc-day-number {
  color: #8a8a8a;
}

.calAvail .fa-square:before {
  color: #297ac6;
  font-size: 2em;
}

.calUnavail .fa-square:before {
  color: #dde1e2;
  font-size: 2em;
}

.calScheduledDate .fa-square:before {
  color: #f04124;
  font-size: 2em;
}

.fc-unthemed tbody {
  margin-top: 1em;
  text-align: center;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none !important;
}

.fc-unthemed td.fc-today {
  background-color: #aabd5f;
}

.fc-unthemed thead {
  border: none;
}

span.fc-day-number {
  color: white;
}

th.fc-day-header.fc-widget-header {
  color: #297ac6;
}

.fc-view.fc-month-view.fc-basic-view table thead {
  margin-bottom: 1em;
}

.fc-view-container td.fc-head-container.fc-widget-header {
  border: 3px #297ac6;
  border-style: solid none;
}
.fc-view-container td.fc-head-container.fc-widget-header th.fc-day-header.fc-widget-header {
  border: none;
}

/* Flex Panels*/
.flexPanel {
  width: 30%;
  margin: 0 1em 1em 0;
  float: left;
}
.flexPanel .providerHeader {
  height: 50px;
}
@media screen and (max-width: 1063px) {
  .flexPanel {
    width: 100%;
  }
  .flexPanel .providerHeader {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .flexPanel {
    width: 100%;
  }
  .flexPanel .availDealersPanel.lightPanel {
    margin-top: 0;
  }
}

/* Inline labels and inputs */
.algnRight {
  text-align: right;
}

.inlineBlock {
  display: inline-block;
}

.twentyPercent {
  width: 20%;
}

.sixtyPercent {
  width: 60%;
}

.seventyPercent {
  width: 70%;
}

.eightyPercent {
  width: 80%;
}

.vertCenterLbl {
  margin-top: 0.5em;
}

label {
  margin-bottom: 0.1em;
  display: inline;
  margin-right: 1em;
}

/*section:not(.hoursEst) {
    margin: 2em 0 1.5em 0;
}*/
table {
  border-collapse: collapse;
}
table thead {
  border: none;
  border-bottom: 2px solid #297ac6;
  background-color: transparent;
}
table thead tr th {
  font-weight: bold;
  text-align: left;
}
table tbody {
  border: none;
}

/* Services-customize move*/
[data-service-rate] {
  padding: 1em 0;
}

.total.right {
  text-align: right;
}
.total.right .discount {
  /*display: block;*/
  color: #297ac6;
}

/* Ratings*/
.ratingsKey {
  margin-bottom: 2em;
}
.ratingsKey .fa {
  color: #f15228;
  display: inline;
}
.ratingsKey .fa + span {
  margin-right: 2em;
}

.ratingSelection > li input {
  display: none;
}

.ratingSelection label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f006";
}

.ratingSelection > label {
  color: #ddd;
  float: right;
}

.ratingSelection input[type=radio]:checked + label:before {
  background-color: transparent;
}

.ratingSelection label.star.selected:before, .ratingSelection label.star.hovered:before {
  color: #f15228;
  font-family: fontawesome;
  content: "\f005";
}

.superior, .satisfactory, .average, .somewhatUnsatisfactory, .unsatisfactory {
  display: inline;
}

.ratings {
  padding-left: 5em;
}
.ratings legend.offset-right-1.left {
  width: 40%;
}
.ratings label.radio input[type=radio]:checked ~ span:before:before {
  content: "\f006";
}

/*---- Notifications used by the SetFlash functionality ----*/
.notification {
  width: 100%;
  margin: 1em auto;
  max-width: 72em;
  text-align: center;
  padding: 1em;
}
.notification.positive {
  border: 1px solid #2c7636;
  color: #2c7636;
  text-align: center;
  background: #ceedd2;
}
.notification.alert {
  border: 1px solid #ffd600;
  color: #ffd600;
  text-align: center;
  background: #fffbe5;
}
.notification.error {
  border: 1px solid #e86060;
  color: #e86060;
  text-align: center;
  background: #fdefef;
}
.notification ul {
  list-style: none;
  margin: 0;
}
.notification ul li {
  width: 100%;
  text-align: center;
  padding: 0.25em 0;
}

/*---- Agent Dashboard ----*/
.agentDashboard {
  border: 1px solid #297ac6;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.validation-summary-errors ul {
  border: 1px solid #e86060;
  color: #e86060;
  text-align: center;
  background: #fdefef;
  list-style-type: none;
}

.mainSearch .panel .validation-summary-errors ul, .mainSearch .panel .panel .validation-summary-errors ul {
  border: none;
  color: #fff;
  background-color: #cf2a0e;
}

/*colored headers*/
h1 span.blue, h2 span.blue, h3 span.blue, h4 span.blue, h5 span.blue {
  color: #297ac6;
}
h1 span.orange, h2 span.orange, h3 span.orange, h4 span.orange, h5 span.orange {
  color: #f15228;
}

h2.orange, h1.head {
  margin-top: 1em;
}

@media screen and (max-width: 1290px) {
  .ratings legend.offset-right-1.left {
    width: 50%;
  }
}
@media screen and (max-width: 1040px) {
  .ratings legend.offset-right-1.left {
    width: 54%;
  }
}
@media screen and (max-width: 877px) {
  .ratings legend.offset-right-1.left {
    width: 90%;
  }
}
@media screen and (max-width: 788px) {
  .ratings legend.offset-right-1.left {
    width: 70%;
  }
}
@media screen and (max-width: 748px) {
  .contactInfoForm .algnRight {
    text-align: left;
  }
}
@media screen and (max-width: 673px) {
  .ratings legend.offset-right-1.left {
    width: 100%;
  }
}
/*@media only screen and (min-width: 63.063em) {
    .navbar {
        background: rgba(250, 250, 250, 0.85);
    }
}*/
.navbar:after {
  content: "";
  clear: both;
  display: table;
}

.navbar ul {
  list-style: none;
  margin: 0;
}

.navbar a {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.navbar a:hover, .navbar a.active {
  color: #f15228;
}

@media only screen and (min-width: 1025px) {
  .navbar a {
    color: black;
  }
}
.navbar-open {
  display: block !important;
}

/*---- ITEMS -----*/
div.logo {
  padding-top: 17px;
}

.logo {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0;
}

.logo a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.logo a:hover {
  background: none;
}

.logo img {
  display: inline-block;
  vertical-align: middle;
  width: 12rem;
  margin-left: 1rem;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1050px) {
  .jobStatusCkbxs label {
    display: block;
  }
  .large-5.results {
    width: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .logo img {
    margin: 0;
    width: 12rem;
  }
}
@media screen and (min-width: 1124px) {
  .logo img {
    width: 18rem;
  }
}
.navbar-button {
  background: none;
  padding: 0;
  display: inline-block;
  position: absolute;
  line-height: 4rem;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto 0;
}

.navbar-button:hover, .navbar-button:active, .navbar-button:focus {
  background: none;
}

.navbar-button .fa {
  font-size: 1.5rem;
}

@media only screen and (min-width: 320px) and (max-width: 940px) {
  .superior, .satistactory, .average, .somewhatUnsatisfactory, .unsatisfactory {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar-button {
    display: none;
  }
}
/*@media only screen and (min-width: 1138px) {
    div.logo {
        padding-top: 8px;
    }
}*/
@media only screen and (max-width: 1279px) {
  .navbar.blueNav #primary li.user, .navbar.home-search li.user {
    margin: 0;
  }
  .navbar.blueNav #primary li.user .userNavIcons p .signOutNavLnk, .navbar.home-search li.user .userNavIcons p .signOutNavLnk {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar {
    /*background: rgba(250, 250, 250, 0.85);*/
    /*&.home-search {
        li.user {
            color: #3e3e3e;
        }

        nav#primary.open ul.menu-open li {
            background: rgba(250, 250, 250, 0.85);

            a {
                color: #3e3e3e;
            }
        }
    }*/
  }
  .navbar .menu-open li.user {
    margin-top: 0;
    background-color: transparent;
    padding-right: 0;
    color: rgb(4, 84, 143);
    font-weight: normal;
    margin-top: 0;
    margin: 2.6em 0.25rem;
    position: relative;
    margin: 0;
    height: inherit;
    border-radius: 0;
  }
  .navbar .menu-open li.user .fa-caret-down {
    display: none;
  }
  .navbar .menu-open li.user .userNavIcons {
    margin-top: 0;
    position: relative;
    text-align: right;
    right: 0;
    top: 0;
  }
  .navbar .menu-open li.user span.userName {
    margin-right: 0;
  }
  .navbar.blueNav #primary li.user, .navbar.home-search li.user {
    border-radius: 0;
  }
  .navbar.blueNav #primary li.user .userNavIcons p .signOutNavLnk, .navbar.home-search li.user .userNavIcons p .signOutNavLnk {
    color: #fff;
  }
  .panelBody .phoneIcon {
    display: inline;
  }
  div.logo {
    padding-top: 12px;
  }
  .panel {
    background-color: #297ac6;
    border: none;
  }
  /*Navigation*/
  nav#primary.open {
    display: block;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0;
    text-align: right;
  }
  nav#primary.open ul.menu-open {
    display: block;
    float: right;
    width: 100%;
  }
  nav#primary.open ul.menu-open li {
    background-color: #297ac6;
    padding-right: 1em;
    /*&:first-of-type {
        padding-top: .5em;
    }*/
  }
  nav#primary.open ul.menu-open li:last-of-type {
    padding-bottom: 0.5em;
  }
  nav#primary.open ul.menu-open li a {
    color: #fff;
  }
}
@media screen and (max-width: 850px) {
  h2.orange.offset-top-2 {
    margin-top: 1em !important;
  }
}
.panel {
  border: none;
}

/*Map legend*/
.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.legend {
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.navbar-contain {
  z-index: 1000;
}

/* JOBS */
.job-slider .panelHead + .panelBody {
  margin-top: 1em;
  margin-bottom: 2em;
}

.jobStatusCkbxs {
  cursor: auto;
}
.jobStatusCkbxs label.checkbox {
  cursor: auto;
  margin-bottom: 0.5em;
}
.jobStatusCkbxs label.checkbox > span {
  margin-right: 0;
}

table.jobAddition tr {
  background-color: #fff;
}
table.jobAddition tr:nth-child(even) {
  background-color: #fff;
}

#jobsTable {
  table-layout: fixed;
}
#jobsTable th:last-child, #jobsTable td:last-child {
  width: 5%;
}
#jobsTable thead:not(:first-child) {
  display: none;
}
#jobsTable .mobileExpandJob {
  display: none;
}

.editOrderP {
  line-height: 1.5;
}

#tipAmount {
  margin-bottom: 0;
}

/*edit*/
form .columns .uploadButtons button {
  margin: 0 0 0.5em 0;
  width: 100%;
}

a.button.rtnCurrentJobs {
  margin-top: 3.6em;
}

/*---- SECTIONS -----*/
.navbar-contain {
  max-width: 100em;
  margin: 0 auto;
}

.navbar-contain:after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 1025px) {
  nav .menuIcon {
    display: inline;
  }
  nav .menuIcon:before {
    font-family: fontawesome;
    content: "\f0c9";
    color: #000;
  }
  .navbar-contain {
    padding: 0 1rem;
  }
}
.navbar-top-section {
  position: relative;
}
.navbar-top-section .panel form button.button {
  margin-top: 1rem;
}
.navbar-top-section .panel form label {
  font-weight: normal;
}
.navbar-top-section .panel form input[type=text] {
  height: 2.4rem !important;
}

@media only screen and (min-width: 1025px) {
  .navbar-top-section {
    text-align: left;
    /*height: 5rem;*/
    height: 8rem;
    line-height: 5.5rem;
  }
  .navbar-top {
    position: relative;
    display: block;
    height: 3.75rem;
    line-height: 3.75rem;
    height: 5rem;
    line-height: 5rem;
    float: left;
  }
}
nav.primary {
  text-align: left;
  z-index: 3;
  width: 100%;
  padding: 0 1rem;
  height: 2.5rem;
  display: none;
}
nav.primary.primary:after {
  content: "";
  clear: both;
  display: table;
}

nav.primary li {
  margin-bottom: 0;
}

nav.primary.navbar-open {
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  height: auto;
}

nav.primary.navbar-open li {
  margin-bottom: 0.75rem;
}

nav.primary.navbar-open li:last-child {
  margin-bottom: 0;
}

nav.primary.navbar-open a, nav.primary.navbar-open a.active {
  font-size: 1.25rem;
  display: block;
  float: none;
  line-height: inherit;
}
nav.primary.navbar-open a.signOutNavLnk, nav.primary.navbar-open a.active.signOutNavLnk {
  font-size: 9pt;
  color: #3e3e3e;
  line-height: 1rem;
}

@media only screen and (min-width: 1025px) {
  nav.primary {
    display: block;
    float: right;
    height: 5rem;
    padding: 0;
    width: auto;
    line-height: 5.5rem;
    position: relative;
  }
  nav.primary li {
    float: left;
    margin: 1.5em 0.25rem;
    letter-spacing: -0.2px;
  }
  nav.primary li a, nav.primary li a.active {
    display: inline;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    line-height: 5rem;
    border-radius: 0.375rem;
    float: none;
  }
  nav.primary li a.signOutNavLnk, nav.primary li a.active.signOutNavLnk {
    font-size: 9pt;
    color: #3e3e3e;
    line-height: 1rem;
  }
}
/*@media screen and (min-width: 1124px) {
    nav.primary li a {
        padding: 0.5rem 1rem;
    }
}*/
input[type=text], input[type=password], input[type=date],
input[type=datetime], input[type=datetime-local],
input[type=month], input[type=week], input[type=email],
input[type=number], input[type=search], input[type=tel],
input[type=time], input[type=url], input[type=color],
textarea, select {
  border-radius: 0.375rem;
}

input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, input[type=date]:active, input[type=date]:focus,
input[type=datetime]:active,
input[type=datetime]:focus, input[type=datetime-local]:active, input[type=datetime-local]:focus,
input[type=month]:active,
input[type=month]:focus, input[type=week]:active, input[type=week]:focus, input[type=email]:active, input[type=email]:focus,
input[type=number]:active,
input[type=number]:focus, input[type=search]:active, input[type=search]:focus, input[type=tel]:active, input[type=tel]:focus,
input[type=time]:active,
input[type=time]:focus, input[type=url]:active, input[type=url]:focus, input[type=color]:active, input[type=color]:focus,
textarea:active,
textarea:focus, select:active, select:focus {
  outline: none;
  font-size: 16px;
}

@media only screen and (min-width: 63.063em) {
  input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, input[type=date]:active, input[type=date]:focus,
  input[type=datetime]:active,
  input[type=datetime]:focus, input[type=datetime-local]:active, input[type=datetime-local]:focus,
  input[type=month]:active,
  input[type=month]:focus, input[type=week]:active, input[type=week]:focus, input[type=email]:active, input[type=email]:focus,
  input[type=number]:active,
  input[type=number]:focus, input[type=search]:active, input[type=search]:focus, input[type=tel]:active, input[type=tel]:focus,
  input[type=time]:active,
  input[type=time]:focus, input[type=url]:active, input[type=url]:focus, input[type=color]:active, input[type=color]:focus,
  textarea:active,
  textarea:focus, select:active, select:focus {
    font-size: 1rem;
  }
}
label input[type=text], label input[type=password], label input[type=date], label input[type=datetime], label input[type=datetime-local], label input[type=month], label input[type=week], label input[type=email], label input[type=number], label input[type=search], label input[type=tel], label input[type=time], label input[type=url], label input[type=color], label textarea, label select {
  margin: 0.5714285714rem 0;
}

textarea {
  min-height: 6rem;
  resize-x: none;
}

span[class*=icon-]:not(.fc-icon, .ui-icon) {
  position: relative;
}

span[class*=icon-]:not(.fc-icon, .ui-icon):before {
  content: "\f155";
  font-family: FontAwesome;
  position: absolute;
  left: 0.75rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.1428571429rem;
}

span[class*=icon-]:not(.fc-icon, .ui-icon) input {
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .columns button {
  margin-top: 1em;
}
form .columns button.postfix {
  margin-top: 0;
}

/*form .row .columns:only-child button {
    margin-top: 0;
}*/
fieldset {
  border: none;
  padding: 0;
}
fieldset legend {
  background: none;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
fieldset legend .fa {
  color: #f04124;
}

.switch {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
}

.switch:focus, .switch:active {
  outline: none;
}

.switch + .switch {
  margin-left: 1rem;
}

.switch label {
  border-radius: 71.3571428571rem;
  text-indent: 0;
}
.switch label:after {
  -webkit-box-shadow: 0 1px 5px -2px #333333;
  -moz-box-shadow: 0 1px 5px -2px #333333;
  -ms-box-shadow: 0 1px 5px -2px #333333;
  -o-box-shadow: 0 1px 5px -2px #333333;
  box-shadow: 0 1px 5px -2px #333333;
  border-radius: 71.3571428571rem;
  -webkit-backface-visibility: hidden;
}
.switch label:before {
  content: "No";
  color: #5f5f5f;
  position: absolute;
  right: 0.8571428571rem;
  top: 0.5rem;
  -webkit-backface-visibility: hidden;
}

.switch input:checked ~ label:before {
  content: "Yes";
  color: #fff;
  left: 0.7142857143rem;
  right: auto;
}

/*----- GENERAL -----*/
html, body {
  font-size: 14px;
}

/*.wrapper {
    width: 100%;
    margin: 0;
    padding: 132px 0 0 0;
}*/
/*@media only screen and (max-width: 63em) {
    .wrapper {
        padding: 95px 0 0 0;
    }
}*/
.sticky.is-anchored {
  position: fixed !important;
}

footer {
  width: 100%;
  /*position: absolute;
  bottom:0;
  z-index: 1;*/
  background: none repeat scroll 0 0 #fff;
  border-top: 2px solid #297ac6;
  color: #1c76bb;
}
footer a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #297ac6;
}
footer .logo {
  padding-top: 1em;
}
footer span.subtle {
  position: absolute;
  margin-top: 4.2em;
  margin-left: 1em;
}
@media screen and (max-width: 1225px) {
  footer span.subtle {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}
footer ul {
  list-style: none;
  margin: 0 0 2rem;
}
footer ul a {
  color: #297ac6;
  font-size: 1.1428571429rem;
  text-transform: uppercase;
  margin: 0 1rem;
}
footer ul.social {
  margin: 0;
}
footer ul.social li {
  display: inline;
  margin-left: 0.5rem;
  color: #1c76bb;
}
footer ul.social li a {
  margin: 0;
}

.headerFix {
  height: 5rem;
}

.blueNav {
  position: relative;
  background-color: #297ac6;
}
.blueNav ul {
  list-style-type: none;
}
.blueNav ul li a {
  color: #fff;
}
.blueNav ul li a:hover {
  color: #f15228;
}

@media screen and (max-width: 1225px) {
  footer span.subtle {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
  .mediumDispBlck {
    display: block;
  }
}
@media only screen and (max-width: 52em) {
  footer {
    padding: 2rem;
    text-align: center;
  }
  footer .medium-push-6 {
    position: relative;
    left: 0;
    right: auto;
  }
  footer .medium-pull-6 {
    right: 0;
    padding-top: 0;
    left: 0;
  }
  footer .medium-pull-6 .logo {
    padding-top: 0;
    margin: 0 auto 2.5rem;
    display: block;
    width: 15rem;
  }
  footer span.subtle {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    line-height: 0;
    padding-bottom: 2em;
  }
  footer ul {
    width: 100%;
    text-align: center;
    width: 100%;
  }
  footer ul li {
    margin-bottom: 0.5rem;
    color: #297ac6;
  }
  footer .social, footer .logo {
    padding-top: 0;
  }
}
@media only screen and (min-width: 52.063em) {
  footer .medium-push-6 ul {
    float: right;
    margin: 0;
  }
  footer .medium-push-6 ul li {
    float: left;
  }
  footer .medium-push-6 ul li a {
    font-size: 1rem;
  }
}
footer .logo {
  width: 18rem;
}

h2.blue {
  color: #297ac6;
}

h2 span {
  color: #f15228;
}

.fa {
  margin: 0 0.25rem;
}

blockquote {
  color: #f15228;
  font-size: 1rem;
}

cite {
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

cite span {
  color: #f15228;
}

/*----- UTILITY -----*/
.radius-2x {
  border-radius: 2rem !important;
}

/*----- BUTTONS -----*/
button, .button {
  padding: 0.75rem 2.75rem;
  border-radius: 0.375rem;
  margin-bottom: 1.5em;
}

button:active, button:focus, .button:active, .button:focus {
  outline: none;
  background: #ff864b;
}

button.clear, .button.clear {
  background: none;
  border: 1px solid #fff;
}

button.clear:hover, .button.clear:hover {
  background: #fff;
  color: #333333;
}

button.round, .button.round {
  margin-top: 2.5rem;
  border-radius: 9999px;
  position: relative;
  padding: 1.5rem;
}

button.round .fa, .button.round .fa {
  margin: 0;
  position: absolute;
  font-size: 2.2857142857rem;
  height: 2.2857142857rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

button.large, .button.large {
  font-size: 1.1428571429rem;
  width: 100%;
}

.bookNowBtn {
  padding: 0.5em 1em;
}

@media only screen and (min-width: 52.063em) {
  button.large, .button.large {
    margin-top: 1rem;
    padding: 1rem 4rem;
    width: auto;
  }
}
button + button, .button + button {
  margin-left: 1.25rem;
}

/*----- ACCORDION -----*/
@media only screen and (max-width: 52em) {
  .accordion .accordion-navigation > a {
    background: #ebebeb;
    position: relative;
    padding-left: 3rem;
  }
  .accordion .accordion-navigation > a:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 1rem;
    height: 1.5714285714rem;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .accordion .accordion-navigation > a:active, .accordion .accordion-navigation > a:focus, .accordion .accordion-navigation > a:hover {
    background: #fff;
  }
  .accordion .accordion-navigation.active > a:before {
    content: "\f0d7";
  }
}
/*----- PANELS -----*/
.panel {
  padding: 1rem;
  border-radius: 0.375rem;
  color: #fff;
}
.panel a {
  color: #fff;
}
.panel .validation-summary-errors ul {
  /*border: 1px solid #e86060;
  color: #e86060;*/
  text-align: left;
  /*background: #fdefef;*/
  list-style-type: none;
  margin-left: 0;
  padding: 0.5em;
  border: none;
  color: #fff;
  background-color: #cf2a0e;
}
.panel .validation-summary-errors ul li:before {
  font-family: fontawesome;
  content: "\f071";
  color: #cf2a0e;
  margin-right: 1em;
}

.top-section .panel {
  border-radius: 0 0.375rem 0.375rem 0;
}

@media only screen and (min-width: 63.063em) {
  .panel {
    padding: 2rem 2rem 1rem 2rem;
    background: #297ac6;
  }
}
/*----- FORMS -----*/
form {
  margin-bottom: 1rem;
}

input[type=text], input[type=password], input[type=date],
input[type=datetime], input[type=datetime-local],
input[type=month], input[type=week], input[type=email],
input[type=number], input[type=search], input[type=tel],
input[type=time], input[type=url], input[type=color],
textarea, select {
  padding: 0.5rem;
}

input[type=email] ~ .icon:before, input[type=password] ~ .icon:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 1.1428571429rem;
  height: 1.5714285714rem;
  color: #297ac6;
  position: absolute;
  left: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type=email][type=password] ~ .icon:before, input[type=password][type=password] ~ .icon:before {
  content: "\f023";
  padding-left: 0.3em;
}

/*Order and Billing information*/
.orderBilling .right-border {
  border-right: 2px solid #297ac6;
}

.pricingHeader {
  display: block;
}

table.rcpt-lineitems tr {
  background-color: whitesmoke;
  border-bottom: 0;
}
table.rcpt-lineitems tr:nth-child(even) {
  background-color: whitesmoke;
}
table.rcpt-lineitems tr.pricing td {
  padding-bottom: 1em;
}
table.rcpt-lineitems tr.fullWidthBlueHr {
  border-top: 2px solid #297ac6;
  max-width: 100%;
  /*+ tr td{
       padding-top:1em;
   }*/
}
table.rcpt-lineitems tr.fullWidthBlueHr:after {
  content: "";
}
@media screen and (max-width: 600px) {
  table.rcpt-lineitems tr.fullWidthBlueHr {
    border-bottom: 2px solid transparent;
  }
}
table.rcpt-lineitems tr.fullWidthBlueHr:before {
  margin-left: 1em;
}
table.rcpt-lineitems tr.fullWidthBlueHr td {
  padding-top: 1.4em;
}
table.rcpt-lineitems tr.rcpt-grandtotal.totalPaid {
  background-color: #297ac6;
  color: #fff;
  font-size: 13pt;
}

.cartSummary tbody tr:nth-child(even) {
  background-color: #fff;
}
.cartSummary tbody tr.grandTotal {
  background-color: #297ac6;
}
.cartSummary tbody tr.grandTotal td {
  color: #fff;
}

/*----- SLIDER -----*/
.slider-nav {
  display: none;
}

.container.toggle-control {
  max-height: 550px;
}

@media screen and (max-width: 917px) {
  .container.toggle-control {
    max-height: 100% !important;
  }
  .mainContent.rcpt {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 52.063em) {
  .slider-nav {
    display: block;
  }
}
.slider-nav li {
  width: 20% !important;
  text-transform: uppercase;
  padding-bottom: 1.7142857143rem;
  color: #858585;
  border-bottom: 4px solid #ebebeb;
  position: relative;
  margin-bottom: 3rem;
}
.slider-nav li:hover {
  cursor: pointer;
}
.slider-nav li:before {
  content: "";
  display: block;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  background: #d2d2d2;
  border-radius: 999px;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.slider-nav li.slick-active {
  color: #f15228;
}
.slider-nav li.slick-active.loading-icon:before {
  background-image: url("img/loading-icon@2x.png");
}
.slider-nav li.slick-active.unloading-icon:before {
  background-image: url("img/unloading-icon@2x.png");
}
.slider-nav li.slick-active.unpacking-icon:before {
  background-image: url("img/unpacking-icon@2x.png");
}
.slider-nav li.slick-active .unpacking-icon:before {
  background-image: url("img/unpacking-icon@2x.png");
}
.slider-nav li.slick-active.cleaning-icon:before {
  background-image: url("img/cleaning-icon@2x.png");
}
.slider-nav li.slick-active:before {
  background-color: #fff;
  background-size: 2.1428571429rem;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #f15228;
  padding: 1.5714285714rem;
  bottom: -1.7857142857rem;
  -webkit-box-shadow: 0 0 5px -1px #333333;
  -moz-box-shadow: 0 0 5px -1px #333333;
  -ms-box-shadow: 0 0 5px -1px #333333;
  -o-box-shadow: 0 0 5px -1px #333333;
  box-shadow: 0 0 5px -1px #333333;
}

.aboutUs + section.slider .slider-nav li, .section.slider.four-items ul.slider-nav li {
  width: 25% !important;
}

section.slider.three-items ul.slider-nav li.slick-slide {
  width: 33% !important;
}

section.slider.two-items ul.slider-nav li.slick-slide {
  width: 50% !important;
}

@media screen and (max-width: 833px) {
  .case-info {
    margin-top: 1em;
  }
  .checkbox.offset-top-1 {
    margin: 0 0 1.5em 0;
  }
  section.slider.three-items ul.slider-nav.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    display: flex;
    justify-content: space-between;
  }
  section.slider.three-items ul.slider-nav.slick-slider .slick-track li.slick-slide.photo {
    width: 20% !important;
  }
}
.slider-nav .slick-cloned {
  display: none;
}

.slider-nav .slick-track {
  width: auto !important;
  margin: 0 auto !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.comment {
  padding: 1em;
  border: 1px solid #cccccc;
  background-color: #ebeff2;
}

section.mainContent {
  margin: 0;
}

.jobToggleList:last-of-type {
  margin-bottom: 1.5em;
}

.top-section {
  min-height: calc(100vh - 117px);
  position: relative;
}
.top-section h2 {
  font-weight: bold;
  font-size: 28pt;
}
.top-section h2.newCustomer {
  font-size: 20pt;
  font-weight: normal;
}
.top-section h2.newCustomer #btnCreateAccount {
  color: #fff;
  font-size: 12pt;
}
.top-section h2.newCustomer #btnCreateAccount:hover {
  color: #f15228;
}
.top-section section .panel {
  margin: 8em 0;
}
.top-section section .panel form .columns button {
  /*margin-top: 1em;*/
  font-size: 1.2em;
}

.realTimeReviews {
  background-image: url("img/Review_Image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
}

@media only screen and (max-width: 63.063em) {
  .top-section {
    background: rgba(26, 117, 187, 0.75);
  }
}
.top-section.noAuth.agentauth {
  background: rgba(26, 117, 187, 0.75);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 117, 187, 0.75)), to(rgba(26, 117, 187, 0.75))), url("img/movinghelp-home-image.jpg");
  background-image: -webkit-linear-gradient(top, rgba(26, 117, 187, 0.75), rgba(26, 117, 187, 0.75)), url("img/movinghelp-home-image.jpg");
  background-image: -moz-linear-gradient(top, rgba(26, 117, 187, 0.75), rgba(26, 117, 187, 0.75)), url("img/movinghelp-home-image.jpg");
  background-image: -o-linear-gradient(top, rgba(26, 117, 187, 0.75), rgba(26, 117, 187, 0.75)), url("img/movinghelp-home-image.jpg");
  background-image: linear-gradient(to bottom, rgba(26, 117, 187, 0.75), rgba(26, 117, 187, 0.75)), url("img/Store_Image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 63.063em) {
  .top-section.noAuth.agentauth {
    background-attachment: fixed;
    background-image: url("img/movinghelp-home-image.jpg");
  }
}
@media only screen and (max-width: 834px) {
  section.slick-slide.slick-active {
    width: 689px;
  }
}
@media screen and (max-width: 900px) {
  .cart-modal {
    width: 90%;
  }
  .cart-modal input {
    width: 100%;
  }
}
@media screen and (max-width: 1219px) {
  .inlineInput {
    width: 100%;
  }
  .large-5.columns.faqSearch {
    width: 55%;
    float: left;
  }
  .faqSearch .row.collapse.inlineLblSearch {
    margin-top: 0;
  }
  .faqSearch .row.collapse.inlineLblSearch button.button.postfix.radius.submit-button {
    margin-top: 2em;
  }
}
@media screen and (max-width: 831px) {
  span.fa-stack.fa-3x.float-right {
    top: 1.5em;
    width: 2em;
    height: 2em;
    line-height: 2em;
  }
  span.fa-stack.fa-3x.float-right .fa-stack-2x {
    font-size: 2em;
  }
  ul.subnav.custService {
    margin: 0rem;
  }
  .inlineInput {
    width: 100%;
  }
  .inlineInput input#searchText {
    border-bottom-right-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .large-5.columns.faqSearch {
    width: 100%;
  }
  .faqSearch .row.collapse.inlineLblSearch {
    margin-top: 0;
  }
  .faqSearch .row.collapse.inlineLblSearch .srchBtn {
    width: 98%;
  }
  .faqSearch .row.collapse.inlineLblSearch .srchBtn button.button.postfix.radius.submit-button {
    margin-top: 0;
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
  }
  section.mainContent h1 {
    font-size: 14pt;
  }
}
@media only screen and (min-width: 834px) and (max-width: 1024px) {
  .blueNav button .fa-bars, .home-search button .fa-bars {
    color: #fff;
  }
  .top-section {
    min-height: 53rem;
    position: relative;
    background: rgba(26, 117, 187, 0.75);
    background-image: url("img/movinghelp-home-image.jpg");
    /* fallback */
    background-image: linear-gradient(to bottom, rgba(26, 117, 187, 0), rgba(26, 117, 187, 0)), url("img/movinghelp-home-image.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .top-section section .panel {
    /*margin: 7rem 0;*/
  }
}
section.hero {
  text-align: center;
}
section.hero img.brand {
  margin-top: 20px;
  margin-left: 0.5em;
}

@media only screen and (min-width: 63.063em) {
  section.hero {
    text-align: left;
    -webkit-transform: translateZ(-0.6px) scale(1.6);
    -moz-transform: translateZ(-0.6px) scale(1.6);
    -ms-transform: translateZ(-0.6px) scale(1.6);
    -o-transform: translateZ(-0.6px) scale(1.6);
    transform: translateZ(-0.6px) scale(1.6);
    position: absolute;
    z-index: 1;
    top: 10rem;
    bottom: 0;
    /*right: -7.1428571429rem;*/
    right: 2.857143rem;
    height: 36.7857142857rem;
  }
  section.hero header {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .large-7.faqMediumWidth, .large-5.faqMediumWidth {
    width: 100%;
  }
  .large-7 .postfix.button.radius, .large-5 .postfix.button.radius {
    margin-top: 2em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  section.hero {
    text-align: left;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: translateZ(-0.6px);
    transform: none;
  }
  #topSection {
    background-attachment: inherit;
  }
}
@media only screen and (min-width: 90.063em) {
  section.hero {
    right: 7.1428571429rem;
    top: 14rem;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
section.banner {
  background: #ebebeb;
  position: relative;
  z-index: 1;
}

section.banner:after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (max-width: 52em) {
  section.banner {
    text-align: center;
  }
}
@media only screen and (min-width: 52.063em) {
  section.banner {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #FFFFFF 30%, #ebebeb);
    background-image: -moz-linear-gradient(top, #FFFFFF 30%, #ebebeb);
    background-image: -ms-linear-gradient(top, #FFFFFF 30%, #ebebeb);
    background-image: -o-linear-gradient(top, #FFFFFF 30%, #ebebeb);
    background-image: linear-gradient(top, #FFFFFF 30%, #ebebeb);
  }
}
section.banner .content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 52.063em) {
  section.slider .slick-slide img {
    max-width: 100%;
  }
  section.banner .content {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  section.slider {
    background: #fff;
    position: initial;
    z-index: 1;
    /*padding: 3.5rem 2rem;*/
  }
  /*section.slider h3 {
      color: $orange;
  }*/
}
section.banner > .row > .columns:first-child {
  padding-left: 0;
}

section.banner h2 {
  margin-top: 0;
}
section .banner img {
  width: 100%;
  max-width: 36rem;
}
section .slider {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: transparent;
  position: initial;
}
section .slider:after {
  content: "";
  clear: both;
  display: table;
}
section .slider .slick-slide img {
  margin: 1rem auto;
  max-width: 70%;
}

section.slider .slick-slide img + h2, section.slider .slick-slide img + h3 {
  margin-bottom: 0;
}

.secondary-hero {
  overflow: hidden;
  position: relative;
  background-image: url("img/how-it-works-bg@2x.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.secondary-hero:after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 52.063em) {
  .secondary-hero {
    height: 35rem;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.secondary-hero p {
  margin-bottom: 2rem;
  color: #fff;
}

.secondary-hero h2, .secondary-hero h3 {
  color: #fff;
}

.secondary-hero h3 {
  margin-bottom: 0.5rem;
  padding-left: 3rem;
  position: relative;
  text-transform: uppercase;
}

.secondary-hero h3:before {
  content: "1";
  color: #f15228;
  background: #fff;
  font-size: 14px;
  padding: 5px 11px;
  border-radius: 999px;
  top: -2px;
  position: absolute;
  left: 0;
}

.secondary-hero h3.step-2:before {
  content: "2";
}

.secondary-hero h3.step-3:before {
  content: "3";
}

.secondary-hero h2 {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 52.063em) {
  .secondary-hero h2 {
    margin-top: 5rem;
  }
}
.secondary-hero .slick-prev,
.secondary-hero .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 52em) {
  .secondary-hero .slick-prev,
  .secondary-hero .slick-next {
    display: none !important;
  }
}
.secondary-hero .slick-prev:before,
.secondary-hero .slick-next:before {
  color: #fff;
}

.secondary-hero .slick-slider {
  position: initial;
}

.secondary-hero .content-slider {
  margin-top: 4.5rem;
  pointer-events: none;
}

@media only screen and (min-width: 52.063em) {
  .secondary-hero .content-slider.latched-top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 30rem;
  }
  .secondary-hero .content-slider.latched-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 30rem;
  }
}
.secondary-hero .content-slider button {
  pointer-events: all;
}

.secondary-hero .content-slider section > .row {
  max-width: 70rem;
  margin: 0 auto;
}

.secondary-hero .content-slider img {
  display: none;
  max-width: 20rem;
}

@media only screen and (min-width: 52.063em) {
  .secondary-hero .content-slider img {
    display: block;
  }
}
section.testimonials {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

section.testimonials h2 {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 52.063em) {
  section.testimonials h2 {
    margin-bottom: 3.5rem;
  }
}
section.testimonials section {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 52em) {
  section.testimonials section {
    text-align: center;
  }
}
section.testimonials li img {
  margin-bottom: 1rem;
}

section.testimonials .content {
  padding: 1.5rem 2rem;
}

section.faq {
  background: #fff;
  position: relative;
  z-index: 1;
  background: #ebebeb;
  padding: 3rem 0;
}

@media only screen and (min-width: 52.063em) {
  section.faq {
    text-align: center;
  }
}
section.faq h2 {
  margin-bottom: 2.5rem;
}

section.faq li button {
  background: #fff;
  color: #333333;
  width: 100%;
  padding: 1rem;
  border-radius: 0;
}

section.faq li button:hover {
  background: #297ac6;
  color: #fff;
}

@media screen and (max-width: 700px) {
  section.mainContent.ohd.orderDetails .ohd-gray table.ohd-table tbody tr.ohd-top-border td, section.mainContent.ohd.orderDetails .ohd-gray table.ohd-table tbody tr.ohd-top-border th {
    border-top: none;
  }
  section.mainContent.ohd.orderDetails .ohd-gray .row.flex-row {
    display: block;
  }
  section.mainContent.ohd.orderDetails .ohd-gray .row.flex-row .callout.secondary {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .top-section h2.newCustomer {
    font-size: 15pt;
  }
  .top-section h2.newCustomer #btnCreateAccount {
    font-size: 11pt;
  }
  .contactInfoForm .row div.label_field_pair label {
    width: 100%;
    text-align: left;
  }
  .slider-padding {
    padding: 0;
  }
  .slider-padding .panelHead h2 {
    text-align: center;
    font-size: 15px;
  }
  .slick-track li {
    font-size: smaller;
  }
}
@media screen and (max-width: 990px) {
  table.tipHelper tbody tr td {
    display: block;
  }
  .jobStatusCkbxs label {
    display: block;
  }
  .slick-prev, .slick-next {
    top: -40px;
  }
  .sliderContact {
    margin-bottom: 1em;
  }
  slick-list.draggable {
    padding: 0;
  }
  section .slider {
    padding: 0 0 3rem 0;
  }
  .slider-nav {
    display: block;
  }
  .slider-nav li {
    padding-bottom: 0.3em;
    border: none;
    display: inline-block;
  }
  .slider-nav li:before {
    display: none;
  }
  .slider-nav li.slick-slide.slick-active.slick-center {
    /*border-bottom: 3px solid $orange;*/
  }
  .slider-nav li.slick-slide.slick-active.slick-center:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 35%;
    width: 30%;
    border-bottom: 3px solid #f15228;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[id=Password].icon {
    padding-left: 2.5rem;
  }
  input[type=text], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, select {
    padding: 0.5rem;
  }
}
@-moz-document url-prefix() {
  input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, select {
    padding: 0.5rem;
  }
  input[id=Password].icon {
    padding-left: 2.5rem;
  }
  section.hero img.brand {
    margin-top: 0;
    margin-left: 0.5em;
  }
}
/* Internet Explorer 11+, Microsoft Edge Browser */
/* Put this code in external stylesheet: ie11up.css */
.passwordSent {
  background-color: #fff;
  color: #333;
  border-radius: 1em;
  display: none;
  padding: 1em;
}
.passwordSent a {
  color: #297ac6;
}
.passwordSent .fa-envelope {
  color: #297ac6;
}
.passwordSent .fa-times {
  float: right;
}

.changePassword input#Password {
  padding: 0.5rem;
}

.notificationPanel {
  color: black;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.notificationPanel .notificationLink {
  color: #68b6fe;
}
.notificationPanel p {
  margin-bottom: 0.2em;
}

.panel a.notificationLink {
  color: #68b6fe;
}

/*#cart-modal {
    overflow-y: scroll;
    max-height: 600px;
}*/
#myModal p {
  margin-bottom: 0.8em;
}

.fa-exclamation-triangle {
  color: red;
}

@media only screen and (max-width: 1200px) {
  footer .medium-push-6 ul li {
    width: 100%;
  }
  footer .medium-push-6 ul li a {
    line-height: 1.214286rem;
  }
  footer .social.text-right {
    text-align: center !important;
  }
  footer [class*=column] + [class*=column]:last-child {
    /*float: none;
    margin: auto;*/
  }
  footer .medium-pull-6, footer .medium-push-4, footer .medium-3 {
    width: 100%;
  }
  footer .logo {
    margin: 0 auto 2.5rem;
    display: block;
  }
}
@media only screen and (max-width: 1190px) {
  footer {
    padding: 2rem;
    text-align: center;
  }
  footer .medium-push-6 {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .medium-pull-6 {
    right: 0;
  }
  footer .medium-pull-6 .logo {
    padding-top: 0;
  }
  footer span.subtle {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    line-height: 0;
    padding-bottom: 2em;
  }
  footer ul {
    width: 100%;
    text-align: center;
    width: 100%;
  }
  footer ul li {
    margin-bottom: 0.5rem;
  }
  footer ul li a {
    font-size: 1.1428571429rem;
    text-transform: uppercase;
    margin: 0 1rem;
  }
  footer ul.social li a {
    line-height: 0.214286rem;
  }
  footer .social, footer .logo {
    padding-top: 0;
  }
}
/*General Styles*/
.blueBackgnd {
  background-color: #297ac6;
}

.callout.primary {
  background-color: #ebeff2;
  padding: 1em;
  margin-bottom: 2em;
  border: none;
}

.center {
  text-align: center;
}

.currentSubTotal {
  background-color: #297ac6;
  color: #fff;
  padding: 0.7em;
}

.checkoutCardType .fa-cc-visa {
  margin-left: 0.3em;
}
.checkoutCardType .fa {
  line-height: 0.7;
}
.checkoutCardType .fa:before {
  font-size: 0.7em;
}

.fullGreyBack {
  background-color: whitesmoke;
}
.fullGreyBack .panel {
  background-color: #fff;
  margin-bottom: 1em;
  color: #3e3e3e;
}

.large-centered {
  float: none;
}

.noBottomMar {
  margin-bottom: 0;
}

.noLeftMar {
  margin-left: 0;
}

.noRightMar {
  margin-right: 0;
}

.noLeftPad {
  padding-left: 0;
}

.noLR-pad {
  padding-left: 0;
  padding-right: 0;
}

.noRightPad {
  padding-right: 0;
}

.no-top-margin {
  margin-top: 0;
}

ul.noBullets {
  list-style-type: none;
  padding-left: 0;
}
ul.noBullets.noDecor li, ul.noBullets.noDecor a {
  text-decoration: none;
}

.orange {
  color: #f15228;
}

.offset-bottomTop-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.offset-right-1 {
  margin-right: 1em;
}

.offset-top-1 {
  margin-top: 1em;
}

.offset-top-1-5 {
  margin-top: 1.5em;
}

p.offset-top-half {
  margin-top: 0.5em;
}

.offset-top-2-lrg {
  margin-top: 2em;
}

p.offset-bottom-half {
  margin-bottom: 0.5em;
}

.offset-left-1, .inline.offset-left-1 {
  margin-left: 1em;
}

.offset-2-col {
  margin-left: 17.7%;
}

.postfixButton {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.reviewStarReviews {
  padding-left: 3em;
}

.relative {
  position: relative;
}

select, input, textarea {
  text-align: left !important;
}

.no-js {
  visibility: hidden;
  opacity: 0;
}

.js {
  visibility: visible;
  opacity: 1;
}

/* DATE PICKER */
div#ui-datepicker-div {
  background-color: white;
  z-index: 1000 !important;
}
div#ui-datepicker-div a.ui-datepicker-next.ui-corner-all {
  float: right;
  margin-right: 0.5em;
}
div#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all {
  float: left;
  margin-left: 0.5em;
}
div#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  color: #6a6a6a;
}
div#ui-datepicker-div td {
  background-color: #fff;
  border: 1px solid #dddddd;
}
div#ui-datepicker-div td.ui-datepicker-unselectable.ui-state-disabled {
  color: #b2b4b4;
  background-color: #ddd;
}
div#ui-datepicker-div table thead tr {
  color: #8a8a8a;
}
div#ui-datepicker-div .ui-datepicker-next:after {
  content: "\f054";
  font-family: fontawesome;
}
div#ui-datepicker-div .ui-datepicker-prev:before {
  content: "\f053";
  font-family: fontawesome;
}

.ui-icon.ui-icon-circle-triangle-e, .ui-icon.ui-icon-circle-triangle-w {
  display: none;
}

input.fa-sort.hasDatepicker:after {
  content: "\f057";
  font-family: fontawesome;
}

/* Icons */
.backIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f112";
}

.bulbIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f0eb";
  color: #f15228;
}

.downloadIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f019";
}

.faqIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f059";
  color: #f15228;
}

.helperIcon.blue:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f056";
  color: #f15228;
}

.hourIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f253";
}

.phoneIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f095";
  color: #f15228;
}

.phoneIcon {
  display: block;
}

.printIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f02f";
}

.trophyIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f091";
}

.mailIconWhite:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f003";
}

.mailIconOrange:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f0e0  ";
  color: #f15228;
}

.moneyIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f0d6";
  color: #f15228;
}

.next:after {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f054";
  margin-left: 0.5em;
}

.notificationIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f0f3";
  color: #f15228;
}

.mapPinIcon.blue:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f041";
}

.mapPinIcon.orange:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f041";
  color: #f15228;
}

.pieIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f200";
  color: #f15228;
}

.photoIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f03e";
  color: #f15228;
}

.warningIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f071";
  color: #f15228;
}

.worldIcon:before {
  font-family: fontAwesome;
  margin-right: 0.5em;
  text-decoration: none;
  content: "\f0ac";
  color: #f15228;
}

.bold, .total {
  font-weight: bold;
}

.block {
  display: block;
}
.block.signOutNavLnk {
  display: block !important;
}

.blueNav button .fa-bars, .home-search button .fa-bars {
  color: #fff;
}

.button.grayButton {
  background-color: silver;
  border-radius: 5px;
  color: #fff;
}

.contentImg {
  background-image: url("http://placehold.it/350x150");
  padding-left: 11em;
  padding-right: 20em;
}

/*Customer Service*/
h1 .fa-question-circle:before {
  color: #f15228;
}

.row.collapse.inlineLblSearch {
  margin-top: 2em;
}
.row.collapse.inlineLblSearch .small-4.columns {
  margin-top: 0.5em;
}
.row.collapse.inlineLblSearch .small-8.columns {
  padding-right: 0;
}

p.browse {
  margin-bottom: 0.5em;
  font-weight: bold;
}
p.browse + ul.inline {
  margin-left: 0;
  margin-bottom: 1em;
}
p.browse + ul.inline a:not(:first-of-type) {
  padding: 0 0.5em;
}

/*Customer Reviews */
.reviewInfo p, .reviewInfo a {
  color: #297ac6;
}

.reviewsHelperInfo p {
  margin-bottom: 1em;
}

section.reviewForm .fullGreyBack {
  font-weight: bold;
}
section.reviewForm .fullGreyBack p {
  padding-left: 2em;
}
section.reviewForm h2 {
  text-align: left;
}
section.reviewForm .reviewNotes h2 {
  margin-top: 2.4em;
}
section.reviewForm .reviewNotes .text-box {
  height: 200px;
}

/*End customer reviews*/
/*Review and Tipping*/
.star-rating {
  text-align: center;
}
.star-rating div {
  display: inline-block;
}
.star-rating .fa-star {
  margin: 0px;
}

.ratings {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #cacaca;
  margin-bottom: 20px;
  text-align: center;
}
.ratings legend.offset-right-1.left {
  width: 100%;
}

.ratingSelection .value .star {
  margin-left: 0px;
  margin-right: 0px;
}
.ratingSelection .value .star .fa-star {
  margin: 0px;
}

.fullGreyBack h2 {
  margin-top: 0.25rem;
  margin-bottom: 0.75em;
  font-weight: bold;
}

.reviewsHelperInfo {
  border: 1px solid #297ac6;
  padding-bottom: 15px;
}
.reviewsHelperInfo h2.blueBackgnd {
  color: white;
  text-align: center;
  margin-top: 0px;
  padding: 10px 0;
}
.reviewsHelperInfo h2.center {
  margin-bottom: 0.25rem;
}
.reviewsHelperInfo .fa-star {
  margin: 0px;
}

.providerProfile {
  border: 1px solid #cacaca;
  margin-bottom: 10px;
}

/*End Review and Tipping*/
blockquote.customerReviews {
  padding-left: 0.5em;
  background: #dddddd;
  font-style: normal;
  background: rgba(204, 204, 204, 0.19);
}
blockquote.customerReviews .fa-quote-left {
  font-size: 3em;
  position: absolute;
  top: -0.5em;
  color: rgba(255, 100, 24, 0.36);
}
blockquote.customerReviews > p {
  font-weight: bold;
  margin-bottom: 0.3em;
  overflow-wrap: break-word;
  margin-left: 3em;
}
blockquote.customerReviews .noBottomMar {
  font-weight: bold;
}

/* MOVERS*/
.lightPanel .provider {
  overflow: hidden;
}
.lightPanel .provider img {
  margin: auto;
  max-width: 215px;
  height: 150px;
}

/**
* Flexible multiline definition lists with 2 lines of CSS
*/
dl.inline dt, dl.inline dd {
  display: inline;
  margin: 0;
}
dl.inline dt {
  display: inline;
  margin-right: 1em;
}
dl.inline dt:before:first-child:before {
  content: "";
}
dl.inline dd {
  display: inline;
}
dl.inline dd:after {
  content: "\a";
  white-space: pre;
}
dl.inline.srvcDate dt, dl.inline.srvcDate dd {
  font-size: 11pt;
}
dl.inline.srvcDate dd:after {
  content: "";
  white-space: inherit;
}

.fa-star, .fa-star-half-o, .fa-star-o {
  display: inline;
  color: #f15228;
}

/* SECOND LOCATION STYLES */
.results.location-info {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}
.results.location-info .blue {
  margin-right: 0.3em;
}
.results.location-info form {
  margin-bottom: 0;
}
.results.location-info h1 {
  margin: 0;
}

.divider {
  position: relative;
  text-align: center;
}
.divider label.checkbox {
  margin-right: 0;
}
.divider label.checkbox > span {
  margin-right: 0;
}
.divider span.main-span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
.divider span.main-span:before, .divider span.main-span:after {
  content: "";
  display: block;
  width: 63%;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #fff;
}
.divider span.main-span:before {
  right: 99%;
}
.divider span.main-span:after {
  left: 99%;
}

.circle-location.address-details-location {
  display: inline;
}

h2.address-details {
  margin-bottom: 0;
  display: inline;
}

.location-2 {
  display: none;
  margin-top: 1em;
}

.mobile-circle {
  display: none;
}

.date-change {
  text-align: right;
}
.date-change .button.checkDate {
  margin: 0 0 2px 0;
}
.date-change input#date {
  width: 40%;
  margin-bottom: 0;
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ebeff2;
  text-align: center;
  position: relative;
}

span.location {
  text-align: center;
  background-color: #ebeff2;
  height: 70px;
  width: 70px;
  border-radius: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  font-weight: bold;
  margin-right: 0.5em;
}
span.location small {
  display: block;
  color: #3e3e3e;
}
span.location span.dynamic-location {
  color: #297ac6;
  font-size: 1.5em;
}
span.location + h1 {
  display: inline-flex;
  margin: 0.5em;
}

@media screen and (max-width: 500px) {
  .divider {
    padding: 1em 1em 1em 0;
    border: 1px solid;
    border-radius: 5px;
  }
  .divider span.main-span:before, .divider span.main-span:after {
    width: 0;
  }
  .results small {
    display: none;
  }
}
@media screen and (max-width: 833px) {
  .location-text span.blue {
    display: block;
  }
}
@media screen and (max-width: 1140px) {
  .date-change {
    margin-top: 1em;
    text-align: left;
  }
}
@media screen and (max-width: 1335px) {
  span.location span.dynamic-location {
    color: #297ac6;
    font-size: 1.5em;
  }
  span.location + h1 {
    display: inline-flex;
    margin: 0.5em;
  }
}
@media screen and (max-width: 1150px) {
  .circle-location {
    margin-right: 1em;
  }
}
@media screen and (max-width: 440px) { /* phone*/
  .available-date {
    color: #297ac6;
    display: block;
  }
  .circle-location {
    border-right: 1px solid #ebebeb;
    padding: 0 1em 1em 0;
  }
  .circle-location.address-details-location {
    border: none;
  }
  .date-change {
    width: 100%;
    margin-top: 1em;
    text-align: left;
    margin-top: 1em;
  }
  .date-change input#date {
    width: 57%;
  }
  .location-text h1 {
    font-size: 1.2em;
  }
  span.location {
    height: 50px;
    width: 50px;
    background-color: #f15228;
  }
  span.location span.dynamic-location {
    color: #fff;
  }
  span.location small.desktop-circle {
    display: none;
  }
  .mobile-circle {
    display: block;
  }
}
@media screen and (max-width: 409px) { /*smaller phone*/
  .date-change input#date {
    width: 50%;
  }
}
/* END SECOND LOCATION STYLES */
/*Form*/
.row.uboxRow {
  margin-top: 2em;
}

.row.signInRow + .uboxRow {
  margin-top: 0;
}

.top-section, .realTimeReviews {
  padding-top: 2em;
}
.top-section section h2, .top-section section h3, .realTimeReviews section h2, .realTimeReviews section h3 {
  color: #fff;
}
.top-section section .panel, .realTimeReviews section .panel {
  max-width: 54rem;
  margin: 8rem 0;
}
.top-section section .panel a.forgot-pass-link:hover, .realTimeReviews section .panel a.forgot-pass-link:hover {
  color: #f15228 !important;
}
.top-section section .panel.existingCustomerPanel, .realTimeReviews section .panel.existingCustomerPanel {
  max-width: 68rem;
}
.top-section section .panel.existingCustomerPanel h1, .realTimeReviews section .panel.existingCustomerPanel h1 {
  text-align: center;
  color: #fff;
}
.top-section section .panel form, .realTimeReviews section .panel form {
  text-align: left;
}
.top-section section .panel form a.existingCustomer, .realTimeReviews section .panel form a.existingCustomer {
  background-color: #fff;
  color: #297ac6;
  height: 1.7em;
  font-size: 1.3em;
  text-align: right;
  position: absolute;
  left: 1.7em;
  text-align: center;
  padding-top: 0.1em;
}
.top-section section .panel form .ubox-icon, .realTimeReviews section .panel form .ubox-icon {
  float: left;
  position: absolute;
}
.top-section section .panel form a.next, .realTimeReviews section .panel form a.next {
  display: block;
}
.top-section section .panel form a.next.signIn, .realTimeReviews section .panel form a.next.signIn {
  margin-left: 0.8em;
  margin-top: 0.9em;
}
.top-section section .panel form a.next.signIn:hover, .realTimeReviews section .panel form a.next.signIn:hover {
  color: #fff;
}
.top-section section .panel form a.next.forgotPass, .realTimeReviews section .panel form a.next.forgotPass {
  display: inline;
  margin-left: 0.5em;
}
.top-section section .panel form a.next.existingCustomer, .realTimeReviews section .panel form a.next.existingCustomer {
  height: 1.7em;
  font-size: 1.3em;
  text-align: right;
  position: absolute;
  left: 1.7em;
  padding-top: 0.1em;
}
.top-section section .panel form a.next .ubox-icon, .realTimeReviews section .panel form a.next .ubox-icon {
  float: left;
  position: absolute;
}
.top-section section .panel form label, .realTimeReviews section .panel form label {
  color: #fff;
  text-align: left;
  font-size: 11pt;
  text-transform: none;
}
.top-section section .panel form small, .realTimeReviews section .panel form small {
  color: #fff;
}
@media screen and (max-width: 400px) {
  .top-section section .panel form .small-6, .realTimeReviews section .panel form .small-6 {
    width: 100%;
  }
}

.realTimeReviews {
  height: 27em;
  text-align: center;
  padding-top: 0;
  margin-top: 2em;
}
.realTimeReviews h3 {
  color: #fff;
  margin-top: 4em;
  font-size: 1.8em;
}
.realTimeReviews hr {
  border-bottom: 2px solid #fff;
  margin: 0 0 1.2142857143rem;
}
.realTimeReviews .panel {
  margin: 0 0 0 2em;
}
.realTimeReviews .RTRbannerTxt {
  max-width: 53%;
  margin: auto;
  color: #fff;
}

.customerReviewsHomepage {
  margin-top: -6em;
  background: rgba(249, 251, 250, 0.79);
  position: relative;
  border-left: none;
  padding: 2em;
  font-style: normal;
  background: rgba(249, 251, 250, 0.79);
}
.customerReviewsHomepage > p {
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-left: 2em;
}
.customerReviewsHomepage span, .customerReviewsHomepage .reviewInfo {
  margin-left: 2em;
}
.customerReviewsHomepage .noBottomMar {
  font-weight: bold;
}

blockquote img {
  height: 40px;
  top: 0.5em;
  position: absolute;
  left: 0.5em;
}

/*Modals*/
@media only screen and (max-width: 840px) {
  #privacymodal.reveal {
    width: 320px !important;
    padding-top: 30px !important;
    height: unset !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 240px !important;
    max-height: 360px !important;
  }
  #privacymodal.reveal a.close-button, #privacymodal.reveal .agreement-close {
    margin-top: 4px;
    right: 8px;
  }
}
#privacymodal {
  width: 600px !important;
}

.reveal {
  width: unset !important;
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  color: #7F7F7F;
  padding: 1em;
  border: 2px solid #ccc;
  overflow-y: visible;
  -webkit-box-shadow: 0 1px 5px #333;
  z-index: 101;
}
.reveal a.close-button, .reveal .agreement-close {
  cursor: pointer;
  float: right;
  background-color: transparent;
  color: #297ac6;
  text-decoration: none;
  position: relative;
  font-size: 2em;
  -webkit-appearance: none;
  position: absolute;
  color: #297ac6 !important;
  margin-top: 2px;
  right: 8px;
  top: 0px;
}
.reveal a.close-button.top-auto, .reveal .agreement-close.top-auto {
  top: auto;
}
.reveal a.close-button.agreement-close, .reveal .agreement-close.agreement-close {
  font-size: 2em;
  margin-top: -12px !important;
  margin-right: -24px;
}
.reveal a.close-button:hover, .reveal a.close-button :active, .reveal a.close-button :focus, .reveal .agreement-close:hover, .reveal .agreement-close :active, .reveal .agreement-close :focus {
  outline: 0;
  outline: none;
}

@media only screen and (max-width: 840px) {
  .reveal .agreement-close {
    right: 4px;
  }
  .reveal a.close-button {
    right: 6px !important;
    top: 4px !important;
  }
}
/* PHOTOS*/
.imageSlider {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.imageSlider .imageSingle {
  flex: 0 0 33.3333%;
  width: 33.33333%;
  padding: 0.5rem;
  margin: 0;
}
.imageSlider img {
  max-height: auto;
  width: auto;
  margin: 0 auto 1em;
}

/*Panels and Sidebars */
.contentPanel .next {
  display: block;
}

section.contentPanel.hoursEst {
  margin-bottom: 1em;
}

.panelHead {
  text-align: left;
  background-color: #297ac6;
}
.panelHead h2, .panelHead h3 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 0.2em;
  padding-left: 1em;
  margin-bottom: 0;
}
.panelHead + .panel {
  color: #3e3e3e;
}

.subPanelHead {
  background-color: #297ac6;
}
.subPanelHead h3 {
  color: #fff;
  text-align: left;
  padding: 0.3em;
  padding-left: 1em;
  margin-bottom: 0;
}

.authorizedProvider, .notAuthorizedProvider {
  background-color: #297ac6;
  padding: 1em;
  color: #fff;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.authorizedProvider p, .notAuthorizedProvider p {
  margin-bottom: 0.5em;
}

.lightPanel {
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #ECF0F1;
}
.lightPanel .notAuthorizedProvider {
  visibility: hidden;
}
.lightPanel p {
  margin-bottom: 0.3em;
  font-size: 12px;
}
.lightPanel .quote {
  font-size: 15pt;
}
.lightPanel h4 {
  overflow: hidden;
  /*max-width: 277px;*/
  font-weight: bold;
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.6em;
  height: 2.6em;
}
.lightPanel img {
  display: block;
  margin: auto;
}
.lightPanel.newMover {
  text-align: left;
  padding: 18% 1em 1em;
}
.lightPanel.availabilityPanel {
  border-color: #04548F;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.lightPanel.availabilityPanel h4 {
  height: auto;
  min-height: 0;
}
.lightPanel.availabilityPanel label.radio {
  padding-left: 1.7rem;
}
.lightPanel.availabilityPanel fieldset {
  margin-top: 2.1rem;
}
@media screen and (max-width: 1023px) {
  .lightPanel.availabilityPanel fieldset {
    margin-top: 0;
  }
}
.lightPanel.availabilityPanel label.datepicker {
  position: relative;
  display: block;
}
.lightPanel.availabilityPanel label.datepicker:after {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  color: #297ac6;
}
.lightPanel.availabilityPanel select {
  margin-top: 0.1em;
}
.lightPanel.availabilityPanel button {
  margin-top: 1.6rem;
}
.lightPanel .provider {
  padding: 0 1em 1em;
  text-align: center;
}
.lightPanel .provider button.block {
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
.lightPanel .provider button.block .fa-quote-left {
  font-size: 4em;
  position: absolute;
  top: 0;
  left: 0.5em;
  color: rgba(255, 100, 24, 0.36);
}
.lightPanel.sort-filter {
  padding: 0 1rem;
}
.lightPanel.sort-filter h4 {
  height: auto;
  min-height: 0;
}
.lightPanel.sort-filter label {
  display: block;
}
.lightPanel.sort-filter label input, .lightPanel.sort-filter label select {
  margin-top: 0;
}
.lightPanel.sort-filter label.datepicker {
  position: relative;
  display: block;
}
.lightPanel.sort-filter label.datepicker:after {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  color: #297ac6;
}
.lightPanel.sort-filter .fa.fa-info-circle {
  float: right;
  color: #04548F;
}
.lightPanel.sort-filter button {
  display: block;
  width: 100%;
  margin: 1rem 0;
}

.main {
  padding: 2em;
}

.sidebarArrowTop {
  position: relative;
  background-color: #04548F;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 1em;
}
.sidebarArrowTop .triangle {
  box-sizing: content-box;
  width: 50%;
  height: 0;
  padding-left: 50%;
  padding-top: 10%;
  overflow: hidden;
  position: absolute;
}
.sidebarArrowTop .triangle div {
  width: 0;
  height: 0;
  margin-left: -1000px;
  margin-top: -100px;
  border-left: 1000px solid transparent;
  border-right: 1000px solid transparent;
  border-top: 100px solid #04548F;
}
.sidebarArrowTop p {
  margin-bottom: 0;
  padding: 0 1.5em;
}

a[href^=tel] {
  text-decoration: none;
}

.smaller {
  font-size: 11pt;
}

.bold {
  font-weight: bold;
}
.bold.darkGreyTxt {
  color: #565656;
}

legend {
  font-weight: bold;
}

table {
  width: 100%;
}

.panel .homePageButtons button.button.fullWidth {
  margin-bottom: 0;
}

.button, input[type=submit], input.orange {
  font-family: "Open Sans", sans-serif;
  background-color: #f15228;
  padding: 0.75rem 2.75rem;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 1em;
  margin: 1em 0;
  text-align: center;
}
.button.existing-ubox-btn, input[type=submit].existing-ubox-btn, input.orange.existing-ubox-btn {
  background-color: #b3b3b3;
}
.button.noTopMargin, input[type=submit].noTopMargin, input.orange.noTopMargin {
  margin-top: 0;
}
.button.checkDate, input[type=submit].checkDate, input.orange.checkDate {
  margin-top: 0.8em;
}
.button.bookNowBtn, input[type=submit].bookNowBtn, input.orange.bookNowBtn {
  padding: 0.5em 1em;
}
.button:hover, input[type=submit]:hover, input.orange:hover {
  background-color: #FF915C;
}
.button.offsetButton, input[type=submit].offsetButton, input.orange.offsetButton {
  margin-top: 1.7em;
}

.offsetButton {
  margin-top: 1.7em;
}

table tbody td.btnAddtoCalendar {
  padding-top: 0 !important;
}

input.button.btnCalendar {
  margin-top: 0 !important;
}

input[type=text]:focus {
  border: 2px solid #70B9FC;
  outline: none;
  background: #fff;
}

p {
  line-height: 1.2;
}

select {
  display: block;
  margin-top: 0;
}

fieldset {
  border: none;
  width: 100%;
  margin-bottom: 1em;
}

form label input[type=text], form label input[type=password], form label input[type=url], form label input[type=email], form label input[type=date], form label input[type=datetime-local], form label input[type=tel], form label textarea {
  margin-top: 0.35714em;
}

.hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

.hidden {
  visibility: hidden;
}

.inline {
  display: inline;
}
.inline + dd {
  display: inline;
}
.inline li {
  display: inline;
}

dl.inline dt {
  margin-right: 1em;
}
dl.inline dt:first-child:before {
  content: "";
}

dl.split {
  overflow: hidden;
}
dl.split dd, dl.split dt {
  float: left;
  width: 50%;
}
dl.split dt {
  clear: left;
}

.add:before {
  content: "\f0fe";
  font-family: fontawesome;
  margin-right: 0.5em;
}

a.back:before {
  content: "\f053";
  font-family: fontawesome;
  margin-right: 0.5em;
}

.delete:before {
  content: "\f1f8";
  font-family: fontawesome;
  margin-right: 0.5em;
}

.edit:before {
  content: "\f044";
  font-family: fontawesome;
  margin-right: 0.5em;
}

.fa-spinner, .fa-spin {
  font-size: 30px;
  color: orange;
}

.fa-archive {
  font-size: 24px;
}

.link_pdf:before {
  content: "\f1c1";
  font-family: fontawesome;
  margin-right: 0.5em;
}

.link_zip:before {
  content: "\f1c6";
  font-family: fontawesome;
  margin-right: 0.5em;
}

.link_video:before {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f008";
}

.view:before {
  color: green;
  content: "\f06e";
  font-family: fontawesome;
  margin-right: 0.5em;
}

.password:before {
  content: "\f023";
  font-family: fontawesome;
  margin-right: 0.5em;
  padding-left: 0.5em;
}

.password-reset-message .notification.alert {
  border: none;
  color: #333;
  text-align: left;
  background-color: transparent;
}

input[id=Password].icon {
  padding-left: 2.5rem;
}

.previous:before {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f190";
}

.offset-bottom-1 {
  margin-bottom: 1em;
}

.offset-bottom-2 {
  margin-bottom: 2em;
}

.offset-left-1 {
  margin-left: 1em;
}

.offset-left-2 {
  margin-left: 2em;
}

.offset-top-2 {
  margin-top: 2em !important;
}

.offset-top-2-5 {
  margin-top: 2.5em;
}

ul.list-columns, ul.list-columns.bullets {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
}
ul.list-columns li, ul.list-columns.bullets li {
  margin-top: 0;
}

.noTopMargin {
  margin-top: 0;
}

a.cancel + .button {
  margin-left: 0.5em;
}

.button + a.cancel {
  margin-right: 0.5em;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #3e3e3e !important;
}

/* Address autofill hack - Bing Maps keeps adding transparency to the textbox that is being used for text - it must continue to be white */
.autosuggestAddress {
  background-color: #fff !important;
}

/*Messages and alerts*/
.message {
  border-style: solid;
  border-width: 1px;
  border-color: #e8e2c8;
  margin-bottom: 1.42857em;
  padding: 1em;
  background: #f7f5ec;
  border-radius: 0.5em;
}
.message h3:before {
  font-family: "FontAwesome";
  content: "\f0a1";
  color: #ef6534;
  margin-right: 0.5em;
}
.message.success {
  background: #dff0d9;
  border-color: #bfe1b4;
}
.message.success h3:before {
  content: "\f164";
}
.message.success h3, .message.success h3:before, .message.success a, .message.success a:link, .message.success a:visited {
  color: #2a9a04;
}
.message.warning, .message.notice {
  background: #fef5d7;
  border-color: #fcde77;
}
.message.warning h3:before, .message.notice h3:before {
  content: "\f071";
}
.message.warning h3, .message.warning h3:before, .message.warning a, .message.warning a:link, .message.warning a:visited, .message.notice h3, .message.notice h3:before, .message.notice a, .message.notice a:link, .message.notice a:visited {
  color: #f15228;
}
.message.notice h3:before {
  content: "\f0eb";
}
.message.error {
  background: #f5dede;
  border-color: #e7afaf;
}
.message.error h3:before {
  content: "\f057";
  color: #B40404;
}
.message.error h3, .message.error h3:before, .message.error a, .message.error a:link, .message.error a:visited {
  color: #B40404;
}
.message h3:before {
  font-family: "FontAwesome";
  content: "\f0a1";
  color: #f15228;
  margin-right: 0.5em;
}
.message ul, .message ol {
  margin-left: 0;
}
.message a, .message a:link, .message a:visited {
  color: #f15228;
}

.note {
  color: #f15228;
}
.note:before {
  color: orange;
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f0eb";
}

/*End Messages and alerts*/
/* Order Confirmation */
.servAddress {
  margin-left: 0.5em;
}

div.label_field_pair {
  clear: both;
  float: none;
}
div.label_field_pair .addressFieldset {
  margin-top: 0.5em;
}
div.label_field_pair .addressFieldset .addressType {
  text-align: left;
}
div.label_field_pair .addressFieldset label:first-of-type {
  margin-right: 1em;
}
div.label_field_pair.checkoutCardType select, div.label_field_pair.lblExYear select, div.label_field_pair.lblExMonth select {
  width: 40%;
  text-align: left;
}
div.label_field_pair .offset-left-7 {
  margin-left: 7em;
}
div.label_field_pair label:not(.addressType), div.label_field_pair select, div.label_field_pair textarea {
  clear: left;
  display: block;
  float: left;
  text-align: right;
  width: 27%;
}
div.label_field_pair label:not(.addressType).large, div.label_field_pair label:not(.addressType).small, div.label_field_pair select.large, div.label_field_pair select.small, div.label_field_pair textarea.large, div.label_field_pair textarea.small {
  width: 27%;
}
div.label_field_pair label:not(.addressType).medium, div.label_field_pair select.medium, div.label_field_pair textarea.medium {
  width: 50%;
}
div.label_field_pair label {
  margin-right: 0;
  margin-top: 0.5em;
}
div.label_field_pair input, div.label_field_pair select, div.label_field_pair textarea, div.label_field_pair fieldset {
  clear: right;
  float: left;
  margin-left: 10px;
  width: 65%;
}
div.label_field_pair input.medium, div.label_field_pair input#AlternatePhone_PhoneNumber, div.label_field_pair select.medium, div.label_field_pair select#AlternatePhone_PhoneNumber, div.label_field_pair textarea.medium, div.label_field_pair textarea#AlternatePhone_PhoneNumber, div.label_field_pair fieldset.medium, div.label_field_pair fieldset#AlternatePhone_PhoneNumber {
  width: 50%;
}
div.label_field_pair input.small, div.label_field_pair select.small, div.label_field_pair textarea.small, div.label_field_pair fieldset.small {
  width: 20%;
}
div.label_field_pair tr.pricing td {
  padding-bottom: 1.4em;
}
div.label_field_pair span.field-validation-error {
  display: block;
  margin-left: 29%;
  color: #cf2a0e;
  background-color: transparent;
  padding-bottom: 0;
}

.checkoutLbl_pairs .label_field_pair label {
  margin-top: 0;
}

span.field-validation-error {
  color: #cf2a0e;
  background-color: transparent;
  padding-bottom: 0;
}

.order-gray span.field-validation-error, .fullGreyBack span.field-validation-error {
  display: block;
  color: #cf2a0e;
  background-color: transparent;
}

.contactUsQstns label, .contactUsQstns .fullGreyBack span.field-validation-error {
  display: inline;
}

.summary-wrapper span.location {
  margin-top: 3em;
}
.summary-wrapper .servAddress-dl dt {
  font-weight: bold;
}
.summary-wrapper .servAddress-dl dt, .summary-wrapper .servAddress-dl dd {
  display: inline;
}

@media screen and (max-width: 500px) {
  .mobileFullWidth {
    width: 100%;
  }
  .inlineLblSearch .mobileFullWidth .small-8.inlineInput {
    padding: 0;
  }
  .inlineLblSearch .mobileFullWidth button.button.postfix.radius.submit-button {
    margin-top: 0;
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
  }
}
@media screen and (max-width: 1085px) {
  .summary-wrapper .medium-11 {
    width: 89.666667%;
    float: right;
  }
}
@media screen and (max-width: 888px) {
  .summary-wrapper .medium-11 {
    width: 86.666667%;
    float: right;
  }
}
@media screen and (max-width: 1029px) {
  .checkoutLbl_pairs div.label_field_pair span.field-validation-error {
    margin-left: 32%;
  }
}
.paymentHead2 {
  display: none;
}

.orderDetails hr {
  margin: 0.5em;
}

/* Sub Navigation */
ul.subnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #04548F;
}

.subnav li {
  float: left;
}
.subnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 9px 16px;
  text-decoration: none;
  height: 2.84rem;
}
.subnav li a:hover {
  background-color: #f15228;
}
.subnav li a.active {
  border-bottom: 3px solid #f15228;
}

/*Inputs/Form  elements*/
input[type=text].numbRings {
  width: 7%;
  margin-right: 0.4em;
}

.postfixBtn input[type=submit] {
  background-color: transparent;
  color: #fff;
  padding: 0;
  margin-top: 0.8em;
  margin-top: 0;
}

input[type=radio]:checked + label:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #888986;
}

input[type=radio] ~ span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  z-index: 4;
  margin: auto;
  border-radius: 35.71429rem;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -ms-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

input[type=radio] ~ span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -ms-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  -o-box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  box-shadow: inset 0 0 6px -2px rgba(50, 50, 50, 0.25);
  border: 1px solid #bbb;
  border-radius: 35.71429rem;
}

input[type=radio]:checked ~ span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #aabd5f;
}

.sortBySelect label {
  width: 20%;
}
@media screen and (max-width: 61.0625em) {
  .sortBySelect label {
    width: 30%;
  }
}
.sortBySelect select {
  width: 48%;
  display: inline;
}
@media screen and (max-width: 61.0625em) {
  .sortBySelect select {
    width: 60%;
  }
}

/*end inputs*/
@media screen and (max-width: 35em) {
  .smaller-12-button, .full-width-600 {
    width: 100%;
  }
}
@media screen and (max-width: 33.3125em) {
  ul.subnav.custService li {
    display: block;
    float: none;
  }
  ul.subnav.custService li a.active {
    background-color: #f15228;
  }
  .smaller-12 {
    width: 100%;
  }
  .realTimeReviews .offset-top-2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 31.5em) { /*about 500px*/
  .button.noTopMargin, input[type=submit].noTopMargin, input.orange.noTopMargin {
    margin-top: 1em;
    width: 100%;
    text-align: center !important;
  }
  .top-section section h2 {
    font-size: 17pt;
  }
  .top-section section h3 {
    font-size: 14pt;
  }
}
@media screen and (max-width: 25.5em) {
  .top-section section h2 {
    font-size: 14pt;
  }
  .top-section section h3 {
    font-size: 12pt;
  }
}
@media screen and (max-width: 63.0625em) {
  .chckOutNote {
    margin-top: 2em;
  }
  .realTimeReviews h3 {
    margin-top: 2em;
  }
}
@media screen and (max-width: 56.6875em) {
  .row.collapse.inlineLblSearch {
    margin-top: 0;
  }
}
@media only screen and (max-device-width: 1024px) {
  .mainContent.faqContent .large-7, .mainContent.faqContent .large-5 {
    width: 100%;
  }
  .mainContent.faqContent .large-7 .inlineLblSearch button.button.submit-button, .mainContent.faqContent .large-5 .inlineLblSearch button.button.submit-button {
    margin-top: 2em;
  }
}
@media screen and (max-width: 633px) {
  .mobile-circle-address, .address-details-mobile {
    width: 100%;
  }
  .top-section section .panel header h2 {
    font-size: 20pt;
  }
}
@media screen and (max-width: 525px) {
  h1 span.registered-trademark, h2 span.registered-trademark, h3 span.registered-trademark {
    font-size: 7pt;
  }
  .top-section section .panel header h2 {
    font-size: 16pt;
  }
}
@media screen and (min-width: 633px) and (max-width: 1133px) {
  div.label_field_pair span.field-validation-error {
    margin-left: 33%;
  }
}
#divTermAndCondition {
  overflow: auto;
  height: 700px;
}

@media screen and (max-width: 52.0625em) {
  .inlineLblSearch button.button.submit-button {
    margin-top: 2em;
  }
  .reveal#cart-modal, .reveal#modal-termAndCondition {
    top: 0;
    width: 85%;
    max-width: none;
    height: auto;
    /*min-height: 0;*/
    border: 0;
    border-radius: 0;
    bottom: 1em;
    overflow-y: scroll;
  }
  .reveal#cart-modal #divTermAndCondition, .reveal#modal-termAndCondition #divTermAndCondition {
    height: 100%;
  }
}
@media screen and (max-width: 52.0625em) and (max-width: 52.0625em) {
  #modal-termAndCondition {
    padding-top: 30px !important;
    height: calc(100vh - 100px) !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-height: unset;
    max-height: unset;
  }
}
@media screen and (max-width: 52.0625em) {
  .reveal {
    /*min-height: 95%;*/
    top: 0px;
  }
}
@media screen and (max-width: 52.0625em) {
  #hoursEstimateCalculatorModal {
    margin: 15px;
  }
}
@media screen and (max-width: 52.0625em) {
  .hoursEst h2 {
    margin-bottom: 0;
  }
  .hoursEst .lightPanel .provider {
    padding-bottom: 0.5em;
  }
  .hoursEst .calcCollapse {
    display: none;
  }
}
@media screen and (max-width: 52.0625em) {
  .calcCollapse {
    display: none;
  }
}
@media screen and (max-width: 52.0625em) {
  .calcID.expand, .calcID.expanded {
    display: inline;
  }
}
@media screen and (max-width: 52.0625em) {
  input#date {
    width: 61%;
  }
}
@media screen and (max-width: 52.0625em) {
  .aboutUsImgContainer {
    margin-top: 2em;
  }
}
@media screen and (max-width: 52.0625em) {
  .navbar li.user {
    padding-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 52.0625em) {
  .calculated-rate {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 52.0625em) {
  .offset-top-2-lrg {
    margin-top: 0;
  }
}
@media screen and (max-width: 52.0625em) {
  .fullGreyBack {
    padding-bottom: 2em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 52.0625em) {
  .lblSmall-bottom-margin {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 52.0625em) {
  .rcpt-lineitems td {
    padding: 0 0 1em 0;
  }
}
@media screen and (max-width: 52.0625em) {
  tr.rcpt-grandtotal.totalPaid td {
    padding: 0.5em;
  }
}
@media screen and (max-width: 52.0625em) {
  .panel-right-border {
    display: none;
  }
}
@media screen and (max-width: 52.0625em) {
  .paymentBody {
    padding-top: 1em;
  }
}
@media screen and (max-width: 52.0625em) {
  .paymentHead2 {
    display: block;
    background-color: #fff;
  }
  .paymentHead2 h2 {
    padding: 0.5em 0 0 1em;
  }
}
@media screen and (max-width: 52.0625em) {
  .paymentHead {
    display: none;
  }
}
@media screen and (max-width: 52.0625em) {
  .rightVr {
    border: none;
  }
}
@media screen and (max-width: 52.0625em) {
  .rcpt-lineitems tr:not(.total) td {
    width: 50%;
    display: inline-block;
  }
  .rcpt-lineitems tr:not(.total) td .rcpt-grandtotal.totalPaid td {
    width: 100%;
  }
}
@media screen and (max-width: 52.0625em) {
  .realTimeReviews {
    background-image: none;
    background: rgba(0, 0, 0, 0);
  }
  .realTimeReviews h3 {
    font-size: 1.5em;
    font-weight: bold;
  }
  .realTimeReviews h3, .realTimeReviews .RTRbannerTxt {
    color: #3e3e3e;
  }
  .realTimeReviews .RTRbannerTxt {
    max-width: 80%;
    line-height: 2;
  }
}
@media screen and (max-width: 52.0625em) {
  .RTRpanel .offset-top-2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 52.0625em) {
  .navbar li.user {
    background: #297ac6;
    color: #fff;
  }
}
@media screen and (max-width: 52.0625em) {
  .navbar div.logo img.desktop {
    display: none;
  }
  .navbar div.logo img.mobile {
    display: inline-block;
  }
}
@media screen and (max-width: 52.0625em) {
  .top-section section .panel {
    background-color: transparent;
    margin: 2rem 0;
    border-radius: 0 0.375rem 0.375rem 0;
  }
  .top-section section .panel h2 {
    font-size: 24pt;
  }
  .top-section section .panel .medium-push-6, .top-section section .panel .medium-pull-6 {
    left: 0;
  }
  .top-section section .panel .medium-push-6 button.button, .top-section section .panel .medium-pull-6 button.button {
    width: 100%;
  }
  .top-section section .panel a.existingCustomer.next {
    float: right;
  }
  .top-section section .panel a.next.signIn {
    width: 100%;
    text-align: right;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .top-section section .panel a.next.signIn:hover {
    color: #fff;
  }
}
@media screen and (max-width: 650px) {
  .rcpt-lineitems tr.price td:nth-of-type(2) {
    text-align: right;
    width: 20%;
  }
}
@media screen and (max-width: 542px) {
  .slick-prev, .slick-next {
    top: 19px;
  }
  .slider-nav.slick-initialized.slick-slider {
    padding: 0;
    font-size: 10pt;
  }
}
@media screen and (max-width: 46.25em) {
  .rcpt-lineitems tr:not(.total) td {
    width: 100%;
    display: inline-block;
  }
  .rcpt-lineitems tr:not(.total) td label {
    color: #3e3e3e;
  }
  .rcpt-lineitems tr.price td {
    display: inline;
    width: 50%;
  }
  .rcpt-lineitems tr.price td:nth-of-type(2) {
    text-align: right;
  }
  table.rcpt-lineitems tr.fullWidthBlueHr td {
    padding-top: 0;
  }
  table.rcpt-lineitems .pricing:after {
    content: "Pricing";
    font-weight: bold;
    font-size: 14pt;
    display: block;
  }
  .pricingHeader {
    display: none;
  }
  .total td:first-of-type {
    font-weight: normal;
  }
}
@media screen and (max-width: 450px) {
  .top-section h2.newCustomer #btnCreateAccount {
    display: block;
  }
  .top-section section .panel header h2 {
    font-size: 15pt;
  }
}
@media screen and (max-width: 400px) {
  .top-section section .panel header h2 {
    font-size: 15pt;
  }
}
@media screen and (max-width: 350px) {
  .top-section section .panel header h2 {
    font-size: 11pt;
  }
}
@media screen and (max-width: 1063px) {
  section.contentPanel {
    margin: 0 0 1.5em 0;
  }
}
/* ORDER DETAILS*/
.aboutUsImgContainer {
  overflow: hidden;
}
.aboutUsImgContainer img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin-top: 1em;
}

.ohd .callout.secondary {
  background-color: #fff;
  padding: 40px;
}
.ohd .callout {
  border: none;
}
.ohd h2 {
  text-align: left;
  font-size: 20px;
}
.ohd h2 label {
  font-weight: bold;
  display: inline;
  font-size: 20px;
}
.ohd h3 {
  color: #f15228;
  font-weight: bold;
  text-align: center;
}
.ohd h3 + hr:first-of-type {
  border: none;
  border-bottom: 2px solid #297ac6;
}
.ohd .text-center {
  text-align: center;
}
.ohd table th {
  padding: 1rem 0.625rem 0.625rem;
}
.ohd table thead {
  border-bottom: 1px solid #b3b3b3;
}
.ohd table thead td {
  font-weight: normal;
}
.ohd table tr th {
  font-weight: normal;
}
.ohd .ohd-gray {
  background-color: whitesmoke;
  padding-top: 2%;
  padding-bottom: 2%;
}
.ohd .ohd-top-border td, .ohd .ohd-top-border th {
  border-top: 1px solid #333;
}
.ohd ul.link-group {
  list-style: none;
  margin: 0;
}
.ohd ul.link-group li {
  margin: 0;
  margin-left: 3px;
  margin-right: 3px;
  display: inline;
}
.ohd ul.link-group li:after {
  content: "|";
  margin-left: 5px;
}
.ohd ul.link-group li:last-child:after {
  content: "";
  margin: 0;
}
.ohd .row.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ohd .row.flex-row .callout {
  padding: 5px;
  height: 415px;
  flex: 1;
}
.ohd .ohd-table {
  table-layout: fixed;
  border-collapse: collapse;
}
.ohd .ohd-table tbody {
  display: block;
  width: 100%;
  overflow-x: hidden;
  height: 315px;
}
.ohd .ohd-table tfoot tr {
  display: table;
  width: 100%;
}
.ohd .ohd-table td {
  text-align: right;
}
.ohd .ohd-table td > table thead {
  border-bottom: none;
}
.ohd .ohd-table td > table thead th:first-of-type {
  padding-left: 0;
}
.ohd .ohd-table td tbody tr td {
  padding-left: 0;
}
.ohd .ohd-table td .handlingFeeTd {
  background-color: #f1f1f1;
  text-align: left;
  padding: 0;
}
.ohd .ohd-table td .handlingFeeTh {
  text-align: right;
  padding-right: 0;
}
.ohd .ohd-table th {
  text-align: left;
}

@media screen and (max-width: 67.5em) {
  div.label_field_pair {
    clear: both;
    float: none;
  }
  div.label_field_pair .field-validation-error {
    color: #cf2a0e;
    background-color: transparent;
  }
  div.label_field_pair label:not(.addressType) {
    clear: left;
    display: block;
    float: left;
    text-align: right;
    width: 30%;
  }
  div.label_field_pair label:not(.addressType).large, div.label_field_pair label:not(.addressType).small {
    width: 30%;
  }
  div.label_field_pair input {
    clear: right;
    float: left;
    margin-left: 10px;
    width: 65%;
  }
  div.label_field_pair input.medium, div.label_field_pair input#AlternatePhone_PhoneNumber {
    width: 50%;
  }
  div.label_field_pair input.small {
    width: 20%;
  }
}
@media screen and (max-width: 39.375em) {
  .addressFieldset .radio.addressType {
    margin-bottom: 0.5em;
  }
  .checkoutCardType .fa-cc-visa {
    margin-left: 0;
  }
  dl.inline.servAddress {
    margin-left: 0;
  }
  dl.inline.servAddress dd {
    display: block;
  }
  .top-section h2 section {
    font-size: 22pt;
  }
  div.label_field_pair span.field-validation-error {
    margin-left: 0;
  }
  .order-gray.checkoutLbl_pairs div.label_field_pair label {
    text-align: left;
    width: 100%;
  }
  .checkoutLbl_pairs div.label_field_pair span.field-validation-error {
    margin-left: 0;
    display: inline;
    float: right;
    color: #cf2a0e;
  }
  #DetailsOfMove {
    width: 100%;
    margin-left: 0;
  }
  .fullGreyBack div.label_field_pair, .order-gray div.label_field_pair {
    clear: both;
    float: none;
  }
  .fullGreyBack div.label_field_pair.checkoutCardType select, .fullGreyBack div.label_field_pair.lblExYear select, .fullGreyBack div.label_field_pair.lblExMonth select, .fullGreyBack div.label_field_pair input#CardSecurityCode, .order-gray div.label_field_pair.checkoutCardType select, .order-gray div.label_field_pair.lblExYear select, .order-gray div.label_field_pair.lblExMonth select, .order-gray div.label_field_pair input#CardSecurityCode {
    width: 100% !important;
  }
  .fullGreyBack div.label_field_pair label, .order-gray div.label_field_pair label {
    clear: left;
    display: block;
    float: none;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .fullGreyBack div.label_field_pair label.large, .fullGreyBack div.label_field_pair label.small, .order-gray div.label_field_pair label.large, .order-gray div.label_field_pair label.small {
    width: 100%;
  }
  .fullGreyBack div.label_field_pair input, .fullGreyBack div.label_field_pair select, .order-gray div.label_field_pair input, .order-gray div.label_field_pair select {
    clear: right;
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .fullGreyBack div.label_field_pair input.medium, .fullGreyBack div.label_field_pair input#AlternatePhone_PhoneNumber, .fullGreyBack div.label_field_pair select.medium, .fullGreyBack div.label_field_pair select#AlternatePhone_PhoneNumber, .order-gray div.label_field_pair input.medium, .order-gray div.label_field_pair input#AlternatePhone_PhoneNumber, .order-gray div.label_field_pair select.medium, .order-gray div.label_field_pair select#AlternatePhone_PhoneNumber {
    width: 100%;
  }
  .fullGreyBack div.label_field_pair input.small, .fullGreyBack div.label_field_pair select.small, .order-gray div.label_field_pair input.small, .order-gray div.label_field_pair select.small {
    width: 100%;
  }
  .fullGreyBack .phone-input.medium-input, .order-gray .phone-input.medium-input {
    width: 100%;
  }
  span.field-validation-error {
    display: block;
  }
  .group-2 .label_field_pair label.inline {
    width: 100%;
  }
}
.order-gray, .fullGreyBack {
  background-color: whitesmoke;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 20px;
}
.order-gray.jobsQuote, .fullGreyBack.jobsQuote {
  padding: 0;
}

.ordertHeaders {
  margin-bottom: 0;
}

.auto-size-input {
  width: inherit !important;
}

.tiny-input {
  width: 70px !important;
}

.phone-input.medium-input {
  width: 40%;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .summary-wrapper .medium-11 {
    width: 100%;
  }
  .summary-wrapper span.location {
    margin-top: 0;
  }
  .cartSummary td:nth-of-type(1) {
    width: 70%;
  }
  .cartSummary td:nth-of-type(2) {
    width: 30%;
  }
  table#jobsTable thead, table#jobsTable tbody, table#jobsTable th, table#jobsTable td, table#jobsTable tr, table.checkoutTable thead, table.checkoutTable tbody, table.checkoutTable th, table.checkoutTable td, table.checkoutTable tr, table.pastJobs thead, table.pastJobs tbody, table.pastJobs th, table.pastJobs td, table.pastJobs tr {
    display: block;
  }
  table#jobsTable thead tr, table.checkoutTable thead tr, table.pastJobs thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table#jobsTable tr, table.checkoutTable tr, table.pastJobs tr {
    border: 1px solid #ccc;
  }
  table#jobsTable td, table.checkoutTable td, table.pastJobs td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    min-height: 35px;
    min-width: 100%;
  }
  table#jobsTable td:before, table.checkoutTable td:before, table.pastJobs td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .checkoutTable td:nth-of-type(1):before {
    content: "Service";
  }
  .checkoutTable td:nth-of-type(2):before {
    content: "Details";
  }
  .checkoutTable td:nth-of-type(3):before {
    content: "Date";
  }
  .checkoutTable td:nth-of-type(4):before {
    content: "Time of Day";
  }
  .checkoutTable td:nth-of-type(5):before {
    content: "Options";
  }
  .checkoutTable td:nth-of-type(6):before {
    content: "Price";
  }
  .checkoutTable td.right {
    float: none !important;
  }
  #jobsTable td:nth-of-type(1):before {
    content: "Job date";
  }
  #jobsTable td:nth-of-type(2):before {
    content: "Provider";
  }
  #jobsTable td:nth-of-type(3):before {
    content: "Job number";
  }
  #jobsTable td:nth-of-type(4):before {
    content: "Order number";
  }
  #jobsTable td:nth-of-type(5):before {
    content: "Job Total";
  }
  #jobsTable td:nth-of-type(6):before {
    content: "Service detail";
  }
  #jobsTable td:nth-of-type(7):before {
    content: "Status";
  }
  #jobsTable td:nth-of-type(8) {
    padding-left: 43%;
  }
  #jobsTable .mobileExpandJob {
    display: block;
  }
  table.pastJobs td:nth-of-type(1):before {
    content: "Order date";
  }
  table.pastJobs td:nth-of-type(2):before {
    content: "Provider";
  }
  table.pastJobs td:nth-of-type(3):before {
    content: "Order number";
  }
  table.pastJobs td:nth-of-type(4):before {
    content: "Job Total";
  }
  table.pastJobs td:nth-of-type(5):before {
    content: "Service detail";
  }
  table.pastJobs td:nth-of-type(6):before {
    content: "Status";
  }
  table.pastJobs td:nth-of-type(7) {
    content: "";
  }
}
small.currency {
  font-weight: 400;
  font-size: 70%;
}

#hoursEstimateCalculatorModal {
  overflow-y: scroll;
  max-width: 900px;
  width: 90%;
  height: 90%;
  /*top: 30px !important;*/
}
#hoursEstimateCalculatorModal #calculationSummary {
  background-color: lightyellow;
  padding: 0.5em;
  color: #ea5005;
  display: none;
}
#hoursEstimateCalculatorModal #calculateHours {
  margin-top: 1.5rem;
}
#hoursEstimateCalculatorModal .close-button {
  color: #333333;
  background: none;
  padding: 0;
  font-size: 1.5rem;
  z-index: 99999;
}

.map-container {
  position: relative;
  height: 100%;
}

.job-map {
  width: 100%;
  height: 50vh;
  padding: 0 3rem;
}

.standalone-map .job-map {
  padding: 0;
  height: 50vh;
  margin-bottom: 1rem;
}

#nowTimer {
  position: relative;
  height: 15rem;
  margin: 2rem 0;
}
#nowTimer svg {
  width: 15rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7.5rem;
}
#nowTimer .controls {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -1.5rem;
}
#nowTimer .display-remain-time {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  color: #666;
}
#nowTimer .e-c-base {
  fill: none;
  stroke: #ebeff2;
  stroke-width: 20px;
}
#nowTimer .e-c-progress {
  fill: none;
  stroke: #297ac6;
  stroke-width: 20px;
  stroke-dasharray: 628.318530718;
  stroke-linecap: round;
}

#handshakeProgress .progress-bar {
  position: relative;
  height: 48px;
  margin-bottom: 2rem;
}
#handshakeProgress .bar {
  position: absolute;
  top: 19px;
  left: 2%;
  height: 12px;
  background: #dedede;
  width: 48%;
  transition: all 0.7s;
}
#handshakeProgress .bar.bar-two {
  left: auto;
  right: 2%;
}
#handshakeProgress .node {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  background: #dedede;
  z-index: 2;
  box-shadow: 0 0 0 0 white;
  transition: all 0.7s;
}
#handshakeProgress .node:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  margin: -18px -12px;
  color: white;
  opacity: 0;
  transition: all 0.7s;
}
#handshakeProgress .node.node-two {
  left: 50%;
  margin-left: -24px;
}
#handshakeProgress .node.node-three {
  right: 0;
  left: auto;
}
#handshakeProgress .progress-note {
  margin-bottom: 2rem;
  display: none;
  text-align: center;
}
#handshakeProgress .progress-note .title {
  color: #297ac6;
  text-align: center;
}
#handshakeProgress .progress-note button {
  width: 100%;
}
#handshakeProgress .progress-note button.select-new-provider {
  margin: 0;
}
#handshakeProgress.step-one-in-progress .node-one {
  background: #297ac6;
  box-shadow: 0 0 0 6px white;
  transition: all 0.7s;
}
#handshakeProgress.step-one-in-progress .progress-note.provider-contact {
  display: block;
}
#handshakeProgress.step-one-complete .node-one {
  background: #2a9a04;
  box-shadow: none;
}
#handshakeProgress.step-one-complete .node-one:after {
  opacity: 1;
  transition: all 0.7s;
}
#handshakeProgress.step-one-complete .node-two {
  background: #297ac6;
  box-shadow: 0 0 0 6px white;
  transition: all 0.7s;
}
#handshakeProgress.step-one-complete .bar-one {
  background: #2a9a04;
  transition: all 0.7s;
}
#handshakeProgress.step-one-complete .progress-note.provider-contact {
  display: none;
}
#handshakeProgress.step-one-complete .progress-note.provider-review {
  display: block;
}
#handshakeProgress.step-two-complete .node-two {
  background: #2a9a04;
  box-shadow: none;
  transition: all 0.7s;
}
#handshakeProgress.step-two-complete .node-two:after {
  opacity: 1;
  transition: all 0.7s;
}
#handshakeProgress.step-two-complete .bar-two {
  background: #2a9a04;
  transition: all 0.7s;
}
#handshakeProgress.step-two-complete .progress-note {
  /*&.note-three {
      display: block;
  }*/
}
#handshakeProgress.step-two-complete .progress-note.provider-contact {
  display: none;
}
#handshakeProgress.step-two-complete .progress-note.provider-review {
  display: none;
}
#handshakeProgress.step-three-accepted .node-three {
  background: #2a9a04;
  box-shadow: none;
  transition: all 0.7s;
}
#handshakeProgress.step-three-accepted .node-three:after {
  opacity: 1;
  transition: all 0.7s;
}
#handshakeProgress.step-three-accepted .bar-two {
  background: #2a9a04;
}
#handshakeProgress.step-three-accepted .progress-note.provider-contact {
  display: none;
}
#handshakeProgress.step-three-accepted .progress-note.provider-review {
  display: none;
}
#handshakeProgress.step-three-accepted .progress-note.provider-accepted {
  display: block;
}
#handshakeProgress.step-three-countered .node-three, #handshakeProgress.step-three-declined .node-three {
  background: #297ac6;
  box-shadow: 0 0 0 6px white;
  transition: all 0.7s;
}
#handshakeProgress.step-three-countered .progress-note.provider-contact, #handshakeProgress.step-three-declined .progress-note.provider-contact {
  display: none;
}
#handshakeProgress.step-three-countered .progress-note.provider-review, #handshakeProgress.step-three-declined .progress-note.provider-review {
  display: none;
}
#handshakeProgress.step-three-countered .progress-note.provider-countered {
  display: block;
}
#handshakeProgress.step-three-declined .progress-note.provider-declined {
  display: block;
}

#TrackServiceProvider .service-provider {
  margin: 0;
}
#TrackServiceProvider .service-provider small {
  display: block;
  color: #f15228;
  font-size: 1rem;
  line-height: 1.6;
}
#TrackServiceProvider .service-provider small img {
  display: inline-block;
  height: 1em;
  margin-right: 0.5em;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#TrackServiceProvider .blue {
  color: #297ac6;
}
#TrackServiceProvider a.button {
  display: block;
  width: 100%;
}
#TrackServiceProvider a.button i.fa {
  margin: 0 0.5rem 0 0;
}
#TrackServiceProvider p.destination span {
  display: block;
  color: #f15228;
  line-height: 1.6;
}
#TrackServiceProvider p.destination span i.fa {
  margin: 0 0.5rem 0 0;
}
#TrackServiceProvider .order-gray {
  margin: 0;
}
@media only screen and (min-width: 52.063em) {
  #TrackServiceProvider .order-gray {
    margin-top: 1rem;
  }
}
#TrackServiceProvider .order-panel {
  background: white;
  margin-bottom: 1rem;
}
#TrackServiceProvider .order-panel h3 {
  background: #297ac6;
  color: white;
  text-align: center;
  padding: 0.5rem;
  margin: 0;
  border: 2px solid #297ac6;
}
#TrackServiceProvider .order-panel .content, #TrackServiceProvider .order-panel .footer {
  padding: 0.5rem 1rem;
}
#TrackServiceProvider .order-panel .content {
  border: 2px solid #aaa;
  border-width: 0px 2px;
}
#TrackServiceProvider .order-panel .footer {
  background: #ebeff2;
  border: 2px solid #aaa;
  border-width: 0 2px 2px;
}
#TrackServiceProvider .order-panel .footer .price {
  font-weight: 700;
}
#TrackServiceProvider .order-panel .row + .row {
  margin-top: 0.25rem;
}
#TrackServiceProvider .order-total {
  font-size: 1.1428571429rem;
  color: #297ac6;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 52.063em) {
  #TrackServiceProvider .order-total {
    font-size: 1.3571428571rem;
  }
}
@media only screen and (min-width: 63.063em) {
  #TrackServiceProvider .job-map {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
  }
}

.movingHelpNowPanel label {
  display: inline-block;
  margin-bottom: 1rem;
}
.movingHelpNowPanel address {
  font-size: 0.9285714286rem;
  font-style: normal;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.movingHelpNowPanel address:before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.movingHelpNowPanel address button.change-mhnow-address {
  background: none;
  padding: 0;
  margin: 0;
  color: #297ac6;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.movingHelpNowPanel .edit-mhnow-address label {
  margin-bottom: 0.1rem;
}
.movingHelpNowPanel .edit-mhnow-address input {
  width: 100%;
}
.movingHelpNowPanel .edit-mhnow-address > button {
  margin: 0 0 1rem;
  width: 100%;
}

@media only screen and (min-width: 52.063em) {
  #serviceProvidersColumn {
    float: right;
  }
}
@media only screen and (min-width: 63.063em) {
  #serviceProvidersColumn {
    padding-left: 0;
  }
}
#serviceProvidersColumn .providers {
  display: block;
  border: 1px solid #ebeff2;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 1rem;
}
#serviceProvidersColumn .providers.one-hour header {
  background-color: #ebeff2;
  font-weight: 700;
  color: #333333;
  width: 100%;
  margin: 0 !important;
  text-align: left;
  padding: 0;
  border-radius: 5px 5px 0px 0px;
  border: none;
}
#serviceProvidersColumn .providers.one-hour header div.icon-holder {
  background-color: #8db20b;
  color: #fff;
  width: 50px;
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  border-radius: 5px 0px 0px 0px;
  display: inline-block;
}
#serviceProvidersColumn .providers .providerPanel {
  padding: 1rem;
  margin: 1rem;
  border: 1px solid #ebeff2;
  display: flex;
  flex-direction: column;
}
#serviceProvidersColumn .providers .providerPanel .provider-image {
  min-width: 215px;
  max-height: 161px;
  margin: 0 auto 1rem;
  text-align: center;
}
#serviceProvidersColumn .providers .providerPanel img {
  max-width: 215px;
  max-height: 161px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  margin: 0;
}
#serviceProvidersColumn .providers .providerPanel .safeloadImg {
  border: none;
}
#serviceProvidersColumn .providers .providerPanel .job-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#serviceProvidersColumn .providers .providerPanel .job-provider h3 {
  font-weight: 700;
  margin: 0;
}
#serviceProvidersColumn .providers .providerPanel .job-provider i.fa {
  margin: 0;
}
#serviceProvidersColumn .providers .providerPanel .job-provider i.fa + a {
  margin-left: 0.5rem;
}
#serviceProvidersColumn .providers .providerPanel .job-quote p {
  font-size: 1.1428571429rem;
  font-family: "Roboto", Roboto, sans-serif;
  line-height: 1.4;
  display: inline;
}
#serviceProvidersColumn .providers .providerPanel .job-quote p.eta-time {
  display: block !important;
  color: #8db20b;
  font-weight: bold;
  margin-top: 0.5em;
}
#serviceProvidersColumn .providers .providerPanel .job-quote p.eta-time .eta {
  color: #fff;
  background-color: #8db20b;
  padding: 0.25em;
  border-radius: 5px;
}
#serviceProvidersColumn .providers .providerPanel .job-tasks {
  margin-bottom: 1rem;
}
#serviceProvidersColumn .providers .providerPanel .job-tasks .selected-service {
  font-size: 1rem;
}
#serviceProvidersColumn .providers .providerPanel .job-action {
  width: 100%;
}
#serviceProvidersColumn .providers .providerPanel .job-action a.button {
  margin: 0;
  display: block;
}
@media only screen and (max-width: 52.062em) {
  #serviceProvidersColumn .providers .providerPanel .job-provider, #serviceProvidersColumn .providers .providerPanel .job-quote, #serviceProvidersColumn .providers .providerPanel .job-tasks {
    margin-bottom: 0.5rem;
  }
  #serviceProvidersColumn .providers .providerPanel .job-quote {
    width: 100%;
  }
  #serviceProvidersColumn .providers .providerPanel br {
    display: none;
  }
}
@media only screen and (min-width: 52.063em) {
  #serviceProvidersColumn .providers .providerPanel .job-provider {
    width: calc(100% - 120px);
  }
  #serviceProvidersColumn .providers .providerPanel .job-quote {
    width: 120px;
    text-align: right;
  }
  #serviceProvidersColumn .providers .providerPanel .job-quote p {
    font-size: 1.3571428571rem;
  }
}
@media only screen and (min-width: 63.063em) {
  #serviceProvidersColumn .providers .providerPanel {
    flex-direction: row;
  }
  #serviceProvidersColumn .providers .providerPanel .provider-image {
    max-width: 215px;
    margin: 0 1rem 0 0;
  }
  #serviceProvidersColumn .providers .providerPanel .job-provider, #serviceProvidersColumn .providers .providerPanel .job-tasks {
    width: calc(100% - 270px);
  }
  #serviceProvidersColumn .providers .providerPanel .job-quote, #serviceProvidersColumn .providers .providerPanel .job-action {
    width: 270px;
    text-align: right;
  }
}
#serviceProvidersColumn .providers header {
  background-color: #fff;
  font-weight: 700;
  color: #333333;
  width: 100%;
  margin: 0 !important;
  text-align: left;
  padding: 0;
  border-radius: 5px 5px 0px 0px;
  border: none;
}
#serviceProvidersColumn .providers header div.icon-holder {
  background-color: #ebeff2;
  width: 50px;
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  border-radius: 5px 0px 0px 0px;
  display: inline-block;
}
#serviceProvidersColumn .providers header h3 {
  font-weight: 700;
  display: inline;
  font-size: 85%;
}
@media screen and (min-width: 63.063em) {
  #serviceProvidersColumn .providers header {
    margin: 0 0.5rem 0.5rem;
  }
  #serviceProvidersColumn .providers header h3 {
    font-size: 1.3571428571rem;
  }
  #serviceProvidersColumn .providers header div.icon-holder {
    width: 55px;
  }
  #serviceProvidersColumn .providers.one-hour header div.icon-holder {
    width: 55px;
  }
}
#serviceProvidersColumn .providers.two-hour .providerPanel .job-quote p.eta-time span.eta {
  color: #8db20b;
  background-color: #ebeff2;
}
#serviceProvidersColumn .providers.all-day .providerPanel .job-quote p.eta-time, #serviceProvidersColumn .providers .providerPanel .job-quote p.eta-time {
  display: none;
}

/* 404 Page */
.NotFound {
  margin-top: -112px;
}
.NotFound .top-section {
  background-image: url("img/404-backgound-02-m.jpg") !important;
  background-position: center;
  margin-top: 112px;
}
.NotFound h1 {
  font-size: 130px;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto", Roboto, sans-serif;
}
.NotFound p {
  font-size: 16px;
  color: #3e3e3e;
  margin: 0px;
}
.NotFound p.big {
  font-size: 23px;
  color: #3e3e3e;
  margin: 0px;
}
.NotFound section {
  margin-top: -50px;
}
.NotFound .subtext-container {
  margin-top: -170px;
  z-index: 9999;
  position: relative;
}
.NotFound .button {
  font-size: 22px;
  width: 100%;
}
.NotFound .buttonrow {
  position: absolute;
  bottom: 0;
}
.NotFound .panel {
  background: transparent;
  margin-top: 0 !important;
  padding-top: 0;
}
@media screen and (min-width: 52.063em) {
  .NotFound .top-section {
    margin-top: 112px;
    background-image: url("img/404-backgound-02.jpg") !important;
    background-position: top;
  }
  .NotFound .button {
    font-size: 22px;
    width: 208px;
  }
  .NotFound p {
    font-size: 22px;
    color: #3e3e3e;
    margin: 0px;
  }
  .NotFound p.big {
    font-size: 36px;
    color: #3e3e3e;
    margin: 0px;
  }
  .NotFound h1 {
    font-size: 256px;
    font-weight: bold;
    color: #fff;
    font-family: "Roboto", Roboto, sans-serif;
  }
  .NotFound .subtext-container {
    margin-top: -320px;
  }
}

.MoverPhotos h2 {
  margin-bottom: 0;
}
.MoverPhotos ul {
  margin-left: -0.5rem;
}
.MoverPhotos ul li {
  list-style-type: none;
  padding: 0 0.5rem;
}

#moverImages .expandedImg {
  margin-bottom: 1rem;
}
#moverImages .thumbnailImg {
  overflow-y: scroll;
  height: 480px;
}
#moverImages .close-button {
  padding: 1rem;
}

.serviceProviderContact .button {
  padding: 0.75rem 1.75rem;
}

.centerize {
  text-align: center;
}

.MoverPhotos ul {
  margin-left: -0.5rem;
}
.MoverPhotos ul li {
  list-style-type: none;
  padding: 0 0.5rem;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

.Video-Header-Container {
  position: relative;
}

#moverImages .expandedImg {
  margin-bottom: 1rem;
}
#moverImages .thumbnailImg {
  overflow-y: scroll;
  max-height: 480px;
}
#moverImages .close-button {
  padding: 1rem;
}

.serviceProviderContact .button {
  padding: 0.75rem 1.75rem;
}

.Twilio-EntryPoint {
  display: flex !important;
  flex-flow: row nowrap !important;
  -moz-box-flex: 1 !important;
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  overflow-x: hidden !important;
  white-space: nowrap !important;
  z-index: 100 !important;
  cursor: pointer !important;
  max-width: 400px !important;
  position: fixed !important;
  bottom: 15px !important;
  right: 20px !important;
  -moz-box-align: center !important;
  align-items: center !important;
  transition: max-width 200ms ease 0s !important;
  background: #1976d2 none repeat scroll 0% 0% !important;
  color: white !important;
  border-radius: 0px !important;
  height: 33px !important;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px !important;
  display: flex !important;
  overflow: hidden !important;
  margin: 0px !important;
  padding: 0px !important;
}

.Twilio-EntryPoint-IconContainer {
  align-content: center !important;
  overflow: hidden !important;
  width: 33px !important;
}

.Twilio-MainContainer {
  height: 575px !important;
}

.Twilio-DynamicForm {
  padding: 20px 12px 10px 12px !important;
  width: 100%;
  height: max-content !important;
  background: #ecedf1 none repeat scroll 0% 0% !important;
}

.Twilio-DynamicForm > div {
  margin: 5px 0px 16px !important;
}

.Twilio-DynamicForm label {
  margin-bottom: 3px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
}

.Twilio-DynamicForm button {
  margin-top: 10px !important;
  float: right !important;
  margin-bottom: 10px !important;
}

.Twilio-DynamicForm-submit {
  margin-top: 10px !important;
  float: right !important;
  margin-bottom: 10px !important;
  align-self: flex-end !important;
}

.Twilio-DynamicForm input {
  height: 30px !important;
}

.Twilio-EntryPoint-Tagline {
  align-self: center !important;
  font-weight: bold !important;
  overflow: hidden !important;
  margin: auto auto auto 15px !important;
  user-select: none !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

[class^=MuiInput] {
  width: 100% !important;
}

.Twilio-PreEngagementCanvas {
  width: 100% !important;
  padding: 0% !important;
  background: rgb(236, 237, 241) none repeat scroll 0% 0% !important;
}

.Twilio-PreEngagementCanvas-default {
  background: rgb(236, 237, 241) none repeat scroll 0% 0% !important;
}

.Twilio-MainHeader {
  border-style: solid !important;
  border-width: 0px 0px 1px !important;
  border-color: rgb(198, 202, 215) !important;
}

.BoldedMessage {
  font-size: 12px;
  font-weight: bold;
}

.MessageInputFormat {
  /* border-radius: 18px; */
  padding: 5px;
  width: 90%;
  resize: none;
}

.TextAreaFormat {
  overflow: hidden;
  height: 100px;
  resize: none;
  padding: 8px 12px;
}

.Twilio-Style {
  margin: 5%;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: wrap;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  height: max-content;
  background: rgb(236, 237, 241) none repeat scroll 0% 0% !important;
}
.Twilio-Style.hidden {
  display: none !important;
}

.TwilioStylizedButton {
  color: rgb(255, 255, 255);
  margin-left: auto;
  background: rgb(25, 118, 210);
  border-radius: 0px;
  font-family: "Open Sans";
  align-self: center;
  height: 28px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 0px 16px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  outline: none;
  float: right;
}

.cancelButton {
  background: red;
  margin-right: 10px;
}

.leftAlignedButton {
  background: red;
  margin-bottom: 10px;
  margin-left: 0px !important;
  float: left;
}

.alignedCanvas {
  width: 95%;
}

.down {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-height: 568px) {
  .Twilio-DynamicForm {
    padding-top: 5px !important;
  }
  .Twilio-DynamicForm input {
    height: 32px !important;
  }
  .Twilio-DynamicForm textarea {
    height: 3.5em !important;
  }
  .Twilio-DynamicForm label {
    margin-bottom: 0 !important;
  }
  .Twilio-DynamicForm > div {
    margin-bottom: 5px !important;
  }
  .Twilio-DynamicForm + div {
    display: none;
  }
}
@media only screen and (max-height: 812px) and (max-width: 414px) {
  .Twilio-MainContainer {
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .Twilio-DynamicForm textarea {
    width: 95.5% !important;
  }
}
@media only screen and (max-width: 700px) {
  table.itemPhotos tbody tr td {
    border-color: transparent;
    position: relative;
    padding-left: 50% !important;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    width: 100%;
    min-height: 35px;
  }
  table.itemPhotos tbody tr td:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    font-weight: bold !important;
    background-color: #04548F;
    color: #fff;
    content: attr(data-heading);
  }
}
table.itemPhotos i {
  color: #04548F;
}
table.itemPhotos th {
  background-color: #04548F;
  color: #fff;
  text-align: left;
}
table.itemPhotos .noItems {
  padding-left: 10px !important;
  background-color: #ebebeb;
}
table.itemPhotos .noItems:before {
  background-color: transparent;
}

.newItem {
  border: 1px solid #9c9c9c;
  background-color: whitesmoke;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
}
.newItem textarea {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #9c9c9c;
}
.newItem input[type=file] {
  margin: 0.57143rem 0;
}
.newItem input[type=file]::before {
  content: "Choose file";
  color: #3e3e3e;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.newItem input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}

.newItem #imgPreview, .nextItem #imgPreview {
  max-width: 180px;
  max-height: 200px;
}

button.remove_field {
  background: transparent;
  background-color: transparent;
  color: #297ac6;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}
button.remove_field:hover {
  background-color: transparent;
  color: #04548F;
}

button.removePreview {
  color: #297ac6;
  background-color: #fff;
  border-radius: 30px;
  text-align: right;
  position: absolute;
  left: 160px;
  top: 4.5rem;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
button.removePreview:hover {
  background-color: #fff;
  color: #04548F;
}

.delete-job-item-modal .button.cancel {
  margin-right: 15px;
}

.cancel-button {
  background-color: transparent;
  color: #297ac6;
}
.cancel-button:hover {
  background-color: transparent;
  color: #f15228;
}

body {
  counter-reset: section 1;
}

.newItemDiv span {
  counter-increment: section;
  counter-reset: sub-section;
}

.newItemDiv span:before {
  content: counter(section) "";
}

.ServiceDetails {
  background-color: #ebeff2;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.ServiceDetails .desc-label {
  font-weight: bold;
}

.comBanner {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.comBanner span {
  font-size: 16px;
}
.comBanner h2 {
  color: #297ac6;
  font-size: 150%;
  font-weight: bold;
}
.comBanner .button {
  margin: 0;
}
.comBanner img.small-6 {
  padding-bottom: 1rem;
}
.comBanner .bannerImg {
  padding-top: 1rem;
}

@media screen and (min-width: 63.063em) {
  .comBanner {
    padding-top: 0;
  }
  .comBanner img.large-3 {
    margin: 2.5rem 0.5rem 1rem 1rem;
  }
}
#ComModal {
  padding: 0em;
  border: none;
  color: #3e3e3e;
  max-width: 90%;
  top: 1rem !important;
  max-height: 50rem;
  overflow: auto;
}
#ComModal .row {
  padding: 1rem;
}
#ComModal .dkBlue {
  background-color: #002857;
  color: #fff;
}
#ComModal .dkBlue span {
  font-size: 150%;
}
#ComModal .dkBlue a.close-button {
  margin-top: -5px;
  right: 1rem;
}
#ComModal .dkBlue a.close-button i {
  color: #fff;
}
#ComModal .grayGradient {
  background: rgb(235, 239, 242);
  background: -moz-linear-gradient(90deg, rgb(235, 239, 242) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 239, 242) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgb(235, 239, 242) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebeff2",endColorstr="#ffffff",GradientType=1);
}
#ComModal .grayGradient span {
  font-size: 150%;
}

@media screen and (min-width: 63.063em) {
  #ComModal {
    max-width: 60rem;
    top: 156px !important;
  }
}
.safeloadImg {
  display: inline !important;
}

.green-text {
  color: #8db20b;
}

#safeloadModal {
  position: relative;
  max-width: 60rem;
}
#safeloadModal .fa-ul {
  margin-left: 1.5rem;
}
#safeloadModal .fa-ul .fa-li {
  left: -1.5rem;
  width: 1.5rem;
}
#safeloadModal .modalImg {
  background-image: url("img/safeload-modal-lg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 267px;
  position: relative;
  margin: 14px 5px 0 5px;
  background-size: cover;
}
#safeloadModal .modalImg .textOverlay {
  position: absolute;
  bottom: 30px;
}
#safeloadModal .modalImg .textOverlay .whiteGradient {
  padding: 0.5rem 1rem;
  background: rgba(235, 239, 242, 0.9);
  color: #333333;
}
#safeloadModal .modalImg .textOverlay .blueGradient {
  padding: 0.5rem 1rem;
  background: rgba(4, 84, 143, 0.8);
  color: #fff;
}
@media only screen and (max-width: 52.063em) {
  #safeloadModal .modalImg {
    background-image: url("img/safeload-modal-sm.jpg");
    background-size: 100%;
    height: 100%;
    min-height: 226px;
  }
  #safeloadModal .modalImg .textOverlay {
    position: absolute;
    top: 100px;
  }
}
#safeloadModal .close-button {
  z-index: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  right: 2px;
  top: 0px;
  text-align: center;
}
@media screen and (max-width: 833px) {
  #safeloadModal {
    border: 0px !important;
    padding-bottom: 16px;
    width: 80% !important;
    height: auto !important;
    -webkit-overflow-scrolling: touch;
    min-height: 320px;
    max-height: 90%;
    overflow-y: scroll;
    overflow-x: clip;
  }
}
#safeloadModal .mobile-safeload-header {
  margin-right: -16px;
  margin-left: -16px;
  margin-top: -16px;
  color: white;
  padding: 1rem;
  background: #04548F;
}

@media only screen and (min-width: 52.063em) {
  .safeload-checkbox-container {
    padding: 0 0 0 35px;
  }
}
.safeload-validate-modal .btn-container {
  padding: 15px 0 0 0;
}

footer.mainFooter {
  border-top: 4px solid #04548F;
  padding: 3rem 0;
}
footer.mainFooter .footer-no-link {
  padding-right: 0.9em;
}
footer.mainFooter ul {
  display: inline;
  margin: 0;
}
footer.mainFooter ul li {
  display: inline;
  font-size: 1.1428571429rem;
  text-transform: uppercase;
  font-size: 100%;
}
footer.mainFooter ul li a {
  font-size: 100%;
  margin: 0;
  padding: 0 0.9em;
}
footer.mainFooter ul li:after {
  content: " | ";
}
footer.mainFooter ul li:last-child:after {
  content: "";
}
footer.mainFooter .logo {
  width: 12rem;
  padding-top: 0;
  display: inline;
  margin: 0 1em 0 0;
}
footer.mainFooter .show-for-medium-down .footer-no-link {
  padding-right: 0.25em;
}
footer.mainFooter .show-for-medium-down .logo {
  display: inline;
  margin: 2rem 0 3rem;
}
footer.mainFooter .show-for-medium-down ul {
  display: block;
}
footer.mainFooter .show-for-medium-down ul li {
  font-size: 90%;
}
footer.mainFooter .show-for-medium-down ul li a {
  padding: 0 0.25em;
}

@media only screen and (max-width: 1190px) {
  footer.mainFooter {
    padding: 1rem;
  }
}
header.navbar.home-search {
  background-color: #fff;
}
header.navbar.home-search #primary a {
  color: #04548F;
}
header.navbar.home-search .logo {
  text-align: center;
  width: 100%;
}
header.navbar.home-search .logo img {
  margin-bottom: 1em;
}
header.navbar.home-search .navbar-button {
  left: 1rem;
  right: 0;
  z-index: 1000000000000000000;
}
header.navbar.home-search .navbar-button .fa-bars {
  color: #04548F;
}
@media only screen and (max-width: 1024px) {
  header.navbar.home-search nav#primary.open ul.menu-open {
    background: #fff;
  }
  header.navbar.home-search nav#primary.open ul.menu-open li {
    background-color: #fff;
  }
  header.navbar.home-search nav#primary.open ul.menu-open li a {
    color: #04548F;
  }
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: hidden;
}

td.service-extension-rate-name {
  padding-left: 2rem;
}
td.service-extension-rate-name i {
  color: #297ac6;
}

.lowest-price-banner {
  background: #04548F;
  color: #fff;
  text-align: center;
  margin: 0 -1rem 1rem 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
  justify-content: center;
}
.lowest-price-banner:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0px 10px 45px;
  border-color: transparent transparent transparent white;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.agentUnderscoreCSSOverride {
  padding: 1.0714285714rem;
  word-wrap: break-word;
}
.agentUnderscoreCSSOverride label.checkbox > span {
  margin-right: 0em;
  font-size: 16.5px;
}

@media screen and (min-width: 1280px) {
  label[for=ApartmentOrSuite] {
    white-space: pre-wrap;
  }
}
.pagination .disabled {
  padding: 0px !important;
}

/*Customer Details Redo*/
.navButtons {
  margin-bottom: 2rem;
  text-align: center;
}
.navButtons ul {
  list-style-type: none;
}
.navButtons ul li {
  width: 30%;
  margin: 0.5rem;
  background: #fff;
  border: 2px solid #ebebeb;
  color: #858585;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 0.25rem 2rem;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: bottom;
}
@media only screen and (max-width: 830px) {
  .navButtons ul li {
    border: none;
    padding: 0px;
    margin: 0px;
    vertical-align: baseline;
  }
}
.navButtons ul li.activeOption {
  background: #f15228;
  color: #fff;
}
@media only screen and (max-width: 830px) {
  .navButtons ul li.activeOption {
    background: #fff;
    border-bottom: 2px solid #f15228;
    border-radius: 0px;
    color: #f15228;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 830px) {
  .navButtons ul li:before {
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 0.5rem;
    vertical-align: sub;
    font-size: 24px;
  }
  .navButtons ul li.customerReviewButton:before {
    content: "\f27b";
  }
  .navButtons ul li.coverageMapButton:before {
    content: "\f0ac";
  }
  .navButtons ul li.photosButton:before {
    content: "\f03e";
  }
}

.movingDetailsContent {
  min-height: 400px;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 830px) {
  .movingDetailsContent {
    min-height: 200px;
  }
}

.signin-alttag {
  position: absolute;
  margin-top: -2em;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.service-type-container label {
  display: inline-block !important;
}

.stateCity3ColumnCount {
  column-count: 3;
}

.stateCity2ColumnCount {
  column-count: 2;
}

@media only screen and (max-width: 1008px) {
  .stateCity3ColumnCount, .stateCity2ColumnCount {
    column-count: 1;
  }
}
.uboxdetails-body h1 {
  color: rgba(26, 117, 187, 0.75);
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 39.9375em) {
  .uboxdetails-body h1 {
    margin-left: 1rem;
  }
}
.uboxdetails-body h2 {
  color: rgba(26, 117, 187, 0.75);
  font-family: "Roboto", Roboto, sans-serif;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.uboxdetails-body h3 {
  color: rgba(26, 117, 187, 0.75);
  font-size: 1.3rem;
}
@media screen and (max-width: 40em) {
  .uboxdetails-body .button.right {
    float: none !important;
    width: 100%;
    text-align: center !important;
    font-weight: bold;
    font-size: 1.2rem;
  }
}
.uboxdetails-body .uboxdetails-content {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media screen and (min-width: 64em) {
  .uboxdetails-body .uboxdetails-content {
    margin-bottom: 2rem !important;
  }
}
.uboxdetails-body .uboxdetails-content .ubox-location-1, .uboxdetails-body .uboxdetails-content .ubox-location-2 {
  display: none;
}

.uboxdetails-img {
  width: 100%;
  margin-bottom: 1rem;
}

.uboxdetails-header {
  padding: 1.6rem;
  font-size: 1.3rem;
}
.uboxdetails-header label {
  color: rgba(26, 117, 187, 0.75);
  font-size: 1.2rem;
}
.uboxdetails-header input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.uboxdetails-header input[type=checkbox] ~ label:before {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f096";
  margin: 0.5rem;
  color: #000;
}
.uboxdetails-header input[type=checkbox]:checked ~ label:before {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f046";
  margin: 0.5rem;
  color: #f15228;
}

.uboxdetails-form {
  background-color: #fff;
  padding: 1.6rem;
}
.uboxdetails-form .uboxdetails-servicetype {
  font-weight: bold;
  color: #04548F;
}
@media screen and (min-width: 40em) {
  .uboxdetails-form .uboxdetails-servicetype {
    float: right;
  }
}
.uboxdetails-form .uboxdetails-servicetype:after {
  font-family: fontawesome;
  margin-right: 0.5em;
  margin-left: 0.5rem;
  content: "\f105";
}
.uboxdetails-form .ubox-types label {
  font-size: 1.2rem;
  font-weight: initial;
}
.uboxdetails-form .uboxdetails-optional {
  border: 1px solid #e9e9e9;
  background-color: #f2f2f2;
  padding: 1rem !important;
}
.uboxdetails-form input {
  box-shadow: none;
  border-width: 2px;
  border-color: #dbdbdb;
}
.uboxdetails-form .radio input[type=radio] ~ span:before {
  content: "\f10c";
  font-family: fontawesome;
  margin-right: 0.5em;
  color: #000;
  border-radius: 0rem;
  width: auto;
  height: auto;
  top: auto;
  left: 0px;
  bottom: auto;
  transform: none;
  border: none;
}
.uboxdetails-form .radio input[type=radio]:checked ~ span:before {
  content: "\f058";
  font-family: fontawesome;
  margin-right: 0.5em;
  color: #f15228;
  background: none;
}
.uboxdetails-form .radio input[type=radio] ~ span:after {
  content: none;
}
.uboxdetails-form .checkbox input[type=checkbox] + input[type=hidden] + span:before {
  content: "\f096";
  font-family: fontawesome;
  margin-right: 0.5em;
  color: #000;
  border-radius: 0rem;
  width: auto;
  height: auto;
  top: auto;
  left: 0px;
  bottom: auto;
  transform: none;
  border: none;
  font-size: 18px;
}
.uboxdetails-form .checkbox input[type=checkbox]:checked + input[type=hidden] + span:before {
  content: "\f14a";
  font-family: fontawesome;
  margin-right: 0.5em;
  color: #f15228;
  background: none;
  font-size: 18px;
}
.uboxdetails-form .checkbox input[type=checkbox] + input[type=hidden] + span:after {
  content: none;
}
@media screen and (max-width: 40em) {
  .uboxdetails-form label .checkbox, .uboxdetails-form label.radio {
    display: block;
    margin: 0.5rem 0;
  }
}
.uboxdetails-form .hasDatepicker, .uboxdetails-form .hasDatepicker:focus {
  background-image: url("img/calendar-datepicker-bg.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 95%;
}

.row-margin-begone {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media screen and (max-width: 64em) {
  .row-margin-begone-small {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.column-padding-begone {
  padding: 0px !important;
}

#ubox-service-modal h2 {
  color: rgba(26, 117, 187, 0.75);
}
#ubox-service-modal h3 {
  color: #f15228;
  height: 32px;
  background-repeat: no-repeat;
  font-size: 1.1rem;
  font-weight: bold;
}
#ubox-service-modal .bg-delivery-load {
  background-image: url("img/ubox-forklift-move.svg");
  padding-left: 72px;
}
#ubox-service-modal .bg-delivery {
  background-image: url("img/ubox-delivery-truck.svg");
  padding-left: 100px;
}
#ubox-service-modal .bg-load {
  background-image: url("img/ubox-icon.svg");
  padding-left: 32px;
}
@media screen and (max-width: 39.9375em) {
  #ubox-service-modal {
    padding-top: 30px !important;
    height: calc(100vh - 100px) !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-height: unset;
    max-height: unset;
  }
}

.categories-wrapper {
  border: 1px solid #d0d1d1;
  margin-bottom: 0rem;
}
.categories-wrapper #movinghelp-faq {
  display: none;
}
.categories-wrapper .categories-med-up {
  display: none;
}
.categories-wrapper .categories-small-down {
  display: block;
}
@media only screen and (min-width: 640px) {
  .categories-wrapper #movinghelp-faq {
    display: block !important;
  }
  .categories-wrapper .categories-med-up {
    display: block;
  }
  .categories-wrapper .categories-small-down {
    display: none;
  }
}
.categories-wrapper h2, .categories-wrapper label {
  font-weight: bold;
  background: #e4e4e4;
  margin: 0rem;
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
}
.categories-wrapper h2.categories-small-down::after {
  font-family: "fontawesome";
  content: "\f078";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  right: 1.5rem;
  position: absolute;
}
.categories-wrapper h2.categories-small-down.opened::after {
  content: "\f077";
}

#movinghelp-faq {
  padding: 0 1rem 1.5rem;
  border: 0px;
  background: none;
}
#movinghelp-faq .tabs-title > a {
  padding: 1.25rem 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1rem;
}
#movinghelp-faq .tabs-title > a:focus, #movinghelp-faq .tabs-title > a[aria-selected=true] {
  background: none !important;
  color: #000;
  font-weight: bold;
}

.movinghelp-faq-body {
  border: 0px !important;
}
@media only screen and (max-width: 640px) {
  .movinghelp-faq-body {
    padding-top: 2rem;
  }
}
.movinghelp-faq-body .tabs-panel {
  padding: 0rem;
}
.movinghelp-faq-body h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #307ac5;
}

.faq-accordion .accordion-item {
  border: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}
.faq-accordion .accordion-title {
  border: 0px !important;
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
  padding-right: 3rem;
}
.faq-accordion .accordion-content {
  border: 0px !important;
  padding: 1rem 2rem;
}
.faq-accordion .answer-emphasis {
  color: #f15228;
  font-weight: bold;
}
.faq-accordion .is-active > .accordion-title::before {
  font-family: "fontawesome";
  content: "\f077";
}
.faq-accordion .accordion-title::before {
  font-family: "fontawesome";
  content: "\f078";
}

.footer-faq-link:before {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f059";
}

.filter-group {
  margin-bottom: 0.5rem;
}

.calculator-side-panel h5 {
  font-weight: bold;
  font-family: "Roboto", Roboto, sans-serif;
  font-size: 13px;
}

.cost-of-moving-services {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-family: "Roboto", Roboto, sans-serif;
}

.provider-search-filter {
    font-family: "Roboto", Roboto, sans-serif;
}

.provider-search-filter label {
    text-align: right;
    clear: both;
    float: left;
    margin-right: 15px;
}
.search-tagline {
    margin-top: 0rem !important;
    font-size: 20px;
    margin-bottom: 1rem;
    font-size: 14px;
}

@media screen and (min-width: 40rem) {
  .search-tagline {
    font-size: 16px;
  }
}
.filter-hours-modal {
  font-size: 1rem;
}

.password-lock-icon:before {
  content: "\f023";
  padding-left: 0.3em;
  font-family: FontAwesome;
  font-size: 1.1428571429rem;
  height: 1.5714285714rem;
  color: #04548F;
  position: relative;
  left: 0.75rem;
  top: 2.1rem;
  bottom: 0;
  margin: auto;
}

.jobdetails-container {
  display: none;
}

.jobdetails-toggle {
  font-weight: bold;
  font-family: "Roboto", Roboto, sans-serif;
  font-size: 1.2rem;
}
.jobdetails-toggle .date {
  display: inline-block;
  width: 120px;
  float: left;
}
.jobdetails-toggle:after {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f078";
  position: absolute;
  right: 0;
}
.jobdetails-toggle.open:after {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f077";
  position: absolute;
  right: 0;
}

.jobpanel, .paymentpanel {
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}
.jobpanel label, .paymentpanel label {
  font-size: 1rem;
  color: #04548F;
}
.jobpanel .button, .paymentpanel .button {
  padding: 0.75rem 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.jobpanel-header, .paymentpanel-header {
  background: #002856;
  color: #fff;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 63.063em) {
  .jobpanel-header, .paymentpanel-header {
    font-size: 1.25rem;
  }
}
.jobpanel-graybg, .paymentpanel-graybg {
  background: #ebebeb;
  padding: 1rem;
}
.jobpanel-whitebg, .paymentpanel-whitebg {
  background: white;
  padding: 1rem;
}

.jobpanel .hireagain {
  background: #fff;
  color: #f15228;
  border: 1px solid #f15228;
}
.jobpanel .button-edit:after {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f044";
  margin-left: 0.25rem;
}
.jobpanel .button-cancel:after {
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f00d";
  margin-left: 0.25rem;
}

.paymentpanel .small-3 {
  text-align: right;
}
.paymentpanel .totalprice {
  color: #04548F;
  font-weight: bold;
  font-size: 1.2rem;
}

.paymentcode-option {
  display: block;
  padding: 1rem;
  background: white;
  border: 1px solid #ccc;
  height: 100%;
  margin-bottom: 1rem;
}
.paymentcode-option .button {
  margin-bottom: 0;
}

.nobgpanel {
  margin-bottom: 2rem;
}
.nobgpanel h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media only screen and (max-width: 63.063em) {
  .nobgpanel h4 {
    font-size: 1.25rem;
  }
}
.nobgpanel.resendconfirmation fieldset, .nobgpanel.resendconfirmation input, .nobgpanel.resendconfirmation .button, .nobgpanel.itemdescphotos fieldset, .nobgpanel.itemdescphotos input, .nobgpanel.itemdescphotos .button, .nobgpanel.cancelservices fieldset, .nobgpanel.cancelservices input, .nobgpanel.cancelservices .button {
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
}
.nobgpanel.resendconfirmation .button, .nobgpanel.itemdescphotos .button, .nobgpanel.cancelservices .button {
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
  padding: 0.75rem;
}
.nobgpanel.resendconfirmation input, .nobgpanel.itemdescphotos input, .nobgpanel.cancelservices input {
  height: 40px;
}
.nobgpanel.itemdescphotos p {
  border: 1px solid #ccc;
}
.nobgpanel.itemdescphotos .button {
  margin-bottom: 1rem !important;
}

.notetable tbody td, .notetable tbody th {
  padding: 0.25rem;
}
.notetable tbody td {
  vertical-align: top;
  padding-top: 1.5rem;
}
.notetable tbody tr {
  background-color: white;
  border-bottom: 1px solid #ccc;
}
.notetable-user {
  width: 48px;
}
.notetable-date {
  text-align: right;
  width: 120px;
}
.notetable-user .fa-user {
  background-color: #04548F;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  text-align: center;
  color: white;
  padding-top: 8px;
}

.jobpanel .customerreview-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row;
}

.customerreview-rating {
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

.customerreview-review {
  background: white;
  padding: 1rem;
}

@media only screen and (min-width: 63.063em) {
  .paymentcode {
    display: flex;
    justify-content: space-between;
  }
  .paymentcode-flexitem {
    flex-basis: 50%;
  }
  .paymentcode-option {
    margin-bottom: 0rem;
  }
  .customerreview-rating {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 63.063em) {
  .customerreview-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.inner-row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.callout-padding {
  border: 1px solid #d2d2d2;
  padding: 1rem;
}

.cancelorder {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (max-width: 52.063em) {
  .cancelorder {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media only screen and (min-width: 52.063em) {
  .cancelorder {
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
  }
  .cancelorder-topparagraph {
    margin-bottom: 0rem;
  }
}
.cancelorder-panel {
  padding: 1rem;
  border-bottom: 1px solid #d2d2d2;
}
.cancelorder-panel:last-child {
  border-bottom: none;
}
.cancelorder-panel:nth-child(even) {
  background: #f5f5f5;
}
.cancelorder-reasons {
  display: none;
}
.cancelorder-callout {
  font-size: 1.2rem;
}
.cancelorder label.checkbox, .cancelorder label.radio {
  padding-left: 0rem;
}

.scheduleanotherhelper {
  margin-top: 2rem;
}
.scheduleanotherhelper label.checkbox > span {
  margin-right: 0rem;
}

.cancelorder .checkbox input[type=checkbox] + input[type=hidden] + span:before, .scheduleanotherhelper .checkbox input[type=checkbox] + input[type=hidden] + span:before {
  all: initial;
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f096";
}
.cancelorder .checkbox input[type=checkbox]:checked + input[type=hidden] + span:before, .scheduleanotherhelper .checkbox input[type=checkbox]:checked + input[type=hidden] + span:before {
  all: initial;
  font-family: fontawesome;
  margin-right: 0.5em;
  content: "\f14a";
  color: #f15228;
}
.cancelorder .checkbox input[type=checkbox] + input[type=hidden] + span:after, .scheduleanotherhelper .checkbox input[type=checkbox] + input[type=hidden] + span:after {
  all: initial;
}

@media screen and (max-width: 500px) {
  .mobileFullWidth {
    width: 100%;
  }
  .right.small-no-float {
    float: initial !important;
  }
}
.email-break {
  word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
  .currency-right {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .currency-right {
    text-align: right;
  }
}
.close-button i {
  margin-top: 18px;
  margin-right: 5px;
  font-size: 1.8rem;
}

.nowrap {
  white-space: nowrap;
}

.nowrap.noorange {
  color: #333333;
}

.newproviderpage .fa-info-circle {
  color: #579cdc;
}
.newproviderpage .fa-star {
  margin: 0rem;
}
.newproviderpage div, .newproviderpage p, .newproviderpage li {
  font-size: 1.1rem;
}
.newproviderpage small {
  font-size: 0.9rem;
}
.newproviderpage h3 {
  font-size: 1.6rem;
}
.newproviderpage .tabs-content {
  border: none;
  background: none;
}
.newproviderpage .tabs-panel {
  padding: 0rem;
}
.newproviderpage .tabs {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 1rem;
  border: none;
  background: none;
}
.newproviderpage .tabs .tabs-title {
  text-align: center;
}
.newproviderpage .tabs .tabs-title a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.newproviderpage .tabs:before {
  content: none;
}
.newproviderpage .profile-border {
  border: 1px solid #e2e2e2;
  padding: 1rem;
}
.newproviderpage .reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newproviderpage .reviews-header select {
  min-width: 120px;
  margin-bottom: 0rem;
}
.newproviderpage .reviews-grid {
  display: grid;
  grid-template-columns: 30px auto 44px;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
.newproviderpage .reviews-filter {
  background: whitesmoke;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 1rem;
}
.newproviderpage .filter-button {
  background: #64a70e;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 5px;
}
.newproviderpage .reviews-filter-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newproviderpage .reviews-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newproviderpage .reviews-pagination .fa {
  border: 2px solid #e2e2e2;
  padding: 0.5rem;
}
.newproviderpage .reviews-filter-stars {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.newproviderpage .reviews-filter-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
.newproviderpage .reviews-filter-services .reviews-filter-item:last-child {
  grid-column: 1/3;
}
.newproviderpage .reviews-filter-item {
  background: white;
  font-weight: bold;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  padding: 0.25rem 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.newproviderpage .reviews-filter-item .fa {
  color: black;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newproviderpage .reviews-filter-item:hover {
  border-color: #64a70e;
  color: #64a70e;
}
.newproviderpage .reviews-filter-item:hover .fa {
  color: #64a70e;
}
.newproviderpage .reviews-offtext {
  color: #bebebe;
}
.newproviderpage progress[value] {
  width: -webkit-fill-available;
  height: 1rem;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
}
.newproviderpage progress[value]::-webkit-progress-bar {
  background-color: #f0f0f0;
}
.newproviderpage progress[value]::-webkit-progress-value {
  background-color: #04548F;
}
.newproviderpage .map-cities {
  height: 400px;
  overflow-y: auto;
  border: 1px solid #e2e2e2;
  padding: 0.25rem 1rem;
}
.newproviderpage .availability-header {
  background: #04548f;
  color: white;
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newproviderpage .availability-header .fa {
  font-size: 1.5rem;
  opacity: 0.5;
}
.newproviderpage .availability-calendar {
  border: 1px solid #e2e2e2;
  padding: 1rem;
}
.newproviderpage .time-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(8, 1fr);
  text-align: center;
  grid-row-gap: 6px;
  grid-column-gap: 12px;
}
.newproviderpage .grid-hr-block {
  grid-column: 1/9;
}
.newproviderpage .grid-hr-block hr {
  margin: 0.5rem;
}
.newproviderpage .time-right {
  text-align: right;
}
.newproviderpage .time-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newproviderpage .time-item .open {
  background: #dff2de;
  border: 1px solid #afafaf;
  border-radius: 4px;
  padding: 0.5rem 0.25rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newproviderpage .time-item .open:hover {
  color: #64a70e;
  font-weight: bold;
  box-shadow: 0px 0px 0px 2px #64a70e inset;
}
.newproviderpage .time-item .unavailable {
  background: #afafaf;
  border: 1px solid #afafaf;
  border-radius: 4px;
  color: white;
  padding: 0.5rem 0.25rem;
}
.newproviderpage .time-item .selected {
  background: #64a70e;
  border: 1px solid #64a70e;
  border-radius: 4px;
  color: white;
  padding: 0.5rem 0.25rem;
}
.newproviderpage .customizeandbook-panel {
  background: #f0f0f0;
  padding: 1rem;
}
.newproviderpage .customizeandbook-panel .checkbox span {
  font-size: 1.2rem;
  font-weight: bold;
}
.newproviderpage .customizeandbook-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}
.newproviderpage .customizeandbook-header .howmanyhours {
  color: #04548F;
  font-weight: bold;
  margin-left: 40px;
}
.newproviderpage .customizeandbook-header .fakeh4 {
  margin-bottom: 0rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.newproviderpage .customizeandbook-header .fakeh4:before {
  color: #04548F;
  border: 1px solid #04548F;
  border-radius: 15px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.newproviderpage .customizeandbook-header .fakeh4.step1:before {
  content: "1";
}
.newproviderpage .customizeandbook-header .fakeh4.step2:before {
  content: "2";
}
.newproviderpage .customizeandbook-header .fakeh4.step3:before {
  content: "3";
}
.newproviderpage .customizeandbook-header .fakeh4.step4:before {
  content: "4";
}
.newproviderpage .customizeandbook-header .fakeh4.selected:before {
  color: #64a70e !important;
  border: 1px solid #64a70e !important;
  content: "\f00c" !important;
  font-family: FontAwesome !important;
  padding-top: 1px !important;
}
.newproviderpage .customizeandbook-header .services-preselection, .newproviderpage .customizeandbook-header .services-postselection {
  margin-left: 40px;
}
.newproviderpage .customizeandbook .summarycharges {
  border: 1px solid #e5e5e5;
}
.newproviderpage .customizeandbook .summarycharges-header {
  text-align: center;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.newproviderpage .customizeandbook .summarycharges-charge {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.5rem;
  background: #f0f0f0;
  border-bottom: 2px solid white;
}
.newproviderpage .customizeandbook .summarycharges-charge.subtotal {
  background: #04548F;
  color: white;
}
.newproviderpage .customizeandbook .summarycharges-charge div:first-child {
  font-size: 0.85rem;
}
.newproviderpage .customizeandbook .summarycharges-charge div:last-child {
  font-weight: bold;
}
.newproviderpage .customizeandbook .summarycharges-charge:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 1024px) {
  .newproviderpage .customizeandbook-price {
    min-height: 76px;
  }
  .newproviderpage .scorecard-left {
    border-left: 1px solid #e2e2e2;
  }
  .newproviderpage .sort-results {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .newproviderpage .sort-results select {
    margin: 0rem 0rem 0rem 0.5rem;
  }
  .newproviderpage .tabs-title > a {
    border: 2px solid white;
    font-size: initial;
    padding: 0.75rem 1.5rem;
    box-shadow: 0px 0px 0px 1px #04548F inset;
  }
  .newproviderpage .tabs-title a:focus, .newproviderpage .tabs-title a[aria-selected=true] {
    background: none;
    color: black;
    box-shadow: none;
    border-top: 2px solid #e2e2e2 !important;
    border-right: 2px solid #e2e2e2 !important;
    border-left: 2px solid #e2e2e2 !important;
    border-bottom: 2px solid #f15228 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .newproviderpage .SmallFullWidth {
    width: 100%;
  }
  .newproviderpage .reviews-header {
    align-items: flex-end;
  }
  .newproviderpage .map-cities {
    height: 240px;
  }
  .newproviderpage .tabs {
    grid-column-gap: 0px;
  }
  .newproviderpage .tabs-title > a {
    font-size: initial;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid #e2e2e2;
  }
  .newproviderpage .tabs-title a:focus, .newproviderpage .tabs-title a[aria-selected=true] {
    background: none;
    color: black;
    border-bottom: 2px solid #f15228 !important;
  }
}
@media only screen and (max-width: 768px) {
  .newproviderpage .availability-calendar {
    padding: 0.25rem;
    overflow-x: scroll;
  }
  .newproviderpage .time-grid {
    grid-row-gap: 2px;
    grid-column-gap: 2px;
  }
  .newproviderpage .grid-hr-block hr {
    margin: 0.25rem;
  }
}
.progress-tracker {
  display: flex;
  margin: 0px auto 3rem;
  padding: 0;
  list-style: none;
}

.progress-step {
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 24px;
}

.progress-step:last-child {
  flex-grow: 0;
}

.progress-step:last-child .progress-marker::after {
  display: none;
}

.progress-link {
  display: block;
  position: relative;
}

.progress-marker {
  display: block;
  position: relative;
}

.progress-marker::before {
  content: attr(data-text);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 32px;
  height: 32px;
  padding-bottom: 2px;
  border-radius: 50%;
  transition: background-color, border-color;
  transition-duration: 0.3s;
}

.progress-marker::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  top: 10px;
  right: -12px;
  width: 100%;
  height: 8px;
  transition: background-color 0.3s, background-position 0.3s;
}

.progress-text {
  display: block;
  padding: 8px 8px;
}

.progress-step-1 .progress-text {
  margin-left: -20px;
}

.progress-step-2 .progress-text {
  margin-left: -26px;
}

.progress-step-3 .progress-text {
  margin-left: -18px;
}

.progress-step-4 .progress-text {
  margin-left: -14px;
}

.progress-title {
  margin-top: 0;
}

.progress-step .progress-marker {
  color: #fff;
}

.progress-step .progress-marker::before {
  background-color: white;
  color: #afafaf;
  border: 1px solid #afafaf;
}

.progress-step .progress-marker::after {
  background-color: #f0f0f0;
}

.progress-step .progress-text {
  color: #333;
}

.progress-step.is-active .progress-marker::before {
  background-color: #04548F;
  color: white;
  border: 1px solid #002856;
}

.progress-step.is-complete .progress-marker::before, .progress-step.is-progress .progress-marker::before {
  background-color: #64a70e;
  color: white;
  border: 1px solid #64a70e;
}

.progress-step.is-complete .progress-marker::after, .progress-step.is-progress .progress-marker::after {
  background-color: #f0f0f0;
}

.photo-tns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 8px;
}

.photo-tn-img img {
  border: 2px solid whitesmoke;
}

.photo-tn-active img {
  border: 2px solid #333333;
}

img.lazy {
  min-width: 161px;
  max-width: 215px;
  min-height: 161px;
  display: block;
}

img.lazyuboxemail {
  display: block;
  width: 851px;
  height: 500px;
}

/*---------------------------------------------------*/
header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
header a {
  color: #00386c !important;
}
header .fa-bars, header .fa-times {
  color: #00386c;
}
header .resources-hover i, header .resources-desktop-hover i {
  color: #00386c !important;
}
header .menu-open {
  font-size: 16px;
}
header .menu-open > li {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
header .menu-open > li:first-child {
  padding: 1rem;
  border-top: 1px solid #ddd;
}
header .header-resources-dropdown {
  padding: 0.5rem;
  font-size: 14px;
}
header .header-resources-dropdown li {
  margin: 0px !important;
  width: 100%;
}
header .header-resources-dropdown a {
  border-radius: 0px !important;
  line-height: unset !important;
  padding: 0.5rem 1rem !important;
  text-transform: unset !important;
  width: 100%;
  display: inline-block !important;
  font-size: 16px !important;
}
header nav#primary.open {
  text-align: left;
}
header nav#primary.open a {
  text-transform: unset;
}
header .header-resources {
  color: #00386c;
}
@media only screen and (min-width: 1025px) {
  header .header-resources {
    padding: 3px 0.75rem 0.3rem;
    position: relative;
    background: #fff;
    font-weight: 400;
    border-radius: 0.375rem;
    display: block !important;
    margin: 3em 0.25rem !important;
    height: 2.1em;
  }
  header .header-resources-dropdown {
    background: white;
    margin-top: 0px;
    position: absolute;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    border: 1px solid #ddd;
    padding: 0.5rem;
    font-size: 14px;
    z-index: 10;
  }
  header .header-resources-dropdown a {
    font-size: 13px !important;
  }
  header .header-resources-dropdown a:hover {
    background: #00386c;
    color: white !important;
  }
  header .resources-hover, header .resources-desktop-hover {
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    /*.header-resources-dropdown {
        display: block !important;

        a {
            padding: 0rem !important;
        }
    }*/
    /*.resources-desktop-toggles {
        display: none !important;
    }*/
  }
  header .header-resources-dropdown a {
    padding: 0.5rem !important;
  }
  header .logo {
    padding-left: 3rem;
    text-align: left !important;
  }
  header .logo a img {
    max-width: 160px;
  }
  header .signOutNavLnk {
    text-align: left !important;
  }
}

.logo a img {
  width: 317px !important;
}

.navbar li.user {
  color: #00386c !important;
}

@media only screen and (max-width: 1024px) {
  /*nav#primary.open ul.menu-open li:first-of-type {
      padding-top: 14px !important;
  }*/
  .primary ul li a {
    display: block;
  }
  button.text-left.left.navbar-button.toggle-panel-menu {
    display: block;
    padding-left: 1rem;
    left: 0px;
  }
  .header-resources {
    padding: 0rem !important;
  }
  .header-resources-dropdown {
    margin-left: 2rem;
  }
  .header-resources-subheader {
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.03) !important;
    padding: 1rem;
  }
  .header-resources-dropdown ul li:last-child {
    padding-bottom: 0rem !important;
  }
  .header-resources-dropdown ul li:last-child a {
    padding-bottom: 0rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .show-for-mobile {
    display: inherit !important;
  }
  .show-for-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .show-for-mobile {
    display: none !important;
  }
  .show-for-desktop {
    display: inherit !important;
  }
}
@media only screen and (max-width: 1024px) {
  header.navbar.home-search {
    height: 61px;
  }
  .wrapper {
    padding-top: 61px;
  }
}
@media only screen and (min-width: 1025px) {
  header.navbar.home-search {
    height: 112px;
  }
  .wrapper {
    padding-top: 112px;
  }
}
.newhome-alttag-mobile img, .signin-alttag {
  width: 100%;
}

footer .logo {
  width: 12rem;
  padding-top: 0;
  display: inline;
  margin: 0 1em 0 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  flex: 1;
}

.wr975410 .reviews-grid-item-body, .wr975410 .safeload-modal-body {
  margin-right: 1.5rem;
}
.wr975410 .reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.wr975410 .reviews-grid .readmore {
  font-weight: bold;
}
.wr975410 .reviews-grid-item {
  background: whitesmoke;
  border: 1px solid #ccc;
  padding: 1rem;
  display: grid;
}
.wr975410 .reviews-grid-item-footer {
  margin-top: 1rem;
  align-self: end;
}
.wr975410 .reviews-grid-item-footer-reviewer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
}
.wr975410 .reviews-grid-item-footer-reviewer div:nth-child(2n) {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .wr975410 .aptorsuiteinput {
    width: 50%;
  }
  .wr975410.reveal {
    height: unset !important;
    max-height: 50% !important;
    min-height: unset !important;
    overflow-y: auto;
  }
  .wr975410.reveal a.close-button {
    margin-top: inherit !important;
  }
}
@media only screen and (min-width: 1025px) {
  .wr975410 .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .wr975410.reveal {
    width: 40% !important;
  }
  .wr975410.reveal a.close-button {
    margin-top: 4px !important;
  }
  .wr975410 .addr-grid-item5050row {
    display: grid;
    align-items: center;
    grid-template-columns: 1.5fr 4fr 1.5fr 4fr;
  }
  .wr975410 .addr-grid-item7525row {
    display: grid;
    align-items: center;
    grid-template-columns: 1.5fr 6fr 1.5fr 2fr;
  }
  .wr975410 .addr-grid-item100row {
    display: grid;
    align-items: center;
    grid-template-columns: 1.5fr 4fr;
  }
  .wr975410 .addr-grid-cell-left {
    text-align: right;
    margin-bottom: 1rem;
  }
  .wr975410 .addr-grid-cell-left.aptorsuite {
    justify-self: end;
    margin-right: 1rem;
  }
  .wr975410 .addr-grid-cell-left.aptorsuite div {
    max-width: 125px;
  }
  .wr975410 .addr-grid-cell-left.aptorsuite label[for=ApartmentOrSuite] {
    white-space: unset !important;
  }
  .wr975410 .addr-grid-cell-left.altphone {
    justify-self: end;
    margin-right: 1rem;
  }
  .wr975410 .addr-grid-cell-left.altphone div {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .add-item-modal {
    width: 85% !important;
  }
}
.pagination li {
  display: inline-block !important;
}

.history-appcta {
  padding: 1rem 0rem;
  color: #F15228;
  text-align: left;
  font-weight: bold;
}
.history-appcta a {
  color: #F15228;
  text-decoration: underline;
}

.history-appcta-mobile {
  position: fixed;
  z-index: 99999999;
  background: white;
  top: 0px;
  width: 100%;
  margin: 0px -8px 0px -8px;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.history-appcta-mobile > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.history-appcta-mobile > div div:nth-child(2n) {
  width: 100%;
}

.history-appcta-mobile-bg {
  position: fixed;
  z-index: 99999998;
  background: rgba(62, 62, 62, 0.5);
  top: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px -8px 0px -8px;
}

.nativeredirect a {
  text-decoration: underline;
  color: #04548F;
}
.nativeredirect h2 {
  color: #04548F;
  font-weight: bold;
}

.plus-minus-input-container {
  flex-basis: 144px;
}

.additionalhours-field {
  display: flex;
  align-items: center;
  gap: 16px;
}
.additionalhours-field .button.add-hours-button {
  margin: 0rem !important;
}

.plus-minus-input.input-group {
  align-items: center;
  border: 1px solid gray;
  border-radius: 32px;
  margin-bottom: 0rem !important;
}
.plus-minus-input button {
  margin: 0rem !important;
}
.plus-minus-input .input-group-field {
  text-align: center !important;
  margin: 0rem;
  padding: 0.5rem;
  border: 0px;
  border-radius: 0px;
  text-align: center;
  box-shadow: none;
}
.plus-minus-input .input-group-field:focus {
  box-shadow: none;
  background: none;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  appearance: none;
}
.plus-minus-input .input-group-button .circle {
  padding: 0.25em 0.8em;
  border: 0px;
  width: 40px;
}

.calendar-flex {
  display: flex;
  align-items: center;
  gap: 16px;
}

#twilio-webchat-widget-root .css-wonh0e {
  z-index: 999;
}
#twilio-webchat-widget-root .css-1xtudba {
  margin: 0px;
}
#twilio-webchat-widget-root .css-8w9ial input, #twilio-webchat-widget-root .css-8w9ial textarea {
  margin: 0px;
  border: 0px;
}
#twilio-webchat-widget-root .css-8w9ial select {
  margin: 0px;
  border: 0px;
  background-image: none;
  background-position: unset;
}
#twilio-webchat-widget-root .css-i15e0k {
  display: flex;
}
#twilio-webchat-widget-root .css-nswdrr {
  display: contents;
}
#twilio-webchat-widget-root .css-1ybjk2 form {
  margin-bottom: 0rem;
}
#twilio-webchat-widget-root .css-1x1ymg5:hover {
  box-shadow: unset;
}
#twilio-webchat-widget-root .css-iek0em {
  padding: 0.5rem 1rem;
}
#twilio-webchat-widget-root .css-9potrf textarea {
  margin: 0px;
  padding: 0.4rem;
}
#twilio-webchat-widget-root .css-nswdrr { /*attach and send chat buttons containers*/
  margin: 0px;
  padding: 0px;
}
#twilio-webchat-widget-root .css-nswdrr button { /*attach AND send chat buttons*/
  padding: 0.25rem;
  margin: 0.25rem;
}
#twilio-webchat-widget-root .css-tqu9me { /*attach button specifically*/
  padding: 0px;
  margin: 0px;
}
#twilio-webchat-widget-root .css-11wa71v { /*chat button specifically*/
  padding: 0px;
  margin: 0px;
}
#twilio-webchat-widget-root .css-13wjvfu { /*attachment container*/
  padding: 0px;
  margin: 0px;
}
#twilio-webchat-widget-root .css-1mwn6kq { /*attachment boxes*/
  padding: 0.5rem;
  margin: 0.25rem 0rem;
}
#twilio-webchat-widget-root .css-1uetzwr { /*icon on attachments*/
  display: none;
}
#twilio-webchat-widget-root .css-9ixith { /*end chat button*/
  width: unset;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
#twilio-webchat-widget-root .css-9ixith button {
  margin: 0rem;
  padding: 0.5rem 1rem;
  width: 100%;
}
#twilio-webchat-widget-root .css-i7ltcv { /*post chat*/
  box-sizing: border-box;
  -webkit-box-pack: start;
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 0px;
  flex-direction: column;
}

.whychooseMH {
  color: #04548F;
  font-weight: 500;
}

.receiptappcallout {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  margin-bottom: 1rem;
}
.receiptappcallout-textcta {
  padding: 2rem;
}
.receiptappcallout-img {
  padding: 0rem;
}
.receiptappcallout-img img {
  width: 100%;
}
.receiptappcallout-iconstack {
  padding: 1rem;
  text-align: center;
}
.receiptappcallout .appicon {
  max-width: 128px;
  margin: 1rem;
}
.receiptappcallout i {
  color: #8db20b;
}

@media screen and (min-width: 1009px) {
  .verticalalign {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1009px) {
  .receiptappcallout-textcta {
    text-align: center;
  }
  .receiptappcallout .appicon {
    max-width: 96px;
    margin: 1rem;
  }
  .receiptappcallout p {
    text-align: center;
  }
  .receiptappcallout-iconh3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .receiptappcallout-iconh3 h3 {
    font-weight: bold;
  }
}
.galleryPhoto {
  display: inline-block;
  position: relative;
}

.galleryPhoto img {
  display: block;
  height: 282px;
}

.galleryPhoto::after {
  content: attr(data-alt);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  color: white;
  text-align: center;
  line-height: 1.5em;
}
