/*

light-blue: #94c4e7;
blue: #244488;
dark-blue: #0c233f;
light-orange: #c38a6b;
orange: #b66639;
green: #88b09b;
muted: #7d858c;
light-grey: #f3f3f3;


$smartphone-portrait: 320px;m
$smartphone-landscape: 480px;

$phablet: 640px;
$phablet-landscape: 736px;

$tablet-portrait: 768px;
$tablet-landscape: 1024px;

$desktop-small: 1280px;
$desktop-large: 1900px;

*/

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
    margin: 0;
}

h1 {

}

h2 {

}

h3 {

}

p {
    
}

a {

}

.heading {
    /*font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    margin: 0 0 20px 0;
}
.heading--main2 {
    font-size: 23pt;
    line-height: 27.6pt;
    font-family: "BentonSans-Light", "BentonSans-Regular", "Arial", sans-serif;
}

.heading--mini2 {
    font-size: 18pt;
    line-height: 21pt;
    font-family: "BentonSans-Regular", "Arial", sans-serif;
}

/*.heading--main {
    font-size: 23pt;
    line-height: 27.6pt;
    font-family: "BentonSans-Light"
}

.heading--mini
{
    font-size: 18pt;
    line-height: 21pt;
    font-family: "BentonSans-Light";
}
*/
.heading--sub {
    font-size: 26px;
}

.heading--dark {
    color: #0c233f; /* dark */
}

/*.content {
    font-family: Arial, BentonSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
*/
.content--white {
    color: white;
}

.content--muted {
    color: #7d858c; /* muted */
}

.content--dark {
    color: #0c233f; /* dark */
}

.link {
/*    font-family: Arial, BentonSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    text-decoration: underline;*/
}

.link--white,
.link--white:hover {
    color: white;
}

.link--dark,
.link--dark:hover {
    color: #0c233f; /* dark */
}

/*****************
Navigation
*****************/

.nav {
    width: 100%;
}

.nav__top {
    width: 100%;
 /*   background-image: url('./assets/nav-bg.jpg');*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav__bottom {
    width: 100%;
    background-color: #0c233f; /* dark-blue */
}

.nav__inner {
/*    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;*/
}



.nav__list {
   /* display: inline-block;
    padding: 0;
    margin: 0;*/
}

.nav__item {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
}

.nav__item:first-child {
    margin-left: 0;
}

.nav__item:last-child {
    margin-right: 0;
}

.nav__link {
    display: block;
    font-size: 16px;
    /*font-family: Arial, BentonSans-Regular, sans-serif;*/
    color: white;
    text-decoration: none;
}

.nav__link :hover {
    color: white;
}

.nav__search {
    display: flex;
    justify-content: flex-end;
}


/*****************
Search
*****************/
.search__input {
    display: inline-block;
   /* background: transparent;*/
    border: none;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    appearance: none;
    width: 80%;
    transition: width 0.5s ease;
}

.search__input:focus {
    width: 100%;
}

.search__button {
    display: inline-block;
    margin-left: 10px;
    background: transparent;
    border: none;
    appearance: none;
}

.search__icon {
    height: 20px;
    width: 20px;
}


/*****************
Header
*****************/
.header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.header__half {
    width: 100%;
    background-color: #f3f3f3; /* light-grey */
}

.header__thumbnail {
    width: 100%;
    height: 100%;
}

.header__content {
    padding: 40px;
}

@media screen and (min-width: 640px) { /* tablet-portrait */
    .header__half {
        width: 50%;
    }
}


/*****************
Sections
*****************/
.section {
    width: 100%;
}

.section--orange {
    background-color: #b66639; /* orange */
}

.section--text p {
    font-size: 28px;
    text-align: center;
}

.section__inner {
   /* max-width: 1200px;*/
    margin: 0 auto;
}

.section__inner--padding {
    padding: 40px 20px 40px 20px;
}

.section__inner--flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section__half {
    width: 100%;
    padding: 40px 20px;
}

.section__half:first-child {
    padding-right: 20px;
}

.section__half:last-child {
    padding-left: 20px;
}

.section__thumbnail {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 640px) { /* tablet-portrait */

    .section__half {
        width: 50%;
        padding: 60px 20px;
    }

    .section__half:first-child {
        padding-right: 40px;
    }
    
    .section__half:last-child {
        padding-left: 40px;
    }
}

.section__promo-text {
    width: 100%;
    padding: 40px 60px 40px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column; 
}

.section__promo-image {
    width: 100%;
    padding: 40px 20px 40px 60px;
}

.section__promo-image--green {
    background-color: #88b09b; /* green */
}

.section__promo-thumbnail {
    width: 100%;
    height: auto;
    border: 40px solid white;
    position: relative;
    left: 0;
}

@media screen and (min-width: 640px) { /* tablet-portrait */

    .section__promo-text {
        width: 60%;
        padding: 40px 20px ;
    }

    .section__promo-image {
        width: 40%;
        padding: 40px 20px;
    }

    .section__promo-thumbnail {
        left: -100px;
    }

}


/*****************
Footer
*****************/
.footer {
    width: 100%;
}

.footer__top {
    width: 100%;
   /*background-color: #0c233f;*/ /* dark-blue */
}

.footer__bottom {
    width: 100%;
}

.footer__inner {
    padding: 40px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer__content-item {
    width: 100%;
    padding: 10px;
}

.footer__content-item:first-child {
    padding-left: 0;
}

.footer__content-item:last-child {
    padding-right: 0;
}

.footer__logo {
    display: inline-block;
    max-width: 180px;
    margin-bottom: 10px;
    margin-top:40px;
}

.footer__list {
    display: block;
    margin: 0;
    padding: 0;
}

.footer__item {
    display: block;
    list-style-type: none;
    margin: 10px 0;
    /*font-family: Arial, BentonSans-Regular, sans-serif;*/
    font-size: 16px;
}

.footer__number {
    /*color: #7d858c;*/ /* muted */
    /*text-decoration: underline;*/
}

.footer__link,
.footer__link:hover {
    /*color: white;*/
    text-decoration: none;
}

@media screen and (min-width: 640px) { /* tablet-portrait */
    .footer__content-item {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) { /* tablet-landscape */
    .footer__content-item {
        width: 25%;
    }
}


/*****************
Buttons
*****************/
.button {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    /*font-family: Arial, BentonSans-Regular, sans-serif;*/
    text-decoration: none;
    appearance: none;
} 

.button--blue {
    background-color: #0c233f; /* dark-blue */
    color: white;
}

.button--blue:hover {
    color: white;
}

.button--orange {
    background-color: #b66639; /* orange */
    color: white;
}

.button--orange:hover {
    color: white;
}

.button--accounts {
    padding-right: 45px;
}



.button--arrow {
    padding-right: 60px;
}

.button--arrow:after {
    content: '';
    position: absolute;
/*    background-image: url('./assets/icon-arrow.png');*/
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    right: 15px;
/*    top: 16px;*/
}

#interestedIn {
    appearance: none;
    border: solid 1px #d1d4d6;
    background-color: #efefef;
    width: 100%;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    font-family:'BentonSans-Light';
    font-size: 16px;
    line-height: 1.4;
    color: #0d2340;
}

.dropdown:after {
    width: 35px;
    height: 26px;
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
/*    background: url(/assets/icons/icon-arrow-dropdown-blue.png) no-repeat;*/
    background-position: center center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.contact-modal .form__radio input[type="radio"] {
    position: relative !important;
    opacity: 1;
    margin: 0 10px !important;
}

.articles__item .thumbnail {
    max-width: 200px !important;
    /*min-height: 225.637px;*/
}

.article-text {
    font-size: 13px !important;
}

.banner__author {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.articles__link {
    margin: auto !important;
}
.banner-carousel {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    background-color: #fff;
    margin-top: 10px;
}

.button--arrow-brown:after 
   
{
    background-image: url('../assets/icons/icon-arrow-brown.png');
}

.button--white {
    border: 2px solid #0d2340;
    background-color: #fff;
    color: #0d2340;
}

    .button--white:hover {
        color: #b66733;
    }

.banner__content__center {
    /*    margin: 5%;
    float: left;
    max-width: 480px;*/
    max-width: 480px;
    margin-left: 40%;
    margin: 10% 20% 10% 20%;
}




.loading-btn-wrapper {
    display: inline-block;
    width: 240px;
    height: 40px;
    text-align: center;
}

.loading-btn {
    position: relative;
    display: inline-block;
    /* width: 100%;*/
    height: 100%;
    /*  background: #03a9f4;
    border: 0;
    border-radius: 24px;*/
    cursor: pointer;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;

}

    .loading-btn:hover {
        /* background: #2196f3;*/
    }

    .loading-btn, .loading-btn:focus {
        outline: none;
    }

.loading-btn--pending, .loading-btn--success, .loading-btn--fail {
    width: 40px;
    pointer-events: none;
    cursor: default;
}

    .loading-btn--pending .loading-btn__text, .loading-btn--success .loading-btn__text, .loading-btn--fail .loading-btn__text {
        opacity: 0;
    }

    .loading-btn--pending .loading-btn__text_db, .loading-btn--success .loading-btn__text_db, .loading-btn--fail .loading-btn__text_db {
        opacity: 0;
    }

    .loading-btn--pending:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        height: 28px;
        width: 28px;
        border: 3px solid rgba(255, 255, 255, 0.33);
        border-top-color: #fff;
        border-radius: 50%;
        -webkit-animation: loading-btn--fade-in .33s ease, loading-btn--rotation .66s linear 0s infinite;
        animation: loading-btn--fade-in .33s ease, loading-btn--rotation .66s linear 0s infinite;
    }

    .loading-btn--success, .loading-btn--success:hover {
        background: #8bc34a !important;
    }

        .loading-btn--success:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: inline-block;
            height: 9px;
            width: 18px;
            border: 3px solid #fff;
            border-top-width: 0;
            border-right-width: 0;
            -webkit-transform: translate(-50%, -75%) rotate(-45deg);
            transform: translate(-50%, -75%) rotate(-45deg);
            -webkit-animation: loading-btn--fade-in .6s ease;
            animation: loading-btn--fade-in .6s ease;
        }

    .loading-btn--fail, .loading-btn--fail:hover {
        background: #a94442;
    }

        .loading-btn--fail:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: inline-block;
            height: 25px;
            width: 25px;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, transparent), color-stop(44%, #fff), color-stop(56%, #fff), color-stop(56%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(44%, transparent), color-stop(44%, #fff), color-stop(56%, #fff), color-stop(56%, transparent));
            background: linear-gradient(to bottom, transparent 44%, #fff 44%, #fff 56%, transparent 56%), linear-gradient(to right, transparent 44%, #fff 44%, #fff 56%, transparent 56%);
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
            -webkit-animation: loading-btn--fade-in .6s ease;
            animation: loading-btn--fade-in .6s ease;
        }

.loading-btn__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    -webkit-transition: inherit;
    transition: inherit;
}

.loading-btn__text_db {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    -webkit-transition: inherit;
    transition: inherit;
}

/**
 * Animations
 */
@-webkit-keyframes loading-btn--fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading-btn--fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loading-btn--rotation {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loading-btn--rotation {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/**
 * Optical stuff - has nothing todo with button animation.
 */
.state-list {
    margin-bottom: 12px;
}

    .state-list .loading-btn-wrapper {
        background: repeating-linear-gradient(45deg, #fff, #fff 10px, #f0f0f0 10px, #f0f0f0 20px);
    }

.loading-btn-wrapper + .loading-btn-wrapper {
    margin-left: 8px;
}


.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form__input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 2px dashed #a94442;
}

.has-error .form__checkbox {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 2px dashed #a94442;
}

    .has-error.form__checkbox label:before {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        border: 2px dashed #a94442;
    }

    .has-error.form__checkbox label {
        color: #a94442;
    }

.has-error .form__select {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 2px dashed #a94442;
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.capitalize{
    text-transform:capitalize;
}

.fs20{
    font-size:20px;
}

.fs24 {
    font-size: 20px;
    font-weight:bold;
}

.mp-14 {
    margin: 14%;
    text-align: center;
}
b#selectedCatagory {
    text-transform: capitalize;
}

.pb-20{
    padding-bottom:20px;
}
.pb-0 {
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.vcenter {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.section__thumbnail2{
    height:auto !important;
}
.carousel-nav__image {
  
    height: auto !important;
    max-height: 325px !important;
}

.management-team .section__item {
    height: 390px;
    /*height: auto;*/
    margin: 20px;
    
}

@media screen and (max-width: 480px) { 
    
    /* tablet-portrait */
    .carousel-nav__image {
        height: auto !important;
        max-height: 169px !important;
    }
    
}

@media screen and (max-width: 480px) { 
    
    .management-team .section__item {
        min-height: 380px;
        height: auto;
    }  
  
}



/** Internal Main Content Styling - Archie M **/
.main ul, 
.main ol {
    font-size: 16px; 
    line-height: 26px;
    margin: 0 0 20px 20px;
}

.main strong {
    font-family: 'BentonSans-Regular';
}


/** Fix Fund Managers Menu - Archie M **/
@media screen and (min-width:1024px) {
    
    /*
    body > header > nav > div.nav__bottom > div > ul > li:nth-child(3) > div > div > div > div.col-xs-12.col-sm-12.col-md-6.col-lg-6 > ul {
        columns: 2; 
      -webkit-columns: 2;
      -moz-columns: 2;
      width: 550px;
    }
    
    body > header > nav > div.nav__bottom > div > ul > li:nth-child(3) > div > div > div > div.col-xs-12.col-sm-12.col-md-6.col-lg-6 > ul li {
        padding: 8px 20px;
        height: auto;
    }
    */
    
}

