/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}







/* These includes are optional, but helpful. */span12 two-column-right-image
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

 


/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */


/* FONTS */

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_0_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_0_0.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_0_0.woff2') format('woff2'), 
         url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_0_0.woff') format('woff'), 
         url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_1_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_1_0.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_1_0.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_1_0.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/703880/GMI_Assets/Fonts/HelveticaNeue/3093F1_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FFMetaSerifWebBold';
    src: url('https://www.kiwiwealth.co.nz/hubfs/identity/fonts/MetaSerif/2EB7B6_2_0.eot');
    src: url('https://www.kiwiwealth.co.nz/hubfs/identity/fonts/MetaSerif/2EB7B6_2_0.eot?#iefix') format('embedded-opentype'),
         url('https://www.kiwiwealth.co.nz/hubfs/identity/fonts/MetaSerif/2EB7B6_2_0.woff2') format('woff2'), 
         url('https://www.kiwiwealth.co.nz/hubfs/identity/fonts/MetaSerif/2EB7B6_2_0.woff') format('woff'),
         url('https://www.kiwiwealth.co.nz/hubfs/identity/fonts/MetaSerif/2EB7B6_2_0.ttf') format('truetype'),
         url('https://www.kiwiwealth.co.nz/hubfs/identity/fonts/MetaSerif/2EB7B6_2_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ff-meta-web-pro';
}


