.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -ms-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -ms-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: NotoSans, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px)and (orientation:portrait),
screen and (max-width:736px)and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

#afpaasCookieConsentWindow {
    background: #fff;
    color: #1a1a1a;
    font-family: NotoSans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding: 32px;
    margin: 22px;
}

@media screen and (min-width: 414px) and (orientation: landscape)    {
    #afpaasCookieConsentWindow {
        min-width: 35em;
    }
}

#afpaasCookieConsentWindow .cc-link {
    color: #CBA134;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    padding: 0;
    opacity: 1
}

#afpaasCookieConsentWindow .cc-compliance .cc-btn {
    background-color: #CBA134;
    border-color: #CBA134;
    color: #fff;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: NotoSans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    border-radius: .25rem
}

#afpaasCookieConsentWindow .cc-compliance .cc-btn:focus,
#afpaasCookieConsentWindow .cc-compliance .cc-btn:hover {
    background-color: #cba134;
    border-color: #cba134;
    color: #fff
}

#afpaasCookieConsentWindow .cc-compliance .cc-btn:active {
    background-color: #cba134;
    border-color: #cba134;
    color: #fff
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

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

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -ms-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -ms-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: NotoSans, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px)and (orientation:portrait),
screen and (max-width:736px)and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

@font-face {
    font-family: NotoSans;
    src: url(../fonts/noto-sans/NotoSans-Regular.ttf) format("truetype");
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(../fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(../fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-times:before {
    content: "\f00d"
}

* {
    font-size: 16px
}

html {
    min-height: 100vh;
    box-sizing: border-box;
    font-size: 16px
}

html *,
html :after,
html :before {
    box-sizing: border-box
}

html body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    background-image: url(../images/afpaas/Beach.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #3c454f;
    font-family: NotoSans, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    font-size: 1rem;
    font-smooth: always;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-tap-highlight-color: transparent
}

@media screen and (min-width:48em) {
    html body {
        background-position-y: 0;
    }
}

.static-content header {
    height: 3.875rem;
    background-color: #fff;
    padding: 0;
    border-top: 0 solid #bcc4cc;
    border-right: 0 solid #bcc4cc;
    border-bottom: 0 solid #bcc4cc;
    border-left: 0 solid #bcc4cc;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1100
}

@media screen and (min-width:35.5625em) {
    .static-content header {
        height: 3.875rem
    }
}

@media screen and (min-width:48em) {
    .static-content header {
        height: 5rem
    }
}

.static-content header .logo-link {
    z-index: 1100
}

.static-content header .logo-image {
    display: none;
    width: 16.25rem;
    height: 3.9375rem;
    margin: 0 .0625rem 0 .0625rem;
    background-image: url(../images/logos/bpi-ifl-logo.png);
    background-size: cover
}

@media screen and (max-width:19.9375em) {
    .static-content header .logo-image {
        width: 5.125rem;
        height: 1.875rem;
        background-size: 5.125rem 1.875rem;
        background-repeat: no-repeat;
        margin: 0 .625rem 0 .625rem
    }
}

@media screen and (max-width:21.25em) {
    .static-content header .logo-image {
        width: 5.125rem;
        height: 1.875rem;
        background-size: 5.125rem 1.875rem;
        background-repeat: no-repeat
    }
}

@media screen and (min-width:35.5625em) {
    .static-content header .logo-image {
        width: 16.25rem;
        height: 3.9375rem;
        margin: 0 .0625rem 0 .0625rem
    }
}

@media screen and (min-width:48em) {
    .static-content header .logo-image {
        width: 16.25rem;
        height: 3.9375rem;
        margin: 0 .0625rem 0 1.25rem
    }
}

.static-content header .menu {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.static-content header .menu .menu-entry {
    min-width: 5.125rem;
    max-width: 6.875rem;
    padding: 0 1.125rem 0 1.125rem;
    border-left: .0625rem solid #d5d9de;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    z-index: 1100;
    text-decoration: none;
    transition: background-color .1s linear
}

.static-content header .menu .menu-entry .menu-title {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a
}

.static-content header .menu .menu-entry .menu-title:hover {
    color: #1a1a1a
}

.static-content header .menu .menu-entry .menu-title:active {
    color: #1a1a1a
}

.static-content header .menu .menu-entry .menu-icon {
    margin-bottom: .3125rem;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 1.125rem
}

.static-content header .menu .menu-entry:hover {
    background-color: rgba(221, 216, 213, .5);
    transition: background-color .1s linear
}

.static-content header .menu .menu-entry:active {
    background-color: rgba(221, 216, 213, .5);
    transition: background-color .1s linear
}

@media screen and (max-width:19.9375em) {
    .static-content header .menu .menu-entry {
        padding: 0 .3125rem 0 .3125rem;
        min-width: 4.125rem;
        max-width: 5.875rem
    }
}

@media screen and (min-width:35.5625em) {
    .static-content header .menu .menu-entry {
        min-width: 5.125rem;
        max-width: 6.875rem
    }
}

@media screen and (min-width:48em) {
    .static-content header .menu .menu-entry {
        min-width: 6.25rem;
        max-width: 9.375rem
    }
}

.static-content .languages {
    position: absolute;
    top: 4.125rem;
    right: 5.125rem;
    padding: 1.25rem 0 1.25rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 0 solid #848e99;
    border-right: 0 solid #848e99;
    border-bottom: 0 solid #848e99;
    border-left: 0 solid #848e99;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
    z-index: 1100
}

@media screen and (min-width:35.5625em) {
    .static-content .languages {
        top: 4.125rem;
        right: 5.125rem
    }
}

@media screen and (min-width:48em) {
    .static-content .languages {
        top: 5.25rem;
        right: 6.25rem
    }
}

.static-content .languages .language-entry {
    width: 100%;
    margin-bottom: .375rem;
    padding: .1875rem 1.5rem .1875rem 1.5rem;
    background-color: #fff;
    font-size: 18px;
    color: #CBA134;
    text-decoration: none
}

.static-content .languages .language-entry:last-child {
    margin-bottom: 0
}

.static-content .languages .language-entry:hover {
    background-color: rgba(255, 227, 228, .5);
    color: #7a0023;
    text-decoration: none
}

.static-content .languages .language-entry:active {
    background-color: rgba(255, 227, 228, .8);
    color: #CBA134
}

.static-content .languages--hidden {
    display: none
}

#content {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5.4375rem;
    padding-bottom: 5.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000
}

@media screen and (max-width:19.9375em) {
    #content {
        width: 13.625rem
    }
}

@media screen and (min-width:35.5625em) {
    #content {
        top: 0;
        left: 0;
        right: 0;
        width: 25rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 6.0625rem
    }
}

@media screen and (min-width:48em) {
    #content {
        min-height: 94%;
        zoom: 75%;
        margin-right: 100px;
        width: 33.75rem;
        padding-top: 8.125rem;
        -ms-zoom: 0.75;
		-webkit-zoom: 0.75;
		-moz-transform:  scale(0.75,0.75);
		-moz-transform-origin: center right;
        
    }
}

