@charset "UTF-8";
@font-face {
  font-family: 'oracleiconsregular';
  src: url("../fonts/oracleicons-v27-webfont.eot");
  src: url("../fonts/oracleicons-v27-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oracleicons-v27-webfont.woff2") format("woff2"), url("../fonts/oracleicons-v27-webfont.woff") format("woff"), url("../fonts/oracleicons-v27-webfont.ttf") format("truetype"), url("../fonts/oracleicons-v27-webfont.svg#oracleiconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/** Color Classes **/
.orange {
  color: #f29111; }

.blue {
  color: #00758f; }

.dark-blue {
  color: #003b4d; }

.green {
  color: #4E5052; }

.dark-green {
  color: #004f35; }

.deep-red {
  color: #592439; }

.pink-red {
  color: #942645; }

.white {
  color: #fff; }

.orange-bg {
  background-color: #f29111; }

.blue-bg {
  background-color: #00758f; }

.dark-blue-bg {
  background-color: #003b4d; }

.dark-blue-alt-bg {
  background-color: #324B5C; }

.green-bg {
  background-color: #4E5052; }

.dark-green-bg {
  background-color: #004f35; }

.deep-red-bg {
  background-color: #8A331D; }

.pink-red-bg {
  background-color: #942645; }

.dark-grey-bg {
  background-color: #4e5052; }

*:focus {
  outline: none; }

body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4e5052;
  background-color: #D8D8D8;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  body.front, html.front {
    background-color: #ebeff0; }

p {
  -webkit-margin-before: 0px;
  display: block;
  margin-bottom: 15px;
  line-height: 18px;
  color: #4e5052;
  margin-top: 0; }

a {
  background-color: transparent;
  color: #00758f;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0;
    cursor: pointer;
    text-decoration: underline; }

h1 {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s; }

#main-heading p {
  margin-bottom: 20px; }
#main-heading h2 {
  font-weight: normal; }
  #main-heading h2 img {
    vertical-align: middle; }

h3 {
  font-size: 24px;
  color: #4e5052;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.2;
  margin-bottom: 15px; }

h4 {
  margin: -15px 0 5px 0;
  font-weight: normal;
  font-size: 20px; }

h5 {
  margin: 0;
  display: table;
  font-weight: bold;
  font-size: 17px; }
  h5 span.left {
    margin-left: -20px;
    display: block; }

.map-icon {
  padding-top: 3px;
  margin-right: 5px;
  width: 27px;
  height: 18px; }

.map-icon-inner {
  fill: white; }

.map-words {
  vertical-align: baseline;
  position: relative;
  top: -0.2em; }

.hotspots .hotspot {
  position: absolute;
  height: 70px;
  width: 120px; }
.hotspots #human-resources {
  top: 30px;
  right: 7px; }
.hotspots #finance {
  top: 115px;
  right: 7px; }
.hotspots #integration-analytics {
  top: 200px;
  right: 7px; }
.hotspots #information-technology {
  top: 290px;
  right: 7px; }
.hotspots #product-management-engineering {
  top: 100px;
  left: 15px;
  width: 125px; }
.hotspots #vehicle-distribution {
  top: 130px;
  left: 145px;
  width: 125px; }
.hotspots #supply-chain-management {
  top: 265px;
  left: 325px;
  width: 125px;
  height: 60px; }
.hotspots #captive-finance {
  top: 115px;
  right: 160px;
  width: 125px; }
.hotspots #manufacturing-and-assembly {
  top: 320px;
  left: 170px;
  width: 125px; }
.hotspots #parts-distribution {
  bottom: 70px;
  right: 320px;
  width: 125px; }
.hotspots #parts-and-services {
  bottom: 205px;
  right: 320px;
  width: 125px; }
.hotspots #retail-customer {
  top: 205px;
  right: 320px;
  width: 125px; }
.hotspots #marketing-sales-channels {
  top: 40px;
  right: 320px;
  width: 125px; }

ul {
  font-size: 14px;
  line-height: 1.3;
  margin-left: -15px;
  list-style: none; }
  ul li {
    margin-bottom: 5px; }
    ul li:before {
      content: "";
      background-color: #939699;
      border-radius: 50%;
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-left: -15px;
      margin-right: 8px;
      position: relative;
      left: -10px; }
  ul.orange-bull {
    list-style: none;
    margin-top: 5px; }
    ul.orange-bull.single {
      margin-left: -30px; }
      ul.orange-bull.single li {
        margin-bottom: 10px; }
    ul.orange-bull li {
      padding-left: 10px;
      float: none; }
      ul.orange-bull li:before {
        content: "";
        background-color: #f29111;
        border-radius: 50%;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: -10px;
        margin-right: 0px;
        position: relative;
        left: -10px; }
      ul.orange-bull li:last-child {
        margin-bottom: 10px; }
      ul.orange-bull li.dash:before {
        content: "\2014";
        background-color: transparent;
        border-radius: 50%;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: -10px;
        margin-right: 0px;
        position: relative;
        left: -15px; }

ol {
  font-size: 14px;
  line-height: 1.3;
  margin-left: -15px;
  margin-bottom: -10px; }
  ol li {
    margin-bottom: 10px; }

.small {
  font-size: 90%; }

img {
  border: 0; }

.img-responsive {
  width: 100%;
  display: block;
  height: auto; }

table {
  border-collapse: collapse;
  text-align: left;
  position: relative;
  margin-bottom: 60px; }
  table thead tr th {
    border-collapse: collapse;
    padding: 20px 10px;
    background: #ddd; }
  table tbody tr th {
    background: #DEE0E0;
    padding: 10px;
    border: 1px solid #ddd; }
  table tbody tr td {
    padding: 10px;
    height: 30px;
    border: 1px solid #ddd;
    width: 38%; }

/* Sticky Header */
.sticky-active #container {
  margin-bottom: 50px;
  margin-top: 70px; }

#header_top {
  max-height: 133px;
  opacity: 1;
  -webkit-transition: all .1s;
  /* Safari */
  transition: all .1s;
  background: rgba(216, 216, 216, 0.98); }

#buttons {
  background: rgba(216, 216, 216, 0.97); }

.sticky #buttons {
  position: relative; }

#buttons.sticky:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 0;
  top: 0;
  width: 20px;
  background-color: #D8D8D8; }

.sticky #buttons-inner:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  bottom: -5px;
  z-index: -1;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  height: 5px;
  opacity: 0.4; }

