@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
html {
  font-size: 62.5%;
}

body {
  font: 400 1.6rem/2.6rem Lato, Helvetica, Arial, sans-serif;
  color: #222222;
}

.center {
  text-align: center;
}

.center.iconic {
  display: block;
  margin: 0 auto;
}

.bold {
  font-weight: 700;
}

.tag {
  display: block;
  margin: 0 auto;
  width: 140px;
  padding: 2px 20px;
  font-size: 1.2rem;
  color: #ffffff;
  background: #1a1a1a;
  text-transform: uppercase;
  text-align: center;
}

.icon-title {
  display: block;
  margin-top: 15px;
  font-size: 1.8rem;
  color: #125497;
  text-transform: uppercase;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-weight: 300;
  color: #125497;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

h1 {
  margin: 0 0 6px;
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  text-align: center;
}

h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 400;
}

h3 {
  margin-bottom: 10px;
  font-size: 2.6rem;
  text-align: center;
}

h4 {
  font-size: 5.4rem;
  text-transform: uppercase;
}

h5 {
  margin-bottom: 40px;
  font-size: 3.6rem;
  text-transform: uppercase;
}

h6 {
  font-size: 2.6rem;
  color: #125497;
}

p {
  margin: 0 0 20px;
}

p.section {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  text-align: center;
  color: #555;
  text-transform: uppercase;
}

p.blocks {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
}

p.blocks span {
  display: inline-block;
  margin: 5px 10px 0;
}

ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #125497;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

textarea {
  height: auto;
}

input[type="submit"],
input[type="button"],
button {
  padding: 10px 20px;
  background: url(../images/button.png) repeat;
  border: none;
  box-shadow: inset 0 1px 0 #2987e6, 0 0 10px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

input[type="submit"].wide,
input[type="button"].wide,
button.wide {
  width: 350px;
}

input[type="submit"].transparent,
input[type="button"].transparent,
button.transparent {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

header {
  position: relative;
  padding: 40px 0;
  background: #1a1a1a;
}

header #mobile-nav-toggle {
  width: 44px;
  height: 44px;
  margin-top: 11px;
  padding: 0;
}

header #mobile-nav-toggle .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

header #mobile-nav-toggle svg {
  fill: #fff;
  opacity: 0.75;
  width: 22px;
  height: 22px;
}

header #consult-container {
  position: absolute;
  z-index: 1;
  top: 105px;
  right: 40px;
  color: #fff;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

header #consult-container a {
  color: inherit;
}

header #consult-container .blue {
  color: #125497;
}

header #consult-container button {
  display: block;
}

header #logo {
  display: block;
  margin: 0 auto 20px;
}

header nav {
  padding: 0 10px;
  border-top: 1px solid #666461;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

header nav ul {
  margin: 0;
  padding: 0;
}

header nav li {
  -webkit-transition: border-color 150ms ease-in;
  -moz-transition: border-color 150ms ease-in;
  -ms-transition: border-color 150ms ease-in;
  -o-transition: border-color 150ms ease-in;
  transition: border-color 150ms ease-in;
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
  border-top: 2px solid #1a1a1a;
}

header nav li.active, header nav li:hover {
  border-color: #125497;
}

header nav li a {
  display: block;
  padding: 15px 30px;
  color: inherit;
  cursor: pointer;
}

header nav li a:hover {
  color: inherit;
  text-decoration: none;
}

.hero {
  background: url(../images/rdata-texture-rpt-lt.gif) repeat #e9e9e9;
  border-bottom: 2px solid #1a1a1a;
}

.hero.home-hero {
  margin-bottom: -100px;
  padding: 20px 0 0;
}

.hero .row {
  padding: 30px 0 0;
}

.hero p {
  margin-bottom: 28px;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.hero-bottom-stripe {
  width: 100%;
  height: 190px;
  background: #363636;
}

.tiles {
  padding: 0 15px;
}

#lt-1 {
  background: url(../images/logo-beachbody.jpg) no-repeat center center #ffffff;
}

#lt-2 {
  background: url(../images/logo-vemma.jpg) no-repeat center center #ffffff;
}

