/*
 Theme Name:     Alphaflow Theme
 Theme URI:
 Description:    Bootstrap Ultimate Child Theme
 Author:         Next Step
 Author URI:     http://www.hellonextstep.com
 Template:       bootstrap-ultimate
 Version:        1.0.0
*/

.markerclass1 {
}

/* @import url("../bootstrap-ultimate/style.css");*/
/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,600);*/

@font-face {
    font-family: 'gilroybold';
    src: url('fonts/gilroy-bold-webfont.woff2') format('woff2'), url('fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroylight';
    src: url('fonts/gilroy-light-webfont.woff2') format('woff2'), url('fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroymedium';
    src: url('fonts/gilroy-medium-webfont.woff2') format('woff2'), url('fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroyregular';
    src: url('fonts/gilroy-regular-webfont.woff2') format('woff2'), url('fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroysemibold';
    src: url('fonts/gilroy-semibold-webfont.woff2') format('woff2'), url('fonts/gilroy-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body.nav-expanded {
    overflow: hidden;
}

.spinning {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.post-text strong,
.post-text b {
    font-family: 'gilroymedium', sans-serif;
}

b,
strong {
    font-weight: bold;
}

p:empty {
    display: none;
}

/* COLORS
COLOR
L Blue #27CBE0
D Blue #00387F
Green #5FB42F
D Grey #231F20
White #FFFFFF
Blue 1 #1DA6C8
Blue 2 #1482B0
Blue 3 #0A5D97

*/

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* GENERAL */

body {
    font-family: 'gilroyregular', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'gilroysemibold', sans-serif;
}

b {
    font-family: 'gilroysemibold', sans-serif;
}

a,
a:hover,
a:visited,
a:focus {
    color: #428bca;
}

.button {
    background: #5FB42F;
    color: #fff;
    opacity: 1;
    border-radius: 10px;
    box-shadow: 2px 2px 0px #bebebe;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.button-blue {
}

.button:hover,
.button:focus {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.button:active,
.button:visited {
    color: #fff;
    text-decoration: none;
}

ul.circle {
    list-style: none;
    padding-left: 0px;
}

ul.circle li {
    background: url('img/bullet-blue.png') no-repeat;
    padding-left: 20px;
    min-height: 14px;
    margin-bottom: 20px;
    background-position: left 6px;
}

ul.circle.white li {
    background-image: url('img/bullet-white.png');
}

#wrap {
    position: relative;
    right: 0;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.content-wrapper {
    padding-top: 60px;
}

/** HEADER **/

.menu-mobile {
    display: none;
}

/* NAV */

.nav-container {
    max-width: 1750px;
    margin: auto;
    text-transform: uppercase;
}

.navbar-default {
    background-color: #000000;
    border: none;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 0px;
}

.navbar-sub {
    background-color: #fff;
    display: none;
    border: none;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 0px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}

.navbar-sub .nav-container {
    /*border-bottom: 1px solid lightgray;*/
}

.subnav-mobile,
.subnav-mobile-container {
    height: 60px;
    background: #fff;
}

.subnav-mobile.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}

.subnav-mobile .subnav-mobile-wrap {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    padding: 18px 40px;
    max-width: 600px;
    margin: auto;
}

.subnav-mobile a,
.subnav-mobile a:visited,
.subnav-mobile a:focus,
.subnav-mobile a:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}

.subnav-mobile a:hover {
    --color: #27CBE0;
}

.subnav-mobile .selected a,
.navbar-sub.navbar-default .navbar-nav > li.selected > a {
    color: #27CBE0;
}

@media screen and (max-width: 400px) {
    .subnav-mobile .subnav-mobile-wrap {
        padding: 18px 18px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-page-how-it-works .navbar-fixed-top {
        position: relative;
    }

    .page-template-page-how-it-works .how-it-works {
        padding-top: 0;
    }

    .page-template-page-how-it-works .nav-expanded #topmenuwrap,
    .page-template-page-how-it-works #topmenuwrap {
        top: 0 !important;
    }
}

.navbar-fixed-top {
    min-height: 60px;
    max-height: 60px;
}

.navbar-nav {
    width: 100%;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse {
    padding-right: 0px;
}

.navbar-nav > li > a {
    padding: 12px 30px;
    font-size: 16px;
}

.navbar-nav > li.green {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.navbar-nav > li.right-item > a {
    padding: 12px 35px;
}

.nav > li {
    padding: 8px 0px;
}

.navbar-nav > li.right-item {
    float: right !important;
}

.navbar-sub.navbar-default .navbar-nav > li.signup > a {
    color: #fff;
}

.navbar-sub.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-sub.navbar-default .navbar-nav > li.signup a:hover {
    background: initial;
    background-color: #03b4dc;
    opacity: 0.8;
}

.navbar-sub.navbar-default .navbar-nav > li.button-border > a:hover,
.navbar-sub.navbar-default .navbar-nav > li.button-border > a:focus {
    border: 1px solid #27CBE0;
}

.navbar-sub.navbar-default .navbar-nav > li.button-border > a {
    border: 1px solid #000;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #27CBE0;
    background: transparent;
}

a.logo_img {
    padding: 10px 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #27CBE0;
}

.navbar-nav > li.signup a {
    padding: 12px 20px !important;
    background: blue;
}

/*
.navbar-nav > li.signup a {
    padding: 12px 20px !important;
    background: blue;
    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    border-radius: 5px;
    font-weight: 600 !important;
}
.navbar-nav > li.signup a:hover,
.navbar-nav > li.signup a:focus {
    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    color: #fff;
}
*/

.navbar-sub .navbar-nav > li.green > a:hover,
.navbar-sub .navbar-nav > li.green.active > a,
.navbar-sub .navbar-nav > li.green.active > a:hover,
.navbar-sub .navbar-nav > li.green.active > a:focus {
    color: #000;
}

.navbar-nav > li.green > a:hover,
.navbar-nav > li.green.active > a,
.navbar-nav > li.green.active > a:hover,
.navbar-nav > li.green.active > a:focus {
    color: #fff;
}

.navbar-nav > li.green:hover {
    opacity: 0.8;
}

.navbar-nav > li.button-border {
    margin-right: 10px;
}

.button-border > a {
    color: #fff;
    padding: 13.5px 35px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
}

.button-border > a:hover,
.button-border > a:focus {
    border: 1px solid #27CBE0;
    color: #27CBE0;
}

.wraper-menu-div .top-nav {
    margin: 0 !important;
    height: 60px;
}

#topmenuwrap {
    padding-right: 40px;
}

.navbar-default .img-responsive {
    max-width: 264px;
    width: 100%;
}

.navbar-default .navbar-brand {
    margin-left: 50px;
}

ul#menu-top-menu {
    list-style: none;
    font-size: 13px;
    margin: 0px;
}

.wrapper-top-menu {
    background: #333;
    color: #959595;
}

#menu-top-menu a {
    color: #fff;
    line-height: 30px;
}

.menu-top-menu-container {
    margin-right: 30px;
}

/*** FOOTER ***/

footer {
    background-color: #333333;
    color: #fff;
    /*padding: 55px 0;*/

    text-align: center;
    overflow: auto;
}

footer .footer-first-row {
    padding: 90px 0;
    background: #000;
    color: #fff;
    overflow: auto;
}

footer .footer-second-section {
    padding: 75px 0;
}

footer .nav > li {
    float: left;
    padding: 0 7px;
    line-height: 17px;
    border-right: 1px solid #fff;
}

footer .nav > li:last-child {
    border-right: 0px;
}

footer .nav > li a {
    color: #fff;
    padding: 0;
    margin: 0px 15px;
}

footer .footer-email a {
    color: #fff;
}

footer .nav > li a:hover,
footer .nav > li a:focus,
footer .footer-email a:hover,
footer .footer-email a:focus {
    color: #27CBE0;
    text-decoration: none;
}

footer .footer-nav {
    margin-bottom: 20px;
    width: 400px;
    padding-left: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

footer .footer-email {
    margin-bottom: 40px;
}

footer .info-company .address {
    margin-right: 0px;
}

footer .info-company .phone {
    margin-left: 20px;
}

footer .wrapper-social {
    margin-bottom: 50px;
}

footer .social-networks {
    overflow: auto;
    margin: auto;
    width: 145px;
    padding-left: 0px !important;
}

footer .social-networks li {
    margin-right: 25px;
    display: inline-block;
}

footer .social-networks li:last-child {
    margin-right: 0px;
}

footer .social-icon {
    background: url('img/social-icons.png') no-repeat;
    float: left;
    height: 25px;
    width: 28px;
    background-size: 100%;
}

footer .social-icon:hover {
    opacity: 0.7;
}

footer .social-icon.twitter {
    background-position: 0px 1px;
}

footer .social-icon.facebook {
    background-position: 0px -26px;
}

footer .social-icon.linkedin {
    background-position: 0px -51px;
}

footer .attribution {
    color: #969696;
}

/*** HOME ***/

.home h1 {
    text-align: center;
}

.home h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.home .banner .padding-banner {
    padding: 195px 0 200px 0;
}

.home .banner h1 {
    font-size: 49px;
    font-weight: 300;
    text-align: left;
}

.home .tools {
    background-color: #f2f2f2;
    padding-top: 60px;
}

.home .tools-text {
    padding-top: 60px;
    padding-bottom: 40px;
}

.home .tools-image {
    background: url('img/tools-tracking-p2p-investments.jpg') no-repeat bottom center transparent;
    height: 512px;
    background-size: contain;
}

.home .monitoring {
    background: url('img/automatic-payment-monitoring.jpg') no-repeat center center transparent;
    background-size: cover;
    color: #fff;
}

.home .monitoring .padding-monitoring {
    padding: 85px 0 255px 0;
}

.home .insider {
    background: #fff;
    color: #333;
}

.home .insider h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.home .insider .screenshots img:first-child {
    margin-right: 1.9%;
}

.home .insider .screenshots img {
    max-width: 294px;
    float: left;
    width: 44.88%;
}

.home .insider .padding-insider {
    padding: 75px 0 85px 0;
}

.home .padding-industries {
    padding: 70px 0 40px 0;
}

.home .industries ul.industries-logos {
    list-style: none;
    padding: 0;
    overflow: auto;
    padding: 40px 0;
}

.home .industries .industries-logos li {
    float: left;
    width: 25%;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    padding: 0 15px;
}

.home .industries .industries-logos-fund2 li {
    float: left;
    width: 20%;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    padding: 0 15px;
    list-style: none;
}

.home .account {
    background-color: #eeeeee;
    padding: 50px 0 100px 0;
    margin-bottom: -20px;
    padding: 25px 0;
}

.home .account .button,
.home .banner .button,
.how-it-works .cta .button {
    padding: 25px 60px;
    display: inline-block;
    font-size: 20px;
}

.home .account h1 {
    font-size: 30px;
}

.home .account .icon-log img,
.how-it-works .cta .icon-log img {
    display: block;
    margin: auto;
    width: 69px;
}

.home .account .wrapper-button,
.how-it-works .cta .wrapper-button {
    text-align: center;
    font-weight: 600;
}

.home .account .button .fa-chevron-right,
.home .banner .button .fa-chevron-right,
.how-it-works .cta .button .fa-chevron-right {
    margin-left: 10px;
    font-size: 18px;
}

.home .banner .wrapper-button {
    margin-top: 30px;
}

/* new home design */

.homepage .banner {
    background: #1481af;
    background-size: cover !important;
    padding-bottom: 0px;
    /*150px*/
}

.homepage .banner .message {
    padding: 170px 0 130px 0;
    text-align: center;
}

.homepage .banner .message h1 {
    font-size: 40px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'gilroymedium', sans-serif;
}

.homepage .banner .message h2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'gilroyregular', sans-serif;
}

.homepage .banner .benefits {
    background: rgba(255, 255, 255, 0.8);
    padding: 45px 0 50px 0;
}

.homepage .benefits .benefit-item {
    text-align: center;
}

.homepage .benefits .benefit-item .img-wrap {
    text-align: center;
}

.homepage .benefits .benefit-item .benefit-img {
    width: 100%;
    max-width: 150px;
}

.homepage .benefits .benefit-item h4 {
    color: #231f20;
    font-size: 19px;
    font-weight: 600;
}

.homepage .banner .button {
    font-size: 20px;
    padding: 12px 35px;
    font-weight: 600;
    display: inline-block;
}

.button.gradient {
    background: #024185;
    /* Old browsers */

    background: -moz-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024185', endColorstr='#23bcd6', GradientType=1);
    /* IE6-9 */

    border-radius: 5px;
    box-shadow: none;
}

.button.white {
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    color: #1482b0;
}

.homepage .trust {
    background: #fff;
    background-size: cover;
    padding: 180px 0 260px 0;
}

.homepage .trust h2 {
    color: #1481af;
}

.homepage .cta-open {
    background: #024185;
    /* Old browsers */

    background: -moz-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024185', endColorstr='#23bcd6', GradientType=1);
    /* IE6-9 */

    padding: 180px 0;
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    margin-top: -70px;
    text-align: center;
    color: #fff;
}

.homepage .cta-open h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
}

.homepage .cta-open p {
    font-size: 20px;
    margin-bottom: 60px;
}

.homepage .cta-open .button {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 35px;
}

.homepage .resources .resource-img {
    width: 100%;
    max-width: 360px;
}

.homepage .resources .wrap-img {
    text-align: center;
}

.homepage .resources a:hover {
    opacity: 0.7;
}

.homepage .resources .wrap-text {
    background: #000;
    color: #fff;
    padding: 15px 20px;
}

.homepage .resources a,
.homepage .resources a:hover {
    color: #fff;
    text-decoration: none;
}

.homepage .resources a {
    display: inline-block;
}

.homepage .resources h1 {
    text-align: center;
    font-size: 30px;
}

.homepage .resources {
    padding: 110px 0 120px 0;
}

.homepage .resources .resource-item {
    margin-top: 50px;
    text-align: center;
}

/* HOMEPAGE NEW MAY - 2017 */

.homepage .banner.af {
    background-color: white;
    position: relative;
}

.homepage .banner.af .message {
    padding: 140px 0 140px 0;
}

.homepage .banner.af .message h1 {
    font-size: 40px;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'gilroymedium', sans-serif;
    color: #1381AF;
}

.homepage .banner.af .message h2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'gilroyregular', sans-serif;
}

.homepage .banner.af .message {
    text-align: left;
}

.homepage .banner.af .message .disclaimer {
    color: #607D8B;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 7px 10px;
}

@media screen and (max-width: 767px) {
    .homepage .banner.af .message .disclaimer {
        font-size: 8px;
    }
}

.homepage .banner.af .inst-inv-login {
    color: #1381af;
    text-decoration: underline;
    display: none;
}

@media screen and (max-width: 767px) {
    .homepage .banner.af .inst-inv-login {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
}

.homepage .portfolio.af {
    padding: 80px 0 70px 0;
}

.homepage .portfolio.af h2 {
    color: #172a3a;
    padding-bottom: 20px;
    font-size: 30px;
}

.homepage .portfolio.af .disclaimer {
    font-size: 10px;
    margin-left: -15px;
    margin-top: 20px;
    text-align: left;
    color: #95a9b3;
}

@media screen and (max-width: 767px) {
    .homepage .portfolio.af .disclaimer {
        font-size: 8px;
    }
}

.homepage .portfolio.af .missing-piece {
    padding-left: 45px;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .homepage .portfolio.af .missing-piece,
    .homepage section.can .container {
        padding-left: 0;
        padding-right: 0;
    }
}

section.grey {
    background: rgba(237, 237, 237, 0.58);
}

.homepage .can {
    padding: 60px 0 60px 0;
}

.homepage .can h2 {
    padding-bottom: 40px;
    color: #1b3d5a;
    font-size: 30px;
}

.homepage .can .can-title {
    color: #1b82b0;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 21px;
    font-family: gilroysemibold;
}

.homepage .can .can-title a {
    text-decoration: none;
}

.homepage .can .can-title a:hover,
.homepage .can .can-title a:focus {
    color: #03c8f4;
}

.homepage .can .can-icon {
    text-align: right;
    padding-right: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.homepage .can .can-icon img {
    max-width: 70px;
}

.homepage .can .can-container {
    margin-bottom: 25px
}

.homepage .hiw-af {
    padding: 60px 0 70px 0;
}

.homepage .hiw-af h2 {
    color: #172a3a;
    text-align: center;
    font-size: 30px;
}

.homepage .hiw-af .let-subtitle h3 {
    color: #2c4b66;
    text-align: center;
    font-family: 'gilroyregular', sans-serif;
}

.homepage .hiw-af .hiw-af-wrap,
.how-it-works .hiw-af .hiw-af-wrap {
    text-align: center;
    padding-top: 60px;
}

.homepage .hiw-af .hiw-af-wrap.build {
    /*padding-right: 0px;*/
}

.homepage .hiw-af .hiw-af-text {
    font-size: 15px;
    padding: 0px;
}

.homepage .hiw-af-icon {
    max-height: 91px;
    text-align: center;
}

.homepage section h1 {
    color: #172a3a;
}


.homepage .encryption .encryption-icon {
    max-height: 80px;
}

.homepage section.encryption {
    padding: 40px 0 80px 0;
}

.homepage .encryption .container {
    display: flex;
    flex-wrap: wrap;
}

.homepage .encryption a, .how-it-works .next a {
    white-space: nowrap;
    height: 48.5px;
    display: inline-block;
}

.homepage .encryption-left {
    margin-top: 40px;
    display: flex;
}

.homepage .encryption-right, .how-it-works .next {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
}

.homepage .encryption-right {
    margin-top: 40px;
}

.how-it-works .next .container > div {
    margin-top: 40px;
}


.how-it-works .next .container > div:nth-child(1) {
    text-align: right;
}
.how-it-works .next .container > div:nth-child(2) {
    text-align: left;
}

@media (max-width: 767px) {
    .homepage .encryption-right, .how-it-works  .encryption-right  {
        justify-content: center;
        flex-direction: column;
    }
    .how-it-works .next .container > div {
        text-align: center !important;
    }

    .how-it-works .next .container > div:nth-child(2) {
        margin-top: 18px !important;
    }

}

.homepage .encryption-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.homepage .encryption-lock {
    max-width: 100px;
    min-width: 100px;
    flex: 0;
}

.homepage .myportfolio .button-wrap {
    text-align: left;
}

.homepage .encryption-right > div {
    text-align: center;
    margin-top: 18px;
    flex: 0;
}

@media (max-width: 767px) {
    .homepage .encryption-right > div {
        min-width: 100%;
        flex: 1;
    }
}

/* HOW IT WORKS MAY - 2017 */

.how-it-works .steps-hiw-af {
    padding: 60px 0;
}

.how-it-works .two-column {
    padding: 60px 0;
}

.how-it-works .two-column .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.how-it-works .two-column .container .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-it-works .two-column .container .hiw-img {
    max-width: 350px;
}

.pic-container img:hover {
    /*transform: scale(1.5, 1.5);*/
}


@media (max-width: 991px) {
    .how-it-works .two-column .container .hiw-img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .how-it-works .two-column .container .hiw-img {
        max-width: 100%;
	margin: auto;
    }
}

/*
.pic-container.right {
    padding-left: 60px;
}

.text-container {
    padding-right: 60px;
}


.text-container.right {
    padding-right: 15px;
    padding-left: 60px;
}
*/

@media screen and (max-width: 767px) {
    .how-it-works .two-column {
        padding: 0 0 0 0;
    }

    .how-it-works .two-column .container > div:nth-child(1) {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .how-it-works .two-column .container > div:nth-child(2) {
        padding-bottom: 30px;
    }

    .periodic-section .text-container {
        padding: 0 30px;
    }
}

.how-it-works .pre-faq-text {
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 60px;
}

.how-it-works .faq-word {
    font-weight: 600;
    font-size: 28px;
    padding-top: 60px;
}


.how-it-works section.next {
    padding: 35px 0 75px 0px;
}

@media screen and (max-width: 767px) {
    .how-it-works .pre-faq-text {
        margin-top: 30px;
    }

    .how-it-works .details {
        padding: 40px 0 20px 0 !important;
    }

    .how-it-works .faq-word {
        padding-top: 30px;
    }
}

.how-it-works .faq-column {
    padding-bottom: 40px;
    position: relative;
    border-bottom: 1px solid lightgrey;
}

.how-it-works .faq-container.faq {
    margin-top: 0;
    margin-bottom: 0;
}

.how-it-works .faq-container.faq .panel-group {
    text-align: left;
}

.how-it-works .faq-container.faq .panel-default > .panel-heading {
    background-color: #f5f5f5;
}

.how-it-works .faq-container.faq .panel-default > .panel-heading + .panel-collapse .panel-body {
    background-color: #f5f5f5;
}

.how-it-works .faq-container.faq .panel-group .icon-faq.glyphicon-plus {
    background-color: #27c9de;
}

.how-it-works .faq-column .faq-open-btn {
    display: inline-block;
    background-color: #03c8f4;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 99;
    padding: 11px 17px;
}

.how-it-works .faq-column .faq-open-btn .fa {
    font-size: 40px;
}

.how-it-works .faq-column .faq-open-btn:hover {
    background-color: #008cab;
}

.how-it-works .faq-container-wrap .faq-close-btn:hover {
    background-color: #2e5271;
}

.how-it-works .faq-container-wrap .faq-close-btn {
    display: none;
    background-color: #172A3A;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 100;
    padding: 20px;
}

.nopadding {
    padding: 0 !important;
}

.how-it-works a.button.button-blue {
    text-transform: uppercase;
}

.how-it-works .stages-hiw .left-wrap {
    padding: 0;
}

.how-it-works .stages-hiw .right-wrap {
    padding: 0;
}

.how-it-works .item {
    margin-bottom: 10px;
}

.how-it-works .circles-wrap {
    margin-top: 40px;
}

.how-it-works .item h3 {
    margin-bottom: 20px;
    font-size: 19px;
    margin-top: 0;
    font-weight: normal;
    font-family: 'gilroyregular', sans-serif;
    color: gray;
}

.how-it-works .item .circle-wrap {
    text-align: center;
}

.how-it-works .item .circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    display: inline-block;
    padding-top: 35px;
}

.how-it-works .item .circle-radius {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    display: inline-block;
    padding-top: 54px;
    border: 8px solid #03C8F4;
    font-size: 46px;
}

.how-it-works .item.item-ltv .circle-radius {
    padding-top: 31px;
}

.how-it-works .item.item-rate .circle-radius {
    padding-top: 31px;
}

.how-it-works .item.item-ltv .circle-radius .ontop,
.how-it-works .item.item-rate .circle-radius .ontop {
    font-size: 19px;
    color: gray;
}

.how-it-works .item .details {
}

.homepage .item-protection .circle {
    background-color: #0070c0;
}

/*
.how-it-works .item-ltv .circle-radius {
    border-color: #0070c0;
}
*/

.how-it-works .item-protection .title {
    color: #0070c0;
}

/*
.how-it-works .item-rate .circle-radius {
    border-color: #00b9d9;
}
*/

.how-it-works .item-liquidity .circle {
    background-color: #00b9d9;
}

/*
.how-it-works .item-liquidity .title {
    color: #00b9d9;
}
*/

.how-it-works .item-diversification .circle {
    background-color: #00b0f0;
    padding-top: 53px;
}

/*
.how-it-works .item-states .circle-radius {
    border-color: #00b0f0;
}
*/

.how-it-works .item-diversification .circle img {
    width: 170px;
}

.how-it-works .item-diversification .title {
    color: #00b0f0;
}

/*
.how-it-works .item-notes .circle-radius {
    border-color: #00e7ff;
}
*/

.how-it-works .item-quality .circle {
    background-color: #00e7ff;
}

.how-it-works .item-quality .title {
    color: #00e7ff;
. how-it-works . item . item-rate . circle-radius . ontop
}

.how-it-works .steps-hiw-af .hiw-af-wrap a,
.how-it-works .steps-hiw-af .hiw-af-wrap a:visited {
    /*
filter: grayscale(100%);
*/
}

.how-it-works .steps-hiw-af .hiw-af-wrap a:hover,
.how-it-works .steps-hiw-af .hiw-af-wrap a:focus,
.homepage .hiw-af .hiw-af-wrap a:hover,
.homepage .hiw-af .hiw-af-wrap a:focus {
    filter: contrast(150%);
}

.navbar-sub.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-sub.navbar-default #topmenuwrap {
    background-color: #fff;
}

.how-it-works .faq-container-wrap .faq-close-btn .close {
    position: absolute;
    left: 14px;
    top: 19px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.how-it-works .faq-container-wrap .faq-close-btn .close:before,
.how-it-works .faq-container-wrap .faq-close-btn .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 3px;
    background-color: #fff;
}

.how-it-works .faq-container-wrap .faq-close-btn .close:before {
    transform: rotate(45deg);
}

.how-it-works .faq-container-wrap .faq-close-btn .close:after {
    transform: rotate(-45deg);
}

.how-it-works .faq-container-wrap .faq-close-btn:nth-child(1) {
    bottom: initial;
    top: -30px;
}

.how-it-works .faq-container-wrap {
    display: none;
    position: relative;
}

.how-it-works .faq-container {
    position: relative;
    display: none;
    /*max-width: 1750px;
    margin: auto;*/

    border-bottom: 1px solid lightgray;
    background-color: #f5f5f5;
    text-align: center;
    padding: 60px 0;
}

.how-it-works .details {
    padding: 90px 0 90px 0;
}

.how-it-works .details h1 {
    margin-bottom: 60px;
}

.how-it-works .details-block {
    display: flex;
    margin-bottom: 20px;
    font-size: 15px;
}

.how-it-works .details-pic {
    padding-top: 20px;
    margin-right: 20px;
    min-width: 50px;
    max-width: 50px;
    flex: 0;
}

.how-it-works .details-block.tax .details-pic img {
    max-width: 44px;
}

.how-it-works .steps-hiw-af .hiw-af-icon {
    max-height: 80px;
    text-align: center;
}

.how-it-works .two-column .periodic {
    height: 350px;
}

.how-it-works .two-column .symbol {
    font-size: 23px;
    top: 13%;
    text-shadow: initial;
}

.how-it-works .details-block .note {
    font-size: 10px;
}

@media (max-width: 600px) {
    .how-it-works .two-column .at_details {
        font-size: 7px !important;
    }
}

@media (max-width: 500px) {
    .how-it-works .two-column .at_details {
        font-size: 6px !important;
    }
}

@media (max-width: 400px) {
    .how-it-works .two-column .at_details {
        font-size: 5px !important;
    }
}

@media (min-width: 600px) {
    .how-it-works .two-column .symbol {
        top: 59%;
    }
}

.how-it-works .two-column .at_num,
.how-it-works .two-column .at_details {
    font-size: 8px;
}

.homepage .hiw-af-title,
.how-it-works .steps-hiw-af .hiw-af-title {
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #1582b0;
    font-weight: 800;
    font-size: 21px;
    font-family: gilroysemibold;
    text-align: center;
}

/* WHY ALPHAFLOW MAY - 2017 */

.homepage .what-is-right h2 {
    text-align: left;
    margin-bottom: 44px;
    font-size: 30px;
    color: #172a3a;
    margin-left: 67px;
}

.what-is {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
    background: rgba(5, 82, 158, 1);
    background: -moz-linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(5, 82, 158, 1)), color-stop(4%, rgba(5, 82, 158, 1)), color-stop(60%, rgba(26, 160, 209, 1)), color-stop(95%, rgba(74, 209, 227, 1)), color-stop(100%, rgba(74, 209, 227, 1)));
    background: -webkit-linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    background: linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05529e', endColorstr='#4ad1e3', GradientType=1);
}

.what-is .what-is-inside {
    padding: 78px 18px;
    color: #fff;
}

.homepage .inside .what-is .what-is-inside .inside-title-big {
    color: #fff;
    padding-bottom: 30px;
}

.homepage section {
    position: relative;
}

.homepage section .hashanchor {
    position: absolute;
    top: -60px;
}

.what-is-right {
    padding-top: 60px;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .what-is-right {
        padding-left: 15px;
    }
}

.what-is-inside input[type="submit"] {
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    color: #fff;
    border: 2px solid #fff !important;
    box-shadow: none;
    padding: 6px 30px;
    width: auto !important;
}

.what-is-inside input[type="submit"]:hover {
    background-color: #fff;
    color: #05529e;
}

.what-is-inside .form-control {
    height: 40px;
    border: none;
    width: 100%;
}

.what-is-inside div.wpcf7-validation-errors,
.what-is-inside div.wpcf7-mail-sent-ng,
.what-is-inside div.wpcf7-mail-sent-ok {
    border: none;
}

.one-step {
    padding: 60px 0 60px 0;
}

.one-step-title {
    color: #172a3a;
    font-size: 34px;
    font-family: 'gilroysemibold', sans-serif;
    margin-top: 20px;
    line-height: 41px;
    margin-bottom: 20px;
    padding-left: 0px;
}

.one-step-text {
    padding-bottom: 20px;
    padding-left: 0px;
}

.inside {
    padding: 0 0 60px 0;
}

.homepage .inside .inside-title-big {
    color: #172a3a;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 21px;
    font-family: gilroysemibold;
}

.homepage .inside .inside-title {
    color: #1582b0;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 21px;
    font-family: gilroysemibold;
}

.homepage .inside .inside-icon {
    max-width: 70px;
    text-align: right;
    padding-right: 0px;
}

.homepage .inside .inside-container {
    margin-bottom: 25px
}

.homepage .inside .inside-text {
    margin-bottom: 20px;
}

.passive-text {
    padding: 0px;
    margin-top: 70px;
}

.homepage .team-record h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0px;
}

