@font-face {
    font-family: "BNPSans";
    src: url(../fonts/bnpp_sans-webfont.eot);
    src: url(../fonts/bnpp_sans-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bnpp_sans-webfont.woff) format("woff"), url(../fonts/bnpp_sans-webfont.ttf) format("truetype"), url(../fonts/bnpp_sans-webfont.svg#BNPSans) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "BNPSansCondensed";
    src: url(../fonts/bnpp_sans_cond_v2-webfont.eot);
    src: url(../fonts/bnpp_sans_cond_v2-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bnpp_sans_cond_v2-webfont.woff) format("woff"), url(../fonts/bnpp_sans_cond_v2-webfont.ttf) format("truetype"), url(../fonts/bnpp_sans_cond_v2-webfont.svg#BNPSansCondensed) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "BNPRounded";
    src: url(../fonts/bnpp-rounded-v2.eot);
    src: url(../fonts/bnpp-rounded-v2.eot?#iefix) format("embedded-opentype"), url(../fonts/bnpp-rounded-v2.woff) format("woff"), url(../fonts/bnpp-rounded-v2.ttf) format("truetype"), url(../fonts/bnpp-rounded-v2.svg#BNPRounded) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
/***********************************************
*	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;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
textarea {
    font-family: sans-serif;
    color: white;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #241a17;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #241a17;
    color: #fff;
    text-shadow: none;
}
a {
    color: #2380d0;
    cursor: pointer;
}
a:hover {
    color: #2380d0;
}
a:hover,
a:active {
    color: #2380d0;
    outline: 0;
}
a:focus {
    outline: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cbc1b3;
    margin: 1.5em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.container,
.main-nav a {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .container,
    .main-nav a {
        width: 760px;
    }
}
@media (min-width: 992px) {
    .container,
    .main-nav a {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .main-nav a {
        width: 1180px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}
.ir br {
    display: none;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.bi {
    display: block;
}
.lt-ie7 .clearfix,
.lt-ie7 .brandbar .container,
.brandbar .lt-ie7 .container,
.lt-ie7 .topbar .container,
.topbar .lt-ie7 .container,
.lt-ie7 .main-nav .container,
.main-nav .lt-ie7 .container,
.lt-ie7 .main-nav a,
.main-nav .lt-ie7 a {
    height: 1%;
    overflow: visible;
}
.lt-ie8 .clearfix,
.lt-ie8 .brandbar .container,
.brandbar .lt-ie8 .container,
.lt-ie8 .topbar .container,
.topbar .lt-ie8 .container,
.lt-ie8 .main-nav .container,
.main-nav .lt-ie8 .container,
.lt-ie8 .main-nav a,
.main-nav .lt-ie8 a {
    min-height: 1%;
}
.clearfix,
.brandbar .container,
.brandbar .main-nav a,
.main-nav .brandbar a,
.topbar .container,
.topbar .main-nav a,
.main-nav .topbar a,
.main-nav .container,
.main-nav a {
    zoom: 1;
}
.clearfix:before,
.brandbar .container:before,
.brandbar .main-nav a:before,
.main-nav .brandbar a:before,
.topbar .container:before,
.topbar .main-nav a:before,
.main-nav .topbar a:before,
.main-nav .container:before,
.main-nav a:before,
.clearfix:after,
.brandbar .container:after,
.brandbar .main-nav a:after,
.main-nav .brandbar a:after,
.topbar .container:after,
.topbar .main-nav a:after,
.main-nav .topbar a:after,
.main-nav .container:after,
.main-nav a:after {
    display: table;
    content: "";
    zoom: 1;
}
.clearfix:after,
.brandbar .container:after,
.brandbar .main-nav a:after,
.main-nav .brandbar a:after,
.topbar .container:after,
.topbar .main-nav a:after,
.main-nav .topbar a:after,
.main-nav .container:after,
.main-nav a:after {
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
ul.unstyled,
ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.centered {
    text-align: center;
}
.strike {
    text-decoration: line-through;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
body {
    color: #1d1d1b;
    background-color:#5F5F5F;
    min-height: 1000px;
    padding-top: 44px;
    position: relative;
    font-family: 'BNPSans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
    body {
        padding-top: 0;
    }
}
.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 960px;
}
.cta {
    background-color: #00965E;
    color: white;
    display: block;
    width:100%;
    margin-top:20px;
    border:0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'BNPSansCondensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.cta:hover {
    background-color: #f2f2f2;
    color: #1d1d1b;
}
.brandbar {
    background-color: #15925f;
    height: 38px;
}
.brandbar .container,
.brandbar .main-nav a,
.main-nav .brandbar a {
    position: relative;
}
.brandbar .brandbar-info {
    color: #000;
    margin: 0 0 0 16px;
    position: relative;
    text-transform: uppercase;
    top: 2px;
    font-family: 'BNPRounded', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 38px;
}
.brandbar .brandbar-info strong {
    color: #bfe5d7;
    margin: 0 0 0 5px;
}
.brandbar .brandbar-textsize,
.brandbar .brandbar-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.brandbar .brandbar-textsize li,
.brandbar .brandbar-nav li {
    float: left;
}
.brandbar .brandbar-textsize a,
.brandbar .brandbar-nav a {
    color: #fff;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 2px;
    font-family: 'BNPRounded', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 38px;
}
.brandbar .brandbar-textsize {
    border-left: 1px solid #008754;
}
.brandbar .brandbar-textsize li {
    border-right: 1px solid #008754;
}
.topbar {
    background-color: #fff;
    border-top: 2px solid #15925f;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 20;
    height: 44px;
    width: 100%;
}
@media (min-width: 992px) {
    .topbar {
        left: auto;
        padding: 25px 0;
        position: static;
        top: auto;
        height: auto;
        width: 100%;
    }
}
.topbar .container,
.topbar .main-nav a,
.main-nav .topbar a {
    position: relative;
}
.topbar .core-feat {
    height: 34px;
    width: 100%;
}
.main-logo {
    float: left;
    margin: 0 0 0 16px;
}
@media (max-width: 450px) {
    .main-logo.has-sitename .site-name {
        border-left: none;
        display: none;
        margin-left: 0;
        padding-left: 0;
    }
}
.main-logo a {
    background: transparent url(../img/bnpp-logo-mobile.png) 0 0 no-repeat;
    display: block;
    float: left;
    margin: 0;
    position: relative;
    top: 7px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 30px;
    width: 144px;
}
@media (min-width: 992px) {
    .main-logo a {
        background: transparent url(../img/bnpp-logo.png) 0 0 no-repeat;
        float: left;
        position: relative;
        top: auto;
        height: 34px;
        width: 166px;
    }
}
.main-logo.logo_zh a {
    background-image:url(../img/bnpplogo_zh.svg);
    height: 36px;
    top:4px;
}
@media (min-width: 992px) {
    .main-logo.logo_zh a {
        background-image: url(../img/bnpplogo_zh.svg);
        height: 46px;
        top:-5px;
    }
}
.main-logo .site-name {
    border-left: 1px solid #60605f;
    color: #60605f;
    float: left;
    margin: 8px 0 0 6px;
    padding-left: 6px;
    position: relative;
    text-transform: uppercase;
    top: 8px;
    font-family: 'BNPSans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
@media (min-width: 992px) {
    .main-logo .site-name {
        top: 2px;
    }
}
@media (min-width: 1200px) {
    .main-logo .site-name {
        margin: 8px 0 0 12px;
        padding-left: 12px;
    }
}
.main-logo .baseline {
    display: none;
    float: left;
    margin: 8px 0 0 17px;
    position: relative;
    top: 2px;
    font-family: 'BNPSans', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 16px;
}
@media (min-width: 992px) {
    .main-logo .baseline {
        display: block;
    }
}
@media (min-width: 1200px) {
    .main-logo .baseline {
        margin: 8px 0 0 32px;
    }
}
.menu-toggle {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-color: #15925f;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 42px;
}
.menu-toggle span {
    background-color: #fff;
    left: 50%;
    margin: -2px 0 0 -12px;
    position: absolute;
    top: 50%;
    height: 3px;
    width: 24px;
}
.menu-toggle:before,
.menu-toggle:after {
    background-color: #fff;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    height: 3px;
    width: 24px;
}
.menu-toggle:before {
    margin: -10px 0 0 -12px;
}
.menu-toggle:after {
    margin: 6px 0 0 -12px;
}
.main-nav {
    background-color: #dfdddc;
    display: none;
    position: fixed;
    top: 44px;
    width: 100%;
    z-index: 10;
}
.main-nav.open {
    display: block;
}
@media (max-width: 991px) {
    .main-nav .main-nav-container {
        padding: 0;
        width: 100%;
    }
}
.main-nav li {
    border-bottom: 1px solid #eee;
}
.main-nav li.mobile {
    background-color: #15925f;
    border-bottom: 1px solid #008754;
}
@media (min-width: 992px) {
    .main-nav li.mobile {
        display: none;
    }
}
.main-nav li.mobile a {
    color: #fff;
}
.main-nav a {
    color: #000;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'BNPRounded', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
}
.main-nav .homepage-button {
    display: none;
}
@media (min-width: 992px) {
    .main-nav {
        background-color: #f3f3f3;
        display: block;
        padding: 0 15px;
        position: relative;
        top: auto;
        height: 50px;
        width: auto;
    }
    .main-nav ul {
        float: left;
    }
    .main-nav li {
        border: none;
        border-left: 1px solid #cecccb;
        float: left;
        margin: 0;
        padding: 0;
    }
    .main-nav a {
        color: #1d1d1b;
        padding: 15px 12px;
        text-decoration: none;
        text-transform: uppercase;
        width: auto;
        font-family: 'BNPRounded', Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 20px;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .main-nav a:hover {
        opacity: 0.8;
        -ms-filter: alpha(opacity=80);
        filter: alpha(opacity=80);
    }
    .main-nav .homepage-button {
        display: block;
    }
    .main-nav .homepage-button a {
        background: transparent url(../img/bnpp-home.png) 50% 50% no-repeat;
        display: block;
        padding: 15px 15px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        height: 50px;
        width: 54px;
    }
}
@media (min-width: 992px) and (min--moz-device-pixel-ratio: 1.3),
(min-width: 992px) and (-o-min-device-pixel-ratio: 2.6 / 2),
(min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.3),
(min-width: 992px) and (min-device-pixel-ratio: 1.3),
(min-width: 992px) and (min-resolution: 1.3dppx) {
    .main-nav .homepage-button a {
        /* on retina, use image that's scaled by 2 */
        
        background-image: url("img/bnpp-home@2x.png");
        background-size: 20px 20px;
    }
}
.core-feat-ctn {
    background-color: #fff;
    padding: 20px;
}
.core-feat {
    background-color: #e9e9e9;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 34px;
    width: auto;
}
.core-feat span {
    left: 0;
    margin-top: -10px;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    text-align: center;
    top: 50%;
    font-family: 'BNPRounded', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.switch {
    padding: 20px 0;
}
.switch a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-family: 'BNPRounded', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.switch a:hover {
    text-decoration: underline;
}
.page-header {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../img/bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='img/bnpp-tmp-header.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bnpp-tmp-header.jpg', sizingMethod='scale')";
}

@media (min-width: 992px) {
    .page-header .container,
    .page-header .main-nav a,
    .main-nav .page-header a,
    .page-header .row {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.page-header .greenbox {
    margin-top:140px;
    background-color: #15925f;
    color: #fff;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom:72px;
}

.page-header .greenbox .greenbox-title {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'BNPSansCondensed', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}
.page-header .greenbox p {
    margin: 0 0 10px;
    font-family: 'BNPSansCondensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    
}
.page-header .greenbox .cta {
    display: block;
    padding: 5px 10px;
}
@media (min-width: 992px) {
    .page-header .greenbox .cta {
        display: inline-block;
        padding: 5px 20px;
    }
}


.whitebox {
    position: relative;
    margin-top: -58px;
    background-color: white;
    color:#5F5F5F;
    margin-left: 32px;
    margin-right: 32px;
    padding: 30px;
}
.whitebox h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'BNPSans',sans-serif;
    font-weight: normal;
    margin-top: 0;
}
.whitebox p {
    font-family: sans-serif;
    font-size: 13px;
}
.whitebox label {
    font-size: 16px;
    display: block;
    font-family: 'BNPSans',sans-serif;
    font-weight: normal;
}
.whitebox input[type="text"], .whitebox input[type="email"], .whitebox input[type="password"] {
    border:1px #DDDDDD solid;
    border-radius: 5px;
    padding:8px;
    width:100%;
    display: block;
    color:#5F5F5F;
}


.fake-footer {
    background-color: rgba(255, 255, 255, 0.4);
    display: none;
    height: 345px;
}
@media (min-width: 768px) {
    .fake-footer {
        display: block;
    }
}
.meta-footer {
    background-color: #fff;
    border-top: 2px solid #15925f;
    display: none;
    height: 48px;
    width: auto;
}
@media (min-width: 768px) {
    .meta-footer {
        display: block;
    }
}
.meta-footer .footer-baseline {
    position: relative;
    font-family: 'BNPSans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
}
.meta-footer .footer-baseline .footer-logo {
    background: transparent url(../img/bnpp-logo-footer.png) 0 0 no-repeat;
    float: left;
    margin: 0 24px 0 0;
    position: relative;
    top: 7px;
    height: 28px;
    width: 136px;
}
.meta-footer .footer-baseline .footer-logo.logo_zh {
    background-image: url(../img/bnpplogo_zh.svg);
    height:36px;
    top:4px;
}
.meta-footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 16px 0;
    font-family: 'BNPRounded', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.meta-footer .footer-list li {
    border-left: 1px solid #1d1d1b;
    float: left;
    padding: 0 5px;
}
.meta-footer .footer-list li:first-child {
    border-left: none;
}
.meta-footer .footer-list a {
    color: #1d1d1b;
    text-decoration: none;
}
.meta-footer .footer-list a:hover {
    text-decoration: underline;
}
/***********************************************
*	MEDIA QUERIES							   *
***********************************************/

@media (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}


#canvasContainer {
    min-height:100vh;
    text-align:center;
}
#canvasContainer .downloadandprint {
    margin:0px auto;
    padding:16px 0 0 0;
 width:80%;
 text-align:right;
}
#canvasContainer .downloadandprint a {
    text-underline:none;
    color:inherit;
    font-size:larger;
    margin-left:24px;
}
#canvasContainer iframe {
    width:80%;
    height:100vh;
    margin-top:24px;
}
.errordetails {
    font-size:24px !important;
}

