/* E.g.
@include breakpoint($medium-2) {
	width: 30%;
}
*/
/*
  Font face declaration 
*/
@font-face {
  font-family: oraclesans-regular;
  src: url("../fonts/OracleSans_W_Rg.woff2") format("woff2"), url("../fonts/OracleSans_W_Rg.woff") format("woff"); }

@font-face {
  font-family: oraclesans-semibold;
  src: url("../fonts/OracleSans_W_SBd.woff2") format("woff2"), url("../fonts/OracleSans_W_SBd.woff") format("woff"); }

@font-face {
  font-family: oraclesans-bold;
  src: url("../fonts/OracleSans_W_Bd.woff2") format("woff2"), url("../fonts/OracleSans_W_Bd.woff") format("woff"); }

@font-face {
  font-family: oraclesans-light;
  src: url("../fonts/OracleSans-Light.woff2") format("woff2"), url("../fonts/OracleSans-Light.woff") format("woff"); }

@font-face {
  font-family: georgia;
  src: url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"); }

@font-face {
  font-family: georgia-bold;
  src: url("../fonts/Georgia_Bold.woff2") format("woff2"), url("../fonts/Georgia_Bold.woff") format("woff"); }

@font-face {
  font-family: MyriadPro-Regular, Myriad Pro;
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"); }

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 {
  text-decoration: none;
  outline: none; }
  a:hover, a:active, a:visited {
    text-decoration: none;
    outline: none; }

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.2rem;
  line-height: 3.2rem;
  font-family: "oraclesans-light", Helvetica, sans-serif;
  color: #312d2a; }

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

.widow {
  white-space: nowrap; }
  @media (max-width: 768px) {
    .widow.no-mobile {
      white-space: wrap; } }

section {
  padding: 9rem 0;
  position: relative; }
  @media (max-width: 768px) {
    section {
      padding: 7rem 0; } }
  @media (max-width: 640px) {
    section {
      padding: 4rem 0; } }

.wrapper {
  max-width: 1018px;
  width: 90%;
  margin: 0 auto;
  clear: both;
  position: relative; }

.banner {
  min-height: 20vh;
  padding: 9rem 0 12rem 0;
  background: url("../images/hero-banner.jpg") no-repeat bottom center/cover;
  position: relative; }
  @media (max-width: 1300px) {
    .banner {
      padding: 4rem 0 8rem 0;
      min-height: 50vh; } }
  @media (max-width: 1024px) {
    .banner {
      min-height: inherit;
      background-size: cover; } }
  @media (max-width: 640px) {
    .banner {
      padding: 3rem 0 8rem 0;
      background-size: cover; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .banner {
      padding: 3rem 0 8rem 0; } }
  .banner .banner-content {
    width: 700px; }
    @media (max-width: 640px) {
      .banner .banner-content {
        width: 80%; } }
    @media (max-width: 500px) {
      .banner .banner-content {
        width: 100%; } }
  .banner .oracle-sub-logo {
    width: 115px;
    height: 35px;
    background: url("../images/oracle-hcm-sub-logo.svg") no-repeat;
    background-position: top left;
    margin: 0 0 1.5em 0; }
    @media (max-width: 640px) {
      .banner .oracle-sub-logo {
        width: 200px; } }
  .banner h2 {
    font-weight: normal;
    font-size: 5rem;
    line-height: 6rem;
    font-family: "georgia", Helvetica, sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0 0 2.6rem 0;
    position: relative; }
    @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; } }
    @media (max-width: 500px) {
      .banner h2 {
        font-size: 3.3rem;
        line-height: 1.5; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
      .banner h2 {
        margin: 8rem 0 2rem 0; } }
    .banner h2:after {
      position: absolute;
      content: "";
      width: 4rem;
      height: 0.4rem;
      left: 0;
      bottom: 0;
      background-color: #FACD62; }
  .banner p {
    font-weight: normal;
    font-size: 3rem;
    line-height: 1.2;
    font-family: "oraclesans-light", Helvetica, sans-serif;
    color: #ffffff;
    padding-top: 2.5rem; }
    @media (max-width: 768px) {
      .banner p {
        font-size: 2.4rem; } }
    @media (max-width: 640px) {
      .banner p {
        font-size: 2.1rem; } }
    @media (max-width: 500px) {
      .banner p {
        font-size: 2rem;
        line-height: 1.3;
        margin: 0 0 3rem 0; } }
    .banner p br {
      display: block; }
      @media (max-width: 640px) {
        .banner p br {
          display: none; } }
  .banner .obttns {
    margin: 5rem 0 0 0; }
    .banner .obttns a.btn-cta {
      font-size: 1.6rem;
      line-height: 2rem;
      background-color: #FACD62; }
  .banner .btn-stripe {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 2.5rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10rem;
    -webkit-transition: 0.5s ease background-color;
    -o-transition: 0.5s ease background-color;
    transition: 0.5s ease background-color; }
    @media (max-width: 640px) {
      .banner .btn-stripe {
        display: none; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
      .banner .btn-stripe {
        display: none; } }
    .banner .btn-stripe.sticky {
      position: fixed;
      top: 0;
      max-width: 1600px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 100;
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transition: 0.5s ease background-color;
      -o-transition: 0.5s ease background-color;
      transition: 0.5s ease background-color; }
      .banner .btn-stripe.sticky .wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        transition: 0.5s ease all; }
    .banner .btn-stripe .white-btn {
      border: 2px solid #ffffff;
      color: #ffffff;
      font-size: 1.8rem;
      line-height: 1.8rem;
      text-align: center;
      padding: 1.5rem 5rem 1.5rem 2rem;
      font-weight: bold;
      position: relative;
      cursor: pointer; }
      @media (max-width: 640px) {
        .banner .btn-stripe .white-btn {
          font-size: 1.6rem; } }
      .banner .btn-stripe .white-btn:after {
        content: '';
        position: absolute;
        height: 23px;
        width: 19px;
        background: url("../images/white-arrow.png") no-repeat;
        right: 2rem;
        top: 1.2rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .banner .btn-stripe .white-btn:hover {
        text-decoration: none; }
        .banner .btn-stripe .white-btn:hover:after {
          top: 1.5rem;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .banner .btn-stripe .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-transition: 0.5s ease all;
      -o-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      @media (max-width: 768px) {
        .banner .btn-stripe .wrapper {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }

#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; } }

@media (max-width: 500px) {
  #guidelines .video-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

#guidelines .highlighted-text {
  width: 85%;
  height: 237px;
  background: url("images/video-image.jpg") no-repeat center center/cover; }
  @media (max-width: 768px) {
    #guidelines .highlighted-text {
      height: 186px; } }
  @media (max-width: 500px) {
    #guidelines .highlighted-text {
      height: 190px; } }
  @media (max-width: 1200px) {
    #guidelines .highlighted-text {
      width: 85%; } }
  @media (max-width: 990px) {
    #guidelines .highlighted-text {
      width: 100%;
      margin-bottom: 4rem; } }
  #guidelines .highlighted-text h3 {
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 1.2;
    font-family: "georgia", Helvetica, sans-serif;
    color: #AE562C; }
    @media (max-width: 768px) {
      #guidelines .highlighted-text h3 {
        font-size: 3rem; } }
  #guidelines .highlighted-text iframe {
    background: url("images/video-image.jpg") no-repeat center center/cover; }

#guidelines .satisfaction {
  padding: 4rem 0 0 9rem;
  position: relative;
  width: 60%; }
  @media (max-width: 768px) {
    #guidelines .satisfaction {
      padding: 0 0 0 9rem;
      width: 100%; } }
  @media (max-width: 640px) {
    #guidelines .satisfaction {
      padding: 10rem 0 3rem 0; } }
  #guidelines .satisfaction h3 {
    font-size: 6rem;
    line-height: 7rem;
    font-family: "oraclesans-bold", Helvetica, sans-serif;
    color: #A36472;
    text-align: left;
    margin-bottom: 1.5rem;
    position: relative;
    padding: 0; }
    @media (max-width: 640px) {
      #guidelines .satisfaction h3 {
        text-align: center; } }
    #guidelines .satisfaction h3 span {
      font-size: 3.2rem;
      line-height: 5rem;
      font-family: "oraclesans-regular", Helvetica, sans-serif;
      display: block; }
      @media (max-width: 640px) {
        #guidelines .satisfaction h3 span {
          text-align: center;
          font-size: 3rem; } }
    #guidelines .satisfaction h3:before {
      content: '';
      position: absolute;
      width: 64px;
      height: 88px;
      background: url("../images/certified-maroon.svg") no-repeat center right/cover;
      -webkit-transform: translate(-88px, 30px);
      -ms-transform: translate(-88px, 30px);
      transform: translate(-88px, 30px);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 640px) {
        #guidelines .satisfaction h3:before {
          margin: 0 auto;
          display: block;
          right: 0;
          left: 0;
          -webkit-transform: translate(0px, -85px);
          -ms-transform: translate(0px, -85px);
          transform: translate(0px, -85px); } }
  #guidelines .satisfaction p {
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-family: "oraclesans-light", Helvetica, sans-serif;
    color: #A36472;
    text-align: left; }
    @media (max-width: 768px) {
      #guidelines .satisfaction p {
        font-size: 1.8rem; } }
    @media (max-width: 640px) {
      #guidelines .satisfaction p {
        text-align: center; } }