#lt-3 {
  background: url(../images/logo-herbalife.jpg) no-repeat center center #ffffff;
}

#lt-4 {
  background: url(../images/logo-forevergreen.jpg) no-repeat center center #ffffff;
}

#lt-5 {
  background: url(../images/logo-isagenix.jpg) no-repeat center center #ffffff;
}

#lt-6 {
  background: url(../images/logo-melaleuca.jpg) no-repeat center center #ffffff;
}

#lt-7 {
  background: url(../images/logo-vollara.jpg) no-repeat center center #ffffff;
}

.tile {
  overflow: hidden;
  float: left;
  position: relative;
  width: 33.33333333%;
  height: 175px;
  -webkit-transition: background-position-x 350ms ease, background-position-y 350ms ease;
  -moz-transition: background-position-x 350ms ease, background-position-y 350ms ease;
  -ms-transition: background-position-x 350ms ease, background-position-y 350ms ease;
  -o-transition: background-position-x 350ms ease, background-position-y 350ms ease;
  transition: background-position-x 350ms ease, background-position-y 350ms ease;
}

.tile .name {
  position: absolute;
  color: #ffffff;
}

.tile .name p {
  margin: 0 0 -5px;
  font-weight: 900;
  opacity: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 350ms ease, opacity 500ms ease;
  -moz-transition: transform 350ms ease, opacity 500ms ease;
  -ms-transition: transform 350ms ease, opacity 500ms ease;
  -o-transition: transform 350ms ease, opacity 500ms ease;
  transition: transform 350ms ease, opacity 500ms ease;
}

.tile .name p.company {
  font-size: 1.2rem;
  font-weight: 400;
}

.slider {
  position: absolute;
  padding: 20px;
  background: rgba(22, 94, 167, 0.9);
  color: #ffffff;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.slider p, .slider button {
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
}

.slider button {
  font-size: 1.2rem;
}

.single .name {
  bottom: 10px;
  right: 20px;
  text-align: right;
}

.single .slider {
  width: 100%;
  height: 92px;
  bottom: -92px;
}

.single .slider p {
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.single .slider button {
  float: right;
  margin-left: 10px;
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  -moz-transform: translate(0, 200%);
  -o-transform: translate(0, 200%);
  -ms-transform: translate(0, 200%);
  -webkit-transform: translate(0, 200%);
  transform: translate(0, 200%);
}

.double {
  width: 66.66666667%;
}

.triple {
  width: 100%;
}

.triple .name {
  top: 10px;
  left: 20px;
}

.triple .slider {
  height: 100%;
  width: 37%;
  top: 0;
  right: -37%;
}

.triple .slider p {
  -moz-transform: translate(200%, 0);
  -o-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
}

.triple .slider button {
  -moz-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -webkit-transform: translate(300%, 0);
  transform: translate(300%, 0);
}

.tall {
  height: 350px;
}

.logo-tile {
  float: left;
  padding: 0 0 15px 15px;
}

.logo-tile .logo-tile-inner {
  padding: 40px 20px;
  border: 1px solid #666461;
  background-size: cover;
}

.logo-tile.blue {
  height: auto;
  margin-bottom: 10px;
  padding: 20px;
  background: #125497;
  color: #ffffff;
}

.logo-tile.blue h4 {
  color: inherit;
}

.logo-tile.blue p {
  margin: 0;
}

.logo-tile img {
  width: 100%;
  height: auto;
}

.logo-tile img:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: .1px;
}

.single:hover {
  background-position-y: 52% !important;
}

.single:hover .slider {
  bottom: 0;
}

.single:hover .slider p, .single:hover .slider button {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.single:hover .name p {
  opacity: 0;
  -moz-transform: translate(0, -150%);
  -o-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  -webkit-transform: translate(0, -150%);
  transform: translate(0, -150%);
}

.triple:hover {
  background-position-x: 100% !important;
}

.triple:hover .slider {
  right: 0;
}

.triple:hover .slider p, .triple:hover .slider button {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.triple:hover .name p {
  opacity: 0;
  -moz-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  -ms-transform: translate(-120%, 0);
  -webkit-transform: translate(-120%, 0);
  transform: translate(-120%, 0);
}

section {
  padding: 40px 0;
}

section#how-it-works h5 {
  text-align: center;
}

section#how-it-works h6 {
  margin: 0;
}

