@charset "UTF-8";

/* CSS Document */

/* .page-wrapper {
    display: none;
} */
.preload-bg {
  display: none;
}
@media (min-width: 1200px) {
  .preload-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .preload-wrapper h3 {
    padding-top: 70px;
    padding-left: 20px;
    font-size: 30px;
    /* position: fixed;
            top: 50%;
            left: 50%;
            transform: translateX(-50%); */
    letter-spacing: 2px;
    text-align: center;
    color: #434343;
  }
  .preload {
    /* position: fixed;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -40%); */

    -webkit-animation: preload-scaleout 3s infinite;
    animation: preload-scaleout 3s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}
@-webkit-keyframes preload-scaleout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes preload-scaleout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.slide-header {
  position: absolute;
  top: 3%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  max-width: 75%;
}
/* .loading {
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
} */

.topbar {
  background-color: #3f3e41;
  padding: 15px 30px;
  display: block;
  margin: 0 auto;
}

.topbar-covid {
  background-color: #EB222E;
  padding: 15px 8px;
  display: block;
  margin: 0 auto;
}

.topbar-text {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  word-spacing: 2px;
  letter-spacing: 1px;
}

.topbar-text-covid {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  word-spacing: 2px;
  letter-spacing: 1px;
}

.topbar-phone {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 1px;
}

.topbar-text,
.topbar-text-covid,
.topbar-phone {
  margin-bottom: 0;
  color: #fff;
}

.topbar-text-covid a {color: #fff;font-weight: 500;}
.topbar-text-covid a:hover {color: #434343;}

/*Modify min-width for break-down to mobile at large size*/

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .slide-header {
    /* opacity: 0; */
    width: 43%;
    max-width: 100%;
    height: auto;
  }
  .topbar {
    background-color: #3f3e41;
  }
  .topbar {
    display: flex;
    justify-content: center;
  }
  .topbar-text {
    padding-right: 20px;
  }
  .topbar-covid {
    background-color: #EB222E;
  }
  .topbar-covid {
    display: flex;
    justify-content: center;
  }
  .topbar-text-covid {
    padding-right: 0;
  }
  .topbar-phone {
    padding-left: 20px;
    padding-top: 0;
  }
}
@media(min-width:1200px) and (max-width:1296px){
  .topbar {padding:22.5px 30px;}
}
@media (min-width: 1366px) {
  .container {
    width: 1336px;
  }
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

@media (min-width: 768px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

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

row {
  margin: 0px !important;
}

/*/////////////////////////////////////*/

/*////////GLOBAL STYLES/////////////*/

/*/////////////////////////////////////*/

* {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #eb212e;
}

a:hover {
  text-decoration: none;
  color: #b11516;
}

p,
ul {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

ul.checklist {
  padding-left: 30px;
}

ul.checklist li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 12px;
}

ul.checklist li:before {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  position: absolute;
  left: 15px;
  color: #ee3a43;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.header-logo-mobile {
  text-align: center;
  padding: 15px;
  position: absolute;
  top: -8px;
  left: -1px;
}

.header-logo-mobile img {
  width: 50px;
}

.logo-mobile-wrap {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px;
}

@media (min-width: 1200px) {
  .logo-mobile-wrap {
  }
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.red {
  color: #eb212e;
}

/*////////////MOVIE STYLES ///////////*/

.mobile-slider {
  background: #fff;
  padding: 40px;
  border-top: 5px solid #ea1d33;
}

.caption h2 {
  text-align: center;
  font-weight: 100;
  color: #404041;
}

.skip {
  background: rgba(255, 255, 255, 0.1);
  height: 49px;
  width: 200px;
  color: #bbbbbb;
  position: absolute;
  top: 4%;
  z-index: 2000;
  right: 4%;
  border: 0;
  font-size: 30px;
  border-radius: 8px;
}

#movie {
  overflow: hidden;
  height: 100vh;
  background: rgba(10, 10, 10, 0.9);
}

#movie > video {
  height: auto;
}

ul.nav > li:hover {
  background: #eee;
}

#outsourced-text {
  bottom: 20px;
  /* position: absolute;*/
  padding: 20px;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 1200px) {
  #outsourced-text {
    background: none;
    bottom: 4%;
    margin: 0 auto;
    text-align: center;
    width: 800px;
    /*margin-left: -400px;*/
    left: 50%;
  }
}

@media (min-width: 1800px) {
  #outsourced-text {
    background: none;
    bottom: 4%;
    margin: 0 auto;
    text-align: center;
    width: 975px;
    /*margin-left: -400px;*/
    left: 50%;
  }
}

