body {
    background-color: #f3f3f5;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
}
a {
    color: #DA8102;
}
a:hover, a:focus {
    color: #DA8102;
    text-decoration: underline;
}
.landing {
    background-color: #071D49;
}
.masthead {
    padding-top: 30px;
}
.header-logo {
    max-width: 200px;
    margin-bottom: 24px;
    display: block;
}
.hero-image {
    border-radius: 50%;
    position: relative;
    z-index: -1;
    margin: 0 auto;
}
.bubble-icon img {
    width: 44px;
    height: 44px;
}
.bubble-select {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px 24px 10px;
}
.bubble-select:hover, .bubble-select:focus {
    text-decoration: none;
}
.bubble-select:hover .bubble-icon, .bubble-select:focus .bubble-icon {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}
.bubble-select:hover .bubble-content, .bubble-select:focus .bubble-content, .bubble-select:hover .bubble-clickhere, .bubble-select:focus .bubble-clickhere {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.bubble-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DA8102;
    transition: box-shadow .2s ease-in, transform .2s ease-in;
    z-index: 1;
}
.bubble-content {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #091538;
    background-color: #f3f3f5;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 28px;
    margin-top: -40px;
    transition: box-shadow .2s ease-in
}
.bubble-clickhere {
    border-radius: 5px;
    text-align: center;
    width: 220px;
    height: 42px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -30px;
    background-color: #DA8102;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .2s ease-in;
    letter-spacing: .4px;
}
.bubble-announcements .bubble-icon, .bubble-announcements .bubble-clickhere {
    background-color: #B80E80;
}
.main-content {
    text-align: center;
    position: relative;
}
.list-announcements {
    color: #fff;
    background-color: #071D49;
    list-style: none;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
.list-announcements li + li {
    border-top: 1px solid #fff;
}
.list-announcements a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 8px 16px;
    transition: background-color .1s ease;
}
.list-announcements a:hover, .list-announcements a:focus {
    background-color: #DA8102;
    text-decoration: none;
}
.list-icon {
    background-color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .1s ease;
}
.list-icon img {
    width: 22px;
    height: 22px;
}
.list-announcements a:hover .list-icon, .list-announcements a:focus .list-icon, .contact-badge:hover, .contact-badge:focus {
    transform: scale(1.1);
}
.list-announcements p {
    margin: 0 0 0 16px;
}
.contact-info {
    background-color: #fff;
    color: #071D49;
    margin-bottom: 16px
}
.contact-info .h6 {
    color: #DA8102;
    margin-bottom: 16px;
}
.contact-info .row a {
    margin-left: 8px;
}
.contact-icon {
    width: 18px;
    margin-right: 12px;
    vertical-align: baseline;
}
.contact-badge {
    width: 120px;
    height: auto;
    padding: 8px;
    display: inline-block;
    transition: transform .2s ease;
}
.disclaimer {
    background-color: #fff;
    padding: 8px 30px;
    color: #999;
    text-align: center;
    font-size: 13px;
    margin-bottom: 16px
}
.orange-line {
    height: 1px;
    background-color: #DA8102;
    margin: 10px 0;
}

body#page--document-library.page--documentsContainer.current-section--pensioner, div.page-container, div.container, div.row div.col-xs-12.col-sm-8.col-lg-7.col-lg-offset-2, div.thumbnails.thumbnails--with-sidebar, div.thumbnail:nth-child(3) {display:none;}

.footer h3 {
    display: none;
}

/*BREAKPOINTS*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .contact-number {
        font-size: 18px;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .hero-image {
        width: 60%;
        margin-bottom: -160px;
    }
    .contact-info > .row > div:last-child {
        border-left: 1px solid black;
        padding-left: 32px;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .bubble-select {
        margin: 30px 8px;
    }
    .contact-number {
        font-size: 18px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .main-content {
        height: 870px;
    }
    .bubble-announcements {
        position: absolute;
        top: 100px;
        left: 70px;
    }
    .bubble-login {
        position: absolute;
        top: -40px;
        right: 70px;
    }
    .bubble-contact {
        position: absolute;
        bottom: 220px;
        right: 70px;
    }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .main-content {
        height: auto;
        margin-top: -100px;
    }
    .hero-image {
        width: 100%;
        max-width: 940px;
    }
    .bubble-announcements {
        top: 240px;
        left: 0;
    }
    .bubble-login {
        top: 60px;
        right: 0;
    }
    .bubble-contact {
        bottom: 180px;
        right: 0;
    }
    .contact-number {
        font-size: 24px;
    }
}