* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
}

    body.header-fixed-space {
        padding-top: 94px;
    }

@media (max-width: 991px) {
    body.header-fixed-space {
        padding-top: 0;
    }
}

li,
li a,
label {
    color: #555;
}

p {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px !important;
    color: #4A4A4A;
}

.content h1 {
    font-family: "Playfair Display" !important;
    font-size: 102px !important;
    color: #2C438F !important;
    margin-bottom: 0;
    margin-top: 0;
    /*line-height: 1.098em;
    letter-spacing: -2.13px;*/
}
.content h2 {
    font-family: "Playfair Display" !important;
    font-size: 58px !important;
    color: #2C438F !important;
    margin-bottom: 0;
    margin-top: 0;
    /*line-height: 1.098em;
    letter-spacing: -2.13px;*/
}
.content h3 {
    font-family: "Playfair Display" !important;
    font-size: 48px !important;
    color: #2C438F !important;
    margin-bottom: 0;
    margin-top: 0;
    /*line-height: 1.098em;
    letter-spacing: -2.13px;*/
}
.content h4 {
    font-family: "Source Sans Pro" !important;
    font-size: 26px !important;
    color: #2C438F !important;
    margin-bottom: 0;
    margin-top: 0;
    /*line-height: 1.098em;
    letter-spacing: -2.13px;*/
}

.content h5 {
    font-family: "Source Sans Pro" !important;
    font-size: 18px !important;
    color: #2C438F !important;
    margin-bottom: 0;
    margin-top: 0;
}

a {
    color: #262626;
    text-decoration: none;
}

    a,
    a:focus,
    a:hover,
    a:active,
    button,
    button:hover {
        outline: 0 !important;
    }

        a:focus {
            text-decoration: none;
        }

        a:hover {
            color: #262626;
            text-decoration: underline;
        }

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

/*Fonts type
------------------------------------*/
.font-open-sans {
    font-family: "Open Sans", Arial, sans-serif;
}

.font-montserrat,
.date {
    font-family: 'Montserrat', sans-serif;
}

/*Thematic Break
------------------------------------*/
hr {
    margin: 30px 0;
}

    hr.hr-xs {
        margin: 10px 0;
    }

    hr.hr-md {
        margin: 20px 0;
    }

    hr.hr-lg {
        margin: 40px 0;
    }

/*Headings
------------------------------------*/
/*h1 {
    font-size: 28px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4 {
    line-height: 25px;
}

h5 {
    line-height: 20px;
}

h6 {
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

    h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
        margin-right: 5px;
    }*/

/*Block Headline & specific headers */
.headline {
    display: block;
    margin: 10px 0 25px 0;
}

    .headline h2 {
        font-size: 22px;
    }

    .headline h2,
    .headline h3,
    .headline h4 {
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
        /*border-bottom: 1px solid #ffd51b;*/
    }

.headline-md {
    margin-bottom: 15px;
}

    .headline-md h2 {
        font-size: 21px;
    }
/*Heading Options*/
.heading {
    text-align: center;
}

    .heading h2 {
        padding: 0 12px;
        position: relative;
        display: inline-block;
        line-height: 34px !important; /*For Tagline Boxes*/
    }

        .heading h2:before,
        .heading h2:after {
            content: ' ';
            width: 70%;
            position: absolute;
            border-width: 1px;
            border-color: #bbb;
        }

        .heading h2:before {
            right: 100%;
        }

        .heading h2:after {
            left: 100%;
        }

@media (max-width: 768px) {
    .heading h2:before,
    .heading h2:after {
        width: 20%;
    }
}

/*Align
------------------------------------*/
.align-center {
    text-align: center;
    float: none !important;
}

/*Spaces
------------------------------------*/
.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.no-top-space {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.no-bottom-space {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
    clear: both;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .sm-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .sm-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .sm-margin-bottom-60 {
        margin-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .md-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px;
    }
}

/*Other Spaces*/
.margin-top-40 {
    margin-top: 40px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.padding-sm {
    padding: 40px 40px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

/*Top Bar (Member access - Sign in)
------------------------------------*/
.topbar {
    z-index: 99;
    padding: 8px 0;
    position: relative;
    background: #fff;
}

.header-fixed .header.header-fixed-shrink .topbar {
    padding: 0;
}

/*Right Top Bar*/
.topbar .right-topbar {
    margin-bottom: 1px;
}

    .topbar .right-topbar li {
        margin-left: 3px;
        padding-left: 0;
    }

        .topbar .right-topbar li:first-child {
            margin-left: 0;
        }

        .topbar .right-topbar li,
        .topbar .right-topbar li a {
            color: #262626;
            font-size: 12px;
            font-weight: 600;
        }

            .topbar .right-topbar li:last-child {
                padding-right: 0px;
            }


/*Back To Top
------------------------------------*/
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 64px;
    height: 64px;
    font-size: 20px;
    background: #2C438F;
    position: relative;
    right: 14px !important;
    /* bottom: 11px !important; */
    /* border-radius: 3px !important; */
    border-radius: 50%;
    bottom: 206px !important;
    right: 40px !important;
}

    #topcontrol:after {
        top: 5px;
        content: "\2191";
        position: absolute;
        text-align: center;
        font-family: FontAwesome;
        left: 17px;
        width: 29px;
        height: 16px;
        font-size: 29px;
    }

    #topcontrol:hover {
        color: #fff;
        background: #fbcd00;
        transition: all 0.3s ease-in-out;
    }

/* Header
------------------------------------*/
.header {
    z-index: 99;
    /*position: relative;*/
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;*/
}

    .header #logo-header {
        max-width: 127px;
        transition: all 0.4s ease-in-out;
        position: relative;
        width: 127px;
        height: auto;
        /*margin-left: 25px;*/
        max-height: 84px;
    }

    .header .navbar {
        margin: 0;
    }

        .header .navbar a {
            color: #2C438F;
        }

    .header .navbar-nav > li > a {
        pointer-events: none;
    }

@media (max-width: 991px) {
    .header .navbar {
        margin-top: 10px;
    }
}

.header .navbar-default {
    border: none;
    background: #fff;
    height: 84px;
    margin-top: 27px;
}

/*Navbar Header*/
@media (max-width: 991px) {
    .header .navbar-header {
        margin-bottom: 7px;
        /* margin-right: 50px;*/
    }

    .header .shop-badge {
        position: absolute;
        top: 0;
        right: 20px;
        padding: 14px 10px 18px 0;
    }

        .header .shop-badge span.badge {
            top: 5px;
            right: 0;
        }

    .header .badge-open {
        top: 57px;
    }

    .header .shop-badge:hover .badge-open {
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 999px) {
    .header .navbar-header {
        margin-top: 15px;
    }
}

.header .navbar-brand {
    /*z-index: 1;*/
    /*padding: 0px 10px 10px 15px;*/
    overflow: hidden;
    height: auto;
}

@media (max-width: 998px) {
    .header .navbar-brand {
        margin-top: -15px;
    }
}

.header .navbar-default .navbar-toggle {
    color: #333;
    border: none;
    font-size: 19px;
    margin-top: 10px;
    color: #2C438F;
}

    .header .navbar-default .navbar-toggle .icon-bar {
        background: #222;
    }

    .header .navbar-default .navbar-toggle:hover,
    .header .navbar-default .navbar-toggle:focus {
        background: inherit;
    }

/*Navbar Collapse*/
.header .navbar-collapse {
    position: relative;
    height: 84px !important;
    width: 50%;
    /*top: 78px;*/
    /*transition: all 0.4s ease-in-out;*/
}

.header.header-fixed-shrink #logo-header {
    max-width: 130px;
    position: relative;
    top: -12px;
    left: 20px;
}

.header.header-fixed-shrink .navbar-collapse {
    top: 0px;
}

/*Navbar Nav set to centre*/
@media (min-width: 992px) {
    .header .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .header .navbar-collapse {
        /*float: right;*/
    }
}

@media (max-width: 1200px) {
    .header .navbar-nav > li > a {
        pointer-events: all;
    }
}

.header .member-access .list-inline > li {
    padding: 0;
    color: #2C438F;
}

.header .member-access .list-inline > li {
    padding: 0;
    color: #2C438F;
    margin-right: 25px;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 5px;
}


/*Navbar Menu*/
.header .collapse.in .navbar-nav {
    margin-top: 35px;
}

.header .navbar-default .navbar-nav > li > a {
    color: #2C438F;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 18px;
}

.header .navbar-default .navbar-nav > .active > a {
    color: #fbcd00;
}

.navbar-nav > li > .dropdown-menu {
    box-shadow: 0px 20px 30px rgba(44, 67, 143, 0.24);
}

