@charset "UTF-8";
/*
*
* VARIABLES
*
*/
/*
*
* GENERAL
*
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 100; }

body {
  background: #dadee0;
  color: #4e5052;
  font-family: Arial, Helvetica, sans-serif; }

.logo {
  width: 180px; }

.main-column {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #ffffff; }

.container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden; }

.container.no-padding {
  padding-top: 0;
  padding-bottom: 0; }

.container.no-padding-top {
  padding-top: 0;
  padding-bottom: 2rem; }

.container.no-padding-bottom {
  padding-top: 2rem;
  padding-bottom: 0; }

.container.extra-padding {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.container.extra-padding-top {
  padding-top: 3rem; }

.container.extra-padding-bottom {
  padding-bottom: 3rem; }

.margin-top {
  margin-top: 1rem; }

.margin-right {
  margin-right: 1rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-left {
  margin-left: 1rem; }

.margin {
  margin: 1rem 0; }

.col-centered {
  float: none;
  margin: 0 auto; }

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

.x-margin-top {
  margin-top: 2rem; }

.primary {
  color: #942645; }

.secondary {
  color: #00758f; }

.extra {
  color: #f29111; }

.white {
  color: #ffffff; }

.extra-light-gray {
  color: #dee0e0; }

.light-gray {
  color: #b5b5b5; }

.medium-gray {
  color: #7d7d7d; }

.dark-gray {
  color: #404040; }

.oracle-red {
  color: #f80000; }

.bg-xx-light-gray {
  background: #f2f3f3;
  position: relative; }

.bg-extra-light-gray {
  background: #dee0e0;
  position: relative; }

.bg-light-gray {
  background: #b5b5b5; }

.bg-medium-gray {
  background: #7d7d7d; }

.bg-dark-gray {
  background: #404040; }

.ft-bold {
  font-weight: bold; }

.ft-normal {
  font-weight: normal; }

.relative-pos {
  position: relative; }

.narrow-lines {
  line-height: 1.2; }

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

.vertical-align, .bg-primary .row.vertical-align, .bg-primary-light .row.vertical-align, .vertical-align-f {
  display: flex;
  align-items: center; }

.row.vertical-align {
  display: block; }

.horizontal-align {
  display: flex;
  flex-direction: row;
  justify-content: center; }

img {
  width: 100%; }

p {
  margin: 0 0 1rem; }

h2, h4 {
  color: #942645; }

h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: normal; }

h1.page-title {
  font-size: 1rem;
  font-weight: bold;
  color: #003b4d;
  margin: 1rem 0;
  line-height: 1.55; }

.page-heading.heading {
  color: #942645;
  line-height: 1.3;
  width: 250px; }

.page-sub-heading {
  width: 220px;
  line-height: 1.55; }

.heading {
  font-size: 2rem;
  line-height: 2.6rem; }

.sub-heading {
  line-height: 1.2;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0.5rem; }

.heading.medium-gray {
  line-height: 2rem;
  margin-bottom: 0; }

.sub-heading.light-gray {
  font-weight: normal;
  margin-bottom: 0; }

a:link, a:visited {
  color: #00758f; }

a:hover, a:active {
  text-decoration: underline; }

a.btn {
  color: #fff;
  background-color: #00758f;
  border-radius: 0; }

a.btn:hover {
  color: #fff;
  background-color: #004b5c; }

.btn .fa {
  margin-left: 0.5rem;
  font-size: 1.5rem;
  vertical-align: middle; }

ul {
  color: #00758f;
  font-size: 1.1rem;
  list-style-type: none;
  position: relative;
  padding-left: 2rem; }

ul li {
  margin-bottom: 1rem; }

ul li::before {
  content: '\f111';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 0.35rem;
  line-height: 5.5; }

ul.nav {
  color: #4e5052;
  font-size: inherit;
  margin: initial;
  position: static; }

ul.nav li {
  margin-bottom: initial; }

ul.nav li::before {
  content: '';
  line-height: 0; }

.quote {
  display: block;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-left: 3.5rem; }

q::before, q::after {
  position: absolute;
  content: "";
  height: 35px;
  width: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.no-style.quote {
  padding-top: 2rem;
  margin-left: 0; }

.no-style q::before, .no-style q::after {
  display: none; }

.no-style cite {
  margin-top: 1rem; }

.small-logo {
  vertical-align: middle;
  width: auto;
  display: block; }

h2.small-logo {
  text-align: center; }

.small-logo.image-wrapper {
  visibility: visible; }

.small-logo img {
  margin-left: 2rem;
  margin-bottom: 1rem;
  width: 60px; }

q::before {
  margin-left: -4rem;
  top: 2rem;
  background-image: url("../img/quotation-mark-1.png"); }

q::after {
  margin-top: 1rem;
  margin-left: -3.5rem;
  background-image: url("../img/quotation-mark-2.png"); }

.bg-primary q::before {
  background-image: url("../img/quotation-mark-1-light.png"); }

.bg-primary q::after {
  margin-top: 1rem;
  margin-left: -3.5rem;
  background-image: url("../img/quotation-mark-2-light.png"); }

.quote.with-heading q::before {
  margin-top: 6em; }

.featured {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold; }

.featured.ft-normal {
  font-weight: normal; }

cite {
  margin-top: 3.5rem;
  font-size: 0.7rem;
  display: block; }

cite::before {
  content: '—';
  display: inline; }

.small {
  font-size: 70%;
  font-weight: normal; }

.last-word {
  display: inline-block;
  padding-right: 4rem; }

/*
*
* NAVIGATION
*
*/
.intern-nav {
  background-color: #404040;
  font-size: 0.77rem;
  position: relative; }

