/* font family */
html, body {
  font-size: 100%;
  height: 100%;
  font-family: "Raleway", arial, sans-serif; }

/* triangle mixin */
/* banner section */
.mask {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); }

.banner-container {
  height: 100%;
  background: #333;
  margin-bottom: 60px; }
  .banner-container.mask {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); }
  .banner-container .container {
    height: 100%; }
  .banner-container h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 30px 15px; }
    .banner-container h1 small {
      font: 600 13px "Montserrat", arial, sans-serif;
      display: block;
      color: rgba(255, 255, 255, 0.7);
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 2px; }

/* primary content section */
.primary-content .container {
  padding: 0 225px 100px; }

.icon-track {
  background: url("../images/icon-trackwealth.png") no-repeat; }

.icon-grow {
  background: url("../images/icon-growealth.png") no-repeat; }

.icon-advise {
  background: url("../images/icon-advisewealth.png") no-repeat; }

.icon-strat {
  background: url("../images/icon-strat.png") no-repeat; }

/* dropdown */
.navbar .dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: all .3s;
  margin-top: -1px; }
  .navbar .dropdown .dropdown-menu.open .dropdown-menu {
    opacity: 1;
    transform: translate(0, 0); }
  .navbar .dropdown .dropdown-menu a {
    padding: 10px 20px; }
    .navbar .dropdown .dropdown-menu a [class^=icon-] {
      width: 24px;
      height: 24px;
      display: inline-block;
      background-size: contain;
      vertical-align: middle;
      margin: 3px 8px 0 0; }
    .navbar .dropdown .dropdown-menu a small {
      font-size: 10px;
      display: block;
      color: #a7a7ad;
      margin: 4px 0 0 32px; }
  .navbar .dropdown .dropdown-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transform: scale(0.9999);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 16px;
    top: -10px; }
.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0); }
.navbar .dropdown button {
  background: no-repeat;
  border: none;
  font-weight: 700;
  font-size: 0.750em;
  font-family: "Montserrat", arial, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  padding: 0.625em 1.250em;
  line-height: 20px; }
  .navbar .dropdown button .caret {
    margin-top: -2px; }

/* move top animation  */
.moveTop {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, 50px); }
  .moveTop.active {
    opacity: 1;
    transform: translate(0, 0); }

/* heading */
.heading-text {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 40px; }
  .heading-text.light {
    color: #fff; }
    .heading-text.light small {
      color: rgba(255, 255, 255, 0.5); }
  .heading-text small {
    font: 600 13px "Montserrat", arial, sans-serif;
    display: block;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px; }

/* display middle box */
.display-middle {
  display: table;
  width: 100%;
  height: 100%; }
  .display-middle .display-middle-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

.navbar-brand {
  width: 261px; }

@media (min-width: 1500px) {
  html, body {
    font-size: 110%; } }
@media (min-width: 1900px) {
  html, body {
    font-size: 120%; } }
@media (min-width: 2200px) {
  html, body {
    font-size: 130%; } }
@media (max-width: 768px) {
  .primary-content .container {
    padding: 0 30px 100px; }

  .navbar-brand {
    width: 10.5em; }

  .navbar-default .navbar-nav > li > a {
    font-size: 0.6em; }

  .navbar .dropdown button {
    font-size: 0.6em; } }
@media (max-width: 767px) {
  /* dropdown */
  .navbar .dropdown .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: visible;
    transform: translate(0, 0);
    transition: all .3s;
    background: #fff;
    margin-top: -1px; }
    .navbar .dropdown .dropdown-menu a {
      padding: 10px 20px; }
      .navbar .dropdown .dropdown-menu a [class^=icon-] {
        width: 24px;
        height: 24px;
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        margin: -4px 8px 0 0; }
      .navbar .dropdown .dropdown-menu a small {
        font-size: 10px;
        display: block;
        color: #a7a7ad;
        margin: 4px 0 0 32px; }
    .navbar .dropdown .dropdown-menu:before {
      display: none; }
  .navbar .dropdown.open .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translate(0, 0); }
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); } }
.bold {
  font-weight: 700; }

.thin {
  font-weight: 300; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

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