.member-access {
    padding: 0;
    font-size: 12px;
}

    .member-access a {
        padding: 0;
        text-decoration: none;
        vertical-align: middle;
    }

    .member-access ul {
        line-height: 55px;
    }

    .member-access li {
        vertical-align: middle;
    }

    .member-access i {
        /*font-size: 14px;
        vertical-align: middle;
        margin-top: 2px;*/
    }

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .header .navbar-collapse {
        width: 65%;
        float: left;
    }

    .member-access > ul > li > a:last-child,
    .member-access > ul > li > div > span > span > a {
        display: none;
    }

    .header .dropdown > a:after {
        right: 0px !important;
        display: none !important;
    }

    .header .member-access {
        width: 10%;
        float: right;
        margin-top: 5px;
    }

        .header .member-access .list-inline > li {
            margin-right: 10px;
        }

    .navbar-header {
        padding-left: 0;
    }

    .header .navbar-default .navbar-nav > li > a {
        color: #2C438F;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin: 0 12px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .header .navbar-default .navbar-nav > li > a:first-child {
            margin-left: 0;
        }

        .header .navbar-default .navbar-nav > li > a:last-child {
            margin-left: 0;
        }

    #footer div.row > div {
        float: left;
        width: 50%;
    }
    /*.header #logo-header {
        max-width: 130px;
        position: relative;
        z-index: 999;
        top: -6px;
        left: 20px;
    }

    .full-width-bg {
        margin-top: 0;
    }

    .header .navbar-header {
        float: none;
    }

    .header .navbar-toggle {
        display: block;
    }

    .header .navbar-collapse.collapse {
        display: none !important;
        top: 0;
    }*/

    /*.header .navbar-collapse.collapse.in {
            display: block !important;
            overflow-y: auto !important;
        }

    .header .navbar-nav {
        margin: 0;
        float: none !important;
    }

    .header .collapsing {
        top: 0px;
    }

    .header .collapse.in .navbar-nav {
        margin-top: 0px;
    }

    .header .navbar-nav > li {
        float: none;
    }

        .header .navbar-nav > li > a {
            padding-top: 30px;
            padding-bottom: 40px;
        }*/

    /*Dropdown Menu Slide Down Effect*/
    /*.header .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

        .header .navbar-nav .open .dropdown-menu > li > a,
        .header .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .header .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .header .navbar-nav .open .dropdown-menu > li > a:hover,
            .header .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .header .navbar-default .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    .header .navbar-collapse,
    .header .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee;
    }

    .header .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > li > a:hover {
        color: #fbcd00;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        color: #fff !important;
        background: #fbcd00 !important;
    }

    .header .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #333 !important;
        text-transform: uppercase;
    }*/
}

@media (max-width: 767px) {
    /*Responsive code for max-width: 991px*/
    .header #logo-header {
        max-width: 130px;
        position: relative;
        z-index: 999;
        top: -6px;
        left: 20px;
        margin-left: 0px;
    }

    .full-width-bg {
        margin-top: 0;
    }

    .header .navbar-header {
        float: left;
    }

    .header .navbar-toggle {
        display: block;
        text-align: right;
        margin-right: 10px;
    }

    .header .navbar-collapse.collapse {
        display: none !important;
        top: 0;
    }

        .header .navbar-collapse.collapse.in {
            display: block !important;
            overflow-y: auto !important;
            height: 100% !important;
            width: 100%;
        }

    .header .navbar-nav {
        margin: 0;
        float: none !important;
    }

    .header .collapsing {
        top: 0px;
    }

    .header .collapse.in .navbar-nav {
        margin-top: 0px;
    }

    .header .navbar-nav > li {
        float: none;
        background-color: #2C438F;
    }

        .header .navbar-nav > li > a {
            padding-top: 30px;
            padding-bottom: 40px;
        }

    /*Dropdown Menu Slide Down Effect*/
    .header .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

        .header .navbar-nav .open .dropdown-menu > li > a,
        .header .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .header .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .header .navbar-nav .open .dropdown-menu > li > a:hover,
            .header .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
        font-size: 20px !important;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a {
        color: #FFFFFF;
        font-size: 16px !important;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .header .navbar-default .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    .header .navbar-collapse,
    .header .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee;
        color: #FFFFFF;
        line-height: 33px;
        font-size: 28px;
        text-align: center;
    }

    .header .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > li > a:hover {
        color: #fbcd00;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        color: #fff !important;
        background: #fbcd00 !important;
    }

    .header .dropdown .dropdown-submenu > a {
        font-size: 18px !important;
    }

    .header .member-access {
        display: none;
    }

    #footer div.row > div {
        width: 100%;
    }

    #topcontrol {
        bottom: 30px !important;
    }
}

/*@media (max-width: 991px) and (orientation:landscape) {*/
@media (min-width: 768px) {
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:active {
        /* border-top: solid 2px #F4D310; */
    }

    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 10px #fbcd00;
        box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
    }

        .header .dropdown-menu li a {
            color: #2C438F;
            font-size: 18px;
            font-weight: 400;
            padding: 3px 0px 3px 28px;
            white-space: normal;
            line-height: 28px;
        }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/

    .header .navbar-default .navbar-nav > li > a {
        line-height: 30px;
        padding: 15px 0px 22px 0;
        margin: 0 18px;
        font-weight: 400;
    }

    .header .navbar-default .navbar-nav > li:last-child > a:last-child {
        /*padding-right: 15px;*/
        margin-right: 0px;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:focus {
        border-top: solid 2px transparent;
    }

        .header .navbar-default .navbar-nav > li > a:hover,
        .header .navbar-default .navbar-nav > .active > a {
            /* border-top: solid 2px #F4D310; */
        }

            .header .navbar-default .navbar-nav > li > a,
            .header .navbar-default .navbar-nav > li > a:hover,
            .header .navbar-default .navbar-nav > li > a:focus,
            .header .navbar-default .navbar-nav > .active > a,
            .header .navbar-default .navbar-nav > .active > a:hover,
            .header .navbar-default .navbar-nav > .active > a:focus {
                background: none;
            }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #fbcd00;
    }

    .header .navbar-default .navbar-nav > li:hover > a {
        color: #fbcd00;
        border-bottom: solid 10px #fbcd00;
    }

    /*Dropdown Menu*/
    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        /* border-top: solid 10px #fbcd00; */
        box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
        margin-left: 18px;
    }
    /* limit the width to 160px and adapt left position of sub-menu after the 3th one */
    /*/.header .navbar-nav li:nth-child(n+4) > .dropdown-menu {
        margin-left: -80px;
    }*/
    .header .navbar-nav li:nth-child(n+4) .dropdown-menu {
        min-width: 250px;
        max-width: 250px;
    }

    @media (min-width: 992px) and (max-width: 1400px) {
        /* limit the width to 120px of sub-menu level 2 after the 3th one */
        .header .navbar-nav li:nth-child(n+4) .dropdown-menu .dropdown-menu {
            min-width: 120px;
            max-width: 120px;
        }
    }



    .ie9 .header .dropdown-menu {
        margin-top: -1px !important;
    }

    .header .dropdown-menu li a {
        color: #2C438F;
        font-size: 21px;
        font-weight: 400;
        /*padding: 8px 15px;*/
        padding: 3px 20px 3px 20px;
        /*border-bottom: solid 1px #dedede;*/
        white-space: normal;
        line-height: 28px;
    }

    .header .dropdown-menu li:first-child {
        margin-top: 22px
    }

    .header .dropdown-menu li:last-child {
        margin-bottom: 22px
    }

    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #5AA9E6;
        /*background: #fbcd00;*/
        background: none;
        filter: none !important;
    }

    .header .dropdown-menu li > a:focus {
        color: #2C438F;
        background: none;
        filter: none !important;
    }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
        min-width: 276px;
    }

    .header .navbar-nav > li.dropdown:last-child > .dropdown-menu {
        min-width: 340px;
    }

    .header .open > .dropdown-menu {
        display: none;
    }

    .header .dropdown-menu li.dropdown-submenu:hover > a {
        /*color: #fff;
        background: #fbcd00;*/
    }
}

ul.nav.navbar-nav > li span {
    letter-spacing: 0.53px;
}

ul.nav.navbar-nav > li:first-child {
    display: none;
    width: 0px;
}

ul.nav.navbar-nav > li:nth-child(2) > ul {
    margin-left: 0px;
}

ul.nav.navbar-nav > li:nth-child(2) > a {
    margin-left: 0px;
    padding-left: 0px;
}



/*Dropdown Submenu for BS3
------------------------------------*/
.header .dropdown-submenu {
    position: relative;
}

    .header .dropdown > a:after,
    .header .dropdown-submenu > a:after {
        top: 50%;
        margin-top: -12px;
        right: 9px;
        font-size: 16px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }

    .header .dropdown > a:after {
        top: 55%;
        right: 15px;
        content: "\f107";
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .header .dropdown > a:after {
        content: " ";
    }
}

.header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

.header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.header .dropdown-submenu.pull-left {
    float: none;
}

    .header .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}

    .header .dropdown-menu li [class^="fa-"].fa-lg,
    .header .dropdown-menu li [class*=" fa-"].fa-lg {
        /* increased font size for fa-lg */
        width: 1.5625em;
    }

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    height: 185px;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    background: rgba(255,255,255, 0.96);
    transition: all 0.4s ease-in-out;
}

    .header-fixed .header.header-fixed-shrink {
        position: fixed;
        height: 101px;
        margin-top: -23.5px;
        box-shadow: 0 0 3px #bbb;
    }


    /*No Topbar*/
    .header-fixed .header.no-topbar {
        height: 78px;
    }

        .header-fixed .header.no-topbar.header-fixed-shrink {
            height: 95px;
            margin-top: -35px;
        }

            .header-fixed .header.no-topbar.header-fixed-shrink .navbar-brand {
                top: 46px;
            }

            .header-fixed .header.no-topbar.header-fixed-shrink .shop-badge .badge-open {
                top: 69px;
            }

            .header-fixed .header.no-topbar.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
                margin-top: -1px;
            }

    .header-fixed .header.header-fixed-shrink .navbar-brand {
        top: 15px;
        z-index: 1;
        position: relative;
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
        margin-top: -9px;
    }

.ie9 .header-fixed .header.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
    position: relative;
    top: -9px;
}


