@font-face {
  font-family: 'Helvetica Neue Bold';
  font-style: normal;
  font-weight: bold;
  src: url('/assets/fonts/HelveticaNeueBold.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica Neue Medium';
  font-style: normal;
  font-weight: bold;
  src: url('/assets/fonts/HelveticaNeue-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica Neue Light';
  font-style: normal;
  font-weight: bold;
  src: url('/assets/fonts/HelveticaNeueLight.woff') format('woff');
}
body a.ready-to-talk {
  padding: 10px 20px;
  background-color: #2553FB;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  letter-spacing: -0.48px;
  text-align: center;
  width: 150px;
  display: block;
  position: fixed;
  z-index: 999;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body a.ready-to-talk:hover {
  cursor: pointer;
  background-color: #0D2044;
  text-decoration: none;
}
body a.ready-to-talk.hide {
  opacity: 0;
}
body nav {
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: fixed;
  z-index: 999;
}
body nav .left a {
  cursor: pointer;
}
body nav .left a img {
  max-width: 150px;
}
body nav .right {
  width: 80%;
}
body nav .right .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body nav .right .links a {
  font-family: 'Helvetica Neue Bold', sans-serif;
  font-weight: bold;
  color: #0D2044;
  letter-spacing: 0;
  padding: 0 20px;
  cursor: pointer;
}
body nav .right .links a:hover {
  color: #2553FB;
  text-decoration: none;
}
body nav .right .links a.active {
  color: #2553FB;
  text-decoration: none;
}
body nav .right .links a.nav-ready-to-talk {
  padding: 10px 20px;
  background-color: #2553FB;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  letter-spacing: -0.48px;
  text-align: center;
  width: 150px;
  display: block;
  z-index: 999;
}
body nav .right .links a.nav-ready-to-talk:hover {
  cursor: pointer;
  background-color: #0D2044;
  text-decoration: none;
}
body #reveal1,
body #reveal2 {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body #reveal1.visible,
body #reveal2.visible {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
body .dist-center {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1.6s ease-out;
  transition: all 1.6s ease-out;
}
body .dist-center.visible {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
body .intro {
  background-image: url('/assets/images/DematicIntroCollage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  z-index: 99;
  position: relative;
}
body .intro .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body .intro .copy .content h1 {
  color: #E85841;
  font-family: 'Helvetica Neue Bold', sans-serif;
  font-weight: bold;
  letter-spacing: -2.52px;
}
body .intro .copy .content p {
  color: white;
  font-family: 'Helvetica Neue', sans-serif;
}
body .intro .copy .content h3 {
  font-family: 'Helvetica Neue Light', sans-serif;
  font-weight: lighter;
  color: white;
}
body .intro .watch-video {
  margin: auto;
}
body .intro .watch-video a {
  display: block;
  background-image: url('/assets/images/oranges.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
body .intro .watch-video .play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('/assets/images/PlayButton.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 50%;
}
body .mobile-video .watch-video {
  margin: auto;
}
body .mobile-video .watch-video a {
  display: block;
  background-image: url('/assets/images/oranges.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
body .mobile-video .watch-video .play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('/assets/images/PlayButton.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 50%;
}
body .own-your-system {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body .own-your-system .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
  background-color: #FCAF17;
}
body .own-your-system .left .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body .own-your-system .left .content .copy h2 {
  color: #0D2044;
  font-weight: bold;
  font-family: 'Helvetica Neue Bold', sans-serif;
}
body .own-your-system .left .content .copy h3 {
  font-family: 'Helvetica Neue Light', sans-serif;
  font-weight: lighter;
  color: #0D2044;
}
body .own-your-system .left .content .copy p {
  color: #0D2044;
  font-family: 'Helvetica Neue Light', sans-serif;
}
body .own-your-system .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
  background-image: url('/assets/images/DataCollectionIllustration_Dematic.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body .dist-solns {
  height: 100%;
}
body .dist-solns .bar {
  background-color: #2553FB;
  display: block;
  width: 2px;
}
body .dist-solns .one h2 {
  color: #2553FB;
  font-weight: lighter;
  font-family: 'Helvetica Neue Light', sans-serif;
  margin: auto;
  text-align: center;
}
body .dist-solns .two {
  margin: auto;
}
body .dist-solns .two h2 {
  color: #0D2044;
  font-weight: bold;
  font-family: 'Helvetica Neue Bold', sans-serif;
  display: block;
  margin: auto;
  text-align: center;
}
body .dist-solns .two h3 {
  font-family: 'Helvetica Neue Light', sans-serif;
  font-weight: lighter;
  color: #2553FB;
  text-align: center;
}
body .dist-solns .two p {
  color: #0D2044;
  font-family: 'Helvetica Neue Medium', sans-serif;
  font-weight: 500;
  text-align: center;
}
body .dist-solns .three .distribution-centers-three {
  background-image: url('/assets/images/LightGrayWaveShapeBG.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body .dist-solns .three .distribution-centers-three .dc {
  background-image: url('/assets/images/DCIllustration.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .dist-solns .three .distribution-centers-three .dark {
  background-image: url('/assets/images/DSIllustration.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .dist-solns .three .distribution-centers-three .mc {
  background-image: url('/assets/images/MFIllustration.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .dist-solns .three .distribution-centers-three-mobile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body .dist-solns .three .distribution-centers-three-mobile .dc {
  width: 100%;
  background-image: url('/assets/images/DCIllustration.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .dist-solns .three .distribution-centers-three-mobile .dark {
  width: 100%;
  background-image: url('/assets/images/DSIllustration.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .dist-solns .three .distribution-centers-three-mobile .mc {
  width: 100%;
  background-image: url('/assets/images/MFIllustration.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .dist-solns .three .distribution-centers-three-mobile .option {
  margin-bottom: 20px;
}
body .dist-solns .three .distribution-centers-three-mobile .option ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
body .dist-solns .three .distribution-centers-three-mobile .option .capital-investment {
  width: 100%;
  text-align: center;
  font-family: 'Helvetica Neue Bold', sans-serif;
  margin-top: 20px;
}
body .dist-solns .three h3 {
  font-family: 'Helvetica Neue Light', sans-serif;
  font-weight: lighter;
  color: #2553FB;
  text-align: center;
}
body .dist-solns .three .options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto;
}
body .dist-solns .three .options-container .option ul {
  list-style: none;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
body .dist-solns .three .options-container .option ul li {
  color: #0D2044;
  font-family: 'Helvetica Neue Light', sans-serif;
}
body .dist-solns .three .options-container .option .capital-investment {
  width: 100%;
  text-align: center;
  font-family: 'Helvetica Neue Bold', sans-serif;
  margin-top: 20px;
}
body .dist-solns .three .options-container .option .capital-investment .amt {
  width: 100%;
  text-align: center;
  font-family: 'Helvetica Neue Bold', sans-serif;
}
body .dist-solns .four h2 {
  color: #0D2044;
  font-weight: bold;
  font-family: 'Helvetica Neue Bold', sans-serif;
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
body .dist-solns .four .dist-ecosystem {
  background-image: url('/assets/images/DistributionEco-System_4.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
}
body .dist-solns .four .dist-ecosystem-mobile {
  background-image: url('/assets/images/DistributionEco-System_mobile_3.jpg?v=1');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
}
body .dist-solns .five {
  position: relative;
}
body .dist-solns .five .gear {
  background-image: url(/assets/images/BackgroundCircleElements.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 89;
  margin: auto;
  left: 0;
  right: 0;
}
body .dist-solns .five .gear-part {
  background-image: url(/assets/images/ForegroundCircleElements.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  z-index: 90;
  left: 0;
  right: 0;
}
body .dist-solns .five .content {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #EFEDEA;
  top: 400px;
  z-index: 89;
  /*.text {
          position: absolute;
          left: 0;
          right: 0;
          h2 {
            color: #0D2044;
            font-weight: bold;
            font-family: 'Helvetica Neue Bold', sans-serif;
            display: block;
            margin: auto;
            text-align: center;
          }
          h3 {
            font-family: 'Helvetica Neue Light', sans-serif;
            font-weight: lighter;
            color: #2553FB;
            text-align: center;
          }
        }*/
}
body .process-slider-section {
  width: 100%;
  height: 100vh;
  background-color: #EFEDEA;
  position: relative;
  z-index: 90;
}
body .process-slider-section h2 {
  color: #0D2044;
  font-weight: bold;
  font-family: 'Helvetica Neue Bold', sans-serif;
  display: block;
  margin: auto;
  text-align: center;
}
body .process-slider-section h3 {
  font-family: 'Helvetica Neue Light', sans-serif;
  font-weight: lighter;
  color: #2553FB;
  text-align: center;
}
body .process-slider-section .process-slider-container {
  width: 80%;
  margin: auto;
  background-color: #EFEDEA;
  position: relative;
}


body .process-slider-section .process-slider-container .process-slider {
  height: 60vh;
  top: 30vh;
  width: 100%;
  background-color: white;
}

@media (max-width: 1200px){
body .process-slider-section .process-slider-container .process-slider {
  height: 400px;
  top: 30vh;
  width: 100%;
  background-color: white;
} 
}





body .process-slider-section .process-slider-container .process-slider .slick-list,
body .process-slider-section .process-slider-container .process-slider .slick-track {
  height: 60vh;
}
body .process-slider-section .process-slider-container .process-slider .slick-dots {
  top: 10vh !important;
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li {
  display: block;
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li.slick-active {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li.slick-active button {
  border-bottom: 4px solid #FCAF17;
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li.slick-active button::before {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li:nth-of-type(1) button::before {
  content: '01.';
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li:nth-of-type(2) button::before {
  content: '02.';
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li:nth-of-type(3) button::before {
  content: '03.';
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li:nth-of-type(4) button::before {
  content: '04.';
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li:nth-of-type(5) button::before {
  content: '05.';
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li:nth-of-type(6) button::before {
  content: '06.';
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li button {
  margin: auto;
  width: 100%;
  border-bottom: 4px solid white;
}
body .process-slider-section .process-slider-container .process-slider .slick-dots li button::before {
  font-family: ocr-a-std, monospace;
  color: #0D2044;
  text-align: center;
  width: 100%;
}
body .process-slider-section .process-slider-container .process-slider .slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .process-slider-section .process-slider-container .process-slider .slide:nth-child(1) {
  background-image: url('/assets/images/SceneA_2.jpg');
}
body .process-slider-section .process-slider-container .process-slider .slide:nth-child(2) {
  background-image: url('/assets/images/SceneB_2.jpg');
}
body .process-slider-section .process-slider-container .process-slider .slide:nth-child(3) {
  background-image: url('/assets/images/SceneC_2.jpg');
}
body .process-slider-section .process-slider-container .process-slider .slide:nth-child(4) {
  background-image: url('/assets/images/SceneD_2.jpg');
}
body .process-slider-section .process-slider-container .process-slider .slide:nth-child(5) {
  background-image: url('/assets/images/SceneE_2.jpg');
}
body .process-slider-section .process-slider-container .process-slider .slide:nth-child(6) {
  background-image: url('/assets/images/SceneF_2.jpg');
}
body .process-slider-section .process-slider-container .process-captions-slider-holder .yellow-line {
  background-color: #FCAF17;
  height: 4px;
  margin: auto;
  display: block;
  position: absolute;
  top: 14vh !important;
  z-index: 90;
}
body .process-slider-section .process-slider-container .process-captions-slider {
  background-color: white;
  position: absolute;
  top: 10vh;
  height: 20vh;
  width: 100%;
  z-index: 80;
}
body .process-slider-section .process-slider-container .process-captions-slider .slick-track,
body .process-slider-section .process-slider-container .process-captions-slider .slick-list {
  height: 100% !important;
}
body .process-slider-section .process-slider-container .process-captions-slider .slick-track .slick-slide,
body .process-slider-section .process-slider-container .process-captions-slider .slick-list .slick-slide {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body .process-slider-section .process-slider-container .process-captions-slider .slick-track .slick-slide .caption,
body .process-slider-section .process-slider-container .process-captions-slider .slick-list .slick-slide .caption {
  font-weight: bold;
  font-family: 'Helvetica Neue Bold', sans-serif;
  text-align: center;
  color: #0D2044;
}
body .why-dematic {
  background-color: #EFEDEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 100px;
}
body .why-dematic .left {
  height: 100%;
  background-size: cover;
  background-image: url('/assets/images/DematicExperienceIllustration_4.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
body .why-dematic .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
}
body .why-dematic .right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100% !important;
}
body .why-dematic .right .content .copy h2 {
  color: #0D2044;
  font-weight: bold;
  font-family: 'Helvetica Neue Bold', sans-serif;
}
body .why-dematic .right .content .copy h3 {
  font-family: 'Helvetica Neue Light', sans-serif;
  font-weight: lighter;
  color: #0D2044;
}
body .why-dematic .right .content .copy ul li {
  list-style: none;
  background-image: url(/assets/images/list-triangle.png);
  background-size: 10px;
  background-position: top left;
  padding-left: 40px;
  min-height: 20px;
  background-repeat: no-repeat;
  font-family: 'Helvetica Neue Medium', sans-serif;
}
body .why-dematic .right .content .copy p {
  color: #0D2044;
  font-family: 'Helvetica Neue Light', sans-serif;
}
body .why-dematic .right .content .copy a {
  background-color: #2553FB;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  text-align: center;
  display: block;
}
body .get-more-info {
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
body .get-more-info .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body .get-more-info .content .copy h2 {
  color: #0D2044;
  font-weight: bold;
  font-family: 'Helvetica Neue Bold', sans-serif;
  text-align: center;
}
body .get-more-info .content .copy .contact-form iframe {
  min-height: 800px;
  border: none;
  overflow-y: scroll;
}
footer {
  background-color: #0D2044;
  min-height: 250px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
footer .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 80%;
  margin: auto;
}
footer .content .left,
footer .content .right {
  padding: 0 40px;
}
footer .content .left a img,
footer .content .right a img {
  width: 150px;
}
footer .content .left a,
footer .content .right a,
footer .content .left div,
footer .content .right div {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: white;
  width: 100%;
  font-family: 'Helvetica Neue Bold', sans-serif;
}