.feature.map iframe {
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

/*/////////////////////////////////////*/

/*////////MAIN STYLES/////////////*/

/*/////////////////////////////////////*/

.page-wrapper {
}

.header-wrapper {
  background: transparent;
}

.content-wrapper {
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .content-wrapper {
    margin-top: 35px;
    margin-bottom: -1px;
    padding-top: 100px;
  }
  .section-wrapper{
    margin-top:-5px;
  }
}

.feature-wrapper {
  background: rgba(127, 153, 161, 1);
  background: -moz-linear-gradient(
    left,
    rgba(127, 153, 161, 1) 0%,
    rgba(127, 153, 161, 1) 22%,
    rgba(181, 202, 208, 1) 51%,
    rgba(127, 153, 161, 1) 71%,
    rgba(127, 153, 161, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(127, 153, 161, 1)),
    color-stop(22%, rgba(127, 153, 161, 1)),
    color-stop(51%, rgba(181, 202, 208, 1)),
    color-stop(71%, rgba(127, 153, 161, 1)),
    color-stop(100%, rgba(127, 153, 161, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(127, 153, 161, 1) 0%,
    rgba(127, 153, 161, 1) 22%,
    rgba(181, 202, 208, 1) 51%,
    rgba(127, 153, 161, 1) 71%,
    rgba(127, 153, 161, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(127, 153, 161, 1) 0%,
    rgba(127, 153, 161, 1) 22%,
    rgba(181, 202, 208, 1) 51%,
    rgba(127, 153, 161, 1) 71%,
    rgba(127, 153, 161, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(127, 153, 161, 1) 0%,
    rgba(127, 153, 161, 1) 22%,
    rgba(181, 202, 208, 1) 51%,
    rgba(127, 153, 161, 1) 71%,
    rgba(127, 153, 161, 1) 100%
  );
}

@media (min-width: 1200px) {
  .feature-wrapper {
    /* background: rgba(127, 153, 161, 1);
background: -moz-linear-gradient(left, rgba(127, 153, 161, 1) 0%, rgba(127, 153, 161, 1) 22%, rgba(181, 202, 208, 1) 51%, rgba(127, 153, 161, 1) 71%, rgba(127, 153, 161, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(127, 153, 161, 1)), color-stop(22%, rgba(127, 153, 161, 1)), color-stop(51%, rgba(181, 202, 208, 1)), color-stop(71%, rgba(127, 153, 161, 1)), color-stop(100%, rgba(127, 153, 161, 1)));
background: -webkit-linear-gradient(left, rgba(127, 153, 161, 1) 0%, rgba(127, 153, 161, 1) 22%, rgba(181, 202, 208, 1) 51%, rgba(127, 153, 161, 1) 71%, rgba(127, 153, 161, 1) 100%);
background: -o-linear-gradient(left, rgba(127, 153, 161, 1) 0%, rgba(127, 153, 161, 1) 22%, rgba(181, 202, 208, 1) 51%, rgba(127, 153, 161, 1) 71%, rgba(127, 153, 161, 1) 100%);
background: -ms-linear-gradient(left, rgba(127, 153, 161, 1) 0%, rgba(127, 153, 161, 1) 22%, rgba(181, 202, 208, 1) 51%, rgba(127, 153, 161, 1) 71%, rgba(127, 153, 161, 1) 100%);*/
    position: relative;
    background: none;
  }
}

@media (min-width: 1200px) {
  .ginger-bread-man {
    background: rgba(127, 153, 161, 1);
    background: -moz-linear-gradient(
      left,
      rgba(127, 153, 161, 1) 0%,
      rgba(127, 153, 161, 1) 22%,
      rgba(181, 202, 208, 1) 51%,
      rgba(127, 153, 161, 1) 71%,
      rgba(127, 153, 161, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(127, 153, 161, 1)),
      color-stop(22%, rgba(127, 153, 161, 1)),
      color-stop(51%, rgba(181, 202, 208, 1)),
      color-stop(71%, rgba(127, 153, 161, 1)),
      color-stop(100%, rgba(127, 153, 161, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(127, 153, 161, 1) 0%,
      rgba(127, 153, 161, 1) 22%,
      rgba(181, 202, 208, 1) 51%,
      rgba(127, 153, 161, 1) 71%,
      rgba(127, 153, 161, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(127, 153, 161, 1) 0%,
      rgba(127, 153, 161, 1) 22%,
      rgba(181, 202, 208, 1) 51%,
      rgba(127, 153, 161, 1) 71%,
      rgba(127, 153, 161, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(127, 153, 161, 1) 0%,
      rgba(127, 153, 161, 1) 22%,
      rgba(181, 202, 208, 1) 51%,
      rgba(127, 153, 161, 1) 71%,
      rgba(127, 153, 161, 1) 100%
    );
    padding-top: 150px;
    margin-bottom: -12%;
    width: 80%;
    border-right: 30px solid #eb212e;
    position: relative;
    z-index: -1;
    text-transform: uppercase;
  }
  .ginger-bread-man p {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #545454;
  }
  .ginger-bread-man-wide {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .management-picture {
    margin-top: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .feature-wrapper {
    margin-top: 27px;
  }
}

.feature {
}

.content {
  padding: 35px;
}

/*/////////////////////////////////////*/

/*////////HEADER STYLES/////////////*/

.mobile-drive-callout {
  background: #e8212c;
  width: 100%;
}

.mobile-drive-callout img {
  margin: 0 auto;
  text-align: center;
  width: 75%;
  display: block;
  padding: 0px;
  padding-top: 10px;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .mobile-drive-callout img {
    width: 50%;
  }
}

.header-phone {
  color: #eb212e;
  font-size: 20px;
  padding: 20px;
  margin-right: 25px;
}

/*/////////////////////////////////////*/

/*/////////////////////////////////////*/

/*////////SUBPAGE STYLES/////////////*/

/*/////////////////////////////////////*/

.subpage {
  background: #fff;
}

@media (min-width: 1200px) {
  .subpage {
    background: #d3e5ed;
  }
}

.content {
  padding: 35px;
  margin-bottom: 30px;
}

/*.future {
background-image: url(../../content/images/background-robot-arm.png);
background-position: bottom;
background-position: right;
background-size: contain;
background-repeat: no-repeat;
}*/

.robot-arm {
  padding-top: 30px;
  text-align: center;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .robot-arm {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .content {
    padding: 20px;
    padding-right: 200px;
    padding-left: 50px;
    max-width: 1300px;
  }
}

.content h1 {
  text-transform: uppercase;
  color: #545454;
  margin-bottom: 40px;
  margin-top: 22px;
  font-size: 3.9rem;
  line-height: 0.9;
}

@media (max-width: 400px) {
  .content h1 {
    font-size: 40px;
    line-height: 43px;
  }
}

.content h2 {
  color: #eb212e;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 1.8rem;
}

.content h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #545454;
  padding-bottom: 10px;
  padding-top: 10px;
}

.content p {
  color: #545454;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  font-size: 16px;
}

.content ul {
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  color: #545454;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 14px;
  margin-bottom: 15px;
}

.content li {
  padding-left: 1em;
  text-indent: -0.7em;
  line-height: 23px;
  font-size: 16px;
}

.timeline-first {
  margin-top: 25px;
}

.timeline.row {
  margin-left: -15px;
  margin-right: -15px;
}

.timeline .col-xl-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.timeline-container {
  margin-bottom: 25px;
}

.timeline-image {
  margin-bottom: 15px;
  /*border: solid 1px #545454;*/
}

.timeline-image img {
  border: solid 1px #545454;
}

.content .timeline-text h2 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.google-maps {
  margin-top: 15px;
  margin-bottom: 15px;
}

.management-title {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.content li::before {
  content: "•";
  color: #eb212e;
  margin-right: 5px;
}

.callout-quote {
  padding: 45px;
  background: #eee;
  width: 100%;
}

.links-container {
  margin-top: 25px;
}

.links-container a {
  background-color: rgba(250, 248, 248, 0);
  color: #eb212e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.links-container a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .links-container a:hover {
    background-color: #eee;
  }
}

@media (min-width: 1200px) {
  .callout-quote {
    background: none;
    width: 90%;
    margin: 0 auto;
  }
}

.quote-header {
  color: #545454;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .quote-header {
    margin-top: 25px;
  }
}

.quote-body {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding-top: 5px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding-right: 65px;
  padding-left: 65px;
  margin: 0 auto;
  font-weight: 100;
}

.quote-body:before {
  background: url(../../content/images/subpage-icon-quote-left.png) top center no-repeat;
  position: absolute;
  content: " ";
  left: -16px;
  top: -3px;
  height: 45px;
  z-index: 20000000000;
  width: 65px;
  background-size: contain;
}

.quote-body::after {
  background: url(../../content/images/subpage-icon-quote-right.png) top center no-repeat;
  position: absolute;
  content: " ";
  right: -16px;
  top: -3px;
  height: 45px;
  z-index: 20000000000;
  width: 65px;
  background-size: contain;
}
.quote-firstline{
  color: #545454!important;
  margin-bottom: 0!important;
  margin-top:0!important;
  font-weight:400!important;
  font-size:calc(3.9vw + 8.5px)!important;
}
.quote-secondline{
  color: #eb212e;
  margin-top:0!important;
  font-size:calc(3.9vw + 8.5px)!important;
  
}
.quote-secondline span{
  white-space: nowrap;
}
@media(min-width:576px){
  .quote-firstline,
  .quote-secondline{
    font-size:1.8rem!important;
}


}

.quote-name{
  font-weight:600;
}
.mobile-bread-man {
  color: #545454;
  padding: 10px;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  padding-right: 30px;
  background: #7f99a1;
  text-transform: uppercase;
}

.papa-bread {
  color: #000;
  text-transform: uppercase;
}

.bottom-header {
  font-size: 4rem;
}

@media (max-width: 400px) {
  .bottom-header {
    font-size: 40px;
  }
}

/*//////////// NEWS MANAGER - Careers ////////*/

.nm_post_title a {
  color: #ea1d33;
}

.nm_post {
  margin-bottom: 30px;
  border-bottom: 1px solid #bccdd4;
  padding-bottom: 30px;
}

.apply-button-driver {
  padding: 11px 10px 10px 10px;
  background-color: #eb212e;
  width: 200px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 35px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  border: 1pt solid #545454;
}

.apply-button-driver:hover {
  background-color: #b11516;
}

.location-wrap {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .location-wrap {
    padding-right: 25px;
  }
}

/** COVERAGE MAp **/

.coverage-map {
  max-width: 450px;
  margin: 0 auto;
  display: block;
  position: relative;
  min-height: 600px;
}

.coverage-map h1 {
  text-transform: uppercase;
  color: #545454;
  margin-bottom: 30px;
  margin-top: 22px;
  font-size: 2.8rem;
  line-height: 0.9;
  text-align: center;
}

.map-toggle-body {
  position: absolute;
  padding: 20px;
}

.location-switch {
  border: 1px solid #929292;
  width: 210px;
  float: left;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin: auto auto;
}

@media (max-width: 800px) {
  .location-switch {
    width: 80%;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
}

#toronto-button {
}

@media (min-width: 992px) {
  #toronto-button {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.location-switch:hover {
  background: #000;
  color: #fff;
}

.location-title {
  color: #eb212e;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #929292;
  margin-top: 19px;
  margin-bottom: 20px;
  font-size: 24px;
}

.location-address p,
.location-phone p {
  color: rgb(75, 75, 75);
  font-size: 16px;
  line-height: 24px;
  padding-top: 0px;
}

.location-toggle {
  height: 60px;
}

@media (max-width: 600px) {
  .location-toggle {
    height: auto;
  }
}

#ottawa {
  display: none;
}

@media (min-width: 1200px) {
  .service-map {
    background: url(../../content/images/service-map-background.jpg) top center no-repeat #d3e5ed;
    height: 82vh;
    background-size: contain;
  }
}

/*/////////////////////////////////////*/

/*////////HOMEPAGE STYLES/////////////*/

/*/////////////////////////////////////*/

.home {
  overflow: visible;
}

.scroll {
  overflow: auto !important;
  background: red;
}

#oam {
  /* background: url(../../content/images/section1-mobile-background.jpg) top center no-repeat; */
  background: url("../../content/images/section1-mobile.jpg") top center no-repeat;
  padding-bottom: 95.2%;
  background-size: contain;
}

.oam-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  #oam {
    /* margin-top: -95px; */
    background: none;
    padding-bottom: 0%;
  }
}

@media (max-width: 1200px) {
  .flow-wrapper {
    display: none;
  }
}

@media (min-width: 1200px) {
  .oam-wrapper {
    height: 50.39vw;
    display: block;
  }
  .section {
  }
}

#section1 {
  background: url(../../content/images/section2-mobile-background.png) top center no-repeat;
  padding-bottom: 114%;
  background-size: contain;
  margin-top: -10px;
  position: relative;
}

@media (min-width: 1200px) {
  #section1 {
    background: url(../../content/images/home-section-outsource.jpg) top center no-repeat;
    background-size: cover;
    height: 0;
    width: 100%;
    padding-bottom: 52%;
    position: relative;
    margin-top: 0;
  }
}

.map-pin {
  position: absolute;
  top: 19%;
  left: 24%;
}

.map-pin img {
  width: 60%;
}

@media (min-width: 1200px) {
  .map-pin img {
    width: 10vw;
  }
}

.section-one-wrap {
  position: absolute;
  width: 100%;
  bottom: 4%;
  padding-left: 4%;
  padding-right: 4%;
}

@media (max-width: 767px) {
  .section-one-wrap {
    bottom: 9%;
  }
}
#section2 {z-index: 99;}
@media (max-width: 1200px) {
  #section2 {
    background: url(../../content/images/section3-mobile-background.png) top center no-repeat;
    padding-bottom: 114%;
    background-size: cover;
    margin-top: -10px;
    position: relative;
    width: 100%;
    
  }
}
@media(min-width:576px) and (max-width:991px){
  #section2{
    padding-bottom:calc(60vw + 253px);
  }
}
@media(min-width:992px) and (max-width:1200px){
  #section2{
    padding-bottom:87%;
  }
}
@media (min-width: 1200px) {
  #section2 {
    padding-bottom: 49%;
    width: 100%;
    z-index: 400;
    position: relative;
    margin-top: 0;
  }
}
#section2 .section-body p{
  color:#fff;
}