.homepage .veterans .blended {
    margin-top: -6px;
    margin-bottom: 33px;
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    .passive-text {
        padding-left: 15px;
    }

    .xs-pad-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.homepage .veterans {
    background: #172a3a;
    color: #fff;
    padding: 95px 0 85px 0;
}

.homepage .veterans a.glossaryLink {
    color: #fff !important;
}

.homepage .veterans .button-wrap {
    margin-top: 20px;
}

.homepage .line {
    width: 1px;
    background-color: #fff;
    height: 450px;
    display: block;
    margin: auto;
}

.homepage h2 {
    font-size: 24px;
}

.homepage .graph h1 {
    font-size: 30px;
    color: #172a3a;
}

.homepage .veterans .note {
    font-weight: 300;
    font-size: 10px;
    margin-top: 30px;
    color: #697987;
}

.homepage .veterans .numbers .text-wrap p {
    font-size: 12px;
}

.homepage .veterans .numbers .text-wrap h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.homepage .veterans .text-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
}

.homepage .veterans .number-wrap {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: right;
}

.homepage .veterans .number {
    font-size: 50px;
    font-weight: 300;
    color: #27cbe0;
}

.homepage .veterans .numbers {
    margin-bottom: 20px;
}

.homepage .veterans p {
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .homepage .line {
        width: 95%;
        height: 1px;
        margin: 40px auto;
    }
}

