/* GLOBAL STYLES */

#topnav div,
#pageWrapper * { font-family: 'Noto Sans', Arial, Helvetica, sans-serif;}

body {
    background: url('/finance-platform/images/bg.gif') repeat-x 0px var(--_header-height);
    min-width: 1300px;
}

main h1,
main h2 { color: #1d547c; }

main h1 {
    font-size: 32px;
    line-height: 34px;
}

h3.lightgray { font-size: 16px; }

div#menuspace { margin: 0; }

.bluebar { border-top: 3px solid #0f75bf; }

main a { color: #1d547c; }

main a:hover { color: #29b1f8; }

div#pageWrapper {
    padding: 50px 0 0;
    width: 940px;
    margin-left: 60px;
}

main.page-wrapper {
    width: 1000px;
    margin: 1px auto 40px;
}

#overview main.page-wrapper {
    width: 1240px;
    margin: 1px auto 40px;
}

.chevron,
.required { color: #1d547c; }

/* TOP NAV ON ALL PAGES */

div#topnav_wrap {
    overflow: hidden;
    height: 102px;
    width: 100%;
}

#topnav_wrap img#logo { margin-top: 12px; }

#topnav_wrap table#topnav_buttons {
    position: absolute;
    right: 0px;
    top: 40px;
}

#topnav { margin-left: 40px; }

div#topnav div a {
    color: #fff;
    font-weight: bold;
}

div#topnav div a:hover { color: #205174; }

body#overview div#overviewtab,
body#why div#whytab,
body#features div#featurestab,
body#whatsnew div#whatsnewtab,
body#howtobuy div#howtobuytab { background: url('../images/topnav_tab.gif') no-repeat bottom left; }

body#overview div#overviewtab a,
body#why div#whytab a,
body#features div#featurestab a,
body#whatsnew div#whatsnewtab a,
body#howtobuy div#howtobuytab a {
    background: url('../images/topnav_tab.gif') no-repeat bottom right;
    color: #525252;
}

/* --- */

/* OVERRIDES Styles for BLUE buttons */

/* containers for buttons-- button is for a regular button */

div#topnav-contact { width: max-content; }

div.button {
    margin: 0 5px 10px 0;
    cursor: pointer;
}

div.largebutton {
    margin: 0 5px 10px 0;
    cursor: pointer;
}

/* --- */

/* regular button style */

div.button span.buttonLeft {
    background: url('../images/blue-button.png') no-repeat top left;
    float: left;
    height: 27px;
    line-height: 25px;
    width: 10px;
    color: #fff;
}

div.button span.buttonRight {
    background: url('../images/blue-button.png') no-repeat top right;
    letter-spacing: .03em;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    font-family: Trebuchet MS, Arial, Verdana, Geneva, sans-serif;
    height: 27px;
    float: left;
    padding-right: 10px;
    color: #fff;
}

div.button span.buttonRight a,
div.button span.buttonRight a:hover { color: #fff; }

div.button.hover span.buttonLeft { background: url('../images/blue-button.png') no-repeat bottom left; }

div.button.hover span.buttonRight { background: url('../images/blue-button.png') no-repeat bottom right; }

/* --- */

/* large button style */

div.largebutton span.largebuttonLeft {
    background: url('../images/blue-buttonLarge.png') no-repeat top left;
    float: left;
    height: 35px;
    width: 10px;
    color: #fff;
}

div.largebutton span.largebuttonRight {
    background: url('../images/blue-buttonLarge.png') no-repeat top right;
    letter-spacing: .03em;
    font-weight: bold;
    font-size: 16px;
    line-height: 33px;
    font-family: Trebuchet MS, Arial, Verdana, Geneva, sans-serif;
    height: 35px;
    float: left;
    padding-right: 10px;
    color: #fff;
}

div.largebutton span.largebuttonRight a,
div.largebutton span.largebuttonRight a:hover{ color: #fff; }

div.largebutton.hover span.largebuttonLeft { background: url('../images/blue-buttonLarge.png') no-repeat bottom left; }

div.largebutton.hover span.largebuttonRight { background: url('../images/blue-buttonLarge.png') no-repeat bottom right; }

/* --- */

/* white button style */

div.button span.whitebuttonLeft {
    background: url('../images/white-bluebutton.png') no-repeat top left;
    float: left;
    height: 27px;
    line-height: 25px;
    width: 10px;
    color: #e00400;
}

div.button span.whitebuttonRight {
    background: url('../images/white-bluebutton.png') no-repeat top right;
    letter-spacing: .03em;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    font-family: Trebuchet MS, Arial, Verdana, Geneva, sans-serif;
    height: 27px;
    float: left;
    padding-right: 10px;
    color: #0085cc;
}

div.button span.whitebuttonRight a,
div.button span.whitebuttonRight a:hover { color: #0085cc; }

div.button.hover span.whitebuttonLeft { background: url('../images/white-bluebutton.png') no-repeat bottom left; }

div.button.hover span.whitebuttonRight { background: url('../images/white-bluebutton.png') no-repeat bottom right; }

/* --- */

/* used if the button is an input for a form */

div.button input {
    background: transparent;
    border: 0px;
    width: auto;
    overflow: visible;
    height: 27px;
    line-height: 25px;
    color: #fff;
    letter-spacing: .03em;
    font-size: 13px;
    font-family: Trebuchet MS, Arial, Verdana, Geneva, sans-serif;
    padding: 0px;
    margin: 0;
    cursor: pointer;
}

/* --- */

/* --- */

/* used on other pages besides FEATURES, HOW TO BUT ALSO */

#features-content-wrap { margin: 0; }

#features-content-wrap #leftcol {
    float: left;
    width: 400px;
}

#features-content-wrap #rightcol {
    float: right;
    width: 400px;
    margin-top: 20px;
}

#features-content h1 { font-weight: normal; }

.call-phone {
    color: #666;
    margin: -1px 10px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
}

.fp-version-2-badge {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1000;
    background: url('/finance-platform/images/fp-version-2-badge.png') no-repeat;
    width: 255px;
    height: 43px;
}

body#contact div#topnav-contact { display: none; }

/* infokit footer
/* ------------------------------------------------------------------------- */

#infokit-footer { width: 964px; }

#infokit-footer .footer-margin { margin: 0 0 0 54px; }

body#whatsnew #infokit-footer { width: 984px; }

body#whatsnew #infokit-footer .footer-margin { margin: 0 0 0 74px; }

#infokit-footer .footer-col-left {
    float: left;
    width: 300px;
}

#infokit-footer .footer-col-right {
    float: right;
    width: 280px;
}

#infokit-footer .podBG { padding: 15px; }

.footer-col-left .download-col-left {
    float: left;
    padding: 8px 0 0 0;
}

.footer-col-left .download-col-right { float: right; }

.download-col-right .largebutton {
    width: 245px;
    margin: 0 auto !important;
    padding: 0;
}

.download-col-right .largebutton .largebuttonRight {
    width: 225px;
    font-size: 12px;
    letter-spacing: normal;
    text-align: center;
    white-space: nowrap;
}

.download-col-right .largebutton .largebuttonRight a {
    display: inline-block;
    padding: 2px 0 0 0;
}