.image-top {
  background-size: cover;
  height: 100vh;
  width: 100%;
  z-index: 400;
  /* min-height: 1000px;*/
  position: absolute;
}

.image-behind {
  width: 82%;
  position: absolute;
}

#section3 {
  background: url(../../content/images/section4-mobile.jpg) top center no-repeat;
  padding-bottom: 171%;
  background-size: contain;
  position: relative;
  /*z-index:-99;*/
  margin-top: 0;
}
@media(min-width:576px){
  #section3 {
    margin-top:-80px;
  }
}
@media(min-width:768px){
  #section3 {
    margin-top:-136px
  }
}
@media (min-width: 1200px) {
  #section3 {
    padding-bottom: 49%;
    width: 100%;
    z-index: 400;
    position: relative;
    margin-top: 0;
  }
}

#section4 {
  background: #fff;
  padding-bottom: auto;
  background-size: contain;
  position: relative;
}

@media (min-width: 1200px) {
  #section4 {
    background: url(../../content/images/service-map-homepage-background.jpg) center no-repeat;
    background-size: cover;
    height: 0;
    width: 100%;
    padding-bottom: 47%;
    position: relative;
  }
}

.heading-text {
  z-index: 500000;
  position: absolute;
  text-transform: uppercase;
  line-height: 1.1;
}

