.reveal-modal {
  z-index: 99999999 !important; }

.orbit-slide-number {
  font-weight: 700; }

.chevron a:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  /* Line thickness */
  content: '';
  display: inline-block;
  height: 5em;
  /* Arrow size; Height & Width must remain equal */
  width: 5em;
  left: 0.15em;
  position: relative;
  transform: rotate(-45deg);
  color: #808080; }

.chevron a:hover:before {
  content: '';
  color: black; }

.chevron.right a:before {
  left: 0;
  transform: rotate(45deg); }

.chevron.bottom a:before {
  top: 0;
  transform: rotate(135deg); }

.orbit-container .orbit-prev span,
.orbit-container .orbit-next span {
  color: #666666;
  border: none;
  font-size: 70px;
  text-indent: 0;
  margin-top: -32px; }

.orbit-container .orbit-prev {
  height: 73%;
  top: 111px;
  width: 70px;
  padding-left: 10px; }
  .orbit-container .orbit-prev:hover {
    background-color: transparent; }

.orbit-container .orbit-prev span:before {
  content: "\e937";
  font-family: 'Fidelity-Icon-Font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  font-size: 60%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: inline-block; }

.orbit-container .orbit-next {
  background-color: transparent;
  height: 73%;
  top: 111px;
  width: 70px;
  background: rgba(169, 194, 91, 0.7); }
  .orbit-container .orbit-next:hover {
    background-color: #c1d669; }

.orbit-container .orbit-next span {
  margin-left: -16px; }

.orbit-container .orbit-next span:before {
  content: "\e937";
  font-family: 'Fidelity-Icon-Font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  font-size: 60%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: inline-block; }

.welcome {
  border: 5px solid red; }

.link, .text-link-4 {
  cursor: pointer;
  text-decoration: none;
  color: #016fad;
  font-family: Arial, Helvetica, sans-serif; }
  .link:hover, .text-link-4:hover {
    text-decoration: underline;
    color: #00a6e0; }
  .link:active, .text-link-4:active {
    color: #006193; }

.text-link-4 {
  font-size: 16px !important;
  color: #a9c25b !important; }
  .text-link-4:hover {
    text-decoration: none; }

.color-chart-16 {
  color: #a9c25b; }

#helpModal .close-reveal-modal,
.contact-pop .close-reveal-modal,
#whatsNew .close-reveal-modal,
#addCashTour .close-reveal-modal,
#accountSummary .close-reveal-modal,
#dealingTour .close-reveal-modal,
#whatsNewOnly .close-reveal-modal {
  height: 35px;
  width: 42px;
  top: 10px; }

#contactUs {
  width: 570px;
  padding-bottom: 40px; }

#helpModal {
  padding: 27px; }
  #helpModal h2 {
    margin-bottom: 30px; }
  #helpModal .block-content .block-improve,
  #helpModal .block-content .block-secure {
    background: #f6f9ee;
    padding: 25px;
    min-height: 215px; }
    #helpModal .block-content .block-improve i,
    #helpModal .block-content .block-secure i {
      color: #262626;
      font-size: 400%; }
    #helpModal .block-content .block-improve h4,
    #helpModal .block-content .block-secure h4 {
      margin-top: 20px;
      color: #262626;
      font-size: 15px; }