#guidelines h2 {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin-bottom: 2rem;
  font-family: "georgia", Helvetica, sans-serif;
  color: #312d2a; }

#guidelines .guide-list {
  width: 85%; }
  @media (max-width: 990px) {
    #guidelines .guide-list {
      width: 100%; } }
  #guidelines .guide-list .sub-text {
    font-size: 2.2rem;
    line-height: 1.4;
    font-family: "oraclesans-light", Helvetica, sans-serif;
    color: #312d2a;
    margin-bottom: 4rem; }
    @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%; } }
    @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: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #312d2a; }

#mobile-exp {
  padding: 15rem 0 25rem 0;
  background: url("../images/black-mask-bg.jpg") no-repeat center center/cover;
  background-color: #312d2a;
  position: relative;
  /*using for MoreThan 97% section*/ }
  @media (max-width: 1024px) {
    #mobile-exp {
      padding: 9rem 0; } }
  @media (max-width: 768px) {
    #mobile-exp {
      padding: 7rem 0 20rem 0; } }
  @media (max-width: 640px) {
    #mobile-exp {
      padding: 4rem 0 15rem 0; } }
  #mobile-exp .section-image {
    position: relative;
    padding: 0 0 2rem 0; }
    @media (max-width: 990px) {
      #mobile-exp .section-image {
        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 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      #mobile-exp .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  #mobile-exp .satisfaction {
    padding: 8rem 0 3rem 0;
    position: relative; }
    @media (max-width: 768px) {
      #mobile-exp .satisfaction {
        padding: 8rem 0 3rem 5rem; } }
    @media (max-width: 640px) {
      #mobile-exp .satisfaction {
        padding: 12rem 0 3rem 0; } }
    #mobile-exp .satisfaction h3 {
      font-size: 6rem;
      line-height: 7rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      color: #FACD62;
      text-align: left;
      margin-bottom: 1.5rem;
      position: relative; }
      @media (max-width: 640px) {
        #mobile-exp .satisfaction h3 {
          text-align: center; } }
      #mobile-exp .satisfaction h3 span {
        font-size: 3.2rem;
        line-height: 5rem;
        font-family: "oraclesans-regular", Helvetica, sans-serif;
        display: block; }
        @media (max-width: 640px) {
          #mobile-exp .satisfaction h3 span {
            text-align: center;
            font-size: 3rem; } }
      #mobile-exp .satisfaction h3:before {
        content: '';
        position: absolute;
        width: 64px;
        height: 88px;
        background: url("../images/certified.svg") no-repeat center right/cover;
        -webkit-transform: translate(140px, -20px);
        -ms-transform: translate(140px, -20px);
        transform: translate(140px, -20px);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 640px) {
          #mobile-exp .satisfaction h3:before {
            margin: 0 auto;
            display: block;
            right: 0;
            left: 0;
            -webkit-transform: translate(0px, -88px);
            -ms-transform: translate(0px, -88px);
            transform: translate(0px, -88px); } }
    #mobile-exp .satisfaction p {
      font-size: 1.7rem;
      line-height: 2.4rem;
      font-family: "oraclesans-light", Helvetica, sans-serif;
      color: #FACD62;
      text-align: left; }
      @media (max-width: 768px) {
        #mobile-exp .satisfaction p {
          font-size: 1.8rem; } }
      @media (max-width: 640px) {
        #mobile-exp .satisfaction p {
          text-align: center; } }
      #mobile-exp .satisfaction p a.yellow-cta {
        color: #FACD62;
        text-decoration: underline;
        font-family: "oraclesans-semibold", Helvetica, sans-serif; }
  #mobile-exp .right-align {
    width: 100%;
    position: relative; }
    #mobile-exp .right-align h3 {
      font-size: 3.5rem;
      font-family: "georgia", Helvetica, sans-serif;
      padding-top: 3rem; }
    #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;
      width: 100%; }
      @media (max-width: 640px) {
        #mobile-exp .right-align .satisfaction {
          background-size: 60px;
          padding-left: 8rem; } }
      @media (max-width: 768px) {
        #mobile-exp .right-align .satisfaction {
          width: 65%; } }
      #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: 1200px) {
    #mobile-exp .right-align,
    #mobile-exp .left-align {
      width: 100%; } }
  #mobile-exp .right-align h3,
  #mobile-exp .left-align h3 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-family: "georgia", Helvetica, sans-serif;
    color: #ffffff;
    margin-bottom: 3.5rem; }
    @media (max-width: 1024px) {
      #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 h3:before,
    #mobile-exp .left-align h3:before {
      position: absolute;
      content: "";
      width: 4rem;
      height: 0.4rem;
      left: 0;
      top: 0;
      background-color: #FACD62; }
  #mobile-exp .right-align ul,
  #mobile-exp .left-align ul {
    width: 85%; }
    @media (max-width: 1200px) {
      #mobile-exp .right-align ul,
      #mobile-exp .left-align ul {
        width: 100%; } }
    #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/tick-mark.png") no-repeat;
        position: absolute;
        left: 0;
        top: 30%; }
      #mobile-exp .right-align ul li p,
      #mobile-exp .left-align ul li p {
        font-size: 2.2rem;
        line-height: 3.2rem;
        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; } }