.heading-text-outsourced {
  text-transform: uppercase;
  line-height: 1.1;
}

.heading-text h1 {
  line-height: 0.9;
}

.red-text h1 {
  color: #eb212e;
}

.heading-wrap {
  position: relative;
  height: 100vh;
}

#advantage-top h1 {
  font-size: 9.7vw;
}

#advantage-bottom h1 {
  font-size: 14.5vw;
}

@media (min-width: 1200px) {
  #advantage-top h1 {
    font-size: 6vw;
    line-height: 4vw;
  }
  #advantage-bottom h1 {
    font-size: 8.5vw;
  }
}

#outsourced-advantage {
  text-align: center;
}

/*@media(min-width:1200px){
#outsourced-advantage {
bottom: 23%;
width: 100%;
text-align: center;
}
}*/

@media (max-width: 560px) {
  #outsourced-advantage {
    bottom: 43%;
  }
}

#say-no {
  top: calc(23vw - 75px);
  right: 0;
  width: 100%;
}
@media(min-width:576px){
  #say-no {
    top:10%;
  }
}
@media(min-width:768px){
  #say-no {
    top:13%;
  }
}
@media (min-width: 1200px) {
  #say-no {
    /* right: -8%; */
    top: 9%;
    width: 708px;
  }
}

@media (min-width: 1366px) {
  #say-no {
    top: 15%;
   }
}

