.main-nav {
    background: #cecece;
    /* background: #0b71d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;*/
    z-index: 3000;
}

@media (min-width: 1149px) {
    .main-nav {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        /*  	padding-bottom:9px; */
    }
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
}

.nav-brand a {
    display: block;
    padding: 12px 12px 12px 20px;
    color: #555;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}

#main-menu {
    clear: both;
    overflow-y: auto;
    height: 360px;
    /* height:360px;
  overflow:auto; */
}

@media (min-width: 1149px) {
    #main-menu {
        float: left;
        clear: none;
        overflow-y: visible;
        height: auto;
        width: 100%;
    }
}


/* Mobile menu toggle button */

.main-menu-btn {
    float: left;
    margin: 6px 10px 9px 12px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #242961;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked)~#main-menu {
    display: none;
}

#main-menu-state:checked~#main-menu {
    display: block;
}

@media (min-width: 1149px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked)~#main-menu {
        display: block;
    }
}

.lngNav {
    width: 100%;
    float: left;
    border-bottom: 1px #cecece solid;
}


/* ul.lang {width:25%;margin-left:50%;position:absolute;top:0;} */

#langu {
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 5px;
}

#langu li {
    float: left;
    width: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#langu li a {
    background: none;
    float: left;
    padding: 5px 5px 4px 5px;
    color: #494949;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}

#langu li a.active {
    background: #cecece;
    color: #fff;
    text-decoration: underline;
}

#langu li a:hover {
    text-decoration: underline;
}

#_gcs_ {
    display: none;
    float: left;
    width: 100%;
}

#_gcs_ form,
._gcs_ form {
    margin: 5px 10px;
    padding: 0;
}

#_gcs_ form input.search,
._gcs_ form input.search {
    border: 1px solid #597FB3;
    font-size: 1em;
    padding: 3px 8px;
    width: calc(100% - 100px);
}

#_gcs_ form input.go,
._gcs_ form input.go {
    border: 1px solid #597FB3;
    font-size: 1em;
    padding: 3px 8px;
    background: #597FB3 url('../images/mg-icon.png') no-repeat center center;
    background-size: 25px auto;
    width: 75px;
}

a.sicon {
    float: left;
    width: 24px;
    z-index: 6;
    position: relative;
    background: #cecece;
}

a.sicon img {
    width: 100%;
}

@media (min-width: 768px) {
    #langu li a {
        font-size: 16px;
        padding: 8px 12px 7px 12px;
    }
    a.sicon {
        width: 27px;
    }
}

@media (min-width: 1149px) {
    /* #langu {margin-top:11px;} */
}

nav {
    clear: both;
}

.wrapper {
    margin: 0 auto;
    max-width: 1250px;
}

.lgs {
    float: left;
    width: 100%;
    background: url('../images/copy.png');
}

.logos {
    float: left;
    width: 100%;
}

.logos a.eulex {
    float: left;
    width: 55px;
    background: #10319e;
    margin: 10px 0 10px 10px;
    padding: 0;
    border-radius: 0 0 0 0;
}

.logos a.euea {
    float: right;
    width: 135px;
    margin-top: 20px;
}

.logos a img {
    width: 100%;
    vertical-align: middle;
}

#socialTop {
    float: left;
}

#socialTop a {
    float: left;
    margin-top: 47px;
    margin-left: 5px;
    width: 20px;
    border-radius: 3px;
}

#socialTop img {
    width: 100%;
    border-radius: 3px;
}

#socialTop a:hover img {}

@media (min-width: 768px) {
    .logos a.eulex {
        width: 90px;
        padding: 5px 5px 8px 5px;
    }
    .logos a.euea {
        width: 300px;
        margin-top: 18px;
    }
    #socialTop a {
        margin-top: 89px;
        margin-left: 10px;
        width: 30px;
    }
}

@media (min-width: 1149px) {
    .logos a.eulex {
        width: 95px;
        margin: 0 0 10px 0;
        padding: 10px 15px 10px 15px;
    }
    .logos a.euea {
        width: 350px;
        margin-top: 12px;
    }
    #socialTop a {
        margin-top: 84px;
        margin-left: 10px;
        width: 37px;
    }
}

#logoFav {
    display: none;
    z-index: 5;
}

