﻿@charset "UTF-8";
/* Font Weight */
/* Spacing */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

.teal-table th {
    background: #00818c !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.holiday td {
    color: #647981;
    line-height: 26px;
    padding-right: 1rem;
}

.holiday {
    width: 66%;
}

.teal-table th:hover {
    background: #00818c !important;
}

.teal-table td {
    vertical-align: middle !important;
}

.reg-requirements a {
    font-size: 19px !important;
}

.reg-req .hero__title {
    margin-top: 130px;
}
/**
 * Remove default margin.
 */
/* line 19, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
body {
    margin: 0;
}

.holidayDates li {
    margin: 0 0 2px;
}

.contact-box {
    padding: 3rem;
    box-shadow: 0px 0px 27px 2px #e2e2e2;
    border-radius: 5px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.highlighted-cat {
    border: 2px solid #00818c;
    border-radius: 4px;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

#main_video {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 1000000;
    width: 1080px;
    height: auto;
}

#overlayDarken {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100000;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
a {
    background-color: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    /* line 97, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 169, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
sup {
    top: -0.5em;
}

/* line 173, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    /* line 302, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    /* line 311, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    /* line 334, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
        margin-bottom: 6px;
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    /* line 346, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    /* line 357, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        /* line 370, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 424, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.normalize.scss */
td,
th {
    padding: 0;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.box-sizing.scss */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 7, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.box-sizing.scss */
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.reset.scss */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
    margin: 0;
    padding: 0;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.padding {
    padding: 80px 0;
    overflow: hidden;
}

.referTitle {
    font-size: 35px;
}
/* line 10, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.gradient-background {
    background: #1a5b5f;
    background: -webkit-linear-gradient(-45deg, #1a5b5f 0%, #103441 100%);
    background: -webkit-linear-gradient(315deg, #1a5b5f 0%, #103441 100%);
    background: linear-gradient(135deg, #1a5b5f 0%, #103441 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5b5f', endColorstr='#103441',GradientType=1 );
    overflow: hidden;
}

/* line 15, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.grey-background {
    background: #eceff0;
    overflow: hidden;
}

/* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.centre {
    text-align: center;
}

/* line 24, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.blue {
    color: #07cce3;
}

.darkblue {
    color: #103441;
}

/* line 28, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.white {
    color: #FFFFFF;
}

/* line 32, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.black {
    color: #000000;
}

/* line 36, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.highlight {
    color: #f2ab3b;
}

/* line 40, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    /* your iframe width */
    height: 450px;
    /* your iframe height */
    top: 450px;
    /* your iframe height */
    margin-top: -450px;
    /* your iframe height */
}
/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.page.scss */
html {
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
    text-rendering: auto;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 17, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.page.scss */
body {
    margin: 0;
    padding: 0;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.text.scss */
h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #103441;
}

/* line 9, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.text.scss */
h2 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #103441;
    line-height: 40px;
}

.scrollToTop {
    padding: 10px;
    text-align: center;
    color: #4040404d;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    font-size: 3rem;
    z-index: 9;
}

    .scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus {
        color: #404040bf;
    }

.careersAbout h2, .careersAbout p {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    /* line 9, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.text.scss */
    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .mandateTickBox {
        width: 130px !important;
    }

    .fourth-banner .home-hero__title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .banner-mobile {
        margin-top: 4rem;
    }

    .fourth-banner p {
        line-height: 1.5rem !important;
    }

    .fourth-banner .buttondiv {
        margin-top: 0rem !important;
    }


    #c29983f3c972c8013c6380eda77f8dae_0 {
        width: 75% !important;
    }
}

/* line 22, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.text.scss */
h3 {
    color: #103441;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 25px;
}

/* line 29, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.text.scss */
h4 {
    color: #103441;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}

/* line 37, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.text.scss */
p {
    margin-bottom: 25px;
    color: #647981;
    line-height: 26px;
}

    /* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.text.scss */
    p.large {
        font-size: 24px;
        line-height: 32px;
        color: #103441;
    }

@media only screen and (max-width: 767px) {
    /* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.text.scss */
    p.large {
        font-size: 16px;
    }
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #103441;
}

    /* line 6, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
    a:hover, a:focus, a:active {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-decoration: none;
        color: #07cce3;
    }

/* line 13, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
.grey-link {
    background: url("/Scripts/FileHandler.aspx?FileName=grey-arrow.png&Type=DisplayImage") no-repeat 90% 50%;
    background-size: 20px;
    padding-right: 40px;
    color: #647981 !important;
}

    /* line 19, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
    .grey-link:hover {
        background: url("/Scripts/FileHandler.aspx?FileName=grey-arrow.png&Type=DisplayImage") no-repeat 100% 50%;
        background-size: 20px;
    }

/* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
.blue-link {
    color: #07cce3;
    font-size: 24px;
    background: url("/Scripts/FileHandler.aspx?FileName=blue-arrow.png&Type=DisplayImage") no-repeat 95% 5px;
    background-size: 10px;
    padding-right: 30px;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

.HE_Logo {
    width: 200px;
}

/* line 34, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
.blue-link:hover {
    border-bottom: 2px solid #07cce3;
    background: url("/Scripts/FileHandler.aspx?FileName=black-arrow.png&Type=DisplayImage") no-repeat 100% 5px;
    background-size: 10px;
    color: #000000;
}

/* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
.fa-facebook-official {
    color: #325a9d;
}

/* line 46, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
.fa-twitter {
    color: #00a4f9;
}

/* line 50, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.links.scss */
.fa-linkedin {
    color: #0079ba;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
ul {
    list-style-type: disc;
    margin: 40px 20px;
    color: #647981;
}

    /* line 6, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
    ul li {
        margin: 0 0 25px;
    }

.listNoSpacing {
    margin: 0px !important;
    margin-left: 20px !important;
}

.SubSubList li {
    margin: 0px !important;
}

    .SubSubList li table {
        margin-top: 15px;
    }
/*pre sign in */
.account-select {
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #45a2ad;
    background-color: #6ad5e045;
}

    .account-select p {
        color: #367a86;
        font-size: 1.1rem;
    }

.account-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 1.3rem;
    opacity: 0;
    transition: .5s ease;
    border: solid 1px #a4ced2;
    background-color: #fff;
    border-radius: 10px;
}

    .account-overlay h4 {
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 9px;
    }

    .account-overlay p {
        line-height: 1.3rem;
    }

.account-types:hover .account-overlay {
    opacity: 1;
}
/*Account selection - register SVG icons x 4*/
.account-types svg {
    width: 200px;
}

.account5 .dark {
    fill: #1e3642;
}

.account5 .light {
    fill: #00818c;
}

.account5 .white {
    fill: white;
}

account5 .peron {
    fill: black;
}

.account5 .green {
    fill: #11CD6E;
}

.account4 .dark {
    fill: #1e3642;
}

.account4 .light {
    fill: #00818c;
}

.account4 .white {
    fill: white;
}

.account4 .person {
    fill: black;
}

.account3 .dark {
    fill: #1e3642;
}

.account3 .light {
    fill: #00818c;
}

.account3 .white {
    fill: white;
}

.account3 .person {
    fill: black;
}

.account2 .dark {
    fill: #1e3642;
}

.account2 .light {
    fill: #00818c;
}

.account2 .white {
    fill: white;
}

.account2 .person {
    fill: black;
}

.account2 @font-face {
    font-family: "Roboto", sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Roboto');
}

.account1 .dark {
    fill: #1e3642;
}

.account1 .light {
    fill: #00818c;
}

.account1 .white {
    fill: white;
}

.account1 .person {
    fill: black;
}

.sign-in {
    padding: 2rem;
    box-shadow: 0px 0px 48px 1px #e2dfdf;
    border-radius: 5px;
}

.light-pill-btn {
    background-color: #397f8b;
    border-radius: 10px;
    padding: 1rem 1rem;
    color: #fff;
    transition: all ease 0.3s;
    border: 2px solid #397f8b;
}

    .light-pill-btn:hover {
        background-color: #4994a0;
        color: #fff;
        border: 2px solid #4994a0;
    }

    .light-pill-btn:active {
        padding: 0.95rem 0.95rem;
        transition: all ease 0.3s;
    }

.account-error-page {
    padding: 2rem;
    box-shadow: 0px 0px 48px 1px #f1f1f1;
    border-radius: 1px;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.teal-button {
    background-color: #00818c;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #00818c;
    margin: 2.5rem 0rem;
    padding: 0.8rem 2rem;
    cursor: pointer;
}

.comingsoonHint {
    padding-top: 23px !important;
    border-radius: 5px;
    background-color: #f3f2f2;
    margin-left: 0px;
    margin-right: 0px;
    color: #103441;
}

.teal-button:hover {
    background-color: #05a6b3;
    border-color: #05a6b3;
    color: #fff;
}

.modal-backdrop.show {
    opacity: .2;
}

.header2:before {
    content: none !important;
}

.header2 {
    color: #103441;
    font-weight: 400 !important;
    font-size: 24px !important;
    margin-bottom: 25px;
}


/* Goji transfer form widget*/
.goji-transfer-in .process-steps-container {
    text-align: left !important;
    margin: 1rem 0rem;
}

.goji-transfer-in .process-steps li {
    background: #7caeb4 !important;
}

    .goji-transfer-in .process-steps li:nth-child(odd) {
        background: #00818c !important;
    }

    .goji-transfer-in .process-steps li:after {
        border-top: 20px solid #00818c !important;
        border-bottom: 20px solid #00818c !important;
        border-left: 20px solid #7caeb4 !important;
    }

    .goji-transfer-in .process-steps li:nth-child(odd):after {
        border-top-color: #7caeb4 !important;
        border-bottom-color: #7caeb4 !important;
        border-left-color: #00818c !important;
    }

.goji-transfer-in .sort-code input {
    width: 2.2rem !important;
}

.partial-transfer .form-input input[type="checkbox"], input[type="radio"] {
    width: 3% !important;
}

.confirmation-options input {
    width: 9% !important;
}

.subscribed-in-current-yr input {
    width: 3% !important;
}

.goji-transfer-in ol.process-steps {
    background-color: #00818c !important;
    padding: 0 10px !important;
}

.goji-transfer-in .btn-link, .goji-transfer-in button {
    font-weight: 400 !important;
    color: #fff !important;
    background-color: #7caeb4 !important;
}

.goji-transfer-in ul.transfer-choice-options {
    margin-left: 0;
}

.goji-transfer-in .resume-banner {
    background: #e8e8e8 !important;
    font-size: 17px !important;
    margin-bottom: 20px !important;
    line-height: 2 !important;
}

.goji-transfer-in .btn-link.right, .goji-transfer-in button[type=submit] {
    padding: 0.7rem 2rem !important;
}

.goji-transfer-in .transfer-choice-options button {
    width: 205px !important;
}

.transfer-in-form {
    background-color: #f7f7f7;
    padding: 2rem;
    border-radius: 5px;
}
/* line 11, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
ol {
    margin: 40px 20px;
    color: #647981;
}

    /* line 15, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
    ol li {
        margin: 0 0 25px;
    }

    /* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
    ol.terms {
        counter-reset: item;
    }

        /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
        ol.terms li {
            display: block;
        }

            /* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
            ol.terms li:before {
                content: counters(item, ".") " ";
                counter-increment: item;
            }

        /* line 35, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
        ol.terms li {
            font-size: 24px;
            font-weight: 500;
        }

            /* line 41, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
            ol.terms li ol.terms li {
                font-size: 16px;
                font-weight: 400;
            }

    /* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
    ol.terms2 {
        counter-reset: list;
        margin-top: 0.5rem;
    }

.teal-te
/* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
ol.terms2 li {
    display: block;
    margin-bottom: 1rem;
}

/* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
ol.terms2 li:before {
    counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
}


/* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
ol.terms3 {
    counter-reset: list;
}

    /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
    ol.terms3 li {
        display: block;
    }

        /* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
        ol.terms3 li:before {
            counter-increment: list;
            content: "(" counter(list, lower-roman) ") ";
        }

/* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
ol.terms4 {
    counter-reset: list;
}

    /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
    ol.terms4 li {
        display: block;
    }

        /* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
        ol.terms4 li:before {
            counter-increment: list;
            content: "";
        }


/* line 49, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
.bullet-ticks {
    list-style-type: none;
    margin: 0 0 25px;
    padding: 0;
}

    /* line 54, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.lists.scss */
    .bullet-ticks li {
        color: #647981;
        font-weight: 500;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 10px 7px 70px;
        margin: 0;
        background: url("/Scripts/FileHandler.aspx?FileName=tick-yellow.svg&Type=DisplayImage") no-repeat 0% 50%;
        background-size: 35px;
    }

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.quotes.scss */
blockquote {
    quotes: "“" "”";
    margin: 25px 0 70px 70px;
    overflow: hidden;
}

    /* line 6, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.quotes.scss */
    blockquote p {
        text-indent: 0;
        font-size: 24px;
        font-style: italic;
        padding: 25px 0;
    }

        /* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.quotes.scss */
        blockquote p:before {
            content: open-quote;
        }

        /* line 16, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.quotes.scss */
        blockquote p:after {
            content: no-close-quote;
        }

        /* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.quotes.scss */
        blockquote p:last-of-type {
            margin-bottom: 0;
        }

            /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.quotes.scss */
            blockquote p:last-of-type:after {
                content: close-quote;
            }

    /* line 31, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.quotes.scss */
    blockquote cite {
        color: #647981;
        font-weight: 500;
    }

/* line 55, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.buttons.scss */
.grey-button {
    background: #eceff0;
    padding: 20px 25px;
    color: #000000;
    border: 1px solid #d3d3d3;
    display: inline-block;
    border-radius: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.withdraw hr {
    background: #f4f4f4;
}

@media only screen and (max-width: 767px) {
    /* line 55, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.buttons.scss */
    .grey-button {
        width: 100%;
        text-align: center;
    }
}

/* line 69, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.buttons.scss */
.grey-button:hover {
    background: #d3d7d9;
    border: 1px solid #d3d7d9;
    color: #000000;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* line 76, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.buttons.scss */
.grey-button--video {
    background: #eceff0 url("/Scripts/FileHandler.aspx?FileName=icon-video.png&Type=DisplayImage") no-repeat 15px 50%;
    background-size: 25px;
    padding-left: 50px;
}

    /* line 81, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.buttons.scss */
    .grey-button--video:hover {
        background: #d3d7d9 url("/Scripts/FileHandler.aspx?FileName=icon-video.png&Type=DisplayImage") no-repeat 15px 50%;
        background-size: 25px;
    }

/* line 89, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.buttons.scss */
.white-button {
    background: #FFFFFF;
    padding: 15px 20px;
    color: #103441;
    display: inline-block;
    border-radius: 4px;
}

.appendix {
    padding: 3rem;
}

@media only screen and (max-width: 767px) {
    /* line 89, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.buttons.scss */
    .white-button {
        width: 100%;
        text-align: center;
    }

    .account-overlay {
        padding: 0.7rem !important;
    }

    .account-types {
        height: 280px !important;
    }
}

#registration_form_footer input {
    /*width: 400px!important;*/
}

#registration_form, #registration_form_step_2 {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 1px 42px 8px #e8e5e5;
    margin-top: 8rem;
}

#SubFormContainer1 input {
    width: 30px;
    display: inline !important;
}

#SubFormContainer1 label {
    width: 50px;
    display: inline-block !important;
}

