﻿.logotype {
    width: 530px;
    display: block;
    margin-right: auto;
    margin-left: 0;
}

/*#region pages tabs*/
#pagesLeftContent {
    /*    text-align: right;*/
    border-right: 2px solid #46577d;
}

    #pagesLeftContent div {
        margin-bottom: 60px;
        /*  margin-right: 30px;*/
    }

        #pagesLeftContent div a {
            font-weight: bold;
            /*font-size: 1.3em;*/
            text-decoration: none;
        }

            #pagesLeftContent div a:hover {
                color: #46577d;
                /*  color: #2E6AB1; */
            }

        #pagesLeftContent div.selected {
            margin-right: 0;
            padding-right: 30px;
            /*            background-color: #46577d;
*/ /*     background-color: #2E6AB1; */
        }

div.sideNav-container {
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease, border-bottom-right-radius 0.3s ease;
}

    div.sideNav-container:hover {
        border-bottom: 2px dotted #2E6AB1;
    }

    div.sideNav-container.active {
        border-bottom: 2px solid #abc3df;
        border-bottom-right-radius: 80px 80px;
    }

/*            #pagesLeftContent div.selected a {
                color: white;
            }*/
#pagesRightContent div.unselected {
    display: none;
}

#pagesRightContent div.selected {
    display: block;
}

#pagesRightContent div p {
    line-height: 2em;
}

#pagesRightContent div h2 {
    margin-top: 20px;
}

    #pagesRightContent div h2.listTitle {
        margin-top: 0;
    }

#pagesRightContent div a {
    font-weight: bold;
}

#pagesRightContent a.subPageReadMore {
    text-decoration: none;
}
/*#endregion pages tabs*/

/* short-cut classes
-------------------------------------------------------------- */

.blue-underline {
    border-bottom: 1px solid #4E8DB6;
}


/* Typography
-------------------------------------------------------------- */
p {
    font-size: 1em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/*@font-face
    {
    font-family:'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.ttf'),
         url('../fonts/ProximaNova-Regular.eot');*/ /* IE9+ */
/*}

@font-face{
    font-family:'ProximaNovaBold';
    src: url('../fonts/ProximaNova-Semibold.woff'), 
         url('../fonts/ProximaNova-Semibold.ttf'),
         url('../fonts/ProximaNova-Semibold.eot');*/ /* IE9+ */
/*}*/



h1 {
    font-size: 1.6em;
    font-weight: 600;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 0.983em;
}

/*#204e91*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.2;
    /*margin-bottom:10px;*/
    padding: 0px;
    display: block;
    font-weight: lighter;
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
}

    h2.page-header {
        color: var(--Black, #000);
        font-family: "proximanova", Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 37px 0 20px 0;
    }

    h3.hide-eventDateRange {
        color: #000;
        font-family: "proximanova", Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 53px;
    }


.hide {
    display: none;
}

.headerMainPageStyle {
    /*color:#46577D;
    font-size:1.2em;*/
    color: #000;
    font-size: 1.2em;
    padding: 10px;
    border-bottom: 1px solid #000;
}


.abstract {
    color: #3366CC;
    margin-bottom: 1em;
    font-size: 1.05em;
    /*font-style: italic;*/
}

.breadcrumbsClass {
    margin-bottom: 25px;
    display: block;
}

.bottom-margin {
    margin-top: 10px;
    margin-bottom: 15px;
}

.articlecontent p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.PageTitle h2 {
    margin-bottom: 15px;
}

.aboutTitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.item-person p {
    font-size: .9em;
}

.item-person a {
    font-size: 1.1em !important;
}


h3 {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


/* Links
-------------------------------------------------------------- */

#main-content a {
    color: #2E6AB1;
    text-decoration: none;
    font-family: "ProximaNova", Arial, Helvetica, sans-serif;
}

    #main-content a:hover {
        color: #8237FF;
        text-decoration: underline;
    }

a:focus,
a:hover {
    color: #204e91;
    text-decoration: underline;
}

a:visited {
}

a:visted:hover {
}

.shareLink {
    color: #000 !important;
    cursor: pointer;
    font-size: .95em !important;
}

