﻿/* = Framework
----------------------------------------------------------------------------------------------------------------- */
.container { width: 1340px; margin: 0 auto; position: relative; }
.container img { max-width: 100%; }
.container--wide { width: 1440px; }
.container--wide + .container { margin-top: 40px; }

.inner { max-width: 670px; margin: 0 auto; }

@media screen and (max-width: 1490px) {
    .container--wide { width: auto; margin-right: 25px; margin-left: 25px; }
}

@media screen and (max-width: 1420px) {
    .container { width: auto; margin-right: 25px; margin-left: 25px; }
}

@media screen and (max-width: 600px) {
    .container { margin-right: 20px; margin-left: 20px; }
}

@media screen and (max-width: 400px) {
    .container { margin-right: 15px; margin-left: 15px; }
}

@media screen and (max-width: 340px) {
    .container { margin-right: 10px; margin-left: 10px; }
}

/* = Templates
----------------------------------------------------------------------------------------------------------------- */
.template { position: relative; }
.main-content { padding: 40px 0; }

@media screen and (max-width: 750px) {
    .hero + .main-content { padding-top: 30px; }
}

@media screen and (max-width: 480px) {
    .main-content { padding: 35px 0; }
    .hero + .main-content { padding-top: 25px; }
}

@media screen and (max-width: 360px) {
    .main-content { padding: 32px 0; }
}

@media screen and (max-width: 340px) {
    .main-content { padding: 30px 0; }
}

/* = Logo
----------------------------------------------------------------------------------------------------------------- */
.logo { width: 558px; height: 102px; display: block; margin: 15px auto; background: url(/_img/parliament_EU_logo.svg) no-repeat top left; }

.logo-sticky { width: 176px; padding: 8px 9px 7px 9px; position: relative; display: table-cell; vertical-align: middle; }
.logo-sticky img { width: 160px; }

@media screen and (max-width: 1300px) {
    .logo { width: 500px; height: 92px; background-size: auto 92px; }
}


@media screen and (max-width: 1200px) {
    .logo { width: 450px; height: 82px; background-size: auto 82px; }
}

@media screen and (max-width: 1080px) {
    .logo-sticky img { width: 150px; }
}

@media screen and (max-width: 1024px) {
    .logo { width: 400px; height: 73px; background-size: auto 73px; }
}

@media screen and (max-width: 850px) {
    .logo { margin: 0 auto; }
}

@media screen and (max-width: 480px) {
    .logo { width: 100%; background-size: 100% auto; height: 0; padding-top: 18.28% }
}

@media screen and (max-width: 400px) {
    .logo-sticky img { width: 140px; }
}