/* HIW FAQ Resources */

.container-small {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 970px;
}
/*
@media (min-width: 768px) {
    .container-small {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-small {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-small {
        width: 970px;
    }
}
*/


.how-it-works .resources .resource-img {
    width: 100%;
    max-width: 360px;
}

.how-it-works .resources .wrap-img {
    text-align: center;
}

.how-it-works .resources a:hover {
    opacity: 0.7;
}

.how-it-works .resources .wrap-text {
    background: #000;
    color: #fff;
    padding: 15px 20px;
}

.how-it-works .resources a,
.how-it-works .resources a:hover {
    color: #fff;
    text-decoration: none;
}

.how-it-works .resources a {
    display: inline-block;
}

.how-it-works .resources h1 {
    text-align: center;
    font-size: 30px;
}

.how-it-works .resources {
    padding: 110px 0 120px 0;
}

.how-it-works .resources .resource-item {
    margin-top: 50px;
    text-align: center;
}

.homepage .graph {
    background: #1a1a1a;
    color: #fff;
    padding: 110px 0 120px 0;
}

.homepage .graph .graph-note {
    text-align: center;
    font-size: 12px;
    margin-top: 50px;
    clear: both;
    text-align: justify;
    color: #999;
}

.homepage .graph .legend-graph {
    padding: 30px 0;
}

.homepage .graph .legend-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.homepage .graph .legend-list li:first-child {
    margin-right: 40px;
}

.homepage .graph .legend-list li {
    display: inline-block;
}

.homepage .graph .blue-square,
.homepage .graph .red-square {
    padding-left: 30px;
    position: relative;
}

.homepage .graph .blue-square:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #23b9d4;
}

.homepage .graph .red-square:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #e94036;
}

.homepage .graph .logo-legend {
    max-width: 150px;
    width: 100%;
}

.homepage .graph .graph-note .glossaryLink {
    color: #fff !important;
}

.homepage .graph h1,
.homepage .graph .graph-intro {
    text-align: center;
}

.homepage .graph h1 {
    font-size: 30px;
}

.homepage .graph-element text {
    fill: #fff;
}

.homepage .graph-element path.domain {
    stroke: #1a1a1a;
}

.homepage .graph-element .axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.homepage .graph-element .x.axis path {
    stroke: none;
}

.homepage .graph-element .invest path {
    fill: none;
}

.homepage .graph-element .x.axis .tick text {
    /*fill: #1a1a1a;*/
}

.homepage .graph .x.axis .tick:nth-child(2n) {
    display: none;
}

.homepage .graph-element .x.axis .tick:first-child text {
    fill: #fff;
}

.homepage .graph-element .x.axis .tick:nth-child(21) text {
    fill: #fff;
}

.homepage .graph-element .infobox {
    border: 2px solid #ddd;
    border-radius: 4px;
    margin: 200px auto 0 auto;
    padding: 5px 10px;
    background: rgba(221, 221, 221, 0.99);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10500;
    font-weight: bold;
}

.homepage .graph-element .line-text {
    font-size: 14px;
}

.homepage .graph-element .tooltip {
    fill: #000;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
}

.homepage .graph-element .mouse-per-line rect {
    fill: #fff;
}

.homepage .graph-slider {
    text-align: center;
    clear: both;
    margin: 50px 0;
    float: left;
    width: 100%;
}

.homepage .graph-slider .slider-init {
    margin: 0px 10px;
}

.homepage .graph-slider a.glossaryLink,
.homepage .graph-slider a.glossaryLink:hover {
    color: #fff !important;
    text-decoration: none;
}

.homepage .graph-element .tooltip-init-invest {
    font-size: 12px;
}

.homepage .graph .tablet-buttons {
    float: left;
    width: 100%;
}

.homepage .graph .investment-buttons {
    padding-left: 0px;
    text-align: center;
    margin-top: 30px;
}

.homepage .graph .tablet-buttons h4 {
    text-align: center;
    font-family: 'gilroyregular', sans-serif;
    margin-top: 40px;
}

.homepage .graph .investment-buttons li {
    display: inline-block;
    width: 120px;
    padding: 15px 0;
    background: #666666;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    font-family: 'gilroysemibold', sans-serif;
}

.homepage .graph .investment-buttons li.active {
    background: -moz-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024185', endColorstr='#23bcd6', GradientType=1);
    /* IE6-9 */

    color: #fff;
}

.homepage .graph .graph-background {
    min-height: 450px;
    background: url(img/home-graph-tablet-10k.png) no-repeat center center transparent;
    background-size: contain;
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.homepage .graph .graph-background.img_10 {
    background: url(img/home-graph-tablet-10k.png) no-repeat center center transparent;
    background-size: contain;
}

.homepage .graph .graph-background.img_50 {
    background: url(img/home-graph-tablet-50k.png) no-repeat center center transparent;
    background-size: contain;
}

.homepage .graph .graph-background.img_100 {
    background: url(img/home-graph-tablet-100k.png) no-repeat center center transparent;
    background-size: contain;
}

.homepage .graph .graph-background.img_200 {
    background: url(img/home-graph-tablet-200k.png) no-repeat center center transparent;
    background-size: contain;
}

.homepage .graph .graph-background.img_500 {
    background: url(img/home-graph-tablet-500k.png) no-repeat center center transparent;
    background-size: contain;
}

.homepage .graph .graph-background.img_1 {
    background: url(img/home-graph-tablet-1m.png) no-repeat center center transparent;
    background-size: contain;
}

.slider-handle {
    background: #27cadf;
}

.slider.slider-horizontal .slider-track {
    height: 5px;
    width: 100%;
    margin-top: -3px;
    top: 50%;
    left: 0;
}

.slider-track,
.slider-selection {
    background: #4d4d4d;
}

.tooltip.top .tooltip-arrow {
    bottom: 30px;
    left: 50%;
    margin-left: -7px;
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.tooltip-inner {
    color: #000;
    background-color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
}

.slider .tooltip.top {
    margin-top: 30px;
    z-index: 1;
}

.slider.slider-horizontal {
    width: 33%;
    height: 20px;
}

.homepage .graph .slider-wrapper {
    margin: auto;
    width: 41%;
    position: relative;
}

.homepage .graph .slider-wrapper .d3-slider {
    background: #4d4d4d;
    border: none;
    display: inline-block;
    height: 5px;
    border-radius: 10px;
    width: 80%;
    vertical-align: middle;
}

.homepage .graph .d3-slider-handle {
    border-radius: 50%;
    top: -8px;
    border: 0px;
    background: #27cadf;
}

.homepage .graph .slider-wrapper .tooltip.top {
    margin-left: 46px;
    top: 35px;
    z-index: 3;
}

.homepage .graph .svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* aspect ratio */

    vertical-align: top;
    overflow: hidden;
}

.homepage .graph .svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.homepage .portfolio {
    padding: 90px 0 90px 0;
}

.homepage .divers-subtitle {
    padding-top: 25px;
    /* font-size: 18px; */
}

.homepage .divers-title {
    padding-bottom: 23px;
}

.homepage .simpler-way {
    padding: 110px 0 120px 0;
}

.homepage .simpler-way-bullets {
    padding-top: 35px;
    font-size: 18px;
    padding-left: 160px;
}

.homepage .simpler-way-title {
    padding-bottom: 23px;
    color: #1e82af;
}

.homepage .info-pdf {
    padding-left: 15px;
    font-weight: 600;
}

.homepage .simpler-way-below {
    padding-bottom: 20px
}

.homepage .simpler-way .graph-note {
    text-align: center;
    font-size: 12px;
    margin-top: 50px;
    clear: both;
}

/* HOMEPAGE OPTIMIZED PORTFOLIOS */
a.button-blue,
.navbar-nav > li.signup a {
    font-size: 16px;
    padding: 12px 35px;
    font-weight: 400;
    display: inline-block;
    color: white;
    background: initial;
    background-color: #03c8f4;
    border: 1px solid #03c8f4;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a.button-blue:hover,
.navbar-nav > li.signup a:hover {
    background: initial;
    background-color: #03b4dc;
    opacity: 1;
}

.navbar-nav > li.signup a {
    font-size: 20px;
    font-weight: 600;
}

.navbar-nav > li.signup a {
    font-size: 16px;
}

.homepage section .center {
    text-align: center;
}

.a-center {
    text-align: center;
}

.homepage .portfolio .button-wrap a,
.homepage .graph .button-wrap a,
.homepage .funds .button-wrap a {
    margin-top: 20px;
}

.homepage .banner.light {
    padding: 0;
}

.homepage .banner.light .instinv-login a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border-bottom: 1px dotted white;
    text-decoration: none !important;
}

.homepage .banner.light .instinv-login a:hover {
    color: #27c9de;
    border-bottom: 1px dotted #27c9de;
}

.homepage .banner .benefits {
    padding: 45px 0 10px 0;
}

.homepage .benefits .disclaimer {
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.homepage .portfolio.light ul.circle,
.homepage .graph.light ul.circle {
    margin-left: -20px;
}

.homepage .portfolio.light .disclaimer {
    font-size: 10px;
    margin-top: 20px;
}

.homepage .portfolio.light {
    padding: 60px 0 60px 0;
}

.homepage .portfolio.light h1,
.homepage .ready h1 {
    color: #1482b0;
}

.homepage .portfolio.light .divers-title h3 {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 20px;
}

.homepage .portfolio.light .divers-subtitle {
    padding-top: 0;
    margin-bottom: 20px;
}

.homepage .portfolio.light .button-wrap a {
    margin-bottom: 20px;
    margin-top: 0;
    display: inline-block;
}

.homepage .portfolio-wrap {
    display: inline-flex;
    flex-direction: row;
}

.homepage .dark.circles {
    padding: 60px 0 60px 0;
}

.homepage .dark.circles .circle-radius .title {
    margin-top: 8px;
}

.homepage .dark.circles .circle-radius .title.nomg {
    margin-top: 0;
}

.homepage .dark.circles .circle-radius h3 {
    margin-top: 0;
}

.homepage .dark.circles .circles-wrap .item-ltv h3 {
    color: #0070c0;
}

.homepage .dark.circles .circles-wrap .item-rate h3 {
    color: #00b9d9;
}

.homepage .dark.circles .circles-wrap .item-states h3 {
    color: #00b0f0;
}

.homepage .dark.circles .circles-wrap .item-notes h3 {
    color: #00e7ff;
}

.homepage .dark.circles .left-wrap {
    padding-left: 0;
    padding-right: 0;
}

.homepage .dark.circles .right-wrap {
    padding-right: 0;
    padding-left: 0;
}

.homepage .dark.funds {
    padding: 60px 0 90px 0;
}

.homepage .resources {
    padding: 60px 0 60px 0;
}

.homepage .graph.light {
    padding: 60px 0 60px 0;
}

.homepage .graph.light .title {
    color: #1482b0;
    margin-bottom: 40px;
}

.homepage .dark.funds .funds-wrap {
    margin-top: 40px;
}

.homepage .light {
    background: #fff;
    color: #000;
    padding: 65px 0 80px 0;
}

section.dark {
    background: #172A3A;
    color: #fff;
    padding: 110px 0 120px 0;
}

section.dark h1,
section.light h1 {
    font-size: 36px;
}

section.dark h1,
section.dark p,
.homepage .dark a.glossaryLink {
    color: white !important;
}

.homepage .dark a.glossaryLink {
    border-bottom: dotted 1px #fff !important;
}

.homepage .dark a.glossaryLink:hover {
    color: #21aad3 !important;
}

.homepage .item {
    margin-bottom: 10px;
}

.homepage .circles-wrap {
    margin-top: 40px;
}

.homepage .item h3 {
    margin-bottom: 20px;
}

.homepage .item .circle-wrap {
    text-align: center;
}

.homepage .item .circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    display: inline-block;
    padding-top: 35px;
}

.homepage .item .circle-radius {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    display: inline-block;
    padding-top: 50px;
    border: 6px solid #0070c0;
    font-size: 34px;
}

.homepage .item.item-rate .circle-radius {
    padding-top: 34px;
}

.homepage .item.item-rate .circle-radius .ontop {
    font-size: 12px;
}

.homepage .item .details {
}

.homepage .item-protection .circle {
    background-color: #0070c0;
}

.homepage .item-ltv .circle-radius {
    border-color: #0070c0;
}

.homepage .item-protection .title {
    color: #0070c0;
}

.homepage .item-rate .circle-radius {
    border-color: #00b9d9;
}

.homepage .item-liquidity .circle {
    background-color: #00b9d9;
}

.homepage .item-liquidity .title {
    color: #00b9d9;
}

.homepage .item-diversification .circle {
    background-color: #00b0f0;
    padding-top: 53px;
}

.homepage .item-states .circle-radius {
    border-color: #00b0f0;
}

.homepage .item-diversification .circle img {
    width: 170px;
}

.homepage .item-diversification .title {
    color: #00b0f0;
}

.homepage .item-notes .circle-radius {
    border-color: #00e7ff;
}

.homepage .item-quality .circle {
    background-color: #00e7ff;
}

.homepage .item-quality .title {
    color: #00e7ff;
}

.homepage .fund-blocks {
    margin-bottom: 40px;
}

.homepage .fund-block {
    margin-bottom: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.homepage .funds h1 {
    margin-bottom: 55px;
}

.homepage .fund-block .fund-title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    padding: 10px;
}

.homepage .fund-block .fund-body {
    padding: 20px;
}

.homepage .fund-block .inv-date {
    color: #2196F3;
    font-size: smaller;
    padding-top: 10px;
}

.homepage .fund-block.fund1 .fund-title {
    background-color: #1381af;
}

.homepage .fund-block.fund1 .fund-body {
    background-color: rgba(19, 129, 175, 0.46);
}

.homepage .fund-block.fund2 .fund-title {
    background-color: #00b0f0;
}

.homepage .fund-block.fund2 .fund-body {
    background-color: rgba(0, 176, 240, 0.46);
}

.homepage .fund-block.fund3 .fund-title {
    background-color: #00e7ff;
}

.homepage .fund-block.fund3 .fund-body {
    background-color: rgba(0, 231, 255, 0.46);
}

.homepage .fund-block .fund-body .left {
    text-align: right;
    font-size: 34px;
    font-weight: bold;
    padding-right: 17px;
}

.homepage .fund-block .fund-body .right {
    text-align: left;
    font-size: 15px;
    padding: 6px 7px 0 7px;
}

.homepage .ready {
    padding: 60px 0 0 0;
}

.homepage .ready .divers-title h3 {
    font-weight: normal;
    font-size: 20px;
    font-family: 'gilroyregular';
    text-align: left;
}

.homepage .ready {
    background-color: #ededed;
}

.homepage .fee-disclaimer {
    padding-top: 25px;
    font-size: 10px;
}

/** INTERIOR PAGES **/
/* full width */
.padding-default {
    padding: 60px 0 120px 0;
}

.padding-default p {
    line-height: 150%;
}

/*** MAGNIFIC POPUP ****/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0 30px 0px 0;
    width: auto;
    max-width: 950px;
    margin: 20px auto;
}