@media (min-width: 1600px) {
  #say-no {
    /* right: -2%; */
  }
}

@media (min-width: 1700px) {

}

@media (min-width: 1800px) {
  #say-no {
    right: 0;
  }
}

@media (min-width: 2000px) {
  #say-no {
    right: 5%;
    top: 22%;
    width: 708px;
  }
}

#say-no-top h1 {
  text-align: center;
  font-size: 20vw;
}

@media (min-width: 1200px) {
  #say-no-top h1 {
    font-size: 7vw;
  }
}

#say-no-bottom h1 {
  text-align: center;
  font-size: 25vw;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  #say-no-bottom h1 {
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  #say-no-bottom h1 {
    font-size: 9vw;
  }

}

.section-body {
  margin-top: 40px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  font-weight: 100;
  z-index: 50000;
}

.section-body p {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-weight: 100;
  color: #fff;
}
@media(max-width:1199px){
  .section-body p {
    color:#80867e;
  }
}
@media(max-width:575px){
  #section3 .section-body{
    padding-top: 0px;
}
}
@media(min-width:576px){
  #section3 .section-body{
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .section-body p {
    font-size: 16px;
    line-height: 22px;
  }
  #section3 .section-body{
  max-width: 800px;
  }

}

@media (min-width: 1200px) {
  .section-body p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1366px) {
  .section-body p {
    font-size: 20px;
    line-height: 28px;
  }
}