@media (max-width: 1148px) {
    #logoFav {
        display: block;
        width: 116px;
        height: 35px;
        display: block;
        position: absolute;
        right: 0px;
        left: 0px;
        margin: 0 auto;
        top: 4px;
        opacity: 0;
    }
    #logoFav i {
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../images/EULEX_w.png');
        width: 116px;
        height: 35px;
        background-position: center center;
    }
}

#headerMain.stickHeader {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0px 5px 30px #333;
}

body {
    margin: 0px;
    background: #fff;
    color: #777;
    font: 18px 'Droid Serif', serif;
}

h1 {
    color: #135;
    margin: 0px;
    padding: 12px 0 12px 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#container {
    width: 100%;
    float: left;
}

#content {
    width: calc(100% - 20px);
    margin: 0 10px;
    background: #fff;
    float: left;
}

#content img {
    max-width: 100%;
}

#content img.big {
    border: 1px solid #B4B9C5;
    padding: 1px;
    max-width: calc(100% - 4px);
}

#container h1 {
    font-size: 1.4em;
    margin: 0 10px;
}

#content h1 {
    font-size: 1.3em;
    margin: 0 10px;
}

#content h2 {
    font-size: 1.1em;
}

#content h3 {
    font-size: 1em;
}

#content p {
    font-size: 13pt;
    line-height: 16pt;
    text-align: justify;
    font-family: open_sansregular;
}

#content p a {
    color: #0b71d1;
    text-decoration: none;
}

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

#news .box_g a,
.section a,
#pathbar p a,
#news .boxil a {
    color: #2658a1;
    text-decoration: none;
}

#pathbar br {
    display: none;
}

#news .box_g a:hover,
.section a:hover,
#pathbar p a:hover,
#news .boxil a:hover {
    text-decoration: underline;
}

.section a.nmore {
    border: 1px solid #999999;
    border-radius: 2px;
    background: #fff;
    color: #999999;
    float: right;
    padding: 5px 15px;
    margin-right: 18px;
}

.section a.nmore:hover {
    border: 1px solid #999999;
    background: #999999;
    color: #fff;
}

#pathbar p {
    font-size: 14px;
    margin: 5px 10px;
}

#rightnav {
    width: 100%;
    float: left;
}

#rightnav img {
    width: 100%;
    float: left;
}

#rightnav a.bl {
    display: block;
    width: calc(100% - 20px);
    float: left;
    margin-top: 20px;
    padding: 9px;
    border: 1px solid #ececec;
}

#rightnav a.bl:hover {
    background: #ececec;
}

#rightnav div.videos {
    width: 100%;
    float: left;
}

div.rSlider {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

#rightnav div.videos a.video,
#rightnav div.videos a.tooltip- {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

#rightnav div.videos a:first-child {}

#rightnav .box {
    margin-bottom: 0px;
}

#rightnav ul,
.sect_ ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #dbdbdb;
}

.sect_ ul {
    background: #ececec;
}

#rightnav ul li,
.sect_ ul li {
    list-style-type: none;
    float: left;
    width: 100%;
}

#rightnav ul li a,
.sect_ ul li a {
    color: #494949;
    display: block;
    padding: 16px 30px 14px 30px;
    background: url('../images/starOff.png') no-repeat 5px center;
    background-size: 18px 18px;
    text-decoration: none;
}

.sect_ ul li a {
    background-image: none;
    text-decoration: underline;
}

#rightnav ul li a.active
/* , .section ul li a.active */

{
    background: #f3f3f3 url('../images/starOn.png') no-repeat 5px center;
    background-size: 18px 18px;
    color: #242961;
}

#rightnav ul li a:hover
/* , .section ul li a:hover */

{
    background: #fff url('../images/starOn.png') no-repeat 5px center;
    background-size: 18px 18px;
    text-decoration: underline;
    color: #242961;
}

.sect_ ul li a.active {
    background: #f3f3f3;
}

.sect_ ul li a:hover {
    background: #fff;
}

#rightnav .eul ul li.hom a {
    padding: 28px 36% 26px 18px;
    background: url('../../eul/repository/images/HoM_profile_5.jpg') no-repeat right center;
    background-size: 33%;
    border-bottom: 5px solid #fff;
}