.help-button {
  background: #678005;
  font-family: lightFont, sans-serif;
  font-size: 26px;
  padding: 10px;
  width: 270px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .help-button:hover:not(:disabled) {
    background-color: #c1d669;
    color: #fff; }
  .help-button:active:not(:disabled) {
    background-color: #a9c25b; }
  .help-button:focus {
    background-color: #a9c25b;
    color: #fff; }

.goGreen-button {
  padding: 10px 25px !important;
  width: auto;
  font-size: 21px !important;
  /*margin-right: 20px!important;*/ }

.helpCTA {
  padding: 10px 0;
  margin-top: -30px; }
  .helpCTA i {
    color: #678005;
    font-size: 22px;
    vertical-align: sub; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .top-negative.top-45 {
    top: -45px !important; }
  .orbit-next,
  .orbit-prev {
    display: block; }
  .orbit-container .orbit-prev span:before {
    font-size: 40%;
    font-weight: bold; }
  .orbit-container .orbit-next span:before {
    font-size: 40%;
    font-weight: bold; }
  .orbit-container .orbit-prev {
    top: initial;
    bottom: 0;
    height: 70px; }
    .orbit-container .orbit-prev span {
      margin-left: -12px; }
  .orbit-container .orbit-next {
    background-color: transparent;
    top: initial;
    bottom: 0;
    height: 70px; }
    .orbit-container .orbit-next span {
      margin-left: -12px; }
  .orbit-slide-number {
    bottom: 9px !important;
    top: initial !important; }
  .orbit-container .orbit-next:hover {
    background-color: transparent; }
  .top-negative {
    background: #fff;
    top: -52px !important;
    padding: 15px 0; }
  .orbit-container .help-button {
    margin-bottom: 24px !important; }
  .margin-bottom-40-small-only {
    margin-bottom: 40px !important; } }

.rocket {
  position: absolute;
  bottom: 10px;
  left: 20px;
  -webkit-transition: 3s ease-in;
  -moz-transition: 3s ease-in;
  -o-transition: 3s ease-in;
  transition: 3s ease-in; }

.rocket div {
  width: 92px;
  height: 215px;
  background: url(/images/rocket.gif) no-repeat;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out; }

/* hover final state */
#outerspace:hover div.rocket {
  -webkit-transform: translate(540px, -200px);
  -moz-transform: translate(540px, -200px);
  -o-transform: translate(540px, -200px);
  -ms-transform: translate(540px, -200px);
  transform: translate(540px, -200px); }

#outerspace:hover div.rocket div {
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg); }

.top-negative {
  top: -60px;
  position: relative; }

.contact-pop {
  padding: 30px; }
  .contact-pop .ref-num {
    overflow: hidden;
    padding: 20px;
    background: #f7f7f7;
    color: #666666; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .contact-pop .ref-num P {
        text-align: center !important; } }
    .contact-pop .ref-num P span {
      color: #262626; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .contact-pop .ref-num P span {
          text-align: center;
          width: 100%;
          padding-top: 20px; } }
  .contact-pop h1 {
    font-size: 40px;
    margin-bottom: 20px; }
  .contact-pop .cust-details {
    padding: 30px 15px; }
    .contact-pop .cust-details h3 {
      font-size: 26px;
      line-height: 55px;
      color: #666666;
      width: 100%; }
  .contact-pop .cust-care-num {
    background: #eaf2f6;
    padding: 20px; }
    .contact-pop .cust-care-num h2 {
      color: #016fad;
      border: none;
      margin: 0;
      padding: 0;
      font-size: 48px;
      display: inline;
      vertical-align: super; }
    .contact-pop .cust-care-num .mobile {
      color: #016fad; }

.top-navigation .leaf {
  top: -2px;
  position: relative; }

#whatsNew, #accountSummary, #addCashTour, #dealingTour, #whatsNewOnly {
  padding: 28px;
  height: 526px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    #whatsNew, #accountSummary, #addCashTour, #dealingTour, #whatsNewOnly {
      margin: 0 auto;
      width: 94% !important;
      padding: 0; } }
  #whatsNew h2, #accountSummary h2, #addCashTour h2, #dealingTour h2, #whatsNewOnly h2 {
    margin-bottom: 2px;
    padding-bottom: 20px;
    padding-left: 75px;
    margin-top: 10px;
    padding-right: 10px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      #whatsNew h2, #accountSummary h2, #addCashTour h2, #dealingTour h2, #whatsNewOnly h2 {
        margin: 0;
        width: 100%;
        text-align: center !important;
        padding: 24px 30px !important;
        font-size: 18px; } }
  #whatsNew h2.margin-with-right70, #accountSummary h2.margin-with-right70, #addCashTour h2.margin-with-right70, #dealingTour h2.margin-with-right70, #whatsNewOnly h2.margin-with-right70 {
    padding-left: 0;
    padding-right: 80px; }
  #whatsNew .last-child, #accountSummary .last-child, #addCashTour .last-child, #dealingTour .last-child, #whatsNewOnly .last-child {
    margin-right: 0 !important; }
  #whatsNew .orbit-container, #accountSummary .orbit-container, #addCashTour .orbit-container, #dealingTour .orbit-container, #whatsNewOnly .orbit-container {
    margin-bottom: 20px;
    top: -64px;
    padding-top: 56px; }
    @media only screen and (min-width: 769px) {
      #whatsNew .orbit-container .orbit-slides-container, #accountSummary .orbit-container .orbit-slides-container, #addCashTour .orbit-container .orbit-slides-container, #dealingTour .orbit-container .orbit-slides-container, #whatsNewOnly .orbit-container .orbit-slides-container {
        margin-top: 30px;
        margin-bottom: 30px; } }
    #whatsNew .orbit-container .orbit-slides-container li, #accountSummary .orbit-container .orbit-slides-container li, #addCashTour .orbit-container .orbit-slides-container li, #dealingTour .orbit-container .orbit-slides-container li, #whatsNewOnly .orbit-container .orbit-slides-container li {
      height: 100%; }
    #whatsNew .orbit-container .orbit-container .orbit-slides-container > *, #accountSummary .orbit-container .orbit-container .orbit-slides-container > *, #addCashTour .orbit-container .orbit-container .orbit-slides-container > *, #dealingTour .orbit-container .orbit-container .orbit-slides-container > *, #whatsNewOnly .orbit-container .orbit-container .orbit-slides-container > * {
      margin-top: 20px; }
  @media only screen and (min-width: 769px) {
    #whatsNew .orbit-slide-number, #accountSummary .orbit-slide-number, #addCashTour .orbit-slide-number, #dealingTour .orbit-slide-number, #whatsNewOnly .orbit-slide-number {
      left: 150px;
      color: #262626;
      font-size: 26px;
      position: absolute;
      top: 4px;
      font-family: lightFont, sans-serif; } }