#dedicated-text {
  position: absolute;
  bottom: 5%;
  padding: 14px;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  #dedicated-text {
    bottom: 2%;
  }
}
@media(min-width:576px){
  #dedicated-text {
    left: 30%;
    transform: translateX(-22%);
  }
}
@media (min-width: 1200px) {
  #dedicated-text {
    position: absolute;
    bottom: 2%;
    margin-left: -400px;
    left: 50%;
    max-width: 800px;
    transform: none;
  }
}

.down-arrow {
  position: absolute;
}

#down-arrow1 {
  bottom: 20px;
  right: 20%;
  cursor: pointer;
}

#down-arrow2 {
  bottom: 1%;
  left: 8%;
  z-index: 800;
  cursor: pointer;
}

#down-arrow3 {
  right: 43%;
  margin-top: 5%;
  cursor: pointer;
}

#down-arrow4 {
  bottom: -50px;
  right: 20%;
  z-index: 30;
  cursor: pointer;
}

.read-more {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 40px;
  background-image: url(../../content/images/button-read-more-black.png);
  background-repeat: no-repeat;
  background-position: center;
}

.read-more-black {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 40px;
  background-image: url(../../content/images/button-read-more-black.png);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 67px;
}

#ontario.read-more-red {
  background-position: left !important;
}

