﻿.navbar-brand > img {
    margin-left: 0;
}

.header-menu {
    margin: 0;
}

.header-banner {
    background-image: url('/Design-Subsites/assets/Corporate/img/bg-banner-flag.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: none;
    height: 25rem;
    margin: 0;
    position: relative;
}

.header-banner:before {
    background-color: rgba(0,0,0,0.1);
    background-image: url('/Design-Subsites/assets/Corporate/img/bg-swoosh-banner.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-banner .tagline {
    color: #fff;
    position: relative;
    top: 10rem;
    font-size: 34px;
    font-weight: 900;
    line-height: 41px;
    text-shadow: 0 2px 4px rgba(5,5,5,0.5);
    text-transform: uppercase;
}

.image-container{
    background-size: cover;
}

.card-alternative.card-border {
    border: 9px solid #FFFFFF;
    border-radius: 3px;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .card-alternative.card-mh-md-up {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .card-alternative.card-mh-xs-dn {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .card-alternative .card-img,
    .card .card-img {
        object-fit: cover;
        height: 100%;
    }
}

.card-alternative .card-img-overlay-floater {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0;
}

.card-alternative .card-img-overlay.card-img-overlay-blue,
.card-alternative .card-img-overlay .card-img-overlay-blue {
    background-color: transparent;
    color: rgba(59, 89, 162, 0.7);
}

.card-alternative .card-img-overlay.card-img-overlay-white,
.card-alternative .card-img-overlay .card-img-overlay-white {
    background-color: transparent;
}

.content-banner {
    background-color: #fff;
}

.content-banner img {
    border: 1px solid #E1E1E1;
    display: block;
    height: auto;
    width: 100%;
}

.content-banner h2 {
    text-transform: uppercase;
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
}

.content-banner p {
    color: #505A5E;
    font-size: 17px;
    line-height: 21px;
}

.content-banner a {
    background-color: #3B59A2;
    border-radius: 3px;
    padding: 17px 19px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
}

.content-banner a:hover,
.content-banner a:active,
.content-banner a:focus {
    background-color: #4f6fbf;
    text-decoration: none;
}

.footer-body {
    padding: 0;
}

.page-footer .menu-links {
    padding-left: 0;
    padding-right: 0;
}

.page-footer .menu-links a {
    color: #fff;
    font-size: 17px;
    line-height: 39px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-footer .menu-links a:hover,
.page-footer .menu-links a:active,
.page-footer .menu-links a:focus {
    color: #bfbfbf;
}

.footer-footer {
    line-height: 4;
    text-align: center;
}

.top-links a:first-child {
    margin-left: 0;
}

.offset-top-0 {
    margin-top: 0 !important;
}

.section-block.bg-white {
    background-color: #fff;
    padding: 25px 30px;
    box-shadow: 0 0.118rem 0.294rem rgba(191, 191, 191, 0.75);
    transition: box-shadow .2s;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.section-block .row {
    margin-bottom: 1rem;
}

.section-block .row:last-child {
    margin-bottom: 0;
}

.section-full .card-alternative a,
.section-block .card-alternative a {
    display: block;
    height: 100%;
    border-radius: 0.294rem;
    overflow: hidden;
}

.section-block .card-alternative img {
    width: 100%;
    object-fit: cover;
    max-height: 130px;
}

.section-block .card-alternative .card-img-overlay-floater {
    background-color: #fff;
}

.section-block .card-alternative.card-border {
    border: none;
}

.section-block .card-alternative .card-text {
    text-align: left;
}

.section-block .card-alternative .card-title {
    text-align: left;
}

.section-block .card-alternative .card-title:after {
    content: none;
}

.section-block .card-alternative .card-title.card-img-overlay-blue {
    color: #3B59A2;
}

.publications {
    background-color: #fff;
    padding: 0 20px 15px;
    margin: 15px;
}
.publications header {
    border-radius: 4px 4px 0 0;
    background-color: #3B59A2;
    padding: 17px 20px;
    margin: 0 -20px 26px;
}
.publications .page-title {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}
.publications p {
    color: #505A5E;
    font-family: Lato;
    font-size: 17px;
    line-height: 21px;
}
.publications .newsitem {
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 0 #E1E1E1;
    padding: 20px;
    margin-bottom: 20px;
}
.publications .news {
    display: block;
}

.publications .news-content {
    display: flex;
}
.publications .news-title {
    display: block;
}
.publications .img {
    display: block;
    /*flex-direction: column;*/
    /*width: 100%;*/
    margin-right: 1rem;
}

.publications .img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.publications .msg {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.publications .msg a {
    color: #3B59A2;
    position: relative;
}

.publications .msg a:hover,
.publications .msg a:active,
.publications .msg a:focus {
    color: #3B59D2;
    text-decoration: none;
}

.banner-list {
    background-color: transparent;
    position: relative;
    z-index: 9;
}

.banner-list #breadcrumb-list {
    position: absolute;
}

.banner-list #breadcrumb-list .breadcrumb-item {
    color: #fff;
    font-weight: 200;
}

.banner-list #breadcrumb-list .breadcrumb-item:last-of-type {
    color: #fff;
    font-weight: 700;
}

@media (min-width: 992px) {
    .offset-top {
        margin-top: -7.5rem;
    }

    .container {
        width: 940px;
    }

    .publications {
        margin-top: 0;
    }

    .main-container {
        position: relative;
    }

    .page-footer .footer-body {
        margin: 0 -15px;
    }

    .page-footer .menu-links-list {
        display: flex;
        justify-content: space-between;
    }

    .footer-footer {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 940px;
    }
}

@media (max-width: 991px) {
    /*.site-languages-mobile {
        float: right;
        padding: 9px 0 9px 10px;
        margin: 1.58rem 0;
        font-size: 1.294rem;
        color: #505a5e;
        font-weight: bold;
        display: block;
    }*/
    .site-languages-mobile a {
        color: #337ab7;
    }
    .site-languages-mobile a:before {
        color: #bfbfbf;
        content: '|';
        margin: 0 0.4rem 0 0;
    }
    .site-languages-mobile a:first-child:before {
        content: none;
    }
}
@media (min-width: 992px) {
    .site-languages-mobile {
        display: none;
    }
}
@media (max-width: 600px) {
    .site-languages-mobile {
        float: none;
    }
}