#addCashTour {
  /*     
    .orbit-carousel li{


     @media only screen and (min-width:769px) {
        &:nth-child(1) {
            h2{
                padding-top: 25px;
                width: 500px;
            }
        }
        &:nth-child(2) {
            h2{
                padding-top: 0;
                width: 500px;
            }
        }
        &:nth-child(3) {
            h2{
                padding-top: 25px;
            }
        }
        &:nth-child(4) {
            h2{
                padding-top: 0;
                width: 500px;
            }
        }
        &:nth-child(5) {
            h2{
                width: 400px;
                padding: 40px;
            }
        }
    }


    }
    */ }
  #addCashTour .orbit-slide-number {
    left: 435px; }

#dealingTour .orbit-slide-number {
  left: 260px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    #dealingTour .orbit-slide-number {
      left: 230px;
      top: 20px; } }

#dealingTour .orbit-carousel li {
  /*


    @media only screen and (min-width: 1024px) {
        &:nth-child(1) {
            h2{
                padding-top: 10px;
                width: 500px;
            }
            img.DT0{
                left: 0;
                margin-left: 60px;
                margin-bottom: 5px;
            }
            img.DT1{
                top: 0;
                margin-right: 28px;
            }
        }
        &:nth-child(2) {
            h2{
                padding-top: 40px;
            }
            img{
                right: -8px;
                top: 18px;
            }
        }
        &:nth-child(3) {
            h2{
                padding-top: 10px;
            }
            img{
                right: -8px;
                top: 18px;
            }
        }
        &:nth-child(4) {
            h2{
                padding-top: 20px;
            }
            img{
                right: -8px;
                top: 18px;
            }
        }
        &:nth-child(5) {
            h2{     
                width: 400px;
                margin-right: 60px;
                padding-top: 25px;
            }
            img{
                left: -8px;
                top: -4px;
                margin-left: 0;
            }
        }
        }   

        /*end*/ }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    padding: 30px;
    background: none; }
    .touch .orbit-container .orbit-prev span, .touch .orbit-container .orbit-next span {
      margin-left: -12px; }
  .slide-control-container {
    padding: 30px;
    position: relative;
    bottom: 80px;
    background: rgba(169, 194, 91, 0.7); }
  h2.car-heading {
    padding: 0 0 9px 0 !important; }
  #whatsNewOnly, #whatsNew, #accountSummary, #addCashTour, #dealingTour {
    height: 85%;
    max-height: 330px; }
    #whatsNewOnly .orbit-container, #whatsNew .orbit-container, #accountSummary .orbit-container, #addCashTour .orbit-container, #dealingTour .orbit-container {
      height: 100%; }
    #whatsNewOnly .orbit-carousel, #whatsNew .orbit-carousel, #accountSummary .orbit-carousel, #addCashTour .orbit-carousel, #dealingTour .orbit-carousel {
      height: 100% !important; }
      #whatsNewOnly .orbit-carousel h2, #whatsNew .orbit-carousel h2, #accountSummary .orbit-carousel h2, #addCashTour .orbit-carousel h2, #dealingTour .orbit-carousel h2 {
        margin: 0;
        padding: 20px; }
    #whatsNewOnly .orbit-slide-number, #whatsNew .orbit-slide-number, #accountSummary .orbit-slide-number, #addCashTour .orbit-slide-number, #dealingTour .orbit-slide-number {
      bottom: 0;
      position: absolute;
      padding: 0;
      top: 88%;
      left: 44% !important;
      font-size: 24px;
      height: 40px;
      color: #262626;
      font-family: lightFont, sans-serif; }
  #helpModal .block-content div.column:nth-child(1) {
    margin-bottom: 24px; }
  #topNavigation ul.top-navigation li:nth-child(1) {
    background: white; }
  #topNavigation ul.top-navigation li:nth-child(2) {
    background: white; }
    #topNavigation ul.top-navigation li:nth-child(2) a {
      padding-left: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #helpModal .block-content div.column:nth-child(1) {
    margin-bottom: 24px; } }

