/****
Compiled from Sass.
 */
/*Bright Colors*/
/*Medium Colors*/
/*Dark Colors*/
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/roboto/roboto-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/assets/fonts/roboto/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto/roboto-v16-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v16-latin-regular.woff") format("woff"), url("/assets/fonts/roboto/roboto-v16-latin-regular.ttf") format("truetype"), url("/assets/fonts/roboto/roboto-v16-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/roboto/roboto-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/assets/fonts/roboto/roboto-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto/roboto-v16-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v16-latin-700.woff") format("woff"), url("/assets/fonts/roboto/roboto-v16-latin-700.ttf") format("truetype"), url("/assets/fonts/roboto/roboto-v16-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  src: url("/assets/fonts/roboto/roboto-condensed.light.ttf");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), url("/assets/fonts/roboto/roboto-condensed.light.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto Condensed Thin';
  src: url("/assets/fonts/roboto/Roboto-Thin.ttf");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Thin"), url("/assets/fonts/roboto/Roboto-Thin.ttf") format("truetype"); }
body, p, td, th, input, textarea, select, h2, h3, h4, h5, h6, li, a {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

/**
Bootstrap Extra Small width <= 489px;
 */
/**
Bootstrap Small  width <= 489 & >= 767px;
 */
/**
Bootstrap Medium width <= 992px & >= 1200px;
 */
.white-text {
  color: #ffffff; }

a:hover {
  color: #00b8e2; }

.non-sticky-navigation .navbar-brand {
  height: auto; }

nav#preNav .clientPortalContainer {
  margin-right: 12px; }
nav#preNav div.languages {
  margin-right: 10px; }

header#primaryBg {
  position: relative;
  background-size: cover; }
  @media screen and (min-width: 489px) and (max-width: 767px) {
    header#primaryBg {
      background-size: 0 0; } }
  header#primaryBg .headertextcontainer {
    margin-bottom: 20px; }
    header#primaryBg .headertextcontainer h2 {
      margin-top: 20px;
      margin-bottom: 0px; }
      header#primaryBg .headertextcontainer h2 .bright {
        color: #ffffff; }
  header#primaryBg .applyformcontainer h2 {
    background-color: transparent;
    margin-top: 0px; }
  @media screen and (min-width: 992px) {
    header#primaryBg {
      background-size: cover; }
      header#primaryBg h2, header#primaryBg p {
        background-color: transparent; } }
  header#primaryBg p {
    color: #ffffff;
    font-size: 15px; }
  header#primaryBg p.dark {
    color: #262626; }
  header#primaryBg .applyformcontainer {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    header#primaryBg .applyformcontainer h2 {
      margin-bottom: 6px;
      margin-top: 0px !important; }
    header#primaryBg .applyformcontainer .form-control {
      border: 1px solid transparent;
      background-color: #f2f2f2;
      box-shadow: none; }

section.section {
  padding-top: 30px;
  padding-bottom: 30px; }

.steps-box {
  border: 1px solid #e6e6e6;
  padding-top: 13px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .steps-box {
      height: 0;
      overflow: hidden;
      padding-bottom: 125%; } }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .steps-box {
      height: 0;
      overflow: hidden;
      padding-bottom: 110%; } }
  @media screen and (min-width: 1200px) {
    .steps-box {
      height: 0;
      overflow: hidden;
      padding-bottom: 92%; } }

.bg-grey {
  background-color: #f2f3f7; }

#trading-credit .circles {
  width: 450px;
  border: 0px solid #00b8e2;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #trading-credit .circles {
      width: 380px; } }
#trading-credit .dot {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  display: inline-block;
  border: 10px solid #fff;
  float: left; }
  @media screen and (max-width: 768px) {
    #trading-credit .dot {
      height: 140px;
      width: 140px; } }
  #trading-credit .dot .inner {
    margin: 45px 15px 20px 18px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #trading-credit .dot .inner {
        margin: 30px 15px 20px 18px; } }
  #trading-credit .dot .bonus {
    font-weight: bold;
    color: #08afe6;
    font-size: 60px;
    line-height: 20px; }
    @media screen and (max-width: 768px) {
      #trading-credit .dot .bonus {
        font-size: 36px; } }
  #trading-credit .dot .info {
    font-weight: bold;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      #trading-credit .dot .info {
        font-size: 13px; } }