.title-link {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Other Elements
-------------------------------------------------------------- */

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

dfn {
    font-style: italic;
    font-weight: bold;
    background: #ffc;
}

sup, sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre, code {
    margin: 1.5em 0;
    white-space: pre;
}

tt {
    display: block;
    margin: 1.5em 0;
    line-height: 1.5;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

input {
}

#main-content ul li {
    margin: 0 0 0 15px;
    padding: 0 5px 5px 7px;
    line-height: 1.5em;
    list-style: url(/Masterpages/Euro/img/boxarrow.png) none outside;
}


#main-content .spotlight ul li {
    margin: 0 0 0 20px !important;
    padding: 0 5px 0px 0px;
    line-height: 1.5em;
    list-style: square;
}

.header-nav li a {
    border-right: 1px solid #818181;
    border-right: 1px solid rgba(112, 112, 112, 0.67);
}

.header-nav li:last-child a {
    border-right: none;
}

.leftcontent {
}

.PageSizeDropDown {
    width: auto;
}

hr {
    display: block;
    border-bottom: 1px solid #000;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: 1.5em;
    border-style: inset;
    border-width: 1px;
}

.news-column hr {
    display: block;
    border-bottom: 1px solid #000;
    max-width: 57.5rem;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
    margin-left: auto;
    margin-right: .5em;
    border-style: inset;
    border-width: 1px;
}

/* BUTTON STYLES */
#main-content li.btn-donate {
    list-style: none;
    margin: 5px;
    padding: 0px;
}




li.btn-donate a {
    background-image: url('/MasterPages/Euro/img/download.png') !important;
    background-position: left top;
    color: black !important;
    height: 40px;
    width: 146px;
    padding: 10px 0 5px 0;
    margin: 0 5px 0 0;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 16px !important;
    text-shadow: 0 1px 1px #595;
    text-decoration: none;
}

a.btn-donate {
    background-image: url('/MasterPages/Euro/img/download.png') !important;
    background-position: left top;
    color: #fff !important;
    height: 25px;
    width: 146px;
    padding: 10px 0 5px 0;
    margin: 0 5px 0 0;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 16px !important;
    text-shadow: 0 1px 1px #595;
    text-decoration: none;
}

li.pdf {
    list-style: url('/MasterPages/img/icon_pdf.png') none outside !important;
}


/* Button */
.button, input[type=button], input[type=submit], button {
    text-decoration: none;
    border-color: #888;
    border-color: rgba(0, 0, 0, 0.56);
    cursor: pointer;
    outline: none;
    color: #111;
    font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #aaa;
    background-image: url(gradient.png);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.75)), to(rgba(255,255,255,0)));
    background-image: linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
    background-repeat: repeat-x;
    text-shadow: 1px 1px 0 rgba(255,255,255,.67);
    line-height: 2;
    margin: 0 0 .525em .525em;
    padding: 0 .525em;
    height: 2em;
    -moz-box-shadow: 1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
    -webkit-transition: background .185s linear;
    -moz-transition: all .185s linear;
    -o-transition: all .185s linear;
    transition: all .185s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .button, .button:after, button, button:after, input[type=submit], input[type=button] {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
    }

        .button:active, button:active, input[type=submit]:active, input[type=button]:active {
            line-height: 2.2;
            -moz-box-shadow: 0 .33em 1em rgba(0,0,0,.67) inset, 1px 1px 0 rgba(255,255,255,.25) inset, -1px -1px 0 rgba(255,255,255,.25) inset;
            -webkit-box-shadow: 0 .33em 2em rgba(0,0,0,.67) inset, 1px 1px 0 rgba(255,255,255,.25) inset, -1px -1px 0 rgba(255,255,255,.25) inset;
            box-shadow: 0 .33em 2em rgba(0,0,0,.67) inset, 1px 1px 0 rgba(255,255,255,.25) inset, -1px -1px 0 rgba(255,255,255,.25) inset;
            -webkit-transition: line-height .1s linear;
            -moz-transition: all .1s linear;
            -o-transition: all .1s linear;
            transition: all .1s linear;
        }

/* Multimedia Icons */
.media-icon i {
    margin: 0 0 20px 0;
    transition: all .2s ease-in-out;
}

    .media-icon i:hover {
        color: #2E6AB1;
        transform: scale(1.5);
    }

/* Footer Icons */

.connected-icons img {
    transition: all .2s ease-in-out;
}

    .connected-icons img:hover {
        transform: scale(1.2);
    }


/* Colors/Styles */
.button.blue {
    background-color: #FFF6E1;
}

    .button.blue:hover {
        background-color: #b4cdda;
    }