#SubFormContainer2 input {
    width: 30px;
    display: inline !important;
}

#SubFormContainer2 label {
    width: 50px;
    display: inline-block !important;
}

#SubFormContainer3 input {
    width: 30px;
    display: inline !important;
}

#SubFormContainer3 label {
    width: 50px;
    display: inline-block !important;
}

.registration_form_wide_title {
    width: unset !important;
}

#registration_form_footer {
    margin-top: 20px;
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 10px;
}

.registration_declaration {
    padding: 20px;
    background-color: #eceff0;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
form {
    /*width: 350px;*/
    width: 400px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    /* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
    form {
        width: 100%;
    }
}

/* line 10, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
label {
    font-size: 16px;
    color: #103441;
    display: block;
    margin-bottom: 5px;
}

/* line 17, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
input, textarea {
    background: #FFFFFF;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 15px;
    width: 100%;
    margin-bottom: 25px;
    outline: 0;
}

    /* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
    input:focus, textarea:focus {
        border: 1px solid #07cce3;
        outline: 0;
    }

/* line 32, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
select {
    border: 1px solid #ced4da;
    border-radius: 3px !important;
    padding: 5.5px;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: #FFFFFF url(/Scripts/FileHandler.aspx?FileName=select-arrow.png&Type=DisplayImage) no-repeat 95% 50%;
    background-size: 13px;
    /* styling */
}

    select.classic {
        background-image: linear-gradient(45deg, transparent 50%, #103441 50%), linear-gradient(135deg, #103441 50%, transparent 50%), linear-gradient(to right, #00818c, #00818c);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 0.5em 3.5em 0.5em 1em;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 40%;
        border: none;
    }

#search {
    padding: 0px;
    margin-bottom: 0px;
}

.search-filter {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 23px !important;
    background-image: linear-gradient(to bottom, rgb(241, 240, 240), rgb(255, 255, 255));
    border-radius: 5px;
}

    .search-filter .form-control:focus {
        box-shadow: none;
        border: 1px solid #07cce3;
    }

#ifisaModalCenter ul {
    margin-left: 17px;
}

select.classic:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border: none;
    outline: 0;
    border-radius: 5px 5px 0px 0px;
}

@media only screen and (max-width: 1023px) {
    /* line 32, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
    select {
        padding: 5px;
        font-size: 14px;
        background: #FFFFFF url("/Scripts/FileHandler.aspx?FileName=select-arrow.png&Type=DisplayImage") no-repeat 90% 50%;
        background-size: 15px;
    }
}

/* line 52, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
select:focus {
    border: 1px solid #07cce3;
}

/* line 57, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
.forgot {
    float: right;
    margin: -15px 0 20px;
}

/* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
.aside {
    margin-top: -15px;
}

/* line 66, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
.error {
    border: 1px solid #f2ab3b;
}

/* line 70, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
.error-message {
    margin-top: -15px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.3rem;
    text-align: center;
    border-radius: 5px;
}

/* line 75, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
input[type=checkbox] {
}

.checkit input {
    margin-top: 6px !important;
}

.radio-style__signup input {
    display: inline !important;
    width: auto !important;
    margin-left: 10px;
}

.radio-style__signup label {
    display: inline-block !important;
    padding-left: 10px;
    padding-right: 20px;
}

/* line 79, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
.checkbox-style {
    width: 100%;
    position: relative;
}

    /* line 83, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
    .checkbox-style input {
        float: left;
        width: 35px;
    }

    /* line 88, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
    .checkbox-style label {
        cursor: pointer;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        left: 0;
        background: #07cce3;
        border: 0;
        border-radius: 4px;
        float: left;
        width: 25px;
    }

        /* line 101, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
        .checkbox-style label:after {
            opacity: 0.2;
            content: '';
            position: absolute;
            width: 13px;
            height: 6px;
            background: transparent;
            top: 7px;
            left: 6px;
            border: 1px solid #FFFFFF;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

/* line 117, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
.checkbox-style__label {
    float: left;
}

/* line 122, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
.checkbox-style label:hover::after {
    opacity: 0.5;
}

/* line 126, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.forms.scss */
.checkbox-style input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
.transformer-tabs {
    background: #eceff0;
}

    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
    .transformer-tabs ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* line 10, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
    .transformer-tabs li {
        display: inline-block;
        padding: 0;
        vertical-align: bottom;
        margin: 0;
    }

        /* line 17, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
        .transformer-tabs li .active {
            color: #000000;
        }

    /* line 24, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
    .transformer-tabs a {
        display: inline-block;
        color: #000000;
        text-decoration: none;
        padding: 16px 0 15px;
        font-size: 21px;
        -webkit-transition: none;
        transition: none;
        margin-right: 15px;
        border-bottom: 3px solid #eceff0;
    }

        /* line 34, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
        .transformer-tabs a.active {
            border-bottom: 3px solid #07cce3;
            color: #07cce3;
            position: relative;
        }

        .transformer-tabs a:hover {
            color: #07cce3;
        }

.white-button2 {
    background: none;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #ffffff;
    margin: 2.5rem 1rem 2.5rem 0rem;
    color: #ffffff !important;
    padding: 0.8rem 2rem;
}

    .white-button2:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #014046 !important;
    }

.blue-button2 {
    background: none;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #00818c;
    margin: 2.5rem 1rem 2.5rem 0rem;
    color: #00818c !important;
    padding: 0.8rem 2rem;
}

    .blue-button2:hover {
        background-color: #397f8b;
        border-color: #397f8b;
        color: #fff !important;
    }

.lighter-pill-btn {
    background-color: #00818c;
    border-radius: 10px;
    padding: 1rem 1rem;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: all ease 0.3s;
}

    .lighter-pill-btn:hover {
        background-color: #099aa7;
        color: #fff;
        border: none;
    }

    .lighter-pill-btn:active {
        padding: 0.95rem 0.95rem;
        transition: all ease 0.3s;
    }


/* line 40, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
.transformer-tabs--white {
    background: #FFFFFF;
}

    /* line 43, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
    .transformer-tabs--white li {
        border-bottom: 0;
        margin: 0;
    }

        /* line 48, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
        .transformer-tabs--white li a {
            margin-right: 50px;
            border-bottom: 3px solid #FFFFFF;
        }


/* career page css */
anel h4 {
    color: #00818c;
    font-size: 21px;
}

#MainContent_RolesDiv button.accordion {
    border-radius: 10px !important;
    margin-top: 1rem !important;
    color: #00818c !important;
}

.panel div:first-child .blue-link {
    background-color: #00818c !important;
    border-radius: 23px !important;
    padding: 0.5rem 1rem !important;
    color: #fff !important;
}

.green {
    color: #393a3a;
    font-weight: 400;
    font-size: 36px;
}

.darkblue {
    color: #4e4e4e !important;
    font-size: 21px !important;
}

.hero--careers {
    background-image: url(/Scripts/FileHandler.aspx?FileName=CareerBanner.jpg&Type=DisplayImage);
    background-position-y: 59%;
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
}

    .hero--careers .hero__title {
        font-size: 5rem;
        margin-top: 185px;
        margin-bottom: 44px;
        line-height: 32px;
    }

    .hero--careers .hero__text {
        color: #fff;
        width: 100%;
    }

    .hero--careers .bg-overlay {
        padding: 1rem 0rem 4.5rem 0rem;
        background-color: rgba(21, 21, 21, 0.43137254901960786)
    }

.panel h4 {
    color: #00818c;
    font-size: 1.3rem;
}

.subtitle {
    color: #00818c;
    font-size: 24px;
}

.padding {
    padding: 50px 0 50px;
}

#MainContent_RolesDiv button.accordion:after {
    font-weight: 400 !important;
    font-size: 24px;
    margin-top: -21px;
}

.border-link {
    background-color: #7caeb4;
    border-radius: 10px;
    padding: 1rem 1rem;
    color: #fff;
    cursor: pointer;
    border: none;
    margin-right: 1rem;
}

    .border-link:hover {
        background-color: #8abbc1;
        color: #fff;
        border: none;
    }

.teal-link {
    background-color: #397f8b;
    border-radius: 10px;
    padding: 1rem 1rem;
    color: #fff;
}

    .teal-link:hover {
        background-color: #4994a0;
        color: #fff;
    }

ul {
    margin: 25px 0px 40px 0px;
}

.teal-text {
    color: #00818c;
}

.job-desc {
    margin-bottom: 0px;
    font-size: 1.1rem;
}

    .job-desc:nth-child(6) {
        margin-bottom: 20px;
    }

.location {
    color: #647981;
}

#MainContent_RolesDiv h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #00818c;
    font-weight: 400;
}

.perks {
    padding-bottom: 2rem;
}

    .perks h4 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 1rem;
        color: #00818c;
    }

    .perks p {
        margin-bottom: 4rem;
    }

    .perks i {
        color: #00818c;
        font-size: 4rem;
        padding-bottom: 1rem;
        margin-top: 2rem;
    }

.mobile {
    display: none;
}

    .mobile td {
        padding: 0rem 1rem;
    }

    .mobile th {
        padding: 0rem 1rem;
    }

    .mobile tr {
        border: 1px solid #fff !important;
    }


.perk-wrapper {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem;
    border-radius: 0.5rem;
    min-height: 190px;
    box-shadow: 0px 5px 24px 3px #4a4a4a1f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .perk-wrapper:hover {
        background-color: #f4f4f4;
        box-shadow: none;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .perk-wrapper p {
        margin-bottom: 25px;
    }

    .perk-wrapper span {
        font-size: 0.7rem;
    }

.mandateTickBox {
    border-radius: 5px;
    margin-right: 1rem;
    border-radius: 5px;
    margin-right: 1rem;
    border: 1px solid #e6e6e6;
}

.lend.padding {
    /*padding: 56px 0 40px !important;
}*/
    padding: 70px 0 70px !important;
}
.module .card-header {
    background-color: #f4f4f4;
    border-bottom: none;
    padding-bottom:0px;
    padding-top:17px;
}
.module .card-title {
    color: #103441;
    font-size: 1.3rem;
}
.module .card-body {
   padding-top:0;
   min-height:30px;
   padding-bottom:15px;
}
    .module .card-body h6 {
        color: #7a7a7a;
    }
.module i {
    color: #7caeb4;
    float: right;
    font-size: 2.5rem;
    position: absolute;
    right: 14px;
}
.card-img-top {
    width: 200px;
    padding: 1rem;
    height: 200px;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.card-body {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
}

.carousel-indicators {
    position: relative;
}

    .carousel-indicators li {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(0, 129, 140, 0.35);
    }

    .carousel-indicators .active {
        background-color: #00818c;
    }

.carousel-item h4 {
    color: #00818c;
}

#confirmationModal .modal-header {
    border: none;
}

#confirmationModal .modal-footer {
    border: none;
    padding: 0rem 1rem 2rem 1rem;
}

#confirmationModal .modal-content {
    border-color: #fff;
}

.appendix ul {
    margin-left: 20px;
}


/* line 129, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
.tabs > div {
    display: none;
    padding: 70px 0px 70px 0px;
}

    /* line 133, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
    .tabs > div:nth-of-type(1) {
        background: #FFFFFF;
    }

    /* line 137, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
    .tabs > div:nth-of-type(2) {
        background: #FFFFFF;
    }

/* line 143, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
.tabs > .active {
    display: block;
}

/* Slider */
/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