@-moz-document url-prefix() {
    #content {
	padding: 0px;
    }
}

#content>:not(form),
#content>form>* {
    padding-top: 1rem
}

#content>:last-child {
    padding-bottom: 1rem
}

#content>* {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    background-color: #fff;
    margin: 0
}

@media screen and (min-width:35.5625em) {
    #content>* {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }
}

@media screen and (min-width:48em) {
    #content>* {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }
}

#content h1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #F7F6EE;
    font-size: 1.625rem;
    font-weight: 300;
    color: #3c3c3c;
    border-top: 0 solid #b3002e;
    border-right: 0 solid #b3002e;
    border-bottom: 0 solid #b3002e;
    border-left: 0 solid #b3002e
}

@media screen and (min-width:35.5625em) {
    #content h1 {
        font-size: 2.5rem
    }
}

@media screen and (min-width:48em) {
    #content h1 {
        font-size: 2.5rem
    }
}

#content h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    border-top: 0 solid #b3002e;
    border-right: 0 solid #b3002e;
    border-bottom: 0 solid #b3002e;
    border-left: 0 solid #b3002e
}

@media screen and (min-width:35.5625em) {
    #content h2 {
        font-size: 1.125rem
    }
}

@media screen and (min-width:48em) {
    #content h2 {
        font-size: 1.125rem
    }
}