.cs-logos {
  background-repeat: no-repeat;
  background-size: cover;
  height: 149px;
  width: 115px; }

.no-top {
  margin-top: 0px; }

.no-bottom {
  margin-bottom: 0px; }

.desktop-extra-top {
  margin-top: 25px; }

@media only screen and (min-width: 768px) {
  .sticky, .container.sticky {
    position: fixed;
    top: 0;
    width: calc(100% - 100px);
    z-index: 50; }

  html .hidden, .sticky #header_top {
    max-height: 0px;
    opacity: 0; }

  html .hidden, .sticky #header_top h1 {
    margin: 0; } }
.logos {
  display: flex;
  flex-direction: row; }
  .logos .logo {
    padding: 0;
    height: 46px;
    padding: 0 0 0 1rem;
    margin-left: auto; }
  .logos img {
    padding: 15px 0; }
  .logos span {
    font-size: 18px; }
    .logos span img {
      position: relative; }
  .logos .blue {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%; }

.logos-mobile {
  display: none; }
  .logos-mobile img {
    padding: 10px 1rem;
    height: 45px; }
    .logos-mobile img.logo {
      margin-left: 5px;
      padding: 0 1rem;
      height: 45px; }

.download {
  padding: 15px 25px;
  margin-left: auto; }
  .download img {
    width: 20px;
    padding: 0px 10px 5px 10px;
    vertical-align: middle;
    height: auto; }

.buttons #buttons-inner > a {
  display: inline-block;
  padding: 15px 10px;
  width: 100px;
  height: 36px;
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
  vertical-align: middle;
  position: relative;
  z-index: 999; }
  .buttons #buttons-inner > a.single {
    line-height: 36px; }
  .buttons #buttons-inner > a.triple {
    padding: 7px 10px 23px 10px; }
  .buttons #buttons-inner > a:nth-child(1):hover {
    background-color: #8A331D;
    color: #fff; }
  .buttons #buttons-inner > a:nth-child(2):hover {
    background-color: #003b4d;
    color: #fff; }
  .buttons #buttons-inner > a:nth-child(3):hover {
    background-color: #353638;
    color: #fff; }
  .buttons #buttons-inner > a:nth-child(4):hover {
    background-color: #691a06;
    color: #fff; }
  .buttons #buttons-inner > a:nth-child(5):hover {
    background-color: #012a36;
    color: #fff; }
  .buttons #buttons-inner > a:nth-child(6):hover {
    background-color: #592439;
    color: #fff; }
  .buttons #buttons-inner > a:nth-child(7):hover {
    background-color: #003020;
    color: #fff; }
  .buttons #buttons-inner > a.active {
    background-color: #fff;
    color: #4e5052;
    text-decoration: none; }
    .buttons #buttons-inner > a.active:hover {
      background-color: #fff;
      color: #4e5052;
      text-decoration: none; }
  .buttons #buttons-inner > a:hover {
    text-decoration: none; }

/* Grid */
.main_container {
  position: relative;
  overflow: hidden; }

#container, #logo-container {
  margin: 0 50px; }

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff; }

#content {
  background-color: #fff;
  min-height: 445px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(147, 150, 153, 0.5);
  -moz-box-shadow: 0 2px 10px 0 rgba(147, 150, 153, 0.5);
  box-shadow: 0 2px 10px 0 rgba(147, 150, 153, 0.5); }

#content-main {
  background-color: #ebeff0;
  min-height: 445px;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.page {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent; }

.content-desktop {
  display: inline-block;
  background-color: transparent; }

.content-mobile {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.indent {
  margin-left: 75px; }

.arrow-blue {
  width: 15px;
  margin-left: 5px; }

.read-more {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px; }

.video {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px; }

.popup-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: #ebeff0;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  .popup-overlay.active {
    visibility: visible;
    text-align: center; }
  .popup-overlay .popup-content {
    visibility: hidden; }
    .popup-overlay .popup-content.active {
      visibility: visible; }

.row {
  margin: 0 -10px;
  display: flex; }
  .row .col60, .row .col40 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 60%;
    padding: 0px 10px; }
  .row .col40 {
    width: 40%; }
  .row .col55, .row .col45 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 55%;
    padding: 0px; }
  .row .col45 {
    width: 45%; }
  .row .col75, .row .col25 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding: 0px 10px; }
  .row .col25 {
    width: 25%; }
  .row .col3, .row .col2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 0px 20px 0px 10px; }
  .row .col3 .content, .row .col2 .content {
    background-color: #F2F2F2;
    padding: 20px;
    font-size: 14px;
    height: 300px; }
  .row .col3 .content p, .row .col2 .content p {
    line-height: 1.3; }
  .row .col3 .content ul li, .row .col2 .content ul li {
    margin-bottom: 10px;
    font-size: 14px; }
  .row .col3 .content a.cta, .row .col2 .content a.cta {
    font-size: 18px; }
  .row .col3 .block, .row .col2 .block {
    margin: 10px 0;
    height: 210px; }
  .row .col3 .block p, .row .col2 .block p {
    padding: 50px 20px 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin-left: 55px;
    display: flex;
    align-items: center; }
  .row .col3 .block p span, .row .col2 .block p span {
    position: relative;
    font-size: 84px;
    line-height: 1;
    float: left;
    margin-left: -55px;
    margin-right: 10px;
    opacity: 0.5; }
  .row .col3 .block.single, .row .col2 .block.single {
    height: 440px; }
  .row .col3 .block.single p, .row .col2 .block.single p {
    padding: 170px 20px 0 20px; }
  .row .col3 .block.three, .row .col2 .block.three {
    height: 133px; }
  .row .col3 .block.three p {
    padding: 33px 20px 0 20px; }
  .row .col2 {
    width: 50%; }
    .row .col2 .block.three p {
      padding: 33px 20px 0 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.rows3 .row .col3 .block {
  height: 133px;
  display: flex;
  align-items: center; }
  .rows3 .row .col3 .block p {
    padding: 0 20px 0 20px;
    margin-bottom: 0; }

/** Vertical Tab Nav **/
#vertical_tab_nav {
  display: block;
  width: 100%; }
  #vertical_tab_nav .tabs {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    color: #fff; }
  #vertical_tab_nav ul.tabs li::before {
    display: none; }
  #vertical_tab_nav .tabs li a {
    padding: 8px 16px 8px 16px;
    margin-bottom: 0px !important;
    margin-right: 20px;
    width: 495px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    background: #00758f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transition: all 0.2s linear 0s; }
    #vertical_tab_nav .tabs li a span {
      font-size: 28px;
      font-weight: bold;
      opacity: 0.8;
      display: block;
      vertical-align: middle;
      margin-right: 10px;
      height: 100%; }
    #vertical_tab_nav .tabs li a:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 20px;
      top: 0;
      right: -20px;
      transition: all 0.2s linear 0s; }
    #vertical_tab_nav .tabs li a:hover {
      background: #003b4d;
      text-decoration: none; }
    #vertical_tab_nav .tabs li a.selected {
      background: #942645;
      text-decoration: none; }