#rightnav .eul ul li.dhom a {
    padding: 28px 36% 26px 18px;
    background: url('../../eul/repository/images/DHoM-1_W.jpg') no-repeat right 0;
    background-size: 33%;
}

#rightnav ul.ppio a {
    padding: 16px 15px 14px 15px;
    background: none;
    border-bottom: 1px solid #e9e9e9;
}

#rightnav ul.ppio li a:hover,
#rightnav ul.ppio li a.active {
    background: none;
}

#rightnav .facts h2.juve {
    background: #2658a1;
    text-align: center;
    border-radius: 3px;
    padding: 1px;
    margin-top: 5px;
    float: left;
    width: calc(100% - 2px);
}

#rightnav .facts h2.juve a {
    background: #2658a1;
    display: block;
    border: 1px solid #559ec1;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    color: #fff;
}

#rightnav .facts h2.juve a:hover {
    border: 1px solid #fff;
}

#rightnav #reshFB {
    border: 1px solid red;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bgclr {
    float: left;
    width: 100%;
    background: #efefef;
    padding: 20px 0;
}

.moreEU {
    clear: both;
    text-align: center;
    padding: 20px 0;
}

.moreEU .wrapper h2.caption {
    margin-top: 5px;
    margin-bottom: 0;
}

.moreEU .bgclr {
    float: left;
    width: 100%;
    background: #ececec;
    padding: 20px 0;
}

.moreEU .bgclr a {}

.moreEU img {
    width: 100%;
    float: left;
}

.moreEU a.tooltip {
    vertical-align: middle;
    width: calc(50% - 2px);
    padding: 1px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

#gallery .bgclr {
    float: left;
    width: 100%;
    background: #efefef;
    padding: 20px 0;
}

#gallery h2.caption {
    margin-bottom: 0;
}

.eul {
    clear: both;
}

#bottom {
    float: left;
    width: 100%;
    background: #cecece;
    margin-top: 20px;
}

#bottom ul {
    margin: 0;
    padding: 0;
}

#bottom ul li {
    list-style-type: none;
}

#bottom ul li a {
    float: none;
    color: #fff;
    padding: 0px 20px 0px 20px;
    margin: 3px 0;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-align: right;
}

#bottom ul li a.left {
    float: left;
    display: block;
    background: url('../images/EULEX_w.png') no-repeat 20px 0;
    background-size: contain;
    width: 134px;
    height: 27px;
}

#bottom ul li a:hover {
    color: #242961;
    text-decoration: underline;
}

label {
    color: #2658a1;
}


/* 07ecff */

#footer {
    float: left;
    width: 100%;
    background: url('../images/copy.png');
    padding: 10px 0;
}

#footer p {
    margin: 0 20px;
}

#footer p label.l {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 16px;
    color: #494949;
}

#footer p label.r {
    float: right;
    width: 50%;
    text-align: right;
}

#footer p img {
    vertical-align: middle;
    height: 30px;
}

#footer p a {
    color: #494949;
    text-decoration: none;
}

#footer p a:hover {
    text-decoration: underline;
}

#news {
    width: 100%;
    float: left;
}

#news h3 {
    margin: 0;
    padding: 0;
}

#news .box p.vidTxt {
    margin: 0;
    padding: 0 5px 20px 0;
    font-size: 12pt;
}

#news .box_g {
    width: calc(100% - 36px);
    float: left;
    margin-left: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#news .box_g a.imglink {
    width: 100%;
    float: left;
    /*height:126px;overflow:hidden;*/
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #B4B9C5;
    padding: 1px;
}

#news .box_g a.imglink img {
    width: 100%;
    float: left;
}

#news .box_g p {
    margin: 5px 0px;
    font-size: 85%;
    color: #3C3C3C
}

#news .box_g p.tm {
    text-decoration: none;
    color: #2658a1;
}


/* 07ecff */

#news h2.head_g {
    background: #B4B9C5;
    color: #fff;
    padding: 3px 10px;
    float: left;
    width: calc(100% - 20px);
    margin-bottom: 10px;
}

img.headi {
    width: 100%;
    margin-top: 20px;
}

#news .boxil {
    margin-top: 15px;
    width: calc(100% - 30px);
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

#news .boxil img {
    float: left;
    margin-right: 18px;
    padding: 1px;
    border: 1px solid #B4B9C5;
    width: 100%;
}