#trading-credit .plus {
  float: left;
  font-weight: bold;
  color: #08afe6;
  font-size: 60px;
  line-height: 20px;
  margin: 60px 30px 0px 30px; }
  @media screen and (max-width: 768px) {
    #trading-credit .plus {
      font-size: 40px; } }
#trading-credit table.ofm-table-blue-head thead {
  background-color: #002f5d; }
  #trading-credit table.ofm-table-blue-head thead th {
    color: #00b8e2; }
#trading-credit table.ofm-table-blue-head tbody tr:nth-child(even) {
  background-color: #f1f3f6; }

#take-advantage a.btn-live {
  margin-top: 6px; }
#take-advantage .thanks-message {
  margin-top: 10px; }
  #take-advantage .thanks-message div {
    padding: 20px;
    background-color: #bcd98c; }
#take-advantage .opt-in-form {
  margin-top: 30px; }
  #take-advantage .opt-in-form label {
    font-weight: normal; }

#youtube-video-overlay {
  background-image: url("/assets/images/homepage-video-overlay.jpg");
  height: 419px;
  text-align: center;
  cursor: pointer;
  padding-top: 30px; }
  #youtube-video-overlay p.glow {
    color: #00b8e2;
    font-weight: 300;
    font-size: 30px; }
  #youtube-video-overlay p.line-1 {
    font-size: 30px; }
  #youtube-video-overlay p .video-play-icon {
    margin-top: 30px; }

@media screen and (max-width: 980px) {
  #youtube-video-overlay {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff; } }
.youtube-video {
  background-color: #ffffff;
  display: none; }
  .youtube-video .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 42.5%; }
    .youtube-video .inner #corporate-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.video-play-icon {
  background: url("/assets/images/video-icon-off.png");
  background-repeat: no-repeat;
  width: 96px;
  height: 96px;
  display: inline-block; }

#questions {
  background-color: #002f5d;
  padding-top: 10px;
  padding-bottom: 20px; }
  #questions h2 {
    color: #ffffff; }