#vertical_tab_nav .tab_container .tab_drawer_heading {
  padding: 10px 16px 14px 45px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 10px;
  min-height: 35px;
  cursor: pointer;
  background: #00758f;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: all 0.2s linear 0s; }
  #vertical_tab_nav .tab_container .tab_drawer_heading span {
    font-size: 28px;
    font-weight: bold;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    margin-left: -30px;
    margin-right: 14px;
    margin-top: 15px; }
  #vertical_tab_nav .tab_container .tab_drawer_heading.single-line {
    padding: 24px 16px 0px 45px; }
    #vertical_tab_nav .tab_container .tab_drawer_heading.single-line span {
      margin-top: 0px; }
  #vertical_tab_nav .tab_container .tab_drawer_heading:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    bottom: -20px;
    left: 10px;
    transition: all 0.2s linear 0s; }
  #vertical_tab_nav .tab_container .tab_drawer_heading.d_active {
    text-decoration: none;
    background-color: #942645; }
    #vertical_tab_nav .tab_container .tab_drawer_heading.d_active:after {
      border-top: 10px solid #942645; }
#vertical_tab_nav .tab_container article {
  padding: 20px;
  background: #942645;
  color: #fff;
  overflow: hidden;
  display: none;
  transition: all 0s linear 0s; }
  #vertical_tab_nav .tab_container article p {
    padding-bottom: 2px;
    color: #fff;
    font-size: 14px; }
  #vertical_tab_nav .tab_container article a {
    color: #fff;
    text-decoration: underline; }
  #vertical_tab_nav .tab_container article ul li {
    padding-left: 10px;
    margin-bottom: 20px; }
    #vertical_tab_nav .tab_container article ul li:before {
      content: "";
      background-color: #EBCAD3;
      border-radius: 50%;
      display: block;
      width: 10px;
      height: 10px;
      margin-left: -10px;
      position: relative;
      left: -15px;
      top: 15px; }
    #vertical_tab_nav .tab_container article ul li a {
      color: #fff;
      text-decoration: underline; }

.style1 h3.second {
  position: absolute;
  top: 10px;
  left: 570px; }

.style1 #vertical_tab_nav .tabs li a.selected:after {
  content: "";
  background-size: 20px 100%;
  background-repeat: no-repeat;
  background-image: url("../img/triangle.svg"); }
.style1 #vertical_tab_nav .tab_container article {
  min-height: 240px; }

.style2 h3.second {
  position: absolute;
  top: 0px;
  left: 460px; }
.style2 #vertical_tab_nav .tabs li a {
  padding: 17px 10px 17px 10px;
  font-style: italic;
  width: 420px;
  display: flex;
  flex-direction: row; }
  .style2 #vertical_tab_nav .tabs li a span {
    width: 100%; }
  .style2 #vertical_tab_nav .tabs li a img {
    align-self: start;
    flex-shrink: 0;
    margin-right: 1rem; }
    .style2 #vertical_tab_nav .tabs li a img.arrow-right {
      align-self: center;
      width: 15px;
      margin-left: auto;
      padding-left: .5rem; }
  .style2 #vertical_tab_nav .tabs li a:after {
    border: none; }
  .style2 #vertical_tab_nav .tabs li a:hover {
    background: #003b4d; }
  .style2 #vertical_tab_nav .tabs li a.selected {
    background: #4E5052; }
.style2 #vertical_tab_nav .tab_container .tab_drawer_heading {
  padding: 15px 50px 5px 50px;
  margin-bottom: 5px;
  background: #00758f;
  font-style: italic;
  line-height: 1.2; }
  .style2 #vertical_tab_nav .tab_container .tab_drawer_heading img.icon {
    position: absolute;
    left: 10px;
    top: 15px; }
  .style2 #vertical_tab_nav .tab_container .tab_drawer_heading img.arrow-right {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px; }
  .style2 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active {
    background: #4E5052; }
    .style2 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active:after {
      border-top: 11px solid #4E5052; }
.style2 #vertical_tab_nav .tab_container article {
  background: #4E5052;
  height: auto; }
  .style2 #vertical_tab_nav .tab_container article p {
    padding-bottom: 2px;
    color: #fff; }
    .style2 #vertical_tab_nav .tab_container article p a {
      color: #003b4d; }

.style3 #vertical_tab_nav .tabs li a {
  background: #939699;
  padding: 0px 16px;
  height: 48px; }
  .style3 #vertical_tab_nav .tabs li a.selected {
    background: #003b4d; }
    .style3 #vertical_tab_nav .tabs li a.selected:after {
      content: "";
      background-size: 20px 100%;
      background-repeat: no-repeat;
      background-image: url("../img/triangle2.svg"); }
