/* Global */
/* Fix the weird issue that text input doesn't show input initially on iOS */
/* https://stackoverflow.com/a/28819671/3093487 */
input,
textarea {
  -webkit-transform: translateZ(0px);
}

.generic-hide {
  display: none;
}

.spaced {
  margin: 20px auto;
}

.spacer-h-xs {
  height: 5px;
}

.spacer-h-s {
  height: 10px;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

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

.no-margin-top {
  margin-top: 0 !important;
}

span.js-even-heights {
  display: block;
}

/* Stockspot brand colors */
.primary-teal-background {
  background-color: #0093b5 !important;
}

.primary-aqua {
  color: #0095b5 !important;
}

.primary-green {
  color: #78ab36 !important;
}

.primary-orange {
  color: #f3752a !important;
}

.secondary-aqua-dark {
  color: #189cbb !important;
}

.secondary-aqua-medium {
  color: #00aacf !important;
}

.secondary-aqua-light {
  color: #135952 !important;
}

.secondary-aqua-background {
  background-color: #b2dee8 !important;
}

.secondary-aqua-title-background {
  background-color: #189cbb !important;
  color: white !important;
}

.secondary-blue-dark {
  color: #2561bf !important;
}

.secondary-blue-medium {
  color: #296cd4 !important;
}

.secondary-blue-light {
  color: #18465e !important;
}

.secondary-blue-background {
  background-color: #b6cae9 !important;
}

.secondary-blue-title-background {
  background-color: #2561bf !important;
  color: white !important;
}

.secondary-green-dark {
  color: #84b248 !important;
}

.secondary-green-medium {
  color: #9cc36a !important;
}

.secondary-green-light {
  color: #99b288 !important;
}

.secondary-green-background {
  background-color: #d6e5c2 !important;
}

.secondary-green-title-background {
  background-color: #84b248 !important;
  color: white !important;
}

.secondary-purple-dark {
  color: #a97ed3 !important;
}

.secondary-purple-medium {
  color: #b691d9 !important;
}

.secondary-purple-light {
  color: #a36e1b !important;
}

.secondary-purple-background {
  background-color: #e2d4f0 !important;
}

.secondary-purple-title-background {
  background-color: #a97ed3 !important;
  color: white !important;
}

.secondary-yellow-dark {
  color: #f3b23c !important;
}

.secondary-yellow-medium {
  color: #f6c56c !important;
}

.secondary-yellow-light {
  color: #b1a648 !important;
}

.secondary-yellow-background {
  background-color: #fbe5be !important;
}

.secondary-yellow-title-background {
  background-color: #f3b23c !important;
  color: white !important;
}

.fee-tier-entry-dark {
  color: #189cbb !important;
}

.fee-tier-entry-light {
  color: #b2dee8 !important;
}

.fee-tier-entry-background {
  background-color: #b2dee8 !important;
}

.fee-tier-entry-title-background {
  background-color: #189cbb !important;
  color: white !important;
}

.fee-tier-bronze-dark {
  color: #cd7f32 !important;
}

.fee-tier-bronze-light {
  color: #ffd8b1 !important;
}

.fee-tier-bronze-background {
  background-color: #ffd8b1 !important;
}

.fee-tier-bronze-title-background {
  background-color: #cd7f32 !important;
  color: white !important;
}

.fee-tier-silver-dark {
  color: #a8a8a8 !important;
}

.fee-tier-silver-light {
  color: #efefef !important;
}

.fee-tier-silver-background {
  background-color: #efefef !important;
}

.fee-tier-silver-title-background {
  background-color: #a8a8a8 !important;
  color: white !important;
}

.fee-tier-gold-dark {
  color: #daa520 !important;
}

.fee-tier-gold-light {
  color: #f5deb3 !important;
}

.fee-tier-gold-background {
  background-color: #f5deb3 !important;
}

.fee-tier-gold-title-background {
  background-color: #daa520 !important;
  color: white !important;
}

.fee-tier-platinum-dark {
  color: #434343 !important;
}

.fee-tier-platinum-light {
  color: #cccccc !important;
}
.fee-tier-platinum-background {
  background-color: #cccccc !important;
}

.fee-tier-platinum-title-background {
  background-color: #434343 !important;
  color: white !important;
}

.fee-tier-diamond-dark {
  color: #00aacf !important;
}

.fee-tier-diamond-light {
  color: #d7eef3 !important;
}
.fee-tier-diamond-background {
  background-color: #d7eef3 !important;
}

.fee-tier-diamond-title-background {
  background-color: #00aacf !important;
  color: white !important;
}

.referral {
  font-size: 16px;
}

/* End Stockspot brand colors */

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

.transition-color {
  -webkit-transition: background-color 0.5s ease-in !important;
  transition: background-color 0.5s ease-in !important;
}

/* jquery.tagsinput */

.tagsinput input[id$="_tag"] {
  width: 15em !important;
}

/* FAQ */

.highlight {
  background-color: #ffff88;
}

.force-hide {
  display: none !important;
}

/* Icons */

@font-face {
  font-family: "fontello";
  src: url("/static/fonts/fontello.eot?55175898");
  src: url("/static/fonts/fontello.eot?55175898#iefix")
      format("embedded-opentype"),
    url("/static/fonts/fontello.woff?55175898") format("woff"),
    url("/static/fonts/fontello.ttf?55175898") format("truetype"),
    url("/static/fonts/fontello.svg?55175898#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fontello {
  font-family: "fontello" !important;
}

span.circle {
  font-size: 1.5em;
  display: inline-block;
  text-align: center;
  background: #0094b5;
  color: #fff;
  width: 1.7em;
  height: 1.7em;
  border-radius: 0.85em;
  line-height: 1.6;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  /*padding: 10px;*/
}

span.circle.white {
  color: #0094b5;
  border: 1px solid #0094b5;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 1.1em;
  line-height: 35px;
  margin: 0;
}

span.circle.xsmall {
  width: 10px;
  height: 10px;
  margin: 0 1px 0 1px;
}

span.circle.xsmall.empty {
  background: transparent !important;
  border: 1px solid #0094b5;
}

span.circle.xsmall.green {
  background: #78ab36 !important;
}

span.circle .icon {
  font-size: 1em !important;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 !important;
}

span.circle .icon.options {
  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

span.circle.options-icon {
  padding-top: 3px;
}

/* Sign up navigation */

div.gantt {
  width: 100%;
  overflow: auto;
}

@media (max-width: 500px) {
  a {
    word-break: break-word;
  }
}

a.gant {
  width: 189px;
  text-align: center;
  float: left;
  color: #0093b5;
  vertical-align: middle;
  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
  padding: 0 6px 0 24px;
  line-height: 34px;
  /*height: 20px;*/
  margin: 0 12px 12px 0;

  /*background-color: #0093b5;*/
  background-color: #d4ebf0;
  /*border: solid 1px #0093b5;*/
  border: solid 1px #006b8a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;

  height: 34px;
}

a.gant.selected {
  background-color: #0093b5;
  color: #fff;
  pointer: none;
  text-decoration: none;
}

a.gant.disabled {
  border-color: #aaa;
  color: #bbb;
  background: none;
}

a.gant.disabled:hover {
  text-decoration: none;
}

a.gant.first {
  padding: 0 6px 0 12px;
  width: 201px;
}

a.gant.last {
  padding: 0 12px 0 24px;
  margin-right: 0;
  width: 182px;
}

.gantrightarrow {
  /* a.active .leftcallout, div.accountbox */
  z-index: 2;
  position: absolute;
  /*top: 20px;*/
  /*left: -11px;*/
  margin: 0;
  border-left: 0;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
  border-left: 17px solid #d4ebf0;
  padding: 0;
  width: 0;
  height: 0;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
  /* ie6 transparent fix */
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
  right: -16px;
  top: 0px;
}

.gantrightarrowborder {
  border-left-color: #006b8a;
  /*border-left-color: #0093b5;*/
  right: -17px;
  top: 0px;
}

.gantleftarrow {
  /* a.active .leftcallout, div.accountbox */
  z-index: 1;
  position: absolute;
  /*top: 20px;*/
  /*left: -11px;*/
  margin: 0;
  border-left: 0;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
  border-left: 17px solid #f6f8f8;
  padding: 0;
  width: 0;
  height: 0;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
  /* ie6 transparent fix */
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
  left: -1px;
  top: 0px;
}

.gantleftarrowborder {
  border-left-color: #006b8a;
  left: 0px;
  top: 0px;
}

a.gant.selected .gantrightarrow {
  border-left-color: #0093b5;
}

a.gant.selected .gantrightarrowborder {
  border-left-color: #006b8a;
}

a.gant.disabled .gantrightarrow {
  border-left-color: #f6f8f8;
}

a.gant.disabled .gantleftarrowborder {
  border-left-color: #888;
}

a.gant.disabled .gantrightarrowborder {
  border-left-color: #888;
}

/* Risk assessment wizard */

span.helptext {
  opacity: 0.5;
  font-weight: normal;
}

/* professionals page */
.professionals-banner.partner-banner h1 {
  line-height: 200px !important;
}

.partner-banner.professionals-banner {
  min-height: 250px;
}

.professionals-form {
  margin-bottom: 0;
}

.professionals-header {
  font-size: 4rem;
  color: #ffffff;
}

/* Application form */

form.applicant {
  margin-bottom: 1.5em;
}

/*#applicant_postal_address_different {*/
/*width: 384px;*/
/*}*/

/* Trust form */

div.field h2,
div.field .ui.button {
  margin-bottom: 0;
}

div.field > .ui.button {
  margin-top: 1em;
}

form h2 {
  margin-top: 1rem;
}

form {
  margin-bottom: 1em;
}

.js-trustee-container {
  display: none;
}

.trustee-btn-container {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  overflow: hidden;
}

.trustee-select-btn {
  color: #333132;
  padding: 13px 20px;
  display: inline-block;
}

.trustee-select-btn:hover {
  color: #333132;
  background-color: #f8f8f8;
}

.trustee-select-btn.on {
  background-color: #1c3b53;
  color: #fff;
  font-weight: bold;
}

.trustee-select-btn:first-child {
  border-right: 1px solid #ccc;
}

/* ID Verification */

iframe.idverification {
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 1330px;
  width: 100%;
}

form.idverification {
  /*width: 920px;*/
  margin-top: 18px;
}

/* Slideshow */

#slideshow {
  position: relative;
  height: 7em;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #slideshow {
    height: 12.5em;
    width: 90%;
  }
}

div.slide {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  left: 0px;
  z-index: 0;
  width: 100%;
}

div.slide p {
  font-size: 18px;
  color: #333;
  line-height: 22px;
}

div.slide strong {
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 0.075em;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Home page images */

.homepage p {
  font-size: 14px;
}

.homepage .ui.button {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.homepage-icons {
  width: 20px;
  vertical-align: middle;
  margin: auto;
  display: inline-block;
}

.homepage-icons-parent {
  line-height: 28px !important;
}

p.home-sub-heading {
  font-size: 18px;
  margin-bottom: 13px;
  display: block;
  line-height: 18px;
}

.border-top {
  border-top: 1px solid #dddddd;
}

.clear-btn {
  border-radius: 5px;
  border: 1px solid #333333;
  padding: 12px 22px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in;
}

.clear-btn:hover {
  color: #fff;
  background: #222;
}

.clear-white-btn {
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 12px 15px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.clear-white-btn:hover,
.clear-white-btn:active {
  color: #333;
  background: #ffffff;
}

.white-btn {
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 22px;
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(39, 39, 39, 0.15);
  -moz-box-shadow: 1px 1px 1px 1px rgba(39, 39, 39, 0.15);
  box-shadow: 1px 1px 1px 1px rgba(39, 39, 39, 0.15);
}

.white-btn.medium {
  font-size: 16px;
}

.white-btn.large {
  font-size: 18px;
}

.white-btn.tick.block {
  text-indent: 17px;
  display: block;
}

.white-btn:hover,
.white-btn:active {
  background: #f7f7f7;
  color: #333333;
}

.green-btn {
  border-radius: 5px;
  background: #78ab36;
  border: 1px solid #78ab36;
  padding: 12px 22px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(39, 39, 39, 0.15);
  -moz-box-shadow: 1px 1px 1px 1px rgba(39, 39, 39, 0.15);
  box-shadow: 1px 1px 1px 1px rgba(39, 39, 39, 0.15);
}

.green-btn:hover {
  background: #6e9d32;
  color: #fff;
}

.ui.basic.indigo.button {
  color: #1c3b53 !important;
  box-shadow: 0 0 0 2px #a1c2cc inset !important;
  background-color: white !important;
}

.btn-indigo {
  transition: all 300ms ease;
  font-size: 15px;
  color: #fff !important;
  padding: 12px 19px;
  background: #1c3b53 !important;
  border: none;
  line-height: 15px;
}
.btn-indigo:hover {
  background-color: #1e3146 !important;
}

@media (max-width: 500px) {
  .ui.basic.indigo.button {
    width: 90%;
  }
}

.ui.center.aligned.header h3 {
  margin-top: 0;
  font-size: 1em;
}

p.quote {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  color: #fff;
}

div.featuremedia {
  padding-top: 10px;
  /*padding-left: 70px;*/
  border-top: 1px solid #ccc;
  /*border-bottom: 1px solid #ccc;*/
  position: relative;
  /*height: 134px;*/
  /*width: 100%;*/
  /*overflow: auto;*/
}

p.featuretitle {
  background: #f6f8f8;
  position: absolute;
  /*border: 1px solid red;*/
  top: -22px;
  padding: 10px;
  color: #ccc;
  left: 398px;
}

div.distribute {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

div.distribute:after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.distrubuted {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

div.media {
  height: 1.4em;
  margin-bottom: 10px;
}

.global-img-container {
  padding-right: 100px !important;
}

@media only screen and (max-width: 768px) {
  div.media {
    height: 15.6em;
  }
  .global-img-container {
    padding-right: 0.5rem !important;
  }
}

img.media {
  /*float: left;*/
  /*margin: 24px 15px 0px 0;*/
  /*opacity: 0.7;*/

  height: 1.2em;
}

@media only screen and (max-width: 768px) {
  img.media {
    /*display: block;*/
    width: 32%;
    height: 0.8em;
    /*margin-left: auto;
        margin-right: auto;*/
    margin: 1.2em;
    /*margin-bottom: 1.2em;*/
  }
}

div.partners {
  /*height: 6.6em;*/
  max-width: 650px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto !important;
}

div.partners .ui.grid {
  margin: 0 !important;
}

img.partner {
  /*height: 3.5em;*/
  /*opacity: 0.7;*/
  /*vertical-align: top;*/
}

div.partners .ui.grid .column {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 768px) {
  img.partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    max-width: 150px !important;
  }
}

div.assetclasses {
  width: 720px;
  margin: 0 auto;
  /*border: 1px solid red;*/
}

div.assetclass {
  width: 120px;
  height: 120px;
  /*padding: 0px;*/
  /*float: left;*/
  border-radius: 60px;
  text-align: center;
  margin: 0.5em auto;
  /*clear: both;*/

  /*box-shadow: 0px 50px 80px -25px rgba(0, 0, 0, 1);*/
}

div.assetclass h3 {
  line-height: 0.5;
}

img.assetclass {
  height: 1.5em;
  margin: 0.75em 1.5em 0 1.5em;
}

div.diversify {
  width: 12.5em;
  margin: 1em auto;
}

span.diversify {
  float: left;
  font-size: 3.2em;
  font-family: myriad-pro, Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  line-height: 1.4em;
  margin: 0 0.2em 1rem 0;
  font-weight: 300;
  padding: 0;
  display: block;
}

/* Side Menu */

div.sidemenu {
  float: left;
}

@media only screen and (max-width: 768px) {
  div.sidemenu {
    display: none;
  }
}

ul.sidemenu {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  float: left;
}

ul.sidemenu a {
  width: 176px;
  padding: 0.1875em 0.75em 0.1875em 0;
  font-size: 20px;
  line-height: 32px;
  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  text-decoration: none;
  /*width: 100%;*/
  display: block;
  border-radius: 3px;
  color: #393939;
  font-weight: 300;
}

ul.sidemenu li {
  position: relative;
}

ul.sidemenu a:hover {
  /*background: rgb(1, 180, 202) transparent;*/
  /* RGBa with 0.6 opacity */
  /*background: rgba(1, 180, 202, 0.6);*/
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#990094b5, endColorstr=#990094b5);*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#990094b5, endColorstr=#990094b5)";*/
  color: #0094b5;
  /*color: #F37528;*/
}

ul.sidemenu a.active {
  color: #0094b5;
  /*color: #F37528;*/
  font-weight: 400;
}

ul.sidemenu .leftcallout {
  right: -1px;
  top: 6px;
  display: none;
}

ul.sidemenu a.active .leftcallout {
  display: block;
}

ul.sidemenu .leftcalloutborder {
  right: 0px;
  top: 6px;
}

div.subpage {
  /*margin-left: 180px;*/
  margin-top: 30px;
  padding: 4rem;
  width: auto;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  margin-bottom: 40px;
}

@media only screen and (min-width: 767px) {
  div.subpage {
    overflow: auto;
  }
}

@media only screen and (max-width: 768px) {
  div.subpage {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  div.grey.stripe.transform {
    background: #fff;
  }
}

div.whitebox {
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;

  border-left: 1px solid #ccc;

  margin: 0.75em 0;
  padding: 1em 1.5em;
}

.ui.styled.accordion.promo-accordion {
  border-radius: 4px !important;
  border: 1px solid #ccc;
}

.ui.styled.accordion.promo-accordion .title,
.ui.styled.accordion.promo-accordion .content {
  padding: 0.6429em 0.6em;
}

.ui.styled.accordion.promo-accordion .title {
  color: #393939;
  font-size: 0.9285em;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2142em;
}

.ui.styled.accordion.promo-accordion .dropdown.icon {
  float: right;
  line-height: 1.2142em;
}

.ui.styled.accordion .title {
  font-size: 16px;
  color: #a1c2cc;
  font-weight: 600;
}

.ui.ui.styled.accordion .title:hover,
.ui.ui.styled.accordion .title.active {
  color: #1c3b53;
}

/* Authorise / Signature */
.signature .ui.segment {
  box-shadow: none;
  padding: 0;
}

/* Signin / Create account */

div.signupbox {
  float: right;
  position: relative;
  width: 50%;
  margin-left: 1em;
}

.inline-heading {
  margin-top: -0.9em;
}
.inline-heading h3 {
  display: inline-block;
}

.inline-heading span {
  font-size: 1.28rem;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  div.signupbox {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  div.signupbox > div.whitebox {
    background: transparent;
    border: none;
    padding: 0;
  }
}

.signin-container {
  padding: 80px 0px;
  background-color: #eeeeee;
}

.signin-box {
  background-color: #ffffff;
  max-width: 730px;
  margin: 0 auto;
  padding: 40px 120px;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #999999;
}

.signin-box .signin-title {
  font-size: 38px;
  font-weight: 800;
  color: #333132;
  margin: 0;
}

.signin-box .signin-link,
.signin-box .signin-text {
  font-size: 14px;
  color: #999999;
}

.signin-box .signin-link {
  text-decoration: underline;
}

.signin-box .signin-button {
  background: #1c3b53;
  font-size: 16px;
  color: #ffffff;
  padding: 15px 25px;
  width: 50%;
  margin: 0;
}

.dashboard-signin-box .signin-button {
  background: #1c3b53;
  color: #ffffff;
}

.signin-box .signin-button:disabled {
  opacity: 0.45 !important;
}
.signin-box .signin-button:hover,
.signin-box .signin-button:focus,
.dashboard-signin-box .signin-button:hover,
.dashboard-signin-box .signin-button:focus {
  background: #334f64;
  color: #ffffff;
}

@media only screen and (max-width: 500px) {
  .signin-container {
    padding: 50px 0px;
  }

  .signin-box {
    padding: 40px;
  }
}

.createaccount .ui.form ::placeholder,
.createaccount.ui.form .default.text {
  color: #333132 !important;
}

.createaccount .ui.form ::-webkit-input-placeholder {
  color: #333132 !important;
}

.createaccount .ui.form :-ms-input-placeholder {
  color: #333132 !important;
}

.createaccount .ui.form ::-moz-placeholder {
  color: #333132 !important;
}

/* Call outs */

.leftcallout {
  /* a.active .leftcallout, div.accountbox */
  position: absolute;
  /*top: 20px;*/
  /*left: -11px;*/
  margin: 0;
  border-left: 0;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  border-right: 12px solid #ffffff;
  padding: 0;
  width: 0;
  height: 0;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
  /* ie6 transparent fix */
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
}

.leftcalloutborder {
  border-right-color: #ccc;
  /*left: -13px;*/
}

/* Boxes */

/* TODO: whitebox, tealbox, transparent box. */
/* todo: merge these with Semantic UI component - message */

.message-box {
  position: relative;
  min-height: 1em;
  margin: 1em 0;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease,
    box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease,
    box-shadow 0.1s ease;
  border-radius: 0.28571429rem;
  -webkit-border-radius: 0.28571429rem;
  -moz-border-radius: 0.28571429rem;
  font-size: 1em;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

.message-box:first-child {
  margin-top: 0;
}

.message-box:last-child {
  margin-bottom: 0;
}

.info.message-box {
  background-color: rgba(0, 147, 181, 0.15);
  box-shadow: 0 0 0 1px #0093b5 inset, 0 0 0 0 transparent;
}

.warning.message-box {
  background-color: rgba(243, 178, 60, 0.15);
  box-shadow: 0 0 0 1px #f3b23c inset, 0 0 0 0 transparent;
}

.message-box .header {
  display: block;
  font-weight: 700;
  margin: -0.14285em 0 0;
}

/* Below is a legacy definition that should be removed. It is used within CMS */
div.infobox {
  border-radius: 0px;
  border: none;
  background: #eee; /* on white */
  margin: 0 0 1em 0;
  padding: 12px 18px;
}

div.infobox:last-child {
  margin-bottom: 0;
}

div.termsbox {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0.75em 1em 1em 1em;
  background: #fff;
}

div.termsbox p {
  font-size: 0.875em;
}

div.whitebox {
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;

  margin-bottom: 12px;
}
div.greybox {
  background-color: #393939;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;

  margin-bottom: 12px;
}

/* Sign Up */

/* Risk assessment */

div.questionnaire {
  /*border: 1px solid red;*/
  margin-top: 1em;
  position: relative;
  width: 1000%;
  padding-left: 0;
  margin-left: 0;
  /*margin-left: -7520px; */ /* (870+2*24+20 + 2)*8 */
  /*padding-left: 7520px;*/
}

div.question {
  width: 10%;
  min-height: 300px;
  height: 100%;
  padding: 0 1.5em 1em 1.5em;

  /*width: 290px;*/
  float: left;
  margin-right: 0.25%;
  background: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 768px) {
  div.question {
    padding: 0 0 1em 0;
    border: none;
    background: none;
  }
}

form.riskassessment {
  width: 100%;
}

form.riskassessment ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 2px;
}

form.riskassessment li label {
  cursor: pointer;
}
form.riskassessment li {
  list-style: none;
  line-height: 1.5;
}

.themes button {
  width: 185px;
  margin-right: 0;
}

form.riskassessment button[type="submit"],
.themes button[type="submit"].right {
  width: 185px;
  float: right;
  margin-right: 0;
}

form.riskassessment button {
  width: 185px;
  float: left;
}

.themes .ui.form .fields .wide.field:first-child {
  padding-left: 0.25em;
}

.themes .ui.table tr.active td {
  background: rgba(0, 147, 181, 0.1) !important;
}

.ui.toggle.checkbox.primary-orange input:checked ~ .box,
.ui.toggle.checkbox.primary-orange input:checked ~ label {
  color: #f3752a;
}

.ui.toggle.checkbox.primary-orange input:checked ~ .box:before,
.ui.toggle.checkbox.primary-orange input:checked ~ label:before {
  background-color: #f3752a;
}

.ui.compact.selection.dropdown.initial-width {
  width: initial;
}

.ui.compact.selection.dropdown.dob {
  margin-right: 20px;
}

.ui.form .three.wide.field {
  margin-left: 10px !important;
}

button.ui.teal.basic.fluid.button.add:disabled {
  display: none;
}

@media only screen and (max-width: 768px) {
  form.riskassessment button[type="submit"],
  .themes button[type="submit"].right {
    float: right;
    margin-right: 0;
  }

  form.riskassessment button {
    width: 48% !important;
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .themes .ui.grid .selections-left {
    text-align: right;
  }
  .ui[class*="right ribbon"].label:after {
    left: inherit;
    right: inherit;
    border-style: inherit;
    border-width: inherit;
    border-color: inherit;
    border-top-color: inherit;
  }
  .ui.ribbon.label:after {
    position: inherit;
    content: inherit;
    top: inherit;
    left: inherit;
    background-color: inherit !important;
    border-style: inherit;
    border-width: inherit;
    border-color: inherit;
    border-right-color: inherit;
    width: inherit;
    height: inherit;
  }
  .ui[class*="right ribbon"].label {
    text-align: center;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    left: inherit;
    left: inherit;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    padding-left: 2em;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 620px) {
  .themes button[type="submit"].right {
    float: none;
    width: 100%;
  }
  .themes button {
    width: 100%;
  }
  .themes .allocationassets {
    width: 100%;
    min-width: inherit;
  }
  .themes .ui.grid div.remaining-actions {
    text-align: center !important;
  }
  .themes div.remaining-actions .ui.label {
    width: 100%;
  }
}

/*Duplicate*/

/*p.questionnairenumber {*/
/*font-family: 'myriad-pro', Lucida Sans Unicode, Lucida Grande, sans-serif, sans-serif;;*/
/*font-size: 16px;*/
/*line-height: 20px;*/
/*width: 180px;*/
/*margin: 218px auto 0 auto;*/
/*color: #0094b5;*/
/*text-align: center;*/

/*}*/

span.questionnumber {
  /*padding: 6px;*/
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 3px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #f6f8f8;
}

form.riskassessment p.questionnairenumber {
  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 220px;
  margin: 0 auto 0 auto;
  color: #aaa;
  text-align: center;
  padding-top: 6px;

  display: block;
  overflow: auto;
  white-space: nowrap;
}

form.riskassessment span.selected {
  /*color: #0094b5;*/
  color: #78ab36;

  border: none;
  margin: 0;
}

form.riskassessment span.questionnumber {
  margin: 0;
  border: none;
}

form.riskassessment div.slidenavigation {
  clear: left;
}

form.riskassessment input[type="text"] {
  margin-right: 6px;
}

div.help {
  margin-top: 0;
  margin-left: 1em;
  float: right;
  position: relative;
}

div.help .popup {
  min-width: 320px;
  right: 0;
  left: auto;
}

div.help .popup h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

div.help .close {
  float: right;
  cursor: pointer;
}

div.help .ui.bottom.right.popup:before {
  right: 7px;
}

h3.help {
  margin-top: 1.2em;
  font-size: 20px;
  padding: 0;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#3baed0), to(#0094b5)); */ /* Saf4+, Chrome */

  background-color: #0093b5;
  border: solid 1px #006b8a;
  outline: none;
}

h3.help:active {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

div.helpbox {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px 0 12px;
  position: absolute;
  width: 300px;
  /*height: 150px;*/
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); /* FF3.5 - 3.6 */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  left: -300px;
  top: 37px;
  display: none;
  z-index: 999;
}

div.helpbox .topcallout {
  top: -9px;
  right: 2px;
}

div.helpbox .topcalloutborder {
  top: -11px;
  right: 2px;
}

div.helpbox p {
  font-size: 14px;
}

div.helpbox h3 {
  font-size: 18px;
  padding-top: 6px;
  margin-bottom: 6px;
}

div.helpbox h3.close {
  float: right;
  cursor: pointer;
  padding-top: 0px;
}

p.privacy {
  margin-top: 18px;
  clear: both;
  vertical-align: middle;
}

div.riskreturnchart {
  width: 100%;
}

div.riskreturnchoices {
  position: relative;
}

div.riskreturnchoices ul {
  z-index: 100;
  position: absolute;
  bottom: 10px;
  padding-left: 65px;
  padding-right: 0px;
  margin-bottom: 0;
  width: 100%;
  border-box: content-box;
}

div.riskreturnchoices li {
  display: inline-block;
  width: 19.4%;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  div.riskreturnchart {
    width: 100%;
  }
  div.riskreturnchoices ul {
  }

  div.riskreturnchoices li {
    width: 18.6%;
  }
}

/* Portfolio selection */

div.piechart {
  height: 200px;

  margin-bottom: 6px;
}

div.linechart {
  height: 220px;
  margin-bottom: 6px;
}

div.summarychart {
  height: 180px;
}

div.portfoliooutput {
  margin-top: 1.5em;
  width: auto;
  overflow: auto;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;

  border-left: 1px solid #ccc;

  margin-bottom: 0.75em;
  padding: 0em 1.5em 1em 1.5em;
}

div.portfolioinput {
  width: 306px;
  padding-right: 1em;
  float: left;
}

@media only screen and (max-width: 768px) {
  div.portfolioinput {
    width: 100%;
    padding-right: 0;
  }

  div.portfoliooutput {
    border: none;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    background: transparent;
  }
}

div.createportfolioallocation {
  width: 100%;
  overflow: auto;
}

div.allocationchart {
  width: 200px;
  height: 200px;
  float: left;
  display: block;
  margin-bottom: 1em;
  margin-right: 1em;
}

/*div.submitportfolio {*/
/*float: left;*/
/*width: 290px;*/
/*position: absolute;*/
/*top: 590px;*/
/*}*/

@media only screen and (max-width: 768px) {
  div.submitportfoliodesktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  div.submitportfoliomobile {
    display: none;
  }
}

div.allocationrightcolumn {
  position: relative;
  width: 360px;
  /*height: 400px;*/
  float: right;
}

div.allocationleftcolumn {
  width: 360px;
}

div.shadow {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* portfolio tabs */

ul.toptabs {
  list-style: none;
  padding: 0;
  margin: 0;
  /*float: left;*/
  position: relative;
  overflow: visible;
  height: 3em;
  clear: left;
}

ul.toptabs.inside {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 18px;
}

ul.toptabs li {
  /*border: 1px solid white;*/
  /*border-bottom-width: 0;*/
  float: left;
  position: relative;
  margin: 0;
}

ul.toptabs a {
  /*padding: 3px 0;*/
  font-size: 1.28em;
  line-height: 1.4;
  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  font-weight: 300;
  text-decoration: none;
  /*width: 100%;*/
  display: block;
  border-radius: 3px;
  color: #666;
  text-shadow: 0 1px 0 white;
}

a.toptab {
  /* previously ul.tabs li a */
  display: block;
  padding: 9px 15px;
  position: relative;
}

li.active a.toptab {
  /* TODO: change to a.active */
  /*font-weight: bold;*/
  color: #0094b5;
  text-shadow: 0px 0px 0.8px #0094b5;
  /*font-weight: 400;*/
}

ul.toptabs a.first {
  padding-left: 0;
}

.topcallout {
  /* a.active .leftcallout, div.accountbox */
  position: absolute;
  /*top: 20px;*/
  /*left: -11px;*/
  margin: 0;
  border-top: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  padding: 0;
  width: 0;
  height: 0;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
  /* ie6 transparent fix */
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
}

.topcalloutborder {
  border-bottom-color: #ccc;
  /*left: -13px;*/
}

ul.toptabs .topcallout {
  top: 38px;
  left: 22px;
}

ul.toptabs .topcalloutborder {
  top: 36px;
  left: 22px;
}

@media only screen and (max-width: 768px) {
  ul.toptabs li.mobilehide {
    display: none;
    width: 0;
  }
}

div.allocationassets {
  width: auto;
  display: block;
  overflow: auto;
  min-width: 384px;
}

table.ui.table.allocationassets {
  /*min-width: 400px;*/
  font-size: 0.9175em;
  margin-bottom: 1em;
}

table.ui.table.allocationassets th,
table.ui.table.allocationassets td {
  padding: 0.4em 0.5em;
}

.table-verticle-top.ui.table td:not(:first-child) {
  vertical-align: top !important;
}

.large-icon {
  font-size: 35px !important;
}

form.createportfolio button[type="submit"] {
  margin-top: 12px;
  margin-bottom: 18px;
  width: 280px;
}

form.createportfolio input[type="text"] {
  width: 180px;
}

form.createportfolio p {
  display: inline-block;
}

#createportfolio_top_up_style {
  width: 280px;
}

/* Port folio Themes */
.portfolio-theme.ui.grid {
  background: white;
  padding-top: 1.5rem;
}

/* Invest Page */

div.applicationsummary {
  max-width: 768px;
}

span.legend {
  font-size: 16px;
  line-height: 17px;
}

.ui.fluid.button.close {
  margin-bottom: 0;
}

/* Applicant */

span.twitter-typeahead {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}

/* Tables */

/* Slider */

/* slider */
div.riskslider {
  width: 100%;
  margin: 0;
  padding: 0 4px;
  /*margin-top: 54px;*/
  overflow: hidden;
}

/*div.riskslider * {border: 1px solid red;}*/

div.riskslider h3 {
  margin-top: 0;
  padding-top: 0;
}

div.riskslider p.lowrisk {
  float: left;
  font-size: 13px;
  color: #888;
  padding-top: 6px;
  line-height: 1.6;
  width: 100px;
  margin-left: 4px;
}

div.riskslider p.highrisk {
  float: right;
  font-size: 13px;
  color: #888;
  padding-top: 6px;
  line-height: 1.6;
  text-align: right;
  width: 100px;
}

div.riskslider p.riskscale {
  font-weight: bold;
  color: #888;
  padding: 3px 0 0 0;
  font-size: 21px;
  line-height: 6px;
  /*clear: left;*/
  /*width: 270px;*/
  margin: 24px 1px 0 1px;
  display: block;
}

span.scalemarker {
  width: 24.6%;
  display: inline-block;
}
span.scalemarker:last-child {
  width: 0%;
}

/*@media only screen and (max-width: 767px) {*/
/*span.scalemarker {*/
/*margin-right: 23%;*/
/*}*/
/*}*/

#seekbar {
  background: url("/static/images/seekbar.png") right center no-repeat;
  width: 100%; /* hardcoded in tune views */
  height: 24px;
  float: left;
  position: relative;
  cursor: pointer;
  margin-left: 0;
}

#seekprogress {
  background: url("/static/images/seekbar.png") left center no-repeat;
  height: 24px;
  float: left;
  padding-left: 4px;
}

#seekbuffer {
  background: url("/static/images/seekbuffer.png") right center no-repeat;
  height: 24px;
  margin-right: 266px; /* seekbar width - 4 */
  padding-right: 4px;
}

#seekthumb,
#volumethumb {
  background: url("/static/images/thumb.png") center center no-repeat;
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
  padding: 4px 0 0 0;
  left: 11px;
}

#seekthumb {
  margin: 0 0 0 240px;
}

#seekthumb.active,
#volumethumb.active {
  background: url("/static/images/thumb-active.png") center center no-repeat;
}

/* Masthead */

div.promo-header-strip {
  background: #78ab36;
  text-align: center;
  padding: 15px 0;
  line-height: 13px;
}

div.promo-header-strip p {
  line-height: 18px;
  font-size: 13px;
}

div.promo-header-strip p strong {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 13px;
}

div.promo-header-strip p a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 0.05em;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  div.promo-header-strip {
    padding: 15px 30px;
  }
  div.promo-header-strip p a {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
  }
}

/* div.page-header {
    width: 100%;
    overflow: auto;
    padding: 0px;
    background-color: #222;
    text-align: center;
}

div.page-header a.logo {
    float: left;
    padding: 1em;
    margin-left: -1em;
    margin-top: 0;
    display: inline-block;
    line-height: 1;
} */

nav.page-header {
  height: 88px;
}

.navbar.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media only screen and (max-width: 768px) {
  div.page-header a.logo {
    float: none;
    padding: 1em;
    display: inline-block;
    margin: 0 auto;
  }

  div.page-header a.logo.left {
    float: left;
    padding: 1em;
    margin-left: -1em;
    margin-top: 0;
    display: inline-block;
    line-height: 1;
  }

  .ui.button.menu {
    display: none;
  }
}

img.logo {
  max-width: 135px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 500px) {
  img.logo {
    width: 102px;
  }
}

a.sidebar,
a.sidebar,
a.sidebar:hover {
  display: none;
  color: #fff;
  float: left;
  padding: 0.75em;
  margin-top: 0.75em;
  cursor: pointer;
}

a.sidebar > i.icon {
  font-size: 1.5em;
}

a.sidebar:active {
  color: #ddd;
}

@media only screen and (max-width: 768px) {
  a.sidebar,
  a.sidebar:hover,
  a.sidebar:active,
  a.sidebar:visited,
  a.sidebar:link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}

div.menu {
  margin-right: 0;
  margin-left: 0px;
  padding-left: 0px;
  /*height: 44px;*/
  float: right;
  margin-top: 0.85em;
}

@media only screen and (max-width: 768px) {
  ul.header.menu li:not(:last-child) {
    display: none;
  }
}

.new-header {
  background: #fff;
  padding: 29px 0px;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 500px) {
  .new-header {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .new-header div.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.new-header div.container {
  height: 30px;
}

div.new-header a.logo {
  display: inline-block;
  height: 30px;
  padding: 0;
  margin: 0;
}

div.new-header div.menu {
  margin: 0;
}

div.new-header ul.header.menu li a.header-new-link {
  color: #1c3b53 !important;
  font-size: 17px !important;
  float: right !important;
  display: inline-block !important;
  line-height: 30px;
  font-family: proxima-nova, sans-serif !important;
  padding: 0 !important;
  font-weight: 300;
  letter-spacing: inherit;
}

@media (max-width: 500px) {
  div.new-header ul.header.menu li a.header-new-link {
    line-height: 22px;
  }
}

/* menu */
ul.menu {
  padding: 0px;
  margin: 0;
}

ul.menu li {
  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
  position: relative;
}

.footer .ui.grid .column a,
.footer .ui.accordion a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer .ui.grid .column a:hover,
.footer .ui.accordion a:hover {
  text-decoration: underline;
}

.footer .ui.grid .column,
.footer .ui.accordion {
  font-weight: 100;
}

ul.menu li a,
.footer .ui.grid .column,
.footer .ui.grid .column a,
.footer .ui.accordion a {
  margin: 0;
  color: #f6f8f8;
  text-decoration: none;
  transition: color 0.1s ease-in;
}

ul.menu li a:hover {
  color: #3baed0;
}

ul.menu li.selected a,
.footer .ui.grid .column a.selected,
.footer .ui.accordion a.selected {
  color: #3baed0;
}

ul.menu li a.button {
  margin: 0 0 0 0.75em;
  font-size: 1.125em;
  font-weight: 300;
}

ul.header.menu {
  float: right;
}

ul.header.menu li a {
  font-weight: 300;
  padding: 0.78571em 0.75em;
  font-size: 16px;
  /*line-height: 2.4em;*/
  font-weight: 300;
  letter-spacing: 1px;
}

ul.footer.left.menu {
  float: left;
  margin-left: -0.5em;
  margin-top: 0.78571em;
}

ul.footer.right.menu {
  float: right;
  margin-right: -0.35em;
  margin-top: 0.78571em;
}

.ui.button.login-btn {
  border: 1px solid #fff;
  background: transparent;
  padding: 0px 30px !important;
  line-height: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in;
}

.ui.button.login-btn:hover {
  /*border-color: #00b0d9;*/
  color: #222;
  background: #fff;
}

.footer .ui.grid .column a.social i,
.footer .ui.accordion a.social i {
  width: 100%;
}

div.footer p.disclaimer.border-top {
  border-color: #666666 !important;
  padding-top: 30px !important;
  margin-top: 30px !important;
}

@media only screen and (max-width: 768px) {
  ul.footer.left.menu {
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  ul.footer.right.menu {
    float: none;
    clear: both;
  }
}

ul.footer.left.menu li a {
  font-weight: 300;
  padding: 0.5em 0.5em;
  font-size: 1em;
  /*font-weight: 300;*/
  /*letter-spacing: 1px;*/
}

ul.footer.right.menu li {
  display: inline;
}

.footer .ui.grid .column a.social,
.footer .ui.grid .column a.social:hover,
.footer .ui.grid .column a.social:visited,
.footer .ui.grid .column a.social:link,
.footer .ui.grid .column a.social:active,
.footer a.social,
.footer a.social:hover,
.footer a.social:visited,
.footer a.social:link,
.footer a.social:active {
  font-family: "fontello";
  color: #393939;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: #f6f8f8;
  height: 1.5em;
  width: 1.5em;
  border-radius: 0.75em;
  margin: 0 0.35em;
  text-align: center;
}

/* Footer */

div.footer {
  overflow: auto;
  margin: 0 auto;
  position: relative;
  background: #393939;
  text-align: left;
  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  clear: both;
}

div.footer p.disclaimer {
  font-size: 0.75em;
  line-height: 1.2;
  color: #aaaaaa;
  text-align: center;
  clear: both;
  margin: 0;
  padding-top: 1.0476em;
  padding-bottom: 0;
}

div.footer p.copyright {
  color: #888;
  text-align: center;
  clear: both;
  margin: 0;
  padding: 0.5893em 0 0.78571em 0;
}

.new-footer {
  background: #333;
}

.new-footer .container {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.new-footer p {
  font-size: 12px;
  color: #ddd;
  line-height: 14px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
}

.new-footer-signout,
.new-footer-tooltip {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f0f0f0;
  text-align: center;
}

.new-footer-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.new-footer-tooltip .new-footer-tooltip-container {
  width: 300px;
  visibility: hidden;
  opacity: 1 !important;
  background: #333333;
  border-radius: 4px;
  border: 1px solid #999999;
  color: #f0f0f0;
  padding: 19px;
  opacity: 1;
  max-width: 300px !important;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 3rem;
  margin-left: -7rem;
}

.new-footer-tooltip:hover .new-footer-tooltip-container {
  visibility: visible;
}

.new-footer-tooltip a {
  color: #ffffff;
}

.new-footer-tooltip p {
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.new-footer-tooltip .arrow {
  position: absolute;
  bottom: -10px;
  color: #333;
}

/* Stripes */

div.hero.stripe {
  margin: 0;
  clear: both;
  overflow: hidden;
  min-height: 550px;
}

div.hero.stripe .background {
  background-image: url("/static/images/homepage-banner.png");

  background-color: #0095b5;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');*/
  /*-webkit-filter: blur(1px);*/
  /*filter: blur(1px);*/
}

div.hero h1.ui.huge.header {
  line-height: 48px !important;
  font-size: 48px !important;
  margin-bottom: 25px !important;
}

div.hero h3 {
  margin-top: 0 !important;
  font-size: 18px !important;
}

/**
* ui.button
**/

.ui.primary.button {
  background-color: #1c3b53;
  -webkit-transition: background-color 0.2s ease-in !important;
  transition: background-color 0.2s ease-in !important;
}

.ui.primary.button:hover,
.ui.primary.button:focus,
.ui.primary.button:active {
  background-color: #a1c2cc !important;
}

.ui.secondary.button.home-button {
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 0 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 2px 0 0 rgba(39, 39, 39, 0.15);
  font-size: 20px;
  padding: 20px 65px;
  -webkit-transition: background-color 0.2s ease-in !important;
  transition: background-color 0.2s ease-in !important;
}

.ui.secondary.button.home-button:hover {
  background-color: #7ca53a;
}

.ui.secondary.button.home-button.no-drop {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.button.home-button-reverse {
  white-space: nowrap;
  font-size: 20px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

header {
  min-height: 88px;
}

div.stripe {
  padding: 2em 0;
  position: relative;
  width: 100%;
  /*overflow: hidden; Removed to address semantic ui select cropping */
}

@media (max-width: 500px) {
  div.grey-supp.stripe {
    padding-top: 4em;
  }
}

div.stripe.stripe-pad {
  padding: 65px 0 !important;
}

div.grey.stripe {
  background: #eee;
}

@media (max-width: 500px) {
  div.grey.stripe {
    padding: 3em 0;
  }
}

div.grey-new.stripe {
  background: #f7f7f7;
}

div.grey-supp.stripe {
  background: #f0f0f0;
}

div.grey-supp.stripe.mda-authorise {
  padding-bottom: 0px;
}

div.teal.stripe {
  background: #0093b5;
}

div.white.stripe {
  background: #ffffff;
}

div.lightblue.stripe {
  background: #d8eef3;
}

.ui.header {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui.large.header {
  line-height: 1.3em;
}

@media only screen and (max-width: 768px) {
  div.hero.stripe .background {
    background-image: url("/static/images/homepage-banner.png");
  }

  div.stripe.stripe-pad {
    padding: 40px 30px !important;
  }

  .text-left {
    padding-right: 0 !important;
  }
}

div.stripe.our-providers {
  padding-top: 35px;
  padding-bottom: 20px;
}

div.stripe.our-providers h3 {
  margin-bottom: 30px !important;
}

/* Container */

div.container {
  position: relative;
  /*text-align: left;*/
  padding: 0 0.5em;
  margin: 0 auto;
}

div.container {
  padding-left: 8%;
  padding-right: 8%;
  width: auto;
}

@media only screen and (max-width: 768px) {
  div.container {
    width: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 0em;
    margin-right: 0em;
  }
}

@media only screen and (min-width: 768px) {
  div.container {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (min-width: 992px) {
  div.container {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media only screen and (min-width: 1400px) {
  div.container {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media only screen and (min-width: 1920px) {
  div.container {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 23%;
    padding-right: 23%;
  }
}

@media only screen and (max-width: 1025px) {
  .page-header.fixed > div.container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/*Dimmer width: 715*/
/*Modal width: 683*/
/*Margin left/right: 16*/
/*Body: 715*/

.ui.fullscreen.modal.explainer {
  width: 80% !important;
  left: 10% !important;
}

.modal-reset {
  height: 200px;
}

/* Lists */

ul.tick,
ul.cross {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

ul.tick li:before {
  content: "✓ \020";
}

ul.cross li:before {
  content: "✗ \020";
}

ul:last-child {
  margin-bottom: 0;
}

/* Partners page */

img.partnerlogo {
  margin-top: 1.5em;
  margin-bottom: -1em;
}

img.partnerlogo {
  height: 50px;
}

.tier-thumb {
  max-width: 80px !important;
}

#register-form-container label,
#register-form-container a {
  color: #fff;
}

#register-form-container a {
  text-decoration: underline;
}

/*.ui.definition.table.partners tr td:first-child {*/
/*width: 200px;*/
/*}*/

/* ETFs page */

td.spotsvalue {
  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
}

img.etfinfographic {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

div.teal.stripe.banner {
  padding-bottom: 0;
}

.banner .ui.four.wide.column {
  padding-bottom: 1px !important;
}

.banner .ui.center.aligned.stackable.grid {
  display: flex;
}

.banner .ui.eight.wide.column {
  display: flex;
  align-items: center;
}

img.etfbanner {
  width: 300px;
}

/* Partner page */

.partner-banner {
  background-color: #1c3b53;
  padding: 120px 0;
}

@media (max-width: 560px) {
  .partner-banner {
    min-height: inherit;
  }

  .partner-banner h1 {
    line-height: inherit !important;
    padding: 30px 0;
  }
}

.checkbox .partner-checkbox {
  opacity: 1 !important;
}

.checkbox .partner-checkbox::before {
  opacity: 0.5 !important;
}

/* SematicUI wont center images on mobile so declear a height to force this */
.lightblue .items .item .small.image {
  max-width: 175px !important;
}

/* Landing Pages */

.imh {
  cursor: pointer;
}

.imh img {
  margin-bottom: 10px;
}

.landing-page-banner {
  background: url("../images/bg-genric-landing.png") no-repeat;
  background-position: center;
  background-size: cover;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("/static/images/bg-genric-landing.png"); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing.png"); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing.png"); /* FF3.6+  */
  background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing.png"); /* IE10  */
  background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing.png"); /* Opera 11.10+  */
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing.png"); /* W3C */
  background-color: #6ea499;
  padding: 120px 0;
}

.landing-page-banner-v2 {
  background: url("../images/bg-genric-landing-v2.png") no-repeat;
  background-position: center;
  background-size: cover;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("/static/images/bg-genric-landing-v2.png"); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing-v2.png"); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing-v2.png"); /* FF3.6+  */
  background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing-v2.png"); /* IE10  */
  background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing-v2.png"); /* Opera 11.10+  */
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("/static/images/bg-genric-landing-v2.png"); /* W3C */
  background-color: #6ea499;
  padding: 120px 0;
}

.landing-page-banner-v3 {
  background: url("../images/bg-genric-landing-v3.png") no-repeat;
  background-position: center;
  background-size: cover;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/static/images/bg-genric-landing-v3.png"); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v3.png"); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v3.png"); /* FF3.6+  */
  background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v3.png"); /* IE10  */
  background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v3.png"); /* Opera 11.10+  */
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v3.png"); /* W3C */
  background-color: #6ea499;
  padding: 120px 0;
}

.landing-page-banner-v4 {
  background: url("../images/bg-genric-landing-v4.png") no-repeat;
  background-position: center;
  background-size: cover;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/static/images/bg-genric-landing-v4.png"); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v4.png"); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v4.png"); /* FF3.6+  */
  background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v4.png"); /* IE10  */
  background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v4.png"); /* Opera 11.10+  */
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/static/images/bg-genric-landing-v4.png"); /* W3C */
  background-color: #6ea499;
  padding: 120px 0;
}

/* Referral Widget */
.referral-widget.column {
  padding: 1.5em 1em;
  overflow: auto;
  width: auto;
  background-color: #ffffff;
  margin: 50px auto;
}

/* ETF Landing Page */

div.etfvideo {
  max-width: 800px;
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* General */

.hide,
.ui.button.hide {
  display: none;
}

.translucent {
  opacity: 0.6;
}

.invisible {
  opacity: 0;
}

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

.left.aligned {
  text-align: left;
}

.right.aligned {
  text-align: right;
}

p.large {
  font-size: 1.125em;
}

p.huge {
  font-size: 1.3125em;
}

.clearfloat {
  clear: both;
}

.fitchild {
  height: 100%;
  overflow: auto;
}

.zeromargin {
  margin: 0 !important;
}

/* Responsive */

@media only screen and (max-width: 768px) {
  .mobilehide,
  .ui.table:not(.unstackable) tr.mobilehide {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .desktophide {
    display: none !important;
  }
}

.fakelabel {
  display: inline-block;
  width: 100px;
}

/* Forms */
input[type="radio"] {
  margin-right: 0.375em;
}

/* Colours */

.orange.text {
  color: #f37528 !important;
} /* rgba(243, 171, 40, 0.15)*/
.green.text {
  color: #78ab36 !important;
} /* rgba(120, 171, 54, 0.15)*/
.teal.text {
  color: #0093b5 !important;
} /* rgba(0, 147, 181, 0.15)*/
.blue.text {
  color: #0f52ba !important;
} /* rgba(15, 82, 186, 0.15)*/
.purple.text {
  color: #a172d0 !important;
} /* rgba(161, 114, 208, 0.15)*/
.white.text {
  color: #ffffff !important;
} /* rgba(161, 114, 208, 0.15)*/
.grey.text {
  color: #aaa !important;
}
.grey-darker.text {
  color: #666 !important;
}
.black.text {
  color: #393939 !important;
}
.bronze.text {
  color: #cd7f32 !important;
}
.silver.text {
  color: #a8a8a8 !important;
}
.gold.text {
  color: #daa520 !important;
}
.platinum.text {
  color: #434343 !important;
}

.light-blue.text {
  color: #a1c2cc;
}

@media (max-width: 500px) {
  .ui.form .six.wide.field.smsf-text-field {
    width: 100% !important;
  }
}

/*.orangebackground, .orangebackground.content {background: #F37528;} */ /* rgba(243, 171, 40, 0.15)*/
/*.greenbackground, .greenbackground.content {background: #78AB36;} */ /* rgba(120, 171, 54, 0.15)*/
/*.tealbackground, .tealbackground.content {background: #0093B5;} */ /* rgba(0, 147, 181, 0.15)*/
/*.bluebackground, .bluebackground.content {background: #0F52BA;} */ /* rgba(15, 82, 186, 0.15)*/
/*.purplebackground, .purplebackground.content {background: #A172D0;} */ /* rgba(161, 114, 208, 0.15)*/

.transparent.orange.background {
  background: rgba(243, 171, 40, 0.2) !important;
} /* rgba(243, 171, 40, 0.15)*/
.transparent.green.background {
  background: rgba(120, 171, 54, 0.2) !important;
} /* rgba(120, 171, 54, 0.15)*/
.transparent.teal.background {
  background: rgba(0, 147, 181, 0.2) !important;
} /* rgba(0, 147, 181, 0.15)*/
.transparent.blue.background {
  background: rgba(15, 82, 186, 0.2) !important;
} /* rgba(15, 82, 186, 0.15)*/
.transparent.purple.background {
  background: rgba(161, 114, 208, 0.2) !important;
} /* rgba(161, 114, 208, 0.15)*/

.transparent.bronze.background {
  background: rgba(205, 127, 50, 0.2) !important;
} /* rgba(161, 114, 208, 0.15)*/
.transparent.silver.background {
  background: rgba(168, 168, 168, 0.2) !important;
} /* rgba(161, 114, 208, 0.15)*/
.transparent.gold.background {
  background: rgba(218, 165, 32, 0.2) !important;
} /* rgba(161, 114, 208, 0.15)*/
.transparent.platinum.background {
  background: rgba(67, 67, 67, 0.2) !important;
} /* rgba(161, 114, 208, 0.15)*/

.orange.background {
  background: rgba(243, 171, 40, 0.9) !important;
} /* rgba(243, 171, 40, 0.15)*/
.green.background {
  background: rgba(120, 171, 54, 0.9) !important;
} /* rgba(120, 171, 54, 0.15)*/
.teal.background {
  background: rgba(0, 147, 181, 0.9) !important;
} /* rgba(0, 147, 181, 0.15)*/
.blue.background {
  background: rgba(15, 82, 186, 0.9) !important;
} /* rgba(15, 82, 186, 0.15)*/
.purple.background {
  background: rgba(161, 114, 208, 0.9) !important;
} /* rgba(161, 114, 208, 0.15)*/
.grey.background {
  background: #fafafa !important;
}

.white.background {
  background: #fff !important;
} /* rgba(0, 147, 181, 0.15)*/

.lazblue.background {
  background: #d8eef3 !important;
} /* rgba(0, 147, 181, 0.15)*/

.orangeborder {
  border-color: #f37528;
} /* rgba(243, 171, 40, 0.15)*/
.greenborder {
  border-color: #78ab36;
} /* rgba(120, 171, 54, 0.15)*/
.tealborder {
  border-color: #0093b5;
} /* rgba(0, 147, 181, 0.15)*/
.blueborder {
  border-color: #0f52ba;
} /* rgba(15, 82, 186, 0.15)*/
.purpleborder {
  border-color: #a172d0;
} /* rgba(161, 114, 208, 0.15)*/

/* Page content */

/* Portfolios page */

.ui.definition.table.portfolioindex td:not(:first-child),
.ui.definition.table.portfolioindex th:not(:first-child),
.ui.definition.table.allocation td:not(:first-child),
.ui.definition.table.allocation th:not(:first-child) {
  width: 90px;
  text-align: center;
}

/* Fees Page*/

table.fees h3 {
  margin-bottom: 0;
  margin-top: 10px;
}

.ui.definition.table.fees td,
.ui.definition.table.fees td:nth-child(2) {
  text-align: center;
  border: none;
  box-shadow: none;
}

.ui.definition.table.fees tr:nth-child(odd) td {
  border-top: 1px solid #ccc;
}

.ui.definition.table.fees tr:nth-child(odd) td:first-child {
  border-right: 1px solid #ccc;
  text-align: left;
}

.ui.definition.table.fees tr:first-child td {
  border-top: none;
}

span.price {
  font-size: 2em;
}

td.plus {
  padding-top: 1.5em;
  font-size: 1.5em;
}

p.break {
  border-top: 1px solid #0093b5;
  padding-top: 6px;
  margin-top: 12px;
}

span.small,
p.small {
  font-size: 0.875em;
}

/* Bio */

.bio-container .ui.grid > .column:not(.row),
.bio-container .ui.grid > .row > .column {
  padding-left: 0.8em !important;
  padding-right: 0.8em !important;
}

.bio-container h2 {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 12px !important;
  margin-top: 17px !important;
}

.bio-container h3 {
  letter-spacing: 0.075em;
  font-size: 13px;
  line-height: 13px;
  margin-top: 0 !important;
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bio-container h3.grey {
  color: #999999;
  margin-bottom: 0;
}

.bio-container p {
  color: #444444;
  padding-top: 20px !important;
  font-size: 16px;
}

.mr-boss-man h3 {
  margin-bottom: 50px !important;
}

.troopers.ui.grid,
.advisoryboard .ui.grid {
  margin-top: 32px;
}

.advisoryboard .eight.wide.column {
  /*display: flex;*/
}

#advisoryboard {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .advisoryboard .eight.wide.column p {
    position: absolute;
    bottom: 5px;
  }
  .ourinvestors img {
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.troopers .team-img {
  margin-bottom: 40px;
}

.trooper-spacer {
  height: 40px;
}

.ourinvestors img {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .ourinvestors img {
    max-width: 300px !important;
    margin: 0 auto 30px auto;
  }
}

article {
  max-height: 3em;
}
/*.bio-container { overflow: auto; }
.bio-container article { max-height: 3em; }*/
a[data-readmore-toggle] {
  margin-bottom: 10px;
}

/*img.bio {
    width: 115px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

div.bio {
    padding-top: 1px;
    margin-top: 0;
}

h4.bio {
    margin-bottom: 4px;
}

div.bio {
    overflow: auto;
    width: auto;
    margin-top: 0;
}

img.bio {
    margin-top: 2em;
}*/

/* team */

.team-img-container .team-img-funny {
  display: none;
}

.team-img-container:hover .team-img-funny {
  display: block !important;
}

.team-img-container:hover .team-img {
  display: none;
}

/* Press */

h3.press {
  margin-bottom: 0.2em;
  margin-top: 2em;
}

img.press {
  max-height: 2.3em;
  max-width: 304px;
}

/* Managed Funds */

img.riskreturn {
  width: 100%;
  margin: 1.5em 0 0.75em 0;
}

/* 3rd Party Content */

iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/* PINWHEEL */

.clear {
  clear: both;
}

body {
  color: #555555;
  margin: 0;
  overflow-y: scroll;
  position: relative;
}

.dimmable {
  background-color: #333;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: proxima-nova, sans-serif;
}

h1 {
  font-size: 48px;
  color: #1c3b53;
  font-weight: 800;
}

h2 {
  font-size: 30px;
  color: #a1c2cc;
  font-weight: 800;
}

h3 {
  font-size: 24px;
  color: #555555;
  font-weight: 600;
}

h4,
h5 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.subpage a,
.grey-supp p a {
  text-decoration: underline;
  color: #333333;
}

.subpage a:hover,
.grey-supp p a:hover {
  color: #111111;
}

.rating_blue {
  color: #0093b5;
}

.rating_green {
  color: #78ab36;
}

.rating_orange {
  color: #0094b5;
}

#rating {
  font-size: 24px;
  line-height: 1;
  margin-top: -8px;
  vertical-align: middle;
  /*float: left;*/
  text-align: left;
  height: 24px;
}

#trend_chart_div {
  height: 180px;
}

.rating_label {
  /*float: left;*/
  margin-top: 16px;
  width: auto !important;
  /*text-align: left !important;*/
  text-align: left;
}

/*a, a:hover, a:visited {*/
/*color: #0094b5;*/
/*}*/

.themes .allocationassets {
  margin-top: 70px;
}

.themes table.ui.table.allocationassets .js-added td.title {
  padding-left: 2rem;
}

.themes .ui.grid div.selections-left {
  margin-bottom: 1rem;
  vertical-align: bottom;
}

.themes .ui.form .grouped.fields .field {
  display: inline-block;
}
.themes .ui.segment.attached {
  padding: 1rem;
}
@media only screen and (max-width: 620px) {
  .themes .ui.form .grouped.fields .field {
    display: block;
    width: 100% !important;
  }
  .themes .ui.segment.attached {
    padding: 0.5rem;
  }
  .ui.grid [class*="right aligned"].column {
    width: 100% !important;
    text-align: left !important;
  }
}

.portfolio-theme > div.twelve.wide.column,
.portfolio-theme > div.eight.wide.column {
  padding: 0.5rem 2rem 0 2rem;
}
.portfolio-theme .ui.teal.ribbon.label {
  margin-left: 1rem;
}

@media only screen and (max-width: 991px) {
  .portfolio-theme div.eight.wide.column,
  .portfolio-theme div.four.wide.column {
    width: 100% !important;
  }
  .portfolio-theme .allocationassets {
    margin-top: inherit;
  }
}

.searchHeading {
  padding: 15px 5px 0 5px;
  text-transform: uppercase;
  color: #666;
  font-size: 11px;
}

/*.tt-dropdown-menu {*/
/*background: #fff;*/
/*width: 318px;*/
/*max-height: 600px;*/
/*overflow-y: auto;*/
/*padding: 5px;*/
/*padding-bottom: 10px;*/
/*border-left: 1px solid #eee;*/
/*border-right: 1px solid #eee;*/
/*border-bottom: 1px solid #eee;*/
/*}*/

.breadcrumb,
.breadcrumb_text {
  cursor: pointer;
}

/*.tt-hint {*/
/*display: none;*/
/*}*/

/*.tt-suggestion {*/
/*cursor: pointer;*/
/*padding: 1px 15px;*/
/*margin: 5px 5px 0 5px;*/
/*background: #eaeaea;*/
/*}*/

/*.tt-suggestion.tt-cursor {*/
/*background: #0094b5;*/
/*color: #fff;*/
/*}*/

/*.tt-suggestions {*/
/*border: none;*/
/*}*/

#searchBox {
  width: 302px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  outline: none;
  color: #666;
}

#chart_container {
  width: 600px;
  float: left;
  position: relative;
}

#breadcrumbs {
  padding: 15px 0 0;
  width: 600px;
  height: 50px;
}

.breadcrumb_text {
  font-size: 11px;
  fill: #fff;
}

#pinwheelcontainer {
  position: relative;
  margin: 0;
  /*height: 800px;*/
  /*width: 600px;*/
}
#pinwheelcontainer h1 {
  font-size: 32px;
  line-height: 34px;
  margin: 0px 0px 20px 0;
  color: #0094b5;
}
#pinwheelcontainer h2 {
  font-weight: normal;
  line-height: 15px;
  color: #0094b5;
  font-size: 12px;
}
#pinwheelcontainer h3 {
  margin: 0;
  font-weight: normal;
  color: #666;
}
#pinwheelcontainer #chart {
  width: 560px;
  padding: 20px 0;
}
#pinwheelcontainer #chart path {
  cursor: pointer;
}
#pinwheelcontainer #toggles {
  margin: 30px 90px;
  text-align: center;
}
#pinwheelcontainer #toggles button.year_toggle {
  height: 30px;
  padding: 0 10px;
  background: #fafafa;
  border: 1px solid #ccc;
  cursor: pointer;
}
#pinwheelcontainer #toggles button.year_toggle:hover {
  background: #fd8d3c;
  border: 1px solid #0094b5;
}
#pinwheelcontainer #toggles button.year_toggle.active {
  background: #0094b5;
  border: 1px solid #0094b5;
  color: #fff;
}
#pinwheelcontainer #sidebar {
  padding: 0.5em 1em;

  float: right;
  clear: right;
  width: 312px;

  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;

  margin-bottom: 1.5em;
  margin-top: 0.75em;
}
#pinwheelcontainer #sidebar .item_detail {
  /*margin-top: 20px;*/
  /*background: #fafafa;*/
  /*border: 1px dashed #0094b5;*/
  /*padding: 20px;*/
  height: 820px;

  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  color: #0094b5;
  text-shadow: 0px 1px white;
}