#news .boxil p {
    color: #666;
    padding-right: 10px;
}

h2.caption {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #cecece;
    background: #fff;
}

h2.caption a {
    float: left;
    font-size: 0.75em;
    border: 5px solid #cecece;
    text-decoration: none;
    color: #494949;
    background: #cecece;
}

h2.caption a.right_ {
    float: right;
    border: 0;
    font-size: 0.65em;
    position: relative;
    bottom: -13px;
}

h2.caption a:hover {
    color: #0b71d1;
}

.half {
    width: 100%;
    float: left;
}

.halfSnd {
    width: 100%;
    float: left;
    width: calc(100% - 10px);
    margin: 0px 5px 10px 5px;
}

.blBg {
    width: 100%;
    float: left;
    background: #206083 url('../images/blBg.png') repeat-x;
}

.blBg.lighter {
    background: #f8f8f8 url('../images/blBgLi.png') repeat-x 0 -10px;
}

.oneThird {
    width: calc(50% - 2.5px);
    margin-right: 5px;
    float: left;
}

.oneThird:nth-child(2n) {
    margin-right: 0px;
}

.oneThird_ {
    width: 100%;
    float: left;
}

.fullSnd {
    width: 100%;
    float: left;
    width: calc(100% - 20px);
    margin: 10px 10px;
}

#gallery {
    width: 100%;
    float: left;
}

#gallery img {
    width: 100%;
}

#gallery h2.title {
    background: #B4B9C5;
    padding: 3px 10px;
    margin: 5px 0px 0px 0px;
    float: left;
    width: calc(100% - 18px);
}

#gallery a {
    color: #3C3C3C;
    text-decoration: none;
}

#gallery a:hover {
    color: #517fbb;
    text-decoration: underline;
}

#gallery .oneThird {
    margin-top: 5px;
}

#gallery a.galink img.example-image {
    width: 100%;
}

.oneFourth {
    float: left;
    width: calc(100% - 10px);
    margin: 0px 5px 10px 5px;
}

.box img,
#vp-wirl img,
#multimedia img {
    width: 100%;
}

#content .box h2 {
    margin: 5px 0 15px 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    height: 66px;
    overflow: hidden;
}

.box h2 a {
    color: #494949;
    text-decoration: none;
}

.box h2 a:hover {
    color: #0b71d1;
    text-decoration: underline;
}

.box label {
    margin-top: 8px;
    display: block;
}

.videoProfile h2 {
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: .95em;
    font-weight: normal;
}

.videoProfile h2 a {
    color: #FFF;
    text-decoration: none;
}

.videoProfile h2 a:hover {
    text-decoration: underline;
}

.videoProfile p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.70em;
    color: #CCC;
}


/* 07ecff */

.videoProfile h2 {
    text-align: left;
}

.videoProfile p {
    text-align: justify;
}

.lighter .videoProfile h2 a {
    color: #0b71d1;
}

.multim {
    width: 100%;
    float: left;
}