#whatsNewOnly .orbit-carousel li:nth-child(1) h2 {
  padding: 20px 0;
  text-align: center;
  width: 100%; }

#whatsNewOnly .orbit-prev, #whatsNewOnly .orbit-next, #whatsNewOnly .orbit-slide-number {
  display: none; }

.Chevron {
  position: relative;
  display: block;
  height: 50px;
  /*height should be double border*/ }

.Chevron:before,
.Chevron:after {
  position: absolute;
  display: block;
  content: "";
  border: 25px solid transparent;
  /*adjust size*/ }

/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.Chevron:before {
  top: 0;
  border-top-color: #b00;
  /*Chevron Color*/ }

.Chevron:after {
  top: -10px;
  /*adjust thickness*/
  border-top-color: #fff;
  /*Match background colour*/ }

.orbit-carousel {
  background: #dde7bd;
  background: -moz-linear-gradient(top, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dde7bd), color-stop(52%, #e2eac6), color-stop(100%, #e6edcf));
  background: -webkit-linear-gradient(top, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
  background: -o-linear-gradient(top, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
  background: -ms-linear-gradient(top, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
  background: linear-gradient(to bottom, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde7bd', endColorstr='#e6edcf', GradientType=0 );
  min-height: 316px !important;
  height: 316px !important; }
  .orbit-carousel li {
    background: #dde7bd;
    background: -moz-linear-gradient(top, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #dde7bd), color-stop(52%, #e2eac6), color-stop(100%, #e6edcf));
    background: -webkit-linear-gradient(top, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
    background: -o-linear-gradient(top, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
    background: -ms-linear-gradient(top, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
    background: linear-gradient(to bottom, #dde7bd 0%, #e2eac6 52%, #e6edcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde7bd', endColorstr='#e6edcf', GradientType=0 ); }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .orbit-carousel li img {
        bottom: 0;
        /* height:290px;*/ } }
    .orbit-carousel li h2 {
      color: #262626;
      border: none !important;
      padding-bottom: 0;
      text-align: left; }

#accountSummary .orbit-slide-number {
  left: 400px; }

.orbit-container .orbit-slides-container img {
  max-width: 100%;
  display: inline-block; }

.orbit-container .orbit-slides-container img.start-from-upper {
  position: relative;
  top: -51px; }

.orbit-container .orbit-slides-container div.start-from-upper {
  height: 243px;
  position: relative; }
  .orbit-container .orbit-slides-container div.start-from-upper img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 71px; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .orbit-container .orbit-slides-container div.start-from-upper img {
    position: static; }
  .orbit-container .orbit-slides-container img {
    height: auto !important; }
  .orbit-container {
    top: initial !important;
    padding-top: 0 !important; }
  .btn-block.overviewCTA {
    margin-top: 0 !important; }
  .btn-block.dealingCTA.last-child {
    margin-bottom: 70px !important; }
  .margin-top-24-small-only {
    margin-top: 24px !important; }
  .orbit-container .orbit-slides-container div.start-from-upper {
    height: auto !important; } }

@media only screen and (min-width: 769px) {
  h2.v-align-middle {
    height: 304px;
    display: table; }
    h2.v-align-middle span {
      vertical-align: middle;
      display: table-cell; } }

.orbit-bullets-container {
  display: none;
  margin-top: -68px;
  position: absolute;
  width: 100%; }

.orbit-bullets li {
  background: transparent;
  border: 1px solid #1b1b1b;
  height: 15px;
  width: 15px; }

.orbit-bullets li.active {
  background: #1b1b1b; }

.orbit-container .orbit-timer {
  display: none; }

.orbit-container .orbit-timer .orbit-progress {
  display: none; }

.orbit-carousel li:nth-child(6) h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

h2.brand-font-2.text-left.car-heading {
  padding-left: 0 !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.noThxCTA a.text-link-4:hover {
  text-decoration: underline; }

.noThxCTA a.text-link-4 {
  color: #678005 !important; }

@media only screen and (min-width: 768px) {
  #whatsNewOnly, #whatsNew, #accountSummary, #addCashTour, #dealingTour {
    max-width: 1140px !important; }
  .slide-img-containetr {
    position: relative;
    height: 316px; }
  .orbit-carousel li:nth-child(6) {
    display: table; }
    .orbit-carousel li:nth-child(6) > div {
      display: table-cell;
      vertical-align: middle; }
      .orbit-carousel li:nth-child(6) > div h2 {
        padding-top: 0;
        margin-top: 0;
        padding-left: 0 !important; } }

@media only screen and (max-width: 768px) {
  .orbit-carousel li div.columns {
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #whatsNewOnly, #whatsNew, #accountSummary, #addCashTour, #dealingTour {
    height: 425px;
    max-height: none; }
    #whatsNewOnly h2, #whatsNew h2, #accountSummary h2, #addCashTour h2, #dealingTour h2 {
      font-size: 22px;
      padding: 24px 15px !important; }
    #whatsNewOnly div[class*="medium-pull"], #whatsNew div[class*="medium-pull"], #accountSummary div[class*="medium-pull"], #addCashTour div[class*="medium-pull"], #dealingTour div[class*="medium-pull"] {
      left: initial;
      right: initial; }
    #whatsNewOnly div[class*="medium-push"], #whatsNew div[class*="medium-push"], #accountSummary div[class*="medium-push"], #addCashTour div[class*="medium-push"], #dealingTour div[class*="medium-push"] {
      left: initial;
      right: initial; }
  .orbit-container .orbit-slides-container {
    overflow: hidden; } }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .orbit-container div[class*="push-"] {
    left: auto;
    right: auto; }
  .orbit-container div[class*="pull-"] {
    left: auto;
    right: auto; }
  .orbit-container .help-button {
    margin-bottom: 12px !important;
    margin-top: 12px;
    float: none;
    display: block;
    font-size: 26px;
    width: 100%;
    padding: 9px 12px 8px;
    margin-left: 0;
    margin-bottom: 36px; }
  .btn-block.dealingCTA.last-child {
    margin-bottom: 12px !important; }
  #whatsNew h2, #accountSummary h2, #addCashTour h2, #dealingTour h2 {
    padding: 12px !important;
    font-size: 17px; }
  #whatsNew > h2:nth-child(1), #accountSummary > h2:nth-child(1), #addCashTour > h2:nth-child(1), #dealingTour > h2:nth-child(1) {
    font-size: 15px; }
  #whatsNewOnly .orbit-slide-number, #whatsNew .orbit-slide-number, #accountSummary .orbit-slide-number, #addCashTour .orbit-slide-number, #dealingTour .orbit-slide-number {
    left: 40% !important; } }

@media only screen and (max-width: 767px) and (min-width: 320px) and (orientation: landscape) {
  #whatsNewOnly .orbit-container .orbit-slides-container li div.row.collapse, #whatsNew .orbit-container .orbit-slides-container li div.row.collapse, #accountSummary .orbit-container .orbit-slides-container li div.row.collapse, #addCashTour .orbit-container .orbit-slides-container li div.row.collapse, #dealingTour .orbit-container .orbit-slides-container li div.row.collapse {
    padding-bottom: 60px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .btn-block.dealingCTA.last-child {
    margin-bottom: 0 !important; }
  .orbit-container .orbit-slides-container img {
    bottom: 0 !important; }
  .buttons-container-wrapper {
    padding-bottom: 82px; }
  #whatsNew .orbit-carousel li:nth-child(5) img {
    max-width: 100% !important;
    left: inherit !important;
    bottom: -55px !important; } }

/*

@media only screen and (max-width: 767px) and (min-width: 480px){

    #whatsNewOnly, #whatsNew, #accountSummary, #addCashTour, #dealingTour {
    height: 100% !important;
    max-height: 330px;
}

.orbit-container .orbit-slides-container img {
    max-width: 60% !important;
    
}



}*/
/* code for placement of images in various slideshow start */
@media only screen and (min-width: 769px) {
  #dealingTour .orbit-carousel li:nth-child(1) img {
    position: absolute;
    bottom: 0;
    right: 0; }
  #dealingTour .orbit-carousel li:nth-child(2) img {
    position: absolute;
    bottom: 0;
    right: 70px; }
  #dealingTour .orbit-carousel li:nth-child(3) img {
    position: absolute;
    bottom: 0;
    right: 70px; }
  #dealingTour .orbit-carousel li:nth-child(4) img {
    position: absolute;
    bottom: 0;
    left: 1px; }
  #dealingTour .orbit-carousel li:nth-child(4) h2 {
    padding-left: 24px;
    padding-right: 75px; }
  #dealingTour .orbit-carousel li:nth-child(5) h2 {
    padding-left: 20px; }
  #dealingTour .orbit-carousel li:nth-child(5) img {
    position: absolute;
    top: 0;
    left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #dealingTour .orbit-carousel li:nth-child(1) img {
    margin-top: -16px;
    max-width: 63%; }
  #dealingTour .orbit-carousel li:nth-child(1) .row div:nth-child(2) {
    text-align: right; }
  #dealingTour .orbit-carousel li:nth-child(2) img {
    margin-top: -15px; }
  #dealingTour .orbit-carousel li:nth-child(2) .row div:nth-child(2) {
    text-align: right; }
  #dealingTour .orbit-carousel li:nth-child(3) img {
    margin-top: -16px;
    max-width: 79%; }
  #dealingTour .orbit-carousel li:nth-child(3) .row div:nth-child(2) {
    text-align: right; }
  #dealingTour .orbit-carousel li:nth-child(4) img {
    margin-top: -17px;
    max-width: 67%; }
  #dealingTour .orbit-carousel li:nth-child(4) .row div:nth-child(2) {
    text-align: left; }
  #dealingTour .orbit-carousel li:nth-child(5) img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 65%; }
  #dealingTour .orbit-carousel li:nth-child(5) h2 {
    margin-top: -50px; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #dealingTour .orbit-carousel li {
    overflow: hidden; }
    #dealingTour .orbit-carousel li:nth-child(1) img {
      position: relative;
      bottom: 3px;
      max-width: 85%; }
    #dealingTour .orbit-carousel li:nth-child(1) .slide-img-containetr {
      text-align: right; }
    #dealingTour .orbit-carousel li:nth-child(2) img {
      position: relative;
      bottom: 0;
      max-width: 95%; }
    #dealingTour .orbit-carousel li:nth-child(2) .slide-img-containetr {
      text-align: right; }
    #dealingTour .orbit-carousel li:nth-child(3) img {
      position: relative;
      bottom: 0;
      max-width: 85%; }
    #dealingTour .orbit-carousel li:nth-child(3) .slide-img-containetr {
      text-align: right; }
    #dealingTour .orbit-carousel li:nth-child(4) img {
      position: relative;
      bottom: -6px;
      max-width: 85%; }
    #dealingTour .orbit-carousel li:nth-child(4) .slide-img-containetr {
      text-align: left; }
    #dealingTour .orbit-carousel li:nth-child(5) .slide-img-containetr {
      text-align: left; }
    #dealingTour .orbit-carousel li:nth-child(5) img {
      max-width: 75%; } }