p.legend {
  float: left;
  font-size: 14px;
  margin-right: 12px;
}

p.legend b {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
}
p.legend b.grey {
  background: #ccc;
}

p.legend b.teal {
  background: #0094b5;
}

#pinwheelcontainer #sidebar .item_detail .item_name_container {
  /*width: 284px;*/
  height: 116px;
  margin-bottom: 5px !important;
  display: block;
  overflow-y: hidden;
}
#pinwheelcontainer #sidebar .item_detail .row {
  margin-bottom: 20px;
  /*padding-left: 5px;*/
}
#pinwheelcontainer #sidebar .item_detail .row .label {
  /*width: 250px;*/
  text-transform: uppercase;
  text-align: left;

  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  color: #0094b5;
  text-shadow: 0px 1px white;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
  padding-top: 12px;
  margin-bottom: 12px;
}
#pinwheelcontainer #sidebar .item_detail .row .share_container {
  width: 90px;
  float: left;
  position: relative;
}
#pinwheelcontainer #sidebar .item_detail .row .share_container h4 {
  font-weight: normal;
  line-height: 11px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;

  font-family: "myriad-pro", Lucida Sans Unicode, Lucida Grande, sans-serif,
    sans-serif;
  color: #0094b5;
  text-shadow: 0px 1px white;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
  padding-top: 12px;
  margin-bottom: 12px;
}
#pinwheelcontainer #sidebar .item_detail .row .share_container .chart_label {
  position: absolute;
  width: 90px;
  left: 0;
  top: 73px;
  text-align: center;
  color: #0094b5;
  font-size: 12px;
}
#pinwheelcontainer #sidebar .item_detail .row .value {
  margin-top: 3px;
  color: #0094b5;
  font-size: 24px;
  line-height: 26px;
}
#pinwheelcontainer #sidebar .item_detail .row .value.description {
  font-size: 12px;
  line-height: 14px;
}
#pinwheelcontainer #sidebar .item_detail .row #item_name.value {
  font-size: 22px;
  line-height: 1.4;
}
#pinwheelcontainer #sidebar .item_detail .row #item_name.value.small {
  font-size: 22px;
  line-height: 1.4;
}
#pinwheelcontainer #sidebar .item_detail .row #item_type.value {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4;
}
#pinwheelcontainer #sidebar .item_detail .row #item_asx {
  font-size: 16px;
  line-height: 1.4;
  color: #888;
}
#pinwheelcontainer #sidebar .item_detail .row .value.source {
  font-size: 10px;
  line-height: 12px;
}
#pinwheelcontainer #sidebar .item_detail .col {
  float: left;
  width: 90px;
}
#pinwheelcontainer #sidebar .item_detail .col .label {
  width: 80px !important;
  text-align: center;
}