.white-popup .container-wrap {
    overflow: auto;
}

.white-popup .image-popup,
.info-person {
    float: left;
}

.white-popup .info-person {
    margin: 50px 0 10px 0px;
}

.white-popup .info-person .media-links {
    clear: both;
}

.white-popup .info-person .name-position {
    overflow: auto;
}

.white-popup .image-popup {
    width: 100%;
}

.white-popup .info-person .position {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    float: left;
    margin: 12px 0px 10px 10px;
}

.white-popup .info-person h4 {
    font-size: 20px;
    float: left;
}

.white-popup .content {
    clear: both;
    margin-bottom: 50px;
}

.white-popup .info-person .icon.tw {
    background: url('img/twitter.png') no-repeat;
    display: block;
    height: 14px;
    width: 14px;
    margin: 1px;
}

.white-popup .mfp-close {
    background: url('img/popup-close.png') no-repeat;
    width: 21px;
    height: 21px;
    color: #fff !important;
    line-height: 110%;
    top: 0px;
    font-size: 10px;
    right: -30px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    background: url('img/popup-close.png') no-repeat;
    width: 21px;
    height: 21px;
    color: transparent !important;
    line-height: 110%;
}

.white-popup .article {
    padding-top: 80px;
}

.white-popup .article h4 {
    font-size: 22px;
}

.white-popup .article h6 {
    font-size: 16px;
}

.white-popup .img-col,
.white-popup .info-col {
    float: left;
}

.white-popup .img-col {
    width: 40%;
}

.white-popup .info-col {
    width: 55%;
    margin-left: 25px;
}

.white-popup .media-links p {
    float: left;
    line-height: 14px;
}

.white-popup .media-links p:first-child {
    margin-right: 5px;
}

/* Who We Are */
.who-we-are .top-banner {
    background: url('img/who-we-are-alphaflow.jpg') no-repeat center center;
    color: #fff;
    height: 500px;
    background-size: cover;
}

.who-we-are .anchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}

.who-we-are .top-banner h1 {
    padding: 150px 0 30px 0;
    font-weight: lighter;
    font-size: 60px;
}

.who-we-are .top-banner .arrow-down {
    margin-top: 50px;
}

.who-we-are .overview {
    padding: 65px 0;
    font-size: 18px;
    text-align: center;
}

.who-we-are .overview h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: 'gilroyregular', sans-serif;
    text-align: left;
}

.team {
    background-color: rgba(237, 237, 237, 0.5);
    padding-top: 75px;
}

.team h1,
.advisors h1 {
    color: #000;
    text-align: center;
}

.team .team-list .img-lightbox,
.advisors .advisors-list .img-lightbox {
    position: relative;
    display: block;
    outline: none;
    text-decoration: none;
    width: 100%;
}

.team .team-list .img-lightbox .default-person,
.advisors .advisors-list .img-lightbox .default-person {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.team .team-list .img-lightbox .image-profile,
.advisors .advisors-list .img-lightbox .image-profile {
    z-index: 10;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.team .team-list .img-lightbox .image-profile {
    max-width: 360px;
}

.team .team-list .img-lightbox:hover .default-person,
.advisors .advisors-list .img-lightbox:hover .default-person {
    z-index: 11;
    opacity: 0.95;
    height: 100%;
}

.team .team-list {
    padding: 0px;
    margin: 50px 0 100px 0;
    overflow: auto;
}

.team .team-list li {
    float: left;
}

.team .team-list li:first-child {
    margin-left: 16.66666667%;
    margin-right: 5%;
}

.team .team-list .profile,
.advisors .advisors-list .profile {
    overflow: auto;
    z-index: 10;
    position: relative;
}

.team .team-list .profile .text-p,
.advisors .advisors-list .profile .text-p {
    background-color: #231f20;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.team .team-list .profile .text-p h4 {
    margin-top: 4px;
    margin-bottom: 5px;
    font-weight: 500;
}

.advisors .advisors-list .profile .text-p h4 {
    margin: 2px 0;
    font-weight: 500;
}

.advisors {
    background-color: #4d4d4d;
    color: #fff;
    padding-top: 75px;
}

.advisors-list {
    padding: 0px;
    margin: 50px 0 100px 0;
    overflow: auto;
    list-style: none;
}

.advisors-list li {
    margin-bottom: 20px;
    text-align: center;
}

.who-we-are .join {
    padding: 70px 0;
}

.who-we-are .join h1 {
    text-align: center;
}

.who-we-are .join .wrapper-button {
    text-align: center;
    padding: 25px 0;
}

/*.who-we-are .join .button {
    padding: 25px 60px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}*/
/*Go back to top link*/
#top-link-block.affix-top {
    position: absolute;
    /* allows it to "slide" up into view */

    bottom: 0px;
    /* negative of the offset - height of link element */

    right: 20px;
    /* padding from the left side of the window */

    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

#top-link-block.affix {
    position: fixed;
    /* keeps it on the bottom once in view */

    bottom: 80px;
    /* height of link element */

    right: 20px;
    /* padding from the left side of the window */

    z-index: 20;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

#top-link-block .top-img {
    width: 60px;
}

/*** FAQ Page ***/
.faq {
    margin-top: 65px;
}

.faq .faq_section {
    margin-bottom: 45px;
}

.faq .faq_section h2 {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.faq .faq_section .faq_category {
    margin-bottom: 40px;
}

.faq .panel-default > .panel-heading {
    color: #231f20;
    background-color: white;
    border-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
}

.faq .panel-default > .panel-heading .panel-title {
    font-weight: 600;
}

.faq .panel-group .panel {
    border: none;
    border-radius: 0px;
}

.faq .panel-default > .panel-heading .panel-title > a .text {
    padding: 15px 20px 15px 20px;
    display: table-cell;
    box-sizing: border-box;
}

.faq .panel-default > .panel-heading .panel-title > a {
    color: #231f20;
}

.faq .panel-default > .panel-heading .panel-title > a:hover,
.faq .panel-default > .panel-heading .panel-title > a:active,
.faq .panel-default > .panel-heading .panel-title > a:focus {
    text-decoration: none;
}

.faq .panel-group .icon-faq {
    padding: 15px;
    margin: 0px;
    color: #fff;
    display: table-cell;
    vertical-align: top;
}

.faq .panel-group .icon-faq.glyphicon-plus {
    background-color: #27c9de;
}

.faq .panel-group .icon-faq.glyphicon-minus {
    background-color: #27cbe0;
}

.faq .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: 0px;
    background-color: #ffffff;;
    padding-left: 20px;
    border-left: 46px solid #27cbe0;
}

.careers .panel-default > .panel-heading + .panel-collapse .panel-body {
    padding-left: 10px !important;
}

.faq .account {
    background-color: #eeeeee;
    padding: 50px 0 100px 0;
}

.faq .account h1 {
    font-size: 30px;
    text-align: center;
}

.faq .account .icon-log img {
    display: block;
    margin: auto;
    width: 69px;
}

.faq .account .wrapper-button {
    text-align: center;
    padding: 25px 0;
}

.faq .account .button {
    padding: 25px 60px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-template-page-glossary #menu-item-116 a,
.single-post #menu-item-116 a,
.single-post #menu-knowledgebase-menu li:first-child a {
    color: #27CBE0;
}

.single-post.tax-page-template #menu-item-116 a {
    color: #fff;
}

.single-post.tax-page-template #menu-taxcentermenu li:first-child a,
.page-template-page-taxfaq .tax-center-link a,
.page-template-page-taxlibrary .tax-center-link a,
.single-post.tax-page-template .tax-center-link a,
.page-template-page-taxwebinars-php .tax-center-link a {
    color: #27CBE0 !important;
}

.page-template-page-webinars .blog-link-menu a {
    color: #27CBE0 !important;
}

.single-post .breadcrumbs.blog-nav li:first-child a {
    color: #27CBE0 !important;
}

.glossary .section-glossary {
    clear: both;
}

.glossary .section-glossary .entry {
    margin-bottom: 60px;
}

.glossary .section-glossary span[href] {
    border-bottom: dotted 1px #000000 !important;
}