#digital-assistant .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #digital-assistant .copy .da-content-area {
    width: 95%;
    padding: 0 0 0 5rem; }
    @media (max-width: 768px) {
      #digital-assistant .copy .da-content-area {
        width: 100%;
        padding: 0; } }
    #digital-assistant .copy .da-content-area h3 {
      font-size: 3.5rem;
      line-height: 4rem;
      font-family: "georgia", Helvetica, sans-serif;
      color: #312d2a;
      margin-bottom: 3.5rem;
      padding: 3rem 0 0 0;
      position: relative; }
      @media (max-width: 768px) {
        #digital-assistant .copy .da-content-area h3 {
          font-size: 3rem; } }
      #digital-assistant .copy .da-content-area h3:before {
        position: absolute;
        content: "";
        width: 4rem;
        height: 0.4rem;
        left: 0;
        top: 0;
        background-color: #FACD62; }
    #digital-assistant .copy .da-content-area ul li {
      margin-bottom: 2rem;
      padding-left: 6rem;
      position: relative; }
      #digital-assistant .copy .da-content-area ul li:before {
        content: '';
        width: 32px;
        height: 37px;
        background: url("../images/tick-mark.png") no-repeat;
        position: absolute;
        left: 0;
        top: 30%; }

@media (max-width: 768px) {
  #digital-assistant .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

#digital-assistant img {
  display: block;
  width: 100%; }
  @media (max-width: 768px) {
    #digital-assistant img {
      width: 90%; } }
  @media (max-width: 640px) {
    #digital-assistant img {
      display: none; } }