#pinwheelcontainer #sidebar div.pinwheelleftcol {
  width: 300px;
}

#pinwheelcontainer #sidebar div.pinwheelrightcol {
  width: 300px;
  float: right;
}

#pinwheelcontainer #footer {
  clear: both;
  color: #888;
  font-size: 12px;
  line-height: 22px;
  padding-top: 0;
}
#pinwheelcontainer #footer .description {
  float: left;
  width: 965px;
}
#pinwheelcontainer #footer .twitter_share {
  float: left;
  width: 65px;
}
#pinwheelcontainer #footer .facebook_share {
  float: left;
  width: 65px;
}
#pinwheelcontainer .total_head {
  font-size: 11px;
  font-weight: bold;
  fill: #666;
  text-transform: uppercase;
  cursor: pointer;
}
#pinwheelcontainer text.total_body {
  font-size: 32px;
  fill: #0094b5;
  cursor: pointer;
}
#pinwheelcontainer text.total_caption {
  font-size: 12px;
  fill: #666;
  text-transform: uppercase;
}
#pinwheelcontainer .click_reset {
  fill: #999;
  font-size: 10px;
  cursor: pointer;
}

g text {
  /*fill: #393939;*/
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* TYPEAHEAD */

.tt-dropdown-menu,
.gist {
  text-align: left;
}

/* base styles */
/* ----------- */

/*.title,*/
/*.example-name {*/
/*font-family: Prociono;*/
/*}*/

p {
  /*margin: 0 0 10px 0;*/
}

/* site theme */
/* ---------- */

/*.title {*/
/*margin: 20px 0 0 0;*/
/*font-size: 64px;*/
/*}*/

/*.example {*/
/*padding: 30px 0;*/
/*}*/

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
  /*width: 396px;*/
  /*height: 30px;*/
  /*padding: 8px 12px;*/
  /*font-size: 24px;*/
  /*line-height: 30px;*/
  /*border: 2px solid #ccc;*/
  /*-webkit-border-radius: 8px;*/
  /*-moz-border-radius: 8px;*/
  /*border-radius: 8px;*/
  /*outline: none;*/
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  /*border: 1px solid #0097cf;*/
  outline-width: 3px;
  outline-offset: -0px;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.tt-hint {
  color: #aaa;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 6px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion p {
  padding: 3px 9px;
  font-size: 16px;
  line-height: 1.3;
}

.tt-suggestion.tt-is-under-cursor {
  /*}, .tt-suggestion.tt-is-under-cursor p {*/
  /*color: #fff;*/
  background: rgba(0, 147, 181, 0.15);
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

.example-twitter-oss .tt-suggestion {
  padding: 8px 20px;
}

.example-twitter-oss .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}

.example-twitter-oss .repo-language {
  float: right;
  font-style: italic;
}

.example-twitter-oss .repo-name {
  font-weight: bold;
}

.example-twitter-oss .repo-description {
  font-size: 14px;
}

.example-sports .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

.example-arabic .tt-dropdown-menu {
  text-align: right;
}

#floatingCirclesG {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  z-index: 102;
  border-radius: 4px;
  width: 128px;
  height: 128px;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.f_circleG {
  position: absolute;
  height: 23px;
  width: 23px;
  -moz-border-radius: 12px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 0.64s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 12px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 12px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 0.64s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 12px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 0.64s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 12px;
  animation-name: f_fadeG;
  animation-duration: 0.64s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#frotateG_01 {
  left: 0;
  top: 52px;
  -moz-animation-delay: 0.24s;
  -webkit-animation-delay: 0.24s;
  -ms-animation-delay: 0.24s;
  -o-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

#frotateG_02 {
  left: 15px;
  top: 15px;
  -moz-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

#frotateG_03 {
  left: 52px;
  top: 0;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#frotateG_04 {
  right: 15px;
  top: 15px;
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

#frotateG_05 {
  right: 0;
  top: 52px;
  -moz-animation-delay: 0.56s;
  -webkit-animation-delay: 0.56s;
  -ms-animation-delay: 0.56s;
  -o-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

#frotateG_06 {
  right: 15px;
  bottom: 15px;
  -moz-animation-delay: 0.64s;
  -webkit-animation-delay: 0.64s;
  -ms-animation-delay: 0.64s;
  -o-animation-delay: 0.64s;
  animation-delay: 0.64s;
}

#frotateG_07 {
  left: 52px;
  bottom: 0;
  -moz-animation-delay: 0.72s;
  -webkit-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  -o-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

#frotateG_08 {
  left: 15px;
  bottom: 15px;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-moz-keyframes f_fadeG {
  0% {
    background-color: #ffffff;
  }

  100% {
  }
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: #ffffff;
  }

  100% {
  }
}