/* line 17, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    /* line 24, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
    .slick-list:focus {
        outline: none;
    }

    /* line 28, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

/* line 33, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    /* line 48, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    /* line 54, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
    .slick-track:after {
        clear: both;
    }

/* line 58, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-loading .slick-track {
    visibility: hidden;
}

/* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

/* line 66, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
[dir="rtl"] .slick-slide {
    float: right;
}

/* line 69, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-slide img {
    display: block;
}

/* line 72, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-slide.slick-loading img {
    display: none;
}

/* line 78, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-slide.dragging img {
    pointer-events: none;
}

/* line 82, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-initialized .slick-slide {
    display: block;
}

/* line 86, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-loading .slick-slide {
    visibility: hidden;
}

/* line 90, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* line 96, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick.scss */
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* line 45, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
.slick-loading .slick-list {
    background: #fff url('/Scripts/FileHandler.aspx?FileName=ajax-loader.gif&Type=DisplayImage') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url('../../assets/fonts/slick.eot');
    src: url('../../assets/fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../assets/fonts/slick.woff') format("woff"), url('../../assets/fonts/slick.ttf') format("truetype"), url('../../assets/fonts/slick.svg#slick') format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
/* line 63, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    /* line 81, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        /* line 85, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    /* line 89, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    /* line 92, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

/* line 103, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
.slick-prev {
    left: -25px;
}

/* line 105, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

/* line 109, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
.slick-prev:before {
    content: "←";
}

/* line 111, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
[dir="rtl"] .slick-prev:before {
    content: "→";
}

/* line 117, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
.slick-next {
    right: -25px;
}

/* line 119, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

/* line 123, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
.slick-next:before {
    content: "→";
}

/* line 125, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
/* line 133, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

/* line 137, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    /* line 145, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        /* line 153, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            /* line 165, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                /* line 167, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            /* line 171, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        /* line 188, /Users/joeyre/Documents/Websites/investfund/src/sass/_plugins.slick-theme.scss */
        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header {
    overflow: visible!important;
    clear: both;

    position: fixed;
    top: 0;

    z-index: 999;
    background: white;
    width: 100%;
    border-bottom: 1px solid #eceff0;

}

/* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__logo {
    background: url("/Scripts/FileHandler.aspx?FileName=logo.svg&Type=DisplayImage") no-repeat;
    height: 58px;
    width: 256px;
    background-size: 100%;
    display: block;
    float: left;
    margin-top: 6px;
}

/* line 22, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__nav {
    float: right;
}

    /* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

@media only screen and (max-width: 1279px) {
    /* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */

    .header__nav ul {
        margin-top: 70px;
    }

    #c29983f3c972c8013c6380eda77f8dae_0 {
        width: 113%;
    }
}

/* line 34, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__nav ul li {
    display: inline-block;
    margin: 12px 0 0;
}

@media only screen and (max-width: 1279px) {
    /* line 34, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul li {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    /* line 34, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */

    .header__nav ul li {
        margin: 0;
    }
}

/* line 48, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__nav ul li:last-child a {
    background: #00818c;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 7px 15px;
}

@media only screen and (max-width: 1279px) {
    /* line 48, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul li:last-child a {
        background: #00818c;
        color: #FFFFFF;
        border-radius: 4px;
        padding: 7px 15px;
    }
}

/* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__nav ul li a {
    display: inline-block;
    padding: 10px 15px;
}

.featuredin img {
    width: 120px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media only screen and (max-width: 1279px) {
    /* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul li a {
        color: #FFFFFF;
        display: block;
        width: 100%;
        font-size: 24px;
        padding: 15px 35px;
    }
        /* line 73, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
        .header__nav ul li a:hover {
            background: #07cce3;
        }
}

/* line 83, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.mobile-menu {
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    min-height: 100%;
    height: 100%;
    background: #103441;
    margin: 0;
    position: fixed;
    display: none;
}

    /* line 98, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .mobile-menu.open {
        display: block;
    }

@media (min-width: 1280px) {
    /* line 83, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .mobile-menu {
        float: right;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        min-height: auto;
        height: auto;
        padding: 0;
        width: auto;
        background: transparent;
        display: block;
    }
}

/* Hamburger Button */
/* line 120, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button {
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: 18px;
    right: 0;
    z-index: 9999;
    border-bottom: 0;
}

@media (min-width: 1280px) {
    /* line 120, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .open-button {
        display: none;
    }
}

/* line 137, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button:hover {
    border-bottom: 0;
}

/* line 142, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00818c;
    border: none;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

    /* line 156, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .open-button span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    /* line 161, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .open-button span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    /* line 166, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .open-button span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

/* line 171, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

/* line 177, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

/* line 182, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 8px;
}

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
.footer h2 {
    font-size: 22px;
    color: #404040;
}

/* line 7, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
.footer__about {
    float: left;
    display: block;
    width: 40%;
    padding-right: 70px;
}

@media only screen and (max-width: 767px) {
    /* line 7, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
    .footer__about {
        width: 100%;
    }
}

/* line 18, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
.footer__links {
    float: left;
    display: block;
    width: 18%;
    border-left: 1px solid #eceff0;
    padding-left: 25px;
    margin-right: 3%;
}

@media only screen and (max-width: 767px) {
    /* line 18, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
    .footer__links {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        margin-bottom: 25px;
    }
}

/* line 33, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
.footer__links:nth-child(4) {
    float: right;
    margin-right: 0;
}

/* line 38, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
.footer__links ul {
    list-style-type: none;
    margin: 0;
}

    /* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
    .footer__links ul li {
        margin-bottom: 5px;
    }

        /* line 45, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
        .footer__links ul li a {
            color: #647981;
        }

            /* line 48, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
            .footer__links ul li a:hover {
                color: #07cce3;
            }

/* line 56, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
.footer__social {
    width: 100%;
    clear: both;
    padding: 20px 0 40px;
    overflow: hidden;
}

    /* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
    .footer__social ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        /* line 67, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
        .footer__social ul li {
            float: left;
            display: block;
            margin-right: 25px;
        }

            /* line 72, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
            .footer__social ul li a {
                font-size: 40px;
            }

/* line 81, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer.scss */
.footer__text p {
    font-size: 16px !important;
    line-height: 26px !important;
    text-align: justify;
    color: #647981;
}



.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently                                  
        supported by Chrome and Opera */
}

/* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__logo {
    background: url("/Scripts/FileHandler.aspx?FileName=logo.svg&Type=DisplayImage") no-repeat;
    height: 58px;
    width: 256px;
    background-size: 100%;
    display: block;
    float: left;
    margin-top: 6px;
}

.header__logo {
    background: url("/Scripts/FileHandler.aspx?FileName=logo.svg&Type=DisplayImage") no-repeat;
    height: 58px;
    width: 256px;
    background-size: 100%;
    display: block;
    float: left;
    margin-top: 6px;
}

/* line 22, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__nav {
    float: right;
}

    /* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

@media only screen and (max-width: 1279px) {
    /* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul {
    
    }
}

/* line 34, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__nav ul li {
    display: inline-block;
    margin: 12px 0 0;
}

@media only screen and (max-width: 1279px) {
    /* line 34, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul li {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    /* line 34, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul li {
        margin: 0;
    }
}

/* line 48, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__nav ul li:last-child a {
    background: #00818c;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 7px 15px;
}

    .header__nav ul li:last-child a:hover {
        background-color: #05a6b3;
        border-color: #05a6b3;
    }

.dark-green-text {
    font-weight: 500;
    color: #1e3642 !important;
}

@media only screen and (max-width: 1279px) {
    /* line 48, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul li:last-child a {
        background: #00818c;
        border-radius: 4px;
        padding: 10px 35px;
    }
}

/* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.header__nav ul li a {
    display: inline-block;
    padding: 10px 15px;
}

@media only screen and (max-width: 1279px) {
    /* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .header__nav ul li a {
        color: #FFFFFF;
        display: block;
        width: 100%;
        font-size: 24px;
        padding: 15px 35px;
    }
        /* line 73, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
        .header__nav ul li a:hover {
            background: #07cce3;
        }
}

/* line 83, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.mobile-menu {
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    min-height: 100%;
    height: 100%;
    background: #103441;
    margin: 0;
    position: fixed;
    display: none;
}

    /* line 98, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .mobile-menu.open {
        display: block;
    }

.dropItems {
    display: none;
}

.header {
    overflow: visible !important;
}

.dropLink:hover .dropItems {
    display: inline-block !important;
    position: absolute;
    top: 40px;
    left: 187px;
    z-index: 100000000888;
    overflow: visible !important;
    color: white;
    background-color: white;
    border-left: 1px solid #eceff0;
    border-right: 1px solid #eceff0;
    border-bottom: 1px solid #eceff0;
    border-top: 5px solid #ffffff;
}

.lenddropdown:hover .dropItems {
    display: inline-block !important;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 100000000888;
    overflow: visible !important;
    color: white;
    background-color: white;
    border-left: 1px solid #eceff0;
    border-right: 1px solid #eceff0;
    border-bottom: 1px solid #eceff0;
    border-top: 5px solid #ffffff;
}

.carousel-control-next, .carousel-control-prev {
    width: 7%;
}

@media (max-width: 1280px) {
    .dropLink:hover .dropItems {
        display: block;
        position: initial;
        top: 0px;
        margin-top: 0px;
        z-index: 100000000888;
        overflow: visible !important;
        color: white;
        background-color: #103441;
        border-left: 0px solid #eceff0;
        border-right: 0px solid #eceff0;
        border-bottom: 0px solid #eceff0;
        border-top: 0px solid #eceff0;
        width: 100%;
    }
}

@media (min-width: 1280px) {
    /* line 83, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .mobile-menu {
        float: right;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        min-height: auto;
        height: auto;
        padding: 0;
        width: auto;
        background: transparent;
        display: block;
    }
}

/* Hamburger Button */
/* line 120, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button {
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: 18px;
    right: 0;
    z-index: 9999;
    border-bottom: 0;
}

@media (min-width: 1280px) {
    /* line 120, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .open-button {
        display: none;
    }
}

/* line 137, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button:hover {
    border-bottom: 0;
}

.linkBtn {
    background-color: #fff;
    border-color: #fff;
    color: #14b3f1;
    text-decoration: underline;
    width: auto;
    padding: 0.68rem !important;
}

#MainContent_OtherHowHear {
    border-top: 1px solid #cacaca !important;
    border-left: 1px solid #cacaca !important;
    border-right: 1px solid #cacaca !important;
    border-radius: 4px !important;
    pointer-events: auto !important;
    margin-bottom: 0;
}
/* line 142, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00818c;
    border: none;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

    /* line 156, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .open-button span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    /* line 161, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .open-button span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    /* line 166, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
    .open-button span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

#ISAReminder .colorDiv {
    background-color: #c1dadc;
}

@media (min-width: 1025px) {
    .big-modal {
        max-width: 1000px;
    }
}

.closebtnmodal {
    width: auto;
    border: none;
}

.tealbtnmodal {
    width: auto;
    padding: 0.68rem !important;
}

#ISAReminder img {
    width: 85%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/* line 171, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}


/* line 177, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

/* line 182, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header.scss */
.open-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 8px;
}

/*black magic*/

.giveMeEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: N; /* number of lines to show */
    line-height: X; /* fallback */
    max-height: X*N; /* fallback */
}

/* risk stuff*/

#home-risk-warning {
    padding-top: 20px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
}


.cta-block__item p span {
    color: #647981;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    padding-top: 10px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    display: block;
}
/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
.home-hero {
    height: 700px;
    background: #000000 url("/Scripts/FileHandler.aspx?FileName=HE_ld_image.png&Type=DisplayImage") no-repeat;
    background-size: cover;
    padding-top: 170px;
    position: relative;
    background-position-y: 41%;
}

@media only screen and (max-width: 767px) {
    /* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
    .home-hero {
        padding-top: 0px !important;
        height: 470px !important;
    }
}
/* ISA COUNTDOWN BANNER HOMEPAGE*/
.countdown {
    position: relative;
    margin: auto;
    margin-top: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

#countdown-number, #countdown-numberHours, #countdown-numberMins {
    color: white;
    display: inline-block;
    line-height: 40px;
}

.countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

    .countdown svg circle {
        stroke-dasharray: 113px;
        stroke-dashoffset: 0px;
        stroke-linecap: round;
        stroke-width: 2px;
        stroke: white;
        fill: none;
        animation: countdown 10s linear infinite forwards;
    }

#c29983f3c972c8013c6380eda77f8dae_0 {
    margin-top: 3rem;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}
/* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
.home-hero__title {
    color: #FFFFFF;
    font-size: 76px;
    line-height: 70px;
    font-weight: 500;
    margin-bottom: 25px;
}

.banner-slide {
    display: block;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

    .banner-slide.fade {
        display: table-column;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }

.home-hero.second-banner {
    background: #000000 url(/Scripts/FileHandler.aspx?FileName=IFISABanner.jpg&Type=DisplayImage) no-repeat;
    background-size: cover;
    background-position-y: 86%;
}

.home-hero.third-banner {
    background: #000000 url(/Scripts/FileHandler.aspx?FileName=house-171106583.jpg&Type=DisplayImage) no-repeat;
    background-size: cover;
    background-position-y: 86%;
}

.home-hero.fourth-banner {
    background: #000000 url(/Scripts/FileHandler.aspx?FileName=countdown_bg.jpg&Type=DisplayImage) no-repeat;
    background-size: cover;
    background-position-y: 86%;
}

.fourth-banner .bg-overlay {
    padding: 11.5rem 0rem !important;
}

.fourth-banner .buttondiv {
    margin-top: 4rem;
}

.fourth-banner .white-button2 {
    margin: 0.5rem 1rem 2.5rem 0rem;
}

.uppercaseTitle {
    text-transform: uppercase;
}

.big_hero_title {
    font-size: 62px;
}

.blue-tick li {
    background: url(/Scripts/FileHandler.aspx?FileName=tick-blue.svg&Type=DisplayImage) no-repeat 0% 50% !important;
    background-size: 36px !important;
}

.@font-face {
    font-family: 'tick-blue';
    src: url('\\IAFSERVER\Folder Redirection\JessT\Documents\tick-blue.SVG') format('svg');
}

@media only screen and (max-width: 767px) {
    /* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
    .home-hero__title {
        font-size: 43px;
        line-height: 50px;
    }
}

/* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
.home-hero p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

@media only screen and (max-width: 767px) {
    /* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
    .home-hero p {
        font-size: 15px;
        line-height: 20px;
    }
}

/* line 36, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
.home-hero__bottom {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
}

.small_hero_title {
    font-size: 40px;
}
/* line 44, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
.home-hero__bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    /* line 49, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
    .home-hero__bottom ul li {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        color: #FFFFFF;
        font-weight: 500;
        display: block;
        float: left;
        width: 29%;
        margin-right: 6%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 40px 0 53px;
        background: url("/Scripts/FileHandler.aspx?FileName=tick-yellow.svg&Type=DisplayImage") no-repeat 0% 50%;
        background-size: 36px;
        margin-bottom: 0;
    }

@media only screen and (max-width: 767px) {
    /* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
    .home-hero__bottom ul li:nth-child(1) {
        width: 100%;
        padding: 10px 0 10px 53px;
    }
}

/* line 69, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
.home-hero__bottom ul li:nth-child(3) {
    float: right;
    margin-right: 0;
    height: 40px;
}

.dbwarning .alert-warning {
    padding: .75rem 0.25rem;
}

@media only screen and (max-width: 767px) {
    /* line 74, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
    .home-hero__bottom {
        display: none;
    }
}

/* line 83, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.home-hero.scss */
.home-hero . {
    margin-right: 20px;
}