.style3 #vertical_tab_nav .tab_container article {
  min-height: 360px;
  background: url("../img/key-audience-bg.png") bottom right #003b4d no-repeat; }
  .style3 #vertical_tab_nav .tab_container article ul li {
    margin-bottom: 10px; }
    .style3 #vertical_tab_nav .tab_container article ul li:before {
      background-color: #CAD9DE; }
.style3 #vertical_tab_nav .tab_container .tab_drawer_heading {
  background: #939699;
  padding: 10px 16px 10px 18px;
  line-height: 17px; }
  .style3 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active {
    background: #003b4d; }
    .style3 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active:after {
      border-top: 10px solid #003b4d; }
  .style3 #vertical_tab_nav .tab_container .tab_drawer_heading.single-line {
    line-height: 34px; }

.style4 #vertical_tab_nav .tabs li a {
  background: #939699;
  padding: 0px 16px;
  height: 48px;
  font-weight: normal; }
  .style4 #vertical_tab_nav .tabs li a.selected {
    background: #592439; }
    .style4 #vertical_tab_nav .tabs li a.selected:after {
      content: "";
      background-size: 20px 100%;
      background-repeat: no-repeat;
      background-image: url("../img/triangle3.svg"); }
.style4 #vertical_tab_nav .tab_container article {
  min-height: 360px;
  background: url("../img/key-messages-bg.png") bottom right #592439 no-repeat; }
  .style4 #vertical_tab_nav .tab_container article.nobg {
    background: #592439; }
  .style4 #vertical_tab_nav .tab_container article ul li {
    margin-bottom: 10px; }
    .style4 #vertical_tab_nav .tab_container article ul li:before {
      background-color: #CAD9DE; }
.style4 #vertical_tab_nav .tab_container .tab_drawer_heading {
  background: #939699;
  padding: 10px 16px 10px 18px;
  line-height: 17px; }
  .style4 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active {
    background: #592439; }
    .style4 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active:after {
      border-top: 10px solid #592439; }
  .style4 #vertical_tab_nav .tab_container .tab_drawer_heading.single-line {
    line-height: 34px; }

.style5 #vertical_tab_nav .tabs li a {
  background: #939699;
  padding: 0px 16px;
  height: 48px;
  width: 400px; }
  .style5 #vertical_tab_nav .tabs li a.selected {
    background: #003b4d; }
    .style5 #vertical_tab_nav .tabs li a.selected:after {
      content: "";
      background-size: 20px 100%;
      background-repeat: no-repeat;
      background-image: url("../img/triangle2.svg"); }
.style5 #vertical_tab_nav .tab_container article {
  min-height: 360px;
  background: #003b4d; }
  .style5 #vertical_tab_nav .tab_container article ul li {
    margin-bottom: 10px; }
    .style5 #vertical_tab_nav .tab_container article ul li:before {
      background-color: #CAD9DE; }
.style5 #vertical_tab_nav .tab_container .tab_drawer_heading {
  background: #939699;
  padding: 10px 16px 10px 18px;
  line-height: 17px; }
  .style5 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active {
    background: #003b4d; }
    .style5 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active:after {
      border-top: 10px solid #003b4d; }
  .style5 #vertical_tab_nav .tab_container .tab_drawer_heading.single-line {
    line-height: 34px; }

.style6 #vertical_tab_nav .tabs li a {
  background: #939699;
  padding: 0px 16px;
  height: 68px;
  width: 200px; }
  .style6 #vertical_tab_nav .tabs li a.selected {
    background: #003b4d; }
    .style6 #vertical_tab_nav .tabs li a.selected:after {
      content: "";
      background-size: 20px 100%;
      background-repeat: no-repeat;
      background-image: url("../img/triangle4.svg"); }
.style6 #vertical_tab_nav .tab_container article {
  min-height: 360px;
  background: #003b4d; }
  .style6 #vertical_tab_nav .tab_container article ul li {
    margin-bottom: 10px; }
    .style6 #vertical_tab_nav .tab_container article ul li:before {
      background-color: #CAD9DE; }
.style6 #vertical_tab_nav .tab_container .tab_drawer_heading {
  background: #939699;
  padding: 10px 16px 10px 18px;
  line-height: 17px; }
  .style6 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active {
    background: #003b4d; }
    .style6 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active:after {
      border-top: 10px solid #003b4d; }
  .style6 #vertical_tab_nav .tab_container .tab_drawer_heading.single-line {
    line-height: 34px; }

.style7 #vertical_tab_nav .tabs li a {
  background: #939699;
  padding: 0px 16px;
  height: 48px;
  font-weight: normal; }
  .style7 #vertical_tab_nav .tabs li a.selected {
    background: #8A331D; }
    .style7 #vertical_tab_nav .tabs li a.selected:after {
      content: "";
      background-size: 20px 100%;
      background-repeat: no-repeat;
      background-image: url("../img/triangle5.svg"); }
.style7 #vertical_tab_nav .tab_container article {
  min-height: 360px;
  background: url("../img/product-overview-bg.png") bottom right #8A331D no-repeat; }
  .style7 #vertical_tab_nav .tab_container article.nobg {
    background: #8A331D; }
  .style7 #vertical_tab_nav .tab_container article ul li {
    margin-bottom: 10px; }
    .style7 #vertical_tab_nav .tab_container article ul li:before {
      background-color: #CAD9DE; }
.style7 #vertical_tab_nav .tab_container .tab_drawer_heading {
  background: #939699;
  padding: 10px 16px 10px 18px;
  line-height: 17px; }
  .style7 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active {
    background: #8A331D; }
    .style7 #vertical_tab_nav .tab_container .tab_drawer_heading.d_active:after {
      border-top: 10px solid #8A331D; }
  .style7 #vertical_tab_nav .tab_container .tab_drawer_heading.single-line {
    line-height: 34px; }