@-ms-keyframes f_fadeG {
  0% {
    background-color: #ffffff;
  }

  100% {
  }
}

@-o-keyframes f_fadeG {
  0% {
    background-color: #ffffff;
  }

  100% {
  }
}

@keyframes f_fadeG {
  0% {
    background-color: #ffffff;
  }

  100% {
  }
}

.year_selector {
  width: 312px;
  float: right;
  clear: right;
  line-height: 40px;
}
.year_selector .ui.selection.dropdown {
  min-width: 90px;
  float: right;
}
#pinwheelcontainer .turquoise {
  background: #0094b5;
}

@media (max-width: 1100px) {
  #pinwheelcontainer #chart_container {
    width: 60%;
  }
  #pinwheelcontainer #chart {
    width: 100%;
    text-align: center;
  }

  #pinwheelcontainer #breadcrumbs {
    width: 100%;
  }
}

@media (max-width: 959px) {
  #pinwheelcontainer #chart_container {
    width: 100%;
  }

  #pinwheelcontainer #chart {
    margin: auto;
    margin-top: 30px;
  }

  #pinwheelcontainer #sidebar.embossed {
    clear: both;
    margin: auto;
    float: none;
  }

  #pinwheelcontainer #chart {
    width: 100%;
    text-align: center;
  }

  #pinwheelcontainer #breadcrumbs {
    width: 100%;
  }

  #pinwheelcontainer .year_selector {
    width: 100%;
    padding: 20px 20px;
    float: none;
  }
}