/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.three-icons-block.scss */
.three-icons-block {
    overflow: hidden;
}

/* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.three-icons-block.scss */
.three-icons-block__item {
    width: 27%;
    display: block;
    float: left;
    margin-right: 9%;
    min-height: 200px;
    padding-top: 131px;
}

    /* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.three-icons-block.scss */
    .three-icons-block__item:nth-child(1) {
        background: url("/Scripts/FileHandler.aspx?FileName=folder.svg&Type=DisplayImage") no-repeat top left;
        background-size: 110px;
    }

    /* line 17, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.three-icons-block.scss */
    .three-icons-block__item:nth-child(2) {
        background: url("/Scripts/FileHandler.aspx?FileName=star.svg&Type=DisplayImage") no-repeat top left;
        background-size: 110px;
    }

    /* line 22, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.three-icons-block.scss */
    .three-icons-block__item:nth-child(3) {
        background: url("/Scripts/FileHandler.aspx?FileName=person.svg&Type=DisplayImage") no-repeat top left;
        background-size: 110px;
        float: right;
        margin-right: 0;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* line 30, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.three-icons-block.scss */
.three-icons-block__item h2 {
    font-size: 24px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.three-icons-block.scss */
    .three-icons-block__item {
        width: 100%;
    }
}

/* line 39, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.three-icons-block.scss */
.three-icons-block__item__last-child {
    float: right;
    margin-right: 0;
}

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.testimonials-block__title {
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 70px;
}

/* line 11, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.testimonials-block__item {
    float: left;
    display: block;
    background: #FFFFFF;
    /*border-radius: 4px;*/
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.25);
    min-height: 362px;
}