.multim a.imgLink,
.multim video {
    width: calc(100% - 10px);
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.multim h3 {
    width: calc(100% - 10px);
    float: left;
    padding-bottom: 10px;
    margin: 0 5px 10px 5px;
    font-size: 0.9em;
    font-weight: 400;
    border-bottom: 1px solid #cecece;
}

.multim h3 a {
    color: #494949;
    text-decoration: none;
}

.multim h3 a:hover {
    text-decoration: underline;
}

.multim p {
    /* width:calc(100% - 10px); float:left; */
    margin: 0 5px 0 5px;
    font-size: 0.7em;
    color: #7f7f7f;
    font-weight: 400;
}

@media screen and (min-width: 480px) {
    .moreEU a.tooltip {
        width: calc(33.33% - 2px);
        padding: 1px;
        border: 1px solid #fff;
    }
    .halfSnd {
        width: calc(50% - 10px);
        margin: 5px 5px;
    }
    .oneFourth {
        width: calc(50% - 10px);
        margin: 5px 5px;
    }
    .multim {
        padding-bottom: 10px;
    }
    .multim a.imgLink,
    .multim video {
        width: calc(50% - 10px);
        float: left;
        margin-right: 5px;
        margin-left: 5px;
        /* margin-bottom:10px; */
    }
    .multim h3 {
        width: calc(50% - 5px);
        font-size: 1.5rem;
        margin: 0 5px 0 0;
    }
    .multim p {
        /* width:50%; */
        line-height: 1.4;
        font-size: 0.8em;
        margin: 10px 0 0 0;
    }
    #rightnav div.videos a.video,
    #rightnav div.videos a.tooltip- {
        width: calc(50% - 2.5px);
    }
    #rightnav div.videos a.video:first-child,
    #rightnav div.videos a.tooltip-:first-child {
        margin-bottom: 0px;
        margin-right: 5px;
    }
    #news .box_g a.imglink {
        width: 50%;
    }
    #news .boxil {
        width: 100%;
        padding: 0 0 15px 0;
    }
    #news .boxil img {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    #content {
        width: calc(67.5% - 30px);
        margin: 0 20px 0 10px;
    }
    #container h1 {
        font-size: 1.6em;
    }
    #content h1 {
        font-size: 1.3em;
    }
    #content h2 {
        font-size: 1.2em;
    }
    #content h3 {
        font-size: 1.1em;
    }
    #content p {
        font-size: 14pt;
        line-height: 18pt;
    }
    .half {
        width: calc(50% - 20px);
        margin: 0px 10px;
    }
    .halfSnd {
        width: calc(50% - 10px);
        margin: 20px 5px;
    }
    .oneThird {
        width: calc(33.3333% - 3px);
        margin-right: 4.5px;
        float: left;
    }
    .oneThird:nth-child(2n) {
        margin-right: 4.5px;
    }
    .oneThird:nth-child(3n) {
        margin-right: 0px;
    }
    .oneThird_ {
        width: 33.3333%;
    }
    .fullSnd {
        width: 100%;
        float: left;
        width: calc(100% - 20px);
        margin: 20px 10px 20px 0;
    }
    .oneFourth {
        width: calc(25% - 10px);
        margin: 10px 4.5px;
    }
    .multim a.imgLink,
    .multim video {
        width: calc(50% - 20px);
        margin-left: 0px;
        margin-right: 20px;
    }
    .multim h3 {
        width: 50%;
        font-size: 2.1rem;
        margin: 0 0 0 0;
    }
    .multim p {
        /* width:50%; */
        line-height: 1.7;
        font-size: 1em;
        margin: 15px 0 0 0;
    }
    #rightnav {
        width: 32.5%;
    }
    #rightnav div.videos a.video,
    #rightnav div.videos a.tooltip- {
        width: 100%;
    }
    #rightnav div.videos a.video:first-child,
    #rightnav div.videos a.tooltip-:first-child {
        margin-bottom: 5px;
        margin-right: 0px;
    }
    .moreEU a.tooltip {
        width: calc(33.33% - 2px);
        padding: 1px;
        border: 1px solid #fff;
    }
    #footer p label.l {
        font-size: 14px;
        padding-top: 8px;
    }
    #bottom ul li a {
        float: right;
        display: inline;
        text-align: left;
        padding: 9px 20px 0px 20px;
    }
    #news .box_g a.imglink {
        width: 35%;
    }
    #news .boxil img {
        width: 45%;
    }
    #pathbar p {
        font-size: 14px;
        margin: 10px 10px;
    }
}

@media screen and (min-width: 1149px) {
    #content {
        width: calc(67.5% - 20px);
        margin: 0 20px 0 0;
    }
    #container h1 {
        font-size: 1.8em;
        margin: 0 0;
    }
    #content h1 {
        font-size: 1.4em;
        margin: 0 0;
    }
    #content h2 {
        font-size: 1.3em;
    }
    #content h3 {
        font-size: 1.2em;
    }
    .moreEU a.tooltip {
        width: calc(33.33% - 2px);
        padding: 1px;
        border: 1px solid #fff;
    }
    #footer p label.l {
        font-size: 15px;
    }
    #pathbar p {
        font-size: 15px;
        margin: 10px 0;
    }
}

.pushTop {
    margin-top: 44px;
}


/* Ticker Styling */

.ticker-wrapper.has-js {
    margin: 5px 0;
    padding: 0px;
    width: 100%;
    display: block;
    font-size: 0.75em;
    float: left;
}

