/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2019 | 10:43:19 */
a {
  text-decoration: underline;
}
#main {
  padding-bottom: 0;
}
._section-header {
  background: #bf2033;
}
._section-header._alternate-section-header {
  background: #2c3279;
}
._section-header h3 {
  color: #fff;
  letter-spacing: initial;
  line-height: 1.25em;
  padding: 0.25em 0;
}
._skids-service-row h5:after,
._no-line:after,
._subscribe-row-label h3:after,
._section-row h4:after,
._section-header h3:after {
  display: none;
}
._section-row {
  letter-spacing: 0;
  padding: 32px 0;
}
._highlight-text,
._section-row h4 {
  color: #bf2033;
}
._highlight-text a[href^="tel:"] {
  color: inherit;
}
._section-row._alternate-section-row h4 {
  color: #2c3279;
}
._section-row b {
  font-family: inherit;
}
b._highlight-text {
  font-family: inherit;
}
._highlight-text a {
  color: #2c3279;
  text-decoration: underline;
}
._section-row h4 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
._section-row h4._section-row-title {
  margin-bottom: 1em;
}
._careers-form input[type="submit"],
a._btn,
._section-row button {
  background: #2c3279;
  border: 0;
  box-shadow: 2px -2px 10px #bbb;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25em;
  margin-top: 8px;
  padding: 12px 24px;
}
a._btn:hover {
  background: #3e458f;
  text-decoration: none;
}
._video-placeholder {
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 265px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 1em;
  position: relative;
}
._video-placeholder .vc_icon_element {
  margin-bottom: 8px;
}
._video-placeholder:before {
  background: #2c3279;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
._video-placeholder > div {
  z-index: 2;
  text-shadow: 0 0 10px #555;
}
._video-placeholder._help-video {
  font-size: 0.7em;
  font-style: italic;
  height: 194px;
}
._video-placeholder._help-video .vc_icon_element {
  font-size: 1.5em !important;
}
._subscribe-row-label .wpb_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: right;
}
._subscribe-row-label .wpb_wrapper > div:not(:first-child) {
  margin: 0 0 0 24px;
}
._subscribe-row-label h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 8px 0 0 0;
  padding: 0;
}
._subscribe-row-label .vc_icon_element {
  margin-bottom: 0;
}
._subscribe-row {
  padding: 32px 0;
}
._subscribe-row .mc4wp-form-theme {
  margin-top: 8px;
}
._subscribe-row .stm_newsletter_form {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
._subscribe-row .stm_newsletter_form input {
  border-radius: 0;
  font-size: 0.9em;
}
._subscribe-row .stm_newsletter_form input[type="submit"] {
  background: #2c3279 !important;
  border-color: #2c3279;
  color: #fff;
  -moz-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  font-weight: bold;
  margin-left: -1px;
  margin-top: 0 !important;
  text-transform: uppercase;
}
._section-row .wpb_text_column ul {
  list-style: disc;
  margin-left: 20px;
}
._section-row .wpb_text_column li {
  font-family: inherit;
  font-size: 15px !important;
  letter-spacing: 0;
  line-height: inherit;
  margin-bottom: 0.35em;
  padding: 0;
}
._section-row .wpb_text_column li:before {
  display: none;
}
._section-row-light p,
._section-row-light h4 {
  color: #fff;
}
._section-row-light button {
  background: #fff;
  box-shadow: none;
  color: #29337a;
  display: block;
  margin: 0 auto;
  min-width: 60%;
}
._section-row._section-row-light {
  padding: 0 0 2px;
}
._comparison-table {
  color: #111;
}
._comparison-table th {
  border-top-color: #bf2033 !important;
}
._comparison-table th small {
  display: block;
  font-weight: normal;
}
._comparison-table ._savings {
  color: #bf2033;
  font-weight: bold;
}
._comparison-table b {
  font-family: inherit;
  display: block;
}
._comparison-table-title {
  font-weight: bold;
  margin-bottom: -1px;
  padding: 1em;
  position: relative;
  z-index: 2;
}
._rotating {
  display: inline-block;
  position: relative;
}
._rotating ._contents {
  transition: all 2s;
  display: inline-block;
}
._rotating ._back {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
._rotating ._back ._contents {
  opacity: 0;
  transform: rotateY(180deg);
}
._rotating:hover ._front ._contents {
  opacity: 0;
  transform: rotateY(180deg);
}
._rotating:hover ._back ._contents {
  opacity: 1;
  transform: rotateY(0);
}
._section-row .wpb_text_column ul._step-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
._section-row .wpb_text_column ul._step-icons li {
  margin: 1.5em 0;
}
._section-row .wpb_text_column ul._step-icons ._rotating {
  margin: 0;
}
._step-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
._step-icons > * {
  -moz-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
._step-icons ._back {
  font-size: 0.8em;
}
._step-icons b {
  color: #295182;
  display: block;
  text-transform: uppercase;
}
table._skids-pickup-fees-table th,
table._skids-pickup-fees-table td {
  border: 0;
}
table._skids-pickup-fees-table {
  font-size: 0.7em;
  border-collapse: separate;
  border-spacing: 3px;
}
@media only screen and (max-width: 500px) {
  table._skids-pickup-fees-table {
    font-size: 0.65em;
  }
  ._skid-pickup-fees-price {
    display: block;
  }
  ._skids-pickup-fees-table th {
    font-size: .8em;
  }
}

._skids-pickup-fees-table th {
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}
._skids-pickup-fees-table th b {
  font-size: 1.5em;
  text-transform: uppercase;
}
._skid-pickup-fees-type {
  color: #bf2033;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
._skid-pickup-fees-price {
  color: #2c3279;
  font-size: 2em;
  font-weight: 800;
}
._skid-pickup-fees-price sup {
  top: -0.25em;
}
._skids-pickup-fees-table td i {
  display: block;
  font-size: 0.75em;
}
._skids-service-row h4 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25em;
}
._skid {
  background: no-repeat 100% 0;
  background-size: 280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 300px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
._skid p {
  color: #333;
}
._skid b {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
._red-accordion-price b sup,
._skid b sup {
  font-weight: normal;
  top: -0.25em;
}
._skid h5 {
  background: #fff;
  letter-spacing: 0;
  margin: 0;
  padding: 0.15em 0.5em;
  text-align: center;
}
._skid small {
  display: block;
  font-size: 0.7em;
  line-height: 1.5em;
  padding-top: 0.5em;
  text-align: center;
}
body
  ._red-accordion
  .vc_tta-container
  .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading,
body
  ._red-accordion
  .vc_tta-container
  .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background: #f1f1f2;
}
body
  ._red-accordion
  .vc_tta-container
  .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  background: none;
  border: 1px solid #dcdcdc;
  border-width: 0 1px 1px;
  margin-bottom: 1em;
  padding: 1em;
}
body
  ._red-accordion
  .vc_tta-container
  .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  a {
  color: #333;
  font-size: 0.85em;
  padding: 0.5em 1em;
}
.wpb_content_element._red-accordion-price {
  margin-bottom: 0.5em;
}
._red-accordion-price p {
  color: #bf2033;
  font-weight: bold;
}
._red-accordion-price b {
  font-size: 1.25em;
}
body
  ._red-accordion
  .vc_tta-container
  .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body {
  background: #fff;
}
body
  ._red-accordion
  .vc_tta-container
  .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border: 0;
}
._red-accordion .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 1em;
}
._weight-price-vertical,
._weight-price {
  border-collapse: separate;
  border-spacing: 3px;
}
._weight-price th {
  font-weight: normal;
}
._weight-price td {
  color: #bf2033;
  font-weight: bold;
  text-align: center;
}
._weight-price th:first-child,
._weight-price td:first-child {
  color: #333;
  font-weight: bold;
  padding: 12px;
  text-align: right;
}
.wpb_text_column table._weight-price th {
  background: #f1f1f2;
}
.wpb_text_column table._weight-price td {
  background: #e6e7e8;
}
.wpb_text_column table._weight-price td,
.wpb_text_column table._weight-price th {
  border: 0;
}
._flat-rate-service {
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 0.85em;
}
._flat-rate-service th {
  background: #2c3279;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
._flat-rate-service th b {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
._flat-rate-service th:first-child {
  background: #bf2033;
}
._flat-rate-service td {
  background: #e6e7e8;
  color: #2c3279;
  font-weight: 500;
}
.wpb_text_column table._flat-rate-service td,
.wpb_text_column table._flat-rate-service th {
  border: 0;
  padding: 1em;
}
._rates-more img {
  border: 1px solid #666;
}
._rates-more a {
  color: inherit;
  text-decoration: underline;
}
._rates-more .wpb_single_image {
  margin-bottom: 0.25em;
}
iframe._shipping-calculator {
  border: 0;
  height: 500px;
  width: 100%;
}
.wpb_text_column table._inbound-comparison {
  border-collapse: separate;
  border-spacing: 3px;
  color: #333;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.wpb_text_column table._inbound-comparison th {
  font-weight: normal;
}
.wpb_text_column table._inbound-comparison th,
.wpb_text_column table._inbound-comparison td {
  border: 0;
  text-align: center;
}
.wpb_text_column table._inbound-comparison td {
  vertical-align: middle;
}
.wpb_text_column table._inbound-comparison th:first-child {
  font-size: 1em;
}
.wpb_text_column table._inbound-comparison th:first-child,
.wpb_text_column table._inbound-comparison td:first-child {
  text-align: left;
}
.wpb_text_column table._inbound-comparison tr:nth-child(even) td {
  background: #f1f1f2;
}

.wpb_text_column table._inbound-comparison tr:nth-child(odd) td {
  background: #e6e7e8;
}
.wpb_text_column table._inbound-comparison th._comp {
  background: #bbb;
  color: #fff;
}
.wpb_text_column table._inbound-comparison th._cbp {
  background: #2c3279;
  color: #fff;
}
._bigger-text {
  font-size: 1.15em !important;
}
.wpb_text_column table._inbound-comparison td._bigger-text {
  font-weight: bold;
}
._careers-section h5,
._careers-section h4 {
  color: #222;
  font-size: 2em;
  line-height: 1.15em;
  margin: 0;
  padding: 0;
}
._careers-section h5:after,
._careers-section h4:after {
  display: none;
}
._careers-section h5 {
  font-family: inherit;
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 0.25em;
}
._careers-section .wpb_text_column {
  padding-top: 1em;
  border-top: 1px solid #f1f1f1;
}
@media only screen and (min-width: 980px) {
  ._careers-section .wpb_text_column {
    margin-right: 100px;
  }
}
._careers-form {
  background: #f7f7f7;
  margin-top: 1em;
  padding: 1em;
}
._careers-form input:not([type="submit"]) {
  background: #fff;
  border: 1px solid #eee;
  padding: 0.5em;
}
._careers-form input[type="file"] {
  background: none;
  border: 0;
  padding: 0;
}
._careers-form label {
  color: #222;
  display: block;
  font-weight: normal;
  font-size: 0.9em;
  margin: 1em 0 0.25em;
}
._careers-form label:first-child {
  margin-top: 0;
}
._careers-form input[type="submit"] {
  font-size: 1em;
}
.page-id-4691
  .select2-container.select2-container--default
  .select2-selection--single {
  background: #fff;
  border-color: #eee;
  padding: 0 0.5em;
}
.page-id-4691
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}
.page-id-4691
  .select2-container
  .select2-dropdown
  .select2-results__option--highlighted[aria-selected],
.page-id-4691 .select2-container .select2-dropdown .select2-results__option {
  background: #fff;
  color: inherit;
  font-size: 15px;
  padding: 0.5em;
}
._career-top-details {
  color: #777;
  font-size: 0.8em;
  margin-bottom: 1em;
}
._consolidated-boxes {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
._consolidated-boxes img {
  margin-right: 5px;
}
@media only screen and (min-width: 980px) {
  ._shipping-guy {
    margin: -100px auto 0; display: block;
  }
  iframe._shipping-calculator {
    height: 370px;
  }
}
.wpb_text_column table._weight-price-vertical th {
  color: #333;
}
.wpb_text_column table._weight-price-vertical th,
.wpb_text_column table._weight-price-vertical td {
  background: #e6e7e8;
  border: 0;
}
.wpb_text_column table._weight-price-vertical th:first-child,
.wpb_text_column table._weight-price-vertical td:first-child {
  background: #f1f1f2;
}
.wpb_text_column table._weight-price-vertical td:not(:first-child) {
  color: #bf2033;
  font-weight: bold;
}
.wpb_text_column table._weight-price-vertical td:first-child {
  font-weight: normal;
}
@media only screen and (min-width: 980px) {
  .wpb_text_column table._inbound-comparison-horizontal,
  .wpb_text_column table._weight-price {
    display: block !important;
  }
  .wpb_text_column table._inbound-comparison-vertical,
  .wpb_text_column table._weight-price-vertical {
    display: none !important;
  }
}
@media only screen and (max-width: 979px) {
  .wpb_text_column table._inbound-comparison-horizontal,
  .wpb_text_column table._weight-price {
    display: none !important;
  }
  .wpb_text_column table._inbound-comparison-vertical,
  .wpb_text_column table._weight-price-vertical {
    display: block !important;
  }
}

.wpb_text_column table._inbound-comparison-vertical td {
  vertical-align: top;
}
.wpb_text_column table._inbound-comparison-vertical small {
  display: block;
  font-size: .6em;
}
@media only screen and (min-width: 768px) {
  ._hide-large {
    display: none !important;
  }
  ._hide-small {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  ._hide-small {
    display: none !important;
  }
  ._hide-large {
    display: block !important;
  }

}

@media only screen and (max-width: 769px) {  
  .download-brochure-here  span {
  	font-size: 22px !important;font-weight: 900;text-align: center;padding: 0;color: #293279; margin-left: 0 !important; background: white;
  }
}

.vc_row.vc_column-gap-os>.vc_column_container {
    padding: 17.5px;
}

.download-brochure-here {
text-align: right; margin-bottom: 0; padding: 0; position: absolute; top: 123px;
}


.download-brochure-button {
text-align: right; padding: 0; position: absolute; top: 161px; right: 105px;
}