.accordion-tabs-grey {
  margin: 0 -20px 0 0;
  padding: 0;
  font-size: 0; }
  .accordion-tabs-grey:after {
    clear: both;
    content: "";
    display: table; }
  .accordion-tabs-grey .tab-header-and-content {
    list-style: none;
    display: inline; }
    .accordion-tabs-grey .tab-header-and-content:before {
      display: none; }
    .accordion-tabs-grey .tab-header-and-content .tab-link {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      text-decoration: none;
      padding: 10px 30px 8px 30px;
      width: 50%;
      font-size: 16px;
      text-align: center;
      font-weight: bold;
      color: #979797;
      background: #F4F4F4;
      height: 38px;
      border-left: 4px solid #fff;
      border-right: 4px solid #fff;
      text-align: center; }
      .accordion-tabs-grey .tab-header-and-content .tab-link.first {
        border-left: none; }
      .accordion-tabs-grey .tab-header-and-content .tab-link.last {
        border-right: none; }
      .accordion-tabs-grey .tab-header-and-content .tab-link.is-active {
        background: #DEE0E0;
        color: #4E5052;
        height: 45px; }
      .accordion-tabs-grey .tab-header-and-content .tab-link:focus {
        outline: none; }
    .accordion-tabs-grey .tab-header-and-content .tab-content {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: none;
      padding: 25px;
      width: 100%;
      overflow: hidden;
      float: left;
      min-height: 160px;
      background: url(../img/accelerate-reports-bg.png) 100% 66px no-repeat #DEE0E0; }
      .accordion-tabs-grey .tab-header-and-content .tab-content.fud {
        min-height: 342px;
        background: url(../img/grey-tab-bg.png) 120% center no-repeat #DEE0E0; }

.use-case {
  padding: 0;
  margin: 0;
  height: 360px; }
  .use-case .client {
    background: #F4F4F4;
    height: 100%;
    padding: 20px;
    padding: 20px; }
    .use-case .client img.img-responsive {
      margin: 0 auto;
      margin-bottom: 20px; }
  .use-case .tabs .tab-content {
    min-height: 160px;
    height: 160px;
    width: auto;
    padding: 25px;
    background: url(../img/accelerate-reports-bg.png) 100% bottom no-repeat #DEE0E0; }

.quote {
  padding: 0px 20px 0px 20px;
  border-left: 3px solid #f29111;
  margin-top: 1em;
  font-style: italic; }
  .quote span {
    display: block;
    margin-top: 5px;
    font-style: normal; }

.contact {
  display: inline-block;
  margin-bottom: 10px; }
  .contact img {
    float: left;
    margin-right: 10px; }
  .contact p {
    margin: -4px 0 15px 0; }
    .contact p span {
      color: #00758f;
      font-weight: bold; }

.contact-email {
  background: #F4F4F4;
  width: 197%;
  height: 37px;
  padding: 20px 15px;
  float: right;
  margin-top: 10px; }
  .contact-email img {
    float: left;
    margin-right: 20px; }
  .contact-email p span {
    color: #00758f;
    font-weight: bold; }

.product-overview {
  background: #F4F4F4;
  padding: 25px 25px 15px 25px;
  width: 110%; }
  .product-overview p.large {
    font-size: 16px; }

.assets-box {
  background: #CAD9DE;
  padding: 30px 25px; }

@media screen and (min-width: 769px) {
  .tabs {
    display: block; }

  .tab_drawer_heading {
    display: none; } }
/** Mobile Select Nav **/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 50px; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  transition: all 0.2s ease-in;
  height: 24px;
  font-size: 19px; }
  .select-styled:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: all 0.15s ease-in; }
  .select-styled:active, .select-styled.active {
    background-color: #939699; }
  .select-styled:active:after, .select-styled.active:after {
    top: 20px;
    transform: rotate(225deg); }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none; }
  .select-options li {
    margin: 0;
    padding: 18px 0;
    text-indent: 15px;
    font-size: 19px;
    transition: all 0.15s ease-in; }
    .select-options li[rel="hide"] {
      display: none; }
    .select-options li[rel="one"] {
      background-color: #f29111; }
    .select-options li[rel="two"] {
      background-color: #00758f; }
    .select-options li[rel="three"] {
      background-color: #4E5052; }
    .select-options li[rel="four"] {
      background-color: #8A331D; }
    .select-options li[rel="five"] {
      background-color: #003b4d; }
    .select-options li[rel="six"] {
      background-color: #942645; }
    .select-options li[rel="seven"] {
      background-color: #004f35; }
    .select-options li[rel="download"] {
      color: #00758f;
      padding-left: 30px;
      background: url(../img/download.png) 10px center no-repeat;
      background-size: 22px 22px;
      background-color: #dee0df; }
    .select-options li:hover {
      color: #00758f;
      background-color: #fff; }
    .select-options li.active:after {
      position: absolute;
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #fff;
      opacity: 0.7;
      margin-top: 6px;
      right: 15px;
      transition: all 0.2s linear 0s; }
    .select-options li:before {
      display: none !important; }

.menu-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: auto;
  width: 30px;
  height: 20px;
  cursor: pointer;
  padding: 13px; }
  .menu-wrapper.animate {
    background-color: #00758f; }

.hamburger-menu {
  position: relative;
  transform: translateY(8px);
  background: #939699;
  transition: all 0ms 300ms;
  width: 30px;
  height: 4px; }
  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 4px;
    background: #939699;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 4px;
    background: #939699;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu.animate {
    background: rgba(147, 150, 153, 0); }
    .hamburger-menu.animate:after {
      top: 0;
      background: white;
      transform: rotate(45deg);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .hamburger-menu.animate:before {
      bottom: 0;
      background: white;
      transform: rotate(-45deg);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.mobile-nav {
  display: none;
  position: absolute;
  top: 47px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999; }
  .mobile-nav a {
    width: 100%;
    border-bottom: 1px solid #DEE0E0;
    margin-left: 10px;
    float: right;
    padding: 20px;
    text-align: right;
    font-size: 20px; }
    .mobile-nav a span {
      width: 43%;
      float: right;
      text-align: right;
      font-size: 20px; }
      .mobile-nav a span img {
        float: left; }
  .mobile-nav.active {
    display: block; }

footer {
  font-size: 10px;
  padding: 20px 0 0 0; }

.mobile-footer {
  border-top: 1px solid #DEE0E0;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%; }
  .mobile-footer .wrapper {
    margin: 0 15px; }
    .mobile-footer .wrapper .prev {
      display: block;
      float: left;
      width: 40%;
      height: 30px;
      padding: 10px 0;
      line-height: 30px;
      font-size: 16px; }
    .mobile-footer .wrapper .next {
      display: block;
      float: left;
      width: 40%;
      height: 30px;
      text-align: right;
      padding: 10px 0;
      line-height: 30px;
      font-size: 16px; }
    .mobile-footer .wrapper .disabled {
      opacity: 0.5;
      pointer-events: none; }
    .mobile-footer .wrapper #home {
      display: block;
      float: left;
      width: 20%;
      height: 30px;
      text-align: center;
      padding: 14px 0 6px 0;
      font-size: 16px;
      line-height: 1.3;
      text-decoration: none;
      transition: opacity 0.2s ease-out;
      opacity: 1;
      background: #00758f;
      color: #fff; }
      .mobile-footer .wrapper #home img {
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 5px; }
      .mobile-footer .wrapper #home:hover {
        background: #CAD9DE;
        color: #003b4d; }
        .mobile-footer .wrapper #home:hover .map-icon-inner {
          fill: #003b4d; }
      .mobile-footer .wrapper #home.show {
        opacity: 1; }

.chevron:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.7em;
  position: relative;
  top: 0em;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.7em; }
.chevron.right:before {
  left: 0;
  transform: rotate(45deg); }
.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg); }
.chevron.top {
  margin: 0 auto; }
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg); }

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.white-box {
  background-color: #fff;
  padding: 20px 0; }

.blue-box {
  background-color: #CAD9DE;
  padding: 20px; }

.key-resources {
  background-color: #F4F4F4;
  padding: 20px;
  margin: auto 10px;
  min-height: 295px;
  display: inline-block; }
  .key-resources p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px; }

.tight {
  margin-bottom: -12px; }

/** Small Desktops **/
@media screen and (min-width: 1400px) {
  #container, #logo-container, #buttons, #main-heading {
    margin: 0 auto;
    width: 1200px; }

  .row .col3 .content, .row .col2 .content {
    height: 250px; } }
.vertical-tabs-container {
  border-top: 1px solid #f6f6f6;
  margin-bottom: 1.5em;
  overflow: hidden; }
  .vertical-tabs-container::after {
    clear: both;
    content: "";
    display: block; }

.vertical-tabs-container
.vertical-tabs-container li {
  list-style: none; }

.vertical-tabs-container
.vertical-tabs-container .vertical-tabs {
  display: none; }

@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tabs {
    background-color: #f4f4f4;
    display: inline;
    float: left;
    width: 15%; }
    .vertical-tabs-container .vertical-tabs.no-logo {
      width: 25%; }
      .vertical-tabs-container .vertical-tabs.no-logo a {
        line-height: 1.3; }

  .vertical-tabs-container .vertical-tab {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    font-weight: bold;
    color: #00758f;
    margin-right: -1px;
    padding: 0px;
    min-height: 70px; }
    .vertical-tabs-container .vertical-tab img {
      vertical-align: middle; }
    .vertical-tabs-container .vertical-tab.is-active {
      background-color: #fff; } }
.vertical-tabs-container .vertical-tab:focus {
  outline: none; }

.vertical-tabs-container .vertical-tab-content-container {
  display: block;
  margin: 0 auto; }

.vertical-tabs-container .vertical-tab-content-container a:focus {
  outline: none; }

@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-content-container {
    width: 85%;
    display: inline-block; }
    .vertical-tabs-container .vertical-tab-content-container.no-logo {
      width: 75%; } }
.vertical-tabs-container .vertical-tab-content {
  padding: 20px 0 0 20px; }

.vertical-tabs-container .vertical-tab-content p {
  line-height: 18px; }

@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-content {
    border: none;
    display: none; } }
.vertical-tabs-container .vertical-tab-accordion-heading {
  background-color: white;
  border-top: 1px solid #DEE0E0;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 1em 2em 1em 0; }
  .vertical-tabs-container .vertical-tab-accordion-heading:after {
    content: '+';
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    right: 20px;
    line-height: 0.9; }

.vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
  text-decoration: none; }

.vertical-tabs-container .vertical-tab-accordion-heading.is-active:after {
  content: '-';
  right: 22px; }

@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-accordion-heading {
    display: none; } }
@media only screen and (min-width: 1400px) {
  .hotspots .hotspot {
    position: absolute;
    height: 100px;
    width: 160px; }
  .hotspots #human-resources {
    top: 35px;
    right: 6px; }
  .hotspots #finance {
    top: 145px;
    right: 6px; }
  .hotspots #integration-analytics {
    top: 260px;
    right: 6px; }
  .hotspots #information-technology {
    top: 368px;
    right: 6px; }
  .hotspots #product-management-engineering {
    top: 125px;
    left: 20px;
    width: 160px; }
  .hotspots #vehicle-distribution {
    top: 180px;
    left: 183px;
    width: 160px;
    height: 80px; }
  .hotspots #integrated-business-planning {
    top: 355px;
    left: 425px;
    width: 160px;
    height: 80px; }
  .hotspots #supply-chain-management {
    top: 350px;
    left: 425px;
    width: 160px;
    height: 70px; }
  .hotspots #captive-finance {
    top: 160px;
    right: 210px;
    width: 160px;
    height: 80px; }
  .hotspots #manufacturing-and-assembly {
    top: 420px;
    left: 220px;
    width: 160px;
    height: 80px; }
  .hotspots #parts-distribution {
    top: 430px;
    left: 625px;
    width: 160px;
    height: 80px; }
  .hotspots #parts-and-services {
    top: 240px;
    left: 625px;
    width: 160px;
    height: 80px; }
  .hotspots #marketing-sales-channels {
    top: 60px;
    right: 415px;
    width: 160px;
    height: 80px; } }