#assistant {
  position: relative;
  background: url("../images/maroon-mask-bg.jpg") no-repeat center center/cover;
  background-color: #A36472; }
  #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: 100%;
    padding: 7.5rem 6.5rem;
    background-color: #ffffff;
    margin-top: -240px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: -1px -1px 22px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px -1px 22px -2px rgba(0, 0, 0, 0.08); }
    @media (max-width: 768px) {
      #assistant .information {
        padding: 5rem 3rem;
        margin: -190px auto 0 auto; } }
    @media (max-width: 640px) {
      #assistant .information {
        width: 97%;
        padding: 4rem 2rem;
        margin: -150px auto 0 auto; } }
    #assistant .information .content-area {
      width: 70%; }
      @media (max-width: 1024px) {
        #assistant .information .content-area {
          width: 100%; } }
      #assistant .information .content-area h3 {
        font-size: 3.5rem;
        margin: 0 0 2rem 0;
        padding: 0 0 2rem 0;
        color: #AE562C;
        font-family: "georgia", Helvetica, sans-serif;
        position: relative; }
        #assistant .information .content-area h3:after {
          position: absolute;
          content: "";
          width: 4rem;
          height: 0.4rem;
          left: 0;
          bottom: 0;
          background-color: #FACD62; }
        @media (max-width: 640px) {
          #assistant .information .content-area h3 {
            font-size: 3rem;
            line-height: 3.5rem;
            margin-bottom: 3rem; } }
      #assistant .information .content-area p {
        font-size: 2.4rem;
        line-height: 3.4rem;
        text-align: left;
        font-family: "oraclesans-light", Helvetica, sans-serif; }
        #assistant .information .content-area p.contact-sub {
          font-size: 1.8rem;
          line-height: 2.5rem;
          text-align: left;
          font-family: "oraclesans-semibold", Helvetica, sans-serif;
          margin: 2rem 0; }
        #assistant .information .content-area p a {
          text-decoration: underline;
          color: inherit; }
      #assistant .information .content-area .obttns .obttn1 {
        margin: 0 0 3rem 0; }
        #assistant .information .content-area .obttns .obttn1 a.btn-cta {
          font-size: 1.6rem;
          line-height: 2rem;
          background-color: #FACD62; }
        #assistant .information .content-area .obttns .obttn1 a:after {
          border: 1px solid #FACD62 !important; }
    #assistant .information img.section-icon {
      display: block;
      width: 100%; }
      @media (max-width: 640px) {
        #assistant .information img.section-icon {
          display: none; } }