.rslides_tabs a {
    color: #fff;
    line-height: 20px;
    padding: 9px 20px;
    background: transparent;
    display: inline;
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 430px;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.rslides_tabs .rslides_here a {
    background: rgba(0,0,0,.3);
    font-weight: bold;
}

.rslides_tabs a {
    color: #fff !important;
    line-height: 20px;
    padding: 9px 20px;
    background: transparent;
    display: inline;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs {
    background: #000;
    background: rgba(0,0,0,.7);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 15px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}


/* ============================== */
/*              BODY              */
/* ============================== */

html {
    overflow-y: auto;
}

.topImage {
    width: 100%;
    max-height: 294px;
}

    .topImage img {
        width: 100%;
    }


.photocaption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #536895;
    font-style: italic;
    display: block;
}


#big-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -50;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    background: url(../img/home-bg.png) repeat 0 0;
}
/*Everything below the <nav> and above <footer>*/
#main-content {
    background-color: #fbfbfb;
    padding: 10px 10px 100px 10px;
    min-height: 600px;
}


.main-date {
    font-size: 0.8em;
}

.main-info {
    font-size: 0.8em;
    margin: 5px 0px 5px 0px;
    font-weight: 600;
}

.abstract {
    font-size: 0.8em;
    margin: 5px 0px 5px 0px;
    font-weight: 600;
}

body {
    -webkit-text-size-adjust: none;
    background-color: #eee;
    background-color: #ffffff;
    font: normal 400 100%/1.5 "ProximaNova", Verdana, sans-serif;
    color: #222;
}


.director {
}

    .director img {
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .2);
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .2);
    }

    .director a {
        margin: 5px;
    }

.thumbnail {
    border: 2px solid #000;
    margin-right: 10px;
    float: left;
    clear: both;
}

.item-event, .item-news {
    padding: 5px;
    list-style-type: none;
}

/* ============================== */
/*           NAVIGATION           */
/* ============================== */
header {
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0px 5px 0px;
}

.navbar {
    margin-bottom: 0px;
    overflow: visible;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 5px;
    background-color: #fff;
    background-repeat: repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    zoom: 1;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    *
}



/* ============================== */
/*       STORY LIST/ BODY CSS     */
/* ============================== */




.stories-second-level {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 15px 0px;
}

.main-slider {
}

.stories-second-level h3 {
    margin-top: 15px;
}

.stories-second-level span {
    clear: both;
}

.events-second-level {
    padding: 10px;
    background-color: #fff;
    margin: 15px 0px;
}


.StoryList {
    clear: both;
    padding-left: 0;
    padding-bottom: 5px;
}

    .StoryList img.mediumimage {
        border: 2px solid #000;
        float: left;
        clear: right;
        margin-right: 1.512859%;
        margin-bottom: 10px;
        max-width: 31.25719%;
        width: 29.85075%;
        min-width: 31.25%;
    }


.VideoPlayerContainer {
}

.AudioPlayerContainer {
    margin-bottom: 20px;
}