span.required-star {
  color: #00b8e2; }

.blue-gradient-btn {
  margin-top: 3%;
  background-color: #1eb8e2;
  background: -moz-linear-gradient(top, #1eb8e2 0%, #147b97 100%);
  background: -webkit-linear-gradient(top, #1eb8e2 0%, #147b97 100%);
  background: linear-gradient(to bottom, #1eb8e2 0%, #147b97 100%);
  border: 2px solid #1eb8e2;
  color: #fff;
  text-decoration: none !important; }
  .blue-gradient-btn:hover {
    background-color: #147b97;
    background: -moz-linear-gradient(top, #147b97 0%, #1eb8e2 100%);
    background: -webkit-linear-gradient(top, #147b97 0%, #1eb8e2 100%);
    background: linear-gradient(to bottom, #147b97 0%, #1eb8e2 100%); }

#form-error-message {
  margin-top: 14px;
  margin-bottom: 14px; }

p.dark,
.dark {
  color: #333333; }

.gold-text {
  color: #917b4f; }

#stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px !important;
  background-color: #e8e8e8; }
  #stickyfooter p {
    margin-bottom: 0px; }

body.ar {
  direction: rtl; }
  body.ar .col-xs-1, body.ar .col-xs-10, body.ar .col-xs-11, body.ar .col-xs-12, body.ar .col-xs-2, body.ar .col-xs-3, body.ar .col-xs-4, body.ar .col-xs-5, body.ar .col-xs-6, body.ar .col-xs-7, body.ar .col-xs-8, body.ar .col-xs-9 {
    float: right; }
  @media (min-width: 768px) {
    body.ar .col-sm-1, body.ar .col-sm-10, body.ar .col-sm-11, body.ar .col-sm-12, body.ar .col-sm-2, body.ar .col-sm-3, body.ar .col-sm-4, body.ar .col-sm-5, body.ar .col-sm-6, body.ar .col-sm-7, body.ar .col-sm-8, body.ar .col-sm-9 {
      float: right; } }
  @media (min-width: 992px) {
    body.ar .col-md-1, body.ar .col-md-10, body.ar .col-md-11, body.ar .col-md-12, body.ar .col-md-2, body.ar .col-md-3, body.ar .col-md-4, body.ar .col-md-5, body.ar .col-md-6, body.ar .col-md-7, body.ar .col-md-8, body.ar .col-md-9 {
      float: right; } }
  @media (min-width: 1200px) {
    body.ar .col-lg-1, body.ar .col-lg-10, body.ar .col-lg-11, body.ar .col-lg-12, body.ar .col-lg-2, body.ar .col-lg-3, body.ar .col-lg-4, body.ar .col-lg-5, body.ar .col-lg-6, body.ar .col-lg-7, body.ar .col-lg-8, body.ar .col-lg-9 {
      float: right; } }
  body.ar .col-sm-push-2 {
    right: 16.66667%; }
  body.ar .col-sm-push-3 {
    right: 25%; }
  body.ar .col-sm-push-4 {
    right: 33.33333%; }
  body.ar .col-sm-push-5 {
    right: 41.66667%; }
  body.ar .col-sm-push-6 {
    right: 50%; }
  body.ar .col-sm-push-7 {
    right: 58.33333%; }
  body.ar .col-sm-push-8 {
    right: 66.66667%; }
  body.ar .col-sm-push-9 {
    right: 75%; }
  body.ar .col-sm-push-10 {
    right: 83.33333%; }
  body.ar .col-sm-push-11 {
    right: 91.66667%; }
  body.ar .col-sm-push-12 {
    right: 100%; }
  body.ar .col-md-pull-0 {
    left: auto; }
  body.ar .col-md-pull-1 {
    left: 8.33333%; }
  body.ar .col-md-pull-2 {
    left: 16.66667%; }
  body.ar .col-md-pull-3 {
    left: 25%; }
  body.ar .col-md-pull-4 {
    left: 33.33333%; }
  body.ar .col-md-pull-5 {
    left: 41.66667%; }
  body.ar .col-md-pull-6 {
    left: 50%; }
  body.ar .col-md-pull-7 {
    left: 58.33333%; }
  body.ar .col-md-pull-8 {
    left: 66.66667%; }
  body.ar .col-md-pull-9 {
    left: 75%; }
  body.ar .col-md-pull-10 {
    left: 83.33333%; }
  body.ar .col-md-pull-11 {
    left: 91.66667%; }
  body.ar .col-md-pull-12 {
    left: 100%; }
  body.ar .pull-left {
    float: right !important; }
  body.ar .pull-right {
    float: left !important; }
  body.ar .text-right {
    text-align: left; }
  body.ar body, body.ar p, body.ar td, body.ar th, body.ar input, body.ar textarea, body.ar select, body.ar h2, body.ar h3, body.ar h4, body.ar h5, body.ar h6, body.ar li, body.ar a, body.ar label, body.ar small, body.ar b {
    font-family: Tahoma,Arial,Helvetica,sans-serif; }
  body.ar .navbar-brand {
    float: right; }
  body.ar #footer li.flag::before {
    margin-left: 0px;
    margin-right: -42px; }
  body.ar header#primaryBg {
    background-image: url("../images/main-banner-ar.jpg"); }
    body.ar header#primaryBg .headertextcontainer {
      float: right;
      text-align: right; }
  body.ar section#take-advantage form.bonus-optin-form label {
    float: right; }
  body.ar section#questions .questions-row > div {
    float: right; }

.table-2019-dark-header thead {
  background-color: #262626; }
  .table-2019-dark-header thead > tr > th {
    color: #00b8e2;
    padding-left: 20px; }
.table-2019-dark-header tbody tr:nth-child(odd) {
  background-color: #cccccc; }
.table-2019-dark-header tbody tr:nth-child(even) {
  background-color: #f5f5f5; }
.table-2019-dark-header tbody tr td {
  font-weight: bold;
  padding-left: 20px; }

body.ar.promo_register header#primaryBg {
  background-image: url("../images/main-banner-ar-register.jpg"); }

/*# sourceMappingURL=main.css.map */