/* Admin toobar fix for semantic + django CMS in structure view */
.cms-ready body.dimmable {
  position: inherit !important;
}

/* Misc ipad styles */

@media (max-width: 768px) {
  /* For the signup steps */
  .ui.step,
  .ui.steps .step {
    font-size: 12px;
  }
  .media,
  div.partners {
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  img.media {
    height: 1.2em;
  }
}

/* IE style fixes */

.is-ie .natural-form-container .ui.popup {
  max-width: 100% !important;
}

/* Colored text */
.white.text {
  color: white;
}
.aqua.text {
  color: #0095b5;
}

/* Homepage zigzag strips */
.text-left {
  padding-right: 50px;
}
.text-right {
  padding-left: 50px;
}
.text-center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.homepage .full-width {
  width: 90%;
}

/*Investing for kids landing page*/

@font-face {
  font-family: "stockspot-supp";
  src: url("/static/signup/fonts/stockspot-supp.eot?40674441");
  src: url("/static/signup/fonts/stockspot-supp.eot?40674441#iefix")
      format("embedded-opentype"),
    url("/static/signup/fonts/stockspot-supp.woff2?40674441") format("woff2"),
    url("/static/signup/fonts/stockspot-supp.woff?40674441") format("woff"),
    url("/static/signup/fonts/stockspot-supp.ttf?40674441") format("truetype"),
    url("/static/signup/fonts/stockspot-supp.svg?40674441#stockspot-supp")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'stockspot-supp';
    src: url('../font/stockspot-supp.svg?40674441#stockspot-supp') format('svg');
  }
}
*/