#transactions {
  background-color: #FCFBFA; }
  #transactions h3 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-family: "georgia", Helvetica, sans-serif;
    color: #312d2a;
    margin-bottom: 3.5rem;
    padding: 3rem 0 0 0;
    position: relative;
    width: 65%; }
    @media (max-width: 990px) {
      #transactions h3 {
        font-size: 3rem;
        width: 100%; } }
    @media (max-width: 768px) {
      #transactions h3 {
        margin-bottom: 2.5rem; } }
    #transactions h3:before {
      position: absolute;
      content: "";
      width: 4rem;
      height: 0.4rem;
      left: 0;
      top: 0;
      background-color: #FACD62; }
  #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: #AE562C; }
      @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 {
      padding-bottom: 6rem; }
      @media (max-width: 768px) {
        #transactions #tab-employee .left-list {
          width: 100%; } }
      @media (max-width: 768px) {
        #transactions #tab-employee .left-list {
          padding-bottom: 0; } }
      #transactions #tab-employee .left-list ol li {
        margin-bottom: 2rem;
        padding-left: 3rem;
        list-style-type: none;
        color: #8B8580;
        position: relative;
        cursor: pointer; }
        @media (max-width: 768px) {
          #transactions #tab-employee .left-list ol li {
            padding-left: 0; } }
        @media (max-width: 640px) {
          #transactions #tab-employee .left-list ol li {
            display: none;
            text-align: center;
            list-style-position: inside;
            padding-left: 0;
            margin-bottom: 2rem; } }
        #transactions #tab-employee .left-list ol li p {
          color: #8B8580;
          padding-left: 2rem;
          font-size: 2.2rem;
          line-height: 3.2rem;
          font-family: "oraclesans-semibold", Helvetica, sans-serif; }
          @media (max-width: 768px) {
            #transactions #tab-employee .left-list ol li p {
              padding-left: 0;
              display: inline;
              font-size: 1.8rem;
              line-height: 2.2rem; } }
          @media (max-width: 640px) {
            #transactions #tab-employee .left-list ol li p {
              font-size: 2.2rem;
              line-height: 3.2rem; } }
          #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 .left-list ol li.active p {
          color: #AE562C; }
    #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; }
            #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; } }