.read-more-red {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 20px;
  background-image: url(../../content/images/button-read-more-red.png);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 67px;
}


.read-more-black:hover {
  background-image: url(../../content/images/button-read-more-red.png);
}

.read-more-red:hover {
  background-image: url(../../content/images/button-read-more-red-hover.png);
}

@media (max-width: 767px) {
  .read-more {
    margin-top: 20px;
  }
}
#say-no p,#map .section-body p{
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
.section-body p{
  text-transform: none;
}
@media (max-width: 575px) {
  #section3 .read-more-red {
    margin-top: 10px;
    background-size:contain;
    width:64%;
  }
  #section3 p {
    margin-bottom: 10px;
  }
  #say-no-bottom h1{
    font-size: 23vw;
  }
  #say-no-top h1 {
     font-size: 18vw;
}

#dedicated-text .read-more {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 25px;
}

.embed-responsive {
  position: absolute;
  z-index: 5000;
}

#say-no p {
  width: 71%;
  color: #80867e;
  /* font-size: 22px;*/
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 0px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}
}
@media (max-width: 767px) {
  #say-no p {
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  #say-no p {
    width: 390px;
    font-size: 18px;
    line-height: 25px;
    padding-right: 1%;
    padding-left: 1%;
    margin:auto;
    color: #80867e;
  }
}

@media (min-width: 1366px) {
  #say-no p {
    width: 400px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1600px) {
  #say-no p {
    width: 500px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1800px) {
  #say-no p {
    font-size: 24px;
    line-height: 33px;
  }
}

black-text {
  color: #000;
  text-transform: uppercase;
}

#map {
  position: static;
  top: 10%;
  left: 100px;
  /*background: blue;*/
  margin: 0 auto;
  padding: 20px;
  width: 86%;
  padding-top: 10%;
}

@media (max-width: 767px) {
  #map {
    padding: 30px 20px;
  }
}

@media (min-width: 1200px) {
  #map {
    position: absolute;
    top: 10%;
    left: 100px;
    background: none;
    padding-top: 0;
    width: auto;
  }
}

#we-call h1 {
  font-size: 12vw;
}

#ontario h1 {
  font-size: 20vw;
}

#home h1 {
  font-size: 30vw;
}

@media (min-width: 1200px) {
  #we-call h1 {
    font-size: 4vw;
  }
  #ontario h1 {
    font-size: 8vw;
  }
  #home h1 {
    font-size: 12vw;
  }
}

#map .section-body p {
  text-align: left;
  color: #80867e;
}

#map .section-body {
  max-width: 550px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  #map .section-body {
    margin-left: 7px;
  }
}

#map .section-body .read-more {
  text-align: left;
}

/*/////////////////////////////////////*/

/*///////FOOTER STYLES/////////////*/

/*/////////////////////////////////////*/

.footer-wrapper {
  background: #000;
  /*padding-bottom: 10px;*/
}