.FilterPanel {
    border: 1px solid gray;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.checklist {
    border: 1px solid #ddd;
    width: 180px;
    height: 250px;
    overflow: auto;
    background-color: #fff;
    font-size: 12px;
}

.Paging {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid black;
    color: #000;
    font-size: 12px;
}


.TotalRecords {
    text-decoration: underline;
}

.CurrentPage {
    font-weight: bold;
}

.PerPage {
    font-style: italic;
}


.aMap {
    width: 100%;
}


/* ============================== */
/*         Typography             */
/*            CSS                 */
/* ============================== */



/* ============================== */
/*         Right Content          */
/*          Sidebar CSS           */
/* ============================== */

.spotlight {
    -webkit-box-shadow: 0px 1px 0px rgba(204,204,204,.3);
    -moz-box-shadow: 0px 1px 0px rgba(204,204,204,.3);
    box-shadow: 0px 1px 0px rgba(204,204,204,.3);
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0px 0px 10px 0px;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.countrybox img {
    margin: 10px 0px 10px 0px;
}

ul.decimal li {
    list-style-type: decimal !important;
}

.mediaPanel {
    margin: 10px;
}

.no-background-spotlight {
    list-style: none;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    overflow-y: auto;
    -ms-overflow-y: auto;
}


.margin-spotlight {
    margin-top: 40px;
}


.Mainspotlight, .secondspotlight {
    margin: 0px;
    padding: 2%;
}

    .Mainspotlight h3 {
        color: #000;
        font-size: 1.2em;
        padding: 10px;
    }

    .Mainspotlight p {
        padding: 0px;
        list-style-type: none;
    }

    .Mainspotlight h5, .secondspotlight {
        text-align: left;
    }

.spotlight h6 {
    margin: 0 0 12px 0;
    padding: 5px 5px;
    font-weight: bold;
    color: #66583F;
}

.spotlight td {
    font-size: 1em;
}


.spotlight input {
    font-size: 0.85em;
    margin: 5px !important;
    margin-bottom: 5px !important;
}

.spotlight a.headerlink {
    font-size: 0.96em;
    margin: 0 0 1px 0;
    padding: 5px;
    display: block;
}



.newsletter input {
    width: 100%;
    padding: 0;
}

.main-top-two {
    display: none;
}

.ResourceBox {
    padding: 10px;
    margin-right: 6%;
}

    .ResourceBox li {
        margin: 10px 0px 10px 20px;
    }

    .ResourceBox h5 {
        background-color: #46577d;
        color: #fff;
        padding: 10px;
    }


/* ============================== */
/*      Stay Connected Icons      */
/*                                */
/* ============================== */


.postdate {
    color: #66583F;
    font-style: italic;
    font-size: 11px;
}

/* ============================== */
/*           FOOTER CSS           */
/* ============================== */

#footer {
    text-align: center;
    clear: both;
    padding: 5px;
    color: #000;
    background-color: #2E6AB1;
}

    #footer a {
        text-decoration: underline;
        font-size: 1em;
        color: #fff;
    }

        #footer a:hover {
            color: #6699cc;
        }

    #footer hr {
        height: 1px;
        width: 90%;
        margin: 10px auto;
    }


a {
    color: #004a6f;
}

    a.topNav {
        color: #000;
    }


ul#stay-connected {
    display: block;
    clear: both;
    margin-left: 10px;
    padding-left: 0;
}



    ul#stay-connected li {
        margin: 10px;
        padding: 0;
        list-style: none;
        margin-bottom: 15px;
        font-size: .9em;
    }

        ul#stay-connected li a {
            display: block;
            margin: 10px 0px 10px 0px;
            padding: 5px 10px;
        }

    ul#stay-connected a.podcasts {
        width: 80px;
        text-decoration: none;
        background: url("/MasterPages/euro/img/social-icons/Podcasts.png");
        background-repeat: no-repeat;
        background-position: 0 0px;
        text-indent: 25px;
    }

    ul#stay-connected a.facebook {
        width: 80px;
        text-decoration: none;
        background: url("/MasterPages/euro/img/social-icons/Facebook.png");
        background-repeat: no-repeat;
        background-position: 0 0px;
        text-indent: 25px;
    }

    ul#stay-connected a.itunes {
        width: 80px;
        text-decoration: none;
        background: url("/MasterPages/euro/img/social-icons/itunes.png");
        background-repeat: no-repeat;
        background-position: 0 0px;
        text-indent: 25px;
    }

    ul#stay-connected a.twitter {
        width: 60px;
        text-decoration: none;
        background: url("/MasterPages/euro/img/social-icons/Twitter.png");
        background-repeat: no-repeat;
        background-position: 0 0px;
        text-indent: 25px;
    }

.FilterPanel {
    border: 1px solid gray;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.checklist {
    border: 1px solid #ddd;
    width: 180px;
    height: 250px;
    overflow: auto;
    background-color: #fff;
    font-size: 12px;
}

.Paging {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    color: #000;
    font-size: 12px;
}

.TotalRecords {
    text-decoration: underline;
}

.CurrentPage {
    font-weight: bold;
}

.PerPage {
    font-style: italic;
}



.aMap {
    width: 100%;
}

.pages a, .pages span {
    color: #003366;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages .current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

    .pages a:hover {
        border-color: #2E6AB1;
    }

    .pages a.nextprev {
        font-weight: bold;
    }

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}

.date {
    float: left;
    height: 52px;
    width: 52px;
    background: url(/MasterPages/Euro/img/date.png) no-repeat;
    margin-bottom: 5px;
    padding-top: 0px;
    line-height: normal;
}

    .date .month {
        display: block;
        text-align: center;
        color: #FFF;
        background-color: #515151 !important;
        font-size: 11px;
        padding-top: 4px;
        text-transform: uppercase;
    }

    .date .day {
        display: block;
        text-align: center;
        padding-top: 5px;
        color: #222;
        font-size: 18px;
        font-weight: bold;
    }

.meta {
    display: block;
    font-size: 11px;
    color: #666;
}

.event-stuff {
    padding-left: 60px;
}

.current {
    font-weight: bold;
    color: red;
}

.page {
    font-weight: normal;
    color: green;
}

/*Home Page*/
#main-content ul li {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    list-style: none;
}