@media (max-width: 991px) {
    /*Header*/
    .header-fixed .header,
    .header-fixed .header.header-fixed-shrink,
    .header-fixed .header.no-topbar,
    .header-fixed .header.no-topbar.header-fixed-shrink {
        height: inherit;
        position: relative;
    }
}

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding-bottom: 32px;
    }
}

/*Style List*/
.header .style-list {
    margin-bottom: 20px;
}

    .header .style-list li a {
        color: #888;
        font-size: 14px;
        margin-right: 5px;
    }

        .header .style-list li a:hover {
            color: #fbcd00;
            background: none;
            text-decoration: none;
        }

    .header .style-list li .label {
        top: -2px;
        position: relative;
    }

@media (min-width: 992px) {
    .content {
        /*margin-top: 198px;*/
        display: block;
    }
}


/* Homepage > Full width bg
------------------------------------*/
.full-width-bg {
    z-index: 1;
    padding: 0;
    position: relative;
    background: url(../img/homepage/home-bg.jpg) no-repeat;
    /*background-size: cover;*/
    background-size: 100%;
    background-position: center center;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: right;
    height: 510px;
}

    .full-width-bg h1 {
        display: inline-block;
        color: #fff;
        font-size: 48px;
        font-weight: 600;
        line-height: 60px;
        background: rgba(0,0,0,0.4);
        padding: 10px;
        margin-top: 120px;
    }

    .full-width-bg p {
        display: inline-block;
        color: #fff;
        font-size: 28px;
        line-height: 40px;
        font-weight: 200;
        background: rgba(0,0,0,0.4);
        max-width: 65%;
        padding: 10px;
        margin-top: 10px;
    }

@media (max-width: 768px) {
    .full-width-bg h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

/*Heading Title
------------------------------------*/
h2.title {
    color: #262626;
    position: relative;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: uppercase;
}

    h2.title:after {
        left: 0;
        width: 40px;
        height: 2px;
        content: " ";
        bottom: -20px;
        background: #fbcd00;
        position: absolute;
    }

    h1.title.title-center,
    h2.title.title-center,
    h3.title.title-center {
        text-align: center;
    }

        h1.title.title-center:after,
        h2.title.title-center:after,
        h3.title.title-center:after {
            left: 50%;
            width: 40px;
            margin-left: -20px;
        }

.detail-news h2,
.detail-project h2 {
    font-size: 28px;
}

.sidebar h2.title {
    color: #262626;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
    text-transform: none;
}

    .sidebar h2.title:after {
        width: 40px;
        height: 2px;
        bottom: -15px;
    }

.sidebar h3 {
    color: #262626;
    position: relative;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.sidebar p,
.sidebar .date {
    font-size: 12px;
    line-height: 16px;
}

/* Homepage shortcuts */
.shortcut-about {
    padding: 40px 0;
    background: #f9f9f9;
    margin-bottom: 40px;
}

    .shortcut-about a,
    .shortcut-about a:hover {
        color: #262626;
        text-decoration: none;
    }
/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
    .shortcut-about > .container > div {
        margin-bottom: 40px;
    }
}

/*Labels
------------------------------------*/
.label {
    display: inline;
    border-radius: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

/*Labels*/
span.label {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 18px;
    background: #fbcd00;
    text-transform: uppercase;
}

    span.label a,
    span.label a:hover {
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 550px) {
    .features span.label {
        display: block;
        margin: 0 80px 20px 80px;
    }

    .features span {
        display: block;
        text-align: center;
    }
}

/*News styles
------------------------------------*/




.news h3 {
    font-size: 28px;
    line-height: 42px;
    color: #4A4A4A;
}

.news p {
    /*font-size: 28px;
    line-height: 42px;
    color: #4A4A4A;*/
}

.news .features {
    margin: 20px 0;
}

    .news .features .share {
        margin: 0 20px;
        font-size: 16px;
        text-transform: uppercase;
    }

.news .news-detail {
    max-width: 894px;
}

.news-detail .features .share {
    margin: 0 20px 0 0;
}

.features .share-with {
    display: inline;
    font-size: 24px;
}

    .features .share-with .fa-facebook {
        color: #3b5988;
    }

    .features .share-with .fa-google-plus {
        color: #de513f;
    }

    .features .share-with .fa-twitter {
        color: #55acee;
    }

@media (max-width: 550px) {
    .news .features .share-with {
        display: block;
        text-align: center;
        width: 100%;
    }
}

/* About styles
------------------------------------*/
.about span.name,
.about span.title {
    display: block;
    text-align: center;
}

.about span.name {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.about span.title {
    font-size: 14px;
    font-style: italic;
}

.about .align-center img {
    display: inline-block;
}

.about .features {
    margin: 10px 0;
}

    .about .features .share-with {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0px 0 20px 0;
        font-size: 28px;
    }

/* Homepage > Full half-width tweets block
------------------------------------*/
.home-tweets {
    padding: 20px 150px;
    background-color: #0050a0;
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1600px) {
    .home-tweets {
        padding: 20px 50px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .home-tweets {
        padding: 20px 30px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .home-tweets {
        padding: 20px;
    }
}

.home-tweets h2 {
    margin: 20px 0 50px 0;
}

    .home-tweets h2.title {
        color: #fff;
        text-transform: none;
    }

        .home-tweets h2.title:after {
            bottom: -15px;
            background: #fbcd00;
        }

.home-tweets .twitter-inner {
    padding: 10px;
    position: relative;
    background: #f7f7f7;
    margin-bottom: 20px;
}

    .home-tweets .twitter-inner,
    .home-tweets .twitter-inner:after,
    .home-tweets .twitter-inner:before {
        transition: all 0.3s ease-in-out;
    }

        .home-tweets .twitter-inner:after,
        .home-tweets .twitter-inner:before {
            width: 0;
            height: 0;
            right: 0px;
            bottom: 0px;
            content: " ";
            display: block;
            position: absolute;
        }

        .home-tweets .twitter-inner:after {
            border-top: 15px solid #d2d6d5;
            border-right: 15px solid transparent;
            border-left: 0px solid transparent;
            border-left-style: inset; /*FF fixes*/
            border-right-style: inset; /*FF fixes*/
        }

        .home-tweets .twitter-inner:before {
            border-bottom: 15px solid #0050a0;
            border-right: 0 solid transparent;
            border-left: 15px solid transparent;
            border-left-style: inset; /*FF fixes*/
            /*border-bottom-style: inset;*/ /*FF fixes*/
        }

        .home-tweets .twitter-inner:hover {
            border-color: #55acee;
            border-top-color: #55acee;
        }

            .home-tweets .twitter-inner:hover:after {
                border-top-color: #55acee;
            }

        .home-tweets .twitter-inner span.twitter-time {
            color: #777;
            display: block;
            font-size: 11px;
        }

        .home-tweets .twitter-inner p {
            font-size: 14px;
        }

        .home-tweets .twitter-inner a {
            color: #55acee;
            text-decoration: none;
        }

            .home-tweets .twitter-inner a:hover {
                text-decoration: underline;
            }

        .home-tweets .twitter-inner i.fa {
            top: 2px;
            color: #55acee;
            font-size: 18px;
            position: relative;
            margin-right: 4px;
        }



/* Homepage > Full half-width agenda block
------------------------------------*/
.home-agenda {
    padding: 20px 80px;
    background-color: #fbcd00;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .home-agenda {
        padding: 20px 50px;
    }
}

.home-agenda > div {
    margin-bottom: 15px;
}

.home-agenda h2 {
    margin: 20px 0 50px 0;
}

    .home-agenda h2.title {
        color: #262626;
        text-transform: none;
    }

        .home-agenda h2.title:after {
            bottom: -15px;
            background: #0050a0;
        }

.home-agenda .event-inner {
    margin-bottom: 40px;
}

    .home-agenda .event-inner .date {
        padding: 10px 15px 15px 15px;
        position: relative;
        background: #f7f7f7;
        margin-bottom: 10px;
        float: left;
        margin-right: 10px;
        color: #262626;
        max-width: 60px;
    }
/* For landscape phones and portrait tablets */
@media (max-width: 991px) {
    /*.home-agenda .event-inner .date {
		float: none;
	}*/
}

.home-agenda .event-inner .date,
.home-agenda .event-inner .date:after,
.home-agenda .event-inner .date:before {
    transition: all 0.3s ease-in-out;
}

    .home-agenda .event-inner .date:after,
    .home-agenda .event-inner .date:before {
        width: 0;
        height: 0;
        right: 0px;
        bottom: 0px;
        content: " ";
        display: block;
        position: absolute;
    }

    .home-agenda .event-inner .date:after {
        border-top: 15px solid #d2d6d5;
        border-right: 15px solid transparent;
        border-left: 0px solid transparent;
        border-left-style: inset; /*FF fixes*/
        border-right-style: inset; /*FF fixes*/
    }

    .home-agenda .event-inner .date:before {
        border-bottom: 15px solid #fbcd00;
        border-right: 0 solid transparent;
        border-left: 15px solid transparent;
        border-left-style: inset; /*FF fixes*/
        /*border-bottom-style: inset;*/ /*FF fixes*/
    }

    .home-agenda .event-inner .date span {
        display: block;
        text-align: center;
    }

        .home-agenda .event-inner .date span.day {
            font-size: 24px;
            line-height: 0.6em;
        }

/*Breadcrumbs
------------------------------------*/
.breadcrumbs {
    overflow: hidden;
    padding: 30px 0;
    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
    margin-bottom: 40px;
    min-height: 125px;
    background: #f9f9f9;
}

    .breadcrumbs h1 {
        color: #666;
        font-size: 22px;
        margin-top: 8px;
    }

.breadcrumb {
    top: 10px;
    z-index: 1;
    padding-right: 0;
    background: none;
    position: relative;
}

    .breadcrumb li {
        font-size: 16px;
    }

    .breadcrumb a {
        color: #262626;
    }

    .breadcrumb li.active,
    .breadcrumb li a:hover {
        color: #fbcd00;
        text-decoration: none;
    }

@media (max-width: 992px) {
    .breadcrumbs h1.pull-left,
    .breadcrumbs h2.pull-left,
    .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: center;
    }

    .breadcrumbs h1.pull-left {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 10px;
    }
}

/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
    background: #222;
    padding: 30px 0 20px;
    border-bottom: solid 3px #777;
}

.breadcrumbs.breadcrumbs-light {
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
}

    .breadcrumbs.breadcrumbs-dark h1,
    .breadcrumbs.breadcrumbs-dark a,
    .breadcrumbs.breadcrumbs-light h1,
    .breadcrumbs.breadcrumbs-light a {
        color: #fff;
        font-weight: 200;
    }

    .breadcrumbs.breadcrumbs-light h1,
    .breadcrumbs.breadcrumbs-light a {
        color: #555;
    }

.breadcrumbs.breadcrumbs-dark h1 {
    font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
    font-size: 26px;
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
    padding: 50px 0;
}

.breadcrumbs-md {
    padding: 100px 0;
}

.breadcrumbs-lg {
    padding: 200px 0;
}


/*Pager styles
------------------------------------*/
.pager {
    margin-bottom: 40px;
}

    .pager li > a,
    .pager li > span {
        border-radius: 0;
    }

        .pager li > a:hover,
        .pager li > a:focus {
            background: none;
            border-color: #afafaf;
            color: #afafaf;
        }

    .pager li.active > a:hover,
    .pager li.active > a:hover {
        color: #fff;
        background: #fbcd00;
        border-color: #fbcd00;
    }

    .pager li > a {
        border-color: #afafaf;
        color: #afafaf;
        cursor: text;
    }

    .pager li.active > a {
        border-color: #262626;
        color: #262626;
        cursor: pointer;
    }

    .pager li > a {
        transition: all 0.1s ease-in-out;
    }

    /*Pager Amount*/
    .pager li.page-amount {
        font-size: 16px;
    }

        .pager li.page-amount,
        .pager li.page-amount:hover,
        .pager li.page-amount:focus {
            top: 7px;
            color: #262626;
            position: relative;
        }

    .pager .previous i,
    .pager .next i {
        font-size: 12px;
    }

    .pager .previous i {
        margin-right: 10px;
    }

    .pager .next i {
        margin-left: 10px;
    }
    /*Pager Size*/
    .pager.pager-md li a {
        font-size: 16px;
        padding: 8px 18px;
    }

/*Sidebar styles
------------------------------------*/

/*Sidebar > photostream*/
.photostream {
    margin-right: -5px;
}

    .photostream li {
        padding: 0;
        margin: 3px 5px 5px;
        position: relative;
    }

        .photostream li img {
            width: 110px;
            height: auto;
        }

/*Link List styles
------------------------------------*/
.link-list li {
    /*border-top: solid 1px #353535;*/
}

    .link-list li:first-child {
        /*border-top: none !important;*/
    }

.link-list a {
    color: #4A4A4A;
    padding: 0;
    display: inline-block;
    line-height: 28px;
    font-size: 18px;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
    font-size: 18px;
}

.list-unstyled {
    font-size: 16px;
}

    .list-unstyled i {
        margin-right: 8px;
    }

.sidebar .list-unstyled {
    font-size: 14px;
}

/*Footer styles
------------------------------------*/
#footer {
    padding: 52px 0 10px 0;
    background: #FFFFFF;
}

    #footer .headline {
        margin: 10px 0 12px 0;
        font-family: "Open Sans", Arial, sans-serif;
        color: #2C438F;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    #footer p {
        color: #262626;
    }

    #footer a,
    #footer a:visited,
    #footer a:hover {
        text-decoration: none;
    }

    #footer h2 {
        color: #2C438F;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    #footer .link-list li {
        /*border-top: solid 1px #dbdbdb;*/
    }

    #footer address a {
        color: #262626;
        text-decoration: none;
    }

    #footer address,
    #footer .link-list a,
    #footer .link-list i {
        color: #4A4A4A;
    }

    #footer address {
        line-height: 28px;
        font-size: 18px;
    }

    #footer .col-md-3 {
        position: relative;
    }

    #footer .logos a,
    #footer .logos a:visited,
    #footer .logos a:hover {
        text-decoration: none;
    }

    #footer .copyright {
        /*font-size: 14px;*/
        /*text-align: center;*/
    }

        #footer .copyright p {
            font-size: 14px;
            padding-left: 10px;
            line-height: 22px;
            letter-spacing: 0.5px;
            color: #686868;
        }

        #footer .copyright a {
            text-decoration: none;
        }

    #footer .img-50 {
        width: 50%;
        float: left;
        overflow: hidden;
    }

    #footer .footer-logo {
        max-width: 140px;
        width: 100%;
    }

    #footer .footer-logo-cor {
        max-width: 115px;
        height: auto;
        padding-left: 25px;
        border-left-width: 1px;
        border-left-color: #4A4A4A;
        border-left-style: solid;
        margin-left: 10px;
        width: 80%;
    }