.glossary .glossary-filters {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.glossary .glossary-filters ul {
    padding: 0px;
    list-style: none;
    overflow: auto;
}

.glossary .glossary-filters ul li {
    float: left;
    margin-left: 1%;
}

.glossary .glossary-filters ul li:first-child {
    margin-left: 0px;
}

.glossary .glossary-filters a {
    color: #231f20;
    font-weight: 600;
}

.glossary .glossary-filters a:hover,
.glossary .glossary-filters a:focus,
.glossary .glossary-filters a.active {
    text-decoration: none;
    color: #27c8dd;
}

.glossary .top-section {
    overflow: auto;
}

.glossary .top-section h1 {
    float: left;
    padding-right: 30px;
}

.glossary .section-glossary {
    clear: both;
    margin-top: 25px;
}

.knowledge-page {
    padding-top: 75px;
    padding-bottom: 50px;
}

/* New Glossary */
.glossary .search {
    display: none;
}

.glossary .search > * {
    display: inline-block;
}

.glossary .search-terms {
    width: 68%;
}

.glossary .search .search-button {
    margin-left: 10px;
    font-size: 21px;
    display: block;
    position: relative;
    top: 5px;
}

.glossary .search .search-button:hover {
    color: #428bca !important;
}

.glossary-footer {
    text-align: center;
}

article footer,
div.cmtt_related_linked_terms_wrapper,
.cmtt_help,
.cmtt_related_articles_wrapper {
    display: none !important;
}

.glossary-container .large .ln-letters a {
    border: hidden;
    background-color: white;
    margin-bottom: 30px;
}

.section-glossary {
    margin-bottom: 30px;
}

.glossary .glossary-filters {
    margin-bottom: 30px;
}

.glossary-container .page-header {
    border: hidden;
}

.ln-letters a {
    color: black !important;
    font-weight: 600;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
    text-decoration: none;
    color: #27c8dd !important;
}

.glossary_itemdesc {
    margin-bottom: 40px;
}

.glossaryLinkMain {
    font-size: 18px;
    font-weight: 600;
    color: #428bca !important;
}

.section-glossary .entry a,
.section-glossary .entry a:hover,
.section-glossary .entry a:visited,
.section-glossary .entry a:focus,
.cmtt-backlink {
    color: #428bca !important;
}

.large .ln-letters a {
    border: 0;
}

.cmtt-backlink-top {
    margin-top: 50px;
}

.cmtt-backlink-bottom {
    margin-bottom: 50px;
}

.glossary-search-clear,
.glossary_top_filter .left span {
    display: none;
}

.glossary-search-term {
    display: inline-block;
    width: 62%;
}

.ln-letters a.ln-last {
    border: 0 !important;
}

.glossary-search.button {
    display: inline-block;
    width: auto;
    box-shadow: none;
    border: 0;
    margin-left: 7px;
    padding: 5px 10px;
}

.glossary_top_filter {
    margin: 40px 0px 20px 0px;
}

.single-glossary #main > p {
    padding-top: 20px;
}

/* Knowledgebase breadcrumbs */
.breadcrumbs {
    background-color: #1482b0;
}

.breadcrumbs {
    padding: 0px;
    margin-bottom: 50px;
}

.breadcrumbs ul {
    padding: 0px;
    list-style: none;
    margin: 0px auto 0px auto;
    overflow: auto;
    max-width: 347px;
    /*400*/
}

.breadcrumbs.blog-nav ul {
    max-width: 170px;
}

.breadcrumbs li {
    float: left;
    margin-right: 20px;
}

.breadcrumbs.blog-nav ul li:last-child {
    margin-right: 0px;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding-right: 10px;
    padding: 20px 10px 20px 0px;
    display: block;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    text-decoration: none;
    color: #27cbe0;
}

.breadcrumbs .active a {
    color: #27cbe0;
}

/* Inside pages  -border top*/
.wrapper-border {
    /*border-top: 4px solid #cccccc;*/
}

.wrapper-border > .container {
    /*margin-top: -4px;*/
}

/* RESOURCES - BLOG */
.blog-cta {
    padding-bottom: 20px;
}

.resources .navigation {
    clear: both;
    text-align: center;
    margin-top: 60px;
}

.resources .navigation ul {
    padding: 0;
}

.resources .navigation ul li {
    display: inline;
    padding: 0 10px;
}

.resources .navigation li a {
    color: #231f20;
    text-decoration: none;
    font-size: 26px;
}

.resources .navigation ul li.active a,
.resources .navigation li a:hover,
.resources .navigation li a:focus,
.resources .navigation li a:active {
    text-decoration: none;
    color: #27c8dd;
}

.resources .navigation li a:visited {
    color: #231f20;
    text-decoration: none;
}

.resources .knowledge-page .post-excerpt {
    overflow: auto;
}

.resources .knowledge-page .meta {
    border-right: 2px solid #c8c8c8;
}

.resources .knowledge-page .month {
    color: #1480ad;
    font-weight: 500;
    text-transform: uppercase;
}

.resources .knowledge-page .day {
    font-size: 28px;
}

.resources .knowledge-page .post-text {
    padding-left: 30px;
}

.resources .knowledge-page .post-text p,
.resources .knowledge-page .post-text ul,
.resources .knowledge-page .post-text ol {
    line-height: 200%;
    margin-bottom: 20px;
}

.resources .knowledge-page .post-text ul li,
.resources .knowledge-page .post-text ol li {
    margin-bottom: 20px;
}

.resources .knowledge-page .post-text h2 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.resources .knowledge-page .post-text h2 a,
.resources .knowledge-page .post-text h2 a:visited {
    color: #333333;
}

.resources .knowledge-page .post-text h2 a:hover,
.resources .knowledge-page .post-text h2 a:focus,
.resources .knowledge-page .post-text h2 a:active {
    text-decoration: none;
    color: #27c8dd;
}

.resources .knowledge-page .post-text h1 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.resources .knowledge-page .post-text h1 a,
.resources .knowledge-page .post-text h1 a:visited {
    color: #333333;
}

.resources .knowledge-page .post-text h1 a:hover,
.resources .knowledge-page .post-text h1 a:focus,
.resources .knowledge-page .post-text h1 a:active {
    text-decoration: none;
    color: #27c8dd;
}

.resources .knowledge-page .excerpt-read-more {
    font-weight: 500;
    text-decoration: none;
    color: #27c8dd;
}

.resources .share-icons {
    margin-bottom: 100px;
}

.resources .share-icons .share-list {
    list-style: none;
    padding: 0;
}

.resources .share-icons .share-icons {
    background: url('img/social-share-icons.png') no-repeat;
    float: left;
    height: 20px;
    width: 22px;
    background-size: 100%;
    margin-right: 30px;
}

.resources .share-icons.tw {
    background-position: 0px 1px;
}

.resources .share-icons.fb {
    background-position: 0px -30px;
}

.resources .share-icons.ln {
    background-position: 0px -57px;
}

.resources .share-icons .text {
    color: #1480ad;
    float: left;
    margin-right: 30px;
}

.resources .share-icons .share-icons-big {
    background: url('img/social-share-icons-big.png') no-repeat;
    float: left;
    height: 32px;
    width: 35px;
    background-size: 100%;
    margin-right: 30px;
}

.resources .share-icons-big.tw {
    background-position: 0px 1px;
}

.resources .share-icons-big.fb {
    background-position: 0px -32px;
}

.resources .share-icons-big.ln {
    background-position: 0px -64px;
    margin-right: 0px;
}

.widget_tag_cloud h4.widgettitle {
    font-size: 20px;
    color: #27c8dd;
}

.widget_tag_cloud a {
    color: #5fb12f;
}

.widget_tag_cloud a:hover {
    text-decoration: underline;
}

.widget_osd_blog_search_widget input[type=text] {
    border-radius: 0px;
    width: 100%;
}

#searchform {
    margin-top: 40px;
    padding: 0px;
}

#searchform input[type=text] {
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
}

#searchform input[type=submit] {
    margin-top: 5px;
    box-shadow: none;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
}

.search-results .search-main {
    margin-top: 80px;
}

.search-results #main article {
    border: none;
}

.search-results footer {
    display: none;
}

/* Subscription */
.subscription {
    margin-top: 60px;
    overflow: auto;
}

.subscription h3 {
    margin-bottom: 15px;
    padding: 0px;
    width: 100%;
}

.subscription label[for=s2email] {
    display: none;
}

.subscription input[type="email"] {
    border-radius: 0px;
    width: 100%;
}