ul.nav li a.home {
    display: none;
}

#full-width-slider {
    width: auto;
    max-height: 430px;
}

img.rsImg {
    max-height: 430px;
    margin-top: 0px !important;
}

nav ul {
    list-style-type: none;
    margin: 0;
    border: 1px solid;
}

    nav ul li {
        display: inline-block;
        margin: 3px 5px 5px 3px;
    }

.Mainspotlight {
    padding: 0;
}

.item-event {
    padding: 0;
}

.item-news {
    padding: 0;
}

.event-name {
    padding-left: 0 !important;
}

.news-name {
    padding-left: 0 !important;
}

.main-info {
    padding-left: 0 !important;
}

.logo {
    margin-bottom: 10px;
}

.menubar {
    margin-bottom: 10px;
}

    .menubar li {
        font-size: 0.9em;
        margin: 10px;
        color: #000;
        font-family: "proximanova", Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.columnTitle {
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 35px;
    text-transform: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.columnTitle {
    color: #000;
}

.page-header {
    display: block;
}

.nav-container {
    display: flex;
    flex-direction: column;
    width: 1280px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.maincontent-container {
    width: 1280px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.footerContainer {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.column-container {
    margin-right: auto;
    margin-left: auto;
}

.event-description {
    font-size: 1em;
    margin-bottom: 20px;
}

.bottomfooter {
    background-color: #2E6AB1;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .bottomfooter .columns {
        padding: 60px 0px 60px 0px;
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .bottomfooter p {
        color: #ffffff;
    }

.centerInfo {
    float: left;
}

.email-link, .email-link:visited {
    color: inherit;
    text-decoration: underline;
}

.item-image {
    width: 100%;
    height: auto;
    display: block;
}

.connected-icons {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .connected-icons img {
        margin-right: 25px;
        margin-left: 25px;
    }

#newsletter3 {
    text-align: left !important;
}

#ctl00_NewsletterSignupBOL1_submitButtonNewsletter.newsletterSubmit {
    margin: 0 !important;
}

.ctraddress p {
    padding-bottom: 10px;
}

.item-image-2 {
    object-fit: cover;
}

.article-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.info-container {
    float: right;
}

#donate {
    padding: 0px;
    display: flex;
    justify-content: center;
    padding: 30px 0px 30px 0px;
    margin-top: 37px;
}

.articletitle {
    text-transform: uppercase;
    font-weight: 550;
}

.abstract {
    color: black !important;
    font-weight: 400 !important;
    font-size: 1em;
}

.displayArticleImage {
    padding: 0 !important;
}

.displayArticleContainer {
    padding: 0 !important;
}

.displayArticleContentRow {
    padding-top: 15px;
}

.displayArticleImageRow {
    padding-top: 15px;
}

#ctl00_MainContentHolder_sharingtools_mainContainer {
    display: block !important;
}

.director-img-container {
    float: left;
}

.section p {
    text-align: center;
}

.Mainspotlight2 {
    display: flex;
    justify-content: center;
}

.director-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cers-info-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-row {
    margin-top: 15px;
}

/*Events Page*/
#dateRange-container {
    display: flex;
    width: 525px;
    align-items: center;
}

.dateEvents {
    color: #000;
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 53px;
}

#list-events .storyInfo {
    padding: 0 20px 25px 0;
    transition: transform .2s;
    margin: 0 0 50px 0;
}

.story {
    margin: 0 0 50px 0;
}

.eventImage {
    padding: 0 25px 0 15px;
}

.title-link {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.eventInfoBlock {
    padding: 15px 0 15px 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.eventAbstract {
    color: #000;
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

hr {
    display: block;
    border-bottom: 1px solid #000;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: 1.5em;
    border-style: inset;
    border-width: 1px;
}

.event-cal-spotlight {
    margin-top: 37px;
}

table tbody td, table tbody th {
    padding: 0rem;
}

.button-6 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    height: 48px;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

    .button-6:hover,
    .button-6:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .button-6:hover {
        transform: translateY(-1px);
    }

    .button-6:active {
        background-color: #F0F0F1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }

/*Event*/
.item-event {
    margin-top: 25px;
}

h1.event-title {
    font-weight: 700;
    font-size: 2.125rem;
}

.abstract {
    color: #000;
    font-weight: 400;
    font-size: 1.25rem;
    margin: 15px 0;
}

#ctl00_MainContentHolder_sharingtools_mainContainer {
    margin-top: 25px;
}

.item-event h3 {
    font-weight: 600;
}

.button-6 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    height: 48px;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

    .button-6:hover,
    .button-6:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .button-6:hover {
        transform: translateY(-1px);
    }

    .button-6:active {
        background-color: #F0F0F1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }

/*Article*/
.articletitle {
    margin-top: 25px;
}

.flex-control-nav {
    bottom: 0px !important;
    margin-bottom: 10px !important;
}

.flex-caption {
    margin-bottom: 60px !important;
    font-size: 0.875em !important;
}

/*Multimedia Page*/

.mediaImage {
    padding: 0 25px 0 15px;
}

.story {
    margin: 0 0 50px 0;
}

.title-link {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.media-abstract {
    margin-bottom: 0.5rem;
}

.media-icon i {
    margin: 0 0 20px 0;
    transition: all .2s ease-in-out;
}

    .media-icon i:hover {
        color: #2E6AB1;
        transform: scale(1.5);
    }

.date-info {
    font-size: 0.8em;
    margin: 2px 0px 15px 0px;
    font-weight: 600;
}

.item-multimedia hr {
    display: block;
    border-bottom: 1px solid #000;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    margin-left: 21em;
    margin-right: 1.5em;
    border-style: inset;
    border-width: 1px;
}

/*Funding Page*/
h3 {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.item-funding {
    padding-right: 40px;
}

    .item-funding a {
        color: #2e6ab1
    }

    .item-funding ul {
        margin-left: 1.75rem;
    }


.funding-pg table tbody td {
    padding: 0px;
}

.funding-pg table tbody tr:nth-child(even) {
    background-color: transparent;
}

.funding-pg .spotlight {
    margin: 37px 0 10px -45px
}

    .funding-pg .spotlight table {
        width: 100% !important;
        margin-bottom: 0px;
    }

/*Dutch Studies Page*/
.dspage h1 {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dspage h2 {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dspage h3 {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dspage h4 {
    color: var(--Blue-Color, #2E6AB1);
    font-family: "proximanova", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

a.dutchStudiesPageHeaders {
    color: var(--Blue-Color, #2E6AB1);
}

.sideNav-desktop {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1000;
}

.sideNav-mobile {
    display: none;
}

.sticky {
    margin-top: 20px;
}

.dutchStudiesNav a {
    color: var(--Blue-Color, #2E6AB1);
}

#MobileMenuDropDown {
    display: none;
}

/*Support Us Page*/
.brochure-download {
    text-align: center;
}

/*Person*/
.photo-person {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

/*Other*/

.storyPullQuote {
    width: 35%;
    float: right;
    display: block;
    font-size: 1.4em;
    line-height: 1.25;
    font-style: italic;
    color: #5996ad;
    border-top: 2px solid #e3e5e4;
    border-bottom: 2px solid #e3e5e4;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

p.storyPullQuote:before {
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}


ul.footerBranding {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0;
}

    ul.footerBranding li {
        display: inline;
        margin-left: 2px;
    }

        ul.footerBranding li a {
            text-decoration: none;
        }

            ul.footerBranding li a:hover {
            }

        ul.footerBranding li:after {
            content: "•";
            margin-left: 6px;
        }

        ul.footerBranding li:last-of-type:after {
            content: none;
        }

.fundingApplyButton {
    height: 25px;
    width: 146px;
    padding: 10px 0px 5px;
    margin: 0px 5px 0px 0px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-shadow: #559955 0px 1px 1px;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 16px !important;
    background-image: url('http://web.international.ucla.edu/MasterPages/institute/img/download.png') !important;
    background-position: 0% 0%;
}

p.photoCaption {
    font-size: .9em;
    font-style: italic;
    margin-top: 5px;
}

.row {
    max-width: 85.5rem;
}