@media (max-width: 991px) {
    #footer {
        padding: 48px 0 10px 0;
        background: #FFFFFF;
    }

        #footer .logos {
            width: 30%;
        }

        #footer > .container > row > div {
            padding-left: 0;
        }
}




.twitter-newsletter {
    width: 100%;
    overflow: hidden;
}

    .twitter-newsletter iframe {
        max-width: 493px !important;
        max-height: 377px;
    }

    .twitter-newsletter .twitter .container {
        text-align: right;
        margin-right: 119px;
    }


    .twitter-newsletter .twitter {
        float: left;
        width: 50%;
        background-color: #E6E9F2;
        overflow: hidden;
        max-height: 542px;
    }

    .twitter-newsletter .twitter-title {
        font-size: 16px;
        font-weight: 700;
        color: #2C438F;
        margin-top: 55px;
        margin-bottom: 15px;
    }

    .twitter-newsletter .newsletter {
        float: left;
        width: 50%;
        background-color: #F4D310;
        overflow: hidden;
        max-height: 542px;
    }

    .twitter-newsletter .twitter .container {
        width: 720px;
        float: right;
        max-width: 493px;
    }

        .twitter-newsletter .twitter .container > row {
            text-align: left;
        }

    .twitter-newsletter .newsletter .container {
        width: 720px;
        float: left;
        text-align: center;
        max-width: 100%;
        position: relative;
    }

        .twitter-newsletter .newsletter .container::before {
            background: url('/ea/style library/ea2019/img/stars.svg') no-repeat;
            opacity: 0.33;
            top: 280px;
            left: 180px;
            bottom: 0;
            right: 0;
            position: absolute;
            /*z-index: 1;*/
            content: ' ';
            display: block;
        }

.newsletter-title {
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 58px;
    line-height: 66px;
    color: #2C438F;
    margin-top: 150px;
}

.newsletter-description {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #4A4A4A;
    margin-top: 18px;
    letter-spacing: 0.53px;
}

.newsletter-subscribe {
    overflow: hidden;
}

.newsletter-subscribe-button {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 26.5px;
    padding-right: 26.5px;
    background-color: #2C438F;
    margin-top: 29px;
    margin-bottom: 160px;
    display: inline-block;
    letter-spacing: 2.13px;
    text-transform: uppercase;
}

    .newsletter-subscribe-button:active {
        color: #FFFFFF;
    }

    .newsletter-subscribe-button:hover {
        color: #F4D310;
        text-decoration: none;
    }

    .newsletter-subscribe-button:visited {
        color: #FFFFFF;
    }

.newsletter .col-md-12 {
    padding-left: 120px;
    padding-right: 120px
}

.twitter-newsletter .twitter-title {
    font-size: 16px;
    font-weight: 600;
    color: #2C438F;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
}

.twitter-newsletter .col-md-12 {
    margin-bottom: 100px;
}

/* Portrait tablets and small desktops */
@media (max-width: 1200px) {
    .twitter-newsletter .col-md-12 {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .twitter-newsletter .twitter,
    .twitter-newsletter .newsletter,
    .twitter-newsletter .container {
        width: 100% !important;
    }

    .twitter-newsletter .twitter {
        padding-right: 0;
        height: 100% !important;
        padding-bottom: 20px;
    }

    .twitter-newsletter .col-md-12 {
        /*margin-bottom: 50px;*/
    }
}

@media (max-width: 767px) {
    .newsletter .col-md-12 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .twitter-newsletter .newsletter .container::after {
        top: 340px;
        left: 90px;
    }
}


div#meetings_list {
    background-color: #2C438F;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 78px;
    z-index: 0;
}

    div#meetings_list::before {
        background-color: #2C438F;
        content: "";
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        position: absolute;
    }

    div#meetings_list::after {
        background: url('/ea/style library/ea2019/img/stars.svg') no-repeat;
        opacity: 0.33;
        top: 0px;
        left: 1200px;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        content: ' ';
        display: block;
        background-size: cover;
    }