.intern-nav .container {
  overflow: visible; }

.intern-nav li::after {
  content: '';
  display: block;
  border-right: 1px solid #666;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0.7rem; }

.intern-nav li a:link, .intern-nav li a:visited {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
  color: #dee0e0;
  border-top: 3px solid transparent;
  border-bottom: 8px solid transparent;
  text-align: center; }

.intern-nav li a:hover, .intern-nav li a:active, .dropdown button:hover {
  background-color: #404040;
  border-top: 3px solid #942645;
  color: #fff; }

.dropdown-content > li > a:focus, .dropdown-content > li > a:hover {
  background-color: #404040; }

.intern-nav .dropdown li a {
  border-top: none;
  width: 100%;
  display: block;
  margin: 0; }

.intern-nav .dropdown li a:hover, .intern-nav .dropdown li a {
  border-top: none; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  font-size: 0.77rem;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0;
  margin-left: -12rem; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown button {
  background: transparent;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 3px solid transparent;
  color: #dee0e0;
  padding: 7px 0 10px 0;
  width: 45px; }

.dropdown > ul {
  background: #404040;
  border-radius: 0;
  margin-bottom: 0;
  border-top: 0; }

.dropdown > ul li::before {
  display: none; }

.dropdown > ul li a:hover {
  background: #5a5a5a; }

.navbar-nav {
  margin: 0; }

.navbar-nav > li {
  float: left; }

ul.dropdown-content li {
  margin-bottom: 0; }

.intern-nav .dropdown li a:link {
  width: 190px; }

.intern-nav .dropdown > ul li a {
  padding: .75rem .25 .5rem;
  border-top: 0; }

.navbar-form input, .form-inline input {
  width: auto; }

.intern-nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

.dropdown .fa-angle-down {
  font-size: 1.45rem; }

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  width: 100px;
  line-height: 0.9rem; }

.affix + div {
  padding-top: 4.5rem; }

/*
*
* MAIN CONTENT
*
*/
.bg-image {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-hero.bg-image {
  background-image: url("../img/hero-image.jpg");
  background-position: top 0 right -99px; }

.bg-one.bg-image {
  background-image: url("../img/section-1a-bg-mobile.jpg");
  background-position: top 0 right 0; }

.bg-two.bg-image {
  background-image: url("../img/section-2a-bg-mobile.jpg");
  background-position: top 0 right 0; }

.bg-three.bg-image {
  background-image: url("../img/section-3a-bg-mobile.jpg");
  background-position: top 0 right 0; }

.bg-four.bg-image {
  background-image: url("../img/section-4a-bg-mobile.jpg");
  background-position: top 0 right 0; }

.bg-five.bg-image {
  background-image: url("../img/section-5a-bg-mobile.jpg");
  background-position: top 0 right -80px; }

.bg-six.bg-image {
  background-image: url("../img/section-6a-bg-mobile.jpg");
  background-position: top 0 right 0; }

.bg-primary {
  background-color: #942645;
  color: #fff; }

.bg-image.bg-primary {
  background-size: initial;
  background-image: url("../img/section-2b-element.png");
  background-position: -150px -400px; }

.bg-primary h2 {
  color: #fff; }

.icon-blocks {
  margin: 4rem 0 2rem; }

.icon-blocks > div {
  display: flex;
  flex-direction: column;
  align-items: center; }

.icon-blocks p.icon-heading {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 1rem;
  text-transform: none;
  color: #942645;
  width: 120px;
  margin-bottom: 1rem; }

.icon-blocks p {
  width: 140px;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: #535353;
  font-style: italic;
  font-size: 0.80rem; }

.feature-icon {
  width: 95px;
  margin-bottom: 0.5rem; }

img.oracle-cloud-logo {
  width: 100px;
  display: block;
  margin-top: 1rem; }

img.graphic-element {
  width: 110px;
  margin-top: 2rem;
  margin-left: 1rem; }

img.medium-graphic-element {
  width: auto;
  max-width: 100%;
  opacity: 0;
  position: relative;
  bottom: -100px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-property: bottom, opacity; }

.circle-list {
  display: table;
  color: #ffffff;
  padding-left: 0; }

.circle-list li::before {
  display: none; }

.txt-bg {
  background-color: #3f5765;
  padding: 0.45rem 0.85rem 0.45rem 2rem;
  margin-left: -1.5rem;
  display: table-cell;
  height: 60px;
  font-size: 0.85rem;
  vertical-align: middle;
  position: relative;
  left: -2.5rem;
  padding-left: 3.5rem; }

.circle {
  display: table-cell;
  background: #ffffff;
  border: 6px solid #3f5765;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #656768;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  position: relative; }

img.medium-graphic-element.percent-icon {
  max-width: 220px;
  width: 100%; }

.bg-primary-light {
  background: #cad9de;
  overflow: visible; }

.bg-primary-light h2 {
  margin-top: 0.5rem; }

.bg-primary-light .sub-heading {
  margin-top: 1rem; }

.bg-six p {
  margin-bottom: 0.5rem; }

.large-text {
  font-size: 1.7rem;
  line-height: 2rem; }

.roll-in-container {
  border: 4px solid #942645;
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  float: right; }

.roll-in-container p {
  margin-bottom: 0; }

.icon-line-left {
  margin-left: -10px;
  display: inline-block;
  width: 128px;
  border-bottom: 5px solid #942645;
  vertical-align: middle;
  margin-left: -2px; }

.icon-line-left-container {
  display: table-cell;
  vertical-align: middle; }

.icon-left-container {
  display: table; }

.no-roll-icon {
  width: 135px;
  height: 135px; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

/*
*
* ANIMATION
*
*/
.roll-out .fa {
  color: #942645;
  vertical-align: middle; }

.bg-primary .roll-out .fa {
  color: #ffffff; }

.roll-icon {
  display: inline-block;
  margin-left: -1rem;
  vertical-align: middle;
  width: 135px;
  height: 135px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease; }

.icon-line {
  display: inline-block;
  width: 0;
  border-bottom: 5px solid #942645;
  vertical-align: middle;
  margin-left: -2px;
  -webkit-transition: width 1s ease;
  transition: width 1s ease; }

.bg-primary .icon-line {
  border-bottom: 5px solid #ffffff; }

.roll-out.in-view .roll-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.roll-up {
  height: 350px;
  margin-top: 2rem;
  position: relative; }

.roll-up img {
  position: absolute;
  bottom: -80%;
  -webkit-transition: bottom 1s ease;
  transition: bottom 1s ease; }

#six .roll-up img {
  left: 30px; }

.roll-up.in-view img {
  bottom: 0; }

.roll-up img.graphic-element {
  width: 150px; }

#three .roll-up img {
  left: 0;
  right: 0;
  margin: 0 auto; }

.quote, .icon-block-container, .circle-list {
  opacity: 0;
  position: relative;
  bottom: -100px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-property: bottom, opacity; }

.icon-blocks > div:nth-child(1) > .icon-block-container {
  transition-delay: 80ms;
  -webkit-animation-delay: 80ms; }

.icon-blocks > div:nth-child(2) > .icon-block-container {
  transition-delay: 160ms;
  -webkit-animation-delay: 160ms; }

.icon-blocks > div:nth-child(3) > .icon-block-container {
  transition-delay: 240ms;
  -webkit-animation-delay: 240ms; }

.large-number {
  font-size: 4rem;
  display: block;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-top: 2.5rem; }

.deco-image::before {
  background-image: url("../img/section-1b-number-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 110px;
  height: 50px;
  content: "";
  position: absolute;
  top: -2rem;
  left: -1rem; }

.large-number .small {
  font-weight: bold !important; }

.quote.in-view, .icon-block-container.in-view, .medium-graphic-element.in-view {
  opacity: 1;
  bottom: 0; }

.chart-animation .animation-layer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.chart-layer-bg {
  background: url("../img/chart-layer-bg.png");
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-property: opacity; }

.chart-layer-revenue {
  background: url("../img/chart-layer-revenue.png");
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-property: opacity; }

.chart-layer-cost {
  background: url("../img/chart-layer-cost.png");
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  transition-property: opacity; }

.chart {
  text-align: center; }

.chart-layer-bg {
  transition-delay: 300ms;
  -webkit-animation-delay: 300ms; }

.chart-layer-revenue {
  transition-delay: 500ms;
  -webkit-animation-delay: 500ms; }

.chart-layer-cost {
  transition-delay: 1s;
  -webkit-animation-delay: 1s; }

.chart-layer-revenue.in-view, .chart-layer-cost.in-view, .chart-layer-bg.in-view {
  opacity: 1; }

.speedo-animation .animation-layer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.speedo-layer-bg {
  background: url("../img/speedometer-layer-background.png");
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease; }

.speedo-layer-bullets {
  background: url("../img/speedometer-layer-bullet.png");
  margin: -15px;
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -webkit-transform: rotate(-15deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-12deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  transition-property: opacity, transform, margin; }

.speedo-layer-bullets.in-view, .speedo-layer-bg.in-view {
  opacity: 1;
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  transform: rotate(0);
  margin: 0; }

/*
*
* TABS
*
*/
.tab-content {
  background: #dee0e0;
  position: relative; }

ul.nav-pills .active::before {
  content: "";
  position: absolute;
  left: 3.2rem;
  border: 15px solid transparent;
  border-bottom-color: #dee0e0;
  display: block;
  width: 0; }

.tab-pane {
  padding: 2rem; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent; }

.nav-pills > li > a:hover {
  background-color: transparent; }

.nav-pills > li > a:hover .underline, .nav-pills > li.active .underline, .nav-pills > li.active > a:focus .underline {
  display: block; }

.tab-icon {
  width: 81px;
  height: 70px;
  overflow: hidden;
  background-position: top left;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: visible; }
  .tab-icon:hover {
    background-position: top right; }

.underline {
  width: 50px;
  border-bottom: 7px solid #00758f;
  display: none;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.fintechs .underline, .customers .underline {
  margin-left: 10px; }

.info-tab-container .tab-content {
  margin-top: 2rem; }

.info-tab-container .nav > li > a {
  padding: 10px 0; }

.info-tab-container ul li::after {
  background: red;
  width: 100px;
  height: 100px;
  border-top: 4px solid #00758f;
  position: absolute; }

.info-tab-container ul.nav-pills .active::before {
  bottom: -2rem;
  left: 2rem; }

_:-ms-lang(x), .info-tab-container ul.nav-pills .active::before {
  bottom: -3rem; }

.fintechs {
  background-image: url("../img/section-1b-icon1.png"); }

.big-tech {
  background-image: url("../img/section-1b-icon2.png"); }

.institutions {
  background-image: url("../img/section-1b-icon3.png"); }

.customers {
  background-image: url("../img/section-1b-icon4.png"); }

/*
*
* HEXAGONS
*
*/
ul.nav.hexagons {
  font-size: 0.6rem; }

.hexagons > li {
  width: 95px;
  height: 88px;
  margin-right: -20px; }

.hexagons.nav > li > a {
  padding: 0; }

.active .hexagon, .hexagon:hover {
  opacity: 1; }

.hexagon {
  width: 95px;
  height: 88px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.8; }

.hexagon-container .heading {
  font-size: 1.5rem; }

.hexagon-text {
  margin-top: 2rem;
  text-align: center;
  font-weight: bold; }

.hexagons a {
  color: #ffffff; }

.medium-graph-element {
  width: auto; }

.customer-experience.hexagon {
  background-image: url("../img/hexagon1.png"); }

.workforce.hexagon {
  background-image: url("../img/hexagon2-mobile.png"); }

.finance.hexagon {
  background-image: url("../img/hexagon3.png"); }

.compliance.hexagon {
  background-image: url("../img/hexagon4-mobile.png"); }

.data-analytics.hexagon {
  background-image: url("../img/hexagon5.png"); }

#customer-experience .heading {
  color: #f19111; }

#workforce .heading {
  color: #00758f; }

#finance .heading {
  color: #932545; }

#compliance .heading {
  color: #f80000; }

#data-analytics .heading {
  color: #314a5c; }

/*
*
* FOOTER
*
*/
.footer-icons {
  border-top: 2px solid #dee0e0;
  border-bottom: 2px solid #dee0e0;
  padding: 1rem 0;
  margin-bottom: 2rem; }

.footer-icon {
  display: inline-block;
  width: 30px;
  margin-right: 0.5rem; }

.footer-icons p {
  font-size: 0.8rem; }

footer ul {
  margin-bottom: 2rem;
  margin-top: 1rem; }

footer .light-gray {
  font-size: 1.1rem; }

#u10, #u10 h5, #u10 a {
  color: #fff; }

#u10 {
  width: 100%;
  margin: 0;
  background: #003b4d;
  clear: both;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.5em; }
  #u10 ul.scl-icons {
    float: right; }
    #u10 ul.scl-icons li {
      float: left;
      -webkit-transition: background .25s;
      -moz-transition: background .25s;
      transition: background .25s;
      background: #8aadbf;
      display: block;
      padding: 0;
      margin: 8px;
      border-radius: 2px; }
  #u10 h3 {
    display: none;
    margin: 0 0 0.6em 0;
    background: url(https://www.oracle.com/asset/web/i/u10-logo-sprite.png) 0 0 no-repeat;
    text-indent: -30000px; }

.u10w1 {
  clear: both;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.u10w1 {
  margin: 4em auto 50px; }

.u10w5 {
  position: relative; }

.scl-icons {
  float: left; }

.u10-ologo {
  width: 350px;
  height: 61px;
  overflow: hidden; }
  .u10-ologo a {
    display: block;
    width: 200%;
    height: 100%;
    padding: 0 !important;
    background: url(https://www.oracle.com/asset/web/i/u10-logo-sprite.png) 0 0 no-repeat;
    text-indent: -30000px;
    -moz-outline: 0;
    background-size: 100%; }

.scl-icons li {
  float: left;
  margin: 0 0 0 6px; }

#u10 .scl-icons li.scl-facebook a {
  background-position: 0px 0px; }

#u10 .scl-icons li.scl-twitter a {
  background-position: -42px 0px; }

#u10 .scl-icons li.scl-linkedin a {
  background-position: -85px 0px; }

#u10 .scl-icons li.scl-googleplus a {
  background-position: -127px 0px; }

#u10 .scl-icons li.scl-youtube a {
  background-position: -168px 0px; }

#u10 .scl-icons li.scl-feed a {
  background-position: -214px 0px; }

#u10 .scl-icons li a {
  width: 34px;
  height: 33px; }

#u10 .scl-icons li a {
  background: url(https://www.oracle.com/asset/web/i/u10-sprite.svg) 0 0 no-repeat;
  background-size: auto 100%;
  outline: 0;
  -moz-outline: 0;
  display: block;
  overflow: hidden;
  text-indent: -4000px; }

ul.u10-links {
  float: right; }

ul.u10-links li {
  margin: 0;
  padding: 0;
  float: left; }

ul.u10-links li:first-child a {
  padding-left: 0px; }

ul.u10-links li a {
  font-size: 14px;
  font-size: 0.7rem;
  padding: 0 .8em 0 .6em;
  color: #8aadbf !important;
  border-right: 1px solid #8aadbf; }

ul.u10-links li.u10last a {
  padding-right: 0;
  border: 0; }

#u10 li::before {
  display: none; }

@media only screen and (max-width: 1240px) {
  .u10w1 {
    padding-left: 2.44%;
    padding-right: 2.44%;
    margin-left: 0;
    margin-right: 0; } }
@media only screen and (max-width: 770px) {
  .u10w1 {
    margin: 0 0 2em 0; }

  #u10 ul.scl-icons {
    float: none;
    text-align: center;
    margin: 30px auto 1.5em;
    padding: 0; }
    #u10 ul.scl-icons li {
      float: none;
      display: inline-block;
      margin: 5px; }
      #u10 ul.scl-icons li a {
        width: 29px;
        height: 28px; }
  #u10 h3 {
    width: 301px;
    height: 13px;
    background-position: -401px 0px;
    display: block;
    margin: 0 auto 2em auto;
    background-size: 267%; }

  .u10-ologo {
    position: relative;
    margin-bottom: .6em;
    width: auto;
    height: auto; }
    .u10-ologo a {
      margin: 0 auto;
      width: 117px;
      height: 15px;
      background-position: 0px -19px;
      background-size: 613%; }

  #u10 .scl-icons li.scl-twitter a {
    background-position: -36px 0px; }

  #u10 .scl-icons li.scl-linkedin a {
    background-position: -72px 0px; }

  #u10 .scl-icons li.scl-googleplus a {
    background-position: -108px 0px; }

  #u10 .scl-icons li.scl-youtube a {
    background-position: -143px 0px; }

  #u10 .scl-icons li.scl-feed a {
    background-position: -182px 0px; }

  ul.u10-links {
    float: none;
    text-align: center;
    padding: 0; }
    ul.u10-links li {
      float: none;
      text-align: center;
      display: inline-block; } }