@media only screen and (min-width: 769px) {
  #whatsNew .orbit-carousel li:nth-child(1) img {
    position: absolute;
    bottom: 0;
    right: 65px;
    max-width: 90%; }
  #whatsNew .orbit-carousel li:nth-child(2) img {
    position: absolute;
    bottom: 0;
    right: 60px; }
  #whatsNew .orbit-carousel li:nth-child(3) img {
    position: absolute;
    bottom: 0;
    right: -5px; }
  #whatsNew .orbit-carousel li:nth-child(4) img {
    position: absolute;
    bottom: 0;
    right: 67px; }
  #whatsNew .orbit-carousel li:nth-child(5) h2 {
    text-align: center;
    padding-top: 20px; }
  #whatsNew .orbit-carousel li:nth-child(5) .row div:nth-child(2) {
    bottom: -2px; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #whatsNew .orbit-carousel li:nth-child(1) img {
    margin-top: -14px; }
  #whatsNew .orbit-carousel li:nth-child(2) img {
    margin-top: -25px;
    max-width: 61%; }
  #whatsNew .orbit-carousel li:nth-child(3) img {
    margin-top: -27px; }
  #whatsNew .orbit-carousel li:nth-child(4) img {
    margin-top: -12px; }
  #whatsNew .orbit-carousel li:nth-child(4) .row div:nth-child(2) {
    text-align: right; }
  #whatsNew .orbit-carousel li:nth-child(5) img {
    max-width: none;
    margin-left: -70px;
    margin-top: 63px; }
  #whatsNew .orbit-carousel li:nth-child(5) .row div:nth-child(2) {
    overflow: hidden; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #whatsNew .orbit-carousel li {
    overflow: hidden; }
    #whatsNew .orbit-carousel li:nth-child(1) img {
      position: relative;
      bottom: 6px; }
    #whatsNew .orbit-carousel li:nth-child(2) img {
      position: relative;
      bottom: 0;
      max-width: 80%; }
    #whatsNew .orbit-carousel li:nth-child(3) img {
      position: relative;
      bottom: 0; }
    #whatsNew .orbit-carousel li:nth-child(4) img {
      position: relative;
      bottom: 0; }
    #whatsNew .orbit-carousel li:nth-child(5) img {
      max-width: 200%;
      left: -48%;
      bottom: -24px;
      position: relative; } }