.meeting-row {
    overflow: hidden;
    /*height: 60px;*/
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #768DDA;
    /*margin-top: 20px;*/
}

    .meeting-row.meeting-list-title {
        font-size: 58px;
        font-family: Playfair Display;
        line-height: 66px;
        text-align: center;
        padding-top: 81px;
        height: auto;
        border-bottom: none;
        padding-bottom: 10px;
    }

.meeting-body, .meeting-date, .meeting-time, .meeting-details, .meeting-location {
    float: left;
    margin-left: 30px;
    margin-top: 21px;
    margin-bottom: 27px;
    width: 100%;
}

.meeting-body, .meeting-date, .meeting-time, .meeting-location {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 2px;
}

.meeting-details {
    max-width: 720px;
    overflow: hidden;
}

.meeting-body {
    max-width: 85px;
    letter-spacing: 2px;
}

.meeting-date {
    max-width: 120px;
}

.meeting-time {
    max-width: 130px;
}

.meeting-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
}

.meeting-location {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
}

div#meetings_list a {
    background-color: #2C438F;
    color: #FFFFFF;
}

.meeting-row.meeting-all-events {
    text-align: center;
    border-bottom: none;
    margin-top: 42px;
}

    .meeting-row.meeting-all-events span {
        padding-left: 27px;
        padding-top: 16px;
        padding-right: 27px;
        padding-bottom: 20px;
        color: #2C438F;
        font-size: 15px;
        font-weight: 700;
        background-color: #F4D310;
        display: inline-block;
        letter-spacing: 2px;
    }


div#meetings_list {
    margin-left: -15px;
    margin-right: -15px;
}

.meeting-body-date-time {
}

.meeting-location {
    float: right;
    text-align: right;
    margin-right: 30px;
}