/** Tablet Landscape **/
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  #container, #logo-container, #buttons, #main-heading {
    margin: 0 auto;
    width: 930px; }

  .row .col3 .content, .row .col2 .content {
    height: 300px; }

  .cs-logos {
    height: 116px;
    width: 135px; } }
/** Tablet Portrtait **/
@media only screen and (max-width: 910px) {
  .logos-mobile {
    display: flex;
    flex-direction: row; }

  #sticky-header {
    display: none; }

  .menu-wrapper {
    position: relative;
    margin: 0;
    padding: 1rem; }

  #content.nav-active, #content-main.nav-active {
    opacity: 0.2; }

  .buttons > a {
    padding: 15px 10px; }

  #vertical_tab_nav .tabs, .style2 #vertical_tab_nav .tabs {
    width: 400px; }
    #vertical_tab_nav .tabs li a, .style2 #vertical_tab_nav .tabs li a {
      width: 348px; }
  #vertical_tab_nav .tab_container article, .style2 #vertical_tab_nav .tab_container article {
    margin: 10px 0 5px 0;
    height: auto; }

  .style2 h3.second, .style1 h3.second {
    left: 420px; }

  .download img {
    padding: 0; }

  .hide-mobile {
    display: none; }

  .mobile-extra-top {
    margin-top: 25px; }

  .desktop-extra-top {
    margin-top: 0px; } }