section#how-it-works .icon-wrap {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

section#how-it-works .icon-wrap .icon-wrap-inner {
  margin-top: 30px;
}

section#how-it-works .iconic {
  height: 50px;
  width: 50px;
}

section#how-it-works .iconic-property-stroke,
section#how-it-works .iconic-person-head,
section#how-it-works .iconic-globe-border,
section#how-it-works .iconic-graph-axis,
section#how-it-works .iconic-loop-circular-line {
  fill: #999999;
  stroke: #999999;
}

section#how-it-works .iconic-person-body,
section#how-it-works .iconic-globe-land-mass,
section#how-it-works .iconic-graph-chart,
section#how-it-works .iconic-loop-circular-arrowhead {
  fill: #125497;
  stroke: #125497;
}

section #middle-content {
  padding: 20px 35px 35px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -ms-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(top, #e6e6e6, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e6e6e6', EndColorStr='#ffffff');
}

section #middle-content .icon-wrap {
  margin-top: -20px;
}

section .trident-container img {
  display: block;
  width: 886px;
  margin: 0 auto;
}

section .rdata-logo-icon-container img {
  display: block;
  margin: 0 auto 20px;
}

section#solutions #solutions-wrap {
  position: relative;
}

section#solutions #solutions-wrap #slider-prev, section#solutions #solutions-wrap #slider-next {
  z-index: 1;
  position: absolute;
  top: 50%;
}

section#solutions #solutions-wrap #slider-prev {
  left: 30px;
}

section#solutions #solutions-wrap #slider-next {
  right: 30px;
}

section#problems {
  background: #125497;
  color: #ffffff;
}

section#problems h4 {
  color: #ffffff;
}

section#problems ul {
  margin-top: 20px;
  text-align: left;
}

section#problems ul li {
  margin-bottom: 5px;
}

section#case-study {
  overflow: hidden;
  height: 692px;
  padding: 85px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

section#case-study #case-hero {
  margin-top: -85px;
  margin-bottom: -85px;
  margin-left: -190px;
}

section#case-study h5 {
  margin-bottom: 20px;
}

section#case-study #date {
  display: block;
  margin-bottom: 5px;
  color: #125497;
  font-weight: 700;
}

section#case-study #stats {
  overflow: hidden;
  margin-bottom: 40px;
}

section#case-study #stats div {
  padding: 5px 10px;
  border: 1px solid black;
  text-align: center;
}

section#case-study #stats div:nth-child(3) {
  border-right: none;
  border-left: none;
}

section#case-study #stats div.fill {
  background: #1a1a1a;
  color: #ffffff;
}

section#case-study button {
  display: block;
  margin: 0 auto;
}

section#solutions-icons {
  border: none;
}

section#solutions-icons h1 {
  margin-bottom: 40px;
}

section#solutions-icons .scroll-this {
  cursor: pointer;
}

section#solutions-icons .iconic {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
}

section#solutions-icons .iconic-property-stroke,
section#solutions-icons .iconic-person-head {
  fill: #999999;
  stroke: #999999;
}

section#solutions-icons .iconic-envelope-closed-envelope-flap {
  fill: #999999 !important;
  stroke: #999999 !important;
}

section#solutions-icons .iconic-person-body,
section#solutions-icons .iconic-envelope-closed-envelope-body,
section#solutions-icons .iconic-cloud-cloud,
section#solutions-icons .iconic-property-accent {
  fill: #125497;
  stroke: #125497;
}

section.features-container {
  padding: 100px 0;
}

section.features-container .features-box {
  padding: 70px 0;
  background: #222222;
  color: #ffffff;
}

section.features-container .features-header {
  display: block;
  margin-bottom: 20px;
  font-size: 2.8rem;
}