.ticker {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.ticker-title {
    padding: 6px 6px 4px 6px;
    color: #FFFFFF;
    background: #1F527B;
    /* cd3301 */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
}

.ticker-content {
    margin: 8px 0 0 0px;
    padding: 0;
    position: absolute;
    color: #242961;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.85em;
}

.ticker-content a {
    text-decoration: none;
    color: #1F527B;
}

.ticker-content a:hover {
    text-decoration: underline;
    color: #0D3059;
}

.ticker-swipe {
    padding-top: 18px;
    position: absolute;
    top: 0px;
    background-color: #fff;
    display: block;
    width: 100%;
}

.ticker-swipe span {
    margin-left: 1px;
    background-color: #fff;
    border-bottom: 1px solid #242961;
    height: 12px;
    width: 7px;
    display: block;
}

.js-hidden {
    display: none;
}

.no-js-news {
    padding: 10px 0px 0px 45px;
    color: #F8F0DB;
}

.left .ticker-content,
.left .ticker-title,
.left .ticker {
    float: left;
}

.right .ticker-content,
.right .ticker-title,
.right .ticker {
    float: right;
}

@media screen and (min-width: 768px) {
    .pushTop {
        margin-top: 44px;
    }
    .ticker-title {
        padding: 10px 10px 8px 10px;
        font-size: 1.25em;
    }
    .ticker-content {
        margin: 11px 0 0 10px;
        font-size: 1.25em;
    }
}

#slider {
    clear: both;
}

#content .iis-caption .iis-caption-content h3 {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
}

#content .iis-caption .iis-caption-content p {
    margin: 0;
    padding: 0;
    font-size: 0.55em;
    line-height: initial;
    height: 27px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #content .iis-caption .iis-caption-content h3 {
        margin: 5px 0;
        padding: 0;
        font-size: 1.1em;
    }
    #content .iis-caption .iis-caption-content p {
        padding: 0;
        font-size: 0.85em;
        height: 40px;
    }
}

@media screen and (min-width: 1149px) {
    .pushTop {
        margin-top: 50px;
    }
    #content .iis-caption .iis-caption-content h3 {
        margin: 10px 0;
        padding: 0;
        font-size: 1.5em;
    }
    #content .iis-caption .iis-caption-content p {
        margin-bottom: 10px;
        padding: 0;
        font-size: 1.2em;
        height: auto;
    }
}

.sixteen_nine {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.four_three {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
}

.sixteen_nine .ratioChild,
.four_three .ratioChild {
    position: absolute;
    height: 100%;
    width: 100%;
}

.videos img {
    width: 100%;
    height: auto;
    float: left;
}

a.video {
    float: left;
    position: relative;
}

a.video span {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/play-btn.png") no-repeat;
    background-position: 50% 50%;
    background-size: 160%;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    a.video span {
        background-size: 200%;
    }
}


/* Lightbox */

body:after {
    content: url(../images/close.png) url(../images/bx_loader.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/bx_loader.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* Lightbox */


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}


/* Tooltip arrow */

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

dl.accordion {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

dl.ppio {
    width: calc(50% - 18px);
    margin: 0 0 0 18px;
}

dl.accordion dd {
    margin: 0px;
    padding: 0px;
}

dl.accordion dt {
    font-size: 18px;
    border: 0px solid #2658a1;
    border-radius: 0px;
    background: #2658a1;
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
    margin-bottom: 10px;
}

#content dl.accordion dt a {
    color: #fff;
}

#content dl.accordion p,
#content .spec p {
    padding: 0px 0px 10px 0px;
}

#content .spec {
    float: left;
    width: calc(50% - 36px);
    margin: 0 0 0 18px;
}

#content .spec p {
    font-size: 18px;
    border: 0px solid #2658a1;
    border-radius: 0px;
    background: #2658a1;
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
    margin: 0 0 10px 0;
    display: block;
    text-align: center;
}

#content .spec a {
    color: #fff;
}

#gal_nav {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    clear: both;
    border: 1px solid #CFCECE;
    background: #f7f8fa;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 0px;
}

#gal_nav a,
#gal_nav a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
}

#gal_nav label {
    padding: 0px 5px;
    color: #999999;
}