/* = Header Content
----------------------------------------------------------------------------------------------------------------- */
.hdr-top { padding: 4px 30px; min-height: 30px; color: #fff; background: #2f2f2f; position: relative; }
.hdr-top a { color: #fff; }
.hdr-top a:not(.icon):hover { text-decoration: underline; }

.hdr-pDods { display: inline-block; vertical-align: top; }
.hdr-pDods a { display: inline-block; font-size: 12px; }
.hdr-pDods span { padding-left: 5px; display: inline-block; vertical-align: middle; }
.hdr-pDods span img { vertical-align: top; width: 31px; }

.hdr-topRight { float: right; }

.hdr-social { position: absolute; font-size: 12px; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.hdr-social a { margin: 0 6px; color: #1F1F1F; border: 1px solid #8f8f8f; font-size: 14px; display: inline-block; width: 40px; height: 40px; line-height: 38px; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; }
.hdr-social a:first-child { margin-left: 0; }
.hdr-social .icon--facebook:before { font-size: 15px; }

.hdr-main { padding: 0 30px; color: #fff; position: relative; }

.hdr-promo { position: absolute; display: table; text-align: right; top: 50%; height: 100%; right: 30px; max-width: 250px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.hdr-promo > div { display: table-cell; vertical-align: middle; }
.hdr-promo p { line-height: 1.4em; margin: 0 0 11px; color: #000; }
.hdr-promo .btn { margin-bottom: 4px; }
.hdr-promo .promo-img { padding-left: 15px; }
.hdr-promo .promo-img img { max-height: 85px; width: auto; }

.sticky-header { position: fixed; top: 0; left: 0; display: table; width: 100%; background: #003399; z-index: 10; -ms-transform: translateY(-50px); -webkit-transform: translateY(-50px); transform: translateY(-50px); -webkit-transition: transform .3s ease; transition: transform .3s ease; }
.stickyOn .sticky-header { -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }

.sticky-srch { position: absolute; cursor: pointer; top: 0; right: 0; width: 50px; height: 100%; border-left: 1px solid #fff; border-color: rgba(255, 255, 255, 0.4); }
.sticky-srch:before { content: '\e800'; position: absolute; top: 50%; width: 100%; margin-top: -8px; color: #fff; font-size: 14px; -webkit-transition: color .2s ease; transition: color .2s ease; }
.sticky-srch:hover:before { color: #FFCC00; }

@media screen and (min-width: 1025px) {
    .hdr-social a:hover { color: #003399; }
}

@media screen and (max-width: 1200px) {
    .hdr-top { padding: 4px 25px; }
    .hdr-main { padding: 0 25px; }

    .hdr-social a { margin: 0 5px; width: 36px; height: 36px; line-height: 34px; }

    .hdr-promo { right: 25px; }
    .hdr-promo p { font-size: 13px; }
    .hdr-promo .btn { margin-bottom: 3px; font-size: 10px; }
    .hdr-promo .promo-img { padding-left: 12px; }
    .hdr-promo .promo-img img { max-height: 75px; }
    .hdr-promo p { margin: 0 0 9px; }
}

@media screen and (max-width: 1080px) {
    .sticky-srch { width: 48px; }
}

@media screen and (max-width: 950px) {
    .hdr-top { padding: 4px 20px; }
    .hdr-main { padding: 0 20px; }
    .hdr-promo { right: 20px; }

    .hdr-topRight { margin-right: 90px; }
    .hdr-register { font-size: 13px; margin-top: 1px; }


    .hdr-social a { margin: 0 3px; width: 32px; height: 32px; line-height: 30px; font-size: 13px; }
    .hdr-social .icon--facebook:before { font-size: 14px; }

    .hdr-promo .promo-img img { max-height: 65px; }
    .hdr-promo .promo-img { display: none; }
    .hdr-promo p { font-size: 12px; margin: 0 0 7px; }

    .sticky-srch { width: 46px; right: 46px; }
}

@media screen and (max-width: 850px) {
    .hdr-main { padding: 15px; box-shadow: 0 1px #dadada; }
    .hdr-top { padding: 4px 15px; }

    .hdr-register { font-size: 12px; margin-top: 1px; }

    .hdr-social a { width: 28px; height: 28px; line-height: 27px; font-size: 12px; }
    .hdr-social .icon--facebook:before { font-size: 13px; }
    .hdr-promo { right: 15px; }
}

@media screen and (max-width: 800px) {
    .hdr-social a { width: 26px; height: 26px; line-height: 24px; font-size: 11px; margin: 0 2px; }
    .hdr-social .icon--facebook:before { font-size: 12px; }
}

@media screen and (max-width: 750px) {
    .hdr-social,
    .hdr-promo { display: none; }
}

@media screen and (max-width: 600px) {
    .hdr-main { padding: 15px; }
    .hdr-register { font-size: 11px; margin-top: 2px; }

    .hdr-pDods a { font-size: 10px; vertical-align: middle; }
    .hdr-pDods span img { width: 30px; }
}

@media screen and (max-width: 480px) {
    .hdr-main { padding: 20px; }

    .hdr-register { display: none; }
}

@media screen and (max-width: 400px) {
    .hdr-main { padding: 15px; }

    .sticky-srch { width: 44px; right: 44px; }
}

/* = Hamburger
----------------------------------------------------------------------------------------------------------------- */
.burger { display: none; overflow: hidden; position: absolute; top: 0; right: 0; padding: 8px 15px; height: 100%; background: #003399; cursor: pointer; z-index: 1; }
.burger .b-label { padding-left: 6px; line-height: 1; color: #fff; font-weight: 600; user-select: none; }
.burger > div { float: left; }

.hamburger { position: relative; padding: 0; width: 15px; height: 14px; cursor: pointer; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; overflow: hidden; }
.hamburger:focus { outline: none; }
.hamburger span { display: block; position: absolute; top: 50%; margin-top: -1px; left: 0; right: 0; height: 2px; background: #fff; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; }
.hamburger span:before,
.hamburger span:after { content: ""; position: absolute; display: block; left: 0; width: 100%; height: 2px; background-color: #fff; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.hamburger span:before { top: -5px; }
.hamburger span:after { bottom: -5px; }

.navOn .hamburger span { background: none; }
.navOn .hamburger span:before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.navOn .hamburger span:after { bottom: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.sticky-header .hamburger span,
.sticky-header .hamburger span::before,
.sticky-header .hamburger span::after { background: #fff; }
.navOn .sticky-header .hamburger span { background: none; }

@media screen and (max-width: 950px) {
    .burger { display: inline-block; }

    .sticky-header .burger { display: block; padding: 10px 15px; border-left: 1px solid rgba(255, 255, 255, 0.4); }
    .sticky-header .hamburger { margin: 4px 0; }
}

@media screen and (max-width: 480px) {
    .burger { padding: 8px 14px; }
    .navOn .burger { background: #221e1f; }
}

@media screen and (max-width: 400px) {
    .sticky-header .burger { padding: 10px 14px; }
    .sticky-header .hamburger { margin: 3px 0; }
}

/* = Menus
----------------------------------------------------------------------------------------------------------------- */
.nav-main { padding: 0 30px; text-align: center; background: #003399; position: relative; }
.nav-sub { padding: 0 25px; background: #fff; box-shadow: 0 1px #dadada; }

.menu ul,
.nav-sub ul,
.nav-reg ul { margin: 0; padding: 0; list-style: none; }

.menu ul li { display: inline-block; margin: 0 5px; position: relative; }
.menu ul li a { padding: 10px 15px 9px; display: inline-block; font-size: 12px; color: #fff; letter-spacing: 1.2px; text-transform: uppercase; }
.menu ul li.liOn a { color: #FFCC00; }

.nav-main ul li a { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 1.5px; }

.menu ul ul { display: none; }
.menu ul li.liHasChildren ul { position: absolute; padding: 6px 0 8px; min-width: 290px; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); border-top: 1px solid rgba(255, 255, 255, 0.2); background: #003399; z-index: 10; }
.menu ul li.liHasChildren ul li { display: block; margin: 0px 15px; padding: 2px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
.menu ul li.liHasChildren ul li:last-child { border: none; }
.menu ul li.liHasChildren ul li a { display: block; font-size: 13px; text-align: center; padding: 5px 0; color: #fff; background: none; }
.menu ul li .icon { display: none; position: absolute; cursor: pointer; right: 0; top: 5px; height: 32px; line-height: 32px; width: 38px; font-size: 12px; text-align: center; color: #fff; border-left: 1px solid rgba(255, 255, 255, 0.2); }

.nav-sub ul li { display: inline-block; margin: 0 12px; position: relative; }
.nav-sub ul li a { display: inline-block; padding: 9px 5px; font-size: 14px; color: #1d1d1c; letter-spacing: 0.28px; font-weight: 600; }

.nav-bottom { position: absolute; bottom: 0; left: 0; width: 100%; }

.nav-search { position: absolute; padding: 10px 15px; top: 0; right: 5px; color: #fff; cursor: pointer; }
.nav-search span { display: none; }
.nav-search:before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: rgba(255, 255, 255, 0.4); }

.nav-social { display: none; padding: 10px 30px; bottom: 0; left: 0; width: 100%; background: #221e1f; }
.nav-social > * { color: #fff; display: inline-block; margin: 0 14px 0 0; }
.nav-social > a:last-child { margin: 0; }

/*Greedy Nav*/
.greedy-nav { position: relative; min-width: 250px; }
.greedy-nav ul li a { display: block; position: relative; }
.greedy-nav ul li a:hover { text-decoration: underline; }
.greedy-nav .gn-more { position: absolute; user-select: none; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 0; padding: 0 0 0 10px; outline: none; cursor: pointer; font-weight: 700; color: #003399; }
.greedy-nav .gn-more .icon:after { padding-left: 5px; font-size: .9em; }
.hidden + .gn-more .icon--minusSlim:after { content: '\e80e'; }
.greedy-nav .nav { display: inline-table; height: 100%; }
.greedy-nav .nav li { display: table-cell; margin: 0; padding: 0 12px; }
.greedy-nav .nav li a { white-space: nowrap; }
.greedy-nav .hidden-links { position: absolute; margin-top: 0; padding: 5px 0; min-width: 180px; right: 0; background: #fff; -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15); z-index: 2; }
.greedy-nav .hidden-links li { display: block; margin: 0px 15px; padding: 2px 0; border-bottom: 1px solid #dedede; }
.greedy-nav .hidden-links li a { display: block; text-align: center; padding: 5px 15px; color: #1d1d1c; background: none; }
.greedy-nav .hidden-links li:last-child { border: none; }
.greedy-nav .hidden { visibility: hidden; }
.greedy-nav .nav li.on a:hover,
.greedy-nav .hidden-links li.on a:hover { text-decoration: none; }
.greedy-nav .nav li.on a span,
.greedy-nav .hidden-links li.on a span { position: relative; }
.greedy-nav .nav li.on a:after { content: ''; position: absolute; left: 5px; bottom: 0; width: calc(100% - 10px); height: 5px; background: #003399; }
.greedy-nav .hidden-links li.on a span:after { content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: #003399; }
/*END - Greedy nav*/

@media screen and (min-width: 1650px) {
    .nav-sub { text-align: center; }
}

@media screen and (min-width: 951px) {
    .menu > ul { display: inline-block; vertical-align: middle; }
    .menu > ul > li { float: left; margin: 0; }

    .menu ul li.liHasChildren:hover ul { display: block; }
    .menu ul li.noSub:hover ul { display: none; }
    .menu ul li:not(.liOn) a > span { border-bottom: 1px solid transparent; -webkit-transition: border .25s ease; transition: border .25s ease; }
    .menu ul li.liHasChildren > a span:after { content: '\e802'; padding-left: 6px; color: rgba(255, 255, 255, 0.75); width: 7px; font-size: 12px; vertical-align: middle; margin: 0 0 2px; }
    .menu ul li.liHasChildren.liOn > a span:after { content: '\e802'; color: #bbb; }
    .menu > ul > li:not(:last-child):after { content: ''; position: absolute; top: 10px; bottom: 10px; right: 0; width: 1px; height: calc(100% - 20px); background: #fff; opacity: 0.3; }

    .menu ul li a:hover,
    .menu ul li.liHasChildren ul li a:hover,
    .menu ul li.liHasChildren ul li.liOn a,
    .nav-search:hover { color: #FFCC00; }
}

@media screen and (max-width: 1160px) {
    .nav-main { padding: 0 10px; text-align: left; }
}

@media screen and (max-width: 1080px) {
    .menu ul li.liHasChildren ul { left: auto; right: 0; -ms-transform: none; -webkit-transform: none; transform: none; }
    .menu ul li.liHasChildren ul li a { text-align: right; }
}

@media screen and (max-width: 1024px) {
    .nav-sub { text-align: left; }
    .menu ul li a { padding: 10px 12px 9px; }
}

@media screen and (max-width: 950px) {
    .menu ul li { margin: 0; }
    .nav-sub ul li { margin: 0px 6px; }
    .greedy-nav .nav li { padding: 0 6px; }

    .hdr-nav { position: fixed; top: 0; left: 0; left: -325px; width: 300px; border: none; height: 100%; background: #efefef; background: #003399; box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25); -webkit-transition: left .4s ease; transition: left .4s ease; z-index: 11; }
    .navOn .hdr-nav { left: 0; }

    .csstransforms3d .hdr-nav { left: 0; -webkit-transform: translate3d(-325px, 0, 0); -moz-transform: translate3d(-325px, 0, 0); transform: translate3d(-325px, 0, 0); -webkit-transition: -webkit-transform .4s ease; transition: transform .4s ease; }
    .csstransforms3d .navOn .hdr-nav { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

    .nav-main { padding: 25px 30px; height: 100%; overflow: auto; text-align: left; }

    .menu ul li { display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .menu ul li:last-child { border: none; }
    .menu ul li a { display: block; padding: 10px 0; }
    .menu ul li.liOn a { color: #fff; -webkit-border-radius: 0; border-radius: 0; background: transparent; }
    .menu ul li.liOn > a span { border-bottom: 1px solid #fff; }
    .menu ul li .icon { display: block; }
    .menu ul > li.liHasChildren > a { margin-right: 38px; }

    .menu ul li.liHasChildren span:after { -webkit-transition: transform .15s ease; transition: transform .15s ease; }
    .menu ul li.liHasChildren.subOn span:after { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    .menu ul li.liHasChildren ul { position: relative; background: none; left: 0; padding: 0; min-width: 0; margin-bottom: 12px; -ms-transform: none; -webkit-transform: none; transform: none; }
    .menu ul li.liHasChildren ul li { margin: 0; border-color: rgba(255, 255, 255, 0.2); }
    .menu ul li.liHasChildren ul li a { padding: 5px 0 4px; text-align: left; letter-spacing: 1px; }

    .nav-main .menu ul li.subOn ul { display: block; }

    .nav-search { position: relative; padding: 11px 0; top: 0; right: 0; color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .nav-search:before { content: none; }
    .nav-search:after { opacity: .85; font-size: .8em; vertical-align: middle; margin-bottom: 1px; }
    .nav-search span { display: inline-block; padding-right: 10px; font-size: 12px; color: #fff; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; }

    .nav-sub { visibility: hidden; }
    .nav-social { display: block; }
}

@media screen and (max-width: 600px) {
    .hdr-nav { left: -300px; width: 275px; }
    .csstransforms3d .hdr-nav { -webkit-transform: translate3d(-300px, 0, 0); -moz-transform: translate3d(-300px, 0, 0); transform: translate3d(-300px, 0, 0); }

    .menu ul li.liHasChildren ul li a { font-size: 12px; }
}

@media screen and (max-width: 480px) {
    .nav-social > * { margin: 0 18px 0 0; }
    .nav-main { height: calc(100% - 41px); }
}

@media screen and (max-width: 400px) {
    .nav-main { padding: 20px 25px; }
    .nav-social { padding: 10px 25px; }
}

@media screen and (max-width: 360px) {
    .hdr-nav { left: -285px; width: calc(100% - 87px); }
    .csstransforms3d .hdr-nav { -webkit-transform: translate3d(calc(-100% - 15px), 0, 0); -moz-transform: translate3d(calc(-100% - 15px), 0, 0); transform: translate3d(calc(-100% - 15px), 0, 0); }
}

@media screen and (max-width: 350px) {
    .nav-social > * { margin: 0 16px 0 0; }
}

@media screen and (max-width: 340px) {
    .nav-main { padding: 20px; }
    .nav-social { padding: 10px 20px; }
    .nav-social > * { margin: 0 13px 0 0; }
}

/* = Sticky Navigation
----------------------------------------------------------------------------------------------------------------- */
.sticky-nav { text-align: right; padding-right: 80px; display: table-cell; vertical-align: middle; }
.sticky-nav ul { margin: 0; padding: 0; text-align: right; }
.sticky-nav > ul { display: inline-block; }

.sticky-nav ul li { display: inline-block; list-style: none; margin: 0 30px 0 0; padding: 0; position: relative; }
.sticky-nav ul li:last-child { margin: 0; }
.sticky-nav ul li a { position: relative; color: #fff; display: block; padding: 9px 0; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-size: 15px; font-weight: 700; letter-spacing: 1.5px; }
.sticky-nav ul li ul { display: none; }
.sticky-nav ul li ul li { margin: 0; display: block; }
.sticky-nav ul li ul a { color: #fff; padding: 6px 0; font-size: 14px; }
.sticky-nav ul .liHasChildren a:after { color: rgba(255, 255, 255, 0.6); }
.sticky-nav ul .ext a:after { color: #1f1f1f; }
.sticky-nav ul li.menu--tw a:before { padding-right: 3px; text-decoration: none; }

.sticky-nav ul li.liOn > a,
.sticky-nav ul li ul li.liOn > a { color: #FFCC00; }

@media screen and (min-width: 1061px) and (max-height: 650px) {
    .sticky-nav ul li.liHasChildren ul li a { padding: 7px 0; }
}

@media screen and (min-width: 1061px) and (max-height: 600px) {
    .sticky-nav ul li.liHasChildren ul li a { padding: 6px 0; }
}

@media screen and (min-width: 1061px) {
    .sticky-nav .more-nav li.liHasChildren:last-child ul { left: auto; right: 0; text-align: right; }
    .sticky-nav ul li ul li:hover a { text-decoration: underline; }
}

@media screen and (min-width: 751px) {
    .sticky-nav ul li.liHasChildren span { padding-bottom: 20px; }
    .sticky-nav ul li.liHasChildren ul { position: absolute; left: -25px; top: 43px; padding: 15px 25px; width: 310px; background: #003399; text-align: left; -webkit-box-shadow: 0 -1px 0px 0px #6685c2; box-shadow: 0 -1px 0px 0px #6685c2; z-index: 2; }
    .sticky-nav ul li.navMobToggle ul { text-align: right; left: auto; right: -25px; }
    .sticky-nav ul li.liHasChildren:hover ul { display: none; }
    .stickyOn .sticky-nav ul li.subOn ul,
    .stickyOn .sticky-nav ul li.subOn:hover ul { display: block; }
    .stickyOn .sticky-nav ul li.subOn > a { color: #FFCC00; }
    .sticky-nav > ul > li > a:hover { color: #FFCC00; }
}

@media screen and (max-width: 1200px) {
    .sticky-nav { padding-right: 75px; }

    .sticky-nav ul li { margin: 0 25px 0 0; }
    .sticky-nav ul li a { font-size: 14px; letter-spacing: 1.3px; }
}

@media screen and (max-width: 1080px) {
    .sticky-nav { padding-right: 68px; }

    .sticky-nav ul li { margin: 0 20px 0 0; }
    .sticky-nav ul li a { letter-spacing: 1.2px; }

    .sticky-nav ul li.liHasChildren ul { top: 42px; width: 280px; }
    .sticky-nav ul li ul a { font-size: 13px; padding: 5px 0; }
}


@media screen and (max-width: 1000px) {
    .sticky-nav { padding-right: 65px; }
    .sticky-nav ul li { margin: 0 20px 0 0; }
}

@media screen and (max-width: 950px) {
    .sticky-nav { display: none; }
}

@media screen and (max-width: 750px) {
    .sticky-nav .more-nav { border-top: 1px solid #ccc; }
}

/* = Search box
----------------------------------------------------------------------------------------------------------------- */
.search-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; height: 100%; background: rgba(255, 255, 255, 0.96); z-index: 10; }
.hdr-searchBar { position: absolute; top: 50%; top: calc(50% - 10px); width: 600px; max-width: 100%; margin-left: -300px; left: 50%; font-size: 1.25em; opacity: 0; -ms-transform: translateY(-125px); -webkit-transform: translateY(-125px); transform: translateY(-125px); -webkit-transition: all .4s ease; transition: all .4s ease; }
.search-overlay.on .hdr-searchBar { opacity: 1; -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: all .4s ease; transition: all .4s ease; }

.hdr-searchBar input.text { width: calc(100% - 125px); padding: .566em .75em; line-height: 1.65em; border: none; border-bottom: 1px solid #d6d6d6; background: transparent; }
.hdr-searchBar .btn { line-height: 1.65em; position: absolute; top: 0; right: 0; }

.search-close { position: absolute; cursor: pointer; top: 25px; right: 30px; font-size: 2em; line-height: 1; opacity: 0; -webkit-transition: opacity .4s ease; transition: opacity .4s ease; }
.search-overlay.on .search-close { opacity: 1; }

@media screen and (max-width: 650px) {
    .hdr-searchBar { width: calc(100% - 60px); margin: 0 30px; left: 0; }
    .search-close { right: 25px; }
}

@media screen and (max-width: 480px) {
    .search-overlay { background: rgba(255, 255, 255, 0.95); }

    .hdr-searchBar { font-size: 1.1em; width: calc(100% - 50px); margin: 0 25px; }
    .hdr-searchBar input.text { padding: .451em .6em; width: calc(100% - 105px); }
    .hdr-searchBar .btn { font-size: 13px; }
    .search-close { font-size: 1.65em; top: 20px; right: 20px; }
}

@media screen and (max-width: 400px) {
    .hdr-searchBar { font-size: 1em; width: calc(100% - 40px); margin: 0 20px; }
    .hdr-searchBar input.text { width: calc(100% - 95px); }
    .hdr-searchBar .btn { font-size: 12px; }
    .search-close { font-size: 1.6em; top: 15px; right: 15px; }
}

@media screen and (max-width: 340px) {
    .hdr-searchBar { width: calc(100% - 30px); margin: 0 15px; }
}

/* = Title bar
----------------------------------------------------------------------------------------------------------------- */
.title-bar { padding: 24px 0; background: #4c70b7; }
.title-bar * { color: #fff; }

.tb-title-tagline { display: table; }
.title-bar h1 { display: table-cell; vertical-align: middle; font-size: 30px; font-family: 'Open Sans', sans-serif; font-weight: 700; letter-spacing: -0.4px; margin: 0; padding-right: 30px; white-space: nowrap; text-transform: uppercase; }
.title-bar .tb-tagline { display: table-cell; vertical-align: middle; font-size: 18px; padding: 12px 0 12px 30px; border-left: 1px solid rgba(255, 255, 255, 0.3); }

.tb-title-link { margin: 5px 0 15px; }

.title-bar--sponsor .tb-tagline { padding: 0 0 0 30px; }

.tb-tagline .tb-tagLogo { display: inline-block; vertical-align: middle; margin-left: 30px; }
.tb-tagline .tb-tagLogo img { height: 60px; width: auto; }

@media screen and (min-width: 1201px), screen and (min-width: 751px) and (max-width: 850px) {
    .tb-title-link { margin: 0; position: absolute; float: right; top: 50%; right: 0; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
}

@media screen and (min-width: 751px) and (max-width: 850px) {
    .tb-title-link { top: calc(50% + 7px); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
}

@media screen and (max-width: 850px) {
    .tb-title-tagline { display: block; }
    .title-bar h1 { font-size: 28px; display: block; white-space: normal; line-height: 1.25em; }
    .tb-tagline .tb-tagLogo { margin-left: 20px; }
    .title-bar .tb-tagline { display: block; position: relative; margin: 14px 0 0; padding: 14px 0 0; border-width: 0; border-top: 1px solid rgba(255, 255, 255, 0.3); }
}

@media screen and (max-width: 750px) {
    .tb-title-link { margin: 10px 0 5px; }
}

@media screen and (max-width: 600px) {
    .title-bar { padding: 20px 0 22px; }
    .title-bar h1 { font-size: 26px; }
    .title-bar .tb-tagline { margin: 10px 0 0; padding: 10px 0 0; font-size: 16px; line-height: 1.25em; }
    .tb-title-link .btn { font-size: 13px; }
    .tb-tagline .tb-tagLogo img { height: 50px; }
}

@media screen and (max-width: 480px) {
    .title-bar h1 { font-size: 24px; }
    .tb-tagline .tb-tagLogo img { height: 45px; }
    .title-bar .tb-tagline { font-size: 15px; line-height: 1.35em; }
}

@media screen and (max-width: 400px) {
    .title-bar { padding: 18px 0 20px; }
    .title-bar h1 { font-size: 22px; }
    .title-bar .tb-tagline { font-size: 14px; margin: 8px 0 0; padding: 8px 0 0; }
    .tb-title-link .btn { font-size: 12px; }
    .tb-tagline .tb-tagLogo { margin-left: 15px; }
    .tb-tagline .tb-tagLogo img { height: 40px; }
}

@media screen and (max-width: 360px) {
    .title-bar { padding: 16px 0 18px; }
    .title-bar h1 { font-size: 20px; }
    .title-bar .tb-tagline { font-size: 13px; }
    .tb-title-link .btn { font-size: 11px; }
    .tb-tagline .tb-tagLogo { margin-left: 12px; }
    .tb-tagline .tb-tagLogo img { height: 35px; }
}

/* = Content Rows
----------------------------------------------------------------------------------------------------------------- */
.row { margin: 40px; position: relative; }
.row + .row { margin-top: 0; }
.row:first-child { margin-top: 0; }
.row:last-child { margin-bottom: 0; }
.row.row--feature { padding: 50px; margin-left: 0; margin-right: 0; background: #313540; }
.row.row--lightBlue { background: #e5f4fd; }
.row.row--newsView { margin: 35px 0 0; }

.row.row--false-last { margin-bottom: 0; }

.container--wide .row { margin-left: 0; margin-right: 0; }

@media screen and (max-width: 1450px) {
    .row { margin: 40px 30px; }
}

@media screen and (max-width: 1400px) {
    .row { margin: 40px 20px; }
    .row.row--feature,
    .row.row--lightBlue { padding: 45px; }
}

@media screen and (max-width: 1320px) {
    .row { margin: 40px 0; }
    .row.row--feature,
    .row.row--lightBlue { padding: 40px; }
}

@media screen and (max-width: 850px) {
    .row.row--feature { padding: 35px; }
}

@media screen and (max-width: 480px) {
    .row { margin: 35px 0; }
    .row.row--feature,
    .row.row--lightBlue { padding: 30px; }
}

@media screen and (max-width: 400px) {
    .row.row--feature,
    .row.row--lightBlue { padding: 25px; }
}

@media screen and (max-width: 380px) {
    .row.row--feature,
    .row.row--lightBlue { padding: 25px 20px; }
}

@media screen and (max-width: 340px) {
    .row { margin: 30px 0; }

    .row.row--feature,
    .row.row--lightBlue { padding: 25px 15px; }
}

/* = Content columns
----------------------------------------------------------------------------------------------------------------- */
.col { width: 100%; }
.col--75 { margin: 0 0 35px; }
.col > .row { margin: 0; }
.col--25 { margin: 0; }

@media screen and (min-width: 1081px) {
    .col--75 { float: left; width: calc(100% - 330px); margin: 0 30px 0 0; }
    .col--25 { float: left; width: 300px; }
}

@media screen and (max-width: 480px) {
    .col--75 { margin: 0 0 30px; }
}

/* = Adverts & Advert containers
----------------------------------------------------------------------------------------------------------------- */
.hdr-ad { position: sticky; position: -webkit-sticky; top: 0; z-index: 2; overflow: hidden; }
.hdr-ad .row--ad { padding: 30px; margin:0; }
.hdr-ad img { max-width: 100%; }

.row--ad { padding: 75px 35px; text-align: center; background: #F4F4F4; }

.col-ad { margin: 35px 0; text-align: center; }
.col-ad:first-child { margin-top: 0; }
.col-ad:last-child { margin-bottom: 0; }

.col-ad > div,
.row--ad > div { position: relative; }

.adblock-msg { max-width: 728px; margin: 0 auto; padding: 20px 30px; text-align: center; border: 1px solid #b5b5b5; background-color: #fff; }
.adblock-msg + .adblock-msg { display: none }
.adblock-msg p { margin-bottom: 6px; font-size: 16px; line-height: 1.25em }
.adblock-msg p:last-child { margin: 0 }

.ad-collapsed { height: 1px; overflow: hidden; margin: 0; padding: 0; background: #fff; visibility: hidden; }
.hdr-ad .row--ad.ad-collapsed { display: none; }

.col--ad.col--ad-inArticle { padding: 60px 0; margin: 25px 0; width:100%; text-align: center;  background: #f6f6f6; position: relative; } 

.ads-hidden .col--ad,
.ads-hidden .col-ad, 
.ads-hidden .hdr-ad,
.ads-hidden .vi-stories-top-div,
.ads-hidden .row-ad, 
.ads-hidden .row--ad { display: none;}

@media screen and (min-width: 601px) {
    .col--ad:before,
    .row--ad:before { content: 'Advertisement'; position: absolute; top: 0; left: 0; padding: 4px 8px; line-height: 1; font-size: 9px; color: #525252; background: #EAEAEA; }
}

@media screen and (min-width: 851px) {
    .adblock-msg p { font-size: 18px; }
    .av-rc .col-ad { padding: 18px 0 0; background: none; }
    .av-rc .col-ad .adblock-msg { padding: 25px; min-height: 250px; text-align: center; background-position: center top 35px; }
    .av-rc .col-ad .adblock-msg p { font-size: 16px; margin-bottom: 15px; }
}

@media screen and (min-width: 851px) and (max-width: 1080px) {
    .av-lc .adblock-msg { padding: 85px 25px 25px; text-align: center; background-position: center top 25px; }
    .av-lc .adblock-msg p { font-size: 16px; }
}

@media screen and (min-width: 1081px) {
    .col-ad { padding-top: 18px; }
    .col-ad:first-child { padding-top: 0; }
    .col-ad .adblock-msg { padding: 25px; min-height: 250px; text-align: center; background-position: center top 35px; display: flex; flex-direction: column; justify-content: center; }
    .col-ad .adblock-msg p { font-size: 16px; margin-bottom: 15px; }
    .col-ad .adblock-msg p:last-of-type { margin: 0; }
}

@media screen and (min-width: 1201px) {
    .adblock-msg--long-temp { min-height: 600px; display: flex; flex-wrap: wrap; align-content: center; }
}

@media screen and (min-width: 1081px) and (max-width: 1200px) {
    .av-lc .col-ad .adblock-msg { padding: 20px 30px; text-align: left; background: #fff url(/_img/icons/peu-adblock.svg) no-repeat right 30px center; background-size: 115px 35px; display: flex; flex-direction: column; justify-content: center; }
}

@media screen and (max-width: 1080px) {
    .col-ad--nextBelow { margin-bottom: 0; }
    .hdr-ad .row--ad { padding: 0; }
}

@media screen and (max-width: 1080px) {
    .col-ad { padding: 35px; background: #F4F4F4 }
}

@media screen and (max-width: 700px) {
    .adblock-msg { padding: 25px; text-align: center; background-position: center top 25px; }
}

@media screen and (max-width: 600px) {
    .row--ad, .col-ad { padding: 0; background: none; }
}

@media screen and (max-width: 480px) {
    .adblock-msg p { margin-bottom: 10px; font-size: 16px; }
}

@media screen and (max-width: 480px) {
    .row--ad,
    .col-ad { padding: 0; background: none; }
    .row--ad > div:before { padding: 3px 6px; font-size: 8px; }
    .col-ad { padding: 18px 0 0; }
}

@media screen and (max-width: 400px) {
    .adblock-msg p { font-size: 15px; }
}

@media screen and (max-width: 340px) {
    .adblock-msg p { font-size: 14px; }

    .col--ad.col--ad-inArticle { padding: 25px 0;} 
}

/* = News list - Titles
----------------------------------------------------------------------------------------------------------------- */
.news-title { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #C1C1C1; }
.news-title .nt-cat { margin: 0; padding: 8px 10px; line-height: 1; display: inline-block; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 700; letter-spacing: -0.1px; color: #fff; background: #F2596F; }
.news-title .nt-link { float: right; padding: 10px 0; line-height: 1; }
.news-title .nt-link a { font-size: 12px; color: #313540; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.news-title .nt-link a:after { padding-left: 8px; line-height: 1; display: inline-block; font-size: 13px; vertical-align: middle; margin: 0 0 1px; }
.news-title .nt-link a:hover { color: #003399; }

.news-title.news-title--mag { border: none; margin: 25px 0 0; padding: 10px 0; border-top: 2px solid #003399; position: relative; }
.news-title.news-title--mag > a { display: block; margin: 0; }
.news-title.news-title--mag > a:after { position: absolute; right: 0; top: calc(50% - 1px); transform: translateY(-50%); }

.row--lightBlue .news-title .nt-cat,
.article-view .news-title .nt-cat,
.row-x2-split .news-title .nt-cat { background-color: #313540; }

.article-view .news-title--next { padding: 0 0 5px; }
.article-view .news-title--next .nt-cat { padding: 0; color: #1F1F1F; background: none; }


.row--black .news-title .nt-cat,
.row--black .news-title .nt-link a { color: #fff; background: none; padding-left: 0; padding-right: 0; }
.row--black .news-title .nt-link a:hover { color: #FFCC00; }

.alt-title { margin-bottom: 18px; border-top: 3px solid #313540; }
.alt-title .at-cat { margin: 0; padding: 4px 0 0; display: inline-block; }

@media screen and (max-width: 400px) {
    .news-title .nt-cat { font-size: 14px; }
    .news-title .nt-link { padding: 9px 0; }
    .alt-title { margin-bottom: 15px; }
}

/* = News lists - Items
----------------------------------------------------------------------------------------------------------------- */
.news-item { float: left; display: block; }

.news-item a { color: #313540; }
.news-item .ni-content { margin: 15px 0 0; position: relative; }
.news-item .ni-content a { display: block; }

.news-item .ni-title { margin: 8px 0; }
.news-item .ni-title:first-child { margin-top: 15px; }
.news-item .ni-title:last-child { margin-bottom: 0; }

.news-item .ni-meta { margin: 15px 0 8px; color: #858585; font-weight: 700; font-size: 13px; position: relative; }
.news-item .ni-meta:last-child { margin-bottom: 0; }
.news-item .ni-meta span { float: left; }
.news-item .ni-meta .ni-cat { color: #0498EE; }
.news-item .ni-meta a { display: inline-block; color: #0498EE; }
.news-item .ni-meta a:hover { text-decoration: underline; }
.news-item .ni-date:not(:last-child) { padding-right: 10px; margin-right: 10px; border-right: 1px solid #c1c1c1; }
.news-item .ni-desc { color: #5a5d66; line-height: 1.5em; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 4; max-height: 6em; overflow: hidden; position: relative; text-overflow: ellipsis; }
.news-item .ni-desc a { color: #5a5d66; }
.news-item .ni-desc p { margin: 0; }
.news-item .ni-desc br { display: none; }

.news-item .ni-desc + .ni-btn { margin-top: 15px; }
.news-item--dm:hover .btn { color: #000; background-color: #FFCC00; }

.news-item .ni-author { margin: 8px 0; }
.news-item .ni-author:last-child { margin-bottom: 0; }
.news-item .ni-author a { display: inline; font-weight: 700; }
.news-item .ni-author a:hover { text-decoration: underline; color: #003399; }
.news-item .ni-meta .ni-author { margin: 0; }

.news-item .ni-image { height: 0; padding-top: 56.25%; overflow: hidden; background: #ddd url(/_img/icons/peu-bg-logo.svg) center no-repeat; background-size: 60% auto; position: relative; }
.news-item .ni-image > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ni-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; }

.news-item--banner .ni-image { padding-top: 130%; }

.news-item .ni-image.has-vid > a:after { content: ''; position: absolute; top: 0; left: 50%; width: 20%; max-width: 50px; height: 100%; background: url(/_img/icons/hasvid-icon.svg) no-repeat center; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.news-item .ni-tag { padding: .4em .8em; position: absolute; top:0; left:0; color: #fff; font-size: 11px; background: #4c70b7; }

.news-list--sqThumb .news-item .ni-title,
.news-list--mc .news-item .ni-title { margin-top: 0; font-size: 14px; font-weight: 700; }

.news-list--sqThumb .news-item .ni-meta,
.news-list--mc .news-item .ni-meta { font-size: 13px; margin-top: 8px; }

.news-list--sqThumb .news-item .ni-meta:first-child,
.news-list--mc .news-item .ni-meta:first-child { margin-top: 0; }

.news-list--sqThumb--members .news-item .ni-meta,
.news-list--mc .news-item .ni-meta { margin: 9px 0 0; color: #8e8e8e; }

.news-list--sqThumb--members .news-item .ni-meta .ni-author,
.news-list--mc .news-item .ni-meta .ni-author { font-weight: 400; font-size: 11px; }

.news-list--sqThumb--members .news-item .ni-meta a,
.news-list--mc .news-item .ni-meta a { color: #8e8e8e; }

.news-list--mc .news-item .ni-content { margin: 0; }
.news-list--mc .news-item .ni-title { font-weight: 700; }

.col-next { display: none; }
.news-list--readNext .ni-meta:last-child { margin-top: 10px; }
.news-list--readNext .ni-author { font-size: 12px; }

.av-related .news-item .ni-meta { margin-top: 0; }
.news-item--related .ni-title { font-size: 20px; }

.row--black .news-item,
.row--black .news-item a { color: #fff; }
.row--black .news-item .ni-desc { opacity: 0.7; }
.row--black .news-item .ni-meta a { color: rgba(4, 152, 238, 0.85); }
.row--black .news-item .ni-date { color: #c1c1c1; border-color: #7d7d7d; }

@media screen and (min-width: 951px) {
    .news-list--x3:not(.news-list--mc) .news-item .ni-title { font-size: 20px; }
}

@media screen and (min-width: 1025px) {
    .news-item .ni-title a:hover,
    .news-item .ni-image:hover + .ni-content .ni-title a { text-decoration: underline; }
}

@media screen and (min-width: 1201px) {
    .news-list--x3:not(.news-list--mc) .news-item .ni-title { font-size: 22px; }
    .news-item--related .ni-author { margin: 12px 0; font-size: 15px; }
    .col-next { display: block; }

    .news-item .ni-tag { font-size: 12px; font-weight: 600; }
}

@media screen and (min-width: 1401px) {
    .news-list--x3:not(.news-list--mc) .news-item .ni-title { font-size: 24px; }
}

@media screen and (max-width: 850px) {
    .news-item .ni-tag { font-size: 11px; }
}

@media screen and (max-width: 600px) {
    .news-item .ni-title { font-size: 18px; }
    .news-list--x3-only .news-item:first-child .ni-title { margin: 8px 0; font-size: 24px; }
    .news-list--x3-only .news-item:first-child .ni-desc { font-size: 16px; }

    .news-list--x3-only .news-item:first-child .ni-image { padding-top: 50%; }
    .news-item--related .ni-title { font-size: 18px; }
}

@media screen and (max-width: 540px) {
    .news-list--x3-only .news-item:first-child .ni-title { font-size: 22px; }
    .news-list--x3-only .news-item:first-child .ni-desc { font-size: 15px; }
}

@media screen and (max-width: 480px) {
    .news-item .ni-content { margin: 12px 0 0; }
    .news-item .ni-title { margin: 6px 0; font-size: 16px; }
    .news-item .ni-title:first-child { margin-top: 12px; }
    .news-item .ni-meta { margin: 12px 0 6px; font-size: 12px; }
    .news-item .ni-author { margin: 6px 0; font-size: 13px; }

    .row--feature .news-item:nth-last-child(-n+2) .ni-desc { display: none; }

    .news-item--related .ni-title { font-size: 17px; }
    .news-list--mc .news-item .ni-title:first-child { margin-top: 0; }
    .news-item .ni-tag { font-size: 10px; }
}

@media screen and (max-width: 440px) {
    .news-item--split .ni-title { margin: 8px 0; font-size: 20px; }
    .news-item--split .ni-image { padding-top: 50%; }
}

@media screen and (max-width: 400px) {
    .news-item .ni-content { margin: 10px 0 0; }
    .news-item .ni-title { margin: 5px 0; font-size: 15px; }
    .news-item .ni-title:first-child { margin-top: 10px; }
    .news-item .ni-meta { margin: 10px 0 5px; font-size: 11px; }
    .news-item .ni-desc { font-size: 13px; -webkit-line-clamp: 3; max-height: 4.5em; }
    .news-item .ni-author { margin: 5px 0; font-size: 12px; }

    .news-list--x3-only .news-item:first-child .ni-title { margin: 7px 0; font-size: 20px; }
    .news-list--x3-only .news-item:first-child .ni-desc { font-size: 14px; }
    .news-item .ni-date:not(:last-child) { padding-right: 8px; margin-right: 8px; }

    .news-item--related .ni-title { margin: 6px 0; font-size: 16px; }
    .news-item--split .ni-title { margin: 7px 0; font-size: 18px; }

    .news-item .ni-tag { padding: .4em .8em .45em; font-size: 9px; }
}

@media screen and (max-width: 340px) {
    .news-list--x3-only .news-item:first-child .ni-title { font-size: 19px; }
}

/* = News lists - Layout
----------------------------------------------------------------------------------------------------------------- */
.news-list .news-item { width: 48.5%; margin: 3.5% 3% 0 0; }
.news-list .news-item--split { width: 100%; margin: 20px 0 0; }
.news-list .news-item--split:first-child { margin: 0; }

.news-list--x2 .news-item:nth-child(odd) { clear: left; }
.news-list--x2 .news-item:nth-child(even) { margin-right: 0; clear: right; }
.news-list--x2 .news-item:nth-child(-n+2) { margin-top: 0; }

.news-list--sqThumb { margin: 30px 0 0; }
.news-title + .news-list--sqThumb,
.alt-title + .news-list--sqThumb { margin-top: 0; }
.news-list--sqThumb .news-item { width: 100%; margin: 25px 0 0; }
.news-list--sqThumb:first-child,
.news-list--sqThumb .news-item:first-child { margin-top: 0; }
.news-list--sqThumb .ni-image { float: left; width: 100px; margin-right: 10px; padding-top: 100px; }
.news-list--sqThumb .ni-content { float: left; width: calc(100% - 110px); margin: 0; }

.news-list--dianomi { margin: 30px 0 0; overflow: hidden; }

.news-item--related { float: none; border: 1px solid #E5E5E5; padding: 15px 0; border-width: 1px 0 1px 0; }
.news-item--related .ni-image { width: 30%; padding-top: 18%; margin-right: 15px; float: left; }
.news-item--related .ni-content { margin: 0; float: left; width: calc(70% - 15px); }

.news-list--readNext .news-item { float: none; width: 100%; }

@media screen and (min-width: 441px) {
    .news-list .news-item--split .ni-image { float: left; width: 200px; padding-top: 140px; margin-right: 15px; }
    .news-list .news-item--split .ni-content { float: left; width: calc(100% - 215px); margin: 0; }
    .news-list .news-item--split .ni-meta { margin-top: 0; }
}

@media screen and (min-width: 651px) and (max-width: 850px) {
    .news-list .news-item--split .ni-image { width: 230px; padding-top: 160px; margin-right: 20px; }
    .news-list .news-item--split .ni-content { width: calc(100% - 250px); }
}

@media screen and (min-width: 751px) {
    .news-list--x3 .news-item { width: calc(33.333% - 20px); margin: 30px 30px 0 0; }
    .news-list--x3 .news-item:nth-child(3n+1) { clear: left; }
    .news-list--x3 .news-item:nth-child(3n+3) { margin-right: 0; clear: right; }
    .news-list--x3 .news-item:nth-child(-n+3) { margin-top: 0; }
}

@media screen and (min-width: 851px) {
    .row-x2-split { width: calc(50% - 15px); float: left; margin-top: 35px; margin-right: 30px; }
    .row-x2-split:nth-child(odd) { clear: left }
    .row-x2-split:nth-child(even) { margin-right: 0; clear: right; }

    .row-x2-split:nth-child(-n+2) { margin-top: 0; }
}

@media screen and (min-width: 851px) and (max-width: 1200px), screen and (min-width: 441px) and (max-width: 480px) {
    .news-list .news-item--split .ni-image { width: 175px; padding-top: 130px; }
    .news-list .news-item--split .ni-content { width: calc(100% - 190px); }
}

@media screen and (min-width: 751px) and (max-width: 1080px) {
    .news-list--x3 .news-item,
    .news-list--x4 .news-item { width: 31.666%; margin: 2.5% 2.5% 0 0; }

    .news-list--x4 .news-item:nth-child(3n+1) { clear: left; }
    .news-list--x4 .news-item:nth-child(3n+3) { margin-right: 0; clear: right; }
    .news-list--x4 .news-item:nth-child(-n+3) { margin-top: 0; }

    .news-list--x4-only .news-item { width: 48.5%; margin: 3.5% 3% 0 0; }
    .news-list--x4-only .news-item:nth-child(odd) { margin: 3.5% 3% 0 0; clear: left; }
    .news-list--x4-only .news-item:nth-child(even) { margin: 3.5% 3% 0 0; clear: right; margin-right: 0; }
    .news-list--x4-only .news-item:nth-child(-n+2) { margin-top: 0; }
}

@media screen and (min-width: 1081px) {
    .col--75 .news-list--x3 .news-item { width: calc(33.333% - 13.333px); margin: 20px 20px 0 0; }
    .col--75 .news-list--x3 .news-item:nth-child(-n+3) { margin-top: 0; }

    .col--75 .news-list--x3 .news-item:nth-child(3n+3) { margin-right: 0; clear: right; }
    .col--75 .news-list--x3:not(.news-list--mc) .news-item .ni-title { font-size: 17px; }

    .news-list--x4 .news-item:nth-child(-n+4) { margin-top: 0; }
    .news-list--x4 .news-item { width: calc(25% - 15px); margin: 20px 20px 0 0; }
    .news-list--x4 .news-item:nth-child(4n+1) { clear: left; }
    .news-list--x4 .news-item:nth-child(4n+4) { margin-right: 0; clear: right; }
}

@media screen and (min-width: 1201px) {
    .col--75 .news-list--x3:not(.news-list--mc) .news-item .ni-title { font-size: 18px; }

    .news-list .news-item--split .ni-image { margin-right: 20px; }
    .news-list .news-item--split .ni-content { width: calc(100% - 220px); }
}

@media screen and (min-width: 1401px) {
    .news-list .news-item--split .ni-image { width: 230px; padding-top: 160px; }
    .news-list .news-item--split .ni-content { width: calc(100% - 250px); }
}

@media screen and (max-width:850px) {
    .row-x2-split { margin-top: 35px; }
    .row-x2-split:first-child { margin: 0; }
}

@media screen and (max-width: 750px) {
    .news-list:not(.news-list--sqThumb):not(.news-list--mc):not(.news-list--x4-only) .news-item:not(.news-item--split):nth-child(-n+2) { margin-top: 0; }
    .news-list .news-item:nth-child(odd) { clear: left; }
    .news-list .news-item:nth-child(even) { clear: right; margin-right: 0; }

    .news-list--x3-only .news-item:last-child { display: none; }
}

@media screen and (max-width: 750px) and (min-width: 481px) {
    .news-list--mc .news-item:nth-child(-n+2) { margin-top: 0; }
}

@media screen and (max-width: 600px) {
    .news-list--x3-only .news-item:first-child { float: none; width: 100%; margin-bottom: 20px; }
    .news-list--x3-only .news-item:nth-child(2) { clear: left; margin: 0 3% 0 0; }
    .news-list--x3-only .news-item:last-child { display: block; margin: 0; clear: right; }
}

@media screen and (max-width: 480px) {
    .news-item--related .ni-image { padding-top: 30%; width: 30%; margin-right: 12px; }
    .news-item--related .ni-content { width: calc(70% - 12px); }

    .news-list--mc .news-item { width: 100%; margin: 15px 0 0; }
    .news-list--mc .news-item:first-child { margin: 0; }

    .news-list--x4-only .news-item { float: none; width: 100%; margin: 25px 0 0; }
    .news-list--x4-only .news-item:first-child { margin-top: 0; }
    .news-list--x4-only .news-item .ni-title { margin: 8px 0; font-size: 22px; }
}

@media screen and (max-width: 400px) {
    .news-list--x4-only .news-item .ni-title { margin: 7px 0; font-size: 20px; }
    .news-list--x4-only .news-item .ni-desc { font-size: 14px; }
}

@media screen and (max-width: 340px) {
    .news-list--x4-only .news-item .ni-title { font-size: 19px; }
}

/* = Magazine List
----------------------------------------------------------------------------------------------------------------- */
.mag-item { display: block; position: relative; color: #313540; }
.mag-item .mi-img { padding-top: 133%; height: 0; background: #ddd url(/_img/icons/peu-bg-logo.svg) center no-repeat; background-size: 60% auto; position: relative; }
.mag-item .mi-img img { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mag-item .mi-cat { margin: 14px 0 6px; color: #0498EE; font-weight: 700; }

.mi-title { margin: 0; }
.magLatest .mi-title { color: #fff; }
.magLatest .mag-item .mi-cat:first-child { margin-top: 0; }

.magLatest { float: left; width: 500px; margin: 0 35px 0 0; }
.magNext { float: left; width: calc(100% - 535px); margin: 0; }

.magLatest .mag-item .mi-cont { padding: 20px; background: #003399; }
.magLatest .mag-item .mi-summ { font-weight: 700; padding: 20px; background: #F4F4F4; }
.magLatest .mag-item .mi-summ br,
.magLatest .mag-item .mi-summ p:empty { display: none; }
.magLatest .mag-item .mi-summ p { margin: 0; }
.magLatest .mag-item .mi-img { margin: 0; float: none; width: 100%; padding-top: 133%; }

.mi-img img { object-fit: cover; font-family: 'object-fit: cover;'; height: 100%; width: 100%; }
.magNext .mag-item { width: calc(33.333% - 16.7px); float: left; margin: 25px 25px 0 0; }
.magNext .mag-item:nth-child(3n+1) { clear: left; }
.magNext .mag-item:nth-child(3n+3) { margin-right: 0; clear: right; }

.magList--main { margin: 0; position: relative; }
.magList--main .mag-item .mi-img { float: left; width: 100px; padding-top: 133px; margin: 0; }
.magList--main .mag-item .mi-cont { margin-left: 115px; }
.magList--main .mag-item .mi-cat { margin-bottom: 10px; }

.magList--latest .mag-item { display: block; padding: 25px; color: #313540; background: #fff; }
.magList--latest .mag-item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.magList--latest .mag-item .mi-cat { font-size: 13px; margin: 8px 0 10px; }
.magList--latest .mag-item p:not(:last-child) { margin: 0 0 12px; color: #5a5d66; }
.magList--latest .mag-item p:last-child { margin-bottom: 5px; }

.magView { max-width: 600px; margin: 0 auto; }
.magView br + br { display: none; }
.magView .mv-img { margin-bottom: 30px; text-align: center; }
.magView .leader { padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.magView .mv-embed { margin: 30px 0; text-align: center; overflow: hidden; background: #eee; }
.magView .mv-embed img { padding: 30px 0; margin: 0; }
.magView .mv-standFirst { margin-bottom: 30px; font-size: 16px; line-height: 1.75em; font-weight: 700; }
.magView .mv-standFirst p { line-height: 1.75em; }
.magView .mv-standFirst br { display: none; }
.mv-article p { font-size: 15px; line-height: 1.75em; }

@media screen and (max-width:1300px) {
    .magLatest { width: 40%; margin: 0 30px 0 0; }
    .magNext { width: calc(60% - 30px); }
}

@media screen and (max-width:1200px) {
    .magNext .mag-item { width: calc(33.333% - 13.333px); margin: 20px 20px 0 0; }
}

@media screen and (max-width:650px) {
    .magLatest { width: 100%; float: none; margin: 0 0 30px }
    .magNext { width: 100%; float: none; }
}

@media screen and (min-width:601px) {
    .magNext .mag-item:nth-child(-n+3) { margin-top: 0; }
}

@media screen and (min-width:401px) and (max-width:850px) {
    .magList--main .mag-item { float: left; width: calc(50% - 12.5px); margin: 25px 25px 0 0; }
    .magList--main .mag-item:nth-child(odd) { clear: left; }
    .magList--main .mag-item:nth-child(even) { margin-right: 0; clear: right; }
    .magList--main .mag-item:nth-child(-n+2) { margin-top: 0; }
}

@media screen and (min-width:851px) and (max-width:1200px) {
    .magList--main .mag-item { float: left; width: calc(33.333% - 13.34px); margin: 20px 20px 0 0; clear: none; }
    .magList--main .mag-item:nth-child(3n+1) { clear: left; }
    .magList--main .mag-item:nth-child(3n+3) { margin-right: 0; clear: right; }
    .magList--main .mag-item:nth-child(-n+3) { margin-top: 0; }
}

@media screen and (min-width:751px) {
    .magList--latest .mag-item { float: left; width: calc(33.333% - 13.333px); margin: 0 20px 0 0; padding: 15px; }
    .magList--latest .mag-item:nth-child(3) { margin-right: 0; }
}

@media screen and (min-width:1000px) {
    .magList--latest .mag-item { padding: 20px; }
}

@media screen and (min-width:751px) and (max-width:1200px) {
    .magList--latest .mag-item .mi-title { margin-top: 15px; }
}

@media screen and (min-width:1201px), screen and (max-width:750px) {
    .magList--latest .mag-item { padding: 20px; }
    .magList--latest .mag-item .mi-img { float: left; width: 135px; margin-right: 15px; padding-top: 180px; }
    .magList--latest .mi-cont { float: left; width: calc(100% - 150px); }
}

@media screen and (min-width:1201px) {
    .magList--main .mag-item { width: calc(25% - 15px); margin: 20px 20px 0 0; float: left; }
    .magList--main .mag-item:nth-child(4n+1) { clear: left; }
    .magList--main .mag-item:nth-child(4n+4) { margin-right: 0; clear: right; }
    .magList--main .mag-item:nth-child(-n+4) { margin-top: 0; }
}

@media screen and (min-width:801px) and (max-width:900px) {
    .magNext .mag-item h4 { font-size: 1.3em; }
}

@media screen and (min-width:651px) and (max-width:800px) {
    .magLatest { margin: 0 20px 0 0; }
    .magNext { width: calc(60% - 20px); }
    .magNext .mag-item { width: calc(33.333% - 10px); margin: 0 15px 15px 0; clear: none; }
    .magNext .mag-item h4 { font-size: 1.2em; }
}

@media screen and (max-width:750px) {
    .magList--latest .mag-item { margin-bottom: 20px; }
    .magList--latest .mag-item:last-child { margin-bottom: 5px; }
}

@media screen and (max-width:600px) {
    .magList--main .mag-item .mi-img { width: 80px; padding-top: 106px; }
    .magList--main .mag-item .mi-cont { margin-left: 95px; }
    .magList--main .mi-title { font-size: 16px; }
    .magList--main .mag-item .mi-cat { font-size: 13px; }

    .magNext .mag-item { width: calc(50% - 12.5px); margin: 25px 25px 0 0; }
    .magNext .mag-item:nth-child(odd) { clear: left; margin: 25px 25px 0 0; }
    .magNext .mag-item:nth-child(even) { clear: right; margin-right: 0; }
    .magNext .mag-item:nth-child(-n+2) { margin-top: 0; }
}

@media screen and (max-width:540px) {
    .magList--main .mag-item .mi-img { width: 70px; padding-top: 93px; }
    .magList--main .mag-item .mi-cont { margin-left: 80px; }
    .magList--main .mag-item .mi-cat { margin: 0 0 5px; }
}

@media screen and (max-width:480px) {
    .magNext .mag-item { width: calc(50% - 10px); margin: 0 20px 20px 0; }
    .magNext .mag-item:nth-child(odd) { margin: 0 20px 20px 0; }
    .magNext .mag-item:nth-child(even) { margin-right: 0; }
    .magNext .mag-item:nth-last-child(-n+2) { margin-bottom: 0; }
    .magNext .mag-item .mi-cat { margin: 10px 0 6px; font-size: 13px; }
    .magNext .mi-title { font-size: 18px; }

    .magList--main .mag-item .mi-img { width: 60px; padding-top: 80px; }
    .magList--main .mag-item .mi-cont { margin-left: 70px; }

    .magList--latest .mag-item { padding: 16px; }
    .magList--latest .mag-item .mi-img { width: 90px; margin-top: 5px; padding-top: 120px; margin-right: 12px; }
    .magList--latest .mi-cont { width: calc(100% - 102px); }
    .magList--latest .btn { font-size: 11px; }
    .magList--latest .mag-item p:not(:last-child) { font-size: 13px; margin: 0 0 10px; }
}

@media screen and (max-width:480px) and (min-width:401px) {
    .magList--main .mag-item { width: calc(50% - 10px); margin: 20px 20px 0 0; }
}

@media screen and (max-width:400px) {
    .magLatest { margin: 0 0 25px; }

    .magNext .mag-item,
    .magNext .mag-item:nth-child(odd) { width: calc(50% - 7.5px); margin: 0 15px 15px 0; }
    .magNext .mag-item:nth-last-child(-n+2) { margin-bottom: 0; }
    .magList--latest .btn { font-size: 10px; }

    .magList--main .mag-item {margin-top:15px; }
    .magList--main .mag-item .mi-img {  width: 90px; padding-top: 120px;  }
    .magList--main .mag-item .mi-cont { margin-left: 105px;  }
    .magList--main .mi-title { font-size: 18px;  }

    .magView .mv-img,
    .magView .mv-standFirst { margin-bottom: 25px; }
    .magView .mv-embed { margin: 25px 0; }
    .magView .mv-embed img { padding: 25px 0; margin: 0; }
}

@media screen and (max-width:360px) {
    .magList--latest .mag-item .mi-img { width: 80px; padding-top: 100px; }
    .magList--latest .mi-cont { width: calc(100% - 92px); }
}

@media screen and (max-width:320px) {
    .magList--main .mag-item { margin: 15px 0 0; }
}

/* = Hero Banners
----------------------------------------------------------------------------------------------------------------- */
.hero { position: relative; }
.hero-image { width: 100%; height: 0; padding-top: 40%; position: relative; }
.hero-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; }

.hero-content .hero-cat { max-width: 650px; margin-bottom: 20px; color: #FF7F7F; }
.hero-content .hero-cat a { color: #FF7F7F; }
.hero-content h1 { margin: 0; max-width: 650px; font-size: 32px; font-weight: 700; }

@media screen and (min-width: 751px) {
    .hero-image:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; z-index: 1; }
}

@media screen and (max-width: 1280px) {
    .hero-content { width: auto; margin: 0 40px; }
}

@media screen and (max-width: 1024px) {
    .hero-content .hero-cat { margin-bottom: 15px; }
    .hero-content h1 { font-size: 30px; }
}

@media screen and (max-width: 850px) {
    .hero-content h1 { font-size: 28px; }
}

@media screen and (max-width: 750px) {
    .hero-content { width: auto; margin: 40px auto 0; max-width: 700px; padding: 0 25px; }

    .hero-content .hero-cat,
    .hero-content .hero-cat a { color: #003399; }
}

@media screen and (max-width: 600px) {
    .hero-content { padding: 0 20px; }
    .hero-content h1 { font-size: 26px; }
}

@media screen and (max-width: 480px) {
    .hero-content { margin-top: 35px; }
    .hero-image { padding-top: 46%; }

    .hero-content h1 { font-size: 24px; }
    .hero-content .hero-cat { margin-bottom: 12px; }
}

@media screen and (max-width: 400px) {
    .hero-image { padding-top: 50%; }
    .hero-content { margin-top: 30px; padding: 0 15px; }
}

@media screen and (min-width: 751px) {
    .hero-content { position: absolute; z-index: 1; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
    .hero-content h1 { color: #fff; }
}

@media screen and (min-width: 1281px) {
    .hero-content { position: absolute; width: 1200px; left: 50%; margin-left: -600px; }
}

@media screen and (min-width: 1401px) {
    .hero-image { padding-top: 560px; }
}

@media screen and (min-width: 1025px) and (max-height: 700px) {
    .hero-image { padding-top: 400px; }
}

@media screen and (min-width: 1301px) and (max-height: 750px) {
    .hero-image { padding-top: 500px; }
}

/* = Sponsor bar
----------------------------------------------------------------------------------------------------------------- */
.news-sponsor { display: table; width: 100%; padding: 15px 20px; margin: 0 0 20px; background: #efefef; }
.news-sponsor > div { display: table-cell; vertical-align: middle; }
.news-sponsor .ns-link { padding-left: 15px; text-align: right; }
.news-sponsor .ns-info span { display: inline-block; vertical-align: middle; }
.news-sponsor .ns-text { font-size: 13px; line-height: 1.25em; padding-right: 8px; }
.news-sponsor .ns-logo img { max-height: 40px; width: auto; max-width: none; }

@media screen and (max-width: 480px), screen and (min-width: 851px) and (max-width: 1023px) {
    .news-sponsor { display: block; text-align: center; }
    .news-sponsor > div { display: block; }
    .news-sponsor .ns-link { padding: 0; margin: 10px 0 5px; text-align: center; }
}

/* = Featured panel
----------------------------------------------------------------------------------------------------------------- */
.fp { position: relative; }

.fp-main { width: 100%; position: relative; background: #313540; }
.fp-main h2 { color: #fff; font-weight: 400; }

.fp-main p,
.fp-main .ni-summary { color: #b7b8bb; }

.fp-main .ni-author a:hover { color: #FF7F7F; }

.fp-main .ni-summary { color: #f1f1f1; line-height: 1.5em; }
.fp-main .ni-summary br { display: none; }
.fp-main .ni-summary p:last-of-type { margin: 0; }

.fp-main .news-item { position: relative; float: none; height: 100%; }
.fp-main .news-item .ni-image { position: absolute; float: left; width: 50%; height: 100%; padding: 0; }
.fp-main .news-item .ni-content { float: right; width: 50%; height: 100%; margin: 0; padding: 60px 40px; text-align: center; }
.fp-main .ni-meta { margin: 0 0 20px; text-align: center; }
.fp-main .ni-meta span { float: none; display: inline-block; color: #bbbcbf; }
.fp-main .news-item .ni-date:not(:last-child) { padding-right: 15px; border-right: 1px solid #4e4e4e; }
.fp-main .ni-cat a { color: rgba(4, 152, 238, 0.85); }
.fp-main .ni-author { margin: 30px 0 0; font-size: 12px; color: #f1f1f1; }
.fp-main .ni-author a { color: #f1f1f1; }

.fp-list .news-item { width: 100%; margin-bottom: 18px; background: #f5f5f5; }
.fp-list .news-item:last-child { margin-bottom: 0; }
.fp-list .news-item .ni-title { font-size: 18px; font-family: 'Playfair Display', serif; font-weight: 700; }
.fp-list .news-item .ni-image { float: left; width: 130px; margin-right: 15px; height: 0; padding-top: 130px; overflow: hidden; position: relative; }
.fp-list .news-item .ni-content { float: right; width: calc(100% - 160px); margin: 15px 15px 15px 0; }
.fp-list .news-item .ni-meta { margin-top: 0; }

@media screen and (min-width: 1201px) {
    .fp-main { float: left; width: 63%; margin-right: 18px; }
    .fp-list { float: right; width: calc(37% - 18px); }
}

@media screen and (min-width: 1301px) {
    .fp-main h2 { font-size: 26px; }
}

@media screen and (max-width: 1320px) {
    .fp-list .news-item .ni-title { font-size: 17px; }
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .fp-main h2 { font-size: 26px; }
    .fp-list .news-item .ni-title { font-size: 15px; }
}

@media screen and (max-width: 1200px) and (min-width: 651px) {
    .fp-list { margin: 15px 0 0; }
    .fp-list .news-item { float: left; width: calc(33.33% - 10px); margin: 0 15px 0 0; }
    .fp-list .news-item:last-child { margin: 0; }
    .fp-list .news-item .ni-image { height: 100%; padding: 0; }
    .fp-list .news-item .ni-meta { font-size: 12px; }
}

@media screen and (max-width: 1024px) {
    .fp-list .news-item { display: block; }
    .fp-list .news-item .ni-image { float: none; width: 100%; height: 0; padding-top: 54%; margin: 0; }
    .fp-list .news-item .ni-content { padding: 18px; margin: 0; float: none; width: 100%; }
}

@media screen and (max-width: 850px) and (min-width: 651px) {
    .fp-list .news-item .ni-title { font-size: 16px; }
}


@media screen and (max-width: 850px) {
    .fp-main .news-item .ni-content { padding: 45px 30px; }
    .fp-main h2 { margin-bottom: 20px; }
    .fp-main .ni-meta { margin: 0 0 15px; }
    .fp-main .ni-author { margin: 20px 0 0; }
}

@media screen and (max-width: 750px) {
    .fp-main .news-item .ni-content { padding: 40px 30px; }
}

@media screen and (max-width: 650px) and (min-width: 521px) {
    .fp-main h2 { font-size: 26px; margin-bottom: 15px; }
}

@media screen and (max-width: 520px) and (min-width: 441px) {
    .fp-main h2 { font-size: 24px; margin-bottom: 15px; }
}

@media screen and (max-width: 650px) {
    .fp-main .news-item .ni-image { position: relative; float: none; width: 100%; height: 0%; padding-bottom: 52%; }
    .fp-main .news-item .ni-content { float: none; width: 100%; height: auto; padding: 40px; }

    .fp-list { display: block; width: 100%; }
    .fp-list .news-item { float: none; margin: 18px 0 0; min-height: 130px; position: relative; }
    .fp-list .news-item .ni-image { float: left; position: absolute; width: 130px; height: 130px; padding: 0; margin: 0; }
    .fp-list .news-item .ni-content { float: right; width: calc(100% - 130px); margin: 0; }
}

@media screen and (max-width: 480px) {
    .fp-main .news-item .ni-content { padding: 35px 25px; }
    .fp-main h2 { font-size: 22px; margin-bottom: 15px; }
    .fp-main .ni-author { margin: 15px 0 0; }

    .fp-list .news-item .ni-title { font-size: 16px; }
}

@media screen and (max-width: 400px) {
    .fp-main .news-item .ni-content { padding: 30px 20px; }
    .fp-list .news-item { margin: 15px 0 0; }
    .fp-list .news-item .ni-title { font-size: 15px; }
    .fp-list .news-item .ni-image { left: 15px; width: 100px; height: 100px; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
    .fp-list .news-item .ni-content { width: calc(100% - 115px); padding: 14px; }
}

@media screen and (max-width: 340px) {
    .fp-list .news-item .ni-image { width: 85px; height: 85px; }
    .fp-list .news-item .ni-content { width: calc(100% - 100px); }
}

/* = Resources lists & White Papers
----------------------------------------------------------------------------------------------------------------- */
.white-papers > ul { list-style: none; margin: 0; padding: 0; }
.white-papers > ul > li { margin: 20px 0 0; padding-top: 15px; border-top: 1px solid #eee; }
.white-papers > ul > li:first-child { margin: 0; border: none; padding: 0; }
.white-papers > ul > li > a { color: #231f20; display: block; }

.resource-list .resource-item { color: #231f20; }
.resource-item { width: 100%; margin: 15px 0 0; padding: 15px; color: #231f20; background: #f5f5f5; display: block; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.ri-image,
.wp-image { float: left; width: 110px; height: 160px; margin-right: 20px; background: #ddd url(/_img/icons/peu-bg-logo.svg) center no-repeat; background-size: 60% auto; position: relative; }

.wp-image { margin-top: 5px; }

.ri-image img,
.wp-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; }

.ri-content,
.wp-content { float: left; width: calc(100% - 130px); position: relative; }
.ri-date,
.wp-date { font-size: 13px; color: #0498EE; font-weight: 700; }
.ri-title { margin: 10px 0; padding-bottom: 35px; }
.ri-title:last-child { margin-bottom: 0; }
.ri-download { position: absolute; bottom: 0; left: 0; margin-bottom: 1px; }

.wp-title,
.wp-summary { margin: 10px 0; }

.resource-item:hover .ri-title { text-decoration: underline; }
.resource-list--mini .ri-title { padding: 0; }

.whitePapers-search { position: relative; max-width: 600px; margin: 0 auto 20px; }
.whitePapers-search .wp-keyword label { display: none; }
.whitePapers-search .wp-keyword input { padding-right: 105px; background: #f5f5f5; border-color: #f5f5f5; }
.whitePapers-search .wp-button { position: absolute; bottom: 0; right: 0; }
.whitePapers-search div:last-child { margin: 0; }

.wp-register { margin-bottom: 40px; }

.downloadView { max-width: 600px; margin: 0 auto; }
.downloadView p:last-child { margin-bottom: 5px; }
.downloadView .dl-image { margin: 20px auto; text-align: center; background: #efefef; }
.downloadView .dl-image img { border: 1px solid #eee; }
.downloadView .dl-terms { margin: 20px 0; font-size: 12px; }
.downloadView .dl-terms label { margin: 0; }
.downloadView .dl-terms a { text-decoration: underline; }
.downloadView p br { display: none; }

@media screen and (min-width: 1201px) {
    .wp-title { padding-right: 150px; }
    .wp-download { position: absolute; top: 27px; right: 0; }
}

@media screen and (min-width: 851px) {
    .white-papers > ul > li { float: left; width: calc(50% - 15px); padding-top: 20px; margin: 25px 30px 0 0; }
    .white-papers > ul > li:nth-child(-n+2) { margin: 20px 30px 0 0; border: none; padding: 0; margin-top: 0; }
    .white-papers > ul > li:nth-child(odd) { clear: left; }
    .white-papers > ul > li:nth-child(even) { clear: right; margin-right: 0; }
}

@media screen and (min-width: 651px) and (max-width: 750px), screen and (max-width: 400px) {
    .ri-image { width: 90px; height: 130px; margin-right: 15px; }
    .ri-content { width: calc(100% - 105px); }
    .ri-title { margin: 6px 0; padding-bottom: 37px; }
}

@media screen and (min-width: 651px) and (max-width: 950px) {
    .resource-item { float: left; width: calc(50% - 10px); margin: 20px 20px 0 0; }
    .resource-item:nth-child(odd) { clear: left; }
    .resource-item:nth-child(even) { margin-right: 0; clear: right; }
    .resource-item:nth-child(-n+2) { margin-top: 0; }
}

@media screen and (min-width: 651px) and (max-width: 1080px) {
    .resource-list--mini .resource-item { float: left; width: calc(50% - 10px); margin: 20px 20px 0 0; }
    .resource-list--mini .resource-item:nth-child(odd) { clear: left; }
    .resource-list--mini .resource-item:nth-child(even) { margin-right: 0; clear: right; }
    .resource-list--mini .resource-item:nth-child(-n+2) { margin-top: 0; }
    .resource-list--mini .ri-title { font-size: 16px; }
}

@media screen and (min-width: 951px) {
    .resource-list--main .resource-item { float: left; width: calc(33.333% - 13.333px); margin: 20px 20px 0 0; }
    .resource-list--main .resource-item:nth-child(3n+1) { clear: left; }
    .resource-list--main .resource-item:nth-child(3n+3) { margin-right: 0; clear: right; }
    .resource-list--main .resource-item:nth-child(-n+3) { margin-top: 0; }
}

@media screen and (min-width: 951px) and (max-width: 1080px) {
    .resource-list--main .ri-image { margin-right: 15px; }
    .resource-list--main .ri-content { width: calc(100% - 125px); }
    .resource-list--mini .ri-title { font-size: 18px; }
}

@media screen and (min-width: 1081px) {
    .resource-list--mini .resource-item { float: none; width: 100%; }
    .resource-list--mini .ri-image { width: 90px; height: 130px; margin-right: 15px; }
    .resource-list--mini .ri-content { width: calc(100% - 105px); }
}

@media screen and (max-width:1080px) {
    .resource-list--mini .ri-title { font-family: 'Arvo', serif; font-weight: 700; }
}

@media screen and (max-width: 950px) {
    .resource-item:nth-child(even) { margin-right: 0; }
}

@media screen and (max-width: 650px) and (min-width: 441px) {
    .resource-list .ri-title { font-size: 18px; }
}

@media screen and (max-width: 650px) {
    .resource-list--main .resource-item:first-child { margin: 0; }
}

@media screen and (max-width: 440px) {
    .resource-list--mini .ri-title { font-size: 16px; }
}

@media screen and (max-width: 400px) {
    .ri-title { padding-bottom: 34px; }
    .ri-date { font-size: 12px; }
    .resource-list .ri-title { font-size: 15px; }

    .wp-image { width: 90px; height: 130px; margin-right: 15px; }
    .wp-title { font-size: 17px; }
    .wp-content { width: calc(100% - 105px); }
    .wp-summary p { font-size: 13px; }
    .wp-download .btn { font-size: 11px; }
}

/* = Filter Bar
----------------------------------------------------------------------------------------------------------------- */
.filters-bar { margin: 0 0 40px; }
.filters-bar .select,
.filters-bar label,
.filters-bar .text { float: none; width: 100%; }

.filters-bar label { display: block; font-weight: 700; padding: 0; margin-bottom: 8px; }
.filters-bar select { border: none; background-color: #f5f5f5; }
.filters-bar .text { border-color: #f5f5f5; background-color: #f5f5f5; }

.filters-bar input.icon--cal { padding-right: 40px; background: #f5f5f5 url(/_img/icons/icon-calendar.svg) center right 14px no-repeat; background-size: 15px; }

.fb-wrap { margin: 0 auto; padding-bottom: 10px; border-bottom: 1px solid #C1C1C1; position: relative; }
.fb-wrap .fb-col { width: calc(100% - 145px); margin: 0 20px 0 0; }
/* .fb-wrap .fb-col:nth-child(2) { margin: 0; } */

.fb-title { position: absolute; bottom: 9px; left: 0; width: 90px; text-transform: uppercase; font-weight: 700; font-size: 16px; }

.fb-date-range > div { float: left; width: calc(50% - 5px); margin-right: 10px; }
.fb-date-range > div:last-child { margin: 0; }
.fb-date-range input { cursor: pointer; }

.fb-submit { position: absolute; width: 140px; bottom: 10px; right: 0; }
.fb-submit a { width: 100%; text-align: center; }

@media screen and (max-width: 1160px) {
    .fb-title { display: none; }
    .fb-wrap { padding-left: 0; }
}

@media screen and (max-width: 1024px) {
    .filters-bar { margin: 0 0 30px; }
    .filters-bar label { margin-bottom: 6px; }

    .fb-wrap .fb-col:nth-of-type(-n+2) { width: calc(50% - 10px); margin: 0 20px 10px 0; }
    .fb-wrap .fb-col:nth-of-type(2) { margin-right: 0; }
    .fb-wrap .fb-col:nth-of-type(3) { width: calc(100% - 160px); }
}

@media screen and (max-width: 600px) {
    .filters-bar { margin: 0 0 25px; }
    .filters-bar label { margin-bottom: 4px; }
    .fb-wrap .fb-col:nth-of-type(-n+2) { width: 100%; margin: 0 0 8px; }
}

@media screen and (max-width: 400px) {
    .fb-wrap .fb-col:first-child { margin: 0 0 12px; }
    .filters-bar label { margin-bottom: 5px; }
    .fb-wrap .fb-col:nth-of-type(3) { width: calc(100% - 155px); }
}

/* = Events list
----------------------------------------------------------------------------------------------------------------- */
.event-item { position: relative; min-height: 150px; overflow: hidden; background: #F4F4F4; }
.event-item > a { height: 100%; }

.ei-image { width: 190px; height: 100%; position: absolute; top: 0; left: 0; }
.ei-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; }

.ei-content { padding: 20px; margin-left: 190px; width: calc(100% - 190px); height: 100%; color: #fff; position: relative; }
.ei-content .ei-title { margin: 0 0 2px; position: relative; z-index: 1; }
.ei-location { margin: 0 0 8px; font-size: 12px; font-weight: 700; color: #0498EE; -webkit-transition: color .3s ease; transition: color .3s ease; position: relative; z-index: 1; }

.ei-date { display: inline-block; border: 1px solid #fff; min-width: 70px; padding: 15px 10px; text-transform: uppercase; text-align: center; font-weight: 700; position: relative; z-index: 1; left: 50%; top: 50%; color: #fff; background: rgba(0, 0, 0, 0.6); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.ei-date span { display: block; }

.title-bar + .events-list--hero { border-top: 1px solid #969696; }

.events-list--hero .event-item { float: none; width: 100%; margin: 0; min-height: 360px; }
.events-list--hero .ei-date { position: absolute; left: auto; right: 0; -ms-transform: translate(50%, -50%); -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); }
.events-list--hero .ei-location { max-width: 400px; margin-bottom: 18px; margin-left: auto; margin-right: auto; font-size: 18px; }
.events-list--hero .ei-content .ei-title { max-width: 300px; margin-left: auto; margin-right: auto; }
.events-list--hero .event-item .ei-image:after { content: none; }
.events-list--hero .ei-image { width: 50%; }
.events-list--hero .ei-content { margin-left: 50%; width: 50%; text-align: center; }

@media screen and (min-width: 851px) {
    .event-item { width: calc(50% - 10px); margin: 20px 20px 0 0; }
    .event-item:nth-child(even) { margin-right: 0; }
    .event-item:nth-child(-n+2) { margin-top: 0; }
}

@media screen and (min-width: 851px) and (max-width: 1024px) {
    .event-item { min-height: 140px; }
    .ei-image { width: 150px; }
    .ei-content { margin-left: 150px; width: calc(100% - 150px); }
    .events-list--main .ei-title { font-size: 18px; }
}

@media screen and (min-width: 751px) {
    .events-list--x3-only .ei-image { width: 100%; height: 200px; position: relative; }
    .events-list--x3-only .ei-content { text-align: center; min-height: 160px; width: 100%; margin: 0; height: auto; }
    .events-list--x3-only .event-item { float: left; width: calc(33.333% - 13.333px); margin: 20px 20px 0 0; }
    .events-list--x3-only .event-item:nth-child(3n+1) { clear: left; }
    .events-list--x3-only .event-item:nth-child(3n+3) { margin-right: 0; clear: right; }
    .events-list--x3-only .event-item:nth-child(-n+3) { margin-top: 0; }
}

@media screen and (min-width: 1081px) {
    .events-list--hero .ei-content .ei-title { font-size: 26px; max-width: 320px; }
    .events-list--hero .ei-date { min-width: 90px; padding: 22px 10px; font-size: 15px; }
}

@media screen and (min-width: 1081px) and (max-width: 1200px) {
    .events-list--x3-only .ei-title { font-size: 18px; }
    .events-list--x3-only .ei-content { min-height: 140px; }
}

@media screen and (min-width: 1201px) {
    .event-item .ei-content:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FFCC00; opacity: 0; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; }

    .event-item:hover .ei-image:after,
    .event-item:hover .ei-content:before { opacity: 0.85; }

    .events-list--hero .ei-content .ei-title { font-size: 28px; max-width: 350px; }
    .events-list--hero .ei-location { margin-bottom: 20px; }
    .events-list--hero .ei-date { min-width: 100px; padding: 25px 10px; font-size: 18px; }
}

@media screen and (min-width: 1301px) {
    .events-list--hero .ei-content .ei-title { max-width: 400px; font-size: 30px; }
    .events-list--hero .ei-location { margin-bottom: 25px; }
    .events-list--hero .event-item { min-height: 400px; }
    .events-list--hero .ei-date { min-width: 120px; padding: 30px 10px; font-size: 20px; }
}

@media screen and (max-width: 850px) and (min-width: 751px) {
    .events-list--hero .event-item { min-height: 340px; }
    .events-list--hero .ei-location { max-width: 300px; margin-bottom: 12px; font-size: 16px; }
    .events-list--hero .ei-content .ei-title { max-width: 270px; }
}

@media screen and (max-width: 850px) {
    .event-item { width: 100%; margin: 20px 0 0; }
    .event-item:first-child { margin: 0; }

    .events-list--x3-only .event-item:first-child { margin-right: 20px; }
}

@media screen and (max-width: 750px) and (min-width: 481px) {
    .events-list--hero .ei-content .ei-title { font-size: 26px; max-width: 400px; }
}

@media screen and (max-width: 750px) and (min-width: 601px) {
    .events-list--hero .ei-content .ei-title { font-size: 28px; max-width: 420px; }
}

@media screen and (max-width: 750px) {
    .events-list .event-item:first-child { margin-right: 0; }

    .events-list--hero .event-item { min-height: 0; }
    .events-list--hero .ei-image { width: 100%; height: 0; padding-bottom: 38%; position: relative; }
    .events-list--hero .ei-content { width: 100%; margin: 0; height: auto; min-height: 250px; padding: 40px 20px; }
    .events-list--hero .ei-date { left: 50%; right: auto; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
}

@media screen and (max-width: 600px) {
    .event-item { margin: 15px 0 0; }
    .ei-image { width: 160px; }
    .ei-content { width: calc(100% - 160px); margin-left: 160px; }

    .events-list--hero .ei-content { min-height: 200px; }
    .events-list--hero .ei-image { padding-bottom: 40%; }
    .events-list--hero .ei-location { margin-bottom: 15px; font-size: 16px; }
}

@media screen and (max-width: 480px) {
    .ei-date { min-width: 65px; padding: 12px 10px; font-size: 13px; }
    .event-item { min-height: 130px; }

    .ei-image { width: 140px; }
    .ei-content { width: calc(100% - 140px); margin-left: 140px; }
    .ei-content .ei-title { font-size: 18px; }

    .events-list--hero .ei-content { min-height: 0; }
    .events-list--hero .ei-image { padding-bottom: 40%; }
    .events-list--hero .ei-location { margin-bottom: 12px; font-size: 14px; }
    .events-list--hero .ei-content .ei-title { font-size: 24px; }
}

@media screen and (max-width: 440px) {
    .ei-content .ei-title { font-size: 17px; }
}

@media screen and (max-width: 400px) {
    .event-item { min-height: 110px; }

    .ei-content .ei-title { font-size: 16px; }
    .ei-location { margin: 0 0 5px; }
    .ei-date { font-size: 12px; }
    .ei-image { width: 120px; }
    .ei-content { padding: 16px; width: calc(100% - 120px); margin-left: 120px; }

    .events-list--hero .ei-image { padding-bottom: 45%; }
    .events-list--hero .ei-location { margin-bottom: 10px; }
    .events-list--hero .ei-content .ei-title { font-size: 22px; }
}

/* = Author View
----------------------------------------------------------------------------------------------------------------- */

.row.row--authorInfo { margin-bottom: 30px; padding-bottom: 15px; border-bottom: 2px solid #003399; }
.row--authorInfo .ra-image { float: left; width: 100px; height: 100px; -webkit-border-radius: 50%; border-radius: 50%; }
.row--authorInfo .ra-image img { -webkit-border-radius: 50%; border-radius: 50%; }
.row--authorInfo h1 { margin-bottom: 5px; line-height: 1; }
.row--authorInfo h1:last-child { margin-bottom: 0; }
.row--authorInfo .icon:hover { text-decoration: underline; }
.row--authorInfo .icon:before { padding-right: 5px; text-decoration: none; }
.row--authorInfo .ra-twitter { margin-bottom: 5px; font-weight: 600; }
.row--authorInfo p { margin: 0; }
.row--authorInfo--hasImg .ra-bio { margin-left: 125px; }
.row--authorInfo--hasImg .ra-info { float: left; width: calc(100% - 125px); margin-left: 25px; }

/* = Article View
----------------------------------------------------------------------------------------------------------------- */
.av-image { margin: 30px 0; }
.av-title { margin: 0 0 30px }
.av-title + .av-image { margin-top: 0; }

.article-view h1 { margin-bottom: 25px; font-weight: 700; color: #003399; }
.article-view h1:last-child { margin: 0; }

.av-main > p,
.av-main > blockquote,
.av-main > ul,
.av-main > ol { font-size: 16px; line-height: 1.75em; }

.av-main > p + ul,
.av-main > p + ol { margin-top: 25px; }

.av-main > p > a:not([class]):hover { text-decoration: underline; }

.article-view:not(.article-view--event) .av-main > p:first-child:first-letter,
.article-view:not(.article-view--event) .av-main > .av-authType + p:first-of-type:first-letter   { float: left; font-size: 72px; line-height: 1; color: #FFCC00; margin: -4px 12px 12px 0; font-weight: 700; }

@-moz-document url-prefix() {
    .article-view:not(.article-view--event) .av-main > p:first-child:first-letter,
    .article-view:not(.article-view--event) .av-main > .av-authType + p:first-of-type:first-letter  { margin-top: 10px; }
}

.image-caption,
.av-main > .image-caption { font-size: 11px; }

p + .image-caption,
.inline-image + .image-caption { margin-top: -20px; margin-bottom: 25px; }


.av-standWrap { margin: 0 0 30px; }

.av-standFirst { margin: 0 0 25px; font-size: 18px; line-height: 1.65em; font-weight: 700; }
.av-standFirst p { margin: 0; font-size: 18px; line-height: 1.65em; font-weight: 700; }
.av-standFirst br { display: none; }

.av-title .av-standFirst:last-child { margin-bottom: 0; }

.av-main-img { height: 0; padding-top: 55%; position: relative; background: #ddd; }
.av-main-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; }
.av-image .img-caption { font-size: 11px; margin: 8px 0 0; }
.av-image .img-caption b,
.av-image .img-caption strong { font-weight: normal; }
.av-image .img-caption em { font-style: normal; }

.av-authImg { width: 60px; height: 60px; margin: 0 0 10px; }
.av-authImg > a { display: block; }
.av-authImg img { object-fit: cover; font-family: 'object-fit: cover;'; height: 100%; width: 100%; -webkit-border-radius: 50%; border-radius: 50%; }

.av-authName { font-size: 18px; }
.av-authName a { font-weight: 700; color: #313540; }
.av-authName a:hover { text-decoration: underline; }
.av-authInfo p { margin: 0; }
.av-authInfo .av-date { margin: 7px 0; color: #0498EE; font-weight: 700; }

.av-authType { margin: 25px 0 0; }
.av-authType .av-tag { display: inline-block; padding: 3px 10px; color: #fff; font-size: 12px; -webkit-border-radius: 3px; border-radius: 3px; background: #003399; }
.av-authType .av-tag a { color: #fff; background: #003399; }

.av-main > .av-authType {margin:0 0 25px;}

.av-authTwitter a { color: #003399; }
.av-authTwitter a:hover { color: #FFCC00; text-decoration: underline; }
.av-authTwitter a:before { text-decoration: none; padding-right: 5px; }

.av-related { margin: 30px 0; }
.avr-title { margin: 0 0 5px; text-transform: uppercase; font-weight: 700; font-size: 18px; }

.av-most-recent { margin: 30px 0; border: 2px solid #e5e5e5; border-width: 3px 0 3px 0; }
.av-most-recent a { color: #0498EE; }
.av-most-recent > p { padding: 20px 0; font-size: 16px; }
.av-most-recent a:hover { text-decoration: underline; }

.av-tags { margin-top: 25px; }
.av-tags + .av-tags { margin-top: 15px; }
.av-tags a { display: inline-block; padding: 4px 14px 5px; margin: 0 7px 10px 0; -webkit-border-radius: 24px; border-radius: 24px; font-size: 12px; font-weight: 600; color: #003399; background: #e5eaf5; -webkit-transition: all .3s ease; transition: all .3s ease; }
.av-tags a:hover { background: #003399; color: #fff; }
.av-tagTitle { text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; }

.av-share { display: none; position: absolute; top: 10px; left: 10px; min-width: 30px; min-height: 115px; padding: 5px; border-radius: 20px; background: #aaaaa9; background: rgba(29, 29, 28, 0.25); }
.av-share .at-share-tbx-element .at-share-btn { display: block; margin: 6px 0; background: none !important; }
.av-share .at-share-tbx-element .at-share-btn:focus,
.av-share .at-share-tbx-element .at-share-btn:hover { -webkit-transform: none; transform: none; outline: none; }
.av-share .at-share-tbx-element .at-share-btn:hover .at-icon { fill: #FFCC00 !important; }
.av-share--hero { display: block; top: 50%; left: 20px; background: rgba(0, 0, 0, 0.25); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; }

.av-share-bottom { margin-top: 25px; padding-top: 5px; border-top: 1px solid #e5e5e5; }
.av-share-bottom a { outline: none; }
.av-share-bottom :first-of-type { margin-top: 0; }
.av-share-bottom > span { line-height: 32px; display: inline-block; vertical-align: middle; padding-right: 30px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.av-share-bottom > span:after { padding-left: 5px; }
.av-share-bottom .share-items { min-height: 35px; float: right; display: inline-block; vertical-align: middle; }
.av-share-bottom .at-share-tbx-element .at-share-btn { margin: 4px 0 0 12px; background: none !important; }
.av-share-bottom .at-share-tbx-element .at-share-btn:first-child { margin-left: 0; }
.av-share-bottom .at-share-tbx-element .at-share-btn .at-icon { fill: #221e1f !important; }
.av-share-bottom .at-share-tbx-element .at-share-btn:hover .at-icon { fill: #003399 !important; }

.av-dianomi-bottom { margin-top: 30px; }

.av-box { margin: 15px 0; padding: 40px 20px 20px; background: #f6f6f6; border-top: 3px solid #1d1d1c; position: relative }
.av-box:first-child { margin-top: 0 }
.av-box .avb-title { display: inline-block; position: absolute; top: 0; left: 0; padding: 0 10px 4px; font-weight: 600; color: #fff; background-color: #1d1d1c }
.av-box:not(.av-box--contact) .avb-content { font-weight: 600; color: #231f20; font-size: 16px }

.avb-content p { font-weight: normal; }
.avb-content p:last-child { margin-bottom: 0 }
.avb-content a { text-decoration: underline; }
.avb-content a + p { margin-top: 15px; }

.av-box--associated .avb-content { padding: 10px 20px }
.av-box--associated .avb-content img { width: auto }

.avb-content img { display: block; margin: 0 auto }
.avb-content img + img { margin-top: 18px }

@media screen and (min-width: 481px) {
    .article-view h1 { font-size: 28px; }
}

@media screen and (min-width: 601px) {
    .article-view h1 { font-size: 30px; }
}

@media screen and (min-width: 851px) and (max-width: 1200px) {
    .av-inner { display: -ms-grid; display: grid; grid-template-columns: minmax(0, 1fr) 300px; grid-template-rows: auto auto auto auto auto; grid-gap: 0 35px; gap: 0 35px; -ms-grid-columns: calc(100% - 300px) 300px; -ms-grid-rows: auto auto auto auto auto; }

    .av-title { grid-area: 1 / 1 / 2 / 2; -ms-grid-row: 1; -ms-grid-column: 1; }
    .av-image { grid-area: 2 / 1 / 3 / 2; -ms-grid-row: 2; -ms-grid-column: 1; }
    .av-author { grid-area: 3 / 1 / 4 / 2; -ms-grid-row: 3; -ms-grid-column: 1; }
    .av-main { grid-area: 4 / 1 / 5 / 2; -ms-grid-row: 4; -ms-grid-column: 1; }
    .av-lc { grid-area: 5 / 1 / 6 / 2; -ms-grid-row: 5; -ms-grid-column: 1; }
    .av-rc { grid-area: 1 / 2 / 6 / 3; -ms-grid-row: 1; -ms-grid-column: 2; -ms-grid-row-span: 5; }

    .isIE .av-inner > div:not(.av-rc) { margin-right: 35px; }
}

@media screen and (min-width: 851px) and (max-width: 1024px) {
    .av-inner { grid-gap: 0 30px; gap: 0 30px; }
    .isIE .av-inner > div:not(.av-rc) { margin-right: 30px; }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .article-view h1 { font-size: 34px; }
    .av-standFirst p { font-size: 19px; }
}

@media screen and (min-width: 1025px) {
    .av-share { display: block; }
}

@media screen and (min-width: 1201px) {
    .av-authImg { margin: 0 auto 10px; }

    .av-authInfo:last-child,
    .av-authType:last-child { margin-bottom: 30px; }

    .av-authType { margin-top: 15px; }

    .av-inner { display: -ms-grid; display: grid; grid-gap: 0 30px; gap: 0 30px; grid-template-columns: 300px auto 300px; grid-template-columns: 300px minmax(0, 1fr) 300px; grid-template-rows: auto auto auto auto auto auto; -ms-grid-columns: 300px calc(100% - 600px) 300px; -ms-grid-rows: auto auto auto; }

    .av-title { grid-area: 1 / 2 / 2 / 3; -ms-grid-row: 1; -ms-grid-column: 2; -ms-grid-row-span: 1; }
    .av-author { grid-area: 1 / 1 / 3 / 1; -ms-grid-row: 1; -ms-grid-column: 1; -ms-grid-row-span: 2; text-align: center; }
    .av-image { grid-area: 2 / 2 / 5 / 3; -ms-grid-row: 2; -ms-grid-column: 2; -ms-grid-row-span: 3; }
    .av-main { grid-area: 5 / 2 / 6 / 3; -ms-grid-row: 5; -ms-grid-column: 2; }
    .av-lc { grid-area: 3 / 1 / 6 / 1; -ms-grid-row: 3; -ms-grid-column: 1; -ms-grid-row-span: 6; }
    .av-rc { grid-area: 1 / 3 / span 6 / 4; -ms-grid-row: 1; -ms-grid-column: 3; -ms-grid-row-span: 6; }

    .article-view--long .av-author { grid-area: 1 / 1 / 4 / 1; -ms-grid-row-span: 3; }
    .article-view--long .av-lc { grid-area: 4 / 1 / span 5 / 1; -ms-grid-row-span: 5; }
    .article-view--long .av-rc { grid-area: 1 / 3 / 5 / 4; -ms-grid-row-span: 4; }
    .article-view--long .av-main { grid-area: 1 / 2 / 5 / 3; -ms-grid-row: 1; }

    .article-view--event .av-lc { grid-area: 1 / 1 / span 6 / 1; -ms-grid-row: 3; -ms-grid-column: 1; -ms-grid-row-span: 6; }

    .col-next:last-child { position: -webkit-sticky; position: sticky; top: 30px; -webkit-transition: top .3s ease; transition: top .3s ease; }

    .stickyOn .col-next:last-child { top: 70px; }

    .isIE .av-title,
    .isIE .av-image,
    .isIE .av-main { margin-left: 30px; margin-right: 30px; }
}

@media screen and (min-width: 1301px) {
    .av-inner { grid-gap: 0 35px; gap: 0px 35px; }
    .article-view h1 { font-size: 32px; }

    .av-related { margin: 35px 0; }

    .isIE .av-title,
    .isIE .av-image,
    .isIE .av-main { margin-left: 35px; margin-right: 35px; }
}

@media screen and (min-width: 1401px) {
    .av-standFirst p { font-size: 19px; }
}

@media screen and (max-width: 1460px) {
    .av-share--hero { right: 25px; left: auto; }
}

@media screen and (max-width: 1200px) {
    .av-lc { margin-top: 40px; }

    .av-author { margin-bottom: 30px; }
    .av-authImg { width: 80px; height: 80px; margin: 0 10px 0 0; display: inline-block; vertical-align: middle; }
    .av-authInfo { display: inline-block; vertical-align: middle; }
    .av-authInfo .av-date { margin: 5px 0; }
}

@media screen and (max-width: 600px), screen and (min-width: 851px) and (max-width: 950px) {
    .article-view:not(.article-view--event) .av-main > p:first-child:first-letter,
    .article-view:not(.article-view--event) .av-main > .av-authType + p:first-of-type:first-letter  { font-size: 68px; margin-top: -2px; }

    @-moz-document url-prefix() {
        .article-view:not(.article-view--event) .av-main > p:first-child:first-letter,
        .article-view:not(.article-view--event) .av-main > .av-authType + p:first-of-type:first-letter  { margin-top: 10px; }
    }

    .av-most-recent > p { padding: 18px 0; font-size: 15px; }

    .av-author { margin-bottom: 25px; }
    .av-authImg { width: 70px; height: 70px; }
    .av-authName { font-size: 16px; }
    .av-authTwitter { font-size: 13px; }
    .av-authInfo .av-date { margin: 4px 0; }

    .av-tags + .av-tags { margin-top: 12px; }
    .av-tagTitle { font-size: 12px; margin-bottom: 7px; }

    .av-share-bottom { margin-top: 20px; }
    .av-share-bottom > span { font-size: 12px; line-height: 30px; }
    .av-share-bottom .at-share-tbx-element .at-share-btn { margin-top: 2px; }

    .av-tags a { padding: 3px 12px 4px; margin: 0 6px 10px 0; font-size: 11px; }
}

@media screen and (max-width: 850px) {
    .av-rc { margin-top: 40px; }
    .av-inner { width: 100%; margin: 0 auto; max-width: 650px; }

    .article-view--event .av-inner { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .article-view--event .av-inner > div { width: 100%; }

    .article-view--event .av-title,
    .article-view--event .av-image { order: 1; }

    .article-view--event .av-main { order: 3; }
    .article-view--event .av-rc { order: 2;     margin-top: 0; }
    .article-view--event .av-rc .col-ad { display: none; }
    .article-view--event .av-lc { order: 4; }
}

@media screen and (max-width: 750px) {
    .av-share--hero { display: none; }
}

@media screen and (max-width: 600px) {
    .av-standFirst p { font-size: 17px; }

    .av-main > p,
    .av-main > ul,
    .av-main > ol { font-size: 15px; }

    .av-authInfo { width: calc(100% - 95px); }

    .av-title { margin: 0 0 25px; }
    .av-standWrap { margin: 0 0 25px; }

    .image-caption,
    .av-main > .image-caption { font-size: 10px; }

    p + .image-caption, .inline-image + .image-caption { margin-top: -22px; margin-bottom: 24px; }

    .row--authorInfo .ra-image { width: 80px; height: 80px; }
    .row--authorInfo p { margin: 0; font-size: 15px; }
    .row--authorInfo--hasImg .ra-info { width: calc(100% - 100px); margin-left: 20px; }
    .row--authorInfo--hasImg .ra-bio { margin-left: 100px; }
}

@media screen and (max-width: 480px) {
    .av-lc,
    .av-rc { margin-top: 35px; }

    .article-view h1 { margin: 0 0 20px }
    .av-image { margin: 25px 0; }
    .av-author { margin: 0 0 24px; }
    .av-authImg { width: 65px; height: 65px; }
    .av-authName { font-size: 15px; }
    .av-authTwitter { font-size: 12px; }
    .av-authInfo .av-date { margin: 3px 0; }

    .av-standFirst { margin: 0 0 20px; }
    .article-view:not(.article-view--event) .av-main > p:first-child:first-letter,
    .article-view:not(.article-view--event) .av-main > .av-authType + p:first-of-type:first-letter  { font-size: 52px; margin: 0 8px 0 0; }

    @-moz-document url-prefix() {
        .article-view:not(.article-view--event) .av-main > p:first-child:first-letter,
        .article-view:not(.article-view--event) .av-main > .av-authType + p:first-of-type:first-letter  { margin-top: 8px; }
    }

    .av-most-recent { margin: 25px 0; }
    .av-standWrap { margin: 0 0 20px; }
    .av-authType { margin: 20px 0 0; }

    .row--authorInfo .ra-wrap { display: table; width: 100%; }
    .row--authorInfo .ra-wrap > div { float: none; display: table-cell; vertical-align: middle; }
    .row--authorInfo h1 { margin-top: 2px; }
    .row--authorInfo .ra-twitter { margin: 0; }
    .row--authorInfo p { font-size: 14px; }

    .row--authorInfo .ra-image { width: 75px; height: 75px; }
    .row--authorInfo--hasImg .ra-info { width: calc(100% - 70px); padding-left: 15px; }
    .row--authorInfo .ra-bio { float: left; margin: 10px 0 0; clear: both; }
}

@media screen and (max-width: 400px) {
    .article-view h1 { font-size: 24px; line-height: 1.45em; }
    .av-standFirst { font-size: 17px; }
    .av-related { margin: 25px 0; }
    .avr-title { font-size: 16px; }
    
    .row.row--authorInfo { margin-bottom: 25px; }
    .row--authorInfo .ra-image { width: 70px; height: 70px; }
}

@media screen and (max-width: 380px) {
    .article-view h1 { font-size: 23px; margin-bottom: 18px; }
    .av-standFirst { font-size: 17px; }
    .av-title { margin: 0 0 22px; }
}

@media screen and (max-width: 360px) {
    .av-title { margin: 0 0 20px; }
    .article-view h1 { font-size: 22px; margin-bottom: 16px; }
    .av-standFirst { font-size: 16px; }
    .article-view:not(.article-view--event) .av-main > p:first-child:first-letter,
    .article-view:not(.article-view--event) .av-main > .av-authType + p:first-of-type:first-letter  { font-size: 50px; margin: 0 7px 0 0; }

    @-moz-document url-prefix() {
        .article-view:not(.article-view--event) .av-main > p:first-child:first-letter,
        .article-view:not(.article-view--event) .av-main > .av-authType + p:first-of-type:first-letter  { margin-top: 8px; }
    }
}

/* = Members Hub
----------------------------------------------------------------------------------------------------------------- */
.members-hub { position: relative; }

.mh-full { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; bottom: 0; background: rgba(60,60,60,0.5); z-index: 2; }
.mh-full.on { display: block }
.mh-full-wrap { display: block; height: 100%; position: relative }
.mh-full-inner { display: block; max-height: calc(100% - 60px); width: 740px; padding: 50px 40px 40px; margin: 0 auto; background: #fff; position: relative; overflow: auto; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%) }

.mh-logo { margin: 10px auto 0; }
.mh-bio hr { display: block; margin: 30px 0; width: 100%; border-color: #d2d2d2; }
.mh-aboutLink a { color: #221e1f; font-weight: 700; }
.mh-aboutLink a:hover { color: #0498EE; }
.mh-aboutLink a:after { padding-left: 8px; vertical-align: middle; }

.mh-contact p:first-child { margin-bottom: 8px; }
.mh-links a { color: #221e1f; text-decoration: underline; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; }
.mh-social a { color: #221e1f; margin-right: 15px; font-size: 15px; display: inline-block; vertical-align: middle; }
.mh-social a:hover { color: #0498EE; }

.mh-full-close { position: absolute; top: 16px; right: 16px; cursor: pointer; }
.mh-full-close:after { padding-left: 4px; vertical-align: baseline; }

.news-list .news-item--mhFeature { margin: 0 0 30px; padding: 15px; background: #f6f6f6; }
.news-list .news-item--mhFeature:first-child { margin: 0 0 30px; }

@media screen and (min-width: 441px) {
    .news-list .news-item--mhFeature .ni-image { width: 49%; padding-top: 34%; }
    .news-list .news-item--mhFeature .ni-content { width: calc(50% - 20px); }
}

@media screen and (min-width: 851px) {
    .mh-main { float: left; width: calc(100% - 325px); }
    .mh-rc { float: left; width: 300px; margin-left: 25px; }

    .mh-full p { font-size: 16px; }
}

@media screen and (min-width: 1201px) {
    .mh-lc { float: left; width: 300px; margin-right: 25px; }
    .mh-main { width: calc(100% - 650px); }
    .mh-rc { float: left; width: 300px; margin-left: 25px; }
}

@media screen and (max-width: 1200px) {
    .mh-bio { margin-bottom: 30px; }
    .mh-bio hr { display: none; }

    .mh-cols > div { float: left; }
    .mh-logo { text-align: center; width: 260px; padding-right: 35px; margin: 0 35px 0 0; border-right: 1px solid #ddd; }
    .mh-contact { width: 260px; padding-right: 35px; margin: 0 35px 0 0; border-right: 1px solid #ddd; }
    .mh-summ { width: calc(100% - 590px); }
}

@media screen and (max-width: 1024px) {
    .mh-logo { padding-right: 30px; margin: 0 30px 0 0; }
    .mh-contact { padding-right: 30px; margin: 0 30px 0 0; }
    .mh-summ { width: calc(100% - 580px); }
}

@media screen and (max-width: 850px) {
    .mh-main, .mh-rc, .mh-lc { width: 100%; }

    .mh-rc { margin-top: 35px; }

    .mh-logo { width: 200px; padding-right: 25px; margin: 0 25px 0 0; }
    .mh-contact { width: 240px; padding-right: 25px; margin: 0 25px 0 0; }
    .mh-summ { width: calc(100% - 490px); }

    .news-list .news-item--mhFeature { padding: 25px; }

    .mh-full-inner { width: auto; margin: 0 25px; }
}

@media screen and (max-width: 750px) {
    .mh-logo { width: 150px; }
    .mh-contact { width: 175px; }
    .mh-summ { width: calc(100% - 375px); }

    .news-list .news-item--mhFeature { padding: 20px; }
}

@media screen and (max-width: 650px) {
    .mh-logo { width: calc(50% - 15px); margin-right: 30px; text-align: center; }
    .mh-logo img { margin: 0; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); position: relative; }

    .mh-contact { width: calc(50% - 15px); margin: 0; padding: 0; border: 0; text-align: center; }
    .mh-summ { padding-top: 25px; margin: 25px 0 0; float: none; width: 100%; border-top: 1px solid #ddd; }
    .mh-summ p:not(:last-child) { margin-bottom: 12px; }

    .mh-full-inner { margin: 0 20px; padding: 45px 25px 25px; }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    .news-list .news-item--mhFeature .ni-image { float: none; width: 100%; padding-top: 50%; }
    .news-list .news-item--mhFeature .ni-content { float: none; width: 100%; margin: 12px 0 0; }

    .news-item--mhFeature .ni-title { margin: 8px 0; font-size: 20px; }
}

@media screen and (max-width: 400px) {
    .mh-bio hr { margin: 25px 0; display: block; }

    .mh-logo,
    .mh-contact,
    .mh-summ { float: none; width: 100%; border: 0; padding: 0; margin: 0 }

    .mh-logo { margin: 5px 0 }
    .mh-logo img { max-height: 150px }

    .mh-full-inner { margin: 0 15px; padding: 45px 20px 20px; max-height: calc(100% - 40px); }
}

@media screen and (max-width: 380px) {
    .mh-logo img { max-height: 125px }
    .mh-bio hr { margin: 22px 0; }
}

/* = CTAS
----------------------------------------------------------------------------------------------------------------- */
.cta--square { display: block; padding: 25px; position: relative; color: #313540; }
.cta--square *:not(.btn) { color: #fff; position: relative; z-index: 1; }
.cta--square p + .cta-bottom { margin-top: 40px }
.cta--square .btn:last-child { margin-bottom: 6px; }
.cta--square .cta-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 0; }
.cta--square .cta-img:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .2; }

.cta--podcast { padding: 50px; width: 100%; background: #1b1b1b; position: relative; }
.cta--podcast a { color: #fff; }
.cta--podcast .cta-main { text-align: center; }
.cta--podcast .cta-main img { margin: 0; display: inline-block; vertical-align: middle; }
.cta--podcast .cta-main img + img { margin: 0 0 0 50px; }
.cta--podcast .cta-bottom { margin-top: 45px; text-align: center; }
.cta--podcast .icon:hover { color: #FFCC00; }

.ctas-footer > .cta { padding: 60px; }
.ctas-footer > .cta .h2,
.ctas-footer > .cta p { color: #fff; }

.cta--signUp { background: #003399; text-align: center; }
.cta--signUp .h2 { margin-bottom: 20px; }
.cta--signUp .formCaptcha { display: inline-block; margin: 20px 0 0; }

.es-box { margin: 20px 0 15px; position: relative; }

.email-signup { margin: 0 auto 4px; max-width: 460px; }
.email-signup input.text { border: none; width: 100%; min-height: 40px; padding-right: calc(100px + 1em); float: none; }
.email-signup input.text:focus { -webkit-box-shadow: inset 0 0 0px 2px #FFCC00; box-shadow: inset 0 0 0px 2px #FFCC00; }
.email-signup .btn { position: absolute; top: 0; right: 0; }
.email-signup .btn:hover { background-color: #4c70b7; }
.email-signup > div:last-child {overflow: hidden;}

.es-terms { color: #fff; }
.es-terms label { margin-bottom: 0; }
.es-terms label:before { border-color: transparent; }

.es-terms a { color: #fff; text-decoration: underline; }

.cta--mag { background: #131313; }
.cta--mag > a { display: block; }
.cta--mag .h2 { margin-bottom: 20px; }
.cta--mag .cta-img { float: left; width: 135px; margin-right: 35px; }
.cta--mag .cta-text { float: left; width: calc(100% - 170px); }

@media screen and (min-width: 1260px) {
    .ctas-footer > .cta .h2 { font-size: 22px; }
}

@media screen and (min-width: 851px) {
    .ctas-footer { display: table; width: 100%; }
    .ctas-footer > .cta { display: table-cell; padding: 60px; width: 50%; vertical-align: middle; }
}

@media screen and (min-width: 851px) and (max-width: 1200px) {
    .ctas-footer > .cta { padding: 55px 50px; }
}

@media screen and (min-width: 1081px), screen and (max-width: 600px) {
    .cta--podcast { padding: 60px 25px; }
    .cta--podcast .cta-main { display: block; padding-bottom: 65px; }
    .cta--podcast .cta-main img { display: block; margin: 0 auto; }
    .cta--podcast .cta-main img + img { margin: 40px auto 0; }
    .cta--podcast .cta-bottom { position: absolute; bottom: 60px; }
}

@media screen and (max-width: 600px) {
    .cta--podcast .cta-bottom { position: relative; bottom: 0; margin-top: 45px; }
    .cta--podcast .cta-main { padding: 0; }

    .ctas-footer > .cta { padding: 60px 40px; }

    .cta--mag .cta-img { width: 120px; margin-right: 25px; }
    .cta--mag .cta-text { width: calc(100% - 145px); }
}

@media screen and (max-width: 480px) {
    .ctas-footer > .cta + .cta { margin-top: 30px; }
    .ctas-footer > .cta p { font-size: 14px; }
    .ctas-footer > .cta { padding: 50px 35px; }
    .cta--podcast { padding: 50px 25px; }
    .cta--podcast .cta-main img + img { margin: 35px auto 0; }
    .cta--podcast .cta-bottom { padding-bottom: 2px; margin-top: 40px; }
    .es-terms label { font-size: 13px; line-height: 1.35em; }
}

@media screen and (max-width: 480px), screen and (min-width: 851px) and (max-width: 1024px) {
    .cta--mag .cta-img { width: 100px; margin-right: 20px; }
    .cta--mag .cta-text { width: calc(100% - 120px); }
}

@media screen and (max-width: 400px) {
    .ctas-footer > .cta { padding: 45px 25px; }
    .cta--podcast { padding: 45px 20px; }
    .cta--podcast .cta-main img + img { margin: 25px auto 0; }
    .cta--podcast .cta-bottom { margin-top: 30px; }

    .cta--signUp .formCaptcha {transform: scale(0.8); transform-origin: 0 0;}
}

@media screen and (max-width: 380px) {
    .cta--mag .cta-img { margin-bottom: 15px; }
    .cta--mag .cta-text { float: none; width: 100%; }
    .cta--mag .leader { clear: both; margin-bottom: 12px; }
}

/* = Tweet block
----------------------------------------------------------------------------------------------------------------- */
.tweet-block { max-width: 600px; margin: 0 auto; padding: 25px; background: #F5F5F5; }

.tweet-block .tb-content {margin-top:20px; }
.tweet-block .tb-content:first-child {margin-top:0; } 

.tweet-scroll { width:100%; height: 260px;} 

.tb-head { display: block; margin-bottom: 15px; }
.tb-icon { float: left; width: 40px; height: 40px; background: #fff; }
.tb-icon img { border-radius: 40px; }
.tb-name { float: right; width: calc(100% - 50px); }
.tb-name p:first-child { margin: 0; font-weight: 700; color: #313540; }
.tb-name span { font-weight: 700; }
.tb-name span,
.tb-content a { color: #0498EE; }
.tb-content img { border-radius: 3px; }

@media screen and (max-width: 400px) {
    .tweet-block { padding: 22px; }
}

/* = Search results
----------------------------------------------------------------------------------------------------------------- */
.news-item--search { float: none; margin: 0 0 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.news-item--search:last-child { margin-bottom: 0; padding-bottom: 0; }
.ni-summ { display: none; }

.news-item--search .h4:hover { color: #4c70b7; }
.news-item--search .ni-searchMeta { margin: 5px 0 0; }

.av-tags--ss { margin: 0; }
.av-tags--ss .h6 { padding-bottom: 2px; border-bottom: 1px solid #ccc; margin-bottom: 18px; }
.av-tags--ss .icon:before { padding-right: 5px; }
.av-tags--ss a { padding: 2px 10px 2px; margin: 0 8px 12px 0; font-size: 11px; border-radius: 15px; }
.av-tags--ss p { margin-bottom: 15px; }

.av-tags--ss:last-child p { margin-bottom: 0; }

.site-search-wrap,
.site-search-results-wrap { position: relative; }

.ss-form { position: relative; max-width: 1000px; margin: 0 auto 40px; padding: 30px; background: #f4f4f4; }
.ss-form-inner { position: relative; }

.ss-form .ss-form-term { width: calc(100% - 139px); }
.ss-form .ss-form-term .text { float: none; width: 100%; border-color: #003399; }
.ss-form .ss-form-btn { position: absolute; right: 0; top: 0; width: 140px; }
.ss-form .ss-form-btn .btn { width: 100%; text-align: center; }
.ss-form-term { flex: 1; }

.ss-loading { display: none; width: 100%; max-width: 800px; margin: 0 auto; padding-top: 40px; min-height: 200px; text-align: center; }
.ss-loading img { vertical-align: -11px; margin: 0 15px 0 -30px; }

.ss-filters { width: 100%; margin-bottom: 40px; }

.ss-results { width: 100%; margin-bottom: 30px; }
.ss-results .ni--rel:first-child { border-top-width: 0; }
.ss-results .ni-cat { margin-bottom: 10px; font-weight: 600; color: #4c70b7; }
.ss-results .img-caption { margin-top: 0; }

.ss-hasFilters { margin: 20px 0; text-align: left; }
.ss-hasFilters .ss-f-item { display: inline-block; margin: 5px 5px 5px 1px; -webkit-box-shadow: 0 0 0px 1px #4c70b7; box-shadow: 0 0 0px 1px #4c70b7; position: relative; }
.ss-hasFilters .ss-f-item:after { position: absolute; color: #4c70b7; right: 10px; top: 10px; z-index: -1; }
.ss-hasFilters .ss-f-item label { padding: .5em 2.5em .5em 1em; position: relative; display: inline-block; vertical-align: middle; float: none; width: auto; cursor: pointer; color: #003399; }

.ss-resultsbar { padding: 12px 12px 12px 18px; background: #f1f4f9; margin: 0 0 18px; }
.ss-results-info { float: left; margin: 7px 0; }
.ss-results-info small { color: #4c70b7; margin: 0 4px; }

.ss-results-sorting { display: flex; float: right; width: 250px; margin: 0; }
.ss-results-sorting label,
.ss-results-sorting .select { display: inline-block; width: auto; }
.ss-results-sorting label { margin-right: 10px; padding-top: 10px; }
.ss-results-sorting .select { flex: 1; }

.ss-nav a { display: block; padding: .5em 1.25em; border: 1px solid #4c70b7; }
.ss-next { float: right; }
.ss-next a:after { padding-left: 5px; }
.ss-prev { display: inline-block; }
.ss-prev a:before { padding-right: 5px; }

.site-search-noresults,
.site-search-initial { width: 100%; max-width: 1000px; margin: 0 auto; }
.site-search-initial { display: none; }

/* Loading modifiers */
.site-search-wrap.is-loading .ss-filters,
.site-search-wrap.is-loading .ss-results,
.site-search-wrap.is-loading .site-search-noresults { display: none; }
.site-search-wrap.is-loading .ss-loading { display: block; }

.site-search-wrap.is-loading-partial::after,
.site-search-wrap.is-loading .ss-form::after { position: absolute; content: ""; top: 0; left: 0; bottom: 0; right: 0; background: url(/_img/loader.gif) rgba(255, 255, 255, .8) center 180px no-repeat; }
.site-search-wrap.is-loading .ss-form::after { background-image: none; }

@media screen and (min-width: 600px) {
    .ni-summ { display: block; }
}

@media screen and (min-width: 850px) {
    .ss-filters { float: left; width: 300px; flex: auto; }
    .ss-filters .nt,
    .ss-filters-inner { margin-right: 20px; }

    .ss-results { float: left; width: calc(100% - 325px); margin-left: 25px; flex: auto; }
}

@media screen and (min-width: 1060px) {
    .ss-filters { width: 360px; }
    .ss-results { width: calc(100% - 390px); margin-left: 30px; }
}

@media screen and (max-width: 1080px) {
    .ss-form,
    .ss-filters { margin-bottom: 35px; }

    .ss-hasFilters .ss-f-item label { font-size: 13px; padding: .5em 2.25em .5em .75em; }
    .ss-hasFilters .ss-f-item:after { right: 8px; top: 8px; }
}

@media screen and (max-width: 850px) {
    .site-search-initial { margin-top: 30px; }
    .ss-form { margin-bottom: 20px; padding: 25px; }
    .ss-filters { margin-bottom: 30px; max-height: 30px; overflow: hidden; }
    .ss-filters.on { max-height: 100%; overflow: unset; }

    .ss-filters .news-title { border: none; padding: 4px 8px; border: 1px solid #666; background: none; }
    .ss-filters .news-title span { display: block; font-size: 14px; padding: 0; color: #1d1d1c; border: none; background: none; }

    .ss-filters .news-title span:after { content: '\e80f'; position: absolute; top: 6px; right: 8px; font-size: 14px; }
    .ss-filters.on .news-title span:after { content: '\e810'; }
}

@media screen and (max-width: 600px) {
    .ss-filters { margin-bottom: 25px; }
    .ss-form { padding: 20px; }

    .ss-hasFilters .ss-f-item { width: auto; max-width: 100%; }
    .ss-hasFilters .ss-f-item label { font-size: 12px; }
    .ss-hasFilters .ss-f-item:after { font-size: 13px; }

    .ss-resultsbar { padding: 20px; }
    .ss-results-info { display: block; float: none; padding-bottom: 10px; margin: 0 0 15px; border-bottom: 1px solid #d3e2e4; }
    .ss-results-sorting { display: block; float: none; width: 100%; margin: 0; }
    .ss-results-sorting label { width: 70px; }
    .ss-results-sorting .select { width: calc(100% - 80px); }
}

@media screen and (max-width: 480px) {
    .ss-filters { margin-bottom: 20px; }
    .ss-form { padding: 15px; }
    .ss-form .ss-form-btn { width: 100px; }
    .ss-form .ss-form-term { width: calc(100% - 99px); }
    .ss-resultsbar { padding: 15px; }
}

@media screen and (max-width: 400px) {
    .ss-form { padding: 0; margin-bottom: 15px; }
    .ss-form .ss-form-btn { width: 90px; }
    .ss-form .ss-form-term { width: calc(100% - 89px); }

    .av-tags--ss a { font-size: 10px; }
}

/* = Footer content
----------------------------------------------------------------------------------------------------------------- */
footer { padding: 40px 0; background: #f2f5fa; }

.ftr-col { float: left; }
.ftr-col--left { width: 320px; padding-right: 40px; border-right: 1px solid #ccc; }
.ftr-col--right { width: calc(100% - 320px); padding-left: 50px; }

.ftr-subcol { float: left; width: calc(20% - 16px); margin-right: 20px; position: relative; }
.ftr-subcol .h5 { margin-bottom: 15px; }
.ftr-subcol--last { margin: 0; }

.ftr-subcol ul { list-style: none; margin: 0; padding: 0; }
.ftr-subcol ul li { line-height: 1.35em; margin: 0 0 12px; }
.ftr-subcol ul li a { font-size: 13px; color: #1d1d1c; display: block; }
.ftr-subcol ul li a:hover { color: #003399; text-decoration: underline; }

.ftr-sub-sub { position: relative; }
.ftr-sub-sub + .ftr-sub-sub { margin-top: 30px; }

.ftr-subs { margin: 10px 0 25px; }
.ftr-subs > a { display: block; color: #1d1d1c; }
.ftr-subs .ftrs-img { float: left; width: 100px; margin-right: 15px; }
.ftr-subs .ftrs-text { float: left; width: calc(100% - 115px); }
.ftr-subs .ftrs-text p { margin: -4px 0 10px; }
.ftr-subs .ftrs-text ul { padding-left: 18px; margin: 0 0 18px; }
.ftr-subs .ftrs-text ul li { margin: 0 0 5px; font-weight: 700; }
.ftr-subs .ftrs-text p:last-child { margin-bottom: 0; }

.ftr-subcol .icon { display: none; position: absolute; right: 0; top: 10px; }

.ftr-copyWrap > p { margin: 0 0 12px; font-size: 12px; }
.ftr-copyWrap > p:last-child { margin-bottom: 0; }

.ftr-social { margin-bottom: 30px; }
.ftr-social .h5 { margin: 0 0 10px; }
.ftr-social a { margin: 0 6px; color: #fff; font-size: 14px; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; color: #313540; border: 1px solid #313540; }

.ftr-social a:first-of-type { margin-left: 0; }
.ftr-social .icon--facebook:before { font-size: 15px; }

@media screen and (min-width: 951px) and (max-width: 1200px) {
    .ftr-subcol:nth-child(1) { width: calc(33.333% - 10px); }
    .ftr-subcol:nth-child(2) { width: calc(66.666% - 10px); margin-right: 0px; }
    .ftr-subcol:nth-child(3) { clear: left; }

    .ftr-subcol:nth-last-child(-n+3) { margin-top: 20px; width: calc(33.333% - 13.333px); }
    .ftr-subcol:last-child { margin-right: 0; }

    .ftr-sub-sub:first-child { margin-right: 20px; }
    .ftr-sub-sub { float: left; width: calc(50% - 10px); }
    .ftr-sub-sub + .ftr-sub-sub { margin: 0; }
}

@media screen and (min-width: 951px) {
    .ftr-col--right { box-shadow: -1px 0 #ccc; }
}

@media screen and (max-width: 950px) {
    .ftr-col--left { float: none; width: 100%; padding: 0 0 30px; margin: 0 0 30px; border: none; border-bottom: 1px solid #e4e4e4; }
    .ftr-col--right { float: none; width: 100%; padding: 0; border: none; }
}

@media screen and (max-width: 950px) and (min-width: 651px) {
    .ftr-subsWrap { float: left; width: calc(50% - 40px); padding-right: 30px; margin-right: 40px; border-right: 1px solid #e4e4e4; }
    .ftr-copyWrap { float: left; width: 50%; }

    .ftr-subs { margin: 10px 0 0; }
    .ftr-copyWrap > p { margin: 5px 0 15px; font-size: 14px; }
}

@media screen and (max-width: 850px) {
    footer { padding: 35px 0; }

    .ftr-col--left { padding: 0; margin: 0 0 20px; border: none; }

    .ftr-subcol { float: none; width: 100%; margin: 0; padding: 8px 0; border-top: 1px solid #ddd; }
    .ftr-subcol:first-child { border: none; }
    .ftr-subcol:last-child { padding-bottom: 0; }
    .ftr-subcol .h5 { margin: 0; font-size: 16px; }
    .ftr-subcol ul { max-height: 0; overflow: hidden; }
    .ftr-subcol ul li a { font-size: 14px; }
    .ftr-subcol.on ul { margin: 15px 0 0; max-height: 100%; }
    .ftr-subcol .icon { display: block; }
    .ftr-subcol.on .icon { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

    .ftr-sub-sub:first-child .icon { top: 2px; }
    .ftr-sub-sub + .ftr-sub-sub { margin-top: 8px; padding-top: 8px; border-top: 1px solid #ddd; }

    .ftr-subsWrap { width: 290px; }
    .ftr-copyWrap { width: calc(100% - 335px); }
    .ftr-copyWrap > p { font-size: 12px; }
}

@media screen and (max-width: 800px) and (min-width: 481px) {
    .ftr-subsWrap { float: left; width: 310px; padding-right: 25px; margin-right: 25px; border-right: 1px solid #e4e4e4; }
    .ftr-copyWrap { float: left; width: calc(100% - 335px); }

    .ftr-subs { margin: 10px 0 0; }
    .ftr-subs .ftrs-text p { font-size: 13px; }
    .ftr-copyWrap > p { margin: 5px 0 15px; font-size: 13px; }
}

@media screen and (max-width: 600px) and (min-width: 481px) {
    .ftr-subsWrap { width: 260px; }
    .ftr-copyWrap { width: calc(100% - 285px); }

    .ftr-subs .ftrs-img { width: 90px; margin-right: 10px; }
    .ftr-subs .ftrs-text { width: calc(100% - 100px); }
}

@media screen and (max-width: 600px) {
    .ftr-social a { margin: 0 5px; width: 36px; height: 36px; line-height: 36px; }
}

@media screen and (max-width: 480px) {
    .ftr-social { margin-bottom: 25px; }
    .ftr-subsWrap,
    .ftr-copyWrap { float: none; width: 100%; }

    .ftr-subcol .h5 { font-size: 14px; }

    .ftr-subcol .icon { top: 8px; }
    .ftr-sub-sub:first-child .icon { top: 0; }

    .ftr-subs { margin: 0 0 20px; }
    .ftr-copyWrap > p { font-size: 13px; }
}

@media screen and (max-width: 400px) {
    .ftr-copyWrap > p { font-size: 12px; }
}

/* = Quantcast Cookie notice
----------------------------------------------------------------------------------------------------------------- */
#qc-cmp2-ui p,
#qc-cmp2-ui ul,
#qc-cmp2-ui ul li   { font-family: 'Open Sans',sans-serif !important; font-size: 14px;  color:#313540; }

#qc-cmp2-ui .sc-bwzfXH {  outline: none; box-shadow: none;   font-family: 'Open Sans',sans-serif !important; }
#qc-cmp2-ui .qc-cmp2-footer .sc-bwzfXH:hover  { color: #313540;  background-color: #FFCC00; border-color: #FFCC00; box-shadow: none;  }
#qc-cmp2-ui .qc-cmp2-footer .sc-bwzfXH:focus  { color: #313540;  background-color: #FFCC00; border-color: #FFCC00; box-shadow: none;  }
#qc-cmp2-ui .qc-cmp2-footer .sc-bwzfXH:active { color: #313540;  background-color: #FFCC00; border-color: #FFCC00; box-shadow: none;  }

#qc-cmp2-ui .sc-bwzfXH.dACudP { border-color:#003399; color:#003399; } 
#qc-cmp2-ui .sc-bwzfXH.dACudP:hover { color: #313540; background-color: #ebebeb; border-color: #313540; box-shadow: none;  }
#qc-cmp2-ui .sc-bwzfXH.dACudP:focus { color: #313540; background-color: #ebebeb; border-color: #313540; box-shadow: none;  }
#qc-cmp2-ui .sc-bwzfXH.dACudP:active { color: #313540; background-color: #ebebeb; border-color: #313540; box-shadow: none;  } 

#qc-cmp2-ui .qc-cmp2-summary-section  { font-family: 'Open Sans',sans-serif!important;  }
#qc-cmp2-ui .eFImX.eFImX .qc-cmp2-summary-section .qc-cmp2-summary-info {  font-family: 'Open Sans',sans-serif!important;  } 
#qc-cmp2-ui .qc-cmp2-toggle:focus { box-shadow: none; }
#qc-cmp2-ui .qc-cmp2-footer-links button:hover  { background-color: transparent; color: #313540; } 
#qc-cmp2-ui .qc-cmp2-footer-links button:focus  { background-color: transparent; color: #313540; } 
#qc-cmp2-ui .qc-cmp2-footer-links button:active { background-color: transparent; color: #313540; } 

.qc-cmp2-container .qc-cmp2-persistent-link { background-color: #003399 !important; } 
.qc-cmp2-container .qc-cmp2-persistent-link:hover { color:#fff;}  

@media screen and (max-width: 1200px) {
    .qc-cmp2-container .qc-cmp2-persistent-link { -webkit-transform: scale(0.9);  transform: scale(0.9); -webkit-transform-origin: bottom right; transform-origin: bottom right;  }
}

@media screen and (min-width: 768px) {
    #qc-cmp2-ui .qc-cmp2-summary-section {padding:20px 30px !important;}
    #qc-cmp2-ui  .qc-cmp2-consent-info {padding: 20px 30px !important;}
}

@media screen and (max-width: 767px) {
    #qc-cmp2-ui p,
    #qc-cmp2-ui ul,
    #qc-cmp2-ui ul li  {  font-size: 13px;  } 

    .qc-cmp2-container .qc-cmp2-persistent-link { -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transform-origin: bottom right; transform-origin: bottom right;  }

}

@media screen and (max-width: 400px) {
    .qc-cmp2-container .qc-cmp2-persistent-link { padding: 5px 10px !important; -webkit-transform: scale(0.7);  transform: scale(0.7); }
}