[class^="icons-"]:before,
[class*=" icons-"]:before,
.landing-page-fatcat i.icon.dropdown:before,
.landing-page-fatcat i.icon.triangle.down:before {
  font-family: "stockspot-supp";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icons-right-open-big:before {
  content: "\e806";
} /* '' */
.icons-left-open-big:before {
  content: "\e805";
} /* '' */

.icons-down-open:before {
  content: "\e800";
} /* '' */
.icons-left-open:before {
  content: "\e801";
} /* '' */
.icons-right-open:before {
  content: "\e802";
} /* '' */
.icons-up-open:before {
  content: "\e803";
} /* '' */

.landing-page-fatcat i.icon.dropdown:before,
.landing-page-fatcat i.icon.triangle.down:before {
  content: "\e800" !important;
  vertical-align: top;
}

.lb {
  display: block;
  clear: both;
}

@media (max-width: 1024px) {
  .lb {
    display: inline;
    clear: none;
  }
}

@media (max-width: 500px) {
  .lb-mobile {
    display: block;
    clear: both;
  }
}

.landing-page-fatcat .stage2,
.landing-page-fatcat .stage3 {
  display: none;
}

.ie-message,
.server-error {
  font-size: 12px;
  display: none;
}

.ie-message .ui.info.message,
.server-error .ui.info.message {
  display: block;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .factcat-form-grid-header .stage2 .form h2 {
    width: 480px;
  }
  .factcat-form-grid-header .stage2 .form p {
    width: 450px;
  }
}

.popup-fc {
  font-size: 10px;
  max-width: 250px;
  color: #444;
}

.landing-page-fatcat ul {
  padding-left: 20px;
}

.landing-page-fatcat ul li p {
  font-size: 14px;
  line-height: 1.2rem;
}

.landing-page-fatcat .success-p,
.landing-page-fatcat .success-p a {
  color: #999;
  font-size: 14px;
}

.landing-page-fatcat .success-p a {
  text-decoration: underline;
}

.landing-page-fatcat .identify-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.landing-page-fatcat .extra-padding-left {
  padding-left: 30px !important;
}

.landing-page-fatcat .video-slider .item,
.landing-page-fatcat .video-slider .horizontal.list {
  vertical-align: top;
}

.landing-page-fatcat .inner-container {
  max-width: 800px;
  margin: 0 auto;
}

.landing-page-fatcat .inner-container .ui.grid > [class*="six wide"].column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.landing-page-banner-fatcat h1 {
  font-size: 60px;
  line-height: 65px;
}

.factcat-form-container {
  margin-top: -190px !important;
  margin-bottom: 100px !important;
}

.factcat-form-grid-header {
  border-top: 12px solid #f1f1f1;
  padding: 50px 0 0 0 !important;
  margin-bottom: 0;
}

.factcat-form-grid {
  padding-bottom: 50px !important;
}

.factcat-form-grid .form,
.factcat-form-grid-header .form {
  max-width: 350px;
  margin: 0 auto;
}

.factcat-form-grid .ui.form .field > label {
  margin-bottom: 10px;
}

.landing-page-fatcat .border-right {
  border-right: 1px solid #cccccc;
}

.landing-page-fatcat .stage3 .border-top {
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}

.share-box {
  padding-left: 25px;
}

.share-box-title {
  color: #333;
  font-weight: 100;
  display: block;
  padding-top: 15px;
}

.share-box-list {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  padding: 0 !important;
}

.share-box-list li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}