.subscription input[type="submit"] {
    text-transform: uppercase;
    background-color: #03c8f4 !important;
    color: #fff;
    border: none;
    padding: 12px 20px !important;
    height: auto;
    font-weight: 400;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.subscription input[type="submit"]:hover,
.subscription input[type="submit"]:focus {
    background: initial;
    background-color: #03b4dc !important;
    opacity: 1;
}

.homepage > p.s2_message {
    padding: 70px 100px 300px 100px;
    text-align: center;
    font-size: 20px;
}

.spu-content label[for=s2email] {
    display: none;
}

.spu-content input[type="text"] {
    margin: auto !important;
    border-radius: 0px;
    float: none;
    display: block;
    width: 300px;
}

.spu-content input[type="submit"] {
    text-transform: uppercase;
    background-color: #5FB42F;
    color: #FFF;
    border: medium none;
    padding: 10px 24px;
    height: auto;
    font-weight: 400;
    opacity: 1;
    width: 300px;
    margin: auto;
    float: none;
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.spu-content input[type="submit"]:hover,
.spu-content input[type="submit"]:focus {
    opacity: 0.8;
}

.spu-content input[type="email"] {
    width: 300px;
    margin: auto;
    float: none;
    display: block;
}

.spu-box {
    border-radius: 0px !important;
    padding: 40px 40px !important;
}

.resources h4.widgettitle {
    font-size: 24px;
}

body .theme-simple #mailmunch-optin-form input.submit {
    padding: 10px 24px;
    margin-top: 5px;
    width: auto !important;
}

/* HOW IT WORKS */
section.funds {
    padding: 60px 0 0 0;
}

.funds-borders {
/ / padding: 60 px 0 100 px 0;
}

section.funds2 {
    padding: 0 0 100px 0;
    background-color: #fff;
}

.funds-border-right {
    border-right: 1px solid #e4e5e7;
}

@media only screen and (min-width: 768px) {
    .fund-no-padding {
        padding: 0;
    }

    .fund-benefits-1 {
        min-width: 200px;
    }

    .fund-benefits-4 {
        max-width: 170px;
    }

    .fund-benefits-container {
        display: flex;
        flex-wrap: wrap;
    }

    .fund-benefits-container [class*="col-"] {
    / / float: none;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .xs-no-borders {
        border: 0 !important;
    }
}

.how-it-works h1 {
    font-size: 40px;
}

.how-it-works .accounts {
    background-color: #1480ac;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.how-it-works .accounts p {
    margin: 0px auto 40px auto;
    width: 65.7%;
}

.how-it-works .instant-overview {
    text-align: center;
    padding: 60px 0 100px 0;
}

.how-it-works .instant-overview p {
    margin-bottom: 40px;
}

.how-it-works .instant-overview img {
    max-width: 942px;
    width: 100%;
}

.how-it-works .investments {
    text-align: center;
    padding: 60px 0 100px 0;
}

.how-it-works .investments p {
    font-size: 18px;
}

.how-it-works .investments p.margin-img {
    margin-top: 30px;
}

.how-it-works .investments p strong {
    font-size: 20px;
}

.how-it-works .investments .title-investments {
    margin-bottom: 50px;
}

.how-it-works .investments .graph-pie {
    margin: 0px 0 0px 0;
}

.how-it-works .investments .text-pie {
    margin-top: 10%;
    text-align: left;
}

.how-it-works .investments .graph-pie img {
    max-width: 460px;
}

.how-it-works .monitor {
    background: url('img/banner-automatically-monitor-your-payments.jpg') no-repeat transparent;
    background-size: cover;
    background-position: center center;
}

.how-it-works .monitor .padding-monitor {
    padding: 150px 0 250px 0;
}

.how-it-works .monitor p {
    font-size: 20px;
}

.how-it-works .cta {
    background-color: #ebebeb;
    padding: 50px 0 100px 0;
    text-align: center;
}

.how-it-works .divers {
    color: #1682B0;
}

.how-it-works .liquid {
    color: #40C3D9;
}

.how-it-works .passive {
    color: #5D5D5D;
}

.how-it-works .low {
    color: #5FB446;
}

.how-it-works .ben {
    padding: 20px 0px 40px 0px;
}

.how-it-works .hiwhead {
    padding: 20px 0px 40px 0px;
}

.how-it-works .youmake {
    padding: 20px 0px 0px 0px;
    font-size: 24px;
}

.how-it-works .banner-hiw {
    background: #fff;
    background-size: cover;
    padding: 140px 0 140px 0;
    text-align: center;
}

.how-it-works .banner-hiw h1 {
    font-size: 40px;
    font-family: 'gilroymedium', sans-serif;
    line-height: 50px;
}

.how-it-works .hiw-portfolio {
    background: #27cbe0;
    background-size: cover;
    padding: 125px 0 135px 0;
}

.how-it-works .bank-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    text-align: center;
}

.how-it-works .bank-img {
    width: 100%;
    max-width: 140px;
    margin: 0 9px;
}

.how-it-works .hiw-banks {
    background: #e3e3e3;
    text-align: center;
    padding: 100px 0 110px 0;
}

.how-it-works .hiw-banks h2 {
    color: #1480ae;
}

.how-it-works .hiw-banks p {
    margin-bottom: 50px;
}

.how-it-works .hiw-banks .banks-list {
    padding: 0px;
    padding-bottom: 30px;
}

.how-it-works .benefits .benefit-item,
.benefits .benefit-item .img-wrap {
    text-align: center;
}

.how-it-works .benefits .benefit-item .benefit-img {
    width: 100%;
    max-width: 150px;
}

.how-it-works .benefits .benefit-item h4 {
    color: #231f20;
    font-size: 19px;
    font-weight: 600;
}

.how-it-works .stages-hiw {
    padding: 90px 0 30px 0;
}


.how-it-works h1 a {
    text-decoration: none;
}

.how-it-works h1 a:hover,
.how-it-works h1 a:focus {
    color: #03c8f4;
}

.how-it-works .stages-hiw.benefits1 {
    padding: 0;
    position: relative;
}

.how-it-works .stages-hiw.benefits1 .start-anchor {
    position: absolute;
    top: -90px;
}

@media (max-width: 767px) {
    .how-it-works .stages-hiw.benefits1 .start-anchor {
        top: -60px;
    }
}

.how-it-works .stages-hiw h1 {
    margin-bottom: 20px;
    text-align: center;
}

.how-it-works .stages-hiw .subtitle {
    font-size: 21px;
    text-align: center;
}

.how-it-works .hiw-portfolio h1 {
    margin-bottom: 30px;
}

.how-it-works .portfolio-item {
    font-size: 20px;
    margin-bottom: 20px;
    min-height: 58px;
}

.how-it-works .hiw-portfolio .wrap-img {
    display: inline-block;
    width: 80px;
}

.how-it-works .hiw-portfolio .wrap-img .hiw-icon {
    max-width: 56px;
    width: 100%;
}

.how-it-works .hiw-portfolio .wrap-img .hiw-icon.bulb {
    max-width: 45px;
}

.how-it-works .hiw-portfolio .wrap-img .hiw-icon.split {
    max-width: 52px;
}

.how-it-works .portfolio-item p {
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: top;
}

.how-it-works .hiw-paid {
    padding: 115px 0;
    background-color: #f4f4f4;
}

.how-it-works .hiw-paid .paid-item {
    display: inline-block;
    font-size: 20px;
    font-family: 'gilroymedium', sans-serif;
}

.how-it-works .hiw-paid .or-item {
    padding-left: 0px;
}

.how-it-works .hiw-paid .paid-item .paid-or {
    width: 100%;
    max-width: 35px;
    margin: 0 40px;
}

.how-it-works .hiw-paid .paid-item .wrap-img {
    width: 75px;
    display: inline-block;
}

.how-it-works .hiw-paid .paid-item p {
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: top;
}

/*.how-it-works .hiw-paid .calendar{
  background:url(img/calendar-icon.png) left center no-repeat transparent;
  background-size: 52px;
}
.how-it-works .hiw-paid .reinvest{
  background:url(img/reinvest-icon.png) left center no-repeat transparent;
  background-size: 54px;
}*/
.how-it-works .hiw-paid .calendar-icon {
    width: 100%;
    max-width: 52px;
}

.how-it-works .hiw-paid .reinvest-icon {
    width: 100%;
    max-width: 54px;
}

.how-it-works .hiw-paid h1 {
    text-align: center;
    margin-bottom: 40px;
}

.how-it-works .hiw-diversify {
    padding: 80px 0;
    background: #172A3A;
    color: #fff;
    text-align: center;
}

.how-it-works .hiw-diversify-text {
    padding-bottom: 50px;
}

.how-it-works .hiw-diversify-img {
    padding-bottom: 65px;
}

.how-it-works .hiw-diversify .diversify-img {
    width: 100%;
    max-width: 600px;
}

.how-it-works .hiw-diversify h2 {
    color: #27cbe0;
    margin-top: 50px;
}

.how-it-works .hiw-diversify p {
    font-size: 20px;
}

.how-it-works .faq .panel-group .icon-faq.glyphicon-plus {
    background-color: #172A3A;
}

.how-it-works .faq .panel-default > .panel-heading + .panel-collapse .panel-body {
    color: #1b1b1b;
    background: #fff;
}

.how-it-works .faq h1 {
    text-align: center;
}

.how-it-works .faq .panel-default > .panel-heading .panel-title > a .text {
    font-family: 'gilroymedium', sans-serif;
}

.how-it-works .faq h2 {
    font-family: 'gilroy', sans-serif;
    font-size: 20px;
}

.how-it-works .faq .panel-default > .panel-heading .panel-title.opened {
    background: #ffffff;
}

.how-it-works .faq .panel-default > .panel-heading .panel-title.opened a {
    color: #000000;
}

.how-it-works .faq .panel-default > .panel-heading + .panel-collapse .panel-body {
    color: #4a4a4a
    background: #fff;
}

.how-it-works .faq {
    margin-top: 100px;
    margin-bottom: 140px;
}

.how-it-works .hiw-tagline {
    color: #416576;
}

.how-it-works .banner-hiw {
    background-size: cover !important;
}

/** CAREERS **/
.careers .overview {
    background-color: #1481ac;
    color: #fff;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 100px;
}

.careers .overview p {
    font-size: 18px;
    line-height: 160%;
}

.careers .cta_careers {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ebebeb;
    text-align: center;
    font-size: 20px;
}

.careers .cta_careers h3 {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 150%;
}

.careers .careers-link {
    font-size: 28px;
    font-weight: 400;
}

.careers .jobs_section {
    padding: 10px 0 140px 0;
}

.careers .jobs_category h4 {
    color: #1481ac;
    font-weight: 600;
}

.careers .circle {
    overflow: auto;
}

.careers .circle li {
    font-size: 14px;
    width: 49%;
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}

.careers p {
    margin-bottom: 30px;
}

.careers .jobs_category h3 {
    margin-bottom: 25px;
}

.careers .button {
    box-shadow: none;
    display: inline-block;
    padding: 14px 30px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

/* 404 */
.page-404 {
    padding: 70px 0 150px 0px;
}

.page-404 h1 {
    margin-bottom: 40px;
}

/* TAX PAGES */
.tax-disclaimer p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 30px;
}

.tax-page .breadcrumbs {
    padding-top: 80px;
}

.tax-page.content-wrapper {
    padding-top: 0;
}

.tax-page.faq {
    margin-top: 0px;
}

.tax.knowledge-page,
.tax .knowledge-page {
    padding-top: 25px;
}

.tax .subscription {
    margin-top: 20px;
}

.tax-page.library .icon-pdf {
    background: url('img/pdf-icon.png') no-repeat transparent;
    width: 31px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 33px;
    margin-left: 33px;
    margin-bottom: 50px;
}

.tax-page.library a.tax-resource {
    color: #27c8dd;
    text-decoration: none;
}

.tax-page.library a.tax-resource:hover {
    text-decoration: underline;
}

.tax-page.library .library-section {
    margin-bottom: 0px;
}

.tax-page.library .library-section h2 {
    margin-bottom: 50px;
}

.tax-page.library .library-section .lib-res {
    margin-bottom: 30px;
    min-height: 100px;
}

.webinars .thumbnail-video {
    max-width: 360px;
    width: 100%;
}

.webinars .webinar-lightbox.video {
    position: relative;
    display: block;
}

.webinars .webinar-lightbox.video:hover {
    opacity: 0.8;
}

.webinars .webinar-lightbox .play_video {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin: -35px 0 0 -35px;
    left: 50%;
    background: url("img/video-play.png") no-repeat center center transparent;
    background-position: 0px 0px;
    background-size: 100%;
}

.webinars .text-webinar a {
    color: #1480ad;
}

.webinars .text-webinar h4 {
    font-size: 16px;
    margin-top: 20px;
}

.webinars .webinar-element {
    margin-bottom: 30px;
}

.webinars .webinars-section {
    padding: 30px 0 100px 0;
}

.webinars .info {
    font-size: 14px;
    color: #666666;
    background: url("img/video-info.png") no-repeat center left transparent;
    background-size: 16px;
    min-height: 20px;
    padding-left: 30px;
    display: block;
}

.webinars .duration-wrap {
    display: inline-block;
    height: 20px;
    outline: none;
}

.webinars .duration-wrap:hover {
    opacity: 0.8;
}

.webinars .duration-text {
    display: inline-block;
    height: 20px;
    line-height: 100%;
    vertical-align: top;
}

.mfp-bg {
    background: #226da1;
}

.white-popup.webinar-lb {
    padding: 65px;
}

.webinar-lb .webinar-lightbox-wrapper .iframe-wrapper {
    padding-bottom: 56.22%;
    width: 100%;
    position: relative;
    height: 0;
}

.webinar-lb .webinar-lightbox-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.webinar-lb .webinar-lightbox-wrapper h2 {
    font-size: 18px;
    color: #333;
}

.webinar-lb .webinar-lightbox-wrapper .duration {
    font-size: 14px;
    color: #333;
}

.webinar-lb .webinar-lightbox-wrapper p {
    font-size: 16px;
}

.wraper-menu-div .top-nav li:first-child {
    margin-left: 5%;
}

.navbar-sub .wraper-menu-div .top-nav li:first-child {
    margin-left: 14%;
}

@media screen and (max-width: 1500px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 9% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 18% !important;
    }
}

@media screen and (max-width: 1400px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 8% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 16% !important;
    }
}

@media screen and (max-width: 1300px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 7% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 16% !important;
    }
}

@media screen and (max-width: 1200px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 6% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 16 !important;
    }
}

@media screen and (max-width: 1100px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 5% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 16% !important;
    }
}

@media screen and (max-width: 1000px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 1% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 15% !important;
    }
}

@media screen and (max-width: 900px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 2% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 14% !important;
    }
}

@media screen and (max-width: 800px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 0% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 12% !important;
    }
}

@media screen and (max-width: 767px) {
    .wraper-menu-div .top-nav li:first-child {
        margin-left: 0% !important;
    }

    .navbar-sub .wraper-menu-div .top-nav li:first-child {
        margin-left: 5%;
    }
}

/* Landing Page */
.landing-header {
    width: 100%;
    text-align: center;
}

.landing-header .navbar-brand {
    text-align: center;
    float: none !important;
    display: block;
    padding: 0;
    margin: 0 auto;
}

.landing-header .navbar-brand .img-responsive {
    margin: 13px auto 9px auto;
    text-align: center;
}

.landingpage {
    font-family: 'Montserrat', sans-serif;
    min-height: 900px;
}

