* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #219cd0;
  color: #fff;
}
::selection {
  background: #219cd0;
  color: #fff;
}
a {
  color: #0d6197;
  text-decoration: none;
}
a:hover {
  color: #219cd0;
  text-decoration: underline;
}
html,
body {
  height: 100%;
}
body {
  color: #363636;
  font-family: proxima-nova, verdana, helvetica, arial, sans-serif;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: 0 0 1em;
}
h3 {
  font-size: 1.625em;
  font-weight: 300;
}
img,
video {
  max-width: 100%;
}
p {
  margin: 0 0 1em;
}
.fine-print {
  font-size: 0.8em;
}
.form-action {
  text-align: center;
}
.full-width-image-container {
  margin-left: -8.333333333333334%;
  margin-right: -8.333333333333334%;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .full-width-image-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.full-width-image-container img {
  max-width: none;
  width: 100%;
}
.grid-clients {
  list-style-type: none;
  margin-bottom: 100px;
  padding-left: 0;
  text-align: center;
}
.grid-clients li {
  display: inline-block;
  width: 20%;
}
@media (max-width: 767px) {
  .grid-clients li {
    width: 30%;
  }
}
@media (max-width: 479px) {
  .grid-clients li {
    width: 40%;
  }
}
.grid-clients li img {
  width: 65%;
}
.heading-line,
.heading-line-dark {
  background-color: #fff;
  margin-bottom: 31px;
  width: 35px;
  height: 3px;
}
.heading-line-dark {
  background-color: #000;
}
.last-p {
  margin-bottom: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.main-button {
  background-color: #219cd0;
  border: 3px solid #219cd0;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-family: proxima-nova, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 7px 30px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}
.main-button:hover {
  background-color: transparent;
  color: #219cd0;
  text-decoration: none;
}
.main-button.ghost {
  background-color: transparent;
}
.main-button.ghost:hover {
  background-color: #219cd0;
  color: #fff;
}
.scroll-anchor {
  margin-top: -100px;
  padding-top: 100px;
}
.tweet-this img {
  vertical-align: middle;
  width: 35px;
}
blockquote {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 999px) {
  blockquote {
    margin-bottom: 65px;
  }
}
blockquote.large-quote {
  padding: 50px 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media (min-width: 767px) {
  blockquote.large-quote {
    padding: 80px 30px;
  }
}
blockquote.large-quote p {
  margin-bottom: 0;
}
.special-small-box.quote-box {
  border: 1px solid #cdcdcd;
  margin: 0;
  padding: 28px;
}
.quote {
  color: #219cd0;
  font-family: pt-serif, TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.45em;
  position: relative;
}
@media (min-width: 767px) {
  .quote {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.57em;
  }
}
@media (min-width: 999px) {
  .quote {
    font-size: 24px;
  }
}
@media (min-width: 999px) {
  .main-content .quote {
    margin-left: -8.333333333333334%;
    margin-right: -8.333333333333334%;
    max-width: 133.33333333333334%;
  }
}
.quote-box .quote {
  font-size: 20px;
  line-height: 1.38em;
  margin: 0;
}
.quote-credits {
  font-family: proxima-nova, verdana, helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 12px;
}
.close-modal {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 9001;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.close-modal:hover {
  color: #fff;
  text-decoration: none;
}
.modal {
  background-color: #000;
  background-color: rgba(0,0,0,0.9);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal.video-overview .modal-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.modal video {
  width: 100%;
}
.medium-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 999px) {
  .medium-container {
    width: 70%;
  }
}
.information-options {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 999px) {
  .information-options {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.information-options li {
  font-size: 0.85em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.info-checkbox {
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.info-checkbox:checked + .styled-checkbox {
  background-color: #000;
}
.styled-checkbox {
  background-color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 2px;
  margin-right: 15px;
  vertical-align: top;
  width: 13px;
  height: 13px;
}
.request-information {
  background-color: #19212a;
  color: #fff;
}
.request-information h4 {
  font-weight: normal;
  text-align: center;
}
.request-information-content {
  *zoom: 1;
  font-weight: 300;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 1200px;
}
.request-information-content:before,
.request-information-content:after {
  content: "";
  display: table;
}
.request-information-content:after {
  clear: both;
}
@media (max-width: 1199px) {
  .request-information-content {
    width: auto;
  }
}
@media (max-width: 767px) {
  .request-information-content {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.request-information-content > * {
  margin: 0 auto;
  width: 83.33333333333334%;
}
.request-information-content .form-action {
  clear: both;
}
.request-information-header {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1200px;
}
@media (max-width: 1199px) {
  .request-information-header {
    width: auto;
  }
}
.request-information-heading {
  font-weight: 300;
  margin: 0 auto;
  padding: 0 20px;
  width: 83.33333333333334%;
}
@media (max-width: 767px) {
  .request-information-heading {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }
}
.request-information-options-list {
  float: left;
  margin-bottom: 20px;
  width: 45%;
}
@media (max-width: 479px) {
  .request-information-options-list {
    float: none;
    width: 100%;
  }
}
.request-information-options-list.chain {
  margin-right: 10%;
}
@media (max-width: 479px) {
  .request-information-options-list.chain {
    margin-right: 0;
  }
}
.request-information-options-list h4 {
  text-align: left;
}
.info-label {
  margin-left: -5px;
}
.site-footer {
  background-color: #1d1d1d;
  color: #898989;
  font-size: 12px;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 50px;
}
@media (min-width: 479px) {
  .site-footer {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .site-footer {
    margin-top: 90px;
  }
}
.tight-footer .site-footer {
  margin-top: 0;
}
.site-footer a {
  color: #009ce3;
}
.site-footer address {
  font-style: normal;
}
.site-footer input {
  border: 0;
  padding: 5px;
  width: 90%;
}
.site-footer section {
  *zoom: 1;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1200px;
}
.site-footer section:before,
.site-footer section:after {
  content: "";
  display: table;
}
.site-footer section:after {
  clear: both;
}
@media (max-width: 767px) {
  .site-footer section {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.site-footer section.location {
  padding-bottom: 20px;
}
.site-footer p {
  margin-top: 0;
}
.site-footer .client-login {
  border-bottom: 0;
}
.site-footer .main-button {
  text-transform: uppercase;
}
.client-login-input {
  display: block;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.client-login-label {
  margin-bottom: 1em;
}
.client-login-label p {
  width: 90%;
}
.copyright {
  font-size: 0.9em;
}
.footer-column {
  float: left;
  text-align: left;
  width: 33%;
}
@media (max-width: 767px) {
  .footer-column {
    width: 100%;
  }
}
.footer-column.form-action {
  padding-top: 20px;
}
.footer-column p {
  font-weight: 700;
  margin-bottom: 0;
}
.footer-column p.fine-print {
  font-weight: 400;
}
.footer-column.email-contact {
  width: 25%;
}
@media (max-width: 767px) {
  .footer-column.email-contact {
    width: 100%;
  }
}
.footer-column.email-contact p {
  font-weight: 400;
  margin-bottom: 0.8em;
}
.footer-column.email-contact p:last-child {
  font-size: 0.8em;
}
.footer-contact-numbers .footer-column {
  width: 50%;
}
.footer-contact-info {
  *zoom: 1;
}
.footer-contact-info:before,
.footer-contact-info:after {
  content: "";
  display: table;
}
.footer-contact-info:after {
  clear: both;
}
.footer-contact-info .contact-label {
  display: inline-block;
  width: 70px;
}
@media (max-width: 999px) {
  .footer-contact-info .contact-label {
    width: 100px;
  }
}
.footer-contact-info .contact-value {
  display: inline-block;
}
.footer-contact-numbers {
  *zoom: 1;
  float: left;
  width: 75%;
}
.footer-contact-numbers:before,
.footer-contact-numbers:after {
  content: "";
  display: table;
}
.footer-contact-numbers:after {
  clear: both;
}
@media (max-width: 999px) {
  .footer-contact-numbers {
    float: left;
    width: 75%;
  }
  .footer-contact-numbers .footer-column {
    width: 100%;
  }
  .footer-contact-numbers .phone-numbers {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .footer-contact-numbers {
    margin-bottom: 1em;
    width: 100%;
  }
}
.footer-copyright {
  *zoom: 1;
  float: left;
  width: 80.16%;
}
.footer-copyright:before,
.footer-copyright:after {
  content: "";
  display: table;
}
.footer-copyright:after {
  clear: both;
}
@media (max-width: 999px) {
  .footer-copyright {
    float: left;
    width: 80.16%;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    margin-bottom: 1em;
    width: 100%;
  }
}
.footer-policy {
  *zoom: 1;
  float: right;
  width: 19.84%;
}
.footer-policy:before,
.footer-policy:after {
  content: "";
  display: table;
}
.footer-policy:after {
  clear: both;
}
@media (max-width: 999px) {
  .footer-policy {
    float: right;
    width: 19.84%;
  }
}
@media (max-width: 767px) {
  .footer-policy {
    margin-bottom: 1em;
    width: 100%;
  }
}



.footer-content {
  float: left;
  width: 79.16666666666667%;
}
@media (max-width: 767px) {
  .footer-content {
    width: 65%;
  }
}
.footer-heading {
  float: left;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
  width: 20.833333333333336%;
}
@media (max-width: 767px) {
  .footer-heading {
    width: 35%;
  }
}
@media (max-width: 479px) {
  .footer-heading {
    font-size: 1.2em;
  }
}
.footer-logo {
  width: 90%;
}
.footer-section {
  *zoom: 1;
  margin: 0 auto;
  width: 83.33333333333334%;
}
.footer-section:before,
.footer-section:after {
  content: "";
  display: table;
}
.footer-section:after {
  clear: both;
}
@media (max-width: 767px) {
  .footer-section {
    padding: 0;
    width: 100%;
  }
}
.location .footer-section {
  border-bottom: 2px solid #2f2f2f;
  padding-bottom: 50px;
}
.site-header {
  background-image: url("../img/backgrounds/navigation-gradient.png");
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 9000;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
}
.site-header.site-header-color {
  background-image: none;
}
.site-header-color,
.site-header-background {
  background-color: #fff;
}
@media (min-width: 1065px) {
  .site-header-color .nav-item-link,
  .site-header-background .nav-item-link {
    color: #000;
  }
  .site-header-color .nav-item-link:hover,
  .site-header-background .nav-item-link:hover {
    border-color: #000;
    color: #000;
  }
  .ios .site-header-color .nav-item-link,
  .ios .site-header-background .nav-item-link {
    color: #000;
  }
  .site-header-color .language-switch,
  .site-header-background .language-switch {
    color: #000;
  }
  .site-header-color .language-switch .active,
  .site-header-background .language-switch .active {
    border-color: #000;
  }
  .site-header-color .language-switch .nav-item-link,
  .site-header-background .language-switch .nav-item-link {
    color: #000;
  }
  .ios .site-header-color .language-switch,
  .ios .site-header-background .language-switch {
    color: #000;
  }
  .ios .site-header-color .language-switch .active,
  .ios .site-header-background .language-switch .active {
    border-color: #000;
  }
  .ios .site-header-color .language-switch .nav-item-link,
  .ios .site-header-background .language-switch .nav-item-link {
    color: #000;
  }
}
.site-header-color .show-me-more .line,
.site-header-background .show-me-more .line {
  background-color: #000;
  color: #000;
}
.site-header-color .show-me-more .menu-word,
.site-header-background .show-me-more .menu-word {
  color: #000;
}
.site-header-background {
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
  height: 50px;
  background-image: none;
}
@media (min-width: 1066px) and (max-width: 999px) {
  .site-header-background {
    height: 100px;
  }
}
.site-header-background .logistik-logo {
  width: 150px;
}
.site-header-background .logo {
  margin-left: 10px;
  padding-top: 15px;
}
@media (max-width: 479px) {
  .site-header-background .logo {
    margin-left: 0;
  }
}
@media (min-width: 1065px) {
  .site-header-background .main-navigation-list {
    margin-top: 10px;
  }
}
.site-header-background .show-me-more {
  top: 15px;
  right: 15px;
}
.logo {
  float: left;
  padding-top: 26px;
  padding-bottom: 5px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 999px) {
  .logo {
    float: none;
    padding-bottom: 0;
  }
}
@media (max-width: 1065px) {
  .logo {
    padding-bottom: 5px;
  }
}
@media (max-width: 360px) {
  .logo {
    padding-top: 20px;
    width: 170px;
  }
}
.logistik-logo {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 210px;
  max-width: 100%;
}
@media (max-width: 479px) {
  .logistik-logo {
    width: 200px;
  }
}
.close-navigation {
  display: none;
}
@media (max-width: 1065px) {
  .close-navigation {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
  }
}
.main-navigation {
  *zoom: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;
}
.main-navigation:before,
.main-navigation:after {
  content: "";
  display: table;
}
.main-navigation:after {
  clear: both;
}
.main-navigation-list {
  float: right;
  margin-top: 29px;
  margin-right: -10px;
  padding: 2px 0 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 999px) {
  .main-navigation-list {
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: 9px;
    text-align: right;
  }
}
@media (max-width: 1065px) {
  .main-navigation-list {
    background-color: #126193;
    display: none;
    margin-top: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
.main-navigation-list ul {
  list-style-type: none;
  padding-left: 0;
}
.nav-item {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 5px 11px;
  position: relative;
}
@media (max-width: 1199px) {
  .nav-item {
    padding: 5px;
  }
}
@media (max-width: 999px) {
  .nav-item {
    float: left;
    padding-left: 0;
    padding-right: 11px;
  }
}
@media (max-width: 1065px) {
  .nav-item {
    display: block;
    float: none;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 0;
  }
}
@media (max-width: 1065px) {
  .nav-item.sub-menu-link {
    padding-bottom: 0;
  }
}
@media (max-width: 999px) {
  .nav-item.cta {
    float: none;
    padding-right: 0;
  }
}
@media (max-width: 1065px) {
  .nav-item.cta {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.nav-item.cta .nav-item-link {
  background-color: #86c435;
  border: 4px solid #86c435;
  border-radius: 20px;
  color: #fff;
  padding: 5px 23px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-item.dlt .nav-item-link {
  background-color: #dd0000;
  border: 4px solid #dd0000;
  border-radius: 20px;
  color: #fff;
  padding: 5px 23px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-item.cta .nav-item-link:hover {
  background-color: transparent;
  color: #86c435;
}
.nav-item.dlt .nav-item-link:hover {
  background-color: transparent;
  color: #dd0000;
}
.nav-item-link {
  color: #fff;
  padding-bottom: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1065px) {
  .nav-item-link {
    color: #fff;
  }
}
.nav-item-link:hover {
  border-bottom: 4px solid #fff;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1065px) {
  .nav-item-link:hover {
    color: #fff;
    border-color: #fff;
  }
}
.nav-item-link.sub-menu-parent {
  cursor: default;
}
@media (min-width: 1065px) {
  .nav-item-link.sub-menu-parent {
    cursor: pointer;
  }
}
.nav-item-link.sub-menu-parent:hover {
  border-bottom: none;
}
@media (min-width: 1065px) {
  .nav-item-link.sub-menu-parent:hover {
    border-bottom: 4px solid #fff;
  }
}
.language-switch {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 999px) {
  .language-switch {
    float: none;
    padding-left: 11px;
    padding-right: 0;
  }
}
@media (max-width: 1065px) {
  .language-switch {
    padding-left: 0;
  }
}
.language-switch .active {
  font-weight: 700;
}
.language-switch .active:hover {
  border-color: transparent;
  cursor: default;
}
.language-switch .nav-item-link {
  color: #fff;
}
@media (max-width: 1065px) {
  .language-switch .nav-item-link {
    color: #fff;
  }
}
@media (max-width: 1065px) {
  .language-switch .separator {
    color: #fff;
  }
}
.client-login-dropdown {
  display: none;
  max-width: 300px;
}
.navigation-dropdown {
  margin-top: 10px;
}
@media (min-width: 1065px) {
  .navigation-dropdown {
    margin-top: 0;
    display: none;
    background-color: #fff;
    color: #fff;
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    z-index: 102;
    text-align: left;
  }
  .navigation-dropdown:hover {
    display: block;
  }
}
@media (min-width: 1065px) {
  .nav-item-link:hover + .navigation-dropdown {
    display: block;
  }
}
.nav-dropdown-item {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 1065px) {
  .nav-dropdown-item {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nav-dropdown-item-link {
  color: #fff;
  font-weight: 400;
}
.nav-dropdown-item-link:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1065px) {
  .nav-dropdown-item-link {
    border-bottom: 4px solid #fff;
    color: #0d6197;
    font-weight: 600;
    display: block;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  .nav-dropdown-item-link:hover {
    background-color: #fff;
    border-bottom: 4px solid #005585;
    color: #0d6197;
  }
}
.show-me-more {
  display: none;
  position: relative;
  width: 25px;
  height: 16px;
}
@media (max-width: 1065px) {
  .show-me-more {
    display: block;
    position: absolute;
    top: 21px;
    right: 21px;
  }
}
.show-me-more .line {
  display: block;
  background: #fff;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1px;
  -moz-transition: all;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.show-me-more .line.line-1 {
  top: 0;
}
.show-me-more .line.line-2 {
  top: 50%;
}
.show-me-more .line.line-3 {
  top: 100%;
}
.show-me-more .menu-word {
  color: #fff;
  display: inline-block;
  margin-left: -50px;
  text-transform: uppercase;
}
.page-sidebar {
  float: left;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 20px;
  width: 25%;
}
@media (max-width: 999px) {
  .page-sidebar {
    width: 33.333333333333336%;
  }
}
@media (max-width: 767px) {
  .page-sidebar {
    float: none;
    width: 100%;
  }
}
.article .page-sidebar {
  color: #005b8d;
}
.sidebar-article-list {
  list-style-type: none;
  padding-left: 25px;
}
.sidebar-article-list-item {
  margin-bottom: 1em;
}
.sidebar-article-list-item a {
  color: #005b8d;
}
.sidebar-box {
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sidebar-box:last-child {
  border-bottom: 0;
}
.sidebar-box h3 {
  font-size: 1em;
  font-weight: 700;
}
.sidebar-box p:last-child {
  margin-bottom: 0;
}
.sidebar-subheading {
  font-size: 1em;
  margin: 0 0 0.5em;
}
.sidebar-subtitle {
  font-size: 2.286em;
  margin-bottom: 0.4em;
}
.sidebar-tag-subtitle {
  color: #000;
}
.tag-list {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
}
.tag-list:before,
.tag-list:after {
  content: "";
  display: table;
}
.tag-list:after {
  clear: both;
}
.tag-list-item {
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
}
.tag-list-item a {
  color: #959595;
}
.certifications {
  text-align: center;
}
.certifications img {
  margin-bottom: 20px;
  vertical-align: middle;
  max-width: 50%;
}
@media (max-width: 767px) {
  .certifications img {
    max-width: 16%;
  }
}
@media (max-width: 479px) {
  .certifications img {
    max-width: 40%;
  }
}
.social-sharing {
  clear: both;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 5em;
  text-align: center;
  white-space: nowrap;
}
.main-content .social-sharing {
  padding-top: 4em;
}
.main-content .social-sharing .social-sharing-list {
  border-top: 1px solid #bbb;
  padding-top: 2em;
  padding-left: 0;
}
.social-sharing-list {
  display: inline;
  list-style-type: none;
  padding: 0 0 0 15px;
}
.social-sharing-item {
  display: inline-block;
}
.social-sharing-item-link {
  color: #898989;
  display: inline-block;
  font-size: 1.2em;
  padding: 0 30px;
}
.social-sharing-item-link:hover {
  color: #000;
  text-decoration: none;
}
.page-header, .page-header-supplier {
  display: table;
  margin-bottom: 100px;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .page-header {
    height: 320px;
  }
  .page-header-supplier {
    height: 370px;
  }
}
@media (max-width: 479px) {
  .page-header {
    height: 250px;
  }
  .page-header-supplier {
    height: 300px;
  }
}
.page-header.managed-services-header {
  margin-bottom: 0;
}
@media (min-width: 1150px) {
  .page-header.managed-services-header {
    margin-bottom: 90px;
  }
}
.page-header.testimonies-header, .page-header-supplier.testimonies-header {
  margin-bottom: 0;
}
.page-header:after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(52,54,58,0.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-header-supplier:after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(52,54,58,0.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-title {
  color: #fff;
  display: table-cell;
  font-size: 3.6em;
  letter-spacing: 1px;
  position: relative;
  z-index: 200;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .page-title {
    font-size: 1.4em;
  }
}
.page-title h1 {
  font-size: 1em;
  margin-bottom: 0.6em;
}
.header-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: 300px;
}
@media (max-width: 767px) {
  .header-image {
    max-height: 320px;
  }
}
@media (max-width: 479px) {
  .header-image {
    max-height: 250px;
  }
}
.page-intro {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  margin: 0 auto 100px;
  width: 83.33333333333334%;
}
.page-intro-title {
  font-weight: 600;
  padding-top: 50px;
}
.main-container {
  *zoom: 1;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  z-index: 200;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.main-container:before,
.main-container:after {
  content: "";
  display: table;
}
.main-container:after {
  clear: both;
}
@media (min-width: 767px) {
  .main-container {
    font-size: 20px;
  }
}
.main-container.managed-services-container {
  margin: 35px auto 0;
}
@media (min-width: 1150px) {
  .main-container.managed-services-container {
    margin: 65px auto 0;
  }
}
.main-content {
  margin: 0 auto;
  width: 90%;/*83.33333333333334%;*/
}
@media (max-width: 767px) {
  .main-content {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.main-content h2,
.main-content h3 {
  color: #0d6197;
  font-size: 1.6em;
  font-weight: 600;
}
.slide-pillarsItemList h3 {
  color: #0d6197;
  font-size: 1.6em;
  font-weight: 600;
  text-align:center;
}
.main-content h3 {
  margin-top: 30px;
  margin-bottom: 18px;
}
.main-content li {
  margin-bottom: 0.4em;
}
.larger-content-box {
  max-width: 1150px;
}
@media (min-width: 1150px) {
  .larger-content-box {
    padding: 0 2%;
  }
}
.larger-content {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
}
@media (min-width: 1150px) {
  .larger-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.larger-content .main-button {
  display: inline-block;
}
.tweet-container {
  margin: 0.8em auto 0;
  width: 81.66666666666667%;
  text-align: center;
}
.tweet-container .main-button {
  border-color: #219cd0;
  color: #219cd0;
}
.tweet-container .main-button:hover {
  background-color: #219cd0;
  color: #fff;
}
.contact-container {
  *zoom: 1;
  font-weight: 300;
  margin: 0 auto;
  max-width: 999px;
}
.contact-container:before,
.contact-container:after {
  content: "";
  display: table;
}
.contact-container:after {
  clear: both;
}
@media (max-width: 999px) {
  .contact-container {
    margin: 0 20px;
  }
}
.contact-form-container {
  float: left;
  margin-right: 5%;
  width: 65%;
}
@media (max-width: 767px) {
  .contact-form-container {
    margin-right: 0;
    width: auto;
  }
}
.contact-sidebar {
  float: right;
  width: 30%;
}
@media (max-width: 767px) {
  .contact-sidebar {
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 300px;
  }
}
.contact-sidebar .contact-label {
  width: 90px;
}
.contact-form {
  *zoom: 1;
  margin-top: 50px;
}
.contact-form:before,
.contact-form:after {
  content: "";
  display: table;
}
.contact-form:after {
  clear: both;
}
.contact-form label {
  display: block;
  margin-bottom: 0.5em;
}
.contact-form .form-message {
  clear: both;
  display: block;
  margin-bottom: 1em;
}
.contact-form .form-message .form-input {
  width: 100%;
}
.contact-intro {
  font-size: 1.4em;
}
.contact-map {
  margin-bottom: -5px;
  width: 100%;
  height: 400px;
}
@media (max-width: 479px) {
  .contact-map {
    height: 280px;
  }
}
.contact-note {
  font-size: 0.8em;
  font-style: italic;
  margin-top: 0.5em;
}
.form-actions {
  margin-bottom: 4em;
  text-align: center;
  width: 100%;
}
.form-group {
  margin-bottom: 2em;
}
.form-input {
  border: 1px solid #c0c0c0;
  padding: 5px;
  width: 100%;
}
.form-message {
  margin-bottom: 2em;
}
.form-group label,
.form-message label {
  display: block;
  margin-bottom: 0.5em;
}
.sidebar-contact-section {
  margin-bottom: 3em;
}
.sidebar-contact-section p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .sidebar-contact-section p {
    font-size: 18px;
  }
}
.sidebar-contact-heading {
  color: #363636;
  font-size: 1.8em;
  margin-bottom: 1.4em;
}
.sidebar-contact-subheading {
  margin-bottom: 1em;
}
.quality-certifications {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
}
@media (min-width: 380px) {
  .quality-certifications {
    margin-top: 35px;
  }
}
@media (min-width: 767px) {
  .quality-certifications {
    margin-top: 60px;
  }
}
.quality-certifications img {
  display: inline-block;
  margin-left: 1.5%;
  width: 20.5%;
}
.quality-certifications img:first-child {
  margin-left: 0;
}
.quality-certifications img:last-child {
  vertical-align: top;
}
.login-page {
  margin: 90px auto 0;
}
@media (min-width: 767px) {
  .login-page {
    margin: 120px auto 0;
  }
}
.instruction-sup-form{
	text-align:center;
	width:100%;
	margin:auto;
}
.login-page .main-content {
  width: auto;
}
.login-box {
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 50px;
}
.suppliers-form-box {
  /*border-bottom: 2px solid #e7e7e7;*/
  /*margin-bottom: 50px;*/
  margin-left: 10px;
  margin-right: 10px;
  /*padding-bottom: 50px;*/
}
.CPCContestFull {
  display:inline-block;
}
.CPCContestSmall {
  display:none;
}

@media (max-width: 1100px) {
  .CPCContestFull {
    display:none;
  }
  .CPCContestSmall {
    display:inline-block;
  }
}
@media (max-width: 767px) {
  .login-box {
    margin-left: 0;
    margin-right: 0;
  }
  .suppliers-form-box {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 767px) {
  .login-box {
    display: table;
    border-spacing: 10px;
  }
  .suppliers-form-box {
    display: table;
    border-spacing: 10px;
  }
}
.login-box h2, .suppliers-form-box h2
.login-box h3, .suppliers-form-box h3 {
  margin: 0 0 0.4em;
}
.login-box input, .suppliers-form-box input, .suppliers-form-box textarea, .suppliers-form-box select {
  border: 1px solid #ddd;
  margin-bottom: 0.5em;
  padding: 5px 10px;
  width: 100%;
}

.suppliers-form-box input[type="radio"], .suppliers-form-box input[type="checkbox"] {
	width:auto;
}
.login-box label, .suppliers-form-box label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.login-box p, .suppliers-form-box p {
  margin-bottom: 2em;
}
.login-box small, .suppliers-form-box small {
  line-height: 1;
}
.login-box .fine-print, .suppliers-form-box .fine-print {
  font-size: 14px;
  line-height: 1.4;
}
.login-box .form-actions, .suppliers-form-box .form-actions {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .login-box .form-actions, .suppliers-form-box .form-actions {
    text-align: center;
  }
}
.login-box .form-actions input, .suppliers-form-box .form-actions input {
  border: 3px solid #219cd0;
  font-size: 16px;
  margin-bottom: 0;
  padding: 7px 30px;
  width: 100%;
}
@media (min-width: 767px) {
  .login-box .form-actions input, .suppliers-form-box .form-actions input {
    width: auto;
  }
}
@media (min-width: 767px) {
  .login-box .form-actions input[type="submit"], .suppliers-form-box .form-actions input[type="submit"] {
    /*position: absolute;*/
    bottom: 32px;
    /*left: 30%;*/
	text-align:center;
  }
}
.customer-login {
  background-color: #e7e7e7;
  padding: 30px 20px;
  margin: 30px auto 0 auto;
  max-width: 500px;
  position: relative;
}
.suppliers-form {
  display: table-cell;
  background-color: #e7e7e7;
  padding: 30px 20px;
  margin: 30px auto 0 auto;
  /*max-width: 500px;*/
  position: relative;
}
.suppliers-form div {
  /*height:90px!important;*/
}
.suppliers-form div label {
  font-size:14px!important;
}
@media (min-width: 479px) {
  .customer-login {
    padding: 60px 50px 50px;
  }
}
@media (min-width: 767px) {
  .customer-login {
    display: table-cell;
    width: 48%;
  }
}
.supplier-login {
  background-color: #0d6197;
  color: #fff;
  padding: 30px 20px;
  margin: 30px auto 0 auto;
  max-width: 500px;
  position: relative;
}
@media (min-width: 479px) {
  .supplier-login {
    padding: 60px 50px 50px;
  }
}
@media () {
  .supplier-login {
    padding: 60px 50px 170px;
    display: table-cell;
    width: 48%;
  }
}
.supplier-login .heading-supplier {
  color: #fff;
  /*font-size: 1.2em;*/
}
@media (min-width: 767px) {
  .heading-login,
  .client-registration {
    /*margin-left: 20px;*/
  }
}
.client-registration a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
}
.testimonies-container {
  max-width: 1150px;
}
@media (min-width: 1150px) {
  .testimonies-container {
    padding: 0 2%;
  }
}
.testimonies-container .main-content {
  margin-bottom: 5em;
}
@media (max-width: 479px) {
  .testimonies-container .main-content {
    margin-bottom: 2.6em;
  }
}
.highlighted-container {
  background-color: #f7f7f7;
  *zoom: 1;
  display: block;
  margin: 2.85em -8.333333333333334%;
  padding: 5em 16.666666666666668%;
}
.highlighted-container:before,
.highlighted-container:after {
  content: "";
  display: table;
}
.highlighted-container:after {
  clear: both;
}
@media (max-width: 479px) {
  .highlighted-container {
    padding: 40px 20px;
  }
}
.highlighted-container > img {
  display: block;
  float: left;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 479px) {
  .highlighted-container > img {
    display: block;
    float: none;
    margin: 0 auto 2em;
  }
}
.highlighted-container .heading-jobs {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.8em;
}
.highlighted-content {
  display: block;
  float: left;
  padding-left: 20px;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 479px) {
  .highlighted-content {
    display: block;
    padding-left: 0;
    width: auto;
    height: auto;
  }
}
.highlighted-content h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.heading-jobs {
  color: #363636;
  margin-top: 0;
}
.intro-paragraph {
  margin-bottom: 4em;
}
.special-container {
  *zoom: 1;
  margin-top: 2em;
  margin-left: -25%;
  margin-right: -25%;
  margin-bottom: 2em;
}
.special-container:before,
.special-container:after {
  content: "";
  display: table;
}
.special-container:after {
  clear: both;
}
@media (max-width: 1199px) {
  .special-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.special-big {
  width: 66.66666666666667%;
}
.special-image.image {
  height: 100%;
}
.special-small-column {
  position: relative;
  width: 31.666666666666668%;
}
.special-small-box {
  font-weight: 300;
  margin-bottom: 6%;
  padding: 55px 0 0 50px;
  height: 48%;
}
.special-small-box.image {
  padding: 0;
}
.special-small-box.image:last-child {
  margin-bottom: 0;
}
.special-small-box.image img {
  height: 100%;
}
.special-small-box.ms-gradient-blue {
  color: #fff;
}
.special-small-box.ms-gradient-blue h3 {
  color: #fff;
}
.special-small-box h3 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
}
.special-small-box h4,
.special-small-box p {
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.special-small-box .main-button {
  border-color: #219cd0;
  color: #219cd0;
}
.special-small-box .main-button:hover {
  background-color: #219cd0;
}
.video-container {
  margin-top: 3em;
  margin-left: -8.333333333333334%;
  margin-right: -8.333333333333334%;
  max-width: 133.33333333333334%;
  min-height: 200px;
}
@media (max-width: 767px) {
  .video-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.video-container video {
  width: 100%;
}
.people-in-uniforms-box img {
  vertical-align: bottom;
}
.homepage-pillars-background,
.slide-pillars {
  background: #0f1d38;
  background: -moz-linear-gradient(-45deg, #0f1d38 0%, #305f9c 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0f1d38), color-stop(100%, #305f9c));
  background: -webkit-linear-gradient(-45deg, #0f1d38 0%, #305f9c 100%);
  background: -o-linear-gradient(-45deg, #0f1d38 0%, #305f9c 100%);
  background: -ms-linear-gradient(-45deg, #0f1d38 0%, #305f9c 100%);
  background: linear-gradient(135deg, #0f1d38 0%, #305f9c 100%);
}
.slide-pillarsItemList {
  background: none;
  /*background: -moz-linear-gradient(-45deg, #0f1d38 0%, #305f9c 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0f1d38), color-stop(100%, #305f9c));
  background: -webkit-linear-gradient(-45deg, #0f1d38 0%, #305f9c 100%);
  background: -o-linear-gradient(-45deg, #0f1d38 0%, #305f9c 100%);
  background: -ms-linear-gradient(-45deg, #0f1d38 0%, #305f9c 100%);
  background: linear-gradient(135deg, #0f1d38 0%, #305f9c 100%);*/
}
.slide-hero {
  background-color: rgba(0,0,0,0.8);
  color: transparent;
  position: relative;
  height: 55%;
}
.hero-words-overlay {
  color: #fff;
  position: absolute;
  text-align: center;
  z-index: 1000;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-28%);
  -o-transform: translateY(-28%);
  -ms-transform: translateY(-28%);
  -webkit-transform: translateY(-28%);
  transform: translateY(-28%);
}
@media (max-width: 767px) {
  .hero-words-overlay {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  }
}
.hero-words-overlay p {
  margin: 0 auto 30px;
  font-size: 22px;
  max-width: 840px;
}
@media (min-width: 767px) {
  .hero-words-overlay p {
    font-size: 34px;
  }
}
@media (max-width: 880px) {
  .hero-words-overlay p {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.video-overlay {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .video-overlay {
    background-color: rgba(0,0,0,0.3);
  }
}
.vjs-caption-settings {
  display: none;
}
.cta-link {
  color: #009ce3;
}
.cta-link:hover {
  color: #fff;
  text-decoration: none;
}
.cta-link-container {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.1;
  margin-top: -10px;
  text-align: left;
  vertical-align: middle;
}
.play-icon {
  display: inline-block;
  vertical-align: middle;
}
.separate-vertical {
  background: #898989;
  display: inline-block;
  margin-top: 0;
  margin-left: 45px;
  margin-right: 45px;
  vertical-align: middle;
  width: 1px;
  height: 35px;
}
@media (max-width: 767px) {
  .separate-vertical {
    display: none;
  }
}
.top-cta {
  *zoom: 1;
  margin: 0 auto 20px;
}
.top-cta:before,
.top-cta:after {
  content: "";
  display: table;
}
.top-cta:after {
  clear: both;
}
.top-cta .main-button {
  background-color: transparent;
  border-color: #fff;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  width: 200px;
  height: 38px;
}
@media (max-width: 767px) {
  .top-cta .main-button {
    display: block;
    margin: 0 auto 20px;
  }
}
.top-cta .main-button:hover {
  background-color: #fff;
  color: #219cd0;
}
.play-video-image {
  margin-top: -2px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
  height: 20px;
}
.slide-pillars {
  background: #014570;
  background-position: center;
  background-size: cover;
  padding: 80px 30px;
  position: relative;
  z-index: 300;
}
@media (max-width: 999px) {
  .slide-pillars {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .slide-pillars {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.heading-box {
  background-color: #126193;
  background-position: center center;
  background-size: 100%;
  margin-bottom: 2em;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 57.7%;
  position: relative;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.heading-box:hover {
  background-size: 105%;
}
.heading-box-icon-container {
  background-color: rgba(0,0,0,0.3);
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 999px) {
  .heading-box-icon-container {
    width: 40px;
    height: 40px;
  }
}
.home-pillars-list , .home-pillars-listItems {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.home-pillar,
.LUItemList-pillar,
.LURawMaterialList-pillar,
.LUSuppliersList-pillar,
.infobox {
  background-color: #fff;
  display: inline-block;
  margin: 0 1% 0;
  padding: 40px 30px;
  position: relative;
  vertical-align: top;
  width: 30.9%;
}

.LUItemList-pillar-row, .LURawMaterialList-pillar-row, .LUSuppliersList-pillar-row{
  background-color: #fff;
  display: block;
  margin: 0 1% 0;
  padding: 40px 30px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.LUItemList-pillar{
	width:22.5%;
}

.supplier-form-pillar {
  background-color: #E7E7E7;
  display: inline-block;
  margin: 0 1% 0;
  padding: 10px 15px;
  position: relative;
  vertical-align: top;
  width: 30.9%;
}
.ocfc2-pillar {
  background-color: #fff;
  display: inline-block;
  margin: 0 1% 0;
  padding: 40px 30px;
  position: relative;
  vertical-align: top;
  width: 45%;
}
.pillar-width1{
	width:100%;
}
.pillar-width2{
	width:47%;
}
.pillar-width3{
	width:30.9%;
}
@media (max-width: 999px) {
  .home-pillar,
  .supplier-form-pillar,
  .LUItemList-pillar,
  .LURawMaterialList-pillar,
  .LUSuppliersList-pillar,
 .infobox {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 500px;
  }
  .pillar-width1, .pillar-width2, .pillar-width3{
	width:100%;
  }
  .ocfc2-pillar {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 500px;
  }
}
.home-pillar .main-button,
.ocfc2-pillar .main-button,
.infobox .main-button {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pillar-cta-container {
  position: absolute;
  bottom: 30px;
}
.pillar-description {
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 45px;
}
.work-pillar .pillar-description {
  margin-bottom: 10px;
}
.pillar-heading {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
  text-align: left;
}
.pillar-more-link {
  color: #fff;
}
.pillar-more-link:hover {
  text-decoration: none;
}
.pillar-more-link img {
  margin-right: 15px;
  vertical-align: middle;
}
.slide-information {
  background-color: #def7ff;
  background-position: bottom center;
  background-size: cover;
  *zoom: 1;
  padding: 150px 30px 400px;
}
.slide-information:before,
.slide-information:after {
  content: "";
  display: table;
}
.slide-information:after {
  clear: both;
}
@media (max-width: 999px) {
  .slide-information {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .slide-information {
    padding-bottom: 50px;
  }
}
.slide-information-content {
  margin: 0 auto;
  max-width: 1200px;
}
.double-infobox {
  float: left;
  width: 50%;
}
@media (max-width: 999px) {
  .double-infobox {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .double-infobox {
    float: none;
    margin-top: 0;
    width: 100%;
  }
}
.infobox {
  color: #fff;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 999px) {
  .infobox {
    padding: 20px;
  }
}
.infobox a {
  color: #009ce3;
}
.infobox p,
.infobox ul {
  font-size: 0.9em;
  margin-bottom: 0;
}
.infobox ul {
  padding-left: 20px;
}
.infobox li {
  margin-bottom: 0.7em;
}
.ios .infobox {
  font-weight: 300;
}
.infobox-heading {
  font-size: 1.46em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .infobox-heading {
    font-size: 1.19em;
  }
}
@media (max-width: 999px) {
  .infobox-heading {
    font-size: 1.1em;
  }
}
@media (max-width: 767px) {
  .infobox-heading {
    font-size: 1.35em;
    letter-spacing: 1px;
  }
}
.infobox-what-we-do {
  background: #015c95;
  background: -moz-linear-gradient(-45deg, #015c95 0%, #2285bc 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #015c95), color-stop(100%, #2285bc));
  background: -webkit-linear-gradient(-45deg, #015c95 0%, #2285bc 100%);
  background: -o-linear-gradient(-45deg, #015c95 0%, #2285bc 100%);
  background: -ms-linear-gradient(-45deg, #015c95 0%, #2285bc 100%);
  background: linear-gradient(135deg, #015c95 0%, #2285bc 100%);
}
.infobox-full-service {
  background: #003559;
  background: -moz-linear-gradient(-45deg, #003559 0%, #025182 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #003559), color-stop(100%, #025182));
  background: -webkit-linear-gradient(-45deg, #003559 0%, #025182 100%);
  background: -o-linear-gradient(-45deg, #003559 0%, #025182 100%);
  background: -ms-linear-gradient(-45deg, #003559 0%, #025182 100%);
  background: linear-gradient(135deg, #003559 0%, #025182 100%);
}
.infobox-why-choose {
  background: #6e9c33;
  background: -moz-linear-gradient(-45deg, #6e9c33 0%, #97ce4a 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #6e9c33), color-stop(100%, #97ce4a));
  background: -webkit-linear-gradient(-45deg, #6e9c33 0%, #97ce4a 100%);
  background: -o-linear-gradient(-45deg, #6e9c33 0%, #97ce4a 100%);
  background: -ms-linear-gradient(-45deg, #6e9c33 0%, #97ce4a 100%);
  background: linear-gradient(135deg, #6e9c33 0%, #97ce4a 100%);
}
.people-image-container {
  display: none;
  position: absolute;
  top: -353px;
  left: 0;
  width: 100%;
  height: 353px;
}
@media (max-width: 999px) {
  .people-image-container {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .people-image-container {
    display: none;
  }
}
.infobox-people-image {
  position: absolute;
  bottom: 0;
}
.infobox-girl-image {
  left: 12%;
}
.infobox-guy-image {
  left: 40%;
}
.show-person {
  opacity: 1;
}
@-moz-keyframes appear-up {
  from {
    opacity: 0;
    -moz-transform: translateY(108.4px);
    -o-transform: translateY(108.4px);
    -ms-transform: translateY(108.4px);
    -webkit-transform: translateY(108.4px);
    transform: translateY(108.4px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes appear-up {
  from {
    opacity: 0;
    -moz-transform: translateY(108.4px);
    -o-transform: translateY(108.4px);
    -ms-transform: translateY(108.4px);
    -webkit-transform: translateY(108.4px);
    transform: translateY(108.4px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes appear-up {
  from {
    opacity: 0;
    -moz-transform: translateY(108.4px);
    -o-transform: translateY(108.4px);
    -ms-transform: translateY(108.4px);
    -webkit-transform: translateY(108.4px);
    transform: translateY(108.4px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes appear-up {
  from {
    opacity: 0;
    -moz-transform: translateY(108.4px);
    -o-transform: translateY(108.4px);
    -ms-transform: translateY(108.4px);
    -webkit-transform: translateY(108.4px);
    transform: translateY(108.4px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes appear-up {
  from {
    opacity: 0;
    -moz-transform: translateY(108.4px);
    -o-transform: translateY(108.4px);
    -ms-transform: translateY(108.4px);
    -webkit-transform: translateY(108.4px);
    transform: translateY(108.4px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes appear-up {
  from {
    opacity: 0;
    -moz-transform: translateY(108.4px);
    -o-transform: translateY(108.4px);
    -ms-transform: translateY(108.4px);
    -webkit-transform: translateY(108.4px);
    transform: translateY(108.4px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes appear-up {
  from {
    opacity: 0;
    -moz-transform: translateY(108.4px);
    -o-transform: translateY(108.4px);
    -ms-transform: translateY(108.4px);
    -webkit-transform: translateY(108.4px);
    transform: translateY(108.4px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.article-list-image-container {
  background-position: center;
  background-size: cover;
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .article-list-image-container {
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }
}
.article-summary-content {
  margin-left: 220px;
}
@media (max-width: 479px) {
  .article-summary-content {
    margin-left: 0;
  }
}
.article-list-item {
  *zoom: 1;
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
  padding-top: 40px;
}
.article-list-item:before,
.article-list-item:after {
  content: "";
  display: table;
}
.article-list-item:after {
  clear: both;
}
.article-list-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.article-list-metadata {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 2em;
}
.article-list-title {
  font-weight: 400;
  margin-bottom: 0;
}
.view-more {
  border-top: 3px solid #ccc;
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
.view-more-link {
  color: #219cd0;
}
.two-column-layout .article-body > p,
.two-column-layout .article-body > ul {
  padding-right: 14.285714285714286%;
}
@media (max-width: 767px) {
  .two-column-layout .article-body > p,
  .two-column-layout .article-body > ul {
    padding-right: 0;
  }
}
.article-body > img {
  width: 116.66666666666667%;
  max-width: 116.66666666666667%;
}
.article-metadata {
  font-size: 0.8em;
  font-style: italic;
}
.article-navigation {
  border-top: 1px solid #ccc;
  *zoom: 1;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5em;
  padding-top: 1em;
  text-transform: uppercase;
}
.article-navigation:before,
.article-navigation:after {
  content: "";
  display: table;
}
.article-navigation:after {
  clear: both;
}
.article-navigation a {
  color: #0d6197;
}
.article-navigation-next {
  float: right;
}
.article-navigation-previous {
  float: left;
}
.article-tags {
  color: #7db435;
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 4em;
  text-transform: uppercase;
}
.article-list-item .article-tags {
  margin-bottom: 0;
}
.article-tags-list {
  display: inline;
  list-style-type: none;
  padding: 0;
}
.article-tags-list-item {
  display: inline;
}
.article-tags-list-item:after {
  content: ', ';
}
.article-tags-list-item:last-child:after {
  content: '';
}
.article-tags-list-item a {
  color: #959595;
}
.article-title {
  color: #219cd0;
  font-weight: 400;
  margin-bottom: 0;
}
.award-button {
  color: #219cd0;
}
.award-item {
  float: left;
  margin: 0 2% 40px;
  text-align: center;
  width: 46%;
  min-height: 300px;
}
.NoteScaleH{
	display:block;
}
.NoteScaleV{
	display:none;
}
@media (max-width: 775px) {
	.NoteScaleH{
		display:none;
	}
	.NoteScaleV{
		display:block;
	}
}
@media (max-width: 479px) {
  .award-item {
    float: none;
    width: auto;
    min-height: 0;
  }
}
.main-content .award-item {
  margin-bottom: 40px;
}
.award-logo-container {
  margin: 0 auto 1em;
  width: 150px;
  height: 150px;
}
.award-logo-image {
  width: 100%;
  height: 100%;
}
.award-name {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.main-content .award-name {
  font-size: 1.3em;
  margin-top: 1em;
}
.award-summary {
  margin-bottom: 2em;
}
.awards-list {
  *zoom: 1;
  list-style-type: none;
  margin-left: -4%;
  margin-right: -4%;
  padding-left: 0;
}
.awards-list:before,
.awards-list:after {
  content: "";
  display: table;
}
.awards-list:after {
  clear: both;
}
.careers-page h4 {
  color: #219cd0;
  font-size: 2em;
  font-weight: 400;
}
.job-cta {
  clear:both;
  margin-bottom: 3em;
  text-align: center;
}
.page-title .job-cta {
  font-size: 17px;
  margin-bottom: 0;
}
.job-list {
  font-weight: 600;
  line-height: 2;
  list-style-type: none;
  margin-bottom: 3em;
  padding-left: 0px;
}
.job-list a {
  color: #0d6197;
}
.job-list-item {
  line-height: 1.2;
}
.main-content .job-list-item {
  margin-bottom: 1em;
}
.job-openings-link {
  background-color: #0d6197;
  border-color: #0d6197;
  display: inline-block;
  font-size: 0.75em;
}
.job-openings-link:hover {
  background-color: transparent;
  color: #0d6197;
}
.page-title .job-openings-link {
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.page-title .job-openings-link:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0d6197;
}
h3.job-posting-heading {
  color: #000;
  font-size: 1em;
  font-weight: 600;
}
.no-job {
  border-top: 1px solid #c0c0c0;
  padding-top: 40px;
}
.no-job li {
  margin-bottom: 1em;
}
.job-posting .page-sidebar .how-to-apply-list li {
  margin-bottom: 1em;
}
.people-list {
  font-size: 0;
  list-style: none;
  padding-left: 0;
}
.people-list li {
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 23px;
  position: relative;
  width: 31.000000000000004%;
}
@media (max-width: 1199px) {
  .people-list li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .people-list li {
    width: auto;
  }
  .people-list li:nth-child(n+3) {
    display: none;
  }
}
.people-list li:hover .image-caption {
  opacity: 1;
}
.people-list .image-caption {
  background-color: rgba(13,97,151,0.5);
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  opacity: 0;
  padding-top: 70px;
  padding-left: 60px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .people-list .image-caption {
    padding-top: 40px;
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  .people-list .image-caption {
    padding-top: 25px;
    padding-left: 25px;
  }
}
.people-list .image-caption h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0.1em;
}
.people-list .image-caption h4 {
  font-size: 1em;
  font-weight: 300;
}
.selection-process-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  font-size: 0.9em;
  list-style: none;
  list-style-position: inside;
  margin-bottom: 2em;
}
.selection-process-list li {
  counter-increment: step-counter;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.selection-process-list li:before {
  content: counter(step-counter);
  display: inline-block;
  font-weight: 600;
  margin-left: -25px;
  width: 25px;
}
.what-we-offer-list {
  float: left;
  font-size: 0.9em;
  width: 50%;
  vertical-align:top;
}
@media (max-width: 767px) {
  .what-we-offer-list {
    float: none;
    width: 100%;
  }
}
.job-application-form .form-actions {
  margin-bottom: 0;
}
.job-application-form .form-actions .main-button {
  font-size: 0.8em;
}
.job-application-form .form-group,
.job-application-form .form-message {
  display: block;
  float: none;
}
.employee-testimonies {
  text-align: center;
}
.testimony {
  margin-bottom: 4em;
}
.testimony-author {
  display: block;
  font-style: normal;
  margin-bottom: 1em;
}
.testimony-image {
  border-radius: 50%;
  margin-bottom: 1em;
  width: 145px;
  height: 145px;
}
.careers-employees h3 {
  line-height: 1.15em;
}
.careers-employees h4 {
  line-height: 1.3em;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .careers-employees {
    margin-left: 0;
    margin-right: 0;
  }
  .careers-employees .special-small-column,
  .careers-employees .special-big {
    float: none;
    width: 100%;
    height: auto;
  }
  .careers-employees .special-small-box {
    margin-bottom: 1em;
    height: auto;
  }
  .careers-employees .special-small-column {
    margin-bottom: 1em;
  }
}
.careers-person {
  *zoom: 1;
  display: none;
}
.careers-person:before,
.careers-person:after {
  content: "";
  display: table;
}
.careers-person:after {
  clear: both;
}
.case-studies-page {
  text-align: center;
  max-width: 960px;
}
.case-study-content {
  font-weight: 300;
  margin-top: -130px;
  margin-bottom: 85px;
  padding: 0 20px;
  max-width: 1050px;
}
@media (max-width: 479px) {
  .case-study-content {
    margin-top: -40px;
    padding: 0;
  }
}
.case-study-content h2 {
  font-size: 2em;
  font-weight: 600;
}
.case-study-content h3 {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}
.cs-body {
  background-color: #f5f5f5;
  font-size: 0.8em;
  padding: 75px 200px;
}
@media (max-width: 1199px) {
  .cs-body {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .cs-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 479px) {
  .cs-body {
    padding: 40px 20px;
  }
}
.cs-body h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.cs-body h2:first-child {
  margin-top: 0;
}
.cs-body img {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: -16.666666666666668%;
  margin-right: -16.666666666666668%;
  width: 133.33333333333334%;
  max-width: none;
}
@media (max-width: 1199px) {
  .cs-body img {
    margin: 1em auto 0;
    width: 100%;
  }
}
.cs-box {
  display: inline-block;
  position: relative;
  margin: 0 1% 20px 0;
  vertical-align: top;
  width: 49%;
}
@media (max-width: 767px) {
  .cs-box {
    display: block;
    margin: 0 auto 20px;
    width: auto;
    max-width: 460px;
  }
}
.cs-box:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .cs-box:nth-child(2n+2) {
    margin-right: auto;
  }
}
.cs-box-content {
  color: #fff;
  font-weight: 400;
  padding: 25px;
  text-align: left;
  position: absolute;
  top: 25%;
  left: 60px;
}
@media (max-width: 479px) {
  .cs-box-content {
    top: 0;
    left: 0;
  }
}
.cs-box:nth-child(3) .cs-box-content {
  top: 20%;
}
@media (max-width: 479px) {
  .cs-box:nth-child(3) .cs-box-content {
    top: 0;
  }
}
.cs-box-content a {
  color: #fff;
  text-decoration: underline;
}
.cs-box-content a:hover {
  text-decoration: none;
}
.cs-box-content p:last-child {
  margin-bottom: 0;
}
.cs-box-content .learn-more {
  font-weight: 300;
}
@media (max-width: 1199px) {
  .cs-box-content .learn-more {
    font-size: 0.8em;
  }
}
.cs-box-image {
  display: block;
}
.cs-box-title {
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.cs-box-title a {
  text-decoration: none;
}
.cs-header {
  padding: 70px 12.5%;
}
@media (max-width: 999px) {
  .cs-header {
    padding: 40px 20px;
  }
}
.cs-header h1,
.cs-header h3 {
  margin-bottom: 0;
}
.cs-header h1 {
  font-weight: 400;
}
.cs-header h3 {
  font-weight: 700;
  margin-bottom: 0.2em;
}
.cs-home {
  margin-bottom: 180px;
  max-width: 1050px;
}
.cs-home .cs-container {
  text-align: center;
}
.cs-home .page-intro {
  font-size: 1em;
}
.cs-home .page-intro-title {
  color: #0d6197;
}
.section-divisions {
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 80px 185px;
  text-align: center;
  width: 83.33333333333334%;
  max-width: 960px;
}
@media (max-width: 999px) {
  .section-divisions {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 479px) {
  .section-divisions {
    margin: 0;
    padding: 40px 20px;
    width: auto;
  }
}
.section-divisions h2 {
  font-size: 2em;
  margin-bottom: 1.4em;
}
.section-divisions h3 {
  color: #363636;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.section-divisions p:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .the-infographic {
    width: 56%;
    margin-left: 3%;
    float: left;
  }
}
.ms-container {
  background-color: #f5f5f5;
  clear: both;
  margin-top: 70px;
  overflow: auto;
}
.ms-container h3 {
  text-align: center;
  color: #0d6197;
  font-size: 1.35em;
  font-weight: 600;
}
@media (min-width: 999px) {
  .ms-container h3 {
    font-size: 1.6em;
  }
}
.ms-boxes {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  width: 90%;
  overflow: auto;
}
.ms-box {
  color: #fff;
  margin-top: 20px;
  padding: 35px 25px;
}
@media (min-width: 999px) {
  .ms-box {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: 355px;
    padding: 35px 50px;
  }
}
.ms-box.first {
  background-color: #005a8e;
}
.ms-box.second {
  background-color: #00679e;
}
.ms-box.third {
  background-color: #017eae;
}
.ms-box.fourth {
  background-color: #479ac6;
}
.ms-box p {
  font-weight: 200;
  font-size: 0.9em;
  line-height: 1.2em;
}
@media (min-width: 999px) {
  .ms-box p {
    font-size: 0.98em;
  }
}
.ms-box a {
  color: #fff;
  font-size: 0.9em;
  text-decoration: underline;
}
.ms-heading {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-bottom: 35px;
  padding-right: 68px;
  position: relative;
}
@media (min-width: 999px) {
  .ms-heading {
    font-size: 1.4em;
    padding-right: 80px;
  }
}
@media (min-width: 999px) {
  #fr .ms-heading {
    font-size: 1.25em;
  }
}
.ms-heading a {
  text-decoration: none;
}
.ms-icon {
  display: inline-block;
  background-size: 50px;
  height: 63px;
  width: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: 0;
}
.ms-icon.design-dev {
  background-image: url("../img/icons/design-icon.png");
}
.ms-icon.sourcing {
  background-image: url("../img/icons/sourcing-supply-chain-oblique-icon.png");
}
.ms-icon.testing {
  background-image: url("../img/icons/testing-quality-assurance-icon.png");
}
.ms-icon.warehousing {
  background-image: url("../img/icons/secure-warehousing-icon.png");
}
.ms-icon.account-management {
  background-image: url("../img/icons/account-management-icon.png");
}
.ms-icon.business-intelligence {
  background-image: url("../img/icons/it-intellience-icon.png");
}
.ms-icon.customer-service {
  background-image: url("../img/icons/customer-service-icon.png");
}
@media (min-width: 999px) {
  .ms-icon.customer-service {
    background-size: 61px;
    top: -10px;
  }
}
.ms-icon.complete-inventory {
  background-image: url("../img/icons/complete-inventory-icon.png");
}
@media (min-width: 999px) {
  .ms-icon {
    background-size: 65px;
    width: 70px;
    height: 85px;
    top: 0;
  }
}
.ms-more-info {
  background: url("../img/managed-services/managed-services-tile-bg02.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 95px;
}
.ms-more-info a {
  margin-top: 25px;
  display: inline-block;
}
.ms-more-info-ocfc2 {
  background: url("../img/SuppliersForm/visit_bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 95px;
}
@media (max-width: 767px) {
	.ms-more-info-ocfc2 {
		padding: 20px 20px;
	}
}
.ms-more-info-ocfc2 a {
  margin-top: 25px;
  display: inline-block;
}
.cta-question {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 15px;
}
.ms-gradient-blue {
  background: #0c5b8c;
  background: #0c5b8c;
  background: -moz-linear-gradient(-45deg, #0c5b8c 0%, #2c84b7 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0c5b8c), color-stop(100%, #2c84b7));
  background: -webkit-linear-gradient(-45deg, #0c5b8c 0%, #2c84b7 100%);
  background: -o-linear-gradient(-45deg, #0c5b8c 0%, #2c84b7 100%);
  background: -ms-linear-gradient(-45deg, #0c5b8c 0%, #2c84b7 100%);
  background: linear-gradient(135deg, #0c5b8c 0%, #2c84b7 100%);
  color: #fff;
}
.ms-image-box-image {
  display: block;
}
@media (max-width: 767px) {
  .ms-image-single {
    display: none;
  }
}
.ms-content {
  background-color: #777;
  background-image: url("../img/managed-services/ms-content.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  max-height: 315px;
}
@media (max-width: 999px) {
  .ms-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .ms-content {
    padding-top: 70px;
  }
}
@media (max-width: 479px) {
  .ms-content {
    padding: 40px 20px;
  }
}
@media (max-width: 999px) {
  .ms-account {
    height: 265px;
  }
}
@media (max-width: 767px) {
  .ms-account {
    height: auto;
  }
}
@media (max-width: 767px) {
  .ms-client-single {
    display: none;
  }
}
.ms-complete {
  padding-top: 80px;
}
@media (max-width: 999px) {
  .ms-complete {
    padding: 30px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .ms-complete {
    height: auto;
  }
}
.ms-customer {
  padding-top: 95px;
  padding-right: 80px;
}
@media (max-width: 999px) {
  .ms-customer {
    padding: 30px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .ms-customer {
    height: auto;
  }
}
@media (max-width: 999px) {
  .ms-design {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .ms-design {
    height: auto;
  }
}
.ms-it {
  padding-top: 60px;
}
@media (max-width: 999px) {
  .ms-it {
    padding: 30px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .ms-it {
    height: auto;
  }
}
.ms-it a {
  color: #000;
}
.ms-question {
  background-color: #7a003c;
  color: #fff;
  padding-left: 100px;
  padding-right: 170px;
}
@media (max-width: 999px) {
  .ms-question {
    padding: 30px;
    height: 265px;
  }
}
@media (max-width: 767px) {
  .ms-question {
    height: auto;
  }
}
.ms-question p {
  margin-bottom: 2em;
}
.ms-secure {
  background-color: #000;
  color: #fff;
  padding-top: 105px;
}
@media (max-width: 999px) {
  .ms-secure {
    padding-top: 30px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .ms-secure {
    height: auto;
  }
}
@media (max-width: 999px) {
  .ms-sourcing {
    padding-right: 30px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .ms-sourcing {
    height: auto;
  }
}
.ms-testing {
  height: 630px;
}
@media (max-width: 767px) {
  .ms-testing {
    height: auto;
  }
}
.ms-testing a {
  color: #000;
}
.ms-page-intro {
  float: left;
  width: 41%;
}
@media (max-width: 767px) {
  .ms-page-intro {
    float: none;
    margin: 0 auto 50px;
    width: auto;
  }
}
@media (min-width: 999px) {
  .ms-page-intro {
    font-size: 20px;
  }
}
.ms-page-intro p {
  font-weight: 300;
}
@media (min-width: 767px) {
  .ms-page-intro p {
    font-size: 17px;
  }
}
@media (min-width: 999px) {
  .ms-page-intro p {
    font-size: 20px;
  }
}
.ms-page-intro p:last-of-type {
  margin-bottom: 2em;
}
.ms-page-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.7em;
}
@media (min-width: 999px) {
  .ms-page-title {
    font-size: 2em;
  }
}
.video-box {
  float: right;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .video-box {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}
.video-box video {
  width: 100%;
  height: 340px;
}
@media (max-width: 1199px) {
  .video-box video {
    height: auto;
  }
}
.video-box-image {
  width: 100%;
}
.video-box-overlay {
  padding-top: 100px;
  padding-left: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-box-overlay-title {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0.3em;
}
.video-box-overlay-subtitle {
  color: #fff;
}
.video-box-play-image {
  margin-bottom: 1em;
}
.cta-box {
  background-color: #e7e7e7;
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 26px 20px 37px;
  text-align: center;
}
.cta-box p {
  margin-bottom: 17px;
}
.cta-box p:last-of-type {
  margin-bottom: 0;
}
.cta-box .main-button {
  background-color: #219cd0;
  border-color: #219cd0;
  font-size: 16px;
}
.cta-box .main-button:hover {
  background-color: transparent;
  color: #219cd0;
}
.ms-icon-header {
  display: table-cell;
  float: left;
  margin-top: 10px;
  margin-right: 50px;
  vertical-align: middle;
  width: 80px;
}
@media (max-width: 767px) {
  .ms-icon-header {
    margin-right: 30px;
  }
}
@media (max-width: 479px) {
  .ms-icon-header {
    margin-right: 20px;
    width: 50px;
  }
}
.ms-navigation {
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 200;
  width: 100%;
}
.ms-navigation-content {
  margin: 0 auto;
  max-width: 1200px;
}
.ms-nav-item {
  color: transparent;
  margin: 0 20px;
}
.ms-nav-item:hover a {
  color: transparent;
}
.ms-nav-item a.ms-nav-item-link {
  color: #fff;
}
.ms-nav-item a.ms-nav-item-link:hover {
  text-decoration: none;
}
.ms-nav-item:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.ms-next {
  float: right;
}
.ms-previous {
  float: left;
}
.ms-nav-item-image {
  margin-top: -2px;
  vertical-align: middle;
  height: 28px;
}
.ms-next .ms-nav-item-image {
  margin-left: 10px;
}
.ms-previous .ms-nav-item-image {
  margin-right: 10px;
}
.ms-title-header {
  display: table;
  margin: 0 auto;
  text-align: left;
  max-width: 700px;
}
@media (max-width: 767px) {
  .ms-title-header {
    font-size: 30px;
    max-width: 440px;
  }
}
@media (max-width: 479px) {
  .ms-title-header {
    font-size: 20px;
    max-width: 280px;
  }
}
.ms-title-header h1 {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.ms-title-header.account {
  max-width: 500px;
}
.ms-title-header.complete.fr {
  max-width: 610px;
}
@media (max-width: 767px) {
  .ms-title-header.complete.fr {
    max-width: 365px;
  }
}
@media (max-width: 479px) {
  .ms-title-header.complete.fr {
    max-width: 250px;
  }
}
.ms-title-header.it {
  max-width: 500px;
}
@media (max-width: 479px) {
  .ms-title-header.it {
    max-width: 210px;
  }
}
.ms-title-header.secure.fr {
  max-width: 800px;
}
@media (max-width: 1199px) {
  .ms-title-header.secure.fr {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .ms-title-header.secure.fr {
    max-width: 305px;
  }
}
@media (max-width: 479px) {
  .ms-title-header.secure.fr {
    max-width: 220px;
  }
}
.ms-title-header.testing.fr {
  max-width: 710px;
}
@media (max-width: 1199px) {
  .ms-title-header.testing.fr {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .ms-title-header.testing.fr {
    max-width: 440px;
  }
}
@media (max-width: 479px) {
  .ms-title-header.testing.fr {
    max-width: 220px;
  }
}
.footnote {
  font-size: 0.65em;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 45px;
}
/*# sourceMappingURL=style.css.map */