.share-box-list li a {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in;
}

.share-box-list li a img {
  vertical-align: middle;
}

.share-box-list li a.facebook {
  background: #21519d;
}

.share-box-list li a.facebook:hover {
  background: #1e4a91;
}

.share-box-list li a.facebook img {
  height: 15px;
}

.share-box-list li a.twitter {
  background: #00abe6;
}

.share-box-list li a.twitter:hover {
  background: #0f9ccf;
}

.share-box-list li a.twitter img {
  height: 14px;
}

.share-box-list li a.linkden {
  background: #0078bb;
}

.share-box-list li a.linkden:hover {
  background: #096eab;
}

.share-box-list li a.linkden img {
  height: 13px;
}

.share-box-list li a.googleplus {
  background: #dd4d3f;
}

.share-box-list li a.googleplus:hover {
  background: #c94538;
}

.share-box-list li a.googleplus img {
  height: 12px;
}

.quote-text {
  color: #0095b5;
  /*font-weight: bold;*/
  font-size: 16px;
  /*font-style: italic;*/
  border-left: 2px solid #0095b5;
  padding: 0 30px 0 15px;
}

.factcat-form-grid .ui.form ::placeholder,
.factcat-form-grid .ui.form .default.text {
  font-size: 14px !important;
  color: #777 !important;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.factcat-form-grid .ui.form ::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #777 !important;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.factcat-form-grid .ui.form :-ms-input-placeholder {
  font-size: 14px !important;
  color: #777 !important;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.factcat-form-grid .ui.form ::-moz-placeholder {
  font-size: 14px !important;
  color: #777 !important;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.factcat-form-grid .ui.form input,
.factcat-form-grid .dropdown .text,
.factcat-form-grid .ui.selection.dropdown .menu > .item {
  font-size: 14px !important;
  color: #333;
}

.factcat-form-grid .ui.selection.dropdown {
  padding: 15px;
}

.factcat-form-grid .ui.form :focus,
.factcat-form-grid .ui.selection.visible.dropdown,
.factcat-form-grid .ui.selection.visible.dropdown .menu,
.factcat-form-grid .ui.selection.visible.dropdown:hover,
.factcat-form-grid .ui.selection.visible.dropdown:hover .menu {
  border-color: #78ab36 !important;
}

.factcat-form-grid .ui.form .field > .selection.dropdown > .dropdown.icon {
  color: #333333;
  font-size: 20px;
  opacity: 1;
  /* top: 9px; */
  line-height: 20px;
}

.factcat-form-grid .dollar {
  position: relative;
}

.factcat-form-grid .dollar:before {
  position: absolute;
  content: "$";
  left: 15px;
  top: 14px;
  z-index: 1000;
  font-size: 14px;
  color: #333333;
}

.factcat-form-grid .dollar input {
  padding-left: 25px !important;
}

.landing-page-banner-kids,
.landing-page-banner-fatcat {
  background: url("/static/images/landing-page-banner-kids-bg.png");
  background-repeat: repeat-x;
  background-position: top;
  background-size: contain;
  padding: 140px 0 140px 0;
}

.landing-page-banner-fatcat {
  padding: 100px 0 80px 0;
}

.landing-page-banner-fatcat {
  padding: 140px 0 220px 0;
}

.landing-page-banner-fatcat img.image {
  max-width: 230px;
  margin-right: 100px !important;
}

.landing-page-banner-kids img {
  width: 460px;
  margin-top: -132px;
}

.landing-page-banner-kids p,
.landing-page-banner-fatcat p {
  font-size: 18px !important;
  line-height: 1.8rem !important;
  font-weight: 300;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.landing-page-investing-for-kids {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.landing-page-banner-kids .stackable.grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

.landing-page-investing-for-kids div.stripe.stripe-pad {
  padding: 85px 0 !important;
}

.landing-page-investing-for-kids .ui.header {
  color: #333;
}

.landing-page-investing-for-kids p {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6rem;
  color: #444;
}

.landing-page-investing-for-kids .text-link,
.factcat-form-container .text-link {
  color: #999;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.feature-box-grid {
  margin: 0 -40px !important;
}

.feature-box-grid .column {
  padding: 0 40px !important;
}

.feature-box {
  padding: 30px;
  background: #fff;
}

.landing-page-fatcat .feature-box,
.landing-page-fatcat span.circle.white {
  background: #f7f7f7 !important;
}

.landing-page-fatcat .feature-box .small-p {
  color: #555;
}

.landing-page-investing-for-kids p.heading-p,
.landing-page-fatcat p.heading-p {
  font-size: 18px;
  color: #333;
}

.landing-page-fatcat p.small-p,
.landing-page-investing-for-kids p.small-p {
  font-size: 14px;
  line-height: 1.2rem;
}

.landing-page-investing-for-kids h1 {
  font-size: 48px;
  line-height: 52px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.video-slider {
  max-width: 600px;
  margin: 0 auto;
}

.video-slider .slick-slide {
  /*min-height: 350px;*/
}

.video-slider .slick-slide iframe {
  /*height: 350px;*/
  width: 100% !important;
  /*height: auto   !important;*/
}

.video-info {
  padding: 30px;
}

.video-info .name {
  font-weight: 600;
  letter-spacing: 0.075em;
}

.slick-btn {
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  font-size: 25px;
  line-height: 40px;
  color: #bbb;
  text-align: center;
}

.slick-btn:hover {
  background: #fff;
  color: #999;
}

.slick-btn i.icon {
  margin: 0 !important;
}

.slick-btn.prev {
  position: absolute;
  left: -60px;
  top: 175px;
  margin-top: -20px;
  text-indent: -2px;
}

.slick-btn.next {
  position: absolute;
  right: -60px;
  top: 175px;
  margin-top: -20px;
  text-indent: 2px;
}

.ui.grid.app__start__steps {
  margin: 40px 80px 0;
  text-align: center;
}

.app__start__steps__step {
  position: relative;
  font-size: 15px;
  color: #aaaaaa;
  font-family: proxima-nova, sans-serif;
  border-radius: 50%;
  width: 30px;
  display: inline-block;
  height: 30px;
  border: 1px solid #aaaaaa;
  text-align: center;
  line-height: 29px;
  padding: 0;
}

.app__start__steps__step .step__text {
  position: absolute;
  top: 30px;
  font-size: 10px;
  line-height: 10px;
  color: #aaaaaa;
  left: -65px;
  width: 150px;
  border-radius: 4px;
  padding: 15px 0;
}

.app__start__steps__step.active {
  color: #0095b5;
  border-color: #0095b5;
}

.app__start__steps__step.active .step__text {
  color: #0095b5;
}

.app__start__steps__divider {
  margin-top: 14px;
  margin-left: 5px;
  margin-right: 5px;
  border-top: 2px dotted #aaaaaa;
}

.ssup-form {
  margin-top: 50px;
}

.ssup-form.ui.form input,
.landing-page-fatcat .ui.form input {
  border-color: #cbcbcb;
  color: #333333 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px !important;
}

.landing-page-fatcat .ui.form input {
  padding: 15px;
}

.landing-page-fatcat .ui.form .field .error:disabled {
  border-color: #cbcbcb !important;
}

,
.ssup-form.ui.form > ::placeholder,
.ssup-form.ui.form > ::-webkit-input-placeholder,
.ssup-form.ui.form > :-ms-input-placeholder,
.ssup-form.ui.form > ::-moz-placeholder {
  color: #333333 !important;
  font-size: 14px !important;
}

.ssup-form.ui.form .checkbox label,
.landing-page-fatcat .checkbox label {
  font-size: 12px;
  text-align: left;
}

.landing-page-fatcat .checkbox {
  width: 100%;
}

.ssup-form.ui.form .checkbox label a {
  color: #393939;
  text-decoration: underline;
}

.ssup-form.ui.form .checkbox label a:hover {
  color: #393939;
  text-decoration: none;
}

.ssup-form.ui.form .field {
  margin-bottom: 25px;
}

.ssup-form.ui.form .email_error,
.ssup-form.ui.form .password_error,
.ssup-form.ui.form label.error,
.landing-page-fatcat .ui.form .error_continer,
.landing-page-fatcat .ui.form label.error {
  font-size: 14px;
  color: #e20e09;
  text-align: left;
  font-weight: 400;
  margin-top: 5px;
}

.ssup-form.ui.form .error,
.ui.checkbox label.error:before,
.landing-page-fatcat .ui.form .error,
.landing-page-fatcat .ui.checkbox label.error:before {
  border-color: #e20e09 !important;
}

.ssup-form.ui.form input:focus,
.landing-page-fatcat .ui.form input:focus,
.ssup-form.ui.form .ui.checkbox input:focus ~ .box:before,
.landing-page-fatcat .ui.checkbox input:focus ~ .box:before,
.ssup-form.ui.form .ui.checkbox input:focus ~ label:before,
.landing-page-fatcat .ui.form .ui.checkbox input:focus ~ label:before {
  border-color: #78ab36 !important;
}

.ssup-form.ui.form .error:focus,
.landing-page-fatcat .ui.form .error:focus {
  border-color: #e20e09 !important;
}

.error-link {
  color: #e20e09;
  text-decoration: underline;
}

.error-link:hover {
  color: #912d2b;
}

.footer-extra {
  color: #ddd !important;
}

.mobile.only {
  display: none !important;
}

.cover-img {
  margin-top: -25px;
}

/*mobile and tablet*/
@media only screen and (max-width: 768px) {
  .hide.mobile {
    display: none !important;
  }

  .mobile.only {
    display: block !important;
  }

  .landing-page-banner-kids {
    padding: 50px 20px;
  }

  .landing-page-investing-for-kids h1,
  .landing-page-banner-fatcat h1 {
    font-size: 33px;
    line-height: 37px;
  }

  .landing-page-investing-for-kids h2.ui.header,
  .landing-page-banner-fatcat h2.ui.heade {
    font-size: 28px;
  }

  .landing-page-banner-kids img {
    width: 60%;
    margin-top: 20px;
  }

  .video-slider {
    margin: 0 35px;
  }

  .slick-btn.next {
    right: -40px;
  }

  .slick-btn.prev {
    left: -40px;
  }

  .ui.grid.app__start__steps {
    margin: 40px 0 0;
  }

  .app__start__steps__step .step__text {
    width: 100px;
    left: -35px;
  }

  /*Fat cat*/

  .landing-page-banner-fatcat {
    padding: 40px 20px 180px 20px;
  }

  .factcat-form-container {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .factcat-form-grid .border-right,
  .landing-page-fatcat .video-info .border-right {
    border: none;
  }

  .landing-page-fatcat .video-slider {
    margin: 0 auto !important;
  }

  .landing-page-fatcat .extra-padding-left {
    padding-left: 0 !important;
  }

  #player-one {
    margin-top: -26px;
  }

  .landing-page-fatcat .feature-box-grid .column {
    padding: 0 20px !important;
  }
}

/*mobile only*/
@media only screen and (max-width: 767px) {
  .ui.stackable.grid.mobile.reversed {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .landing-page-banner-fatcat img.image {
    margin: 0 auto !important;
    max-width: 180px;
    float: none !important;
  }
  .cover-img {
    display: none !important;
  }

  .share-box {
    padding-left: 0;
  }

  .factcat-form-container {
    padding: 0 20px !important;
  }

  .factcat-form-container .ui.stackable.grid > .column:not(.row) {
    padding: 0 20px !important;
  }
}

/* landing page investing options
*/

.landing-page-investing-options {
  background-image: url(/static/images/background-illustrations-repeat.png);
  background-color: #139eb9;
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}

.landing-page-investing-options h1 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 49px;
}

.landing-page-investing-options p {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.landing-page-investing-options .banner {
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media only screen and (min-width: 769px) {
  .landing-page-investing-options .banner {
    padding-top: 100px;
    background-image: url(/static/images/background-illustrations.png);
  }
}

@media only screen and (max-width: 768px) {
  .landing-page-investing-options .banner {
    padding-top: 70px;
    background-image: url(/static/images/background-illustrations-mobile.png);
  }
}

.landing-page-investing-options .banner .container {
  padding: 0 20px;
}

/* css for client testimonial section*/

.client-testimonial-row {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.client-testimonial-row .slick-track {
  display: flex !important;
}

.client-testimonial-row .slick-slide {
  height: inherit !important;
}

.client-testimonial-row .slick-dots {
  bottom: -60px;
}

.client-testimonial-row .slick-dots li button:before {
  font-size: 11px;
}

.client-testimonial-row .slick-dots li {
  margin: 0 1px;
}

.client-testimonial-box {
  border: 1px solid #cccccc;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: left;
  float: left;
  margin: 0 10px;
  padding: 20px !important;
  height: 100%;
}

.client-testimonial-box-row {
  margin-bottom: 5px;
}

.client-testimonial-star {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  display: inline !important;
}

.client-testimonial-title {
  font-size: 17px;
  font-weight: bold;
  font-family: "proxima-nova";
  color: rgb(51, 51, 51);
  line-height: 1.235;
  margin: 20px 0 10px 0;
}

.client-testimonial-text {
  font-size: 13px !important;
}

.client-testimonial-name {
  font-size: 12px;
  font-family: "proxima-nova";
  color: rgb(153, 153, 153);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.583;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.slick-next {
  display: none !important;
}

.ui.steps .step.active .title,
.ui.ordered.steps .step.active:before,
.ui.steps .active.step .icon {
  color: #fff;
}

.ui.ordered.steps .step.completed:before,
.ui.steps .step.completed > .icon:before {
  color: #4e7446;
}

.ui.steps .step.active,
.ui.steps .step.active:after,
.ui.steps .link.active.step:hover,
.ui.steps .link.active.step:hover::after,
.ui.steps a.active.step:hover,
.ui.steps a.active.step:hover::after {
  background-color: #a1c2cc;
}

.ui.form input:not([type]):focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="url"]:focus {
  border-color: #a1c2cc;
}

.live-chat__container {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  bottom: 24px;
  right: 56px;
  background-color: #a1c2cc;
  border-radius: 5px;
  border: 1px solid white;
  padding: 5px 30px 5px 15px;
}
.live-chat__text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}
.live-chat__btn {
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 100;
  bottom: 23px;
  right: 20px;
}

@media (max-width: 500px) {
  .live-chat__container {
    border: none;
    background-color: transparent;
  }

  .live-chat__text {
    display: none;
  }
}

/*
	MDA Authorise Page Styles
*/

.mda-authorise .advice-text h3 {
  color: #333132;
}

.mda-authorise .infotext {
  color: #333132;
  font-size: 0.875rem;
}

.mda-authorise .mdalink {
  font-weight: 600;
  margin-bottom: 30px;
}

.mda-authorise .mdalink > i {
  font-size: 1rem;
  margin-right: 5px;
}

.mda-authorise .mda-disclaimer {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0.75rem;
}

.mda-authorise input {
  width: 340px !important;
  height: 48px;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
}

.mda-authorise input:focus {
  border: 1px solid #555 !important;
}

.mda-authorise .signature .field > .ui.button {
  height: 48px;
  border-radius: 6px;
  padding-right: 14px;
}

.mda-authorise .signature .field > .ui.button i {
  margin-top: 18px;
  margin-left: 5px;
}

.mda-authorise .header-content {
  display: flex;
  align-items: row;
}

.mda-authorise .header-content .advice-text {
  padding-left: 20px;
  margin-bottom: 20px;
}

.mda-authorise .header-content .advice-text > h3 {
  margin-bottom: 10px;
}

.mda-authorise .field > label {
  color: #333132 !important;
  font-weight: 600 !important;
}

.mda-authorise .ui.pointing.label {
  position: absolute;
  left: 6px;
  top: 100%;
  margin-top: 0;
}

.mda-authorise .whitebox {
  position: relative;
}

@media (max-width: 500px) {
  .mda-authorise input {
    width: 100% !important;
  }
}

/** Signup details invite code **/

.invite-container {
  position: relative;
}

.invite-apply-btn {
  margin-top: 0 !important;
  width: 75px;
  background-color: #a1c2cc !important;
  padding: 12px 20px !important;
  margin-left: 10px !important;
}

.invite-error {
  border: 1px solid #ba1a1a !important;
}

.invite-error-text {
  color: #ba1a1a !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.invite-icon {
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 100%;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: 9px;
  right: 14px;
  align-items: center;
  justify-content: center;
}

.success {
  color: #3dae2b;
  border-color: #3dae2b;
}

.error {
  color: #ce0e0e;
  border-color: #ce0e0e;
  padding-left: 1px;
}

.force-show {
  display: block !important;
}

.iti .intl-phone {
  padding-left: 50px !important;
}

/** Applicant form disabled style **/

.applicant input[type="text"][readonly],
.applicant input[type="radio"][disabled],
.applicant .dropdown.disabled,
.applicant .radio[disabled] {
  background: #f8f8f8 !important;
  border-color: #dddddd !important;
  color: #888888 !important;
  opacity: 1 !important;
}

/** sign out modal **/
.ui.modal.modal-signout {
  max-width: 500px;
  margin: 1.75rem auto !important;
  position: relative;
  width: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  left: auto;
}

.ui.modal.modal-signout > .content {
  background-color: #ffffff;
}

.modal-signout .icon-warning {
  width: 60px;
  height: auto;
  max-width: 100%;
}

.modal-signout__title {
  color: #333132;
  font-weight: 800;
  font-size: 36px;
}

.modal-signout .button {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  font-family: "proxima-nova";
  font-weight: 600;
}

.modal-signout .btn-green {
  background-color: #a3bfa8;
  border-color: #a3bfa8;
  color: #fff;
  margin-bottom: 0px;
}

.modal-signout .btn-green:hover {
  background: #98b39d;
  color: #212529;
}

.modal-signout .btn-white {
  background-color: #fff;
  border: 1px solid #555;
  color: #555;
}

.modal-signout .btn-white:hover {
  background: #e4e4e4;
  color: #212529;
}

.modal-signout > .ui.grid {
  margin: 0;
}

@media (max-width: 500px) {
  .ui.modal.modal-signout {
    margin: 0.5rem !important;
  }
  .modal-signout > .ui.grid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .modal-signout__title {
    font-size: 27px;
  }
  .modal-signout > .ui.grid > .wide.column {
    width: 100% !important;
  }
  .modal-signout .btn-green {
    width: 100%;
  }
  .modal-signout > .ui.grid > span,
  .modal-signout .btn-green,
  .modal-signout .btn-white {
    font-size: 16px;
  }
  .modal-signout .btn-white {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.position-relative {
  position: relative;
}

.optional-label {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #333132;
}

/** google API **/
.pac-container {
  color: black;
}

.pac-container .pac-item {
  color: black;
}
.pac-container:after {
  background-size: 80px 8px;
}
.pac-container span {
  color: #000;
}

@media only screen and (min-width: 992px) {
  select[name="how_did_you_hear"] ~ .menu {
    max-height: 24rem !important;
  }
}

#trust-deed-modal {
  background-color: transparent;
  box-shadow: none;
}

#trust-deed-modal .content {
  padding: 0;
  background-color: transparent;
  position: relative;
  padding: 40px 0px;
}

#trust-deed-modal img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  padding: 50px 0px;
}

#trust-deed-modal .close-modal-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 22px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 22px;
}

@media (min-width: 768px) {
  #trust-deed-modal {
    width: 600px;
    margin: 30px auto;
  }
}

@media (max-width: 600px) {
  #trust-deed-modal .content {
    padding-top: 40px !important;
  }
  #trust-deed-modal .close-modal-icon {
    right: 14px;
  }
}

.text-underline {
  text-decoration: underline;
}

.color-gray-500 {
  color: #555555;
}

.color-gray-500:hover {
  color: #555555;
}

.pointer {
  cursor: pointer;
}