/*
*
* SPECIAL CASES
* Mostly for breaking lines at the right word
*/
.w2 {
  color: #656768;
  font-style: italic; }

.w3 {
  text-align: center; }

.icon-blocks p.w4 {
  width: 90px; }

.sp-image {
  padding-top: 0;
  padding-left: 0;
  width: 150px; }

@media only screen and (max-width: 450px) {
  #six .medium-graph-element {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
    float: none; }

  .logo {
    width: 110px; }

  .info-tab-container {
    margin: 2rem 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }

  .info-tab-container .tab-content {
    margin-top: 0; }

  .info-tab-container ul.nav-pills .active::before {
    bottom: 2rem;
    left: 8.6rem; }

  .info-tab-container ul.nav-pills > li + li {
    margin-left: 0; }

  .hexagon-container .vertical-align, .info-tab-container .vertical-align {
    display: block; }

  .nav-pills > li {
    float: none; }

  .outside-hex {
    display: none; }

  .hexagon-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }

  .tab-nav {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    min-width: 130px; }

  .info-tab-container .large-number {
    font-size: 3.5rem; }

  .tab-content {
    width: 65%;
    float: right; }

  ul.nav-pills .active::before {
    right: -1rem; }

  _:-ms-lang(x), ul.nav-pills .active::before {
    right: -2rem; }

  ul.nav-pills.hexagons .active::before {
    right: -35px;
    top: 33px;
    left: auto; }

  ul.nav-pills .active::before {
    content: "";
    position: absolute;
    left: 3.2rem;
    border: 15px solid transparent;
    border-right-color: #dee0e0;
    display: block;
    width: 0; } }
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  html, body {
    font-size: 12px; } }