@media only screen and (max-width: 767px) {
    /* line 11, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
    .testimonials-block__item {
        width: 100%;
    }
}

.icon-bar {
    position: fixed;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    border: 1px solid #ccc;
    opacity: 80%;
}

    .icon-bar:hover {
        opacity: 100%;
    }

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 10px;
        transition: all 0.3s ease;
        color: #05a6b3;
        font-size: 16px;
        border: 1px solid #fff;
        background-color: #fff;
    }

        .icon-bar a:hover {
            background-color: #efefef;
            opacity: 100%;
        }

        .icon-bar a i {
            color: #05a6b3;
        }


.content {
    margin-left: 75px;
    font-size: 30px;
}

/* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
/*.testimonials-block__item:nth-child(3n) {
    float: right;
    margin-right: 0;
}*/

/* line 31, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.testimonials-block__item__title {
    margin-bottom: 3px;
    display: block;
    color: #00818c;
    clear: both;
    width: 100%;
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
}

/* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.testimonials-block__item__text {
    font-size: 14px;
}

/* line 46, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.testimonials-block__item__date {
    color: #4e8391;
    font-size: 12px;
    margin-bottom: 0;
}

/* line 53, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.testimonials-block__fact {
    width: 20%;
    margin-right: 5%;
    display: block;
    float: left;
}

@media only screen and (max-width: 767px) {
    /* line 53, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
    .testimonials-block__fact {
        width: 100%;
        margin: 20px 0;
    }

    .icon-bar a {
        padding: 5px 1px;
        font-size: 12px;
    }
}

/* line 64, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.testimonials-block__fact:nth-child(4n) {
    margin-right: 0;
    float: right;
    display: block;
}

/* line 70, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.testimonials-block__fact__number {
    font-size: 24px;
}

    /* line 73, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
    .testimonials-block__fact__number span {
        font-size: 76px;
        display: block;
        line-height: 76px;
        color: #FFFFFF;
        font-weight: 300;
    }

/* line 84, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
.rating {
    list-style-type: none;
    clear: both;
    display: block;
    width: 100%;
    margin: 0;
}

    /* line 91, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
    .rating li {
        float: left;
        display: block;
        margin: 0 5px 10px 0;
    }

        /* line 96, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.testimonials-block.scss */
        .rating li .fa {
            color: #ffc600;
            font-size: 20px;
        }

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
.cta-block {
    padding: 122px 0;
}

    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block .wrapper {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

@media only screen and (min-width: 1024px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block .wrapper {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1280px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block .wrapper {
        max-width: 1020px;
    }
}

@media only screen and (min-width: 1400px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block .wrapper {
        max-width: 1280px;
    }
}

.modal-footer > :not(:first-child) {
    margin-left: 1.25rem;
}

.dec-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .dec-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .dec-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 13px;
    }

    /* On mouse-over, add a grey background color */
    .dec-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .dec-container input:checked ~ .checkmark {
        background-color: #00818c;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .dec-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .dec-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .dec-container .checkmark:after {
        left: 9px;
        top: 4px;
        width: 8px;
        height: 14px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */


.lend .cta-block__item {
    display: block;
    float: left;
    border-top: 5px solid #397f8b;
    width: 33%;
    background: #FFFFFF;
    /*border-radius: 4px;*/
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 27px 17px 40px;
    box-shadow: 0px 0px 20px 2px #bdbdbd;
}

.cta-block__item {
    display: block;
    float: left;
    border-top: 5px solid #397f8b;
    width: 33%;
    background: #FFFFFF;
    /*border-radius: 4px;*/
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 27px 17px 40px;
}

@media only screen and (min-width: 1400px) {
    /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item {
        min-height: 530px;
    }
}

@media only screen and (max-width: 1023px) {
    /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item {
        width: 100%;
        border-top: 0;
        border-left: 8px solid #397f8b;
    }
}

/* line 45, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
.cta-block__item:nth-child(2) {
    margin: -20px -10px 0;
    position: relative;
    z-index: 2;
    padding-top: 47px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.31);
    border-top: 5px solid #7caeb4;
}


@media only screen and (min-width: 1024px) {
    /* line 45, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item:nth-child(2) {
        min-height: 660px;
    }
}

@media only screen and (min-width: 1280px) {
    /* line 45, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item:nth-child(2) {
        min-height: 570px;
    }
}

.thankyouModal .modal-header {
    padding: 2rem;
}

.thankyouModal {
    background-color: rgba(0,0,0,0.28);
}

#iMessage {
    color: #103441;
}

@media only screen and (min-width: 1400px) {
    /* line 45, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item:nth-child(2) {
        min-height: 580px;
    }
}

@media only screen and (max-width: 1023px) {
    /* line 45, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item:nth-child(2) {
        margin: 20px 0;
        border-left: 8px solid #7caeb4;
        border-top: 0;
    }
}

/* line 73, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
.cta-block__item p {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 22px;
}

/* line 79, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
.cta-block__item ul {
    list-style-type: none;
    margin: 0 15px 20px;
    padding: 0;
    text-align: left;
}

    /* line 85, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item ul li {
        border-top: 1px solid #eceff0;
        padding: 15px 0;
        color: #647981;
        padding-left: 40px;
        background: url("/Scripts/FileHandler.aspx?FileName=tick-yellow.svg&Type=DisplayImage") no-repeat 0 15px;
        background-size: 30px;
        margin-bottom: 0;
    }

/* line 97, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
.cta-block__title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1399px) {
    /* line 97, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__title {
        font-size: 30px;
    }
}

/*Account selection Registration */
.account-types {
    padding: 2rem;
    cursor: pointer;
    height: 320px;
}

    .account-types i {
        font-size: 12rem;
        margin-bottom: 1rem;
    }

    .account-types h3 {
        font-size: 1.3rem;
    }


/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer-onboard.scss */
.footer-onboard {
    background: #1a5b5f;
    background: -webkit-linear-gradient(top, #1a5b5f 4%, #103441 91%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #1a5b5f), color-stop(91%, #103441));
    background: linear-gradient(to bottom, #1a5b5f 4%, #103441 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a5b5f', endColorstr='#103441', GradientType=0);
    text-align: center;
    padding: 50px 0;
}

/* line 6, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer-onboard.scss */
.footer-onboard__title {
    color: #FFFFFF;
}

/* line 10, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer-onboard.scss */
.footer-onboard p {
    color: #FFFFFF;
    /*margin-bottom: 10px;*/
}

/* line 15, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer-onboard.scss */
.footer-onboard a {
    color: #07cce3;
    font-weight: 500;
}

/* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.footer-onboard.scss */
.footer-onboard__small {
    font-size: 12px;
    /* margin-top: 70px;*/
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header-onboard.scss */
.header-onboard {
    padding: 70px 0;
}

/* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.header-onboard.scss */
.header-onboard__logo {
    background: url("/Scripts/FileHandler.aspx?FileName=logo.svg&Type=DisplayImage") no-repeat;
    display: block;
    background-size: 100%;
    height: 57px;
    max-width: 250px;
    margin: 0 auto;
}

.ISA_ADVERT_BANNER {
    background: url("/Scripts/FileHandler.aspx?FileName=square-banner-isa.jpg&Type=DisplayImage") no-repeat;
    display: block;
    background-size: 100%;
    height: 556px;
    max-width: 94%;
    margin: 0 auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.noDragImg {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ISA_MOBILE_BANNER {
    background: url("/Scripts/FileHandler.aspx?FileName=website_banner.jpg&Type=DisplayImage") no-repeat;
    display: block;
    background-size: 100%;
    height: 556px;
    max-width: 94%;
    margin: 0 auto;
}

.ISA_MOBILE_BANNER2 {
    background: url("/Scripts/FileHandler.aspx?FileName=website_mobile_banner.jpg&Type=DisplayImage") no-repeat;
    display: block;
    background-size: 100%;
    margin: 0 auto;
}
/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.onboard.scss */
.onboard {
    background: #eceff0;
}

/*

Specific form styles

All global form styles are in elements.forms

 */
/* line 9, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.forms.scss */
.forms {
    padding-bottom: 80px;
}

/* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.forms.scss */
.forms--centre {
    text-align: center;
}

/* line 16, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.forms.scss */
.forms a {
    color: #07cce3;
}

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.about.scss */
.about h2 {
    margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
    /* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.about.scss */
    .about h2 {
        margin-bottom: 25px;
        text-align: left;
    }
}

/* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.about.scss */
.about__text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 1;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

@media only screen and (max-width: 767px) {
    /* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.about.scss */
    .about__text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        max-height: 200px;
        position: relative;
        overflow: hidden;
        padding-bottom: 50px;
    }
}

/* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.about.scss */
.about__text .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 150px 0 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,ffffff+100,ffffff+101&0+0,1+43 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 2%, white 43%, white 100%, white 101%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0.05)), color-stop(43%, white), color-stop(100%, white), color-stop(101%, white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 2%, white 43%, white 100%, white 101%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
}

.about__text .read-less {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 150px 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
}

    .about__text .read-less .button {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #f2ab3b;
        background: url(/Scripts/FileHandler.aspx?FileName=down-arrow-yellow.png&Type=DisplayImage) no-repeat 100% 50%;
        background-size: 15px;
        padding-right: 25px;
    }

.winddownBox {
    background-color: #f1f1f1;
    padding: 1rem;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) {
    /* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.about.scss */
    .about__text .read-more {
        display: none;
    }

    .proudpanel img {
        width: 70% !important;
    }
}

.firstElecTick input {
    width: 1% !important;
    margin-right: 1rem;
}

.yesnobox table {
    background-color: whitesmoke;
    border-radius: 5px;
}
/* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.about.scss */
.about__text .read-more .button {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f2ab3b;
    background: url("/Scripts/FileHandler.aspx?FileName=down-arrow-yellow.png&Type=DisplayImage") no-repeat 100% 50%;
    background-size: 15px;
    padding-right: 25px;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.picture-block.scss */
.picture-block {
    clear: both;
    overflow: hidden;
}

    /* line 5, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.picture-block.scss */
    .picture-block img {
        width: 100%;
    }

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.hero.scss */
.hero {
    overflow: hidden;
    position: relative;
}

.tab-text div {
    padding-left: 0;
}

.hero--lend {
    height: 400px;
    background-attachment: fixed;
    background-image: url(/Scripts/FileHandler.aspx?FileName=LendWithUs2.jpg&Type=DisplayImage);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 104%;
}

    .hero--lend .hero__title {
        font-size: 5.6rem;
        margin-top: 170px;
        margin-bottom: 44px;
        line-height: 32px;
        font-weight: 400;
    }

    .hero--lend .bg-overlay {
        padding: 1rem 0rem 3.5rem 0rem;
        background-color: rgba(21, 21, 21, 0.43137254901960786);
    }

    .hero--lend .hero__text {
        color: #fff;
        width: 100%;
    }

.hero--broker {
    background-image: url(/Scripts/FileHandler.aspx?FileName=BorrowBanner.jpg&Type=DisplayImage);
    height: 400px;
    background-attachment: fixed;
    background-position-y: 114%;
    background-size: cover;
}

    .hero--broker .hero__title {
        font-size: 5.6rem;
        margin-top: 180px;
        margin-bottom: 44px;
        line-height: 32px;
        font-weight: 400;
    }

    .hero--broker .hero__text {
        color: #fff;
        width: 100%;
    }

    .hero--broker .bg-overlay {
        padding: 1rem 0rem 3.5rem 0rem;
        background-color: rgba(21, 21, 21, 0.43137254901960786);
    }

/* line 6, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.hero.scss */
.hero--about {
    height: 400px;
    background-attachment: fixed;
    background-image: url(/Scripts/FileHandler.aspx?FileName=AboutUs.jpg&Type=DisplayImage);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 60%;
}

    .hero--about .hero__title {
        font-size: 5.6rem;
        margin-top: 175px;
        margin-bottom: 44px;
        line-height: 32px;
        font-weight: 400;
    }

    .hero--about .hero__text {
        color: #fff;
        width: 100%;
    }
/*.about-story .about__text {
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
}*/
.about-story h2 {
    margin-bottom: 29px;
}

.hero--about .bg-overlay {
    padding: 1rem 0rem 3.5rem 0rem;
    background-color: rgba(21, 21, 21, 0.3411764705882353);
}

.fourth-banner h2 {
    font-size: 3.5rem;
    margin-bottom: 44px;
    line-height: 32px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.fourth-banner p {
    color: #fff;
    width: 100%;
    line-height: 2.5rem;
}

.fourth-banner .bg-overlay {
    background-color: rgb(255 255 255 / 0%) !important;
}

.fourth-banner span label {
    font-weight: bold;
    color: white !important;
    display: inline-block !important;
    font-size: 1.6rem;
}

.fourth-banner .white-button2 {
    font-style: normal;
}

.hero--coming {
    height: 425px;
    /* background-attachment: fixed;*/
    background-image: url(/Scripts/FileHandler.aspx?FileName=countdown_bg.jpg&Type=DisplayImage);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -4%;
}

.coming {
    background-image: url(/Scripts/FileHandler.aspx?FileName=countdown_bg.jpg&Type=DisplayImage);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -4%;
}

.hero--coming .hero__title {
    font-size: 3.5rem;
    margin-bottom: 44px;
    line-height: 32px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.hero--coming span label {
    font-weight: bold;
    color: white !important;
    display: inline-block !important;
    font-size: 1.6rem;
}

.hero--coming .wrapper {
    margin-top: 120px;
}

.hero--coming .hero__text {
    color: #fff;
    width: 100%;
    line-height: 2rem;
    line-height: 2.5rem;
}

.hero--coming .col-6:last-of-type .hero__text {
    margin-top: 120px;
}

.hero--coming .bg-overlay {
    padding: 2.5rem 0rem 3.5rem 0rem;
    background-color: rgba(21, 21, 21, 0);
}
fieldset{
    border:none;
}

.broker-questions-div i {
    font-size: 7rem;
    margin-bottom: 1rem;
    color: #00818c;
}
.questionnaireText p{
    font-size:1rem;
    margin:25px 0px;
}
.questionType{
    font-size:1.2rem!important;
}
.question__section h3{
    margin-bottom:5px;
}
.question__section table {
  /*  width: 100%;*/
    margin-left: 1rem;

}
.question__section p{
    font-size:1rem;
}
.question__section {
    border-top: 4px solid #00818c;
    width: 50% !important;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0px 8px 36px 1px #ebebeb;
    padding: 0rem 2rem;
}
.QuestionnaireChoice{
    font-size:1rem;
}
.complete {
    width: 55%;
}
.question__section input[type="radio"] {
    width: auto !important;
    margin-right: 1rem;
    cursor: pointer;
    display: inline-block !important;
    text-align: right !important;
}

.question__section input[type="checkbox"] {
    width: auto;
    margin-right: 1rem;
    cursor: pointer;
    display: inline-block !important;
    text-align: right !important;
}

.question__section input[type="submit"] {
    width: auto;
    height: 55px;
}

.question__section label {
    display: -webkit-inline-box;
    cursor: pointer;
    vertical-align: top;
    min-width:90%;
    width:90%!important;
}

.question__section .highlight-text {
    cursor: default
}

.question__section td {
    padding: 0.7rem 0rem;
}

.question__section table {
    margin-left: 1rem;
}

#confirmationModal h3 {
    color: #00818c;
    margin-bottom: 0px;
    text-align: center;
}


.highlight-text {
    font-weight: 500;
    color: #00c2ff !important;
    cursor: pointer;
}
/* line 11, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.hero.scss */

.hero--faqs {
    background-image: url(/Scripts/FileHandler.aspx?FileName=FAQBanner.jpg&Type=DisplayImage);
    background-size: cover;
    background-position-y: 102%;
    background-attachment: fixed;
    height: 400px;
    text-align: center;
}



    .hero--faqs .hero__title {
        margin-top: 20px;
        font-size: 6rem;
        line-height: 90px;
        font-weight: 400;
    }

    .hero--faqs .hero__text {
        width: 100%;
        color: #fff;
    }

.hero--susp {
    background-image: url(/Scripts/FileHandler.aspx?FileName=FAQBanner.jpg&Type=DisplayImage);
    background-size: cover;
    background-position-y: 102%;
    background-attachment: fixed;
    height: 385px;
    text-align: center;
}

    .hero--susp .hero__title {
        margin-top: 20px;
        font-size: 5rem;
        line-height: 120px;
        font-weight: 400;
    }

    .hero--susp .hero__text {
        width: 100%;
        color: #fff;
    }

.susp-acitivty h4 {
    color: #0e94a5;
    font-size: 24px;
}

.susp-acitivty li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0px 9px 0 -35px;
    color: #00818c;
    font-size: 1.9rem;
    vertical-align: middle;
}

.susp-acitivty ul {
    margin: 0rem 0rem 0.5rem 1.5rem;
    list-style: none;
}

.hero--error {
    background: #103441 url('/Scripts/FileHandler.aspx?FileName=errorImage.jpg&Type=DisplayImage') no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.fadeBG {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 23px !important;
    background-image: linear-gradient(to bottom, rgb(241, 240, 240), rgb(255, 255, 255));
    border-radius: 5px;
}

.borrowFacts .highlight-text {
    cursor: default;
}


.hero--contact {
    background-image: url(/Scripts/FileHandler.aspx?FileName=ContactBanner.jpg&Type=DisplayImage);
    height: 400px;
    background-attachment: fixed;
    background-position-y: 114%;
    background-size: cover;
}

    .hero--contact .hero__title {
        font-size: 5.6rem;
        margin-top: 155px;
        margin-bottom: 44px;
        line-height: 80px;
        font-weight: 400;
    }

    .hero--contact .hero__text {
        color: #fff;
        width: 100%;
    }

    .hero--contact .bg-overlay {
        padding: 1rem 0rem 3.5rem 0rem;
        background-color: rgba(21, 21, 21, 0.43137254901960786);
    }

.box-shadow {
    box-shadow: 0px 0px 32px 1px #e2e2e2;
}

.follow-tile i {
    margin-bottom: 1rem;
    font-size: 4rem;
}

.follow-tile {
    padding: 1rem 0rem;
    border-radius: 5px;
    text-align: center;
}

    .follow-tile p {
        margin-bottom: 0;
    }

.opening-times {
    margin-bottom: 2rem;
}
/* line 16, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.hero.scss */
.hero__title {
    color: #FFFFFF;
    font-size: 32px;
    margin-top: 316px;
    margin-bottom: 10px;
    line-height: 32px;
}
/*contact us page*/
.contact-details {
    padding: 1rem;
}

    .contact-details form {
        margin: 0;
        width: 100%;
    }

        .contact-details form input {
            padding: 10px;
        }

    .contact-details ul {
        margin: 0;
    }

        .contact-details ul i {
            font-size: 2rem;
            color: #4dadb9;
            vertical-align: middle;
        }

    .contact-details .teal-button {
        margin: 0;
    }

/* line 24, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.hero.scss */
.hero__text {
    font-size: 22px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    width: 400px;
}

.ifisa-account-dash {
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px #e6e4e4;
}

    .ifisa-account-dash .ifisa-section {
        background-color: #f5f5f5;
        padding: 1rem;
        border-radius: 5px;
    }

    .ifisa-account-dash h3 {
        color: #00818c;
    }

.faq-search form {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.faq-search .form-control:focus {
    border: none;
    box-shadow: none;
}

.faq-search form i {
    top: 10px;
    position: absolute;
    left: 12px;
    color: #b9b5b5;
}

.faq-search form input {
    text-indent: 25px;
    border: none;
    border-radius: 2rem;
    background-color: #ffffffe0;
}

.faq-search label {
    color: #0e94a5;
    font-weight: 400;
    font-size: 24px;
}

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
.team__large {
    font-size: 22px;
    color: #103441;
}

    /* line 7, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
    .team__large a {
        color: #07cce3;
    }

/* line 12, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
.team h2 {
    margin-bottom: 25px;
    color: #2596a8;
}

/* line 16, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
.team__member {
    position: relative;
    float: left;
    width: 27%;
    margin-right: 9%;
    margin-bottom: 5%;
    height: 480px !important;
    border-radius: 20px;
    padding: 1.6rem;
    box-shadow: 0px 0px 28px 3px #e4e4e4;
    transition: transform .2s;
}

    .team__member:hover {
        transform: scale(1.04);
        transition-duration: 0.4s;
    }

.plain-div {
    box-shadow: none;
    background-color: #eceff0;
    padding: 0rem;
    margin-bottom: 0rem;
}

.mandates-account-div {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 1rem;
    position: relative;
    width: 58%;
    margin: 0% 1%;
}

    .mandates-account-div:first-child {
        width: 38%;
    }

    .mandates-account-div ul {
        margin: 21px 8px 23px 68px;
        list-style: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mandates-account-div li {
        margin: 0rem 0rem 2rem;
        line-height: 1.5rem;
    }

        .mandates-account-div li:before {
            font-family: 'FontAwesome';
            content: '\f058';
            margin: 0px 9px 0 -38px;
            color: #00818c;
            font-size: 2rem;
            vertical-align: middle;
        }

.account-div li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0px 9px 0 -38px;
    color: #00818c;
    font-size: 2rem;
    vertical-align: middle;
}

.account-div ul {
    margin: 21px 8px 23px 68px;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    /* line 16, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
    .team__member {
        width: 100%;
    }

    .coming_soon_card {
        width: 100% !important;
    }

    .holiday td {
        padding-right: 0rem;
    }

    .holiday {
        width: 100%;
    }

    .firstElecTick input {
        width: 4% !important;
    }
}

/* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
.team__member:nth-child(3n) {
    /*float: right;*/
    margin-right: 0;
}

/* line 31, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
.team__member img {
    margin-bottom: 25px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    /* line 31, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
    .team__member img {
        width: 100%;
    }
}

.coming_soon_card {
    position: relative;
    /*float: left;*/
    display: inline-block;
    width: 27%;
    margin-right: 9%;
    margin-bottom: 5%;
    height: 385px !important;
    border-radius: 10px;
    padding-top: 0rem !important;
    padding: 1.6rem;
    box-shadow: 0px 0px 28px 3px #e4e4e48c;
    transition: transform .2s;
    font-size: 0.95rem;
    padding-right: 0rem !important;
}

    .coming_soon_card:nth-child(3n) {
        /*float: right;*/
        margin-right: 0;
    }

    .coming_soon_card img {
        margin-bottom: 2.5rem;
        height: 54%;
        margin-left: -1.6rem;
        width: 108.4%;
        border-radius: 10px 10px 0px 0px;
    }

.coming_soon_title {
    display: inline;
    overflow: hidden;
    background-color: #12657e;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    left: 0rem;
    top: 9.6rem;
    position: absolute;
    max-width: 80%;
    display: flex;
    min-height: 51px;
    justify-content: center;
    align-items: center;
}

}

.team__member__AmountLeftToFunded, .team__member__AmountFunded, .team__member__TermRemaining {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9rem;

}
    .team__member__AmountLeftToFunded p {
        margin-bottom: 15px !important;
    }

    .team__member__AmountLeftToFunded span, .team__member__AmountFunded span, .team__member__TermRemaining span {
        font-size: 0.9rem;
    }

.team__member__AmountFunded, .team__member__TermRemaining {
    width: 49%;
    float: left;
}

/* line 40, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
.team__member__title {
    display: inline;
    margin-bottom: 10px;
    overflow: hidden;
}

/* line 44, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
.team__member__role {
    height: 52px;
    margin: 10px 0;
}

    .team__member__role p {
        color: #0e94a5;
        font-size: 24px;
    }

/* line 49, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.team.scss */
.team__member .fa {
    font-size: 30px;
    margin-right: 10px;
}

.team__member__social {
    position: absolute;
    bottom: 0;
    left: 0;
}

.team__member__bio {
    height: 65%;
}

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend.scss */
.lend__title {
    font-size: 24px;
    font-weight: 400;
}

/* line 8, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend.scss */
.lend__left {
    float: left;
    width: 45%;
}

.appendix_accept_list li {
    float: left;
    width: 10%;
}

.rafImg {
    height: 461px;
    background-image: url(/Scripts/FileHandler.aspx?FileName=banner-about.jpg&Type=DisplayImage);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-y: 33%;
    background-position-x: 84%;
    border-radius: 5px;
    box-shadow: 0px 0px 33px 0px #e2e2e2;
}

.about-raf {
    padding: 3.5rem;
    border-radius: 4px;
    box-shadow: 0px 0px 33px 0px #e2e2e2;
    height: 100%;
}

.grey-box {
    /*padding: 2.5rem;*/
    border-radius: 4px;
    border: 1px solid #efefef;
    height: 100%;
}

    .grey-box input, textarea {
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        margin-bottom: 0;
    }

.teal-box .dropdown-toggle {
    margin-bottom: 0;
}

.setting-content {
    padding: 1.2rem 2.5rem 2.5rem 2rem;
}

.your-settings-tag {
    font-size: 1.4rem;
    padding: 1rem 1.9rem;
    background-color: #00818c;
    width: 100%;
    color: #fff;
}

.declarations ol.terms2 li:before {
    margin-left: -1.2rem;
}

.default-settings-tag {
    /*font-size: 1.4rem;
    padding: 1rem 1.9rem;
    background-color: #fff;
    width: 100%;
    color: #212529;*/
    font-size: 1.4rem;
    padding: 1rem 1.9rem;
    /*background-color: #efefef;*/
    width: 100%;
    color: #5d5d5d;
}

.teal-box {
    box-shadow: 0px 1px 24px 2px #e4e3e3;
    border-radius: 5px;
    border: 1px solid #00818c;
    /*height: 100%;*/
}

.mandate-onoff {
    margin-right: 0;
}

#rbMandateType .mandate-onoff {
    margin-right: 0;
    width: 190px;
}

@media only screen and (max-width: 767px) {
    /* line 8, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend.scss */
    .lend__right {
        width: 100%;
    }

    .about-raf {
        padding: 1.5rem;
    }

    .rafImg {
        margin-bottom: 2rem;
        height: 300px;
    }
}

.light-teal-bg {
    background-color: #397f8b;
}

.clear-lend-panel div:last-of-type {
    text-align: center;
    align-self: center;
}

    .clear-lend-panel div:last-of-type p {
        margin: 2rem 0rem 0rem 0rem;
        color: #fff;
        font-size: 1.5rem;
    }
/* line 17, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend.scss */
.lend__right {
    float: right;
    width: 51%;
}

@media only screen and (max-width: 767px) {
    /* line 17, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend.scss */
    .lend__left {
        display: none;
    }

    .modal-footer > :not(:first-child) {
        margin-left: 0.25rem;
    }
}

/* line 25, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend.scss */
.lend__left img {
    width: 100%;
    -webkit-user-drag: none;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.gradient-block.scss */
.gradient-block {
    padding: 45px 0;
}

.padding-light {
    padding: 40px;
}

#exampleModal .btn-primary {
    background-color: #00818c;
    border-color: #00818c;
}

    #exampleModal .btn-primary:hover {
        background-color: #08929e;
        border-color: #08929e;
    }

    #exampleModal .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 129, 140, 0.4);
    }
/* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.gradient-block.scss */
.gradient-block__title {
    color: #FFFFFF;
}

/* line 8, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.gradient-block.scss */
.gradient-block__text {
    font-size: 24px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.5);
}

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend-steps.scss */
.lend-steps__block {
    clear: both;
    overflow: hidden;
    margin-bottom: 70px;
}