@media (max-width: 1200px) {

    div#meetings_list {
        background-color: #2C438F;
        color: #FFFFFF;
        position: relative;
        padding-bottom: 78px;
        z-index: 0;
    }

        div#meetings_list::before {
            background-color: #2C438F;
            content: "";
            height: 100%;
            width: 4000px;
            left: -2000px;
            z-index: -1;
            position: absolute;
        }

        div#meetings_list::after {
            background: url('/ea/style library/ea2019/img/stars.svg') no-repeat;
            opacity: 0.33;
            top: 0px;
            left: 1200px;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: 1;
            content: ' ';
            display: block;
            background-size: cover;
        }

    .meeting-row {
        overflow: hidden;
        /*height: 60px;*/
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #768DDA;
        /*margin-top: 20px;*/
    }

        .meeting-row.meeting-list-title {
            font-size: 58px;
            font-family: Playfair Display;
            line-height: 66px;
            text-align: center;
            padding-top: 81px;
            height: auto;
            border-bottom: none;
        }

    .meeting-body, .meeting-date, .meeting-time, .meeting-details, .meeting-location {
        float: left;
        margin-left: 30px;
        margin-top: 21px;
        margin-bottom: 27px;
        width: 100%;
    }

    .meeting-body, .meeting-date, .meeting-time, .meeting-location {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
    }

    .meeting-details {
        max-width: 720px;
        overflow: hidden;
    }

    .meeting-body {
        max-width: 85px;
    }

    .meeting-date {
        max-width: 120px;
    }

    .meeting-time {
        max-width: 130px;
    }

    .meeting-title {
        font-size: 28px;
        font-weight: 400;
        line-height: 33px;
        overflow: hidden;
        white-space: nowrap;
    }

    .meeting-location {
        max-width: 170px;
        white-space: nowrap;
        overflow: hidden;
    }

    div#meetings_list a {
        background-color: #2C438F;
        color: #FFFFFF;
    }

    .meeting-row.meeting-all-events {
        text-align: center;
        border-bottom: none;
        margin-top: 42px;
    }

        .meeting-row.meeting-all-events span {
            padding-left: 27px;
            padding-top: 16px;
            padding-right: 31px;
            padding-bottom: 20px;
            color: #2C438F;
            font-size: 15px;
            font-weight: 700;
            background-color: #F4D310;
            display: inline-block;
        }


    div#meetings_list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .meeting-body-date-time {
        display: block;
        overflow: hidden;
        float: left;
        max-width: 130px;
    }

    .meeting-body {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .meeting-date {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .meeting-time {
        margin-left: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .meeting-details {
        max-width: 460px;
        margin-top: 35px;
        margin-left: 0px;
    }

    .meeting-location {
        margin-top: 40px;
        float: right;
        margin-left: 0px;
        max-width: 100px;
        text-align: right;
    }
}

@media (max-width: 1200px) {

    div#meetings_list {
        background-color: #2C438F;
        color: #FFFFFF;
        position: relative;
        padding-bottom: 78px;
        z-index: 0;
    }

        div#meetings_list::before {
            background-color: #2C438F;
            content: "";
            height: 100%;
            width: 4000px;
            left: -2000px;
            z-index: -1;
            position: absolute;
        }

        div#meetings_list::after {
            background: url('/ea/style library/ea2019/img/stars.svg') no-repeat;
            opacity: 0.33;
            top: 0px;
            left: 1200px;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: 1;
            content: ' ';
            display: block;
            background-size: cover;
        }

    .meeting-row {
        overflow: hidden;
        /*height: 60px;*/
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #768DDA;
        /*margin-top: 20px;*/
    }

        .meeting-row.meeting-list-title {
            font-size: 58px;
            font-family: Playfair Display;
            line-height: 66px;
            text-align: center;
            padding-top: 81px;
            height: auto;
            border-bottom: none;
        }

    .meeting-body, .meeting-date, .meeting-time, .meeting-details, .meeting-location {
        float: left;
        margin-left: 30px;
        margin-top: 21px;
        margin-bottom: 27px;
        width: 100%;
    }

    .meeting-body, .meeting-date, .meeting-time, .meeting-location {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
    }

    .meeting-details {
        max-width: 720px;
        overflow: hidden;
    }

    .meeting-body {
        max-width: 85px;
    }

    .meeting-date {
        max-width: 120px;
    }

    .meeting-time {
        max-width: 130px;
    }

    .meeting-title {
        font-size: 28px;
        font-weight: 400;
        line-height: 33px;
        overflow: hidden;
        white-space: nowrap;
    }

    .meeting-location {
        max-width: 170px;
        white-space: nowrap;
        overflow: hidden;
    }

    div#meetings_list a {
        background-color: #2C438F;
        color: #FFFFFF;
    }

    .meeting-row.meeting-all-events {
        text-align: center;
        border-bottom: none;
        margin-top: 42px;
    }

        .meeting-row.meeting-all-events span {
            padding-left: 27px;
            padding-top: 16px;
            padding-right: 31px;
            padding-bottom: 20px;
            color: #2C438F;
            font-size: 15px;
            font-weight: 700;
            background-color: #F4D310;
            display: inline-block;
        }


    div#meetings_list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .meeting-body-date-time {
        display: block;
        overflow: hidden;
        float: left;
        max-width: 130px;
    }

    .meeting-body {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .meeting-date {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .meeting-time {
        margin-left: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .meeting-details {
        max-width: 460px;
        margin-top: 35px;
        margin-left: 0px;
    }

    .meeting-location {
        margin-top: 40px;
        float: right;
        margin-left: 0px;
        max-width: 100px;
        text-align: right;
    }
}

@media (min-width: 992px) and (max-width: 1200px) and (orientation:landscape) {
    .meeting-details {
        max-width: 650px;
    }
}

@media (max-width: 767px) {
    .meeting-row.meeting-list-title {
        padding-top: 42px;
        font-size: 48px;
        line-height: 77px;
    }

    .meeting-body-date-time {
        max-width: 100%;
        width: 100%;
    }

    .meeting-body {
        max-width: 100%;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .meeting-date {
        max-width: 50%;
        text-align: right;
        width: 50%;
        padding-right: 7px;
        font-size: 14px;
    }

    .meeting-time {
        max-width: 50%;
        width: 50%;
        padding-left: 7px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .meeting-details {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 21px;
        margin-bottom: 0px;
    }

    .meeting-title {
        max-width: 100%;
        width: 100%;
        white-space: normal;
    }

    .meeting-location {
        white-space: normal;
        text-align: center;
        width: 100%;
        max-width: 100%;
        max-width: 300px;
        margin-top: 11px;
        margin-bottom: 21px;
        font-size: 14px;
    }
}


.ea-title-container {
    margin-top: 87px;
    position: relative;
    padding-bottom: 84px;
}

    .ea-title-container::before {
        background: url('/ea/style library/ea2019/img/stars.svg') no-repeat;
        opacity: 0.7;
        top: 230px;
        left: 800px;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        content: ' ';
        display: block;
    }

.ea-title-1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #2C438F;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.ea-title-2 {
    margin-top: 26px;
    font-family: Playfair Display;
    font-size: 102px;
    font-weight: 400;
    line-height: 112px !important;
    color: #2C438F;
    width: 100%;
    text-align: center;
    max-width: 975px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -2.13px;
}

.ea-title-description {
    margin-top: 32px;
    text-align: center;
    max-width: 660px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 28px;
    color: #4A4A4A;
    letter-spacing: 0.53px;
}

.ea-title-about {
    margin-top: 29px;
    width: 100%;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F4D310;
    /*padding-left: 27px;*/
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    font-weight: bold;
    color: #2C438F;
    text-transform: uppercase;
    text-align: center;
}

    .ea-title-about a {
        color: #2C438F;
        text-decoration: none;
        letter-spacing: 2px;
    }

@media (min-width: 768px) and (max-width: 1200px) {
    .ea-title-container::before {
        left: 400px;
        left: calc(100% - 350px);
    }
}

@media (max-width: 767px) {
    .ea-title-2 {
        margin-top: 15px;
        font-size: 58px;
        line-height: 66px;
    }
}

.ea-home-members-president {
    width: 100%;
}

.home-page-content {
    position: relative;
    z-index: 0;
}

    .home-page-content:before {
        background-color: #E6E9F2;
        content: "";
        height: 50%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        position: absolute;
        top: 78%;
    }

.ea-home-members-container {
    width: 50%;
    float: left;
    padding-right: 13px;
    position: relative;
    text-align: center;
}

.ea-home-members {
    float: right;
    max-width: 544px;
    max-height: 420px;
    width: 100%;
    background-image: url('/ea/style%20library/ea2019/img/about/bureau-10.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 420px;
    text-align: center;
}

.ea-home-members-container a {
/*    font-family: Playfair Display;*/
    display: inline-block;
    background-color: #F4D310;
    color: #2C438F;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

    .ea-home-members-container a:hover {
        text-decoration: none;
    }

.ea-home-president-container {
    width: 50%;
    float: left;
    padding-left: 13px;
    position: relative;
    text-align: center;
}

.ea-home-president {
    float: left;
    max-width: 544px;
    max-height: 420px;
    width: 100%;
    background-image: url('/ea/style%20library/ea2019/img/about/bureau-8.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 420px;
    text-align: center;
}

.ea-home-president-container span, .ea-home-members-container span {
    background-color: #2C438F;
    color: #FFFFFF;
    font-family: Playfair Display;
    font-size: 48px;
    line-height: 50px;
    padding-top: 9px;
    padding-bottom: 18px;
    padding-left: 49px;
    padding-right: 49px;
    margin-top: 280px;
    display: inline-block;
}

.ea-home-president-container a {
    display: inline-block;
    background-color: #F4D310;
    color: #2C438F;
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 35px;
    padding-right: 35px;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ea-home-members-container a, .ea-home-president-container span {
        margin-top: 128px;
    }
}

@media (max-width: 767px) {
    .ea-home-members-container,
    .ea-home-president-container {
        width: 100%;
		padding: 0;
    }

        .ea-home-members-container a,
        .ea-home-president-container a {
            margin-top: 128px;
        }

        .ea-home-president-container a {
            display: none;
        }

    .home-page-content:before {
        top: 85%;
    }
}



.news-latest {
    width: 100%;
    text-align: center;
    padding-top: 93px;
    padding-bottom: 44px;
}

    .news-latest span {
        font-family: Playfair Display;
        font-size: 58px;
        line-height: 66px;
        color: #2C438F;
    }

.ea-news-container {
    background-color: #E6E9F2;
    overflow: hidden;
    margin-top: -1px;
    margin-bottom: 0;
    padding-top: 21px;
}

    .ea-news-container li {
        float: left;
        display: inline-block;
        margin-left: 21px;
        margin-right: 21px;
        width: calc(33.33% - 42px);
    }

        .ea-news-container li:first-child {
            /* margin-left: 0px; */
        }

        .ea-news-container li:last-child .ea-news-item-container {
            float: right;
            /*margin-right: 0px;*/
        }

.ea-news-item-container {
    float: left;
    max-width: 425px;
    width: 100%;
    border-bottom-color: #B9C1DC;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 57px;
    min-height: 550px;
}

    .ea-news-item-container:hover {
        background-color: #FFFFFF;
    }

ul.cbs-List.ea-news-container.equal-height-columns{
    width: 100%;
}

.ea-news-image {
    margin-left: 1px;
    margin-right: 1px;
}

    .ea-news-image img {
        /*width: 100%;*/
        height: 275px;
        width: auto;
    }

.ea-news-date {
    margin-left: 26px;
    margin-top: 19px;
    margin-bottom: 8px;
    width: 100%;
    max-width: 362px;
    font-size: 15px;
    font-weight: bold;
    color: #888686;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ea-news-title {
    margin-left: 26px;
    margin-right: 24px;
    /*font-size: 26px;*/
    line-height: 31px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

    .ea-news-title a {
        color: #2C438F;
        letter-spacing: 0.65px;
        text-decoration: none;
    }

.news-see-all {
    display: block;
    width: 100%;
    text-align: center;
    /*padding-top: 45px;*/
    padding-bottom: 81px;
    background-color: #E6E9F2;
    margin-top: -1px;
}

    .news-see-all span {
        background-color: #F4D310;
        color: #2C438F;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 29px;
        padding-right: 29px;
        padding-top: 16px;
        padding-bottom: 20px;
    }

        .news-see-all span a {
            text-decoration: none;
            letter-spacing: 2px;
        }

            .news-see-all span a:visited, .news-see-all span a:hover {
                color: #2C438F;
                text-decoration: none;
                letter-spacing: 2px;
            }

.news-latest {
    z-index: 0;
    position: relative;
}

    .news-latest::before,
    .ea-news-container::before,
    .news-see-all::before {
        background-color: #E6E9F2;
        content: "";
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        position: absolute;
        top: 0px;
    }

.news-see-all {
    z-index: 0;
    position: relative;
}

.ms-promlink-header {
    text-align: center;
    padding-bottom: 68px;
}

#Paging {
    float: none;
}

    #Paging a {
        box-sizing: content-box;
    }


.news-page-container {
    position: relative;
    z-index: 0;
}

    .news-page-container::before {
        background-color: #E6E9F2;
        content: "";
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        position: absolute;
        top: 0px;
    }

.news-page-title {
    font-family: Playfair Display;
    font-size: 102px;
    line-height: 112px;
    color: #2C438F;
    text-align: center;
    margin-bottom: 66px;
    letter-spacing: -2.13px;
    margin-top: 90px;
}

.news-landing-container {
    margin-top: 41px;
    padding-left: 40px;
}

    .news-landing-container .col-md-4.sidebar span {
        white-space: break-spaces;
    }

.news-landing-header {
    margin-bottom: 30px;
}

.news-landing-date {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #888686;
    margin-right: 15px;
    letter-spacing: 2px;
}

.news-landing-navigation span {
    font-size: 15px;
    font-weight: bold;
    color: #2C438F;
    text-transform: uppercase;
}

.news-landing-navigation > a {
    margin-right: 5px;
}

.news-landing-title {
    font-family: Playfair Display;
    font-size: 58px;
    line-height: 66px;
    color: #2C438F;
    width: 100%;
}

.news-landing-image {
    margin-top: 47px;
    margin-bottom: 38px;
}

    .news-landing-image img {
        width: 100%;
    }

.news-landing-social {
    margin-bottom: 38px;
}

    .news-landing-social div {
        text-align: left !important;
    }

.news-related-title {
    font-size: 15px;
    font-weight: bold;
    color: #2C438F;
    text-transform: uppercase;
    margin-bottom: 26px;
    letter-spacing: 2px;
}

div.dateLine_small_bullet {
    font-size: 15px;
    font-weight: 700;
    color: #888686;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

td.link-item_bullet {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B9C1DC;
    padding-bottom: 10px;
}

    td.link-item_bullet a {
        font-size: 26px;
        line-height: 31px;
        color: #2C438F;
        letter-spacing: 0.65px;
        font-weight: 600;
    }


.ea-member {
    width: calc(20% - 42px);
    float: left;
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 38px;
}

img.ea-member-image {
    width: 100%;
}

span.ea-member-name,
span.ea-member-country,
span.ea-member-type,
h4.ea-member-name,
h5.ea-member-country,
h5.ea-member-type {
    width: 100%;
    text-align: center;
    float: left;
}

span.ea-member-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #2C438F;
    margin-top: 10px;
}

h4.ea-member-name {
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.65px;
}

    span.ea-member-country {
        font-size: 18px;
        line-height: 28px;
        color: #2C438F;
    }

span.ea-member-type {
    font-size: 18px;
    line-height: 28px;
    color: #888686;
}



.site-page-title {
    font-family: Playfair Display;
    font-size: 102px;
    line-height: 112px;
    color: #2C438F;
    text-align: center;
    margin-top: 90px;
    word-break: break-word;
}

.page-breadcrumb {
    font-size: 15px;
    font-weight: bold;
    color: #2C438F;
    margin-right: 5px;
    text-transform: uppercase;
}

    .page-breadcrumb > span > a {
        margin-right: 5px;
    }


.about-group h3 {
    font-size: 28px;
    line-height: 42px;
    color: #4A4A4A;
}

.about-group p {
    font-size: 28px;
    line-height: 42px;
    color: #4A4A4A;
}

.site-page-subtitle {
    font-size: 21px;
    line-height: 28px;
    color: #4A4A4A;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 66px;
}

.free-text {
    word-break: break-word;
}

.free-text-title {
    font-size: 26px;
    line-height: 31px;
    color: #2C438F;
    font-weight: bold;
    float: left;
}

.free-text-subtitle {
    font-size: 20px;
    line-height: 31px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

.free-text a {
    font-size: 26px;
    line-height: 31px;
    color: #2C438F;
    margin-right: 5px;
    white-space: nowrap;
}

.free-text-separator {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B9C1DC;
    padding-bottom: 10px;
}


.project-overview ul.cbs-List > li {
    display: inline-block;
    width: 30%;
    margin-right: 42px;
    margin-top: 67px;
    padding-bottom: 24px;
    border-bottom-color: #B9C1DC;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.project-overview .cbs-picture3LinesImageContainer {
    width: 100%;
    height: auto;
    margin-bottom: 19px;
}

.project-overview img.cbs-picture3LinesImg {
    width: 100%;
    max-height: 275px;
}

.project-overview .cbs-picture3LinesDataContainer {
    float: left;
    margin-left: 0;
}

.project-overview .cbs-picture3LinesLine2 {
    display: none;
}

.project-overview .cbs-picture3LinesContainer {
    padding-bottom: 0px;
}

.project-overview h2 {
    white-space: break-spaces;
    line-height: 31px;
    margin-left: 25px;
    margin-right: 23px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Source Sans Pro" !important;
    font-size: 26px !important;
    color: #2C438F !important;
    font-weight: 600;
}


@media (min-width: 768px) and (max-width: 1200px) {

    #OOBMenu {
        margin-top: 0px;
    }


    .news-latest {
        padding-bottom: 27px;
    }

    .ea-news-container,
    .news-see-all,
    .news-latest {
        margin-left: -14px;
        margin-right: -14px;
    }

        .ea-news-container li {
            margin-left: 16px;
            margin-right: 16px;
        }

    .ea-news-item-container {
        margin-bottom: 53px;
        max-width: 100%;
    }

    .news-see-all {
    }

    .ea-news-container li {
        width: calc(50% - 32px);
    }

    .ms-promlink-header {
        padding-bottom: 40px;
    }

    .ea-member {
        width: calc(33% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }

    .project-overview ul.cbs-List > li {
        width: calc(50% - 42px);
        margin-right: 21px;
        margin-left: 21px;
    }
}

@media (max-width: 768px) {
    .ea-news-item-container {
        margin-bottom: 27px;
        max-width: 100%;
    }

    .ea-news-image img {
        height: 239px;
    }

	.ea-news-container li, .ea-news-date, .ea-news-title {
		width: calc(100% - 42px);
		margin-left: 21px;
		margin-right: 21px;
	}
	.ea-news-item-container {
		min-height: auto;
	}
	
    .news-landing-title {
        font-size: 28px;
        line-height: 33px;
    }

    .news p,
    .news-publishing-page-content,
    .about-group p {
        font-size: 21px;
        line-height: 28px;
    }

    .project-overview ul.cbs-List > li {
        width: calc(100% - 42px);
        margin-left: 21px;
        margin-right: 21px;
    }

    
    .ea-member {
        width: calc(50% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }

}
@media (max-width: 375px) {
    .ea-member {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }
}

    .project-overview-t-1 {
        font-weight: 400;
        font-size: 21px;
        line-height: 28px;
        color: #4A4A4A;
        max-width: 660px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 56px;
    }

    .project-overview-h-1 {
        font-family: Playfair Display;
        font-size: 48px;
        line-height: 56px;
        color: #2C438F;
        text-align: center;
        /*margin-top: 56px;*/
    }

    .project-overview-t-2 {
        font-size: 21px;
        line-height: 28px;
        color: #4A4A4A;
        margin-top: 56px;
        max-width: 975px;
        margin-left: auto;
        margin-right: auto;
    }

    .project-overview ul.cbs-List {
        margin-bottom: 111px;
    }

    .ea-common-list-container {
        margin-bottom: 25px;
        overflow: hidden;
    }

    .ea-common-list-item {
        float: left;
        display: inline-block;
        width: calc(33.33% - 42px);
        margin-right: 42px;
        margin-top: 67px;
        padding-bottom: 24px;
        border-bottom-color: #B9C1DC;
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

        .ea-common-list-item:hover {
            background-color: #E6E9F2;
        }

.ea-common-list-image {
    width: 100%;
    /*max-width: 260px;*/
}

    .ea-common-list-link,
    .ea-common-list-link:hover {
        text-decoration: none;
    }

    /*.ea-common-list-date {
    margin-left: 26px;
    margin-top: 19px;
    margin-bottom: 8px;
    width: 100%;
    max-width: 362px;
    font-size: 15px;
    font-weight: bold;
    color: #888686;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}*/

    span.ea-common-list-title {
        white-space: break-spaces;
        color: #2C438F;
        font-family: Source Sans Pro;
        font-size: 26px;
        line-height: 31px;
        margin-left: 25px;
        margin-right: 23px;
        margin-bottom: 0px;
        font-weight: 600;
        vertical-align: top;
        max-width: 540px;
        display: block;
        letter-spacing: 0.65px;
        float: left;
    }

    .ea-opinions-container {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
    }

    .ea-opinions-year {
        white-space: break-spaces;
        font-family: Playfair Display;
        font-size: 48px;
        line-height: 56px;
        color: #2C438F;
        text-align: center;
    }

        .ea-opinions-year:hover {
            cursor: pointer;
        }

    .ea-opinions-year-container {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .ea-opinion-container {
        float: left;
        display: inline-block;
        /*width: calc(33.33% - 30px);*/
        width: calc(20% - 42px);
        margin-right: 42px;
        margin-top: 67px;
        padding-bottom: 24px;
        border-bottom-color: #B9C1DC;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        /*min-height: 610px;*/
        min-height: 510px;
    }

        .ea-opinion-container:nth-child(3n+5) {
            margin-right: 0px;
        }



.ea-common-list-secretary-item {
    /*width: 20%;
    margin-right: 13.33%;*/
    width: calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
.ea-secretary-details {
    margin-top: 10px;
}
.ea-secretary-function {
    font-weight: 700;
	letter-spacing: 0.5px;
}
.ea-secretary-remits, .ea-secretary-function, .ea-secretary-languages, .ea-secretary-telfax, .ea-secretary-email {
    display: inline-block;
    width: 100%;
}
.ea-secretary-remits > i, .ea-secretary-languages > i, .ea-secretary-telfax > i, .ea-secretary-email > i {
    font-family: 'FontAwesome';
    font-style: unset;
}
.ea-secretary-remits > i, .ea-secretary-email > i {
	float: left;
    margin-right: 3px;
}
.ea-secretary-email > a {
	overflow-wrap: break-word;
}

@media (max-width: 1200px) {
    .ea-opinion-container {
            width: calc(33.3% - 42px);
            margin-right: 42px;
        }
            .ea-opinion-container:nth-child(3n+3) {
                margin-right: 0px;
            }
    }

    @media (max-width: 767px) {
        .ea-opinion-container {
            width: calc(50% - 42px);
            margin-right: 42px;
        }
            .ea-opinion-container:nth-child(3n+3) {
                margin-right: 42px;
            }
            .ea-opinion-container:nth-child(2n+2) {
                margin-right: 0px;
            }

        .content h1 {
            font-size: 58px !important;
        }
    }

@media (max-width: 375px) {
    .ea-opinion-container {
        width: 100%;
    }

    .content h1 {
        font-size: 58px !important;
    }
    .ms-webpart-zone{
        text-align: center;
    }
}





    .ea-opinion-container:hover {
        background-color: #E6E9F2;
    }

    .ea-opinions-year-hidden {
        /*display: none;*/
        visibility: hidden;
        height: 0;
    }

    .ea-opinion-container {
    }

    .ea-opinion-image {
        width: 100%;
    }

    .ea-opinion-title {
        white-space: break-spaces;
        color: #2C438F;
        font-family: Source Sans Pro;
        font-size: 26px;
        line-height: 31px;
        margin-left: 25px;
        margin-right: 23px;
        margin-bottom: 0px;
        font-weight: 600;
        vertical-align: top;
        max-width: 540px;
        display: block;
        letter-spacing: 0.65px;
        margin-top: 25px;
    }

    .ea-opinion-link:hover {
        text-decoration: none;
    }

    .ea-opinion-description {
        margin-left: 26px;
        margin-top: 19px;
        margin-bottom: 8px;
        width: 100%;
        max-width: 362px;
        font-size: 15px;
        font-weight: bold;
        color: #888686;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
    }

    .ea-agenda-container {
        background-color: #2C438F;
        position: relative;
        padding-bottom: 78px;
        z-index: 0;
    }

        .ea-agenda-container::before {
            background-color: #2C438F;
            content: "";
            height: 100%;
            width: 4000px;
            left: -2000px;
            z-index: -1;
            position: absolute;
        }

        .ea-agenda-container::after {
            background: url('/ea/style library/ea2019/img/stars.svg') no-repeat;
            opacity: 0.33;
            top: 50px;
            left: 800px;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: 1;
            content: ' ';
            display: block;
            background-size: auto;
        }

        .ea-agenda-container span {
            color: #FFFFFF;
        }

    .ea-agenda-container-header {
        font-size: 58px;
        font-family: Playfair Display;
        line-height: 66px;
        text-align: center;
        padding-top: 81px;
        height: auto;
        border-bottom: none;
        padding-bottom: 10px;
    }

        .ea-agenda-container-header > span::before {
            content: 'Agenda';
        }

    .ea-agenda-item {
        overflow: hidden;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #768DDA;
        padding-top: 21px;
        padding-bottom: 27px;
    }

    .ea-agenda-item-line1 {
        overflow: hidden;
    }

    .ea-agenda-date, .ea-agenda-time, .ea-agenda-place, .ea-agenda-title, .ea-agenda-members {
        float: left;
    }

    .ea-agenda-date, .ea-agenda-time, .ea-agenda-place, .ea-agenda-members {
        max-width: 160px;
        margin-left: 30px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        padding-top: 5px;
    }

    .ea-agenda-time {
        max-width: 120px;
    }

    .ea-agenda-place {
        float: right;
        text-align: right;
        margin-right: 30px;
        max-width: 120px;
    }

    .ea-agenda-title {
        max-width: 860px;
        width: 100%;
        font-size: 28px;
        font-weight: 400;
        line-height: 33px;
        margin-left: 30px;
    }

        .ea-agenda-title a:hover {
            text-decoration: none;
        }

    .ea-agenda-members {
        margin-left: 370px;
        width: 100%;
        max-width: 100%;
        font-weight: normal;
    }

    .ea-agenda-container-footer {
        text-align: center;
        border-bottom: none;
        margin-top: 42px;
    }

        .ea-agenda-container-footer span {
            padding-left: 27px;
            padding-top: 20px;
            padding-right: 27px;
            padding-bottom: 20px;
            color: #2C438F;
            font-size: 15px;
            font-weight: 700;
            background-color: #F4D310;
            display: inline-block;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

    @media (min-width: 768px) and (max-width: 1200px) {
        .ea-common-list-item {
            width: calc(50% - 12px);
            margin-right: 16px;
        }

            .ea-common-list-item:nth-child(odd) {
                margin-right: 0px;
                float: right;
            }
    }

    @media (max-width: 1200px) {
        .ea-agenda-place {
            float: left;
            margin-left: 30px;
            margin-right: 0px;
            text-align: left;
            margin-top: 10px;
        }

        .ea-agenda-members {
            margin-left: 30px;
        }
    }

    @media (max-width: 767px) {
        .ea-agenda-date {
            margin-left: 0px;
        }

        .ea-agenda-time {
            float: right;
            margin-left: 0px;
        }

        .ea-agenda-title {
            margin-left: 0px;
            font-size: 24px;
            text-align: center;
            margin-top: 10px;
        }

        .ea-agenda-place {
            text-align: center;
            margin-right: 0px;
            max-width: 100%;
            width: 100%;
            margin-left: 0px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .ea-agenda-members {
            margin-left: 0;
            text-align: center;
        }
    }

    @media (max-width: 767px) {
        .site-page-title {
            font-size: 58px;
            line-height: 66px;
        }

        .ea-common-list-item {
            width: calc(100%);
            margin-right: 0px;
        }

        .ea-agenda-date {
            margin-left: 0px;
        }

        .ea-agenda-time {
            float: right;
            margin-left: 0px;
        }

        .ea-agenda-title {
            margin-left: 0px;
            font-size: 24px;
            text-align: center;
            margin-top: 10px;
        }

        .ea-agenda-place {
            text-align: center;
            margin-right: 0px;
            max-width: 100%;
            width: 100%;
            margin-left: 0px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .ea-agenda-members {
            margin-left: 0;
            text-align: center;
        }
    }

    @media (min-width: 768px) and (max-width: 1023px) and (orientation:landscape) {
        .news-landing-title {
            font-size: 28px;
            line-height: 33px;
        }

        .news p,
        .news-publishing-page-content,
        .about-group p {
            font-size: 21px;
            line-height: 28px;
        }
    }

    @media (max-width: 1200px) and (orientation:landscape) {
        .news-landing-container {
            margin-left: 0;
            margin-right: 0;
            padding-left: 30px;
            width: 100%;
        }

        .navbar-header {
            padding-left: 0;
        }

        .header #logo-header {
            margin-left: 0;
        }

        .twitter-newsletter .twitter .container {
            max-width: 400px;
            margin-right: 60px;
        }
    }

    @media (max-width: 1023px) {
        .news-landing-container {
            padding-left: 30px;
            padding-right: 30px;
            margin-left: 0;
            width: 100%;
        }

        .header #logo-header {
            margin-left: 0;
        }

        .twitter-newsletter .twitter .container {
            max-width: 525px;
            margin-bottom: 65px;
        }
    }

    @media (max-width: 767px) {
        .news-landing-container {
            padding-left: 20px;
            padding-right: 20px;
        }

        .twitter-newsletter .twitter .container {
            margin-right: 0px;
        }

        #footer .headline:first-child {
            margin-top: 46px;
        }
    }


    /*custom.css*/
    .cookie-consent-banner {
        z-index: 1999 !important;
    }

    html, body {
        height: 100%;
    }

    body {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    body {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -ms-overflow-y: visible;
    }

    @-moz-document url-prefix() {
        body {
            overflow-y: auto;
        }
    }

    @media (min-width: 1200px) {
        .container {
            width: 1440px;
        }
    }

    #s4-bodyContainer {
        padding-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #ms-help > a > span,
    #fullscreenmode > a > span,
    #exitfullscreenmode > a > span,
    .ms-siteactions-root > span > a.ms-core-menu-root {
        height: 100% !important;
        width: 100% !important;
    }

    .navbar-default .navbar-nav > li > a {
        text-align: left;
    }

    .ms-welcome-root {
        padding-left: 0px;
    }

    #s4-workspace {
        height: inherit !important;
        width: inherit !important;
        background-color: #FFFFFF; /*rgb(33, 33, 33);*/
        overflow: hidden;
    }

    div#s4-statusbarcontainer {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    div.content > div.full-width-bg {
        /*margin-top: -150px;*/
    }

    .container > div > span.label {
        float: none;
        margin-right: 0px;
    }




    .breadcrumb span {
        font-size: 16px;
    }

        .breadcrumb span a {
            color: #262626;
        }

            .breadcrumb span a.active .breadcrumb span.active,
            .breadcrumb span a:hover,
            .breadcrumb span span.active,
            .breadcrumb span span a:hover {
                color: #fbcd00;
                text-decoration: none;
            }




    .cbs-List > li:last-child > div:last-child > hr {
        visibility: hidden;
    }


    .breadcrumb_current {
        visibility: hidden;
    }

    .ms-webpartzone-cell {
        margin-bottom: 0px;
    }

    .news-publishing-page-content {
        font-size: 28px;
        line-height: 42px;
        color: #4A4A4A;
    }




    #iframeMembers iframe {
        height: 1200px !important;
    }

    .tweeterContainer {
        width: 100% !important;
        height: 100% !important;
    }

    @media (min-width: 992px) and (max-width: 1200px) and (orientation:landscape) {
        .navbar-header {
            width: 20%;
        }

        .col-md-6.collapse.navbar-collapse.navbar-responsive-collapse {
            width: 60%;
            margin-top: 10px;
        }

        .member-access {
            width: 20%;
            margin-top: 10px;
        }

        .header .navbar-default .navbar-nav > li > a {
            font-size: 18px !important;
            margin: 0 12px;
            line-height: 28px;
        }

        .member-access > ul > li > a:last-child,
        .member-access > ul > li > div > span > span > a {
            display: none;
        }

        .header .dropdown-submenu > .dropdown-menu {
            position: static;
            font-size: 14px;
            margin-left: 30px;
        }
    }



    @media (max-width: 991px) {
        .col-md-6.home-tweets.equal-height-column {
            height: auto !important;
        }
    }

    .col-md-4.equal-height-column.text-center {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    li .col-xs-12.col-sm-6 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }


    .timeline-Widget {
        background-color: transparent;
    }

    .copyright {
        margin-top: 81px;
    }

    @media (min-width: 992px) {
        #footer .copyright {
            /*text-align: center !important;*/
        }
    }

    @media (max-width: 991px) {
        #footer .copyright .footer-logo {
            margin-left: 50px;
            max-width: 160px;
        }

        #footer .copyright .footer-logo-cor {
            max-width: 125px;
        }

        div.copyright.align-bottom > a {
            text-decoration: none;
        }

        #footer .copyright {
            text-align: left;
        }
    }

    .col-md-6.home-tweets.equal-height-column {
        min-height: 443px;
    }


    /*Article page*/

    .news-landing-container,
    .ea-article-page {
        margin-bottom: 50px;
    }

    .ea-article-title {
        text-align: center;
    }

    .ea-article-title {
        max-width: 975px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
        margin-bottom: 120px;
    }

    .ea-article-pageContent {
        max-width: 975px;
        margin-left: auto;
        margin-right: auto;
    }

    .cookie-consent-banner p {
        font-size: 16px;
        line-height: 24px;
    }

    #cookie-consent-banner h2 {
        font-family: "Open Sans", Arial, sans-serif !important;
        font-size: 19.5px !important;
        font-weight: 400 !important;
        line-height: 33px !important;
    }

    i.fas.fa-chevron-up,
    i.fas.fa-chevron-down {
        font-family: 'FontAwesome' !important;
        font-style: normal;
        font-size: 44px;
    }

    .ea-common-list-date {
        margin-left: 26px;
        margin-top: 19px;
        margin-bottom: 8px;
        width: calc(45% - 26px);
        max-width: 362px;
        font-size: 15px;
        font-weight: bold;
        color: #888686;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        float: left;
    }

    .ea-common-list-time {
        margin-left: 26px;
        margin-top: 19px;
        margin-bottom: 8px;
        width: calc(30% - 26px);
        max-width: 362px;
        font-size: 15px;
        font-weight: bold;
        color: #888686;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        float: left;
    }

    .ea-common-list-location {
        margin-left: 26px;
        margin-top: 19px;
        margin-bottom: 8px;
        width: calc(25% - 26px);
        max-width: 362px;
        font-size: 15px;
        font-weight: bold;
        color: #888686;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        float: left;
    }

    .ea-common-list-description {
        display: block;
        padding: 15px;
    }
div#gallery {
    margin-left: auto;
    margin-right: auto;
}

/*web parts edit arrow*/
.ms-webpart-controlBox {
    white-space: normal !important;
}
.ms-webpart-menuLink {
	height: 10px !important;
    width: 10px !important;
}