/* Custom, iPhone Retina */
@media only screen and (min-width: 380px) {
  .bg-five.bg-image {
    background-position: bottom 0 right 0; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  html, body {
    font-size: 14px; }

  row.vertical-align {
    display: flex; }

  .page-heading.heading {
    width: 300px; }

  .page-sub-heading {
    width: 260px; }

  .dropdown-content {
    margin-left: -10.2rem; }

  .navbar-nav > li > a {
    width: 120px; }

  .chart img {
    max-width: 420px; }

  img.graphic-element {
    width: 200px; }

  .bg-hero.bg-image {
    background-size: contain;
    background-position: top 0 right -100px; }

  .quote {
    margin-left: 4.5rem; }

  q::before, q::after {
    height: 47px;
    width: 60px; }

  q::before {
    margin-left: -3.5em;
    top: 1em; }

  .quote.with-heading q::before {
    margin-top: 4em; }

  .tab-icon {
    width: 93px;
    height: 80px; }

  .bg-hero.bg-image {
    background-position: top 0 right -50px; }

  .bg-one.bg-image {
    background-position: bottom 0 right 0; }

  .bg-two.bg-image {
    background-position: bottom 0 right 0; }

  .bg-four.bg-image {
    background-position: bottom 0 right 0; }

  .bg-five.bg-image {
    background-position: bottom 0 right 0; }

  .bg-six.bg-image {
    background-position: bottom 0 right 0; }

  .large-number {
    font-size: 2.5rem;
    margin-top: 3.5rem; }

  .deco-image::before {
    width: 140px;
    height: 70px;
    left: -2rem;
    top: 0; }

  .small-logo {
    display: inline; }

  .hexagons > li {
    width: 110px;
    height: 102px;
    margin-right: -27px; }

  .hexagon {
    width: 110px;
    height: 102px;
    margin-right: 0; }

  .hexagons li.even {
    margin-top: 58px;
    margin-right: -35px; }

  .even .outside-hex {
    position: absolute;
    top: -30px;
    left: 0;
    right: 10px; }

  .even .hexagon-text {
    margin-top: 0; }

  .hexagon-container ul {
    margin: 0 auto;
    display: table; }

  .workforce.hexagon {
    background-image: url("../img/hexagon2.png"); }

  .compliance.hexagon {
    background-image: url("../img/hexagon4.png"); }

  .outside-hex {
    width: 45%;
    display: block;
    text-align: center;
    margin: 0 auto; }

  .hexagon-container .tab-content {
    margin-top: 3rem; }

  ul.nav.hexagons {
    width: 435px; }

  .hexagon-container ul.nav-pills .active::before {
    bottom: 0rem; }

  _:-ms-lang(x), .hexagon-container ul.nav-pills .active::before {
    bottom: -1rem; }

  .hexagon-container ul.nav-pills.hexagons .active::before {
    left: 2.3rem; }

  .hexagon-container ul.nav-pills.hexagons .odd.active::before {
    bottom: -7.2rem; }

  _:-ms-lang(x), .hexagon-container ul.nav-pills.hexagons .odd.active::before {
    bottom: -8.2rem; }

  .hexagon-container ul.nav-pills.hexagons .active::before {
    left: 2.7rem; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 16px; }

  .sub-heading {
    display: inline-block; }

  .page-sub-heading {
    width: 270px; }

  .sub-heading.light-gray {
    font-size: 1.6rem; }

  .featured {
    font-size: 1.7rem;
    line-height: 1.3; }

  .dropdown-content {
    margin-left: -5.4rem; }

  .bg-hero.bg-image {
    background-position: top 0 right -40px; }

  .dropdown button {
    padding-top: 13px;
    padding-bottom: 22px;
    width: 100px; }

  .intern-nav .dropdown > ul li a {
    padding: 1rem 0.75rem 0.5rem;
    border-top: 0; }

  .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px; }

  .intern-nav li a:link {
    width: 10.5rem; }

  .dropdown .fa-angle-down {
    font-size: 1.75rem; }

  .intern-nav li a:link, .intern-nav li a:visited {
    padding-top: 1rem; }

  .intern-nav li a:link, .intern-nav li a:visited, .dropdown button {
    padding-right: 2rem;
    padding-left: 2rem;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }

  .intern-nav li.long-txt a:link, .intern-nav li.long-txt a:visited {
    padding-right: .8rem;
    padding-left: .8rem; }

  .intern-nav li a:hover, .intern-nav li a:active, .dropdown button:hover {
    border-top: 8px solid #942645; }

  .even .outside-hex {
    top: -50px; }

  .roll-up img.graphic-element {
    width: auto; }

  q::before {
    margin-left: -2.3em;
    top: 1.5em;
    background-image: url("../img/quotation-mark-1.png"); }

  .quote.with-heading q::before {
    margin-top: 4.5rem; }

  cite {
    font-size: 0.95rem; }

  .no-style.quote {
    padding-top: 4rem;
    margin-left: 4.5rem; }

  .no-style q::before, .no-style q::after {
    display: inline-block; }

  .no-style cite {
    margin-top: 4rem; }

  .feature-icon {
    width: 180px;
    margin-bottom: 1rem; }

  .icon-blocks p.icon-heading {
    font-size: 1.7rem;
    width: 160px; }

  .icon-blocks p {
    width: 220px;
    font-size: 1rem; }

  .icon-blocks p.w4 {
    width: 220px; }

  .intern-nav li::after {
    border-right: 1px solid #666;
    height: 30px;
    top: 1.4rem; }

  img.graphic-element {
    width: 250px; }

  .large-number {
    font-size: 5rem; }

  .deco-image::before {
    width: 230px;
    height: 100px;
    left: -2rem; }

  .intern-nav li a::after {
    top: 10px; }

  .tab-icon {
    width: 139px;
    height: 120px; }

  .underline {
    width: 120px; }

  .fintechs .underline, .customers .underline {
    margin-left: 0.1rem; }

  .info-tab-container .tab-content {
    margin-top: 3rem; }

  .info-tab-container .nav > li > a {
    margin: 10px 15px; }

  .info-tab-container ul.nav-pills .active::before {
    bottom: -3rem;
    left: 2.75rem; }

  _:-ms-lang(x), .info-tab-container ul.nav-pills .active::before {
    bottom: -4rem; }

  .tab-pane {
    padding: 2rem 4rem; }

  .hexagons {
    font-size: 1rem; }

  .hexagons > li {
    width: 165px;
    height: 153px;
    margin-right: -36px; }

  .hexagon {
    width: 165px;
    height: 153px; }

  .hexagons li.even {
    margin-top: 85px;
    margin-right: -48px; }

  .hexagon-container ul.nav-pills.hexagons .odd.active::before {
    bottom: -8.3rem; }

  _:-ms-lang(x), .hexagon-container ul.nav-pills.hexagons .odd.active::before {
    bottom: -9.3rem; }

  .hexagon-container ul.nav-pills.hexagons .active::before {
    left: 4rem; }

  ul.nav-pills.hexagons .odd.active::before {
    bottom: -100px; }

  ul.nav.hexagons {
    font-size: 0.8rem;
    width: 670px; }

  .footer-icons {
    text-align: center; }

  .footer-icons p {
    margin-bottom: 0; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  html, body {
    font-size: 18px;
    line-height: 1.4; }

  .small-logo.image-wrapper {
    visibility: hidden; }

  h1.small-logo {
    text-align: left; }

  .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden; }

  .main-column {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #ffffff; }

  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden; }

  .container.no-padding {
    padding-top: 0;
    padding-bottom: 0; }

  .container.no-padding-top {
    padding-top: 0;
    padding-bottom: 3rem; }

  .container.no-padding-bottom {
    padding-top: 3rem;
    padding-bottom: 0; }

  .container.extra-padding {
    padding-top: 6rem;
    padding-bottom: 6rem; }

  .container.extra-padding-top {
    padding-top: 6rem; }

  .container.extra-padding-bottom {
    padding-bottom: 6rem; }

  .margin-top {
    margin-top: 2rem; }

  .margin-right {
    margin-right: 2rem; }

  .margin-bottom {
    margin-bottom: 2rem; }

  .margin-left {
    margin-left: 2rem; }

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

  .x-margin-top {
    margin-top: 4rem; }

  .margin {
    margin: 2rem 0; }

  h1.page-title {
    margin: 2.8rem 0; }

  h1.page-title {
    font-size: 1.4rem;
    margin: 2.4rem 0; }

  .heading {
    font-size: 2.2rem;
    margin-bottom: 1.9rem; }

  .page-sub-heading {
    font-size: 1.4rem;
    display: inline-block; }

  .page-heading.heading {
    width: 530px;
    padding-top: 3rem;
    margin-bottom: 0.5rem; }

  .page-sub-heading {
    width: 400px; }

  img.oracle-cloud-logo {
    width: 150px;
    margin-top: 6rem; }

  .short-line {
    border-bottom: 6px solid #942645;
    width: 45px;
    height: 1px;
    margin-bottom: 0.5rem; }

  .quote.with-heading q::before {
    margin-top: 6rem; }

  .dropdown-content {
    margin-left: -5rem; }

  .chart {
    text-align: left; }

  .chart-animation {
    margin: 0; }

  .tab-icon {
    margin-right: 2rem; }

  .bg-image {
    background-position: bottom 0 right -20px; }

  .bg-one.bg-image {
    background-image: url("../img/section-1a-bg.jpg");
    background-position: bottom 0 right -200px; }

  .bg-two.bg-image {
    background-image: url("../img/section-2a-bg.jpg");
    background-position: bottom 0 right -200px; }

  .bg-three.bg-image {
    background-image: url("../img/section-3a-bg.jpg");
    background-position: top 0 left 0; }

  .bg-four.bg-image {
    background-image: url("../img/section-4a-bg.jpg");
    background-position: bottom 0 right 0; }

  .bg-five.bg-image {
    background-image: url("../img/section-5a-bg.jpg");
    background-position: bottom 0 left 0; }

  .bg-six.bg-image {
    background-image: url("../img/section-6a-bg.jpg");
    background-position: bottom 0 right -400px; }

  .bg-image.bg-primary {
    background-position: 0 -400px; }

  .large-number {
    font-size: 6rem; }

  .intern-nav li a::after {
    top: 20px; }

  .roll-out.in-view .icon-line {
    width: 100px; }

  img.graphic-element {
    width: 295px; }

  .hexagon {
    width: 100%;
    height: 189px;
    margin-right: 0; }

  .hexagons > li {
    width: 204px;
    height: 220px;
    margin-right: -47px; }

  .hexagons li.even {
    margin-top: 103px;
    margin-right: -61px; }

  ul.nav-pills .active::before {
    bottom: 0;
    border: 25px solid transparent;
    border-bottom: 25px solid #dee0e0; }

  .hexagon-container ul.nav-pills .active::before {
    left: 3.5rem; }

  _:-ms-lang(x), .hexagon-container ul.nav-pills .active::before {
    bottom: -1rem; }

  .hexagon-container ul.nav-pills.hexagons .odd.active::before {
    bottom: -5.8rem; }

  _:-ms-lang(x), .hexagon-container ul.nav-pills.hexagons .odd.active::before {
    bottom: -6.8rem; }

  .hexagon-container ul.nav-pills.hexagons .active::before {
    left: 3.9rem; }

  ul.nav-pills.hexagons .active::before {
    left: 3rem; }

  .hexagon-container .tab-content {
    margin: 0 auto;
    max-width: 1000px; }

  ul.nav-pills.hexagons .odd.active::before {
    bottom: -122px; }

  ul.nav-pills.hexagons .active::before {
    left: 84px; }

  ul.nav.hexagons {
    font-size: 0.9rem;
    width: 820px; }

  img.icon-element {
    width: 180px; }

  img.medium-graphic-element {
    width: auto; }

  #six .roll-up img {
    left: 100px; }

  .chart-layer-revenue, .chart-layer-cost {
    background-size: 350px;
    width: 350px; }

  .chart-layer-revenue.in-view, .chart-layer-cost.in-view, .chart-layer-bg {
    background-size: 400px;
    width: 400px; }

  .footer-icons {
    padding: 2rem 0;
    margin-bottom: 4rem; }

  .footer-icon {
    width: 70px;
    margin-right: 1rem; }

  .footer-icons p {
    font-size: 1rem; }

  .chart img {
    margin: 1rem 0 3rem;
    width: auto;
    max-width: inherit; }

  .w1 {
    width: 500px; }

  .w3 {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 4rem; }

  .w5 {
    margin-left: -1.5rem; } }
/*  Adjust max width to client guidelines */
@media only screen and (min-width: 1185px) {
  .container {
    width: 1185px; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .xxx-margin-left {
    margin-left: 6rem; }

  .bg-image {
    background-position: bottom 0 right -20px; }

  .bg-one.bg-image {
    background-position: bottom 0 right 0; }

  .bg-two.bg-image {
    background-position: bottom 0 right 0; }

  .bg-four.bg-image {
    background-position: bottom 0 right 0; }

  .bg-six.bg-image {
    background-position: bottom 0 right -250px; }

  .bg-three.bg-image {
    background-image: url("../img/section-3a-bg.jpg");
    background-position: top 0 left 0; }

  .large-number {
    font-size: 7rem; }

  .roll-out.in-view .icon-line {
    width: 225px; }

  .circle-list {
    display: table; }

  .txt-bg {
    position: relative;
    display: inline-block;
    height: 40px;
    margin-left: -1rem;
    padding-left: 4rem;
    font-size: 1rem; }

  .chart {
    margin-left: 6rem; }

  .circle {
    display: inline-block;
    padding: 0.6rem 0;
    width: 80px;
    height: 80px;
    font-size: 1.7rem; }

  .intern-nav li:nth-last-child(2)::after {
    display: none; }

  .w7 {
    font-size: 2.1rem; }

  .w6.horizontal-align {
    justify-content: left; }

  .w8 {
    width: 670px; } }
/* Fix for the quotes on large screens */
@media only screen and (min-width: 1400px) {
  .container, .bg-image.bg-primary .container {
    overflow: visible; }

  .bg-image .container {
    overflow: hidden; }

  .quote {
    margin-left: 0; }

  q::before, q::after {
    height: 79px;
    width: 100px; }

  q::before {
    margin-left: -3.5em;
    top: 0.5em;
    background-image: url("../img/quotation-mark-1.png"); }

  .w2 {
    width: auto; }

  .w9 {
    width: 590px; } }
/* Fix for the main nav on large screens */
@media only screen and (min-width: 1600px) {
  .intern-nav.affix {
    width: 1600px; } }