/* line 9, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend-steps.scss */
.lend-steps__left {
    float: left;
    width: 45%;
}

@media only screen and (max-width: 767px) {
    /* line 9, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend-steps.scss */
    .lend-steps__left {
        width: 100%;
    }

    .dec-container {
        font-size: 16px;
    }
}

.appendixConfirm input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 6px;
    float: left;
    overflow: hidden;
}

.appendixConfirm label {
    width: 70%;
    float: left;
    vertical-align: middle;
    display: block;
    padding-left: 23px;
    float: left;
    text-indent: -15px;
}
/* line 17, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend-steps.scss */
.lend-steps__left img {
    width: 65%;
    margin-bottom: 25px;
}

/* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend-steps.scss */
.lend-steps__right {
    float: right;
    width: 45%;
}

@media only screen and (max-width: 767px) {
    /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend-steps.scss */
    .lend-steps__right {
        width: 100%;
    }
}

/* line 31, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend-steps.scss */
.lend-steps__right img {
    width: 65%;
    margin-bottom: 25px;
    float: right;
}

/* line 37, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.lend-steps.scss */
.lend-steps__step {
    color: #7caeb4;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.numbers-block.scss */
.numbers-block {
    padding: 50px 0;
}

/* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.numbers-block.scss */
.numbers-block__fact {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.numbers-block p {
    color: #fff;
    margin-bottom: 0;
}

.tab-text p {
    margin: 0;
}

#none-apply-modal .modal-header {
    text-align: center;
    display: inline;
    border-bottom: none;
    padding: 1rem 1rem 0rem 1rem;
}

#none-apply-modal .modal-body {
    text-align: center;
    padding: 2rem;
}

#none-apply-modal .modal-content {
    border-color: #fff;
}

@media only screen and (max-width: 767px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.numbers-block.scss */
    .numbers-block__fact {
        width: 100%;
    }

    .lend__right {
        width: 100%;
    }

    .lend__left {
        width: 100%;
    }
}

.lend__right ul {
    margin: 0rem 0rem 0.5rem;
    list-style: none;
}

    .lend__right ul li {
        margin-bottom: 1px;
    }

.lend__right li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 5px 0 -20px;
    color: #00818c;
    font-size: 1.9rem;
    vertical-align: middle;
}

.account-div.yellow li:before {
}

/* line 13, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.numbers-block.scss */
.numbers-block__fact:nth-child(3n) {
    float: right;
    margin-right: 0;
}

/* line 18, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.numbers-block.scss */
.numbers-block__fact__number {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
}

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
.broker__contact {
    padding: 70px 0 70px 0;
    background-color: #7caeb4;
    text-align: center;
}

/* line 6, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
.broker__contact__title {
    color: #07cce3;
}

/* line 10, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
.broker__contact__text {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    /* line 10, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
    .broker__contact__text {
        font-size: 16px;
        line-height: 26px;
    }
}

/* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
.broker__contact__text span {
    color: #000000;
}

/* line 28, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
.broker__table--first {
    margin-top: 70px;
}

/* line 32, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
.broker__table__title {
    font-size: 24px;
    font-weight: 400;
    top: 20px;
    margin-bottom: 6px;
    background-color: #7caeb4;
    color: #fff;
    padding: 0rem 0.5rem;
    border-radius: 5px;
    margin-top: 2rem;
}



@media only screen and (max-width: 767px) {
    /* line 32, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
    .broker__table__title {
        font-size: 18px;
    }
}

/* line 46, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
.broker__table ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    /* line 51, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
    .broker__table ul li {
        color: #647981;
        padding: 27px 0 27px 383px;
        margin: 0;
    }

@media only screen and (max-width: 767px) {
    /* line 51, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
    .broker__table ul li {
        padding: 27px 0 27px 110px;
    }
}

/* line 60, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.broker.scss */
.broker__table ul li:nth-child(odd) {
    background: #eceff0;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace {
    padding-top: 160px;
}

/* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
    .marketplace__title {
        font-size: 28px;
        line-height: 28px;
    }
}

/* line 15, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace__text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    /* line 15, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
    .marketplace__text {
        font-size: 16px;
        line-height: 26px;
    }
}

/* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace table {
    width: 100%;
    border: 1px solid #d3d3d3;
}

@media only screen and (max-width: 1023px) {
    /* line 26, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
    .marketplace table {
        display: block;
        overflow-x: scroll;
    }
}

/* line 35, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace table th {
    background: #103441;
    color: #FFFFFF;
    padding: 10px 20px;
    vertical-align: top;
    font-weight: 400;
}

    /* line 41, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
    .marketplace table th:hover {
        background: #1d4857;
    }

/* line 47, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace table tr:nth-child(odd) {
    background: #f4f4f4;
}

/* line 52, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace table td {
    border-right: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
}

    /* line 58, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
    .marketplace table td.small {
        color: #647981;
        font-size: 14px;
    }

        /* line 62, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
        .marketplace table td.small span {
            font-size: 16px;
            display: block;
            color: #000000;
        }

    /* line 69, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
    .marketplace table td .grey-button, .marketplace .teal-button {
        padding: 15px 16px;
    }

@media only screen and (max-width: 767px) {
    /* line 69, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
    .marketplace table td .grey-button {
        margin-bottom: 10px;
    }
}

/* line 77, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace table td .time {
    color: #c72929;
    font-weight: 500;
}

/* line 81, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace table td.align-right {
    text-align: right;
}

/* line 86, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace table td + td + td + td + td + td + td + td {
    width: 227px;
    border-right: 0;
}

/* line 92, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
.marketplace__bottom {
    padding: 0 0 80px;
}

/* line 97, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.marketplace.scss */
span#sorttable_sortfwdind {
    position: absolute;
}

.account-confirmation {
    padding: 2rem;
    box-shadow: 0px 0px 48px 1px #e2dfdf;
    border-radius: 5px;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.career-alert {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 0.3rem;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.form-filter.scss */
.form-filter {
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 25px;
    background-image: linear-gradient(to bottom, rgb(241, 240, 240), rgb(255, 255, 255));
    border-radius: 5px;
}

@media only screen and (max-width:1281px) {
    .account-overlay p {
        line-height: 1rem;
    }

    .account-overlay {
        padding: 0.3rem;
    }

    .HE_Logo {
        width: 150px;
    }

    #PageContent_DashboardContent_rbOnOff td {
        display: inline-block;
    }

    #PageContent_DashboardContent_rbOnOff {
        border: none;
    }

        #PageContent_DashboardContent_rbOnOff tr {
            border: none;
        }
    /*#PageContent_DashboardContent_MandateSettings td{
        display:inline-block;
    }*/
    #PageContent_DashboardContent_MandateSettings table {
        border: none;
    }

    #PageContent_DashboardContent_MandateSettings tr {
        border: none;
    }

    .cta-block__item {
        padding: 9px 10px 17px;
    }

        .cta-block__item:nth-child(2) {
            padding-top: 9px;
            min-height: 471px;
        }

        .cta-block__item p {
            font-size: 14px;
            margin-bottom: 9px;
            padding: 0 1px;
        }

        .cta-block__item ul li {
            font-size: 0.8rem;
            background-size: 24px;
            padding-left: 59px;
            padding: 12px 32px;
        }

    .card-header h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1281px) {
    .form-filter {
        display: none;
    }

    .account-types {
        height: 340px;
    }

    .account-overlay {
        padding: 0.3rem !important;
    }

    .mandateTickBox {
        width: 40% !important;
    }

    .account-overlay .teal-button {
        padding: 0.4rem 1rem !important;
    }
}



@media only screen and (min-width: 1279px) and (max-width:1400px) {
    .account-overlay {
        padding: 0.3rem;
    }

    .account-types {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    /* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.form-filter.scss */
    .form-filter {
        display: none;
    }
}

/* line 13, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.form-filter.scss */
.form-filter__title {
    float: left;
    font-size: 16px;
    margin: 0px 0 0;
    font-weight: 400;
}

@media only screen and (max-width: 1023px) {
    /* line 13, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.form-filter.scss */
    .form-filter__title {
        margin: 0;
    }

    .coming_soon_card img {
        width: 115.5%;
    }
}

/* line 24, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.form-filter.scss */
.form-filter__select {
    float: right;
    margin-left: 20px;
}

@media only screen and (max-width: 1023px) {
    /* line 24, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.form-filter.scss */
    .form-filter__select {
        margin-left: 5px;
    }
}

/* line 32, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.form-filter.scss */
.form-filter__select select {
    padding-right: 60px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    /* line 32, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.form-filter.scss */
    .form-filter__select select {
        padding-right: 40px;
    }
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.contact-maps.scss */
.contact-maps {
    overflow: hidden;
    margin-bottom: -3px;
}

/* line 5, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.contact-maps.scss */
.contact-maps__map {
    width: 49%;
    float: left;
    display: block;
}

.smallNumberBlock {
    color: #c9dbdd;
    font-size: 22px;
    display: block;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    /* line 5, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.contact-maps.scss */
    .contact-maps__map {
        width: 100%;
    }

    .coming_soon_card img {
        width: 108% !important;
    }
}

/* line 14, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.contact-maps.scss */
.contact-maps__map:last-child {
    float: right;
}

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.contact.scss */
.contact a {
    color: #07cce3;
}

    /* line 6, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.contact.scss */
    .contact a:hover {
        color: #647981;
    }

/* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study .wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    /* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .case-study .wrapper {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1024px) {
    .testimonials-block__item {
        min-height: 386px !important;
    }

    .highlights-block span {
        font-size: 2rem !important;
    }

    .borrowers .quotation-header i {
        font-size: 20px;
    }

    .home-hero .bg-overlay {
        padding: 9.5rem 0rem !important;
    }
}

.team__member__bio {
    font-size: 14px;
}

@media only screen and (min-width: 1250px) and (max-width: 1281px) {
    .account-types {
        height: 350px;
    }

    .account-overlay {
        padding: 0.5rem;
    }

    .coming_soon_card img {
        width: 117%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1279px) {
    /* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .team__member {
        width: 41%;
        margin-right: 5%;
        margin-left: 4%;
    }

    .coming_soon_card {
        width: 41%;
        margin-right: 5%;
        margin-left: 4%;
    }

    .ISA_MOBILE_BANNER {
        background: url(/Scripts/FileHandler.aspx?FileName=website_banner.jpg&Type=DisplayImage) no-repeat;
        display: block;
        background-size: 100%;
        height: 290px;
        max-width: 94%;
        margin: 0 auto;
    }

    .team__member:nth-child(3n) {
        /*float: right;*/
        margin-right: 5%;
    }

    coming_soon_card:nth-child(3n) {
        margin-right: 5%;
    }

    .account-types {
        height: 300px;
    }

    .how-raf {
        min-height: 286px !important;
    }

    .account-overlay {
        padding: 1.3rem;
    }

    .account-div {
        padding: 1rem;
        width: 48%;
        margin: 0% 1%;
    }

    .card-header {
        padding: .75rem 0.4rem;
    }

    .transformer-tabs a {
        margin-right: 16px;
    }
}

.faqTable {
    background-color: #ccc;
    border-radius: 5px;
}

    .faqTable td, .faqTable th {
        border: none;
        text-align: right;
        padding: 8px;
    }

.regTable th {
    text-align: left;
    padding: 8px;
    border: 1px solid #fff;
}