section.main {
    background-color:#F3F3F3;
    min-height:100vh;
}
.col {
    padding-bottom:48px;
}
.col h1 {
    margin-top:0;
    padding-top:60px;
    font-weight:normal;
    font-size:30px;
}
.col a {
    color:inherit;
    text-decoration:none;
}
.col a:hover {
    text-decoration:underline;
}
.col {
    width:100%;
    max-width:1114px;
    margin:0 auto;
}
.col table {
    border-collapse:collapse;
    font-size:13px;
    width:100%;
    padding:24px;
}
.col table tr th {
    padding:18px;
    text-align:left;
    font-size:14px;
    color:#7C7C7B;
}
.col table tr td {
    background-color:white;
    padding:18px;
    color:#5F5F5F;
    border-bottom: 1px #DDDDDD solid;
}
.autocomplete {
    color:black;
    font-size:18px;
    padding:18px;
    width:100%;
    border:1px #ddd solid;
    background:
        #fafafa
        url('../img/magnifier.png')
        no-repeat
        98% center;
}
.autocompleteresultswrapper {
    height:0;

}
.autocompleteresults {
    display:none;
    width:100%;
    padding:18px;
    margin:0;
    background-color:white;
    box-shadow:4px 4px 9px 0px rgba(0,0,0,0.5);
    z-index:100;
    position:relative;
}
.autocompleteresults h2 {
    margin:0;
    margin-top:20px;
}
.autocompleteresults ul {
    padding:0;
    margin:0;
}
.autocompleteresults li {
    list-style-type:none;
    padding:12px;
    margin:0;
}
.main-nav {
    border-bottom:1px solid #cecccb;
}
.static h1 {
    line-height:40px;
}
.cta.mini {
    margin:0;
    width:300px;
    display:inline-block;
}
.btnwrap {
    text-align:right;
    margin:0;
    padding-top:24px;
}
.addform input {
    width:300px;
    color:black;
    font-size:16px;
    padding:8px;
}
#pininternal, #pinexternal {
    display: none;
}
#clearbutton {
    padding-left: 20px;
}
.col45 {
    width: 45%;
}
.col16 {
    width: 16%;
}
.col7 {
    width: 7%;
}
.nowrap {
    white-space: nowrap;
}
.olderwrapper {
    text-align: center;
    margin-top: 24px;
    display:flex;
    justify-content: center;
    flex-direction: row;
    gap:16px;
}