/* carousal */
.slider-section {
  width: 100%;
  height: 100%;
  position: relative; }
  .slider-section img.visi-hidden {
    width: 100%;
    height: 91%; }
    @media (max-width: 1200px) {
      .slider-section img.visi-hidden {
        height: 91%; } }
    @media (max-width: 1085px) {
      .slider-section img.visi-hidden {
        height: 93%; } }
    @media (max-width: 1055px) {
      .slider-section img.visi-hidden {
        height: 86%; } }
    @media (max-width: 1024px) {
      .slider-section img.visi-hidden {
        display: none; } }
  .slider-section .carousal-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 27px 118px;
    left: -2px; }
    @media (max-width: 1024px) {
      .slider-section .carousal-bg {
        padding: 0;
        left: auto;
        top: auto;
        position: relative; } }
    @media (min-width: 1056px) {
      .slider-section .carousal-bg .slick-track {
        width: 1290px !important;
        min-width: 1290px; } }

/*slick carousal style adjustments*/
.cpad {
  padding: 0 !important;
  background-color: transparent !important; }
  .cpad .o-crsl .crsl-slider {
    margin-bottom: 4.6rem !important; }
  .cpad .o-crsl .col-item .col-item {
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
    .cpad .o-crsl .col-item .col-item img,
    .cpad .o-crsl .col-item .col-item video {
      display: block;
      width: 100%;
      max-width: 865px;
      margin-left: 0 !important;
      padding: 0 !important;
      height: 100%; }
      @media (max-width: 1024px) {
        .cpad .o-crsl .col-item .col-item img,
        .cpad .o-crsl .col-item .col-item video {
          border-left: 12px solid #D3CFCA;
          border-right: 12px solid #D3CFCA;
          border-top: 25px solid #D3CFCA;
          border-bottom: 25px solid #D3CFCA;
          border-radius: 20px; } }
  .cpad .o-crsl .crsl-nav .slick-dots {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    padding-left: 0; }
    .cpad .o-crsl .crsl-nav .slick-dots li {
      height: 10px;
      width: 28px;
      margin-left: 5px;
      margin-right: 5px;
      background-clip: content-box;
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
      .cpad .o-crsl .crsl-nav .slick-dots li button {
        overflow: hidden;
        border: 3px solid #312d2a;
        border-radius: 0;
        background: #312d2a;
        height: 6px;
        width: 24px;
        -webkit-transition: all 40ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 40ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 40ms cubic-bezier(0.4, 0, 0.2, 1);
        height: 6px !important;
        width: 24px !important; }
        .cpad .o-crsl .crsl-nav .slick-dots li button:hover {
          opacity: 1;
          outline: 4px solid #312d2a !important;
          outline-offset: unset !important; }
      .cpad .o-crsl .crsl-nav .slick-dots li.slick-active button {
        border: 0px solid transparent;
        background: transparent;
        opacity: 1;
        outline: 3px solid #312d2a !important;
        outline-offset: unset !important; }
  .cpad .o-crsl .crsl-nav .slick-next:before,
  .cpad .o-crsl .crsl-nav .slick-prev:before {
    content: "" !important;
    height: 1.5em;
    width: 1em;
    background: url("../images/Right.svg") no-repeat;
    background-position: 6px 0;
    background-size: 52%; }
  .cpad .o-crsl .crsl-nav .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: 6px 17px; }
  @media (min-width: 1025px) {
    .cpad .cwidth {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .cpad .cwidth .slick-dots {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

/*! 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; } }