.regTable td {
    text-align: right;
    padding: 8px;
    border: 1px solid #fff;
}

#recentTrans th {
    background: #00818c;
}

.netReturnTable th {
    text-align: left;
    padding: 8px;
    border: 1px solid #fff;
}

.netReturnTable td {
    text-align: right;
    padding: 8px;
    border: 1px solid #fff;
}

.faqTable {
    border-radius: 5px;
}

@media only screen and (min-width: 1280px) {
    /* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .case-study .wrapper {
        max-width: 1050px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1281px) {
    .dropLink:hover .dropItems {
        display: table-caption !important;
        background-color: #ffffff !important;
    }
}

@media only screen and (min-width: 1400px) {
    /* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .case-study .wrapper {
        max-width: 1280px;
    }
}

/* line 22, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__item {
    background: #FFFFFF;
    /*border-radius: 4px;*/
    width: 30%;
    float: left;
    overflow: hidden;
    /*padding-bottom: 20px;*/
    margin-bottom: 25px;
    min-height: 495px;
    margin: 0rem 1rem;
    /*box-shadow: 0px 1px 10px 0px #e9e6e6;*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: box-shadow 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s;
}

    /* line 31, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .case-study__item:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        /*transition: box-shadow 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s;
            box-shadow: 0 0.5rem 2rem 0 #bbbbbb;*/
    }

.question__section span {
    font-size: 1.4rem;
}

.hidden {
    display: none;
}

.answer_div {
    margin-top: 1rem;
}

    .answer_div p {
        margin-bottom: 0;
    }

@media only screen and (max-width: 1280px) {
    /* line 3, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .case-study__item {
        min-height: 443px;
        width: 46%;
    }

    .featuredin img {
        width: 175px !important;
    }

    .featuredin .msm img {
        width: 140px !important;
    }

    .featuredin .altfi img {
        width: 105px !important;
    }
}

}

@media only screen and (max-width: 767px) {
    /* line 22, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .case-study__item {
        width: 100%;
        min-height: 417px;
    }
}

/* line 39, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__item:nth-child(2n) {
    float: right;
}

/* line 43, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__item__title {
    font-size: 24px;
    font-weight: 500;
    color: #103441;
}

/* line 49, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__item__left {
    float: left;
    width: 40%;
}

@media only screen and (max-width: 767px) {
    /* line 49, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .case-study__item__left {
        width: 100%;
    }
}

.subtitleText {
    color: #00818c;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
/* line 58, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__item__right {
    float: left;
    width: 60%;
    padding: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
    /* line 58, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
    .case-study__item__right {
        width: 100%;
        padding: 20px 20px 0;
    }
}

/* line 69, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__item img {
    float: left;
    width: 100%;
    padding: 0 25px 0 15px;
    -webkit-user-drag: none;
}

/* line 76, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__tag {
    background: #f2ab3b;
    /*border-top-left-radius: 4px;
        border-top-right-radius: 4px;*/
    padding: 15px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}

.logo-divider img {
    width: 90px !important;
    max-width: 100%;
    margin-top: 175px;
    margin-left: -240px;
    position: absolute;
    z-index: 9;
}

.logo-divider {
    text-align: center;
    margin-bottom: 20px;
}

.case-study__item__title:hover {
    text-decoration: none;
    color: #07cce3;
    transition: 0.5s;
}
/* line 85, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__tag--orange {
    background: #f2ab3b;
}

/* line 89, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.case-study.scss */
.case-study__tag--blue {
    background: #07cce3;
}

/*About Us page*/
.about-story {
    padding: 0.5rem;
    /*  border-radius: 5px;
        box-shadow: 0px 0px 33px 0px #e2e2e2;*/
}

.how-raf {
    text-align: center;
    box-shadow: 0px 0px 28px 3px #e4e4e4;
    min-height: 250px;
    transition: transform .2s;
}

    .how-raf:hover {
        transform: scale(1.04);
        transition-duration: 0.4s;
        cursor: pointer;
    }

.border-text {
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #00818c;
    padding: 0.5rem;
}

.culture-panel img {
    border-radius: 5px;
    float: left;
    width: 100%;
}

.culture-panel div:nth-child(2) {
    padding: 4rem;
}

/*Borrow with us page*/
.broker-account .account-div {
    display: inline-block;
    padding: 0rem;
    box-shadow: none;
    width: 100%;
}

    .broker-account .account-div .row {
        text-align: left;
    }
/*modal pop up IFISA landing page*/
#accountSelection .modal-body div {
    display: inline-block;
    margin: 1.5rem 0rem;
}

    #accountSelection .modal-body div a {
        background-color: #e4e4e4;
        padding: 1rem;
        border-radius: 5px;
        color: #103441;
    }

        #accountSelection .modal-body div a:hover {
            background-color: #f3eeee;
        }

    #accountSelection .modal-body div:last-of-type a {
        background-color: #085d67;
        padding: 1rem;
        border-radius: 5px;
        color: #fff;
    }

        #accountSelection .modal-body div:last-of-type a:hover {
            background-color: #0f7d8a;
        }

#fcawarning .close {
    display: none;
}

#fcawarning .p {
    color: #000000;
}

#fcawarning .modal-body a:hover {
    background-color: #0f7d8a;
}
/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cookies.scss */
.cookies {
    background: #103441;
    position: absolute;
    bottom: 0;
    width: 100%;
    position: fixed;
    padding: 5px 0;
    z-index: 9999;
}
    /* line 10, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cookies.scss */
    .cookies p {
        margin: 0;
        color: #FFFFFF;
        font-size: 14px;
    }

/* line 16, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cookies.scss */
.cookies__link {
    color: #07cce3;
    text-decoration: underline;
}

/* line 21, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cookies.scss */
.cookies__ok {
    float: right;
    color: #FFFFFF;
    text-decoration: none;
    background: url("/Scripts/FileHandler.aspx?FileName=check.svg&Type=DisplayImage") no-repeat 50% 50%;
    background-size: 13px;
    padding-right: 60px;
}

.fcaban {
    background: rgb(255,167,36);

    width: 100%;

    padding: 5px 0;
    z-index: 9999;
}
    /* line 10, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cookies.scss */
    .fcaban p {
        margin: 0;
        color: #000000;
        font-size: 14px;
        text-align: center;
    }

.fcaban__link {
    color: #647981;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.popup.scss */
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

/* line 11, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.popup.scss */
.popup__close-wrapper {
    max-width: 700px;
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.video__close-wrapper {
    max-width: 700px;
    width: 90%;
    position: fixed;
    margin: 0 auto;
    top: 100px;
    right: 100px;
    font-size: 50px;
    z-index: 100000000000;
}

.video-popup-close {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10000000000000;
    color: white;
}

/* Inner */
/* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.popup.scss */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 370px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 2px 6px black;
    box-shadow: 0px 2px 6px black;
    border-radius: 3px;
    background: #fff;
    height: 600px;
    overflow: scroll;
}

/* Close Button */
/* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.popup.scss */
.popup-close {
    width: 40px;
    height: 40px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 15px;
    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    font-size: 30px;
    text-align: center;
    border: 2px solid #FFFFFF;
    line-height: 100%;
    color: #fff;
    font-weight: 300;
}
    /* line 67, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.popup.scss */
    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        -ms-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        text-decoration: none;
    }

/* line 75, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.popup.scss */
.popup .header-onboard__logo {
    margin-bottom: 40px;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
.wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.popover {
    background-color: white;
    position: fixed;
    right: 0px;
    border: 1px solid grey;
    width: 400px;
    height: auto;
    padding: 20px;
    font-size: 14px;
    border-radius: 4px;
}

/* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_trumps.generic.scss */
.hidden {
    position: absolute;
    left: -9999px;
}

.display-none {
    display: none;
}

/* line 6, /Users/joeyre/Documents/Websites/investfund/src/sass/_trumps.generic.scss */
.clear {
    clear: both;
    display: block;
}

/* line 11, /Users/joeyre/Documents/Websites/investfund/src/sass/_trumps.generic.scss */
.hide-text {
    position: absolute;
    left: -9999px;
}

.ValSum ul {
    display: none;
}

#declarationModal ul {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    /* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_generic.shared.scss */
    .padding {
        padding: 50px 0;
    }

    .fourth-banner span label {
        font-size: 1rem !important;
    }
}


@media (max-width: 700px) {
    .setting-content td {
        width: 100%;
    }
    /* line 57, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
    .transformer-tabs ul {
        border-bottom: 0;
        overflow: hidden;
        position: relative;
        background: #eceff0;
        margin: 0;
    }
        /* line 64, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
        .transformer-tabs ul::after {
            content: "☰";
            position: absolute;
            top: 20px;
            right: 15px;
            z-index: 2;
            pointer-events: none;
        }
        /* line 74, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
        .transformer-tabs ul.open a {
            position: relative;
            display: block;
        }
        /* line 80, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
        .transformer-tabs ul li {
            display: block;
            margin: 0;
        }
            /* line 85, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
            .transformer-tabs ul li a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                color: #000000;
            }
                /* line 93, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
                .transformer-tabs ul li a:hover, .transformer-tabs ul li a:active, .transformer-tabs ul li a:focus {
                    color: #07cce3;
                }
                /* line 97, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
                .transformer-tabs ul li a.active {
                    border: 0;
                    z-index: 1;
                    background: #eceff0;
                    color: #000000;
                }
        /* line 106, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
        .transformer-tabs ul.white {
            background: #FFFFFF;
        }
            /* line 109, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
            .transformer-tabs ul.white li {
                margin: 0;
            }
                /* line 112, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
                .transformer-tabs ul.white li a.active {
                    border-bottom: 3px solid #07cce3;
                    background: #FFFFFF url("/Scripts/FileHandler.aspx?FileName=blue-arrow-down.png&Type=DisplayImage") no-repeat 100% 50%;
                    background-size: 20px;
                }
            /* line 119, /Users/joeyre/Documents/Websites/investfund/src/sass/_elements.transformer-tabs.scss */
            .transformer-tabs ul.white.open li a.active {
                background: #FFFFFF;
            }
}

.lend-steps .slideanim {
    visibility: hidden;
}

.lend-steps .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

.dbwarning h3 {
    color: #531d03;
    margin-bottom: 20px;
    font-weight: 500;
}

.dbwarning span {
    color: #531d03;
}

.dbwarning p {
    font-size: 15.4px;
    margin-bottom: 20px;
    color: #712813;
}

    .dbwarning p:last-of-type {
        margin-bottom: 0px;
    }

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media only screen and (min-width: 1024px) {
    /* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
    .wrapper {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1280px) {
    /* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
    .wrapper {
        max-width: 1160px;
    }
}

@media only screen and (min-width: 1400px) {
    /* line 1, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
    .wrapper {
        max-width: 1280px;
    }
}

.wrapper-small-reg {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    /* line 19, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
    .wrapper-small-reg {
        max-width: 800px;
    }
}

@media only screen and (min-width: 1280px) {
    /* line 19, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
    .wrapper-small-reg {
        max-width: 800px;
    }
}

/* line 19, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
.wrapper-small {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    /* line 19, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
    .wrapper-small {
        max-width: 700px;
    }
}

@media only screen and (min-width: 1280px) {
    /* line 19, /Users/joeyre/Documents/Websites/investfund/src/sass/_objects.wrappers.scss */
    .wrapper-small {
        max-width: 850px;
    }
}

#tab-1 ul {
    margin-left: 20px;
}

#tab-4 ul {
    margin-left: 20px;
}