#gal_nav a.prev_off {
    background: url('../images/prev.png') no-repeat left center;
    background-size: contain;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#gal_nav a.prev_on {
    background: url('../images/prev.png') no-repeat left center;
    background-size: contain;
}

#gal_nav a.next_off {
    background: url('../images/next.png') no-repeat right center;
    background-size: contain;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#gal_nav a.next_on {
    background: url('../images/next.png') no-repeat right center;
    background-size: contain;
}

#gal_nav a,
#gal_nav p {
    padding: 0px 8px;
}

.wrapp {
    background: #F5F5F5;
    margin: 10px 0;
    padding: 2px 10px;
}

.wrapp p {
    margin: 10px 18px;
    padding: 0px;
}

.wrapp ul li {
    margin: 10px 0;
}

.wrapp a,
table.judgements td a {
    color: #517fbb;
    text-decoration: none;
}

.wrapp a:hover,
table.judgements td a:hover {
    color: #666;
    text-decoration: underline;
}

.brd {
    float: left;
    width: 100%;
    background: #F5F5F5;
    margin: 20px 0;
}

table.judgements {
    border: 1px solid #666;
    margin: 20px 0;
    width: 100%;
}

table.judgements th,
table.judgements td {
    border: 1px solid #666;
    padding: 3px 0;
    font-size: 12px;
    text-align: center;
}

table.judgements td.dctm,
table.judgements td.dclng {
    white-space: normal;
    text-align: center;
}

.separator {
    display: none;
}

@media (min-width: 768px) {
    table.judgements th,
    table.judgements td {
        border: 1px solid #666;
        padding: 5px;
        font-size: inherit;
    }
    table.judgements td.dctm,
    table.judgements td.dclng {
        white-space: nowrap;
    }
    .separator {
        display: initial;
    }
}

li.ocx_,
li.doc_ {
    list-style-image: url('../images/file-doc.png');
}

li.lsx_,
li.xls_ {
    list-style-image: url('../images/xls.gif');
}

li.pdf_ {
    list-style-image: url('../images/pdf.gif');
}

li.jpg_ {
    list-style-image: url('../images/jpg.png');
}

.gMap {
    float: left;
    width: calc(100% - 36px);
}

.listDocsByYear {
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
    margin-top: 20px;
}

.listDocsByYear ul.press_year {
    margin: 0;
    padding: 0;
    width: 100px;
    float: left;
}

.listDocsByYear ul.press_year li {
    list-style-type: none;
    text-align: center;
}

.listDocsByYear ul.press_year li span {
    padding: 8px 15px;
    display: block;
    background: #fff;
}

.listDocsByYear ul.press_year li label {
    padding: 8px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #2658a1;
    border-bottom: 1px solid #fff;
}

.listDocsByYear ul.press_year li a {
    padding: 8px 15px;
    display: block;
    color: #2658a1;
    text-decoration: none;
}

.listDocsByYear ul.press_year li a:hover {
    text-decoration: underline;
}

.listDocsByYear .list {
    margin: 0;
    padding: 5px;
    width: calc(100% - 110px);
    float: left;
    background: #fff;
    min-height: 300px;
}

.listDocsByYear .list h2,
.listDocsByYear .list label {
    text-align: center;
}

@media (min-width: 460px) {
    .listDocsByYear ul.press_year {
        width: 160px;
    }
    .listDocsByYear .list {
        padding: 20px;
        width: calc(100% - 200px);
        min-height: 572px;
    }
}

.quiz {
    float: left;
    width: 100%;
}

.quiz__title {
    font-family: "Cormorant Garamond";
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    white-space: nowrap;
    color: #e7581a;
    width: 100%;
    position: relative;
    z-index: 5;
}

.quiz__title::before,
.quiz__title::after {
    content: "";
    width: calc(50% - 118px);
    height: 1px;
    display: inline-block;
    background-color: #a6a6a6
}

.quiz__title::before {
    margin-right: 25px
}

.quiz__title::after {
    margin-left: 25px
}

.quiz .wrapper {
    padding-top: 30px;
    overflow: hidden;
    width: 100%;
    display: block
}

.quiz #quiz_questions {
    border: 1px solid #a6a6a6;
    border-top: 0;
    width: calc(100% - 2px);
    position: relative;
    top: -35px;
    z-index: 2;
}