/* E.g.
@include breakpoint($medium-2) {
	width: 30%;
}
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: Arial, Helvetica, sans-serif;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

/* HTML5 display-rolereset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  margin: 0;
  font-size: 2.7rem; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bold; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

p {
  font-size: 2.7rem;
  line-height: 3.4rem;
  color: #000000; }
  @media (max-width: 768px) {
    p {
      font-size: 2.4rem;
      line-height: 2.6rem; } }
  @media (max-width: 640px) {
    p {
      font-size: 2.2rem;
      line-height: 2.6rem; } }

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

.widow {
  white-space: nowrap; }

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  width: 90%; }

.banner {
  min-height: 20vh;
  padding: 7rem 0 10rem 0;
  background: url("../images/hero.png") no-repeat;
  background-position: center;
  position: relative; }
  @media (max-width: 1024px) {
    .banner {
      padding: 7rem 0;
      background-size: cover; } }
  @media (max-width: 768px) {
    .banner {
      background-position: left; } }
  @media (max-width: 640px) {
    .banner {
      padding: 3rem 0 8rem 0;
      background-size: cover; } }
  .banner .banner-content {
    width: 480px; }
    @media (max-width: 640px) {
      .banner .banner-content {
        width: 80%; } }
    @media (max-width: 500px) {
      .banner .banner-content {
        width: 100%; } }
  .banner .oracle-sub-logo {
    width: 230px;
    height: 85px;
    background: url("../images/oracle-sub-logo.svg") no-repeat;
    background-position: top left; }
    @media (max-width: 640px) {
      .banner .oracle-sub-logo {
        width: 200px; } }
  .banner h2 {
    font-size: 8rem;
    line-height: 8rem;
    color: #ffffff;
    font-weight: normal;
    margin: 10rem 0 3rem 0; }
    @media (max-width: 1300px) {
      .banner h2 {
        margin: 6rem 0 2rem 0; } }
    @media (max-width: 640px) {
      .banner h2 {
        font-size: 6rem;
        line-height: 6.5rem;
        margin: 5rem 0 1rem 0; } }
  .banner p {
    font-size: 3rem;
    line-height: 1.3;
    color: #ffffff;
    font-weight: normal; }
    @media (max-width: 768px) {
      .banner p {
        font-size: 2.4rem; } }
    @media (max-width: 640px) {
      .banner p {
        font-size: 2.1rem; } }
    .banner p br {
      display: block; }
      @media (max-width: 640px) {
        .banner p br {
          display: none; } }

#guidelines {
  padding: 12rem 0; }
  @media (max-width: 768px) {
    #guidelines {
      padding: 5rem 0; } }
  #guidelines .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 990px) {
      #guidelines .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #guidelines .blue-text {
    width: 40%; }
    @media (max-width: 1200px) {
      #guidelines .blue-text {
        width: 44%; } }
    @media (max-width: 990px) {
      #guidelines .blue-text {
        width: 100%;
        margin-bottom: 4rem; } }
    #guidelines .blue-text h3 {
      font-size: 4.2rem;
      line-height: 1.4;
      color: #324b5c;
      font-weight: normal; }
      @media (max-width: 1200px) {
        #guidelines .blue-text h3 {
          font-size: 3.6rem; } }
      @media (max-width: 768px) {
        #guidelines .blue-text h3 {
          font-size: 3rem; } }
      @media (max-width: 640px) {
        #guidelines .blue-text h3 {
          font-size: 2.8rem; } }
  #guidelines .guide-list {
    width: 54%; }
    @media (max-width: 1200px) {
      #guidelines .guide-list {
        width: 52%; } }
    @media (max-width: 990px) {
      #guidelines .guide-list {
        width: 100%; } }
    #guidelines .guide-list h2 {
      font-size: 4.1rem;
      line-height: 5.3rem;
      margin-bottom: 2rem;
      color: #324b5c;
      font-weight: bold; }
      @media (max-width: 768px) {
        #guidelines .guide-list h2 {
          font-size: 3rem;
          line-height: 3.5rem;
          font-weight: bold; } }
      @media (max-width: 640px) {
        #guidelines .guide-list h2 {
          font-size: 3rem;
          line-height: 3.5rem; } }
    #guidelines .guide-list .sub-text {
      font-size: 3rem;
      line-height: 1.3;
      margin-bottom: 4rem;
      width: 106%; }
      @media (max-width: 1024px) {
        #guidelines .guide-list .sub-text {
          width: 100%; } }
      @media (max-width: 768px) {
        #guidelines .guide-list .sub-text {
          font-size: 2.4rem; } }
      @media (max-width: 640px) {
        #guidelines .guide-list .sub-text {
          font-size: 2.2rem;
          margin-bottom: 3rem; } }
    #guidelines .guide-list ul {
      width: 106%; }
      @media (max-width: 1024px) {
        #guidelines .guide-list ul {
          width: 100%; } }
      @media (max-width: 768px) {
        #guidelines .guide-list ul {
          width: 90%;
          margin-bottom: 4rem; } }
      @media (max-width: 640px) {
        #guidelines .guide-list ul {
          width: 100%; } }
      #guidelines .guide-list ul li {
        margin-bottom: 3rem;
        padding-left: 3rem;
        position: relative; }
        #guidelines .guide-list ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 13px;
          width: 7px;
          height: 7px;
          border-radius: 7px;
          background-color: #f29111; }
    #guidelines .guide-list .blue-span {
      color: #324b5c;
      font-weight: bold; }

#mobile-exp {
  background-color: #324b5c;
  padding: 14rem 0 25rem 0;
  position: relative; }
  @media (max-width: 990px) {
    #mobile-exp {
      padding: 8rem 0; } }
  @media (max-width: 768px) {
    #mobile-exp {
      padding: 5rem 0 10rem 0; } }
  @media (max-width: 640px) {
    #mobile-exp {
      padding: 5rem 0 15rem 0; } }
  #mobile-exp .phone-top {
    position: absolute;
    width: 53%;
    top: -4rem;
    left: 0;
    height: 65%;
    background: url("../images/phone1.png") no-repeat;
    background-position: top left;
    background-size: contain; }
    @media (max-width: 1200px) {
      #mobile-exp .phone-top {
        width: 40%;
        top: 10%; } }
    @media (max-width: 768px) {
      #mobile-exp .phone-top {
        display: none; } }
  #mobile-exp .phone-bottom {
    position: absolute;
    width: 60%;
    bottom: -10%;
    right: 0;
    height: 60%;
    background: url("../images/phone2.png") no-repeat;
    background-position: bottom right;
    background-size: contain;
    z-index: 2; }
    @media (max-width: 1200px) {
      #mobile-exp .phone-bottom {
        background-position: 100% 90%; } }
    @media (max-width: 990px) {
      #mobile-exp .phone-bottom {
        width: 60%; } }
    @media (max-width: 768px) {
      #mobile-exp .phone-bottom {
        background: url("../images/phone2-mob.png") no-repeat;
        background-position: right bottom;
        background-size: contain;
        height: 45%;
        width: 72%;
        bottom: -15%; } }
    @media (max-width: 640px) {
      #mobile-exp .phone-bottom {
        height: 29%;
        width: 62%;
        bottom: -8%; } }
    @media (max-width: 500px) {
      #mobile-exp .phone-bottom {
        width: 70%;
        bottom: -6%; } }
  #mobile-exp .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 5rem; }
    @media (max-width: 768px) {
      #mobile-exp .flex-row {
        margin-bottom: 5rem; } }
  #mobile-exp .flex-row-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #mobile-exp .right-align {
    width: 49%; }
    #mobile-exp .right-align .satisfaction {
      padding-left: 13rem;
      margin-top: 4rem;
      display: inline-block;
      background: url("../images/certified.svg") no-repeat;
      background-position: top left;
      background-size: 95px; }
      @media (max-width: 768px) {
        #mobile-exp .right-align .satisfaction {
          width: 65%; } }
      @media (max-width: 640px) {
        #mobile-exp .right-align .satisfaction {
          background-size: 60px;
          padding-left: 8rem;
          width: 100%; } }
      #mobile-exp .right-align .satisfaction h3 {
        color: #8aadbf;
        font-size: 7.8rem;
        font-weight: bold;
        line-height: 9.5rem;
        margin-bottom: 1.5rem; }
        @media (max-width: 768px) {
          #mobile-exp .right-align .satisfaction h3 {
            font-size: 6.5rem;
            line-height: 7rem; } }
        #mobile-exp .right-align .satisfaction h3 span {
          font-size: 4rem;
          line-height: 3rem;
          display: block; }
          @media (max-width: 640px) {
            #mobile-exp .right-align .satisfaction h3 span {
              font-size: 3rem; } }
      #mobile-exp .right-align .satisfaction p {
        font-size: 3rem;
        color: #ffffff;
        line-height: 4rem; }
        @media (max-width: 768px) {
          #mobile-exp .right-align .satisfaction p {
            font-size: 2.4rem;
            line-height: 2.6rem; } }
        @media (max-width: 640px) {
          #mobile-exp .right-align .satisfaction p {
            font-size: 2.2rem;
            line-height: 2.6rem; } }
  #mobile-exp .left-align {
    width: 65%;
    margin-top: 2rem; }
    #mobile-exp .left-align br {
      display: block; }
      @media (max-width: 640px) {
        #mobile-exp .left-align br {
          display: none; } }
    #mobile-exp .left-align h3 {
      width: 80%; }
      @media (max-width: 1200px) {
        #mobile-exp .left-align h3 {
          width: 100%; } }
    @media (max-width: 768px) {
      #mobile-exp .left-align ul {
        width: 76%; } }
    @media (max-width: 500px) {
      #mobile-exp .left-align ul {
        width: 100%; } }
  @media (max-width: 1200px) {
    #mobile-exp .right-align,
    #mobile-exp .left-align {
      width: 65%; } }
  @media (max-width: 768px) {
    #mobile-exp .right-align,
    #mobile-exp .left-align {
      width: 100%; } }
  #mobile-exp .right-align h3,
  #mobile-exp .left-align h3 {
    font-size: 3.8rem;
    line-height: 5.8rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 6rem; }
    @media (max-width: 990px) {
      #mobile-exp .right-align h3,
      #mobile-exp .left-align h3 {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 3rem; } }
    @media (max-width: 640px) {
      #mobile-exp .right-align h3,
      #mobile-exp .left-align h3 {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  #mobile-exp .right-align ul li,
  #mobile-exp .left-align ul li {
    margin-bottom: 2rem;
    padding-left: 6rem;
    position: relative; }
    #mobile-exp .right-align ul li:before,
    #mobile-exp .left-align ul li:before {
      content: '';
      width: 32px;
      height: 37px;
      background: url("../images/blue-tick.png") no-repeat;
      position: absolute;
      left: 0; }
    #mobile-exp .right-align ul li p,
    #mobile-exp .left-align ul li p {
      font-size: 3rem;
      line-height: 3.9rem;
      color: #ffffff; }
      @media (max-width: 768px) {
        #mobile-exp .right-align ul li p,
        #mobile-exp .left-align ul li p {
          font-size: 2.4rem;
          line-height: 3rem; } }
      @media (max-width: 640px) {
        #mobile-exp .right-align ul li p,
        #mobile-exp .left-align ul li p {
          font-size: 2.2rem;
          line-height: 2.8rem; } }

#assistant {
  position: relative;
  background: url("../images/digital-assistance.jpg") no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 1200px) {
    #assistant {
      background-position: 50% 50%; } }
  @media (max-width: 768px) {
    #assistant {
      background-position: right; } }
  #assistant .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #assistant .information {
    width: 40%;
    padding: 15rem 0;
    position: relative;
    z-index: 0; }
    @media (max-width: 1300px) {
      #assistant .information {
        width: 60%; } }
    @media (max-width: 990px) {
      #assistant .information {
        width: 80%;
        padding: 8rem 0; } }
    @media (max-width: 768px) {
      #assistant .information {
        padding: 5rem 0;
        width: 100%; } }
    @media (max-width: 640px) {
      #assistant .information {
        width: 100%;
        padding: 5rem 0; } }
    #assistant .information:before {
      content: '';
      position: absolute;
      left: -22rem;
      width: calc(100% + 365px);
      top: 0;
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, #000));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #000 40%);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #000 40%);
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #000 40%);
      z-index: -1; }
    #assistant .information h3 {
      font-size: 4.1rem;
      margin-bottom: 4rem;
      color: #ffffff; }
      @media (max-width: 768px) {
        #assistant .information h3 {
          font-size: 3rem;
          line-height: 3.5rem;
          margin-bottom: 3rem; } }
      @media (max-width: 640px) {
        #assistant .information h3 {
          font-size: 3rem;
          line-height: 3.5rem; } }
    #assistant .information p {
      color: #ffffff;
      margin-bottom: 3rem;
      font-size: 3.8rem;
      line-height: 4.6rem; }
      #assistant .information p:last-child {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        #assistant .information p {
          font-size: 2.5rem;
          line-height: 3.5rem;
          margin-bottom: 2rem; } }
      @media (max-width: 640px) {
        #assistant .information p {
          font-size: 2.2rem;
          line-height: 2.6rem; } }
    #assistant .information .para {
      font-size: 2.7rem;
      line-height: 3.4rem; }
      @media (max-width: 768px) {
        #assistant .information .para {
          font-size: 2rem;
          line-height: 2.6rem; } }
      @media (max-width: 640px) {
        #assistant .information .para {
          font-size: 1.8rem;
          line-height: 2.2rem; } }
    #assistant .information .obttns {
      line-height: 1.55; }
      #assistant .information .obttns > div {
        background: #003b4d;
        border-color: #003b4d; }
        #assistant .information .obttns > div a {
          padding: .6em 6em .57em 1.2em; }
          @media (max-width: 768px) {
            #assistant .information .obttns > div a {
              font-size: 1.8rem;
              padding: 2rem 10rem; } }
          @media (max-width: 640px) {
            #assistant .information .obttns > div a {
              font-size: 1em;
              padding: .6em 3em .57em 1.2em; } }
        #assistant .information .obttns > div:hover {
          background: rgba(255, 255, 255, 0); }
          #assistant .information .obttns > div:hover a {
            color: #003b4d !important; }
            #assistant .information .obttns > div:hover a:after {
              color: #003b4d !important; }
    #assistant .information .white-btn {
      border: 2px solid #ffffff;
      font-size: 1.6rem;
      line-height: 1.55;
      padding: 1.2rem 7rem 1.2rem 2rem;
      font-weight: bold;
      position: relative;
      cursor: pointer;
      float: left;
      -webkit-transition: background .2s, border .2s;
      -o-transition: background .2s, border .2s;
      transition: background .2s, border .2s; }
      @media (max-width: 640px) {
        #assistant .information .white-btn {
          display: none; } }
      #assistant .information .white-btn a {
        color: #ffffff;
        text-decoration: none !important; }
        @media (max-width: 768px) {
          #assistant .information .white-btn a {
            font-size: 1.8rem; } }
        @media (max-width: 640px) {
          #assistant .information .white-btn a {
            font-size: 1em; } }
        @media (max-width: 500px) {
          #assistant .information .white-btn a {
            font-size: 1em; } }
      #assistant .information .white-btn:after {
        content: '';
        position: absolute;
        height: 19px;
        width: 23px;
        background: url(../images/white-arrow-right.png) no-repeat;
        -webkit-transition: color .2s, right .2s .1s, left .2s .1s;
        -o-transition: color .2s, right .2s .1s, left .2s .1s;
        transition: color .2s, right .2s .1s, left .2s .1s;
        display: block;
        position: absolute;
        right: 2rem;
        left: auto;
        top: 50%;
        line-height: 1.2;
        font-weight: normal;
        margin-top: -0.575em; }
      #assistant .information .white-btn:hover {
        background: white; }
        #assistant .information .white-btn:hover a {
          color: #000000 !important; }
        #assistant .information .white-btn:hover:after {
          background: url(../images/black-arrow.png) no-repeat;
          right: 1.5rem;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    #assistant .information .mobile-cta {
      display: none; }
      @media (max-width: 640px) {
        #assistant .information .mobile-cta {
          display: block; } }
      #assistant .information .mobile-cta p {
        margin-bottom: 0; }
    #assistant .information .flex-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 5rem; }
      #assistant .information .flex-row .left-info,
      #assistant .information .flex-row .right-info {
        width: 45%; }
        @media (max-width: 640px) {
          #assistant .information .flex-row .left-info,
          #assistant .information .flex-row .right-info {
            width: 48%; } }
        #assistant .information .flex-row .left-info p,
        #assistant .information .flex-row .right-info p {
          margin-bottom: 0; }
          @media (max-width: 640px) {
            #assistant .information .flex-row .left-info p,
            #assistant .information .flex-row .right-info p {
              font-size: 2rem; } }
          @media (max-width: 500px) {
            #assistant .information .flex-row .left-info p,
            #assistant .information .flex-row .right-info p {
              font-size: 1.8rem; } }
        @media (max-width: 640px) {
          #assistant .information .flex-row .left-info .widow,
          #assistant .information .flex-row .right-info .widow {
            white-space: inherit; } }

#transactions {
  padding: 12rem 0 8rem 0; }
  @media (max-width: 990px) {
    #transactions {
      padding: 15rem 0 8rem 0; } }
  @media (max-width: 768px) {
    #transactions {
      padding: 12rem 0 5rem 0; } }
  @media (max-width: 640px) {
    #transactions {
      padding: 5rem 0; } }
  #transactions h3 {
    color: #324b5c;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 10rem; }
    @media (max-width: 990px) {
      #transactions h3 {
        margin-bottom: 5rem; } }
    @media (max-width: 768px) {
      #transactions h3 {
        font-size: 3.5rem;
        line-height: 4rem;
        margin-bottom: 3rem; } }
    @media (max-width: 640px) {
      #transactions h3 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 2rem; } }
  #transactions .tabs {
    text-align: center;
    margin: 10rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      #transactions .tabs {
        margin: 5rem 0; } }
    @media (max-width: 640px) {
      #transactions .tabs {
        margin: 3rem 0; } }
    #transactions .tabs .tab-links {
      border-bottom: 1px solid #D0DEE1;
      border-top: 1px solid #D0DEE1;
      padding: 1.5rem 8rem;
      color: #00758f;
      cursor: pointer;
      font-size: 2.1rem; }
      @media (max-width: 768px) {
        #transactions .tabs .tab-links {
          width: 50%;
          padding: 1.5rem 1rem;
          font-size: 1.8rem; } }
      @media (max-width: 640px) {
        #transactions .tabs .tab-links {
          font-size: 1.8rem;
          line-height: 2rem; } }
      #transactions .tabs .tab-links:hover {
        background-color: #00758f;
        color: #ffffff;
        -webkit-transition: 0.8s ease all;
        -o-transition: 0.8s ease all;
        transition: 0.8s ease all; }
      #transactions .tabs .tab-links:first-child {
        margin-right: 2rem; }
      #transactions .tabs .tab-links.active {
        background-color: #00758f;
        color: #ffffff; }
      @media (max-width: 500px) {
        #transactions .tabs .tab-links strong {
          display: block; } }
  #transactions #tab-employee {
    text-align: left;
    display: none; }
    #transactions #tab-employee.active {
      display: block; }
    #transactions #tab-employee .flex-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 768px) {
        #transactions #tab-employee .flex-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
    #transactions #tab-employee .left-list {
      width: 55%;
      display: inline-block;
      padding-bottom: 6rem;
      border-bottom: 3px solid #ebebeb; }
      @media (max-width: 768px) {
        #transactions #tab-employee .left-list {
          width: 100%; } }
      @media (max-width: 768px) {
        #transactions #tab-employee .left-list {
          padding-bottom: 0;
          border-bottom: none; } }
      #transactions #tab-employee .left-list ol li {
        margin-bottom: 2rem;
        padding-left: 3rem;
        list-style-type: none;
        color: #dee0e0;
        position: relative;
        cursor: pointer; }
        @media (max-width: 768px) {
          #transactions #tab-employee .left-list ol li {
            display: none;
            text-align: center;
            list-style-position: inside;
            padding-left: 0; } }
        #transactions #tab-employee .left-list ol li p {
          color: #dee0e0;
          font-weight: normal;
          padding-left: 2rem;
          font-size: 3rem;
          line-height: 4rem; }
          @media (max-width: 768px) {
            #transactions #tab-employee .left-list ol li p {
              padding-left: 0;
              display: inline;
              font-size: 2.4rem;
              line-height: 2.6rem; } }
          @media (max-width: 640px) {
            #transactions #tab-employee .left-list ol li p {
              font-size: 2.2rem;
              line-height: 2.6rem; } }
          #transactions #tab-employee .left-list ol li p span {
            font-weight: bold;
            position: absolute;
            left: 0;
            right: 0; }
            @media (max-width: 768px) {
              #transactions #tab-employee .left-list ol li p span {
                position: relative;
                margin-right: 1rem; } }
        #transactions #tab-employee .left-list ol li.activeSlide {
          color: #00758f;
          font-weight: bold; }
          @media (max-width: 768px) {
            #transactions #tab-employee .left-list ol li.activeSlide {
              display: list-item; } }
          #transactions #tab-employee .left-list ol li.activeSlide p {
            color: #00758f;
            font-weight: bold; }
    #transactions #tab-employee .right-image {
      width: 40%;
      float: right;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1024px) {
        #transactions #tab-employee .right-image {
          width: 46%; } }
      @media (max-width: 768px) {
        #transactions #tab-employee .right-image {
          width: 60%; } }
      @media (max-width: 640px) {
        #transactions #tab-employee .right-image {
          width: 100%; } }
      #transactions #tab-employee .right-image .overflow {
        width: 50%;
        height: 78%;
        overflow: hidden;
        position: absolute;
        top: 9%;
        left: 25%; }
        #transactions #tab-employee .right-image .overflow ul {
          height: 100%; }
          #transactions #tab-employee .right-image .overflow ul li {
            display: none;
            height: 100% !important;
            position: absolute;
            background-color: transparent !important;
            width: 100% !important; }
            #transactions #tab-employee .right-image .overflow ul li:first-child {
              display: block; }
            #transactions #tab-employee .right-image .overflow ul li img {
              width: 100% !important; }
            #transactions #tab-employee .right-image .overflow ul li video {
              width: 100% !important;
              height: 100%;
              top: 2px;
              position: relative; }
              @media (max-width: 640px) {
                #transactions #tab-employee .right-image .overflow ul li video {
                  top: 2px; } }
      #transactions #tab-employee .right-image .visi-hidden {
        width: 100%; }
      #transactions #tab-employee .right-image .arrow {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: 31px;
        height: 55px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #transactions #tab-employee .right-image .arrow.arrow-left {
          left: 4%;
          background-image: url("../images/arrows-left.png");
          background-repeat: no-repeat;
          background-position: left top; }
        #transactions #tab-employee .right-image .arrow.arrow-right {
          right: 4%;
          background-image: url("../images/arrows-right.png");
          background-repeat: no-repeat;
          background-position: right top; }
        #transactions #tab-employee .right-image .arrow.fadeOut {
          opacity: 0.4;
          cursor: auto; }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 8%;
  left: 25%;
  width: 50%;
  height: 78%;
  overflow: hidden; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  /*max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 8%;
    left: 25%;
    width: 50%;
    //border: 1px solid red;
    height: 75%;
    overflow: hidden;*/ }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }
  .lSSlideWrapper .lSSlide img {
    width: 100%; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  -o-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  /*cursor: pointer;
    position: absolute;
    top: 50%;        
    width: 31px;
    height: 55px;
    transform: translateY(-50%);*/ }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  /*left: 4%;
    background-image: url("../images/arrows-left.png");
    background-repeat: no-repeat;
    background-position: left top;*/ }

.lSAction > .lSNext {
  /*right: 4%;
    background-image: url("../images/arrows-right.png");
    background-repeat: no-repeat;
    background-position: right top;*/ }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.demo .item {
  margin-bottom: 60px; }

.content-slider li {
  background-color: #ed3020;
  text-align: center;
  color: #FFF; }

.content-slider h3 {
  margin: 0;
  padding: 70px 0; }

.demo {
  width: 800px; }

@media only screen and (max-width: 770px) and (min-width: 0px) {
  .f11 .u10w1, .ocom-base .u10w1 {
    margin: 0  !important; } }