/* Metric */
@font-face {
    font-family: 'Metric';
    src: url('https://cdn2.hubspot.net/hubfs/703880/Kiwi%20Investment%20Management/Fonts/MetricWeb-Medium.eot');
    src: url('https://cdn2.hubspot.net/hubfs/703880/Kiwi%20Investment%20Management/Fonts/MetricWeb-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/703880/Kiwi%20Investment%20Management/Fonts/MetricWeb-Medium.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/703880/Kiwi%20Investment%20Management/Fonts/MetricWeb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/MetricBlack.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/MetricBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Light.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Semibold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/MetricWeb-Medium.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Regular.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Bold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/703880/identity/fonts/Metric/Metric-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

  
/* ==========================================================================
   Variables                                               
   ========================================================================== */
/**
 * Find the most consistently used font styles, colors, and container widths for your site and assign them to the jinja variables below for easy use and reference. Apply the variable as shown below.  Ignore the jingja comment tags.
 * 
*/

/* Colors */
    /*  */
    /*      Theme color: Action Green    */
       /*      Light Gray              */
      /*      White                   */
           /*      Dark Gray Tone 1        */
           /*      Gray              */
        /*      Dark Gray Tone 2        */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */

   
                         /*  */
                          /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
       /* Id should be 20px less then maxWidth you defined above */

/* ==========================================================================
   Base                                                    
   ========================================================================== */

/** 
 * Box Sizing
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #757575;
  font-family: 'Metric', Arial, Sans-Serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}


/** Page Center - Apply .page-center to full-width modules. **/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1350px;
  margin: 0 auto;
}

.container-fluid .row-fluid .page-narrow {
  float: none;
  max-width: 800px;
  margin: 0 auto;
}

.container-fluid .row-fluid .mid-width {
  float: none;
  max-width: 1000px;
  margin: 0 auto;
}

.container-fluid .row-fluid .grey-bg {
  float: none;
  max-width: 70%;
  margin: 0 auto;
  background-color: #F8F8F8;
}

a { color: #93DF04; text-decoration:none;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
a:hover, a:focus { color: #1aa000; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #757575;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #757575;
  text-shadow: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p { font-family: 'Metric', Arial, Sans-Serif; font-size: 16px; line-height: 1.6; font-weight: 500; } 
small {}
strong { font-family: 'Metric', Arial, Sans-Serif; font-weight:bold; font-style:normal; }
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 { color:#000000; margin:10px 0;  }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

h1 { font-family: 'FFMetaSerifWebBold'; font-size:42px; line-height:44px; font-weight:normal; font-style:normal;}
h2 { font-family: 'FFMetaSerifWebBold'; font-size:36px; line-height:40px; font-weight:normal; font-style:normal;}
h3 { font-family: 'Metric', Arial, Sans-Serif; font-size:36px; line-height:36px; font-weight:500; }
h4 { font-family: 'Metric', Arial, Sans-Serif; font-size:24px; line-height:26px; font-weight:500; }
h5 { font-family: 'FFMetaSerifWebBold'; font-size:24px; line-height:28px; font-weight:normal; font-style:normal; }
h6 { font-family: 'Metric', Arial, Sans-Serif; font-size:18px; line-height:18px; font-weight:500; text-transform: uppercase; color: #93df04; }

/* Lists */
ul, ol {
    padding-left:20px;
}
ul ul, ul ol, ol ol, ol ul {}
li { padding: 5px 0; }

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* CUSTOM TICK BULLETPOINTS */
.tick-bullet-list ul { list-style: none; ; padding-left: 15px; line-height: 24px; position: relative; list-style-position: outside; }
.tick-bullet-list ul li { line-height: 28px; }
.tick-bullet-list ul li:before { content: ''; width: 20px; height: 20px; position: absolute; background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/icons/noun_Check%20Mark_791898_000000.svg'); background-repeat: no-repeat; margin-left: -30px; }
.tick-bullet-list li { padding: 0 0 10px 0 !important; }
.tick-bullet-list p { left: 0; }

/* CUSTOM DOWNLOAD BULLETPOINTS */
.download-bullet-list  ul li { line-height: 28px; }
.download-bullet-list  ul li:before { content: ''; width: 20px; height: 20px; position: absolute; background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/icons/arrow-down.png'); background-repeat: no-repeat; background-position: center; left: 0px !important; }
.download-bullet-list li { padding-right: 10px; font-size: 15px; font-family: 'Metric', Arial, Sans-Serif; color: #DDDDDD; padding: 10px 0; }
.download-bullet-list ul { list-style: none; ; padding-left: 15px; text-indent: 10px; line-height: 24px; position: relative;  }

/* Quotes */
blockquote { margin-left:0; padding:0; border:0; }
blockquote p { line-height: 1.2; font-family: 'Metric'; color:#555555; font-size:25px; }
blockquote small {}
blockquote small:before {}

/* TITLE PADDING */
.title-padding {
  padding: 10px 280px;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

table { text-align: center; width:100%; border-collapse:collapse; padding:1% 0; }
table tr td { border:none; padding: 10px; font-size:16px; vertical-align: middle; }
table tr:first-child td {  background:#f8f8f8; color:#555555 !important; font-family: 'Metric'; }
table tr:nth-child(odd) { background: #f8f8f8; color:#555555; font-family: 'Metric'; font-weight: normal; }
table tr:nth-child(even) { background: #ffffff; color:#555555; font-family: 'Metric'; font-weight: normal; }
table tr td:first-child { text-align: left; color:#555555 !important; font-family: 'Metric'; font-weight: bold; padding-left: 20px; }

.table-plain { background: #fff !important; border: none; }

.table-no-style { background: none !important; border: none !important; }
.table-no-style tr td { border:none; padding: 20px; vertical-align: top; text-align: left; }
.table-no-style tr:first-child td {  background:none; color:#555555 !important; font-family: 'Metric'; font-weight: normal; }
.table-no-style tr:nth-child(odd) { background: none; color:#555555; font-family: 'Metric'; font-weight: normal; }
.table-no-style tr:nth-child(even) { background: none; color:#555555; font-family: 'Metric'; font-weight: normal; }
.table-no-style tr td:first-child { text-align: left; color:#555555 !important; font-family: 'Metric'; font-weight: normal; }


.gray-bg {
  background-color: #f8f8f8;
  padding: 90px;
}

.adviser-profile p {
  font-family: 'Metric', Arial, Sans-Serif; 
  font-size: 14px; 
  line-height: 16px; 
  font-weight: normal;
}

.adviser-profile p a { 
  font-weight: 500;
}

.adviser-profile h5 {
  font-family: 'FFMetaSerifWebBold'; 
  font-size:24px; 
  line-height:26px; 
  font-weight:normal; 
  font-style:normal;
  margin: 10px 0 0 0 !important;
}

.adviser-location .pps-location-dropdown:after { content: ''; width: 20px; height: 20px; position: absolute; background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/icons/arrow-right.svg'); background-repeat: no-repeat; background-position: center; padding-left: 30px; }

/* ==========================================================================
   2 - COS STRUCTURE                                
   ========================================================================== */


/* ==========================================================================
   Footer
   ========================================================================== */

.kw-footer-container-wrapper { position:relative; background:#222222; color:#B6B6B6; padding:80px 10px; }
    .kw-footer-nav-mainwrap { padding-bottom:20px; }
    .kw-footer-text p  { padding: 0; font-size: 15px; font-family: 'Metric', Arial, Sans-Serif; color: #999999; }
    .kw-footer-text a { color: #dddddd !important; }

    .kw-footer-list  ul li { line-height: 18px; }
    .kw-footer-list  ul li:after { content: ''; width: 20px; height: 20px; position: absolute; background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/icons/arrow-right.svg'); background-repeat: no-repeat; background-position: center; padding-left: 30px; }
    .kw-footer-list li { font-size: 15px; font-family: 'Metric', Arial, Sans-Serif; color: #DDDDDD; list-style: none;  padding: 10px 10px 0 0;}
    .kw-footer-list ul { padding: 0px !important; }

.kw-footer-text-align {
  text-align: right;
}

/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

.tablet-hide {
  	display: block !important;
}

.tablet-show {
  	display: none !important;
}

.mobile-hide {
  display: block; 
}

.mobile-show {
  display: none !important;  
}

.navigation {
 background-color: #fff; 
  height: 93px;
}

.navigation-bar {
  display: flex;
  align-items: center;
}

.navigation-bar li {
  padding: 0;
}

.menu-right .row-fluid {
  display: flex;
  justify-content: center;
  flex-direction: row;
}     

/* tablet landscape */

@media (min-width: 1150px) {
  /*  logo styling */
   .navigation .logo img { 
    min-width: 69px;
    height: 65px;
    margin-left: 100px;
  }
  
  #hamburger {
   display: none; 
  }
  
  .menu-right .row-fluid {
   flex-direction: row-reverse; 
  }
}


@media (max-width: 1149px) and (min-width: 768px) {
  .navigation .logo img { 
    min-width: 69px;
    height: 65px;
    margin-left: 100px;
  }
  
  .navigation .hide-on-mobile {
    display:none;
  }
}

/* mobile */

@media (max-width: 767px) {
  /*  logo styling */
  .navigation .logo img { 
    max-width: 49px;
    height: 47px;
    margin-left: 20px;
}
/*   navigation header */
  .navigation .hide-on-mobile {
    display:none 
  }  
  
  .navigation {
    height: 65px; 
  }
}


@media (min-width: 1500px) {
  .navigation .show-on-desktop {
    display: block !important;
  }
  
  .navigation .show-on-tablet-landscape {
        display: none !important;

  }
  
  .navigation .show-on-tablet {
        display: none !important;

  }
  
  .navigation .show-on-mobile {
        display: none !important;

  }
}

@media (min-width: 1149px) and (max-width: 1499px) {
   .navigation .show-on-desktop {
    display: none !important;
  }
  
  .navigation .show-on-tablet-landscape {
        display: block !important;

  }
  
  .navigation .show-on-tablet {
        display: none !important;

  }
  
  .navigation .show-on-mobile {
        display: none !important;

  }
  
}

@media (min-width: 768px) and (max-width: 1149px) {
    .navigation .show-on-desktop {
    display: none !important;
  }
  
  .navigation .show-on-tablet-landscape {
        display: none !important;

  }
  
  .navigation .show-on-tablet {
        display: none !important;

  }
  
  .navigation .show-on-mobile {
        display: block !important;

  }
  
}

@media (max-width: 767px) {
  
    .navigation .show-on-desktop {
    display: none !important;
  }
  
  .navigation .show-on-tablet-landscape {
        display: none !important;

  }
  
  .navigation .show-on-tablet {
        display: none !important;

  }
  
  .navigation .show-on-mobile {
        display: block !important;

  }
}




 
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Metric', Arial, Sans-Serif;
  font-size: 16px;
  text-decoration: none !important;
  border: none;
  background: #93DF04;
  color: #fff;
  outline:none;
  padding: 20px 45px;
  text-transform:uppercase;
  margin:10px 0;
  letter-spacing:1px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background: #4A4A4A;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  background: #4A4A4A;
}



/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}



/* ==========================================================================
   CUSTOM STYLES                                              
   ========================================================================== */
.top-space-adjust {
    position: relative;  
    top: -100px;
}

.kiwisaver-product-landing-banner {
  	background: url('https://cdn2.hubspot.net/hubfs/703880/images/temp/kwks-product-banner.jpg');
    background-repeat: no-repeat;
    background-position: top center;
  	background-size: cover;
    margin-top: 82px;
}

.kiwisaver-feature-box {
  padding: 30px 15px 20px 15px;
  margin-left: 0 !important;
  width: 20% !important;
  position: relative;
}

.kwmf-product-landing-banner {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/images/temp/kwmf-product-banner.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 82px;
}

.pps-product-landing-banner {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/images/temp/couple-daylight-elderly-1589865.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 82px;
}

.mm-landing-banner {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/images/landing-pages/web-banner-140119.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;  
    
}

.super-product-landing-banner {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/images/temp/kw-super-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;   
  margin-top: 82px;
}

.banner-padding {
  padding: 0px 740px 120px 75px; 
}

.investment-services {
	height: 380px;
	border: 1px solid #EAEDED;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 7px 15px 0 rgba(0,0,0,0.1);
  text-align: center;
  padding: 45px 30px;
  z-index: 100;
}

.headline-center {
  padding: 0 460px; 
  z-index: 100;
}

.block-colour {
	background-color: #F7F7F2;
  z-index: -2;
}

.product-banner-height {
  height: 450px;   
}

.secondary-page-banner-height {
  height: 250px;  
}

.cta-vertical-spacer {
  height: 100px;   
}

.kwks-case-study {
  padding: 225px 380px 100px 275px;
}

.hatch-product-landing-banner {
 	background: url('https://cdn2.hubspot.net/hubfs/703880/images/temp/Hatch-1300x400-banner.jpg');
  background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;
  margin-top: 82px;
}

.hatch-start-investing {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/images/temp/iStock-1097061748-crop.jpg");
  height: 500px; 
  background-position: left; 
  background-repeat: no-repeat; 
  background-size: 60% auto;
  z-index: 10;
  position: relative;
  top: -130px;
}

.kwmf-start-investing {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/images/temp/kwmf-how-invest.jpg");
/*  height: 500px; */
  background-position: left; 
  background-repeat: no-repeat; 
  background-size: 60% auto;
  z-index: 10;
  position: relative;
  top: -130px;
}

.home-choose-kw {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/images/temp/temp-home-kw-about.jpg");
  height: 500px; 
  background-position: left; 
  background-repeat: no-repeat; 
  background-size: 20% auto;
  z-index: 10;
  position: relative;
  top: -130px;
}

.kwks-video-bg {
    top: 35%;
    left: 0%;
    width: 75% !important;
    z-index: 1;
}

.kwks-video-text {
  background-color: #fff;
  padding: 30px 80px 4px 30px;
  position: relative;
  top: -70px;
  right: 0px;
  left: 550px;
}

.kwks-video-overlay {
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 10;
}

.img-box-text-right {
    background-color: #fff; 
    padding: 50px 60px 30px 70px; 
    position: relative; 
    top: 120px; 
    right: -2px;  
}

.first-para-mobile {
  position: relative; 
  top: -80px;
}

.kw-top-right-padding {
  padding: 0 120px 0 0;
}

.three-column-text {
  background-color: #F8F8F8; 
  padding: 100px; 
  z-index: -2;
}

.block-text {
  background-color: #F8F8F8; 
  padding: 0 100px !important; 
}

.pps-our-values {
  padding: 10px 100px;
}

.hs-error-msgs label, .hs-error-msgs label a { display:block; color:red; }
    
a.cta_button {     box-sizing: border-box !important; }
.hs-error-msgs { display:none !important;  }
.hs-input { border-bottom:3px solid transparent; }
.hs-input.invalid.error, body form input.invalid { border-bottom:3px solid red; }
   
iframe { width:100%; }
  
.hide-label .hs-form-field>label { display: none; }
   
form.hs-form .hs-input { 
  padding: 10px 0px;
	color: #555555;
	font-family: 'Metric', Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.2px;
	line-height: 20px;
}

.hs_submit input[type="submit"] { 
  padding: 16px 35px;
	color: #FFFFFF;
	font-family: 'Metric', Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.4px;
	line-height: 18px;
	text-align: center;
  text-transform: inherit !important;
}

body form.hs-form fieldset .hs-form-field {
    padding: 0 40px 0 0;
}

.ks-join-form .hs_button {
  text-align: center !important;
}

.kw-landing-padding {
  	padding: 60px 150px 30px 120px;
}

.kw-banner-overlay-box {
  	background-color: #fff; 
  	z-index: 12; 
  	position: relative; 
  	top: -150px; 
}

.kw-secondary-page-overlay-box {
  	background-color: #fff; 
  	z-index: 12; 
  	position: relative; 
  	top: -80px; 
}

.kw-banner-overlay {
		padding: 0 30px;
}

.vl {
  border-left: 1px solid #555555;
  position: relative;
  left: 50%;
  height: 40px;
}

.tab-padding {
  padding: 0 100px;
}


/* Tabber Module */
.body-container .kw-tabber-tabs {
    border-right:none !important;
    padding-right:20px;
    margin:0 0 -2px;
    float: left;
    width: 25%;
}

.kw-tabber-tabs>ul>li { line-height: 28px; }
.kw-tabber-tabs>ul>li:after { content: ''; width: 20px; height: 20px; position: absolute; background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/icons/arrow-right.svg'); background-repeat: no-repeat; background-position: center; padding-left: 30px; }
.kw-tabber-tabs>li { padding-right: 10px; font-size: 15px; font-family: 'Metric', Arial, Sans-Serif; color: #DDDDDD; list-style: none; }
.kw-tabber-tabs>ul { padding: 0px !important; }


.kw-tabber-tabs>li>a {
    padding-right: 10px; 
    font-size: 22px; 
    font-family: 'Metric', Arial, Sans-Serif; 
    color: #93df04; 
    list-style: none; 
}

.kw-tabber-tabs>li>a:after { 
    content: ''; 
    width: 20px; 
    height: 20px; 
    position: absolute; 
    background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/icons/arrow-right.svg'); 
    background-repeat: no-repeat; 
    background-position: center; 
    padding-left: 30px;
}

.kw-tabber-tabs>.active>a,

.kw-tabber-tabs>.active>a:hover,

.kw-tabber-tabs>.active>a:focus {
    color:#555;
  	cursor:default;
    background-color:#fff;
  	text-decoration: underline;
}

.kw-tabber-tabs>.active>a:focus:after { 
    content: ''; 
    width: 20px; 
    height: 20px; 
    position: absolute; 
    background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/icons/arrow-right.svg'); 
    background-repeat: no-repeat; 
    background-position: center; 
    padding-left: 30px;
    color: #222222;
}

.kw-tabber-content {
    background:#fff;
    padding:8px;
    float: left;
    width: 55%;
  	padding-top: 15px;
}

.body-container .kw-tabber-content ul {
    padding:0;
    margin:0
}

.kw-tabber-content .block h3 {
    display:none
}

.kw-tab-text {
    float:left;
    padding-left: 20px;
    text-align: left;
    width: 95%;
}

.kw-tab-text p {
    font-family: 'Metric', Arial, Sans-Serif;
    font-size: 16px !important;
  	line-height: 24px;
}

.footer-social-align {
  text-align: right;
}

.pps-contact-border {
  border-right:1px solid #DDDDDD;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label { 
	color: #BABABA;
	font-family: 'Metric', Arial, Sans-Serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	text-shadow: 0 1px 0 0 rgba(0,0,0,0.12);
}



/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100% !important;
  font-family: 'Metric', Arial, Sans-Serif;
  font-size: 16px;
  padding: 20px 25px;
  outline: none;
  color:#5C5C5C;
  margin: 10px 0;
  background: none;
  border-bottom: 1px solid #dddddd;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

.hs-form fieldset.form-columns-1 {
  padding-left: 0px !important;
}

.hs-fieldtype-radio .hs-form-required {
  display: none !important; 
}

/* custom radio button */
    ul.custom-radio { padding-left:0; list-style-type:none; }
    .custom-radio input[type="radio"] { display:none; }
        .custom-radio input[type="radio"] + span.label-wrap { cursor: pointer; padding: 3px 0; margin-left: 39px; }
        .custom-radio input[type="radio"] + span.label-wrap span.radio-button-wrap { display:inline-block; width:25px; height:25px; margin:0px 15px 0 -39px; vertical-align:middle; cursor:pointer; -moz-border-radius:  50%; border-radius:  50%; }
        .custom-radio .label-wrap { display:block !important; }
    
        /* The trick: border creates same look as the radio button usually have */
        /* remove it to see what happens */
        .custom-radio input[type="radio"] + span.label-wrap span.radio-button-wrap {
            background-color: #DBDBDB; /* have to be of the same color */
            border: 6px solid #DBDBDB; /* have to be of the same color */
        }
    
        /* Checked state for radio */
        .custom-radio input[type="radio"]:checked + span.label-wrap span.radio-button-wrap{ background-color:#60AF45; }
        .custom-radio li { padding: 0; }
        
        .customList .custom-radio li:before { content: ""; color:transparent; }
        .customList .custom-radio input[type="radio"]+span.label-wrap { margin-left: 51px; }
    
        /* gray bg */
        .grayformBG .styled-select select, .graybg .styled-select select { background-color:#fff; }
        .grayformBG .custom-radio input[type="radio"]+span.label-wrap span.radio-button-wrap, .graybg .custom-radio input[type="radio"]+span.label-wrap span.radio-button-wrap { border: 6px solid #DBDBDB;  }

/* ==========================================================================
   Responsive CSS - Media queries                                              
   ========================================================================== */

@media (max-width: 1800px) {
    
    .kwks-case-study {
      padding: 80px 125px 50px 90px !important;
    }
  
    .kw-landing-padding {
  	  padding: 40px 50px 0px 50px;
    }
}

@media (max-width: 1500px) {
    h1 { font-family: 'FFMetaSerifWebBold'; font-size:36px; line-height:38px; font-weight:normal; font-style:normal;}
    h2 { font-family: 'FFMetaSerifWebBold'; font-size:30px !important; line-height:32px; font-weight:normal; font-style:normal;}
    h3 { font-family: 'Metric', Arial, Sans-Serif; font-size:30px; line-height:32px; font-weight:500; }
    h4 { font-family: 'Metric', Arial, Sans-Serif; font-size:20px; line-height:22px; font-weight:500; }
    h5 { font-family: 'FFMetaSerifWebBold'; font-size:20px; line-height:22px; font-weight:normal; font-style:normal; }
    h6 { font-family: 'Metric', Arial, Sans-Serif; font-size:15px; line-height:18px; font-weight:500; text-transform: uppercase; color: #58c71c; }
  
    .kwks-case-study {
      padding: 80px 35px 50px 35px !important;
    }
  
  .grey-bg {
    padding: 0 20px !important;
    max-width: 90% !important;
  }
  
  .pps-our-values {
    padding: 60px 50px !important;
  }

}

@media (max-width: 1280px) {
  .header-container { padding: 0 30px; }
  
  .tablet-hide {
    display: block !important; 
  }

  .tablet-show {
  display: none !important;  
  }
}

@media (max-width: 1139px) and (min-width: 1025px) {
  .quote-padding-top {
    padding-top: 300px !important;
  }
}

@media (max-width: 1024px) {
    .tablet-hide {
        display: none !important;
    }
    
    .tablet-show {
  			display: block !important;
  	}
  
    .kwks-case-study {
      padding: 55px 15px 10px 7px !important;
    }
  
  .kwks-performance-tablet {
    display: none !important;
  }
  
  .kwks-performance-desktop {
    display: block !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  
    .quote-padding-top {
      padding-top: 120px !important;
    }
}
@media (max-width: 1139px) and (min-width: 768px) {
    
    .kw-landing-padding {
  	  padding: 40px 30px 30px 30px;
    }

    .kw-banner-overlay-box {
        background-color: #fff; 
        z-index: 12; 
        position: relative; 
        top: -150px; 
    }

    .kw-banner-overlay {
        padding: 0 !important;
    }
  
    .kw-top-right-padding {
        padding: 0 10px !important;
    }
  
    .block-text {
        background-color: #F8F8F8; 
        padding: 20px !important; 
    }
  
    .banner-text-no-padding {
      padding: 0 !important;
  }
  
  .cta-vertical-spacer {
      height: 30px !important;   
    }
  
  .img-box-text-right {
    width: 94% !important;
    position: relative; 
    top: 160px; 
    right: 2px;  
    padding: 40px 45px 10px 70px !important;
}
  
  .kwmf-start-investing {
    background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/temp/kwmf-how-invest.jpg');
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 10; */
    position: relative;
    /* top: -130px; */
  }
  
  .hatch-start-investing {
    background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/temp/iStock-1097061748-crop.jpg');
    height: 200px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 10; */
    position: relative;
    /* top: -130px; */
  }
  
  .grey-bg {
  padding: 0 20px !important;
  max-width: 90% !important;
  }
  
  .kw-tabber-tabs>li>a {
    font-size: 20px !important;
  }
  
  .kw-tabber-tabs {
    width: 45% !important;
  }
  
  .kw-footer-container-wrapper {
    padding: 15px 0px !important; 
  }
  
  .page-narrow {
    padding: 0 10px;
  }
  
  .kwks-performance-tablet {
    display: block!important;
  }
  
  .kwks-performance-desktop {
    display: none !important;
  }
  
  .kiwisaver-feature-box {
  width: 33% !important;
  }
}

@media (max-width: 767px) {

    p { font-family: 'Metric', Arial, Sans-Serif; font-size: 16px; line-height: 20px; } 

    /* Headings */
    h1, h2, h3, h4, h5, h6 { color:#000000; margin:10px 0;  }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

    h1 { font-family: 'FFMetaSerifWebBold'; font-size:24px; line-height:26px; font-weight:normal; font-style:normal;}
    h2 { font-family: 'FFMetaSerifWebBold'; font-size:22px !important; line-height:24px; font-weight:normal; font-style:normal;}
    h3 { font-family: 'Metric', Arial, Sans-Serif; font-size:22px; line-height:22px; font-weight:500; }
    h4 { font-family: 'Metric', Arial, Sans-Serif; font-size:18px; line-height:22px; font-weight:500; }
    h5 { font-family: 'FFMetaSerifWebBold'; font-size:24px; line-height:27px; font-weight:normal; font-style:normal; }
    h6 { font-family: 'Metric', Arial, Sans-Serif; font-size:13px; line-height:15px; font-weight:500; text-transform: uppercase; color: #58c71c; }


    small {}
    strong { font-family: 'Metric', Arial, Sans-Serif; font-weight:bold; font-style:normal; }
    em {}
    cite {}
    code {}
    pre {}

    sup, sub { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

    sup { top: -0.5em; }
    sub { bottom: -0.25em; }


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

  .mobile-show {
  display: block !important;  
  }
  
  .tablet-hide {
    display: none !important; 
  }

  .tablet-show {
  display: block !important;  
  }
  
  .container-fluid .row-fluid .page-narrow {
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }
  
   

  .kw-banner-overlay {
    padding: 0 10px !important;
  }

  .kw-banner-overlay-box {
    background-color: #fff; 
    z-index: 12; 
    position: relative; 
    top: -50px !important; 
  }

  .kw-landing-padding {
    padding: 25px 10px 30px 10px!important;
  }

  .product-banner-height {
    height: 120px !important;   
  }
  
  .secondary-page-banner-height {
    height: 100px !important;  
  }
  
  .top-space-adjust {
    position: relative;  
    top: 60px !important;
}
  
 .tab-padding {
  padding: 0 10px !important;
}
  
.img-box-text-right {
    background-color: #fff; 
    padding: 30px; 
    position: relative; 
    top: 120px; 
    right: 0px;  
}
.kwmf-start-investing {
    background-image: url(https://cdn2.hubspot.net/hubfs/703880/images/temp/kwmf-how-invest.jpg);
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 10; */
    position: relative;
    /* top: -130px; */
}
  
}
  
@media screen and (max-width: 479px) {

  p { font-family: 'Metric', Arial, Sans-Serif; font-size: 16px; line-height: 24px; } 

  /* Headings */
  h1, h2, h3, h4, h5, h6 { color:#000000; margin:10px 0;  }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

  h1 { font-family: 'FFMetaSerifWebBold'; font-size:24px; line-height:26px; font-weight:normal; font-style:normal;}
  h2 { font-family: 'FFMetaSerifWebBold'; font-size:22px; line-height:24px; font-weight:normal; font-style:normal;}
  h3 { font-family: 'Metric', Arial, Sans-Serif; font-size:22px; line-height:22px; font-weight:500; }
  h4 { font-family: 'Metric', Arial, Sans-Serif; font-size:18px; line-height:22px; font-weight:500; }
  h5 { font-family: 'FFMetaSerifWebBold'; font-size:18px; line-height:22px; font-weight:normal; font-style:normal; }
  h6 { font-family: 'Metric', Arial, Sans-Serif; font-size:13px; line-height:18px; font-weight:500; /*text-transform: uppercase;*/ color: #58c71c; }


  small {}
  strong { font-family: 'Metric', Arial, Sans-Serif; font-weight:bold; font-style:normal; }
  em {}
  cite {}
  code {}
  pre {}

  sup, sub { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

  sup { top: -0.5em; }
  sub { bottom: -0.25em; }

  li { padding: 0!important; }
  
.mobile-hide {
  display: none !important; 
}
  
.mobile-show {
  display: block !important;  
}
    
.container-fluid .row-fluid .page-narrow {
  float: none;
  max-width: 400px !important;
  margin: 0 auto;
  padding: 0 20px;
}

.kw-banner-overlay {
  padding: 0 10px !important;
}

.kw-banner-overlay-box {
  top: 0px !important; 
}
 
.kw-landing-padding {
  padding: 14px 10px 10px 10px!important;
}
  
.kw-top-right-padding {
  padding: 0 20px 0 20px !important;  
}
 
.product-banner-height {
  height: 180px !important;   
}
  
.secondary-page-banner-height {
  height: 100px !important;  
}

.cta-vertical-spacer {
  height: 10px !important;   
}

.row-fluid .page-center {
  padding: 0 20px !important;
}
  
.grey-bg {
  padding: 0 20px !important;
  max-width: 90% !important;
}
  
.kiwisaver-feature-box {
  padding: 30px 1px 20px 15px;
  margin: 0 !important;
  width: 90% !important;
  position: relative;
}

.kwks-video-bg {
  top: 0;
  left: -10px;
  width: 100% !important;
  z-index: 1;
  position: relative;
}
  
.kwks-video-text {
  background-color: #fff; 
  padding: 20px 45px 10px 60px;
  position: relative; 
  top: -25px !important;
  z-index: 10 !important;
  right: 50px !important;
  left: 0 !important;
}
  
.img-box-text-right {
    background-color: #fff; 
    padding: 30px; 
    position: relative; 
    top: 120px; 
    right: 0px;  
}

.kwmf-start-investing {
    background-image: url(https://cdn2.hubspot.net/hubfs/703880/images/temp/kwmf-how-invest.jpg);
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 10; */
    position: relative;
    /* top: -130px; */
}

.first-para-mobile {
  position: relative; 
  top: 0px;
}
  
  
.kw-footer-text-align {
  text-align: left !important;
}
  
.footer-container {
  text-align: left !important;
}
  
.kw-footer-container-wrapper {
  padding: 40px 0 !important;
}
  
.kw-footer-list li {
  padding: 10px 0 !important;  
}
  
.block-text {
  background-color: #F8F8F8; 
  padding: 20px !important; 
}  
  
.footer-social-align {
  text-align: left !important;
}
 
.footer-social-align img {
  margin-right: 10px; 
}
  
.pps-contact-border {
  border-right:none !important;
}
  

}



/*
   ==================================
   JOE STUFF
   ==================================
*/

body, html {
  overflow-x: hidden;
}

.hero-section {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  top: 0;
  margin: 0 0 40px 0;
  height: 85vh;
  background-image: url('https://cdn2.hubspot.net/hubfs/703880/images/campaign/Managed%20Funds/KIWI1819-home-2000px.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}


@media (max-width: 767px) {
  .hero-section {
    height: 80vh;
    margin-bottom: -50px;
  }
  .hero-section h1 {
    font-family: 'FFMetaSerifWebBold';
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
  }
  .hero-section h4 {
    font-family: 'Metric', Arial, Sans-Serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
  }
}

.hero-text {
  margin-left: 15% !important;
}

@media (max-width: 767px) {
  .hero-text {
    margin-left: 5% !important;
  }
  
  .hero-section {
    height: 75vh;
    background-position: top left !important;
    padding: 50px 60px 0 10px;
}
}

.content-centered {
  width: 100%;
  margin: 0 auto;
}

.text-block-2x2 {
  padding: 0 5% 20px 5%;
}

@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}

/* Colour Blocks */

.backgrounded-1 {
  margin-top: 30px;
  background: linear-gradient(to right, transparent 0% calc(50% - 400px), #f9f9f3 calc(50% - 400px) calc(50% + 400px), transparent calc(50% + 400px) 100%);
}

.backgrounded-2 {
  margin-top: 30px;
  background: linear-gradient(to right, transparent 0% calc(50% - 600px), #f8f8f8 calc(50% - 600px) calc(50% + 600px), transparent calc(50% + 600px) 100%);
}

#why-choose.backgrounded-2 {
  background: linear-gradient(to right, transparent 0% calc(50% - 300px), #f8f8f8 calc(50% - 300px) calc(50% + 300px), transparent calc(50% + 300px) 100%);
}

.backgrounded-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  background: linear-gradient(to right, transparent 0% calc(50% - 400px), #ffffff calc(50% - 400px) calc(50% + 400px), transparent calc(50% + 400px) 100%);
}

.backgrounded-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  background: linear-gradient(to right, transparent 0% calc(50% - 400px), #ffffff calc(50% - 400px) calc(50% + 400px), transparent calc(50% + 400px) 100%);
}

.backgrounded-5 {
  background: linear-gradient(to right, transparent 0% calc(50% - 300px), #ffffff calc(50% - 300px) calc(50% + 300px), transparent calc(50% + 300px) 100%);
}


@media (max-width: 767px) {
  #why-choose.backgrounded-2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .backgrounded-3 {
    background: transparent;
  }
  
  .backgrounded-5 {
      margin-left: 20px;
    margin-right: 20px;
  }
}

.overlined {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .overlined {
    margin-top: -20px;
  }
}

.underlined {
  margin-bottom: -60px;
}

/* Large Blocks */

.large-block-left {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: linear-gradient(to left, transparent 0% 10%, #f8f8f8 10% 95%, transparent 95% 100%);
  padding: 50px 10% 50px 10px;
}

.large-block-right {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: linear-gradient(to right, transparent 0% 10%, #f8f8f8 10% 95%, transparent 95% 100%);
  padding: 50px 10px 50px 10%;
}

.large-block-content {
  width: 50vw !important;
  height: auto !important;
}

.large-block-text {
  padding: 50px 100px;
}

@media (max-width: 1160px) {
  .large-block-left, .large-block-right {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .large-block-left {
    padding: 0 0 30px 0;
    background: linear-gradient(to right, transparent 0% 5%, #f8f8f8 5% 100%);
  }
  .large-block-right {
    padding: 0 0 30px 0;
    background: linear-gradient(to left, transparent 0% 5%, #f8f8f8 5% 100%);
  }
  .large-block-content {
    width: 97vw !important;
  }
  .large-block-text {
    padding: 30px 10% 0 10%;
  }
  .large-block-left .large-block-content {
    margin-top: -50px;
    padding-right: 3%;
    left: 0;
  }
  .large-block-right .large-block-content {
    margin-top: -50px;
    padding-left: 3%;
    right: 0;
  }
}

/* Home Page Cards */

#container-5 {
  width: 90%;
  margin: 0 auto;
}

#container-3 {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  #container-5, #container-3 {
    width: 100%;
  }
}

.card-container {
  width: 100%;
  margin: auto;
}

.card {
  margin: 20px 10px;;
  border: 1px solid #eaeded;
  padding: 30px;
  border-radius: 3px;
  text-align: center;
  background: #ffffff;
}

@media (min-width: 1500px) {
  #container-5 {
    padding-left: 75px;
  }
  .card.major {
    margin: 10px -30px;
    padding: 40px 30px;
    box-shadow: 0 7px 20px -3px rgba(0,0,0,0.1);
    z-index: 2;
  }
  #prev-5, #next-5 {
    opacity: 0;
  }
}

@media (min-width: 767px) {
  #prev-3, #next-3 {
    opacity: 0;
  }
}

/* Front page blogs */

.blogs-container {
  max-width: 800px;
  padding: 20px 20px 50px 20px;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.blog-post {
  width: 50%;
  max-width: 100%;
  padding: 10px;
}

@media (max-width: 767px) {
  .blogs-container {
    background: #ffffff;
  }
  .blog-post {
    width: 100%;
  }
}

.blog-tag {
  margin-bottom: 0;
  opacity: 0.5;
  text-transform: uppercase;
}

.blog-post h4 {
  margin-top: 0;
}

/* Rich text blocks */

.limited {
  padding-left: calc((100% - 700px) / 2) !important;
  padding-right: calc((100% - 700px) / 2) !important;
}

@media (max-width: 767px) {
  .limited {
    padding: 0 30px 0 30px !important;
  }
}




/* Super page */

.fund-options {
 background-color: #ffffff; 
  padding: 50px 0; 
  width: 110%; 
  margin-left: -30px; 
  
}

.super--contact-form ul {
 list-style: none; 
}



@media (min-width: 767px) {
 .banner-overlay-box {
   bottom: -250px;
   margin-left: 50px;
  }
  
  
  .form-fern .hs-image-widget {
   margin-left: -50px;
    margin-top: 50px;
  }
}



@media (max-width: 767px) {
 .fund-options {
   width: 100vw !important;
   margin-left :-30px !important;
   
  }
  
  .form-fern .hs-image-widget {
   display: none; 
  }
  
  .super--mobile .banner-overlay-box {
    width: 90%; 
    margin-left: 10px;
    bottom: -250px;
  }
  
  .super--mobile .content-centered .backgrounded-5 {
   width: 120%;
    margin-left: -30px;
  }
  
  .super--mobile .banner-overlay-image img {
    height: 180px !important;
    
  }
  
    .super--mobile .vertical-line {
     margin-top: -50px;
      margin-bottom: 120px;
    }
  
  .super-mobile-background {
   background: none !important; 
  }
  
  .super--mobile-title {
    margin-top: -70px;
  }
  
}

/* Carousel */

.full-screen img {
  width: 100% !important;
  height: 85vh;
  background-size: cover;
}

.carousel {
  position: relative;
  width: 100% !important;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 0 40px 0;
  height: 85vh;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100% !important;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}


.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/scripts/Carousel/arrow_left.svg");
}

.carousel-control-next-icon {
  background-image: url("https://cdn2.hubspot.net/hubfs/703880/scripts/Carousel/arrow_right.svg");
}

.banner-title {
  position: absolute;
  right: 43%;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 70px !important;
}

.banner-tagline {
  position: absolute;
  right: 43%;
  left: 15%;
  z-index: 10;
  text-align: left;
  bottom: 0px;
}


@media (max-width: 1500px) { 

}

@media (max-width: 1280px) {
  
.banner-title {
  position: absolute;
  right: 43%;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 70px !important;
  color: #002117;
  text-align: left;
 }

.banner-tagline {
  position: absolute;
  right: 38% !important;
  bottom: 0px !important;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px !important;
  color: #002117;
  text-align: left;
}
  
}
  
@media (max-width: 1024px){ 
  
.banner-tagline {
  position: absolute;
  right: 43%;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 4px;
  color: #002117;
  text-align: left;
}
  
.banner-title {
  position: absolute;
  right: 37% !important;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 65px !important;
  color: #002117;
  text-align: left;
 }
  
}

@media (max-width: 767px){ 
.banner-title {
  position: absolute;
  right: 43%;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 45px !important;
  color: #002117;
  text-align: left;
}

.banner-tagline {
  position: absolute;
  right: 38% !important;
  bottom: 0px !important;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px !important;
  color: #002117;
  text-align: left;
}
  
}

@media (max-width: 479px) {

  
}