@media only screen and (min-width: 769px) {
  #accountSummary .orbit-carousel li:nth-child(1) img {
    position: absolute;
    bottom: 0;
    right: 0; }
  #accountSummary .orbit-carousel li:nth-child(2) img {
    position: absolute;
    bottom: 0;
    right: 0; }
  #accountSummary .orbit-carousel li:nth-child(3) img {
    position: absolute;
    bottom: 0;
    right: 0; }
  #accountSummary .orbit-carousel li:nth-child(4) img {
    position: absolute;
    bottom: 0;
    right: 0; }
  #accountSummary .orbit-carousel li:nth-child(5) img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 95%; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #accountSummary .orbit-carousel li:nth-child(1) img {
    margin-top: 7px; }
  #accountSummary .orbit-carousel li:nth-child(2) img {
    margin-top: -17px; }
  #accountSummary .orbit-carousel li:nth-child(2) .row div:nth-child(2) {
    text-align: right; }
  #accountSummary .orbit-carousel li:nth-child(3) img {
    margin-top: -15px; }
  #accountSummary .orbit-carousel li:nth-child(3) .row div:nth-child(2) {
    text-align: right; }
  #accountSummary .orbit-carousel li:nth-child(4) img {
    margin-top: -16px; }
  #accountSummary .orbit-carousel li:nth-child(4) .row div:nth-child(2) {
    text-align: right; }
  #accountSummary .orbit-carousel li:nth-child(5) .row div:nth-child(1) {
    text-align: left; }
  #accountSummary .orbit-carousel li:nth-child(5) h2 {
    margin-top: -28px; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #accountSummary .orbit-carousel li {
    overflow: hidden; }
    #accountSummary .orbit-carousel li:nth-child(1) img {
      bottom: 3px;
      max-width: 150%;
      position: relative; }
    #accountSummary .orbit-carousel li:nth-child(2) img {
      bottom: 0;
      max-width: 125%;
      margin-left: -70px;
      position: relative; }
    #accountSummary .orbit-carousel li:nth-child(2) .slide-img-containetr {
      text-align: right; }
    #accountSummary .orbit-carousel li:nth-child(3) img {
      bottom: -7px;
      max-width: 130%;
      position: relative; }
    #accountSummary .orbit-carousel li:nth-child(3) .slide-img-containetr {
      text-align: right; }
    #accountSummary .orbit-carousel li:nth-child(4) img {
      bottom: -9px;
      max-width: 133%;
      position: relative; }
    #accountSummary .orbit-carousel li:nth-child(4) .slide-img-containetr {
      text-align: right; }
    #accountSummary .orbit-carousel li:nth-child(5) {
      text-align: left; }
      #accountSummary .orbit-carousel li:nth-child(5) img {
        max-width: 88%;
        position: relative; } }