#content form {
    overflow-y: auto
}

#content form #inputline {
    width: 100%;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 600;
}

#content form #inputline input[type=password],
#content form #inputline input[type=text] {
    height: 3rem;
    width: 100%;
    padding: .3125rem .75rem .3125rem .75rem;
    border-width: .0625rem .0625rem .0625rem .0625rem;
    border-color: rgba(128, 128, 128, .5);
    border-style: solid;
    border-radius: .25rem;
    background-color: #fff;
    margin-top: .625rem;
    color: #1a1a1a;
    outline: 0;
    font-weight: 600
}

#content form #inputline input[type=password]:hover,
#content form #inputline input[type=text]:hover {
    background-color: #fff;
    border-color: rgba(128, 128, 128, .5);
    color: #1a1a1a
}

#content form #inputline input[type=password]:focus,
#content form #inputline input[type=text]:focus {
    background-color: #fff;
    border-color: rgba(128, 128, 128, .5);
    color: #1a1a1a
}

#content form #submitbuttons {
    overflow: auto
}

#content form #submitbutton {
    display: inline-block
}

#content form input[type=button],
#content form input[type=submit] {
    padding: .875rem 1.5rem .875rem 1.5rem;
    border-style: solid;
    border-radius: .25rem;
    border-width: .0625rem .0625rem .0625rem .0625rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease;
    min-width: 7.5rem;
    margin-right: .625rem;
    float: left;
    min-height: 3rem
}

#content form input[type=button]:focus,
#content form input[type=button]:hover,
#content form input[type=submit]:focus,
#content form input[type=submit]:hover {
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease
}

#content form input[type=button]:active,
#content form input[type=submit]:active {
    transition: all .2s ease
}

#content form input[type=button]:focus,
#content form input[type=submit]:focus {
    outline: 0
}

#content form input[type=submit] {
    background-color: #CBA134;
    border-color: #CBA134;
    color: #fff;
    font-weight: 600;
}

#content form input[type=submit]:focus,
#content form input[type=submit]:hover {
    background-color: #CBA134;
    border-color: #CBA134;
    color: #fff
}

#content form input[type=submit]:active {
    background-color: #CBA134;
    border-color: #CBA134;
    color: #fff
}

#content form input[type=button] {
    background-color: #ffffff;
    border-color: #CBA134;
    color: #CBA134
}

#content form input[type=button]:focus,
#content form input[type=button]:hover {
    background-color: #ffffff;
    border-color: #CBA134;
    color: #CBA134
}

#content form input[type=button]:active {
    background-color: #ffffff;
    border-color: #CBA134;
    color: #CBA134
}

#content form input[type=button][name=CANCEL] {
    background-color: #ffffff;
    border-color: #CBA134;
    color: #CBA134
}

#content form input[type=button][name=CANCEL]:focus,
#content form input[type=button][name=CANCEL]:hover {
    background-color: #f7f7f7;
    border-color: #1a1a1a;
    color: #1a1a1a
}

#content form input[type=button][name=CANCEL]:active {
    background-color: #CBA134;
    border-color: #CBA134;
    color: #ffffff
}

#content form #cryptogram {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 13.375rem
}

#content form #newTokenButton {
    background-color: #ffffff;
    border-color: #CBA134;
    color: #CBA134
}

#content form #newTokenButton:focus,
#content form #newTokenButton:hover {
    background-color: #ffffff;
    border-color: #CBA134;
    color: #CBA134
}

#content form #newTokenButton:active {
    background-color: #ffffff;
    border-color: #CBA134;
    color: #CBA134
}

#content table input[type=button],
#content table input[type=submit] {
    margin-bottom: 0;
    margin-right: 0
}

#content table th {
    color: #3c454f;
    font-size: 1rem;
    font-weight: 600;
    text-align: left
}

#content table td b {
    color: #3c454f;
    font-size: 1rem;
    font-weight: 400
}

#content table td,
#content table th {
    padding: .25rem .5rem .25rem .5rem
}