.landingpage h1,
.landingpage h2,
.landingpage h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.landingpage .form-section {
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(to bottom, #f2f2f2, #f2f2f2 90%, #ffffff 90%);
    background-image: -webkit-gradient(to bottom, #f2f2f2, #f2f2f2 90%, #ffffff 90%);
    background-image: -webkit-linear-gradient(to bottom, #f2f2f2, #f2f2f2 90%, #ffffff 90%);
    background-image: -o-linear-gradient(to bottom, #f2f2f2, #f2f2f2 90%, #ffffff 90%);
    background-image: -ms-linear-gradient(to bottom, #f2f2f2, #f2f2f2 90%, #ffffff 90%);
    background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2 90%, #ffffff 90%);
}

.landingpage .real-state {
    padding-top: 75px;
    padding-bottom: 85px;
}

.landingpage .form-section .form-wrap {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
    background: rgba(5, 82, 158, 1);
    background: -moz-linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(5, 82, 158, 1)), color-stop(4%, rgba(5, 82, 158, 1)), color-stop(60%, rgba(26, 160, 209, 1)), color-stop(95%, rgba(74, 209, 227, 1)), color-stop(100%, rgba(74, 209, 227, 1)));
    background: -webkit-linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    background: linear-gradient(45deg, rgba(5, 82, 158, 1) 0%, rgba(5, 82, 158, 1) 4%, rgba(26, 160, 209, 1) 60%, rgba(74, 209, 227, 1) 95%, rgba(74, 209, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05529e', endColorstr='#4ad1e3', GradientType=1);
}

.landingpage .form-section .form-int-wrap {
    padding: 60px 50px 125px 50px;
    color: #fff;
}

.landingpage .form-section .form-int-wrap .note {
    font-size: 14px;
}

.landingpage .form-section h2 {
    margin-bottom: 20px;
    line-height: 130%;
}

.landingpage .form-section .wrapper p {
    margin-bottom: 15px;
}

.landingpage .form-section .form-inline .form-control {
    height: 40px;
    border: none;
    width: 100%;
}

.landingpage .form-section .form-inline select {
    margin-top: 15px;
    width: 100%;
}

.landingpage .form-section .form-inline select option {
    padding: 6px 0 !important;
}

.landingpage .form-section input[type="submit"] {
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    color: #fff;
    border: 2px solid #fff !important;
    box-shadow: none;
    padding: 6px 30px;
    width: auto !important;
}

.landingpage .form-section input[type="submit"]:hover {
    background-color: #fff;
    color: #05529e;
}

.landingpage .form-section .point-img {
    max-width: 48px;
    width: 100%;
}

.landingpage .form-section .points {
    margin-bottom: 30px;
}

.landingpage .form-section .img-wrap {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
}

.landingpage .form-section .text-wrap {
    width: calc(100% - 76px);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.landingpage .form-section h1 {
    margin-bottom: 30px;
}

.landingpage .portfolio-img {
    max-width: 596px;
    width: 100%;
    margin-bottom: 40px;
}

.landingpage .portfolio p.note {
    color: #808080;
    font-size: 10px;
    margin-left: 30px;
    margin-right: 40px;
}

.landingpage .text-portfolio {
    margin-top: 135px;
    max-width: 444px;
}

.landingpage .portfolio {
    padding: 50px 0 80px 0;
    margin-top: -50px;
}

.landingpage .portfolio .img-wrap {
    text-align: center;
}

.landingpage .veterans {
    background: #172a3a;
    color: #fff;
    padding: 95px 0 85px 0;
}

.landingpage .veterans a.glossaryLink {
    color: #fff !important;
}

.landingpage .line {
    width: 1px;
    background-color: #fff;
    height: 450px;
    display: block;
    margin: auto;
}

.landingpage h2 {
    font-size: 24px;
}

.landingpage .veterans .note {
    font-weight: 300;
    font-size: 10px;
    margin-top: 30px;
    color: #697987;
}

.landingpage .veterans .numbers .text-wrap p {
    font-size: 12px;
}

.landingpage .veterans .numbers .text-wrap h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.landingpage .veterans .text-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
}

.landingpage .veterans .number-wrap {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: right;
}

.landingpage .veterans .number {
    font-size: 50px;
    font-weight: 300;
    color: #27cbe0;
}

.landingpage .veterans .numbers {
    margin-bottom: 20px;
}

.landingpage .veterans p {
    font-weight: 300;
}

.landingfooter p {
    color: #979797;
    font-size: 12px;
    margin: 15px 0;
}

.landingfooter {
    background-color: #000000;
}

.landingpage div.wpcf7-validation-errors,
.landingpage div.wpcf7-mail-sent-ng,
.landingpage div.wpcf7-mail-sent-ok {
    border: none;
}

.landingpage div.wpcf7-mail-sent-ok {
    display: none !important;
}

.landingpage .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px;
}

.landingpage .overview {
    padding: 200px 0;
    text-align: center;
}

/**** MEDIA QUERIES ***/
/* ONLY DESKTOP */
@media screen and (min-width: 1025px) {
    .advisors-list li {
        width: 20%;
    }
}

@media screen and (max-width: 1200px) {
    /* header
  .navbar-nav > li.right-item > a{
    padding: 30px 25px;
  }
*/
    .navbabbbr,
    .navbar-default .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a,
    .dropdown-menu > li > a {
        padding: 12px 10px;
        font-size: 15px;
    }

    a.logo_img {
        padding: 20px 0;
    }

    .subscription {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .subscription h3 {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .subscription .form-inline {
        float: left;
        min-width: 30%;
    }

    .glossary .glossary-filters {
        margin-top: 30px;
    }

    .menu-knowledgebase-menu-container ul {
        margin: 0px 9% 0px 0px;
    }

    .homepage .graph .slider-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .team .team-list li:first-child {
        margin-left: 6.66666667%;
        margin-right: 0px;
    }

    .team .team-list li:last-child {
        float: right;
        margin-right: 6.66666667%;
    }

    .how-it-works .banner-hiw {
        background-position: right center;
        background-size: cover;
    }
}

/**** Institutional Investors *****/
.ininv {
    padding: 10px
}

.homepage .ininv h1 {
    color: white;
}

.ininv-banner {
    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    background: #024185;
    /* Old browsers */

    background: -moz-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024185', endColorstr='#23bcd6', GradientType=1);
    /* IE6-9 */

    padding: 80px 0 100px 0;
    text-align: center;
    color: white;
    background-size: cover;
}

.instiv-subm-button {
    padding: 7px 41px !important;
    background: blue;
    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    background: #024185;
    /* Old browsers */

    background: -moz-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #024185 1%, #23bcd6 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #024185 1%, #23bcd6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024185', endColorstr='#23bcd6', GradientType=1);
    /* IE6-9 */

    border-radius: 5px;
    font-weight: 600 !important;
    color: white;
    border: none !important;
}

.ininv-card {
    width: 100%;
    max-width: 800px;
    padding: 15px 120px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.18);
}

.ininv-msg {
    width: 100%;
    max-width: 837px;
    margin: auto;
    padding: 0 20px;
    padding-bottom: 15px;
    text-align: justify;
}

.nf-form-fields-required {
    padding-bottom: 10px;
}

.instinv-login a {
    color: #1482b0;
    font-size: 19px;
    font-weight: 700;
}

.instinv-login a:hover {
    color: #27c9de;
}

.ininv-form {
    font-size: 16px;
}

.ininv-form input[type=email],
.ininv-form input[type=password],
.ininv-form input[type=text],
.ininv-form input[type=tel],
.ininv-form select,
textarea {
    display: block;
    width: 100%;
    padding: .5em .75em;
    font-size: 1em;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
}

.content-wrapper.homepage > .nf-form-cont {
    display: none;
}

/**** Origination Partners*****/
.partners-banner {
    background: url(/wp-content/uploads/2017/02/partner.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 80px 0 100px 0;
    text-align: center;
    color: white;
}

.loan-struct-left {
    padding-left: 100px;
}

.partner-card {
    width: 100%;
    max-width: 800px;
    padding: 15px 120px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.38);
}

.p-indent {
    text-indent: 25px;
}

/***
****  TABLET DEVICES ****
****/
@media screen and (max-width: 1100px) {
    /* HEADER - NAV */
    a.logo_img {
        width: 80%;
        padding-right: 5%;
        float: left !important;
    }

    .home .container.padding-banner {
        width: 100%;
    }

    /*.home .banner{
    background: url('img/banner-alphaflow-tablet.jpg') no-repeat center center transparent;
      background-size: cover;
  }*/
    .home .banner .padding-banner {
        padding-bottom: 0px;
        padding-top: 350px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .home .banner .padding-banner > div {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        margin-left: 0px;
    }

    .home .banner h1 {
        font-size: 28px;
        margin: 35px 30px;
        text-align: center;
    }

    .home .banner .wrapper-button {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    /* Resources - Blog */
    .resources .knowledge-page .meta {
        border-right: none;
    }

    .menu-knowledgebase-menu-container ul {
        margin: 0 auto;
        float: none;
        width: 390px;
    }

    .subscription .form-inline p {
        float: left;
        margin-bottom: 0px;
    }

    .subscription .form-inline p:last-child {
        margin: 20px 0px 0 20px;
    }

    /* BLOGS */
    .sidebar .widget_mc_mm_widget {
        width: 45%;
        margin-right: 5%;
        display: inline-block;
    }

    .sidebar .widget_text {
        width: 45%;
        display: inline-block;
        margin-left: 5%;
        margin-bottom: 31px;
    }

    .sidebar .widget_text #searchform {
        width: 100%;
        min-width: 100%;
    }
}

/** SMALL TABLETS ****/
@media screen and (max-width: 1500px) {
    .navbabbbr,
    .navbar-default .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a,
    .dropdown-menu > li > a {
        padding: 12px 10px;
        font-size: 15px;
    }

    a.logo_img {
        max-width: 200px;
        padding: 20px 0;
    }
}

@media screen and (max-width: 1100px) {
    /* HEADER - NAV */
    .navbar-default .navbar-brand {
        margin-left: 0;
    }

    .navbar-header {
        padding-right: 0;
    }

    #topmenuwrap {
        padding-right: 10px;
        padding-left: 0;
    }

    .navbabbbr,
    .navbar-default .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a,
    .dropdown-menu > li > a {
        padding: 12px 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    .navbabbbr,
    .navbar-default .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a,
    .dropdown-menu > li > a {
        padding: 12px 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    /* HEADER - NAV */
    .menu-mobile {
        display: block;
    }

    a.logo_img {
        width: 100%;
        padding-right: 0%;
        padding-top: 18px;
        float: left !important;
        max-width: 200px;
    }

    .navbar-default .navbar-toggle {
        float: right;
        margin: 12px 0;
        border-color: transparent;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-nav > li {
        width: 100% !important;
    }

    .navbar-nav > li.button-border > a {
        border-radius: 0px;
    }

    .navbar-nav > li.signup a {
        border-radius: 0px;
        padding: 20px 15px !important;
        width: 100%;
    }

    .navbar-nav > li.button-border {
        margin-right: 0px;
    }

    .navbar-default .navbar-brand {
        margin-left: 30px;
    }

    /***
    slider menu
  ***/
    a.nav-expander {
        display: block;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        transition: right 0.3s ease-in-out 0s;
        width: 130px;
        z-index: 12;
        transition: right 0.3s ease-in-out 0s;
        -webkit-transition: right 0.3s ease-in-out 0s;
        -moz-transition: right 0.3s ease-in-out 0s;
        -o-transition: right 0.3s ease-in-out 0s;
    }

    a.nav-expander.fixed {
        position: fixed;
    }

    .nav-expanded a.nav-expander.fixed {
        right: 20em;
    }

    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggle .middle-bar {
        opacity: 0;
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggle.menushown .top-bar {
        transform: rotate(0);
    }

    .navbar-toggle.menushown .middle-bar {
        opacity: 1;
    }

    .navbar-toggle.menushown .bottom-bar {
        transform: rotate(0);
    }

    #topmenuwrap {
        background-color: #1a1a1a;
        display: block;
        height: 100%;
        overflow: auto;
        position: fixed;
        right: -20em;
        top: 60px;
        width: 17em;
        z-index: 2000;
        transition: right 0.3s ease-in-out 0.01s;
        -webkit-transition: right 0.3s ease-in-out 0.01s;
        -moz-transition: right 0.3s ease-in-out 0s;
        -o-transition: right 0.3s ease-in-out 0s;
    }

    #topmenuwrap nav.pull-right {
        float: left !important;
        width: 100%;
    }

    .nav-expanded #topmenuwrap {
        right: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-expanded #wrap {
        right: 17em;
    }

    body.nav-expanded {
        margin-left: 0em;
    }

    #nav-close {
        font-weight: 300;
        padding-right: 10px;
    }

    .navbar-nav > li > a {
        padding: 20px 15px;
    }

    .navbar-nav > li.pull-right {
        width: 100%;
    }

    .navbar-nav > li.right-item > a {
        padding: 20px 15px;
    }

    .navbar-default .navbar-collapse {
        padding-left: 0px;
    }

    .navbar-default .navbar-collapse ul {
        margin: 0;
        padding: 0;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .team-list li {
        width: 45%;
    }

    .team .team-list li:first-child {
        margin-left: 2%;
    }

    .team .team-list li:last-child {
        margin-right: 2%;
    }

    .white-popup .mfp-close {
        background: url('img/popup-close-blue.png') no-repeat;
        color: #27cbe0 !important;
        top: 30px;
        right: 30px;
    }

    .white-popup.webinar-lb .mfp-close {
        top: 20px;
        right: 20px;
    }

    .white-popup.webinar-lb {
        padding: 50px 50px;
    }

    /* How it works */
    .how-it-works .monitor {
        background-position: center left;
    }

    .how-it-works .investments .text-pie {
        margin-top: 7%;
    }

    .how-it-works .hiw-paid .paid-item .paid-or {
        margin: 0 20px;
    }

    .how-it-works .hiw-paid .paid-item {
        padding-left: 0px;
    }

    .how-it-works .hiw-paid .or-item {
        padding-left: 0px;
    }

    .how-it-works .hiw-diversify h2 {
        margin-top: 0px;
    }

    .how-it-works .benefits .benefit-item {
        margin-bottom: 30px;
    }

    /* new home */
    .homepage .benefits .benefit-item {
        margin-bottom: 30px;
    }

    /*.how-it-works .banner-hiw {
    background: url(img/hiw-banner-mobile.jpg) no-repeat center center transparent;
    background-size: cover;
  }*/
    .homepage .graph .investment-buttons li {
        width: 110px;
    }

    .homepage .graph g.invest image,
    .homepage .graph .logos {
        display: none;
    }

    .homepage .graph-element .tooltip-init-invest {
        display: none;
    }

    .homepage .graph .slider-wrapper {
        width: 70%;
    }

    .homepage .graph-element text {
        font-size: 14px;
    }

    .landing-header .navbar-brand {
        width: 100% !important;
        max-width: 100% !important;
    }

    .landingpage .form-section .form-int-wrap {
        padding: 40px 20px 125px 20px;
        color: #fff;
    }

    .landingpage .text-portfolio {
        margin-top: 65px;
    }
}

/* Portrait IPAD */
@media screen and (max-width: 768px) {
    .how-it-works .monitor {
        background-position: -200px center;
    }
}

/***
****  MOBILE DEVICES ****
****/
@media screen and (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }

    .padtop45-xs {
        padding-top: 45px;
    }

    .dash-pic {
        padding-top: 25px;
    }

    .compound-pic {
        padding-bottom: 25px;
    }

    /* general */
    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }

    html.mfp-helper {
        height: 100%;
    }

    html.mfp-helper body {
        overflow: hidden;
        height: 100%;
        -webkit-transform: translateZ(0);
    }

    /*
    header
  */
    .navbar-default .navbar-brand {
        margin-left: 10px;
    }

    /* home */
    .home h2 {
        font-size: 26px;
    }

    /*.home .banner{
    background: url('img/banner-alphaflow-mobile.jpg') no-repeat center center transparent;
      background-size: cover;
  }*/
    .home .banner h1 {
        font-size: 25px;
        margin: 20px 0;
    }

    .home .banner .padding-banner {
        padding-bottom: 0px;
        padding-top: 250px;
    }

    .home .tools-text {
        padding-top: 30px;
    }

    .home .monitoring .padding-monitoring {
        padding: 85px 0;
    }

    .home .monitoring {
        background: url('img/automatic-payment-monitoring-mobile.jpg') no-repeat center center transparent;
        background-size: cover;
    }

    .home .insider .padding-insider {
        padding: 50px 0 60px 0;
    }

    .home .insider h2 {
        margin-top: 45px;
    }

    .home .insider .screenshots {
        text-align: center;
    }

    .home .insider .screenshots img {
        float: none;
        width: 48.88%;
    }

    .home .padding-industries {
        padding: 40px 0 20px 0;
    }

    .home .account,
    .faq .account,
    .how-it-works .cta {
        padding: 40px 0 60px 0;
    }

    .home .account h1,
    .faq .account h1,
    .how-it-works .cta h1 {
        font-size: 28px;
    }

    .home .account .button,
    .faq .account .button,
    .how-it-works .cta .button {
        font-size: 16px;
    }

    .home .industries .industries-logos li {
        width: 50%;
    }

    /* new home */
    .homepage .banner .message,
    .homepage .banner.af .message {
        padding: 120px 0 70px 0;
    }

    .homepage .banner.af .message h1 {
        font-size: 40px;
    }

    .homepage .banner {
        padding-bottom: 80px;
        background-position: -1500px center;
    }

    .homepage .graph .legend-list li:first-child {
        margin-right: 20px;
    }

    .homepage .graph .logo-legend {
        max-width: 110px;
    }

    .homepage .graph-element text {
        font-size: 12px;
    }

    .homepage .graph .slider-wrapper {
        width: 100%;
    }

    .homepage .graph .slider-wrapper .d3-slider {
        width: 70%;
    }

    .homepage .trust {
        padding: 90px 0 120px 0;
    }

    .homepage .cta-open {
        padding: 90px 0;
    }

    .homepage .cta-open h1 {
        font-size: 32px;
    }

    .homepage .resources {
        padding: 60px 0 70px 0;
    }

    footer .footer-first-row,
    footer .footer-second-section {
        padding: 50px 0;
    }

    .homepage .banner .message,
    .homepage .banner.af .message {
        padding: 85px 0 70px 0;
    }

    /* internal pages */
    .advisors-list li {
        margin: auto auto 20px auto;
        float: none;
        max-width: 300px;
        width: 80%;
    }

    .team .team-list li {
        float: none !important;
        max-width: 300px;
        width: 85%;
        margin: auto auto 20px auto !important;
    }

    .who-we-are .overview {
        padding: 30px 0;
    }

    .white-popup .info-col {
        margin-left: 0px;
        padding-left: 20px;
        width: 100%;
    }

    .who-we-are .top-banner {
        background: url('img/who-we-are-alphaflow-mobile.jpg') no-repeat center center;
        background-size: cover;
    }

    .who-we-are .join {
        padding: 40px 0;
    }

    .who-we-are .join .button {
        padding: 25px 30px;
    }

    .subscription .form-inline {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 300px;
        width: 100%;
    }

    /* Resources - blog */
    .resources .knowledge-page .meta {
        margin-bottom: 20px;
    }

    .resources .knowledge-page .post-text {
        padding-left: 15px;
    }

    .menu-knowledgebase-menu-container ul {
        width: 100%;
    }

    .menu-knowledgebase-menu-container li {
        width: 100%;
    }

    .menu-knowledgebase-menu-container a {
        padding: 15px 10px 15px 0px;
    }

    .subscription h3 {
        margin-bottom: 0px;
    }

    .subscription .form-inline p {
        float: none;
        margin-bottom: 10px;
    }

    .subscription .form-inline p:last-child {
        margin: 0px 0px 10px 0px;
    }

    .homepage > p.s2_message {
        padding: 70px 20px 150px 20px;
    }

    /* How it works */
    .how-it-works .accounts,
    .how-it-works .instant-overview,
    .how-it-works .investments {
        padding: 30px 0 50px;
    }

    .how-it-works .investments .graph-pie {
        margin: 0px 0 40px 0;
    }

    .how-it-works .accounts p {
        width: 100%;
    }

    .how-it-works .monitor {
        background: url('img/banner-automatically-monitor-your-payments-mobile.jpg') no-repeat transparent;
        background-position: center center;
    }

    .how-it-works .monitor .padding-monitor {
        padding: 70px 0 70px 0;
    }

    .how-it-works .monitor .padding-monitor > div {
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
    }

    .how-it-works .investments .graph-pie img {
        margin: auto;
        float: none;
    }

    .how-it-works .investments .text-pie {
        text-align: center;
        margin-top: 0px;
    }

    /* Careers */
    .careers .overview {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .careers .jobs_section {
        padding-bottom: 60px;
    }

    .careers .jobs_category.faq {
        margin-top: 35px;
    }

    .careers .cta_careers {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .careers .skills {
        width: 50%;
        float: left;
    }

    .careers .compensation {
        width: 50%;
        float: left;
    }

    .careers .circle li {
        width: 100%;
    }

    .careers .panel-default > .panel-heading + .panel-collapse .panel-body {
        padding-right: 0px;
    }

    .careers .cta_careers h3 {
        font-size: 24px;
    }

    .careers .careers-link {
        font-size: 23px;
    }

    .tax-page.library .library-section .lib-res {
        min-height: auto;
    }

    .tax-page.library .tax-resource .icon-pdf {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .tax-page.library .tax-resource.tax-form .icon-pdf {
        margin-bottom: 100px;
    }

    .white-popup.webinar-lb {
        padding: 50px 35px;
    }

    #searchform input[type=text] {
        width: 100%;
    }

    #searchform input[type=submit] {
        margin-top: 5px;
        width: 100%;
    }

    /* lightbox */
    .breadcrumbs ul {
        max-width: 295px;
    }

    .breadcrumbs.blog-nav ul {
        max-width: 145px;
    }

    .breadcrumbs.blog-nav li:last-child a {
        padding-right: 0px;
    }

    .breadcrumbs li {
        margin-right: 13px;
    }

    .breadcrumbs li:last-child {
        margin-right: 0px;
    }

    .breadcrumbs a {
        font-size: 15px;
    }

    /* BLOGS */
    .sidebar .widget_mc_mm_widget {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    .sidebar .widget_text {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 0;
    }

    .how-it-works .hiw-portfolio {
        background: #d0e6ef !important;
        background-size: cover;
        padding: 60px 0 70px 0;
    }

    .how-it-works .hiw-banks {
        padding: 50px 0 60px 0;
    }

    .how-it-works .stages-hiw {
        padding: 40px 0 20px 0 !important;
    }

    .how-it-works .banner-hiw {
        padding: 80px 0 100px 0;
    }

    .how-it-works .banner-hiw h1 {
        font-size: 28px;
    }

    .how-it-works .benefits .benefit-item {
        margin-bottom: 20px;
    }

    .how-it-works .hiw-paid {
        padding: 60px 0;
    }

    .how-it-works .hiw-paid .or-item {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }

    .how-it-works .hiw-diversify {
        padding: 70px 0;
    }

    .how-it-works .hiw-diversify .diversify-img {
        margin-bottom: 30px;
    }

    .how-it-works .faq {
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .landingpage .line {
        width: 95%;
        height: 1px;
        margin: 40px auto;
    }

    .landingpage .veterans {
        padding: 45px 0 55px 0;
    }

    .landingpage .text-portfolio {
        margin-top: 25px;
    }

    .landingpage .text-portfolio h2 {
        text-align: center;
    }

    .landingpage .portfolio {
        margin-top: 0px;
    }

    .landingpage .real-state {
        padding-top: 45px;
        padding-bottom: 55px;
    }

    .landingpage h1,
    .landingpage h2 {
        font-size: 20px;
    }

    .landingpage .form-section .text-wrap {
        font-size: 14px;
    }

    .landingpage .form-section .form-int-wrap {
        padding: 30px 20px 80px 20px;
    }

    .landingpage .portfolio p.note {
        margin-left: 0px;
        margin-right: 0px;
    }

    .landingpage {
        min-height: 0px;
    }
}

/*** SMALLEST MOBILE DEVICES ****/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    footer .nav > li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        border-right: 0px;
    }

    footer .footer-nav {
        margin-top: 30px;
        width: 100% !important;
    }

    /* Careers */
    .careers .skills {
        width: 100%;
    }

    .careers .compensation {
        width: 100%;
    }

    .home .divers-title {
        padding-bottom: 0px;
    }

    .home .divers-subtitle {
        padding-top: 25px;
    }

    .home .portfolio-pic {
        padding-top: 25px;
    }

    .ininv-banner .ininv-card {
        padding: 15px 35px;
    }
}

/* How it works */
.funds {
    padding: 60px 0 100px 0;
}

.hiw {
    background-color: #F1F1F2;
}

.overview-info {
    text-align: left;
    list-style: none;
}

.overview-info li p {
    display: inline;
}

.overview-info li {
    margin: 20px 0px;
    position: relative;
}

.overview-number {
    float: left;
    position: absolute;
    left: -35px;
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
}

.info-det {
    display: inline-block;
}

.exchange {
    padding: 60px 0 100px 0;
    background-color: #ededed;
}

.logo-exch {
    padding-left: 40px;
    padding-top: 25px;
}

.info-exch {
    padding-top: 5px;
}

.afx-preview {
    padding-left: 60px;
}

.list-exch li {
    margin: 20px 0px;
    position: relative;
}

.exch-header {
    text-align: center;
}

.exchange-logo {
    padding-left: 20px;
}

.list-exch {
    list-style: none;
}

.exch-number {
    float: left;
    position: absolute;
    left: -35px;
    display: inline-block;
    color: #1480ac;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    top: -9px;
}

.exch-det {
    display: inline-block;
}

.sub-head {
    font-size: 20px;
}

.acc-subhead {
    font-size: 20px;
    padding-bottom: 20px;
}

.fund2bullet {
    padding-top: 15px;
}

/* IPHONE 5*/
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .breadcrumbs ul {
        max-width: 100%;
    }

    .breadcrumbs li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 770px) {
/* Align text to center.*/
.text-xs-center {
    text-align: center;
}

    .loan-struct-left {
        padding-left: 15px;
    }

    .ininv-msg {
        text-align: left
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .partner-card {
        padding: 15px 35px;
    }
}

@media screen and (max-width: 1200px) {
    .homepage .simpler-way-bullets {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .homepage .cta-open h1 {
        margin-top: 0;
    }

    .homepage .simpler-way,
    .homepage .graph,
    .homepage .portfolio,
    .homepage .banner,
    .homepage .banner .benefits {
        padding: 30px 0 60px 0;
    }

    .homepage .trust {
        padding: 30px 0 120px 0;
    }

    .homepage .resources {
        padding: 10px 0 30px 0;
    }

    .homepage .banner .message,
    .homepage .banner.af .message {
        padding: 0 0 40px 0;
    }

    .homepage .simpler-way-bullets {
        padding: 0 3px;
    }
}

.periodic-section {
    text-align: center;
    padding: 80px 0;
    position: relative;
}

.periodic-section .text-container {
    text-align: left;
}

.periodic-section h2 {
    color: #26c8dd;
}

.periodic-section p {
    font-size: 20px;
}

.periodic-section .title-wrap {
}

.elem-wrap {
    position: absolute;
    left: 50%;
    bottom: -100px;
}

.elem-description {
    list-style: none;
    text-align: left;
    position: relative;
    left: -50%;
    padding: 0;
}

.elem-description a,
.elem-description a:hover,
.elem-description a:focus,
.elem-description a:active {
    color: white !important;
    text-decoration: none !important;
    border: 0 !important;
}

.title-wrap.new .elem-description a,
.title-wrap.new .elem-description a:hover,
.title-wrap.new .elem-description a:focus,
.title-wrap.new .elem-description a:active {
    color: black !important;
    text-decoration: none !important;
}

.elem-description li {
    position: relative;
}

.elem-description li::before {
    content: "• ";
    font-size: 49px;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: -22px;
}

.elem-description li:nth-child(1)::before {
    color: #00387f;
    /* or whatever color you prefer */
}

.elem-description li:nth-child(2)::before {
    color: #1482b0;
    /* or whatever color you prefer */
}

.elem-description li:nth-child(3)::before {
    color: #27cbe0;
    /* or whatever color you prefer */
}

.elem-description li:nth-child(3) {
    --border-bottom: 4px solid #27cbe0;
}

.periodic-wrap {
    max-width: 993px;
    margin: auto;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    clear: both;
    padding: 0 10px;
}

.periodic {
    position: relative;
    width: 100%;
    height: 350px;
    margin-right: -1px;
    text-shadow: none;
}

.periodic-row {
    clear: both;
    height: 14.2857143%;
}

.cell {
    float: left;
    position: relative;
    width: 10%;
    height: 100%;
}

.element {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1px;
    right: 1px;
    box-sizing: border-box;
 /* box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5); */
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    cursor: default;
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cell:hover .element {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    transform: scale(3, 3);
    z-index: 1;
}

.at_num {
    display: none;
}

.at_num,
.at_details {
    line-height: 1;
    position: absolute;
    font-size: 5px;
    color: #ffffff;
}

.periodic span.glossaryLink,
.periodic a.glossaryLink {
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
}

.at_num {
    top: 4px;
    right: 5px;
}

.symbol {
    position: absolute;
    top: 16%;
    left: 0px;
    right: 0px;
    margin-top: -4px;
    font-size: 20px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
}

.at_details {
    bottom: 4px;
    left: 0px;
    right: 0px;
    height: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.element {
    background-color: rgba(20, 130, 176, 0.8);
}

.cell:nth-child(1) .element,
.cell:nth-child(-n+2) .element,
.periodic-row:nth-child(n+6) .cell:nth-child(3) .element {
    background-color: rgba(0, 56, 127, 0.8);
}

.periodic-row:nth-child(-n+5) .cell:nth-child(8) .element,
.cell:nth-child(n+9) .element {
    background-color: rgba(39, 203, 224, 0.8);
}

.cell:hover .element {
    background-color: rgba(20, 130, 176, 0.9);
}

.cell:nth-child(1):hover .element,
.cell:nth-child(-n+2):hover .element,
.periodic-row:nth-child(n+6) .cell:nth-child(3):hover .element {
    background-color: rgba(0, 56, 127, 0.9);
}

.periodic-row:nth-child(-n+5) .cell:nth-child(8):hover .element,
.cell:nth-child(n+9):hover .element {
    background-color: rgba(39, 203, 224, 0.9);
}

.cell:nth-child(1) .element {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.cell:nth-child(10) .element {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.periodic-row:nth-child(10) .cell .element {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.periodic-row:nth-child(1) .cell:nth-child(1) .element {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.periodic-row:nth-child(1) .cell:nth-child(10) .element {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.periodic-row:nth-child(6) .cell:nth-child(10) .element {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

@media (min-width: 600px) {
    .periodic {
        margin-right: -2px;
        height: 550px;
    }

    .element {
        right: 2px;
        bottom: 2px;
    }

    .at_num,
    .at_details {
        font-size: 12px;
        opacity: 1;
        color: rgba(255, 255, 255, 1);
    }

    .symbol {
        top: 50%;
        margin-top: -30px;
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        height: 30px;
        color: rgba(255, 255, 255, 0.9);
    }

    .cell:hover .element {
        transform: scale(2.5, 2.5);
    }
}

@media (min-width: 800px) {
    .periodic-section .title-wrap {
        position: absolute;
        top: 0;
    }

    .periodic {
        height: 650px;
    }

    .symbol {
        font-size: 36px;
        text-shadow: 0 0 4px rgba(245, 245, 207, 0.5);
    }

    .at_num,
    .at_details {
        font-size: 12px;
        text-transform: capitalize;
    }

    .cell:hover .element {
        transform: scale(2, 2);
    }
}

@media (min-width: 992px) {
    .periodic {
        height: 700px;
    }

    .symbol {
        font-size: 38px;
    }

    .at_num,
    .at_details {
        color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        text-transform: capitalize;
    }

    .cell:hover .element {
        --transform: scale(1.5, 1.5);
    }
}

.faq_category .anchor_tag {
    position: absolute;
    top: -100px;
}

.s.u.m.o.me.listbuilder-popup-embedded {
    z-index: 1 !important;
}