section#solutions {
  background: url(../images/rdata-texture-rpt-lt-02.gif) repeat top center #fafafa;
  border-bottom: 1px solid #8c8a89;
}

section #work-with-content {
  padding-top: 40px;
  font-size: 15px;
  line-height: 20px;
}

section #work-with-content > div {
  position: relative;
  padding: 0 30px;
}

section #work-with-content .bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background: #125497;
}

section #work-with-content #bar-1 {
  height: 85px;
}

section #work-with-content #bar-2 {
  height: 235px;
}

section.news-post button {
  margin: 0 auto 20px;
  padding: 2px 14px;
  font-size: 14px;
}

section.news-post button .iconic {
  width: 12px !important;
  height: 12px !important;
  margin-right: 7px;
  transform: translateY(1px);
}

section.news-post button .iconic * {
  fill: #fff;
  stroke: #fff;
}

section.news-post .video-wrap {
  height: 485px;
  margin: 0 auto 20px;
  border: 10px solid #125497;
  background: #000;
}

section.news-post .time-stamp {
  padding: 3px 20px 3px 0;
  text-align: right;
  border-right: 1px solid #eee;
}

section.news-post .time-stamp span {
  display: block;
  opacity: 0.5;
  font-size: 12px;
}

section.news-post h2 {
  text-align: left;
}

section.news-post .float-img {
  float: right;
  margin-left: 20px;
}

#solutions-nav {
  background: #222222;
}

#solutions-nav ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff;
}

#solutions-nav ul li {
  display: inline-block;
  padding: 7px 30px;
  cursor: pointer;
}

#solutions-nav.sticky {
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

footer {
  margin-top: 25px;
  padding: 40px 0 20px;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #1a1a1a;
  border-bottom: 10px solid #1a1a1a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

footer .row {
  position: relative;
}

footer button {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -125px;
}

footer #footer-nav-1 a {
  color: #1a1a1a;
  display: inline-block;
  margin: 0 5px;
}

footer #footer-nav-2 {
  margin-bottom: 10px;
}

footer #footer-nav-2 a {
  font-size: 1.2rem;
  color: #999999;
  display: inline-block;
  margin: 0 10px;
}

footer #footer-nav-3 a {
  font-size: 1.2rem;
  color: #125497;
}

footer #social {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}

footer #social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 100%;
  background: #666461;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}

footer #social li:hover {
  background: #125497;
}

footer #social li .iconic {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  stroke: #ffffff;
}

.features-container {
  border-bottom: 1px solid #8c8a89;
}

.features-container:nth-child(even) {
  background: url(../images/rdata-texture-rpt-lt-02.gif) repeat top center #fafafa;
}

.features-container:last-of-type {
  border: none;
}

.solutions-container {
  color: #f9f9f9;
  background: url(../images/rdata-texture-rpt-drk.gif) repeat top center #1a1a1a;
  min-height: 670px;
}

.solutions-container .img-responsive {
  margin: 0 auto;
}

.solutions-container .solutions-options-content {
  margin: 60px 0 10px 0;
}

.solutions-container .solutions-options-content h3 {
  text-transform: none;
  color: #f9f9f9;
  text-align: left;
  margin: 10px 0 20px 0;
}

.solutions-container .solutions-options-content p {
  font-size: 16px;
  line-height: 22px;
}

.solutions-container .solutions-options-graphic {
  margin: 5% auto 10px;
  text-align: center;
}

h5.section-title {
  color: #2c2725;
  text-transform: uppercase;
  font-size: 36px;
}

#how-it-works p {
  font-size: 15px;
  line-height: 20px;
}

.client-logo {
  border: 1px solid #8c8a89;
  width: 100%;
  margin: 10px 0;
}

.solutions-options {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 300;
  margin: 20px 0;
}

.solutions-options ul {
  padding: 0;
  margin: 0 0 10px;
}

.solutions-options ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #8c8a89;
  padding: 0 10px;
  color: #8c8a89;
  cursor: pointer;
  border-right: none;
}