#content table td:first-of-type,
#content table th:first-of-type {
    padding-left: 0
}

#content table td:last-of-type,
#content table th:last-of-type {
    padding-right: 0
}

#content #text {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem
}

#content a {
    color: #CBA134;
    text-decoration: underline
}

#content a:hover {
    color: #a2812a;
    text-decoration: underline
}

#content a:active {
    color: #CBA134
}

#content #selfreglink {
    display: none
}

#content #disclaimer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ddd8d5;
    padding-top: 1rem;
    padding-bottom: 1rem
}

#content #disclaimer .divider {
    padding-left: .625rem;
    padding-right: .625rem
}

#content #website-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ddd8d5;
    padding-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 3rem
}

#content #website-info .divider {
    padding-left: .625rem;
    padding-right: .625rem
}

#content #bpiLoginLogo {
    background-image: url(../images/afpaas/bpi-pbu-logo.png);
    height: 78px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    vertical-align: middle
}

#content #bpiLoginLogoBg {
    background-color: #fff;
    padding: 10px 50px 10px 50px
}

#content #lowermessage>div,
#content #uppermessage>div {
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0;
    position: relative;
    border-width: .0625rem;
    border-style: solid;
    overflow: auto
}

#content #lowermessage>ul,
#content #uppermessage>ul {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px
}

#content #lowermessage>ul>li,
#content #uppermessage>ul>li {
    font-size: 1rem
}

#content #uppermessage>div {
    border-style: none
}

#content #uppermessage {
    padding-top: 1.25rem;
    font-size: 1rem
}

#content #lowermessage {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem
}

#content #lowermessage #maintenancemessage {
    background-color: #e2f6fc;
    border-color: #e2f6fc;
    color: #004d71
}

#content #lowermessage>div>p {
    font-size: 1rem
}

#content .WARNING {
    background-color: #fcead4;
    border-color: #fcead4;
    color: #7a2f00;
    margin-top: 10px
}

#content .ERROR {
    background-color: #ffe3e4;
    border-color: #ffe3e4;
    color: #59001b;
    margin-top: 10px
}

#content .INFO {
    background-color: #fcead4;
    border-color: #fcead4;
    color: #7a2f00;
    margin-top: 10px
}

#content .SUCCESS {
    background-color: #effad7;
    border-color: #effad7;
    color: #005744;
    margin-top: 10px
}

.afpaas-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1200
}

.afpaas-modal-container .afpaas-modal {
    width: 12.625rem;
    background-color: #fff;
    border: 0 solid #848e99;
    border-radius: 0;
    box-shadow: 0 .1875rem .375rem 0 rgba(0, 0, 0, .5);
    margin-top: 6.9375rem;
    margin-left: auto;
    margin-right: auto
}

.afpaas-modal-container .afpaas-modal .afpaas-modal-header {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .75rem 1.875rem .75rem 1.875rem;
    border-bottom: .0625rem solid #d5d9de;
    color: #b3002e;
    font-size: 16px;
    font-weight: 600
}

.afpaas-modal-container .afpaas-modal .afpaas-modal-header .afpaas-modal-close {
    color: #5d5d5d;
    font-size: 20px;
    cursor: pointer
}

.afpaas-modal-container .afpaas-modal .afpaas-modal-header .afpaas-modal-close:hover {
    color: #5d5d5d
}

.afpaas-modal-container .afpaas-modal .afpaas-modal-content {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem
}

.afpaas-modal-container .afpaas-modal .afpaas-modal-content>p {
    font-size: 1rem
}

@media screen and (min-width:35.5625em) {
    .afpaas-modal-container .afpaas-modal {
        width: 22rem;
        margin-top: 7.5625rem
    }
}

@media screen and (min-width:48em) {
    .afpaas-modal-container .afpaas-modal {
        width: 40rem;
        margin-top: 9.625rem
    }
}

.afpaas-modal-container.afpaas-modal-container--hidden {
    display: none
}

.mtan-no-mgt-table .mtan-no-mgt-colhead:nth-of-type(3),
.mtan-no-mgt-table .mtan-no-mgt-colhead:nth-of-type(4) {
    display: none
}