﻿/* Version 1.0 */

/* #region Body and Headings */
html {
    color: #424242;
    font-size: 16px;
    /*min-height: 1200px;*/
    height: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f2f2f2;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: inherit;
    outline: initial;
    outline: unset;
    outline-style: none
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('fonts/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}

body {
    font-size: 16px;
    font-family: "SourceSansP-Light";
    margin: 0px;
    padding: 0px;
    color: #222;
    outline: none;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    background-color: #ffffff;
    background-attachment: fixed;
    background: -moz-linear-gradient(top, #efefef 1%, #ffffff 66%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efefef), color-stop(66%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 1%,#ffffff 66%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 1%,#ffffff 66%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 1%,#ffffff 66%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 1%,#ffffff 66%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    *zoom: 1;
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: inherit;
    outline: initial;
    outline: unset;
    outline-style: none;
}

    body:before {
        content: " ";
        display: table;
    }

    body:after {
        content: " ";
        display: table;
        clear: both;
    }

.container {
    max-width: 68.750em;
    padding: 0 1.875em;
    margin: 0 auto;
    outline: none !important;
}

#header {
    text-align: left;
    background: #fff;
    position: relative;
}

img#companyLogo {
    margin-top: 25px;
    width: 160px;
    margin-left: 20px;
    display: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5 {
    font-variant: small-caps;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: 600;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

.clear {
    clear: both;
}

/* #endregion */

/* #region Page container and Header */

* {
    -webkit-hyphens: none;
}

.floatRight {
    float: right;
}

::-moz-selection {
    background-color: #d9d9d9;
    color: #333;
    text-shadow: none;
}

::selection {
    background-color: #d9d9d9;
    color: #333;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

body {
    font-family: SourceSansPro-Regular;
    margin: 0;
    position: relative;
    background-color: #ffffff;
    background-attachment: fixed;
    background: -moz-linear-gradient(top, #efefef 1%, #ffffff 66%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efefef), color-stop(66%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 1%,#ffffff 66%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 1%,#ffffff 66%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 1%,#ffffff 66%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 1%,#ffffff 66%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    *zoom: 1;
}

    body:before {
        content: " ";
        display: table;
    }

    body:after {
        content: " ";
        display: table;
        clear: both;
    }

.container {
    max-width: 68.750em;
    padding: 0 1.875em;
    margin: 0 auto;
    outline: none !important;
}

.header {
    color: #7a7a7a;
    background: #eee;
    position: fixed;
    z-index: 99;
    border-bottom: #fff 1px solid;
    width: 100%;
    max-height: 60px;
}

    .header .title {
        font-weight: 600;
        padding: 10px 20px;
        font-size: 26px;
    }

.thin {
    max-width: 601px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.PaddingTop30 {
    padding-top: 30px;
}

.PaddingBottom30 {
    padding-bottom: 30px;
}

.content-holder {
    min-height: 420px;
    margin: 20px;
    position: relative;
    top: 120px;
    background: #fff;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #ccc;
    height: auto;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

@media (max-width: 600px) {
    .page-container {
        margin: 5px auto 0px auto;
        padding: 0px 10px;
    }
}

/* #endregion */

/* #region Form elements and inputs */

fieldset {
    margin: 20px 0;
    padding: 10px 15px;
}

    fieldset legend {
        font-weight: 600;
    }

select, input[type='text'], input[type='password'], input[type='checkbox'], input[type='file'], textarea {
    box-shadow: inset 0px 2px 4px rgba(205,211,221,0.3);
    border: 1px solid #CDD3DD;
    padding: 4px;
    background-color: #F4F5F6;
    font: inherit;
    line-height: 1em;
}

textarea {
    vertical-align: middle;
}

input[type='checkbox'] {
    position: relative;
    top: 2px;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #5A7A98;
    box-shadow: inset 0px 1px 4px #DCE4F0, 0 0 2px 1px #DBE3EB;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    transition: all 0.10s ease-in-out;
}

select {
    cursor: pointer;
}

div.row {
    overflow: hidden;
    padding: 2px 0px 2px 0px;
    display: block;
}

div.rowMulti {
    display: inline-block;
    padding-right: 20px;
}

.NumericEditor {
    text-align: right;
}

.DatePicker {
    text-align: center;
}

.ValidationError {
    margin-left: 0px;
    display: none;
    vertical-align: middle;
}

.StackedEditors input[type=text], .StackedEditors input[type=password] {
    display: block;
    margin-top: 4px;
    width: 100%;
}

.StackedEditors div.row {
    margin: 5px 0;
}

/* #endregion */


/* #region Combo box */
input.ComboBox {
    text-transform: uppercase;
}

.ComboBox.Blank {
    color: #eee !important;
}

.ComboDropDown {
    position: absolute;
    max-height: 400px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: none;
    z-index: 1004;
    overflow-y: hidden;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .ComboDropDown table {
        border-spacing: 0px;
    }

    .ComboDropDown tr, .ComboDropDown div div {
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
        padding: 5px;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 5px;
        cursor: pointer;
    }

    .ComboDropDown td {
        border-left: 1px solid #ccc;
        padding: 2px 4px 2px 4px;
    }

    .ComboDropDown th {
        padding: 2px;
        cursor: pointer;
        background: linear-gradient(to bottom, #666 0%, #444 100%);
        color: #fff;
        font-size: 0.9em;
    }

    .ComboDropDown .ComboChild {
        padding-left: 5px;
    }

    .ComboDropDown .ComboGroup, .ComboDropDown .ComboGroup:hover {
        background: linear-gradient(to bottom, #777 0%,#555 100%);
        color: #fff;
        font-weight: bold;
        cursor: default;
    }

    .ComboDropDown tr:hover, .ComboDropDown div div:hover {
        text-decoration: none !important;
        color: #ffffff !important;
        background-color: #0081c2 !important;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)) !important;
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3) !important;
        background-image: -o-linear-gradient(top, #0088cc, #0077b3) !important;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3) !important;
        background-repeat: repeat-x !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) !important;
    }

    .ComboDropDown .Selected {
        text-decoration: none !important;
        color: #ffffff !important;
        background-color: #0081c2 !important;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)) !important;
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3) !important;
        background-image: -o-linear-gradient(top, #0088cc, #0077b3) !important;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3) !important;
        background-repeat: repeat-x !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) !important;
    }

/* #endregion */

.TBElement {
    background-position: center;
    background-repeat: no-repeat;
    height: 22px;
    outline: 0 none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-style: none;
    vertical-align: middle;
}

.TBButton {
    width: 20px;
}

    .TBButton:hover {
        background-color: #C2CAD4;
    }

.TBSeperator {
    background-image: url(../Images/TBSeperator.gif);
    width: 4px;
    display: inline-block;
}
/* Buttons */
.btn {
    -webkit-appearance: none;
    padding: 12px 25px;
    border-radius: .2em;
    border: 0;
    color: #fff;
    background-color: #6EAB24;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    line-height: 1.2;
    font-family: SourceSansPro-Regular;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.blueBtn {
    background-color: #0097b3;
    padding: .75em 1em;
}

.btn:hover {
    background-color: #006150;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

a.btn {
    color: #fff;
    text-decoration: none;
}

.btn-wide {
    display: block;
    width: 100%;
    text-align: center;
}

a:focus,
.btn:focus {
    outline: none;
}

button[disabled]:hover {
    cursor: not-allowed;
    background-color: #ccc;
}

/* #endregion */

/* #region Singular Lib Control styles */

.Msg div {
    border-radius: 0;
    border-style: none;
    border-left-style: solid;
    border-left-width: 4px;
}

.ValidationPopup {
    border-radius: 0;
    border-style: none;
    border-right-style: solid;
    border-right-width: 4px;
}

.ConfButtons {
    margin-top: 10px;
}

.LoadingOverlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

    .LoadingOverlay .Outer {
        margin: 30px auto auto auto;
        width: 95px;
        padding: 2px;
        border: 1px solid #8F8F8F;
        background-color: #D6D6D6;
    }

    .LoadingOverlay .Inner {
        padding: 3px;
        padding-top: 2px;
        width: 100%;
        border: 1px solid #CCCCCC;
        background-color: #fff;
        color: #222;
        font-weight: 600;
        background-image: url(../Images/LoadingSmall.gif);
        background-repeat: no-repeat;
        background-position: 4px 5px;
    }

    .LoadingOverlay span {
        margin-left: 22px;
        display: inline-block;
    }

.ConfButtons {
    margin-top: 10px;
}

/* #endregion */
.nav-progress .progress-icon,
.nav-progress .progress-icon-future,
.progress-icon-passed {
    display: block;
    background: url(../img/white-progress-arrow.png) no-repeat center #006150;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 auto;
}

.nav-top {
    *zoom: 1;
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 85px;
    position: relative;
}

    .nav-top:before {
        content: " ";
        display: table;
    }

    .nav-top:after {
        content: " ";
        display: table;
        clear: both;
    }

    .nav-top ul {
        padding: .5em 0 .5em 3em;
    }

/* #endregion */

.btn-custom-main {
    background-color: #6EAB24;
    border: none;
    color: #ffffff !important;
    text-transform: uppercase;
    transition: background-color 0.7s ease;
    outline: none;
}

    .btn-custom-main:hover {
        background-color: #006150;
        border: none;
        color: #ffffff !important;
        text-transform: uppercase;
        transition: background-color 0.7s ease;
        outline: none;
    }
/* Form Elements */
input[type="text"], input[type="tel"], input[type="password"], select, .type-text {
    padding: 10px 15px 10px 7px;
    font-size: 1em;
    background: #fff;
    border-radius: 2px;
    border: solid 1px #fff;
    position: relative;
    margin: 0;
    font-family: futura_lt_bt_light, Arial;
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
    width: 100%;
    color: #b6b7bc;
    font-size: 15px;
    font-family: "Futura-Medium",'Open Sans',sans-serif;
}

[disabled] {
    background-color: #ccc;
    border-bottom: 2px solid rgb(139, 196, 41);
}

select {
    height: 38px;
    cursor: pointer;
    text-transform: none;
    margin-bottom: 20px;
    text-indent: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url(../img/custom-select-arrow.png) 100% 50% no-repeat #e7eaeb;*/
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    width: 100%;
}

input[disabled] {
    opacity: .4;
    border: solid 1px #ebebeb;
    color: #000;
}

select[disabled] {
    opacity: .6;
    background-color: #ebebeb;
    color: rgb(128, 128, 128);
}

input[disabled]:hover {
    background: none repeat scroll 0 0 #ebebeb;
}

label {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    font-family: SourceSansPro-Regular;
    color: #7a7a7a;
}

input:focus {
    background: #fafafa;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
    border-bottom: 2px solid rgb(139, 196, 41);
}

.input-wide {
    display: block;
    width: 100%;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.form-shadowed {
    /*border: solid 1px #ddd;*/
    position: relative;
}

    .form-shadowed:after {
        content: "";
        display: block;
        height: 1em;
        position: absolute;
        right: 0;
        bottom: -1em;
        left: 0;
        background: url(../img/header_shadow.png) repeat-x;
    }

.form-thin {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 10px;
    /*margin-top: 70px;*/
}

    .form-thin fieldset {
        margin: 0 auto;
        padding: 50px;
    }

.Padding50 {
    padding: 50px;
}

.form-error {
    background-color: #fbd3cc;
}

fieldset.fieldnumber {
    max-width: 35em;
    margin: 1em auto;
}

.input-wide {
    display: block;
    width: 100%;
    max-width: 100%;
}

.input-full {
    width: 100%;
    max-width: 100%;
}

.BorderBox {
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 30px;
}

.MarginBottom30 {
    margin-bottom: 30px;
}

.HP {
    display: none;
}

.ProgressDiv {
    padding: 7px;
    background-color: #fff;
    z-index: 2000;
    display: none;
    text-align: center;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


.Frontpage_button {
    display: block;
    padding: 3px 8px;
    min-width: 0;
    height: 32px;
    width: 100%;
    background: #3498db;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
    line-height: 22px;
    vertical-align: middle;
    /*text-transform: uppercase;*/
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}


/* #endregion */
/*ForgotPassword*/
@charset 'utf-8';

@font-face {
    font-family: 'FuturaStd-Bold';
    src: url('../fonts/FuturaStd-Bold.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'FuturaStd-Medium';
    src: url('../fonts/FuturaStd-Medium.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'FuturaStd-Light';
    src: url('../fonts/FuturaStd-Light.eot') format('embedded-opentype');
}

header {
    display: block;
}

body,
ul,
form {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
p,
h3 {
    color: #202020;
}

h1 {
    font-family: "Futura-Light", 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 0;
    font-weight: 300;
    color: #202020;
}

h2 {
    font-family: "Futura-Bold", 'Open Sans', sans-serif;
    font-size: 23px;
    line-height: 0;
    padding-bottom: 20px;
    font-weight: 700;
}

h3 {
    font-family: "Futura-Medium", 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 0;
    padding-bottom: 5px;
    font-weight: 400;
}

p {
    font-family: "Futura-Medium", 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

label {
    font-family: "Futura-Medium", 'Open Sans', sans-serif;
    font-weight: 400;
}

body {
    background-image: url('../../Images/OM/OldMutualBackground1.jpg');
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    ;
    height: 100%;
}

header {
    width: 100%;
    height: 80px;
    border-top: 5px solid #279340;
    background-color: #fff;
}

    header .inner {
        background-image: url('../../Images/OM/LargeSM.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 50px;
        width: 800px;
        height: 50px;
        margin: 15px auto;
    }

.section-wrapper {
    width: 800px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

    .section-wrapper section {
        width: 380px;
        height: auto;
    }

    .section-wrapper .left {
        float: left;
    }

.motto {
    padding-bottom: 40px !important
}

.contact {
    padding-top: 60px;
    font-weight: bold;
    clear: both;
}

.section-wrapper .left .btns {
    font-family: "Futura-Medium", sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #3a964f;
    border-radius: 7px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

    .section-wrapper .left .btns:hover {
        transition-duration: .5s;
        opacity: .7;
    }

.section-wrapper .left .padding-create {
    padding: 14px 16px;
    margin-bottom: 40px !important;
}

.section-wrapper .left .padding-demo {
    padding: 14px 40px;
    margin-bottom: 40px !important;
}

.section-wrapper .left .general-text {
    padding-bottom: 30px;
}

.section-wrapper .left .fees-portfolios {
    padding: 60px 0 0 0;
    text-align: left;
    vertical-align: middle;
}

    .section-wrapper .left .fees-portfolios p {
        margin-left: 5px;
        font-family: "Futura-Medium", sans-serif;
    }

    .section-wrapper .left .fees-portfolios a {
        color: #202020;
    }

.section-wrapper .left .my-wealth-trader {
    padding: 30px 0;
    clear: both;
}

.form-labels {
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0;
    float: left;
    position: relative;
}

    .form-labels .userid,
    .form-labels .password {
        position: absolute;
        margin: auto;
        top: 4px;
        left: 10px;
        color: #9c9ea1;
        font-size: 15px;
    }

.userid {
    position: absolute;
    margin: auto;
    top: 4px;
    left: 10px;
    color: #9c9ea1;
    font-size: 15px;
}

.section-wrapper .right {
    float: right;
}

    .section-wrapper .right h2 {
        font-family: "Futura-Light", sans-serif
    }

    .section-wrapper .right .create-account {
        width: 100%;
        position: relative;
        text-align: center;
        margin: 20px 0 0 0;
    }

    .section-wrapper .right a {
        color: #8bc429;
    }

    .section-wrapper .right .create-account a {
        font-size: 16px;
        color: #3a964f !important;
    }

img {
    border: 0;
}

fieldset,
legend {
    padding: 0;
}

button,
input,
select,
fieldset {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    border: 0;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

button,
select {
    text-transform: none;
    outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

html {
    color: #ddd;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}

.t-small {
    font-size: 11px;
}

.t-center {
    text-align: center;
}

[dir="ltr"] .t-end {
    text-align: right;
    text-align: end;
}

[dir="rtl"] .t-end {
    text-align: left;
    text-align: end;
}

.t-upper {
    text-transform: uppercase
}

.grid {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
    margin: 0;
    max-width: 100%;
    text-align: start;
}

    .grid:only-child {
        height: 100%;
    }

    .grid:not(.grid--y) > .grid,
    .grid.g--fit {
        height: auto;
    }

.grid--main-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.grid--cross-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

[dir="rtl"] .grid--series:not(.grid--y) > [class*=grid] {
    margin-left: 8px;
}

.grid--series:not(.grid--y) > [class*=grid]:last-child {
    margin: 0;
}

.grid-cell {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: start;
    align-self: start;
    width: 0;
    margin: 0;
    padding: 0;
}

span.grid-cell,
b.grid-cell {
    display: block
}

.grid:only-child:not(.g--fit):not([class*=of]),
.grid-cell:only-child:not(.g--fit):not([class*=of]) {
    max-width: 100%;
    width: 100%;
}

.g--fit {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    width: auto;
}

.grid--main-center > .grid,
.grid--main-center > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    width: auto;
    width: auto !important;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('fonts/fontawesome-webfont.woff') format('woff');
}

.icon {
    position: relative;
    line-height: 20px
}

    .icon:before {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        font-family: 'app-icons';
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.icon--tick:before {
    content: "î˜";
}

label.form-label.checkbox-icon {
    white-space: normal;
    overflow: visible;
}

    label.form-label.checkbox-icon label {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        line-height: 12px;
        height: 24px;
    }

[dir="ltr"] label.form-label.checkbox-icon label {
    padding-left: 24px
}

[dir="rtl"] label.form-label.checkbox-icon label {
    padding-right: 24px;
}

.checkbox-icon {
    font-weight: normal;
    display: inline;
    font-size: 12px;
}

    .checkbox-icon .icon {
        position: absolute;
        top: 3px;
    }

[dir="ltr"] .checkbox-icon .icon {
    left: 0;
}

[dir="rtl"] .checkbox-icon .icon {
    right: 0;
}

.checkbox-icon label {
    font-weight: normal;
}

[dir="ltr"] .checkbox-icon label {
    margin-left: 22px;
}

[dir="rtl"] .checkbox-icon label {
    margin-right: 22px;
}

.checkbox-icon .icon:before {
    width: 16px;
    height: 16px;
    color: transparent;
    background-color: #8bc429;
    border-radius: 3px;
    line-height: 13px;
    cursor: pointer;
}

[dir="ltr"] .checkbox-icon .icon:before {
    margin-right: 4px;
}

[dir="rtl"] .checkbox-icon .icon:before {
    margin-left: 4px;
}

.checkbox-icon input[type="checkbox"] {
    display: none;
}

    .checkbox-icon input[type="checkbox"]:checked ~ .icon:before {
        color: #fff;
    }

.form-label {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #6d6e71;
}

.form-label--check {
    line-height: normal;
}

input {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

::-ms-clear {
    display: none;
}

input[type="text"],
input[type="password"] {
    line-height: normal;
}

.form-label.grid-cell,
.form-control.grid-cell,
.form-value.grid-cell {
    width: 0;
}

input[type="checkbox"] {
    height: 24px;
    margin-top: -3px;
}

    input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        outline: 0;
    }

.checkbox {
    display: inline-block;
    width: 100%;
    min-height: 24px;
    vertical-align: middle;
}

[dir="ltr"] .checkbox {
    padding-left: 20px;
}

[dir="rtl"] .checkbox {
    padding-right: 20px;
}

.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.form-group {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid transparent;
    padding: 8px 0;
}

.margin-bottom {
    margin: 0 0 15px 0;
}

.form-group:first-child {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 16px;
}

.form-group.grid .form-label:first-child {
    max-width: 100%;
}

    .form-group.grid .form-label:first-child .checkbox {
        width: auto;
    }

        .form-group.grid .form-label:first-child .checkbox label {
            line-height: 24px;
        }

        .form-group.grid .form-label:first-child .checkbox input {
            margin-top: 1px;
        }

.form-group .grid-cell > .form-control:not(:only-child) {
    width: auto;
}

[dir="ltr"] .form-group .grid-cell > .form-control:not(:only-child) {
    margin-right: 4px;
    float: left;
}

[dir="rtl"] .form-group .grid-cell > .form-control:not(:only-child) {
    margin-left: 4px;
    float: right;
}

[dir="ltr"] .form-group > :first-child:not(:only-child) {
    margin-right: 8px;
}

[dir="rtl"] .form-group > :first-child:not(:only-child) {
    margin-left: 8px;
}

.form-group.grid--series.grid--main-end {
    overflow: hidden;
}

    .form-group.grid--series.grid--main-end > [class*=grid] {
        width: 100% !important;
        max-width: 50%;
        max-width: calc(50% - 4px);
    }

.form--error .form-control,
.form--error.form-control {
    border-color: #ce7f7e;
    background-color: #f8eded;
    color: #b94a48;
}

    .form--error .form-control:focus,
    .form--error.form-control:focus {
        border-color: #c05b59;
    }

    .form--error .form-control:-moz-placeholder,
    .form--error.form-control:-moz-placeholder {
        color: #dca5a4;
        font-style: normal;
        font-weight: normal;
    }

    .form--error .form-control::-moz-placeholder,
    .form--error.form-control::-moz-placeholder {
        color: #dca5a4;
        font-style: normal;
        font-weight: normal;
    }

    .form--error .form-control:-ms-input-placeholder,
    .form--error.form-control:-ms-input-placeholder {
        color: #dca5a4;
        font-style: normal;
        font-weight: normal;
    }

    .form--error .form-control::-webkit-input-placeholder,
    .form--error.form-control::-webkit-input-placeholder {
        color: #dca5a4;
        font-style: normal;
        font-weight: normal;
        line-height: 20px;
        opacity: 1;
    }

.form--error .select,
.form--error.select {
    border-bottom: 1px solid #ce7f7e;
    background-color: #f8eded;
}

    .form--error .select .form-control,
    .form--error.select .form-control {
        background-color: transparent;
        color: #b94a48;
    }

    .form--error .select.icon:before,
    .form--error.select.icon:before {
        color: #ce7f7e;
    }

label {
    cursor: text;
}

[disabled] label {
    cursor: default;
}

.list {
    position: relative;
    list-style-type: none;
    background-color: #333;
}

.list-item {
    padding: 8px 16px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

    .list-item p {
        color: #666;
    }

    .list-item a {
        text-decoration: underline;
        font-size: 10px;
    }

    .list-item:not(.grid),
    .list-sub-item:not(.grid),
    .list-divider:not(.grid) {
        display: block;
    }

.list-item,
.list-divider {
    padding: 4px 8px;
}

.list--lines > .list-item {
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
}

    .list--lines > .list-item:first-child {
        color: #999;
    }

    .list--lines > .list-item:last-child {
        border-bottom: 1px solid #222;
    }

.masthead {
    padding: 8px 8px 30px 8px;
}

.masthead-brand .logo {
    display: block;
    max-height: 70px;
    height: auto;
}

.masthead-tagline img {
    display: block;
    height: 33px;
    max-width: 155px;
    width: 155px;
}

.btn {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    vertical-align: middle;
    text-align: center;
    display: block;
    width: 100%;
    padding: 3px 8px;
    background: #444;
    color: #ddd;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition-property: background, color, border-color;
    transition-property: background, color, border-color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    font-family: 'Futura-Medium', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn--outline {
    height: 32px;
    line-height: 2rem;
    background: transparent;
    color: #666 !important;
    border-bottom: 2px solid #ddd;
}

    .btn--outline.is-selected,
    .btn--outline:hover {
        color: #8bc429 !important;
        background-color: #fff;
        border-bottom: 2px solid #8bc429;
    }

.btn--upper {
    text-transform: uppercase;
}

.login {
    position: relative;
    max-width: 320px;
    min-width: 320px;
    margin: 50px auto;
    overflow: hidden;
}

.login-terms {
    display: block;
    color: #999;
    margin: 0;
}

    .login-terms a {
        color: #8bc428;
        font-size: 12px;
    }

    .login-terms p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px;
        color: #aaa;
        text-align: left;
    }

.right fieldset {
    position: relative;
    background: #fff;
    padding: 16px;
    width: 350px;
    border-radius: 10px;
}

.login .form-group:last-child {
    border-bottom: 1px solid rgba(145, 145, 145, 1)
}

.login .form-group .form-label:not(.checkbox-icon) {
    color: #565656;
    font-size: 14px;
    white-space: normal;
    overflow: visible;
}

[dir="ltr"] .login .form-group .form-label:not(.checkbox-icon) {
    margin-right: 4px;
}

[dir="rtl"] .login .form-group .form-label:not(.checkbox-icon) {
    margin-left: 4px;
}

.login .form-group .form-label:not(.checkbox-icon) p {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 12px;
    height: 24px;
}

.login .form-group .login-reset {
    line-height: 12px;
}

.login .form-group.login-meta {
    padding: 16px 0;
}

.login-section {
    background: transparent;
    padding: 16px 0 8px;
}

    .login-section .list-item {
        display: inline;
    }

.login-disclaimers {
    font-size: 11px;
    color: #666;
    line-height: 1.2rem;
    border: 0;
}

.login-disclaimers--tiny {
    font-size: 9px;
    color: #555;
    line-height: 1.2;
    text-align: justify;
    padding: 4px 0;
}

.login-legacy-link a {
    color: #555;
    line-height: 1;
    display: none;
}

.login-devices {
    font-weight: bold;
    margin-top: 1em;
}

.login-terms {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: #999;
}

    .login-terms span {
        color: #1583dd;
    }

#field_userid,
#field_password {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 6px;
    vertical-align: middle;
    color: #333;
    outline: 0;
    border: 0;
}

#field_userid {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 6px;
    vertical-align: middle;
    color: #333;
    outline: 0;
    border: 0;
}


.Frontpage_button {
    display: block;
    padding: 6px 11px;
    min-width: 0;
    height: 32px;
    width: 100%;
    background: #279340;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: inherit;
    line-height: 22px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: .5s;
    border-radius: 5px;
    font-family: 'Futura-Light', sans-serif;
    height: 40px;
}

    .Frontpage_button:hover {
        transition-duration: .5s;
        opacity: .7;
    }


.login-message {
    color: #a5473f;
    font-size: 12px;
    font-weight: bold;
}

#browser_support_message {
    color: #a5473f;
    font-weight: bold;
    margin-bottom: 1em;
}

#browser_support_instructions {
    color: #a5473f;
    margin-bottom: 1em;
}

.login-messages {
    color: #a5473f;
    position: relative;
}

[dir="ltr"] .login-messages {
    padding-left: 23px;
}

[dir="rtl"] .login-messages {
    padding-right: 23px;
}

.login-messages p {
    margin: 0 0 12px 0;
    color: #e90;
}

.login-messages b {
    color: #e90 !important
}

.login-messages:not(:empty):before {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    font-family: 'app-icons';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "î˜“";
}

[dir="ltr"] .login-messages:not(:empty):before {
    left: 1px;
}

[dir="rtl"] .login-messages:not(:empty):before {
    right: 1px;
}

.validation-summary-errors {
    margin-bottom: 12px;
}

    .validation-summary-errors ul {
        padding: 0 20px;
    }

    .validation-summary-errors ~ button {
        display: initial;
        z-index: 2;
        border-radius: 2px;
    }

#GeoCaptcha input {
    color: #000;
    text-align: center;
    border: 1px solid #666;
    width: 24px !important;
    height: 24px !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #008964;
}

    footer .inner {
        width: 800px;
        height: 45px;
        margin: 0 auto;
        display: table;
        float: left;
    }

        footer .inner p {
            display: table-cell;
            vertical-align: middle;
            color: #fff;
        }

        footer .inner a {
            color: #fff;
        }

            footer .inner a:hover {
                color: #8bc429;
            }

@media screen and (max-width: 799px) {
    .inner {
        width: 300px !important;
    }

    .right fieldset {
        width: 100%;
        margin: 0 0 20px 0;
    }

    body {
        background-image: none;
        background-color: #f5f5f5;
    }

    .section-wrapper {
        width: 90%;
        padding-top: 30px;
    }

        .section-wrapper section {
            width: 100%;
        }

        .section-wrapper .right {
            float: left;
        }

        .section-wrapper .left h1 {
            font-size: 30px;
        }

        .section-wrapper .left h2 {
            font-size: 18px;
        }

        .section-wrapper .left .btns {
            float: left;
            margin-bottom: 10px;
        }

    .fees-portfolios {
        display: none;
    }

    .motto {
        padding-bottom: 20px !important
    }
}

.Padding15 {
    padding: 15px;
}
/* Place Holder CSS */
::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:-moz-placeholder {
    color: #000;
    opacity: 0.5;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

::-moz-placeholder {
    color: #000;
    opacity: 0.5;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
    opacity: 0.75;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:hover:-moz-placeholder {
    opacity: 0.75;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:hover::-moz-placeholder {
    opacity: 0.75;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:hover:-ms-input-placeholder {
    opacity: 0.75;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

input.ComboBox:focus {
    border-bottom: 2px solid rgb(139, 196, 41);
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    h1 {
        font-size: 12px;
        font-weight: 400;
    }
}

@media only screen and (min-width: 320px) and (max-width:786px) {
    h1 {
        font-family: "Futura-Light", 'Open Sans', sans-serif;
        font-size: 28px;
        line-height: 0;
        font-weight: 400;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    h1 {
        font-family: "Futura-Light", 'Open Sans', sans-serif;
        font-size: 24px;
        line-height: 0;
        font-weight: 400;
    }
}