.solutions-options ul li:last-child {
  border-right: none;
}

.solutions-options ul li.active {
  color: #1a1a1a;
  font-weight: 500;
}

.arrow-container {
  position: relative;
}

.arrow-left {
  left: 20px;
  position: absolute;
  top: 300px;
}

.arrow-right {
  right: 20px;
  position: absolute;
  top: 300px;
}

button.main-submit a {
  color: #f9f9f9;
  display: block;
  text-decoration: none;
  width: 100%;
}

#contact-info {
  text-align: center;
}

#contact-info p {
  text-align: center;
}

.bx-viewport {
  margin-top: 20px;
}

.modal .modal-dialog {
  width: auto;
  max-width: 750px;
}

.modal .modal-dialog .modal-content {
  max-height: 700px;
  overflow: visible;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-radius: 2px;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  padding: 10px 25px;
  background: #125497;
  font-weight: 300;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  opacity: 1;
  z-index: 100;
  width: 28px;
  height: 28px;
  top: -10px;
  right: -10px;
  color: #125497;
  background: #fff;
  text-shadow: none;
  font-size: 22px;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.modal .modal-dialog .modal-content .modal-body:last-of-type {
  border: none;
}

.modal .modal-dialog .modal-content .modal-body p {
  margin: 0;
}

.modal .modal-dialog .modal-content .modal-body .row {
  margin-bottom: 20px;
}

.modal .modal-dialog .modal-content .modal-body .row:last-of-type {
  margin-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-body input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content .modal-body #submit-consultation {
  display: block;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content .modal-body#consultation-thanks {
  display: none;
}

@media (max-width: 1550px) {
  header #consult-container {
    top: 40px;
  }
  header nav li a {
    padding: 15px 0;
  }
}

@media (max-width: 1199px) {
  section .trident-container img {
    width: 735px;
  }
  section.news-post .video-wrap {
    height: 401px;
  }
}

@media (max-width: 991px) {
  h4 {
    font-size: 4.4rem;
  }
  .logo-tile-sizer {
    width: 50%;
  }
  section#how-it-works h6 {
    font-size: 2.0rem;
  }
  section .trident-container img {
    width: 570px;
  }
  section.news-post .time-stamp {
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    border-right: none;
    text-align: left;
  }
  section.news-post .video-wrap {
    height: 413px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 3.0rem;
  }
  h4 {
    font-size: 3.4rem;
  }
  header {
    padding: 20px 0;
  }
  header #logo {
    margin: 0;
  }
  section.features-container {
    padding: 40px 0;
  }
  section #work-with-content {
    padding-top: 0;
  }
  section #work-with-content .bar {
    display: none;
  }
  section #work-with-content h6 {
    margin-top: 40px;
  }
  section #middle-content {
    background: #e6e6e6;
  }
  section .solutions-options ul li {
    display: block;
    margin-bottom: 10px;
  }
  section .solutions-options ul li:last-of-type {
    margin-bottom: 0;
  }
  section .solutions-container {
    overflow: hidden;
  }
  section .solutions-container > div {
    padding: 25px;
  }
  section .solutions-container .solutions-options-content {
    margin: 20px auto 0;
  }
  section.news-post .float-img {
    display: block;
    float: none;
    margin: 20px auto;
  }
  section.news-post .video-wrap {
    height: auto;
  }
  .tile {
    width: 100%;
  }
}

.st-container,
.st-pusher,
.st-content {
  height: 100%;
}

.st-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.st-content,
.st-content-inner {
  position: relative;
}

.st-container {
  position: relative;
  overflow: hidden;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  width: 200px;
  height: 100%;
  background: #222222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-menu ul li {
  border-bottom: 1px solid #353535;
}

.st-menu ul li a {
  display: block;
  padding: 12px 25px;
  color: #fff !important;
  text-decoration: none !important;
}

.st-menu ul li span {
  display: block;
  outline: none;
  padding: 20px;
  border-bottom: 1px solid #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li span:hover {
  background: #000;
  text-decoration: none;
}

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
  display: none;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}