/** Phone **/
@media only screen and (max-width: 768px) {
  .content-desktop {
    display: none; }

  .content-mobile {
    display: block; }

  .hotspots {
    display: none; }

  .logo {
    height: 47px; }

  .main_container {
    width: 100%;
    margin-bottom: 15px; }

  .img-responsive {
    margin: 20px auto; }

  #container, #logo-container, #main_header {
    margin: 0 15px; }

  .container {
    background-color: transparent;
    margin-bottom: 60px; }

  .row {
    display: block; }
    .row .col3, .row .col2, .row .col60, .row .col40, .row .col75, .row .col25, .row .col55, .row .col45 {
      width: 100%; }
    .row .col3 img, .row .col2 img, .row .col60 img, .row .col40 img, .row .col75 img, .row .col25 img, .row .col55 img, .row .col45 img {
      margin-top: 15px; }
      .row .col3 img.img-responsive, .row .col2 img.img-responsive, .row .col60 img.img-responsive, .row .col40 img.img-responsive, .row .col75 img.img-responsive, .row .col25 img.img-responsive, .row .col55 img.img-responsive, .row .col45 img.img-responsive {
        margin: 15px auto !important;
        float: none !important; }
    .row .col3 .content, .row .col2 .content, .row .col60 .content, .row .col40 .content, .row .col75 .content, .row .col25 .content, .row .col55 .content, .row .col45 .content {
      height: auto; }

  #content, #content-main {
    height: auto;
    padding: 15px 15px 0 15px; }

  .row .col3 .block, .row .col2 .block {
    height: 120px;
    margin: 5px 0; }
  .row .col3 .block p, .row .col2 .block p {
    padding: 20px; }

  h1 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px; }
    h1 span.large {
      font-size: 34px; }
    h1 span.hide {
      display: none; }

  h5 {
    margin: 0; }
    h5 span.left {
      margin-left: -5px; }

  ul {
    margin-top: 0;
    margin-bottom: 0; }

  .tight {
    margin-bottom: 10px; }

  table thead tr th {
    font-size: 14px; }
    table thead tr th.desktop {
      display: none; }
  table tbody tr th {
    font-size: 12px; }
    table tbody tr th.content-mobile {
      display: table-cell; }
    table tbody tr th.desktop {
      display: none; }
  table tbody tr td {
    font-size: 12px; }

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

  .mobile-nav-wrapper {
    height: 54px; }

  #vertical_tab_nav .tabs {
    display: none; }
  #vertical_tab_nav .tab_container article {
    margin: 10px 0 5px 0;
    height: auto; }
    #vertical_tab_nav .tab_container article h3 {
      color: #fff; }

  .download {
    padding: 8px 0px; }
    .download img {
      width: 33px; }

  .hide-mobile {
    display: none; }

  .carousel {
    border-bottom: 1px solid #DEE0E0;
    height: auto !important; }
    .carousel .carousel-controls {
      display: none; }
    .carousel .carousel-panel {
      max-height: 45px;
      overflow: hidden;
      padding-bottom: 15px;
      transition: max-height 0.75s ease-in-out; }
      .carousel .carousel-panel .carousel-panel-headline {
        border-top: 1px solid #DEE0E0;
        line-height: 30px;
        padding: 15px 15px 15px 0;
        margin: 0;
        font-size: 20px; }
        .carousel .carousel-panel .carousel-panel-headline:after {
          content: '+';
          float: right;
          color: #939699;
          padding-right: 0px; }
        .carousel .carousel-panel .carousel-panel-headline.dual {
          line-height: 20px;
          padding: 10px 15px 10px 0; }
          .carousel .carousel-panel .carousel-panel-headline.dual:after {
            margin-top: -10px; }
      .carousel .carousel-panel.active {
        max-height: initial; }
        .carousel .carousel-panel.active .carousel-panel-headline:after {
          content: '−'; }
      .carousel .carousel-panel .carousel-dropdown {
        display: none; }

  ul.orange-bull {
    margin-top: 0;
    margin-bottom: 0; }
    ul.orange-bull.single li {
      padding-left: 10px; }
    ul.orange-bull li {
      padding-left: 0; }

  .style1 h3.second, .style2 h3.second {
    display: none !important; }

  .mobile-nav-wrapper {
    height: 54px; }

  .product-overview {
    width: auto; }

  .style2 #vertical_tab_nav .tab_container article {
    min-height: 280px; }

  .accordion-tabs-grey {
    margin: 0 -10px; }
    .accordion-tabs-grey .tab-header-and-content .tab-link {
      width: auto;
      margin-top: 10px;
      border: none; }
      .accordion-tabs-grey .tab-header-and-content .tab-link.is-active {
        height: auto; }
    .accordion-tabs-grey .tab-header-and-content .tab-content {
      margin-top: 2px; }

  .use-case .client {
    height: auto; }

  .quote {
    margin: 20px 0; }

  .contact p {
    margin-top: 12px; }

  .contact-email {
    background: #F4F4F4;
    width: 100%;
    height: 37px;
    padding: 20px 15px;
    float: none;
    margin-top: 10px; }
    .contact-email img {
      float: left;
      margin-top: 5px !important; }

  body.front, html.front {
    background-color: #ebeff0;
    background: url("../img/mobile-bg.png") no-repeat #ebeff0; }

  .mobile-footer {
    position: fixed; }
    .mobile-footer .wrapper .prev, .mobile-footer .wrapper .next {
      width: 35%; }
    .mobile-footer .wrapper #home {
      width: 30%; }
      .mobile-footer .wrapper #home img {
        display: none; }

  #content-main {
    background-color: transparent; }

  .section-links {
    margin: -10px; }
    .section-links h3 {
      font-weight: normal; }
    .section-links a {
      display: block;
      font-size: 19px;
      color: #4E5052;
      background: #fff;
      padding: 15px 30px 15px 20px;
      margin-bottom: 10px;
      position: relative;
      -webkit-box-shadow: 0px 3px 8px 0px #cad9de;
      -moz-box-shadow: 0px 3px 8px 0px #cad9de;
      box-shadow: 0px 3px 8px 0px #cad9de; }
      .section-links a:after {
        background-image: url("../img/map-button.png");
        background-repeat: no-repeat;
        background-size: 19px 19px;
        content: "";
        position: absolute;
        right: 10px;
        height: 19px;
        width: 19px; }

  .vertical-tabs-container a.vertical-tab-accordion-heading {
    font-size: 20px;
    color: #4E5052;
    padding: 1em 2em 1em 0; }

  .vertical-tabs-container .vertical-tab-content {
    padding: 20px 0; }

  .vertical-tab-content-container {
    border-bottom: 1px solid #DEE0E0; }

  .vertical-tabs-container a.vertical-tab {
    display: none; }

  .arrow-blue {
    margin-top: 0 !important; } }
/** Tiny Phone**/
/** Internet Explorer Specific **/
/** Non-phone **/
@media all and (min-width: 769px) {
  .carousel {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    min-height: 513px !important; }
    .carousel .carousel-controls {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 2;
      border: 0;
      border-top: 1px solid #DEE0E0;
      background-color: white;
      margin: 0;
      padding: 0;
      height: 38px;
      line-height: 42px; }
    .carousel .carousel-control {
      display: inline-block; }
      .carousel .carousel-control label,
      .carousel .carousel-control button {
        cursor: pointer;
        border: none;
        background-color: transparent;
        vertical-align: middle;
        color: #00758f; }
      .carousel .carousel-control label {
        height: 15px;
        width: 15px;
        margin: 0;
        display: inline-block;
        border: 1px solid #939699;
        border-radius: 50%; }
      .carousel .carousel-control input[type="radio"]:checked + label:after {
        content: "";
        display: block;
        height: 9px;
        width: 9px;
        position: relative;
        top: 3px;
        left: 3px;
        background-color: #939699;
        border-radius: 50%; }
    .carousel .carousel-panel-headline {
      cursor: pointer; }
      .carousel .carousel-panel-headline:after {
        background-image: url("../img/dropdown-arrow.svg");
        background-repeat: no-repeat;
        background-size: 8px 18px;
        content: "";
        display: inline-block;
        height: 18px;
        margin-left: 8px;
        width: 8px;
        transform: rotate(90deg); }
      .carousel .carousel-panel-headline.dropdown-open:after {
        transform: rotate(90deg); }
      .carousel .carousel-panel-headline.dropdown-open + .carousel-dropdown {
        display: block; }
    .carousel .carousel-dropdown {
      display: none;
      position: relative; }
    .carousel .carousel-dropdown-items {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      width: 40%;
      z-index: 5; }
    .carousel .carousel-dropdown-item {
      background-color: #00758f;
      color: white;
      cursor: pointer;
      font-size: 16px;
      margin: 0;
      padding: 15px 20px;
      position: relative;
      border-bottom: 1px solid white; }
      .carousel .carousel-dropdown-item:before {
        content: initial; }
      .carousel .carousel-dropdown-item.active {
        background-color: rgba(0, 59, 77, 0.8); }
        .carousel .carousel-dropdown-item.active:after {
          background-color: #bacacf;
          border-radius: 50%;
          content: '';
          display: block;
          height: 14px;
          margin-top: -7px;
          position: absolute;
          right: 20px;
          top: 50%;
          width: 14px; }
    .carousel .carousel-panel {
      display: none;
      position: absolute;
      background-color: white;
      top: 0;
      left: 0;
      right: 0;
      max-height: initial !important; }
      .carousel .carousel-panel.active {
        display: block;
        transform: translateX(0%); }
      .carousel .carousel-panel.animating {
        transition: transform 0.25s ease-in-out 0s; }
      .carousel .carousel-panel.go-left {
        transform: translateX(-100%); }
      .carousel .carousel-panel.go-right {
        transform: translateX(100%); }
      .carousel .carousel-panel.next-left {
        display: block;
        left: -100%;
        right: 100%; }
      .carousel .carousel-panel.next-right {
        display: block;
        left: 100%;
        right: -100%; }
    .carousel button[aria-pressed="true"] {
      font-weight: bold; }
    .carousel .carousel-slide {
      font-size: 16px;
      position: absolute;
      top: 0;
      height: 42px;
      line-height: 42px;
      padding: 0; }
      .carousel .carousel-slide:disabled {
        opacity: 1;
        color: #DEE0E0;
        pointer-events: none; }
      .carousel .carousel-slide.previous {
        left: 20px; }
        .carousel .carousel-slide.previous.disabled {
          color: #DEE0E0;
          pointer-events: none; }
      .carousel .carousel-slide.next {
        right: 20px; }
      .carousel .carousel-slide .chevron {
        font-size: 12px; }
        .carousel .carousel-slide .chevron:before {
          top: -0.25em; } }