.footer-nav {
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav li a {
  font-size: 24px;
  color: #fff;
  line-height: 45px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav li a:hover {
  color: #000;
}

.truck-image-mobile {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .footer-nav li a:hover {
    color: #eb212e;
  }
}

@media (min-width: 1200px) {
  .footer-nav li a {
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #000;
    margin: 0px 10px;
    font-size: 14px;
  }
}

.footer-nav li a:last-of-type {
  border-right: 0;
}

.footer-bottom-wrapper {
  border-top: #000 solid 1px;
}

.footer-bottom {
  text-align: center;
  font-size: 11px;
  color: #fff;
}

.footer-nav {
  background: #e8212c;
  border-top: 15px solid #000;
}

@media (min-width: 1200px) {
  .footer-nav {
    background: none;
    border-top: none;
  }
}

.footer-nav ul {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .footer-nav ul {
    padding-left: 0;
    text-align: left;
  }
}

.footer-nav li {
  display: block;
}

@media (min-width: 1200px) {
  .footer-nav li {
    display: inline-block;
  }
}

.footer-logo {
  text-align: center;
  margin: 20px 0 20px 0;
  border-bottom: 1px solid red;
  padding-bottom: 25px;
}

@media (min-width: 1200px) {
  .footer-logo {
    text-align: left;
    border-bottom: none;
  }
}

.footer-truck-background {
  background: none;
  padding-bottom: 18%;
  background-size: cover;
  width: 100%;
}

@media (min-width: 1750px) {
  .footer-truck-background {
    background: url(../../content/images/footer-image-left-fade.jpg) top right no-repeat;
    padding-bottom: 18%;
    background-size: cover;
    width: 100%;
  }
}

.footer-left-wrapper {
}

@media (min-width: 1200px) {
  .footer-left-wrapper {
    max-width: 800px;
    margin-left: 11%;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.copyright {
  margin: 15px 0 15px 0;
  width: 100%;
}

.copyright p {
  text-align: center;
  border-bottom: none;
  padding-bottom: 12px;
  width: 100%;
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
}

@media (min-width: 1200px) {
  .copyright p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #eb212e;
    padding-bottom: 20px;
  }
}

.footer-bottom {
}

.footer-location-header {
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .footer-location-header {
    text-align: left;
  }
}

.footer-location-address {
  margin-bottom: 32px;
}

.footer-location-address p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .footer-location-address p {
    text-align: left;
    font-size: 16px;
  }
}

.location {
  width: 100%;
  margin-top: 5px;
}

.footer-location-phone p {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

@media (min-width: 1200px) {
  .footer-location-phone p {
    text-align: left;
  }
}

.trypm {
  margin-top: 20px;
}

.trypm p {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}

@media (min-width: 1200px) {
  .trypm p {
    text-align: left;
  }
}

.trypm a {
  color: #eb212e;
}

.trypm a:hover {
  color: #b11516;
}

@media (max-width: 767px) and (min-width: 1200px) {
  .left {
    border-right: 1px solid #e8212c;
  }
}

@media (min-width: 1200px) {
  .left {
    border-right: 0px;
    padding-left: 0px;
  }
}

.footer-eighty-years {
  position: absolute;
  left: 52%;
  top: 29%;
}

.footer-eighty-years img {
  width: 80%;
}

@media (max-width: 1750px) {
  .footer-eighty-years img {
    width: 100%;
  }
  .footer-eighty-years {
    left: 67%;
    top: 22%;
  }
}

.left {
  border-right: 1px solid red;
}

@media (min-width: 1200px) {
  .left {
    border-right: none;
  }
}

@media (max-width: 992px) {
  .left {
    border-right: none;
  }
}

.first a {
  margin-left: 0px !important;
}

/*/////////////////////////////////////*/

/*///////GENERIC STYLES/////////////*/

/*/////////////////////////////////////*/

img.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.no-wrap {
  white-space: nowrap;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0;
}

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

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto !important;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.RoundCorners {
  -moz-border-radius-bottomright: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  -moz-border-radius-bottomleft: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  -moz-border-radius-topright: 4px 4px;
  border-top-right-radius: 4px 4px;
  -moz-border-radius-topleft: 4px 4px;
  border-top-left-radius: 4px 4px;
}