@media only screen and (min-width: 769px) {
  #addCashTour .orbit-carousel li:nth-child(1) img {
    position: absolute;
    bottom: 0;
    right: 0; }
  #addCashTour .orbit-carousel li:nth-child(2) img {
    position: absolute;
    top: 0;
    right: 0; }
  #addCashTour .orbit-carousel li:nth-child(3) img {
    position: absolute;
    bottom: 0;
    right: 56px;
    max-width: 90%; }
  #addCashTour .orbit-carousel li:nth-child(4) img {
    position: absolute;
    bottom: 0;
    right: 0; }
  #addCashTour .orbit-carousel li:nth-child(5) img {
    position: absolute;
    top: 0;
    right: 65px; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #addCashTour .orbit-carousel li:nth-child(1) img {
    margin-top: -11px;
    max-width: 75%; }
  #addCashTour .orbit-carousel li:nth-child(1) .row div:nth-child(2) {
    text-align: right; }
  #addCashTour .orbit-carousel li:nth-child(2) img {
    max-width: 60%; }
  #addCashTour .orbit-carousel li:nth-child(2) h2 {
    margin-top: -74px; }
  #addCashTour .orbit-carousel li:nth-child(2) .row div:nth-child(1) {
    text-align: right; }
  #addCashTour .orbit-carousel li:nth-child(3) img {
    margin-top: -23px;
    max-width: 75%; }
  #addCashTour .orbit-carousel li:nth-child(4) img {
    margin-top: -10px;
    max-width: 70%; }
  #addCashTour .orbit-carousel li:nth-child(4) .row div:nth-child(2) {
    text-align: right; }
  #addCashTour .orbit-carousel li:nth-child(5) img {
    margin-top: -2px;
    max-width: 75%; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #addCashTour .orbit-carousel li {
    overflow: hidden; }
    #addCashTour .orbit-carousel li:nth-child(1) img {
      position: relative;
      bottom: 11px;
      max-width: 108%; }
    #addCashTour .orbit-carousel li:nth-child(1) .slide-img-containetr {
      text-align: right; }
    #addCashTour .orbit-carousel li:nth-child(2) img {
      max-width: 75%; }
    #addCashTour .orbit-carousel li:nth-child(2) .row div:nth-child(1) {
      text-align: right; }
    #addCashTour .orbit-carousel li:nth-child(3) img {
      position: relative;
      bottom: -19px; }
    #addCashTour .orbit-carousel li:nth-child(4) img {
      position: relative;
      bottom: 0;
      max-width: 83%; }
    #addCashTour .orbit-carousel li:nth-child(4) .row div:nth-child(2) {
      text-align: right; }
    #addCashTour .orbit-carousel li:nth-child(5) img {
      position: relative;
      bottom: 8px; } }

/* code for placement of images in various slideshow end */


.help-button.button:disabled {
    background-color: #c1d669 !important;
    color: #fff !important;
    border:none !important
     }
    
    
    #whatsNewOnly .orbit-carousel li h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }


@media only screen and (min-width: 768px) {   
    
    #whatsNewOnly .orbit-carousel li {
        display: table;
    }
    #whatsNewOnly .orbit-carousel li > div {
        display: table-cell;
        vertical-align: middle;
    }
    #whatsNewOnly .orbit-carousel li > div h2 {
        padding-top: 0 !important;
        margin-top: 0;
        padding-left: 0 !important;
    }
}


#whatsNewOnly h2 {
    padding-left: 0 !important;
}