/*# sourceMappingURL=main.css.map */
@media only screen and (max-width: 374px) {
    .question__section label {
        width: 232px !important;
    }

    .team__member__role p {
        font-size: 23px;
    }

    .team__member__bio {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 415px) {


    .footer-onboard {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    /* line 42, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.popup.scss */
    .susp-acitivty .box-shadow {
        box-shadow: none;
    }

    .featuredin img {
        width: 87px !important;
    }

    .featuredin .msm img {
        width: 55px !important;
    }

    .featuredin .altfi img {
        width: 55px !important;
    }

    .ISA_MOBILE_BANNER2 {
        height: 70px;
        max-width: 100%;
    }

    .small_hero_title {
        font-size: 24px;
        line-height: 34px;
    }

    .icon-bar {
        top: 17%;
    }

    .ISA_ADVERT_BANNER {
        height: 130px;
        max-width: 107%;
    }

    .susp-acitivty .box-shadow h4 {
        font-size: 21px;
    }

    .hero--susp .hero__title {
        margin-top: 79px;
        font-size: 2rem;
        line-height: 53px;
        font-weight: 400;
    }

    .hero--susp .bg-overlay {
        padding: 1rem;
    }

    .hero--susp {
        height: 273px;
    }

    .popup-close {
        top: 30px;
        right: 20px;
    }

    .regTable {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    .tabs .teal-button {
        margin-top: 0.5rem !important;
        margin-bottom: 0;
    }

    .contact-box {
        padding: 1rem;
    }



    .lenderType {
        font-size: 13.6px;
    }

    .hero__title {
        margin-top: 100px;
    }

    .marketplace__title {
        font-size: 25px !important;
    }

    button.accordion {
        font-size: 14px !important;
    }

        .question__section td {
            width: 100%;
        }
        .question__section {
            width: 100%;
            border-top: none;
            box-shadow: none;
            padding: 0rem 1rem;
        }

    .follow-tile p {
        font-size: 0.7rem;
    }

    .carousel-item .teal-button {
        padding: 0.8rem 0.5rem;
        font-size: 12px;
    }

    .carousel-item .white-button2 {
        padding: 0.8rem 1rem;
        margin: 2.5rem 0.2rem 1.5rem 0rem;
        font-size: 12px;
    }

    .declarationBtns .teal-button {
        width: 100%;
    }
    /* line 20, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.popup.scss */
    .popup-inner {
        top: 320px;
        height: 470px;
    }

    .isaBenefits .account-div ul {
        margin: 0px 8px 0px 45px;
    }

    .account-div ul {
        margin: 20px 8px 0px 50px;
    }

    .isaBenefits .account-div {
        padding: 1rem 0rem;
    }

    #registration_form_footer input {
        width: 300px !important;
    }

    .carousel-control-next, .carousel-control-prev {
        display: none;
    }

    .form-control {
        width: 100% !important;
    }

    .highlights-block p {
        font-size: 1rem;
    }

    .signup td {
        width: 40%;
    }

    .signup .SubSubList li table {
        width: 100%;
    }

    .radio-style__signup label {
        display: inline-block !important;
        padding-left: 5px;
        padding-right: 0px;
    }

    .radio-style__signup input {
        display: inline !important;
        width: auto;
        margin-left: 10px;
    }

    tr {
        border: none !important;
    }

    .marketplaceTable2 td {
        display: table-cell !important;
        width: 100%;
    }

    .question__section td {
        width: 100%;
    }

    td {
        display: inline-block !important;
        width: 49%;
    }

    table {
        border: none !important;
    }

    td:before {
        display: inline-block !important;
        width: 10% !important;
    }

    .contract-details td:before {
        width: 0% !important;
    }

    .marketplace td:before {
        width: 50% !important;
    }

    .follow-us i {
        font-size: 3rem;
        margin-bottom: 0rem;
    }

    .follow-us span {
        display: none;
    }

    .follow-us p {
        display: none;
    }

    .account-select .teal-button {
        padding: 0.8rem 1rem;
    }

    .account-select p {
        font-size: 0.9rem;
        line-height: 13px;
    }

    .account-select {
        padding: 0.6rem;
    }

    .wrapper-small-reg {
        width: 97.4%;
    }

    .hero--lend {
        height: 353px;
        background-attachment: inherit;
    }

        .hero--lend .hero__title {
            margin-top: 150px;
            font-size: 3.6rem;
            margin-bottom: 30px;
        }

        .hero--lend .hero__text {
            font-size: 16px;
            line-height: 23px;
        }

    .perk-wrapper {
        margin: 1rem 0rem;
        min-height: 200px;
        box-shadow: none;
    }

    .hero--broker .hero__title {
        font-size: 3rem;
        margin-top: 131px;
        margin-bottom: 30px;
    }

    #questionnaire_form .box-shadow {
        box-shadow: none;
    }

        .question__section label {
            width: 90%;
        }

    .buttonPanel {
        float: none !important;
        margin-top: 1rem;
    }

        .buttonPanel input {
            width: 47% !important;
            margin-bottom: 0rem;
        }

    .hero--broker {
        height: 350px;
        background-attachment: inherit;
    }

    .account-error-page {
        width: 100%;
        box-shadow: none;
    }

    .about-story {
        padding: 1.5rem;
    }

    .hero--about .hero__title {
        font-size: 3rem;
        margin-top: 150px;
        margin-bottom: 30px;
    }

    .hero--coming .hero__title {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .hero--coming .wrapper {
        margin-top: 95px;
    }

    .hero--coming span {
        font-size: 1.3rem;
    }

    .hero--coming .hero__text {
        line-height: 1.5rem;
    }

    .hero--coming {
        height: 353px;
        background-attachment: inherit;
    }

    .hero--about {
        height: 353px;
        background-attachment: inherit;
    }

    .hero__text {
        font-size: 16px;
        line-height: 23px;
    }

    .gradient-block__text {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 3rem;
        text-align: center;
    }

    .lend-steps__block svg {
        width: 200px;
        display: block;
        margin: auto;
    }

    .gradient-block__title {
        font-size: 27px;
        margin-bottom: 25px;
        text-align: center;
    }

    .padding-light {
        padding: 26px;
    }

    #registration_form, #registration_form_step_2 {
        padding: 0;
        box-shadow: none;
    }

    .border-link {
        margin-right: 0.5rem;
    }

    select.classic {
        width: 100% !important;
    }

    .hero--faqs {
        height: 360px;
        background-attachment: inherit;
    }

    .hero--contact {
        height: 250px;
        background-attachment: inherit;
    }

        .hero--contact .hero__title {
            font-size: 3.6rem;
            margin-top: 110px;
            margin-bottom: 20px;
            line-height: 50px;
        }

    .hero--careers .hero__title {
        font-size: 3rem;
        margin-top: 118px;
    }

    .hero--careers {
        height: 300px;
        background-attachment: inherit;
    }

    .goji-transfer-in .process-steps li {
        font-size: 12px;
        margin: 0 0 5px;
        padding: 0 20px 0 6px;
    }

    .transfer-in-form {
        padding: 0.5rem;
    }

    .goji-transfer-in ol.process-steps {
        padding: 0 0px !important;
    }

    .goji-transfer-in .process-steps-container {
        height: 140px;
    }

    .goji-transfer-in label {
        width: 195px;
    }

    .goji-transfer-in .form-group.radio-option {
        margin-left: 0px !important;
    }

    .subscribed-in-current-yr input {
        width: 4% !important;
    }

    .partial-transfer input input[type="checkbox"], .partial-transfer input input[type="radio"] {
        width: 4% !important;
    }

    .case-study__item__left {
        display: none;
    }

    .case-study__item__right p {
        height: 55px !important;
    }

    .lend__right ul {
        margin: 0rem 0rem 0.5rem 1rem;
    }

    .lend__title {
        font-size: 17px;
    }

    .lend.padding {
        padding: 39px 0 39px !important;
    }

    .appendix_accept_list li {
        float: left;
        width: 35%;
    }

    .appendix {
        padding: 1.5rem;
    }

    .faqTable td, .faqTable th {
        width: 17%;
        display: table-cell !important;
        text-align: left;
    }

    .how-raf {
        min-height: 190px;
    }

        .how-raf p {
            margin-bottom: 0.5rem;
        }

            .how-raf p:last-of-type {
                padding: 0rem 1rem;
            }

    .referTitle {
        font-size: 29px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .coming_soon_card img {
        width: 108% !important;
    

           height:480px;
       }
       .question__section{
           width:90%;
       }
       
        .fourth-banner .buttondiv{
            margin-top:2rem;
        }
        #c29983f3c972c8013c6380eda77f8dae_0 {
            width: 66%!important;
        }
        .featuredin img {
            width: 139px;
        }
        .testimonials-block__item {
            width: 44% !important;
            min-height: 387px;
            margin: 5px 29px;
            padding: 17px;
            min-height: 368px;
        }
        .quotation-header{
            margin-bottom:5px;
        }
        .icon-bar a {
            font-size: 12px;
        }
        .icon-bar {
            top: 14%;
        }
        .borrowers .quotation-header i {
            color: #00818c;
            font-size: 20px;
        }
        .mandateTickBox {
            width: 150px;
        }
        .setting-content td{
            width:100%;
        }
        .firstElecTick input {
            width: 3% !important;
        }
        /*.ISA_ADVERT_BANNER {
            height: 230px;
            max-width: 100%;
        }*/
    .ISA_MOBILE_BANNER {
        height: 174px;
        max-width: 94%;
    }
.radio-style__signup input {
    display: inline !important;
    width: auto;
    margin-left: 10px;
}
    .carousel-item .home-hero__title {
        font-size: 37px;
        line-height: 42px;
    }

    .HE_Logo {
        width: 110px;
    }

    .home-hero__bottom ul li {
        padding: 0 7px 0 53px;
    }

    #ISAReminder img {
        width: 100%;
        padding: 2rem;
    }

    .account-types {
        height: 300px;
    }

    .hero--susp .hero__title {
        font-size: 3rem;
    }

    .hero--susp .bg-overlay {
        padding: 3.5rem 1rem;
    }

    .hero--susp {
        height: 317px;
    }

    .regTable td {
        display: table-cell !important;
        width: 17% !important;
    }

    .mobile {
        display: none;
    }

    .account-overlay {
        padding: 0.7rem;
    }

    .appendix {
        padding: 1.5rem;
    }

    .signup td {
        width: 20%;
    }

    .faqTable td, .faqTableth {
        width: 32%;
        display: table-cell !important;
    }

    .signup .SubSubList li table {
        width: 100%;
    }

    .marketplaceTable2 td {
        display: table-cell !important;
        width: 100%;
    }

    .appendix h2 {
        font-size: 30px;
    }

    .appendix_accept_list li {
        float: left;
        width: 23%;
    }

    .appendix td {
        display: inline !important;
        width: 61%;
    }

    .appendix table {
        width: 132px;
    }

    .team__member__bio p {
        font-size: 0.88rem;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 4%;
    }

    .lend__right ul {
        margin: 0rem 0rem 0.5rem 2rem;
        list-style: none;
    }

    .subscribed-in-current-yr input {
        width: 6% !important;
    }

    .partial-transfer input input[type="checkbox"], .partial-transfer input input[type="radio"] {
        width: 6% !important;
    }

    .goji-transfer-in .process-steps li {
        font-size: 14px;
    }

    .marketplace td:before {
        width: 50% !important;
    }

    .marketplace tr {
        border: 1px solid #ccc !important;
    }

    .team__member {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 5%;
        padding: 1.6rem;
    }

        .team__member:nth-child(3n) {
            margin-right: 5%;
        }

    .coming_soon_card {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 5%;
        padding: 1.6rem;
    }

        .coming_soon_card:nth-child(3n) {
            margin-right: 5%;
        }

    .account-types svg {
        width: 110px;
    }

    .goji-transfer-in .process-steps li {
        padding: 0 20px 0 0px !important;
    }

    .account-types h3 {
        font-size: 1rem;
    }

    .about__text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

        .question__section label {
            width: 90%;
        }

    .account-error-page {
        width: 95%;
    }

    .gradient-block__text {
        font-size: 15px;
        line-height: 23px;
    }

    .gradient-block__title {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .radio-style__signup label {
        display: inline-block !important;
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .radio-style__signup input {
        display: inline !important;
        width: auto;
        margin-left: 10px;
        padding-top: 0px;
    }

    tr {
        border: none !important;
    }

    .question__section td {
        width: 100%;
    }

    td {
        display: inline-block !important;
        width: 49%;
    }

    table {
        border: none !important;
    }

    .contract-details td:before {
        width: 0% !important;
    }

    td:before {
        display: inline-block !important;
        width: 10% !important;
    }
}


@media only screen and (min-width: 767px) and (max-width:1280px) {
    .altfiLogo {
        width: 90px !important;
    }
}

@media only screen and (max-width: 992px) {

    .lend__right {
        width: 100%;
    }

    .mobile {
        display: none;
    }

    .lend__left {
        width: 100%;
    }

    .lend .cta-block__item {
        border-top: none;
        width: 100%;
    }

    select.classic {
        width: 60%;
    }

    .broker-questions-div i {
        font-size: 4rem;
    }

    .ifisa-account-dash table {
        border: none;
    }

    .ifisa-account-dash tr, .ifisa-account-dash td {
        border: none;
        display: inline-block;
    }

        .ifisa-account-dash td:before {
            width: 100%;
        }

    .account-overlay p {
        line-height: 1rem;
    }

    .account-types svg {
        width: 170px;
    }

    .culture-panel div:nth-child(2) {
        padding: 2rem;
    }
}






.cta-block2 {
    padding: 122px 0;
}

    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block2 .wrapper {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

@media only screen and (min-width: 1024px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block2 .wrapper {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1280px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block2 .wrapper {
        max-width: 1020px;
    }
}

@media only screen and (min-width: 1400px) {
    /* line 4, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block2 .wrapper {
        max-width: 1280px;
    }
}

.cta-block__item2 p {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 22px;
}

    .cta-block__item2 p span {
        color: #647981;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        padding-top: 10px;
        speak: none;
        font-style: normal;
        font-weight: 400;
        display: block;
    }


.cta-block__item2 {
    display: block;
    float: left;
    border-top: 5px solid #397f8b;
    width: 46%;
    margin: 0px 20px;
    background: #FFFFFF;
    /* border-radius: 4px; */
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 27px 17px 40px;
    box-shadow: 0px 0px 20px 2px #bdbdbd;
}

@media only screen and (min-width: 1400px) {
    /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item2 {
        min-height: 442px;
    }
}

@media only screen and (max-width: 1023px) {
    /* line 23, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item2 {
        border-top: 0;
        border-left: 8px solid #397f8b;
        padding: 9px 10px 17px;
        width: 90% !important;
        min-height: 477px;
        margin-bottom: 20px;
    }
}


/* line 73, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
.cta-block__item2 p {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 22px;
}

/* line 79, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
.cta-block__item2 ul {
    list-style-type: none;
    margin: 0 15px 20px;
    padding: 0;
    text-align: left;
}

    /* line 85, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__item2 ul li {
        border-top: 1px solid #eceff0;
        padding: 15px 0;
        color: #647981;
        padding-left: 40px;
        background: url("/Scripts/FileHandler.aspx?FileName=tick-yellow.svg&Type=DisplayImage") no-repeat 0 15px;
        background-size: 30px;
        margin-bottom: 0;
    }

/* line 97, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
.cta-block__title2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1399px) {
    /* line 97, /Users/joeyre/Documents/Websites/investfund/src/sass/_components.cta-block.scss */
    .cta-block__title2 {
        font-size: 30px;
    }
}



@media only screen and (max-width:1281px) {

    .cta-block__item2 {
        padding: 9px 10px 17px;
        width: 44%;
        min-height: 477px;
    }

    .cta-block__item p {
        font-size: 14px;
        margin-bottom: 9px;
        padding: 0 1px;
    }

    .cta-block__item ul li {
        font-size: 0.8rem;
        background-size: 24px;
        padding-left: 59px;
        padding: 12px 32px;
    }
}

@media only screen and (max-width: 992px) {
    .lend .cta-block__item {
        border-top: none;
        width: 100%;
    }
}
