.hidden {
    display: none
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    background-color: #474c52;
    border-radius: 4px;
}

.template {
    visibility: hidden
}

.webcast-slogan {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
    position: relative;
    top: .4em;
    margin: 0 0 0 40px;
    font-family: 'Open Sans',Arial,Tahoma,sans-serif;
    font-weight: bold;
}

@media(max-width:900px) {
    .webcast-slogan {
        margin: 15px 40px 0 0;
    }
}

@media(max-width:767px) {
    .webcast-slogan {
        margin: 15px 0 0 40px;
    }

    .bottom_clearer {
        margin-bottom: 10px
    }
}

@media(max-width:455px) {
    .webcast-slogan {
        margin: 15px 0 0 0;
        display: block;
    }
}

a {
    cursor: pointer;
}

.eventCalendar-wrap {
    position: relative;
    overflow: hidden;
}

    .eventCalendar-wrap .arrow {
        position: absolute;
        z-index: 5;
        top: 3px;
    }

    .eventCalendar-wrap .prev {
        left: 3px;
    }

    .eventCalendar-wrap .next {
        right: 3px;
    }

.eventsCalendar-currentTitle .monthTitle {
    text-transform: capitalize;
    display: block;
    text-align: center;
}

.eventsCalendar-monthWrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

    .eventsCalendar-monthWrap.currentMonth {
        z-index: 1;
    }

.eventsCalendar-daysList {
    display: table;
    width: 100%;
}

    .eventsCalendar-daysList.showAsWeek {
        display: block;
    }

    .eventsCalendar-daysList li {
        display: table-cell;
    }

        .eventsCalendar-daysList li.dayWithEvents {
            background: rgba(0,0,0,.15);
        }

        .eventsCalendar-daysList li.current {
            background: rgba(0,0,0,.35);
        }

    .eventsCalendar-daysList.showAsWeek li {
        display: block;
        float: left;
        width: 14.28%;
        height: 20px;
    }

    .eventsCalendar-daysList li a {
        padding: 0;
        display: block;
        text-align: center;
        font-size: 8px;
        min-width: 7px;
    }

.eventsCalendar-loading {
    display: block;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
}

.eventsCalendar-list {
    position: relative;
    z-index: 1;
}

    .eventsCalendar-list.oldEventList {
        z-index: 2;
    }

.eventsCalendar-subtitle {
    padding-left: 5px;
    font-weight: bold;
    font-size: 120%;
}

.inputfield.formatdate {
    position: relative;
}

html, body, body button, body input, body select, body textarea {
    background-color: #eee;
}

body {
    color: #555;
    background-color: #fff;
}

.eventCalendar-wrap {
    margin-bottom: 30px;
    background-color: #fff;
    color: #807e7e;
    width: 100%;
    float: right;
    margin-right: 11.5%;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}

    .eventCalendar-wrap .arrow {
        text-decoration: none;
        color: #fff;
        padding: 0 5px;
        line-height: 28px;
        top: 18px;
        padding: 15px 10px 15px 25px;
    }

        .eventCalendar-wrap .arrow.prev {
            padding: 15px 25px 15px 10px;
        }

        .eventCalendar-wrap .arrow:hover {
            opacity: .7
        }

        .eventCalendar-wrap .arrow span {
            height: 0;
            width: 0;
            font-size: 0;
            line-height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #b7ced1;
            float: left;
            text-indent: -5000px;
        }

        .eventCalendar-wrap .arrow.prev span {
            border-left-width: 0;
            border-right: 6px solid #b7ced1;
        }

.eventsCalendar-slider {
    height: 80px;
    border-top: 6px solid #b7ced1;
}

.eventsCalendar-monthWrap {
    border-radius: 5px;
    top: 10px;
    left: 0;
    padding: 10px 0
}

.eventsCalendar-currentTitle {
    line-height: 25px
}

    .eventsCalendar-currentTitle .monthTitle {
        font-size: 110%;
        text-decoration: none;
        font-weight: bold;
        padding-bottom: 6px;
        padding-top: 7px;
    }

.eventsCalendar-daysList {
    zoom: 1;
    padding: 0;
    width: 100%;
}

    .eventsCalendar-daysList.showAsWeek {
        margin: 10px 5px;
        width: auto;
    }

    .eventsCalendar-daysList:before, .eventsCalendar-daysList:after {
        content: "";
        display: table;
    }

    .eventsCalendar-daysList:after {
        clear: both;
    }

.eventsCalendar-day-header {
    text-transform: lowercase;
    text-align: center;
    display: none !important;
}

.eventsCalendar-daysList.showAsWeek li {
    height: auto;
    margin: 0;
}

    .eventsCalendar-daysList.showAsWeek li.empty {
        background-color: #f5f5f5;
        min-height: 36px;
    }

.eventsCalendar-day a {
    text-decoration: none;
    font-size: 10px;
    color: #5d6770;
}

.showAsWeek .eventsCalendar-day {
    border-left-width: 0;
}

    .showAsWeek .eventsCalendar-day a {
        line-height: 36px;
        font-size: 90%;
    }

.eventsCalendar-day a:hover {
    background-color: #e4e4e4;
    text-decoration: none;
    font-weight: bold;
    color: #164194
}

.eventsCalendar-daysList li.today a {
    color: #164194;
    background: #e2ebed;
    font-weight: bold
}

li.eventsCalendar-day.today a:hover {
    background-color: #ccc
}

.eventsCalendar-daysList li.dayWithEvents a {
    background: #89b814;
    color: #fff
}

li.eventsCalendar-day.dayWithEvents a:hover {
    background-color: #c2d374
}

.eventsCalendar-daysList li.current {
    background: none
}

    .eventsCalendar-daysList li.current a {
        color: #fff;
        background: #164194
    }

li.eventsCalendar-day.current a:hover {
    color: #164194;
    background: none
}

.eventsCalendar-loading {
    border-radius: 4px;
    margin: 5px auto;
    padding: 0 10px;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 10px #ccc;
    text-shadow: 0 0 3px #aaa;
    position: absolute;
    z-index: 4;
    top: 25px;
    left: 5px
}

    .eventsCalendar-loading.error {
        background-color: red
    }

.eventsCalendar-subtitle {
    padding-top: 10px
}

.eventsCalendar-list-wrap {
    min-height: 100px;
    position: relative;
    display: none
}

.eventsCalendar-list-content.scrollable {
    height: 100px;
    overflow-y: auto;
    margin: 0 5px 5px 0
}

.eventsCalendar-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .eventsCalendar-list li {
        padding: 0 5px 15px;
        margin: 0;
        clear: both
    }

        .eventsCalendar-list li time {
            line-height: 13px
        }

            .eventsCalendar-list li time em {
                float: left;
                font-style: normal
            }

            .eventsCalendar-list li time small {
                float: left;
                background-color: #807e7e;
                color: #fff;
                padding: 0 5px 0 4px;
                margin: 0 0 0 3px
            }

        .eventsCalendar-list li .eventTitle {
            display: block;
            clear: both;
            font-weight: bold;
            text-decoration: none
        }

        .eventsCalendar-list li a.eventTitle {
            color: #0e8eab
        }

            .eventsCalendar-list li a.eventTitle:hover {
                text-decoration: underline
            }

        .eventsCalendar-list li .eventDesc {
            clear: both;
            margin: 0 0 5px 0;
            line-height: 1.2em
        }

    .eventsCalendar-list .eventsCalendar-noEvents {
        border-radius: 4px;
        margin: 5px;
        padding: 5px;
        background-color: #ccc;
        color: #fff;
        text-align: center;
        font-weight: bold;
        box-shadow: 0 0 10px #ccc;
        text-shadow: 0 0 3px #aaa
    }

.bt {
    display: block;
    clear: both;
    text-align: center;
    margin-top: 10px;
    padding: 9px 34px 11px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #698b10;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear,left top,left bottom,from(#89b814),to(#698b10));
    background-image: -moz-linear-gradient(top,#89b814,#698b10);
    background-image: -ms-linear-gradient(top,#89b814,#698b10);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#89b814),color-stop(100%,#698b10));
    background-image: -webkit-linear-gradient(top,#89b814,#698b10);
    background-image: -o-linear-gradient(top,#89b814,#698b10);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814',endColorstr='#698B10',GradientType=0);
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border: 1px solid #698b10;
    border-color: #698b10 #698b10 #465f05;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -webkit-transition: .1s linear all;
    -moz-transition: .1s linear all;
    -ms-transition: .1s linear all;
    -o-transition: .1s linear all;
    transition: .1s linear all
}

    .bt:hover {
        background-position: 0 -15px;
        text-decoration: none
    }

body {
}

a {
    color: #0e8eab
}

.features li {
    margin-bottom: 3px
}

#thanksPanel li {
    margin-bottom: 0
}

#introPanel {
    padding-top: 20px
}

.poweredBy img {
    float: left;
    margin-right: 3px
}

.poweredBy .data {
    float: left
}

.poweredBy .name {
    font-weight: bold;
    color: #555;
    text-decoration: none;
    display: block;
    margin-top: 28px
}

.poweredBy .twitter {
    text-decoration: none;
    display: block;
    float: left
}

.features {
    padding-left: 20px;
    float: left
}

#appLogo {
    margin-right: 30px
}

pre {
    clear: both;
    background-color: #ffc;
    padding: 5px;
    border: solid 1px #fed17e;
    overflow: auto
}

#license {
    width: 300px;
    float: right;
    line-height: 12px;
    text-align: center
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider .slides a:focus {
    border: 1px dotted #3f4a52;
    -webkit-box-shadow: compact(0 2px 2px white,false,false,false,false,false,false,false,false,false);
    -moz-box-shadow: compact(0 2px 2px white,false,false,false,false,false,false,false,false,false);
    box-shadow: compact(0 2px 2px white,false,false,false,false,false,false,false,false,false)
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: 'flexslider-icon';
    src: url("/bundle/201606100903?url=/Content/font/flexslider-icon.eot");
    src: url("/bundle/201606100903?url=/Content/font/flexslider-icon.eot?#iefix") format("embedded-opentype"),url("/bundle/201606100903?url=/Content/font/flexslider-icon.woff") format("woff"),url("/bundle/201606100903?url=/Content/font/flexslider-icon.ttf") format("truetype"),url("/bundle/201606100903?url=/Content/font/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
    min-height: 270px
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flexslider .slides img {
        width: 100%;
        display: block
    }

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\20";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides, body[xmlns] .slides, body button[xmlns] .slides, body input[xmlns] .slides, body select[xmlns] .slides, body textarea[xmlns] .slides {
    display: block
}

* html .slides, * body .slides, body * button .slides, body * input .slides, body * select .slides, body * textarea .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.loading .flexslider {
    background: url("/bundle/201606100903?url=/Content/images/ajax-loader_slider.gif") no-repeat center center
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

    .flexslider .slides li {
        position: relative;
        width: 100%;
        float: left
    }

.flex-direction-nav {
    *height: 0
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 1;
        cursor: pointer;
        color: rgba(0,0,0,.8);
        text-shadow: 1px 1px 0 rgba(255,255,255,.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    .flex-direction-nav .flex-prev {
        left: -30px
    }

    .flex-direction-nav .flex-next {
        right: -30px;
        text-align: right
    }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3)
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,.7)
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,.9);
        cursor: default
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        cursor: pointer
    }

    .flex-control-thumbs .flex-active {
        cursor: default
    }

.flex-caption {
    width: 150%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #fff;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: .5
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            opacity: .5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #fff;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline
}

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: .2857142857142857em
}

    [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none
}

    .icons-ul > li {
        position: relative
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit
    }

[class^="icon-"].hide, [class*=" icon-"].hide {
    display: none
}

.icon-muted {
    color: #eee
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #333
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.icon-2x {
    font-size: 2em
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

.icon-3x {
    font-size: 3em
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

.icon-4x {
    font-size: 4em
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

.icon-5x {
    font-size: 5em
}

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em
}

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none
}

.btn [class^="icon-"].icon-large, .progress-form input[type="submit"] [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .progress-form input[type="submit"] [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].icon-spin, .progress-form input[type="submit"] [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .progress-form input[type="submit"] [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x, .progress-form input[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .progress-form input[type="submit"] [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .progress-form input[type="submit"] [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x, .progress-form input[type="submit"] [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large, .progress-form input[type="submit"] [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large, .progress-form input[type="submit"] [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .progress-form input.btn-small[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .progress-form input.btn-small[type="submit"] [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .progress-form input.btn-small[type="submit"] [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x, .progress-form input.btn-small[type="submit"] [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.btn.btn-large [class^="icon-"], .progress-form input.btn-large[type="submit"] [class^="icon-"], .btn.btn-large [class*=" icon-"], .progress-form input.btn-large[type="submit"] [class*=" icon-"] {
    margin-top: 0
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .progress-form input.btn-large[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .progress-form input.btn-large[type="submit"] [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .progress-form input.btn-large[type="submit"] [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x, .progress-form input.btn-large[type="submit"] [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .progress-form input.btn-large[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .progress-form input.btn-large[type="submit"] [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x, .progress-form input.btn-large[type="submit"] [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x, .progress-form input.btn-large[type="submit"] [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em
    }

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    line-height: inherit
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%
}

    .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em
    }

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block
}


@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/Light/OpenSans-Light.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/Light/OpenSans-Light.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/Regular/OpenSans-Regular.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/Italic/OpenSans-Italic.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/Semibold/OpenSans-Semibold.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/font/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic") format("svg");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/font/Bold/OpenSans-Bold.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/font/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
    src: url("../../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"),url("../../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0") format("woff2"),url("../../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"),url("../../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"),url("../../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic") format("svg");
    font-weight: 800;
    font-style: italic
}

html, body, body button, body input, body select, body textarea {
    overflow-x: hidden;
    background: #fff
}

body {
    padding: 0 !important
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

.chromeframe {
    margin: .2em 0;
    padding: .2em 0;
    background: #ccc;
    color: #000
}

iframe, embed, object {
    max-width: 100%;
    border: none
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }

.hidden, .hidden-absolute {
    position: absolute !important;
    top: -9999em !important;
    left: -9999em !important
}

.margin-centered {
    margin: 0 auto
}

.invisible {
    visibility: hidden
}

.disabled {
    color: #b4b4b4;
    cursor: text;
    font-weight: 400
}

.clearfix {
    *zoom: 1
}

    .clearfix:before {
        content: " ";
        display: table
    }

    .clearfix:after {
        content: " ";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden
    }

.bold {
    font-weight: bold
}

.equal {
    overflow: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

html, body, body button, body input, body select, body textarea {
    font-family: "Open Sans",Arial,Tahoma,sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
    -moz-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
    -o-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
    transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
    -webkit-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
    -moz-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
    -o-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
    transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
    -webkit-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
    -moz-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
    -o-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
    transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
    color: #3f4a52;
    line-height: 1.6
}

body {
    padding: 0
}

    body button, body input, body select, body textarea {
        background-color: #fff
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    color: #3f4a52;
    font-weight: 700
}

h1 {
    font-size: 220%;
    margin: 0 0 20px;
    line-height: 110%
}

    h1.hgp2 {
        font-weight: normal;
        margin-bottom: 0
    }

h2 {
    font-size: 175%;
    margin: 20px 0 30px;
    line-height: 110%;
    font-weight: 400
}

h3 {
    font-size: 140%;
    margin: 20px 0 15px;
    line-height: 120%
}

h4 {
    font-size: 120%;
    font-weight: 700;
    line-height: 120%
}

h5 {
    font-size: 112.5%;
    font-weight: 700
}

h6 {
    font-size: 106.3%;
    font-weight: 700
}

.hgp {
    font-size: 100%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    margin: 7px 12% 15px 0
}

    .hgp .inner-institution {
        line-height: 190%;
        border: 1px solid #b7ced1;
        margin: 0
    }

    .hgp .short-heading {
        display: block
    }

        .hgp .short-heading span {
            display: block;
            margin-right: 30px;
            background: #fff;
            padding: 0 9px
        }

        .hgp .short-heading.ceu-gray span {
            color: #fff
        }

.hgp2 {
    font-size: 180%;
    line-height: 1.2em
}

.hgp3 {
    font-size: 140%;
    font-weight: 700;
    margin: 20px 0 15px;
    color: #3f4a52
}

.hgp4 {
    font-size: 120%;
    font-weight: 700
}

p {
    margin-bottom: 20px
}

.titletext p {
    margin-bottom: 0
}

hr {
    display: block;
    margin: 1em 0;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    height: 1px;
    border-top: 1px solid #ccc
}

legend {
    font-size: 112.5%;
    line-height: 2em
}

q {
    font-style: italic
}

.footnote {
    font-size: 80%;
    padding-bottom: 1.5em
}

img {
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.image-full {
    margin-bottom: 15px;
    text-align: center
}

    .image-full figcaption.titletext {
        font-weight: 400;
        text-align: left
    }

    .image-full .span12 figure img {
        width: 100%;
        border-bottom: 1px solid #fff
    }

figure.publication-img {
    float: left;
    width: 20%;
    margin-right: 20px;
    height: auto
}

figure .media-img-wrapper {
    max-height: 550px;
    overflow: hidden;
    text-align: center
}

    figure .media-img-wrapper img {
        width: 100%
    }

a {
    color: #164194;
    text-decoration: none
}

    a:link {
        color: #164194;
        text-decoration: none
    }

    a:visited {
        color: #812346
    }

    a:hover, a:active, a:focus {
        color: #0074bd;
        text-decoration: underline
    }

.content-area .free-text p a, .content-area .free-text p a:link {
    text-decoration: underline
}

    .content-area .free-text p a:hover, .content-area .free-text p a:link:hover {
        text-decoration: none
    }

.no-class {
    background: none !important;
    padding-right: 0 !important
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

    table table {
        background-color: #fff
    }

    table > thead th {
        vertical-align: bottom
    }

    table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    table th, table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #ccc
    }

    table th {
        font-weight: bold;
        vertical-align: bottom
    }

    table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
        border-top: 0
    }

    table .table-bordered, table .table-bordered thead:first-child tr:first-child > th:first-child, table .table-bordered tbody:first-child tr:first-child > td:first-child, table .table-bordered tbody:first-child tr:first-child > th:first-child, table .table-bordered thead:last-child tr:last-child > th:first-child, table .table-bordered tbody:last-child tr:last-child > td:first-child, table .table-bordered tbody:last-child tr:last-child > th:first-child, table .table-bordered tfoot:last-child tr:last-child > td:first-child, table .table-bordered tfoot:last-child tr:last-child > th:first-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background: #eef3f4
}

.icon {
    padding-right: 30px;
    cursor: pointer
}

    .icon .icon-img, .icon .pdf, .icon .word, .icon .external-link {
        zoom: 1;
        vertical-align: top
    }

    .icon .pdf {
        background: url("/bundle/201606100903?url=/Content/images/ico_pdf.jpg") no-repeat top right;
        background-size: 21px 21px
    }

    .icon .word {
        background: url("/bundle/201606100903?url=/Content/images/ico_word.jpg") no-repeat top right;
        background-size: 21px 21px
    }

    .icon .external-link {
        background: url("/bundle/201606100903?url=/Content/images/ico_external-link.png") no-repeat center right;
        background-size: 18px 14px
    }

.ico-fax {
    padding-left: 20px;
    background: url("/bundle/201606100903?url=/Content/images/ico_fax.png") no-repeat 0 center
}

.ico-phone {
    padding-left: 20px;
    background: url("/bundle/201606100903?url=/Content/images/ico_phone.png") no-repeat 0 center
}

.ico-envelope {
    padding-left: 20px;
    background: url("/bundle/201606100903?url=/Content/images/ico_envelope.png") no-repeat 0 center
}

.ico-arrow-blue {
    padding-left: 20px;
    background: url("/bundle/201606100903?url=/Content/images/arr_blue-left.png") no-repeat 0 4px
}

.i-left {
    margin-right: 5px
}

.i-right {
    margin-left: 5px
}

.pdf {
    background: url("/bundle/201606100903?url=/Content/images/ico_pdf.png") no-repeat top right
}

.word {
    background: url("/bundle/201606100903?url=/Content/images/ico_word.png") no-repeat top right
}

.epub {
    background: url("/bundle/201606100903?url=/Content/images/ico_epub.png") no-repeat top right
}

.excel {
    background: url("/bundle/201606100903?url=/Content/images/ico_excel.png") no-repeat top right
}

.powerpoint {
    background: url("/bundle/201606100903?url=/Content/images/ico_powerpoint.png") no-repeat top right
}

.external-link {
    background: url("/bundle/201606100903?url=/Content/images/ico_external-link.png") no-repeat right 2px;
    padding-right: 24px
}

.icon-twitter-sign {
    padding-right: 5px
}

.icon-facebook-sign {
    padding-right: 5px
}

input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.btn, .progress-form input[type="submit"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-shadow: compact(none,false,false,false,false,false,false,false,false,false);
    -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
    -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
    box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
    background: #0c3759;
    color: #fff;
    border: none;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

    .btn:hover, .progress-form input[type="submit"]:hover {
        background: #fff;
        border: 1px solid #b7ced1;
        color: #3f4a52;
        text-shadow: compact(none,false,false,false,false,false,false,false,false,false)
    }

    .btn .btn-links, .progress-form input[type="submit"] .btn-links {
        color: inherit
    }

        .btn .btn-links:hover, .progress-form input[type="submit"] .btn-links:hover {
            text-decoration: none
        }

    .btn input[type="button"], .progress-form input[type="submit"] input[type="button"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0
    }

.btn-close-menu {
    float: right;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #b7ced1;
    color: #5d6770
}

    .btn-close-menu i {
        font-size: 1.1em
    }

    .btn-close-menu:hover {
        background: #f3f7f8
    }

.app-wrapper .btn, .app-wrapper .progress-form input[type="submit"], .progress-form .app-wrapper input[type="submit"] {
    border-radius: 0 !important
}

.btn-toolbar.btn-toolbar-az {
    color: #fff;
    margin-bottom: 20px
}

    .btn-toolbar.btn-toolbar-az .btn, .btn-toolbar.btn-toolbar-az .progress-form input[type="submit"], .progress-form .btn-toolbar.btn-toolbar-az input[type="submit"] {
        color: #fff;
        width: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        margin: 0 0 5px
    }

        .btn-toolbar.btn-toolbar-az .btn:hover, .btn-toolbar.btn-toolbar-az .progress-form input[type="submit"]:hover, .progress-form .btn-toolbar.btn-toolbar-az input[type="submit"]:hover {
            color: #3f4a52
        }

    .btn-toolbar.btn-toolbar-az .btn-links {
        display: block;
        width: 37px;
        height: 30px;
        margin-bottom: 2px;
        padding: 0;
        float: left
    }

        .btn-toolbar.btn-toolbar-az .btn-links .btn, .btn-toolbar.btn-toolbar-az .btn-links .progress-form input[type="submit"], .progress-form .btn-toolbar.btn-toolbar-az .btn-links input[type="submit"] {
            padding: 0;
            width: 37px;
            height: 30px;
            display: block;
            margin: 0;
            float: left;
            line-height: 30px;
            color: #fff
        }

    .btn-toolbar.btn-toolbar-az .btns-wrapper {
        margin-bottom: 20px;
        margin-top: 20px;
        clear: both
    }

        .btn-toolbar.btn-toolbar-az .btns-wrapper .btn, .btn-toolbar.btn-toolbar-az .btns-wrapper .progress-form input[type="submit"], .progress-form .btn-toolbar.btn-toolbar-az .btns-wrapper input[type="submit"] {
            color: #fff;
            padding: 0;
            width: 37px;
            height: 30px;
            display: block;
            margin: 0;
            float: left;
            line-height: 30px
        }

            .btn-toolbar.btn-toolbar-az .btns-wrapper .btn:hover, .btn-toolbar.btn-toolbar-az .btns-wrapper .progress-form input[type="submit"]:hover, .progress-form .btn-toolbar.btn-toolbar-az .btns-wrapper input[type="submit"]:hover {
                color: #164194
            }

            .btn-toolbar.btn-toolbar-az .btns-wrapper .btn:first-child, .btn-toolbar.btn-toolbar-az .btns-wrapper .progress-form input[type="submit"]:first-child, .progress-form .btn-toolbar.btn-toolbar-az .btns-wrapper input[type="submit"]:first-child, .btn-toolbar.btn-toolbar-az .btns-wrapper .btn:last-child, .btn-toolbar.btn-toolbar-az .btns-wrapper .progress-form input[type="submit"]:last-child, .progress-form .btn-toolbar.btn-toolbar-az .btns-wrapper input[type="submit"]:last-child {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0
            }

.hide-mobile {
    display: block
}

.hide-desktop {
    display: none
}

form {
    margin: 0
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b7ced1;
    color: #3f4a52;
    height: inherit;
    padding: 8px;
    width: 93%
}

.row-fluid .controls-row select {
    font-size: 85.7%
}

.form-actions {
    background: none;
    border-top: none;
    margin: 0 0 20px;
    padding: 10px 0
}

body fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

    body fieldset fieldset {
        border: 0;
        margin: 0;
        padding: 0
    }

        body fieldset fieldset legend {
            margin: 0;
            font-size: 95%;
            width: inherit;
            background: none;
            border: none;
            padding: 0
        }

.rowform-centered {
    width: 63%;
    margin: 0 auto
}

.controls-row .ckbs {
    margin-bottom: 20px;
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

    .controls-row .ckbs ul {
        margin-bottom: 10px
    }

    .controls-row .ckbs li {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        margin: 5px 0;
        line-height: 1.3em
    }

        .controls-row .ckbs li input {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding: 0;
            margin: 0;
            width: 8%;
            vertical-align: top;
            margin-top: 3px
        }

        .controls-row .ckbs li label {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding: 0;
            margin: 0;
            width: 8%;
            vertical-align: top;
            width: 88% !important;
            line-height: 1.4
        }

.controls-row .rdbs {
    margin-bottom: 20px;
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

    .controls-row .rdbs ul {
        margin-bottom: 10px
    }

    .controls-row .rdbs li {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        margin: 5px 0;
        line-height: 1.3em
    }

        .controls-row .rdbs li input {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding: 0;
            margin: 0;
            width: 8%;
            vertical-align: top;
            margin-top: 3px
        }

        .controls-row .rdbs li label {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding: 0;
            margin: 0;
            width: 8%;
            vertical-align: top;
            width: 88%;
            line-height: 1.4
        }

.control-group .boxShowAll {
    margin-right: 0;
    text-align: right;
    margin-bottom: 0
}

.control-group .select-more-body {
    margin-bottom: 0;
    position: relative;
    top: -10px;
    left: -3px
}

    .control-group .select-more-body .boxShowAll {
        text-align: left
    }

.control-group .check-wrapper {
    position: relative;
    display: table-row
}

    .control-group .check-wrapper .boxShowAll {
        position: absolute;
        right: -4px;
        top: -5px
    }

.form-horizontal .controls {
    width: auto
}

.label-main-title {
    font-weight: bold;
    padding-right: 45px;
    font-size: 140%;
    line-height: 100%;
    margin-bottom: 35px
}

.label-title {
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 45px
}

.alertbox a.alert-button {
    color: #333;
    margin: 0
}

    .alertbox a.alert-button.cookies-ok i {
        color: #27b26b
    }

    .alertbox a.alert-button.cookies-no i {
        color: #a03433
    }

.inputfield.formatdate {
    position: relative
}

    .inputfield.formatdate input[type="text"] {
        position: relative;
        z-index: 1;
        cursor: pointer;
        background: #fff
    }

    .inputfield.formatdate i {
        position: relative;
        left: -25px;
        top: 0;
        z-index: 100;
        margin: 10px 10px 0 0
    }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #8eacb1
}

.cbks-list-items {
    margin: 0;
    padding: 0
}

    .cbks-list-items li {
        float: left;
        border-bottom: 1px solid #d2d2d2;
        width: 25%;
        list-style: none;
        padding: 10px 0
    }

        .cbks-list-items li input {
            position: relative;
            top: -1px
        }

input, textarea, .uneditable-input {
    width: 280px
}

textarea {
    width: 97.5%;
    padding: 8px 1%
}

.control-group span.footnote {
    display: block;
    font-size: 85%;
    font-style: italic;
    padding-bottom: .8em;
    margin-top: -.3em;
    padding-bottom: .5em;
    color: #666
}

.check-wrapper label {
    padding-top: 5px;
    padding-bottom: 5px;
}

.check-wrapper .checkbox {
    padding-left: 20px;
}

.check-wrapper label {
    display: table-cell
}

.check-wrapper input[type="checkbox"] {
    margin-top: 4px !important;
    vertical-align: top !important
}

ul, ol {
    padding: 0;
    margin: 0 0 20px 25px
}

    ul > li, ol > li {
        line-height: 1.6;
        margin-bottom: 0
    }

.free-text ol {
    display: table-cell;
    padding-left: 24px
}

    .free-text ol li {
        padding-bottom: 5px
    }

.link-list {
    margin-left: 0;
    position: relative;
    padding-left: 0;
    width: inherit;
    list-style: none;
    display: table-cell;
    zoom: 1;
    *display: inline;
    padding-bottom: 25px
}

    .link-list li {
        list-style-image: url('/bundle/201606100903?url=/Content/images/arr_linklist.png');
        clear: both
    }

    .link-list.help {
        float: right
    }

    .link-list > li {
        list-style: none !important;
        clear: none
    }

dd {
    margin: 7px 10px
}

ul.inline-block, div.ektron-aloha ul.list-block, section.ektron-aloha ul.list-block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1
}

ul.inline > li:first-child, ol.inline > li:first-child, div.ektron-aloha ul.list-inline > li:first-child, div.ektron-aloha ol.list-inline > li:first-child, section.ektron-aloha ul.list-inline > li:first-child, section.ektron-aloha ol.list-inline > li:first-child {
    padding-left: 0
}

.dropdown-list-box {
    padding: 0 15px;
}

ul.link-left {
    padding-left: 2%;
    width: 98%
}

ul.link-list > li {
    background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 10px 6px !important;
    padding-left: 28px;
    *padding-left: 10px;
    list-style: none
}

ul.ordinary-leg-steps {
    list-style-type: none;
    margin: 0;
    padding: 0 14.5% 0;
    margin-bottom: 30px;
    text-align: left
}

ul.pictures-list i {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: 5px
}

ul.flex-direction-nav {
    list-style-type: none
}

    ul.flex-direction-nav a.flex-next:after {
        visibility: visible;
        display: block;
        position: absolute;
        top: 0
    }

ul.chart-legend {
    margin: 0;
    padding: 0;
    clear: both;
    text-align: right
}

li.ordinary-leg-step {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 15.5%;
    margin: 10px 4% 10px 0;
    vertical-align: middle;
    font-size: 90%
}

    li.ordinary-leg-step > a, li.ordinary-leg-step > span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        width: 98%;
        padding: 0;
        min-height: 90px;
        background-color: #f5f5f5;
        text-align: center;
        display: table;
        border: 1px solid #d2d2d2;
        height: 132px
    }

        li.ordinary-leg-step > a.active, li.ordinary-leg-step > span.active {
            background: #0c3759
        }

            li.ordinary-leg-step > a.active h2, li.ordinary-leg-step > span.active h2 {
                color: #0074bd;
                color: #fff
            }

        li.ordinary-leg-step > a h2, li.ordinary-leg-step > a .hgp2, li.ordinary-leg-step > span h2, li.ordinary-leg-step > span .hgp2 {
            color: #346195;
            font-weight: bold;
            margin: 0 10px;
            vertical-align: middle;
            display: table-cell;
            line-height: 1.2em;
            padding: 0 5%;
            width: 90%
        }

            li.ordinary-leg-step > a h2 span, li.ordinary-leg-step > a .hgp2 span, li.ordinary-leg-step > span h2 span, li.ordinary-leg-step > span .hgp2 span {
                display: block
            }

        li.ordinary-leg-step > a > a:hover, li.ordinary-leg-step > span > a:hover {
            text-decoration: none
        }

            li.ordinary-leg-step > a > a:hover h2, li.ordinary-leg-step > a > a:hover .hgp2, li.ordinary-leg-step > span > a:hover h2, li.ordinary-leg-step > span > a:hover .hgp2 {
                text-decoration: underline
            }

    li.ordinary-leg-step .active .hgp2 {
        color: #fff
    }

    li.ordinary-leg-step.back-step {
        margin-right: 5%
    }

    li.ordinary-leg-step.ordinary-leg-btn {
        display: none
    }

li.back-step a {
    padding: 0 10px;
    min-height: 30px
}

li.carousel-slide:hover {
    cursor: pointer
}

.list-dates .date {
    width: auto
}

    .list-dates .date a {
        font-weight: bold;
        color: #fff
    }

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0
}

.yamm .yamm-content {
    padding: 0
}

    .yamm .yamm-content .span8 {
        float: right;
        margin-left: 0;
        width: 67.811966%
    }

    .yamm .yamm-content .span4 {
        float: left;
        margin-left: 0
    }

    .yamm .yamm-content .span12 {
        margin-left: 0;
        padding-right: 40px
    }

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 20px;
    right: 20px;
    z-index: 2000 !important;
}

.yamm .dropdown .dropdown-menu {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 3px solid #b7ced1;
    -webkit-box-shadow: compact(rgba(0,0,0,.2) 0 8px 10px,false,false,false,false,false,false,false,false,false);
    -moz-box-shadow: compact(rgba(0,0,0,.2) 0 8px 10px,false,false,false,false,false,false,false,false,false);
    box-shadow: compact(rgba(0,0,0,.2) 0 8px 10px,false,false,false,false,false,false,false,false,false);
    padding: 5px 0;
}

.megadropdown-links {
    margin: 0 !important;
}

header {
    position: relative;
    padding-top: 1.62em
}

    header .inner, header .inner-full {
        position: relative
    }

    header .logo {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: bottom
    }

        header .logo #logo {
            display: block
        }

    header .title {
        margin-left: 0 !important;
        padding: 0;
        width: auto;
        color: #666;
        font-weight: bold;
        margin-top: 3px
    }

    header .title-h1 {
        font-size: 19px;
        line-height: 150%;
        color: #666
    }

    header .home-h1 {
        font-size: 19px;
        margin-top: 0;
        margin-bottom: 0
    }

        header .home-h1 span.ec, header .home-h1 span.cote {
            display: block !important
        }

    header .row-fluid {
        position: relative
    }

.logo-slogan {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
    position: relative;
    top: .5em;
    margin-left: 24px;
    font-family: Arial,"Open Sans",Tahoma,sans-serif;
    font-weight: bold;
    color: #666
}

.primary-menu.navbar {
    position: relative;
    z-index: 1040;
    margin-bottom: 10px;
    clear: both
}

    .primary-menu.navbar .nav {
        float: none;
        margin: 0 14.52991452991453%;
        position: relative
    }

        .primary-menu.navbar .nav > li {
            margin: 0;
            float: left
        }

            .primary-menu.navbar .nav > li .dropdown-toggle.disabled {
                cursor: pointer
            }

            .primary-menu.navbar .nav > li > a {
                padding: 15px 13px 20px;
                text-align: center;
                color: #164194;
                font-weight: 600;
                font-size: 110%;
                white-space: nowrap;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                position: relative
            }

                .primary-menu.navbar .nav > li > a:hover {
                    color: #0074bd
                }

            .primary-menu.navbar .nav > li.first > a {
                padding: 15px 13px 20px 0
            }

            .primary-menu.navbar .nav > li.dropdown > a::after {
                content: "";
                display: block;
                width: 15px;
                height: 9px;
                background: url('/bundle/201606100903?url=/Content/images/arr_menu-sprite.png') left top no-repeat;
                position: absolute;
                bottom: .45em;
                left: 50%;
                margin-left: -7.5px;
                -webkit-transition: compact(compact(bottom .25s linear,false,false,false,false,false,false,false,false,false) false false);
                -moz-transition: compact(compact(bottom .25s linear,false,false,false,false,false,false,false,false,false) false false false);
                -o-transition: compact(compact(bottom .25s linear,false,false,false,false,false,false,false,false,false) false false false);
                transition: compact(bottom .25s linear,false,false,false,false,false,false,false,false,false);
                z-index: 20000000
            }

            .primary-menu.navbar .nav > li.dropdown:hover > a::after {
                background-position: left bottom;
                bottom: -8px
            }

            .primary-menu.navbar .nav > li.dropdown.open > .dropdown-toggle, .primary-menu.navbar .nav > li.dropdown.active > .dropdown-toggle, .primary-menu.navbar .nav > li.dropdown.open.active > .dropdown-toggle {
                color: #164194;
                background: none;
                box-shadow: none
            }

            .primary-menu.navbar .nav > li.active.dropdown > a::after {
                content: "";
                display: block;
                width: 15px;
                height: 9px;
                background: url('/bundle/201606100903?url=/Content/images/arr_menu-sprite.png') left bottom no-repeat;
                position: absolute;
                bottom: -8px;
                left: 50%;
                margin-left: -7.5px;
                -webkit-transition: compact(compact(bottom .25s linear,false,false,false,false,false,false,false,false,false) false false);
                -moz-transition: compact(compact(bottom .25s linear,false,false,false,false,false,false,false,false,false) false false false);
                -o-transition: compact(compact(bottom .25s linear,false,false,false,false,false,false,false,false,false) false false false);
                transition: compact(bottom .25s linear,false,false,false,false,false,false,false,false,false);
                z-index: 20000000
            }

            .primary-menu.navbar .nav > li.active.dropdown:hover > a::after {
                background-position: left bottom;
                bottom: -8px
            }

            .primary-menu.navbar .nav > li > .dropdown-menu:before, .primary-menu.navbar .nav > li > .dropdown-menu:after {
                display: none
            }

            .primary-menu.navbar .nav > li > .dropdown-menu .dropdown-big-box {
                padding: 10px 7% 10px 4%;
                margin: 10px 5%;
                border-right: 3px solid #b7ced1
            }

                .primary-menu.navbar .nav > li > .dropdown-menu .dropdown-big-box .read-more {
                    display: block;
                    margin-top: 10px
                }

        .primary-menu.navbar .nav > .active > a, .primary-menu.navbar .nav > .active > a:hover, .primary-menu.navbar .nav > .active > a:focus {
            background: none;
            font-weight: 700;
            -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            border: none
        }

    .primary-menu.navbar .brand {
        display: none;
        float: left;
        padding: 10px 20px 10px;
        margin-left: -20px;
        font-size: 20px;
        font-weight: 200;
        color: #666;
        text-shadow: compact(white 0 1px 0,false,false,false,false,false,false,false,false,false)
    }

.primary-menu .navbar-inner {
    min-height: 40px;
    padding-right: 0;
    padding-left: 0;
    filter: none;
    background: none;
    border: none;
    border-bottom: 3px solid #b7ced1;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

body .language.span4 {
    position: relative;
    margin-left: 5.128205128205128%;
    width: 14%
}

body .language .icon-lang-bottom {
    position: absolute;
    top: 0;
    right: 0;
    background: #b7ced1;
    padding: 6px 0 6px 0;
    min-width: 38px;
    text-align: center;
    font-size: 1.8em;
    height: 38px;
    line-height: 28px
}

body .language .language-box {
    margin: 3px 0 0;
    float: right
}

    body .language .language-box li.dropdown {
        min-width: 225px;
        float: none
    }

    body .language .language-box.nav > li.dropdown.open.active > a:hover, body .language .language-box.nav > li.dropdown.open.active > a:focus {
        border: none;
        background-color: #b7ced1
    }

    body .language .language-box.nav-tabs > li > a {
        line-height: 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: none;
        padding: 0;
        background: #fff;
        color: #3f4a52;
        margin-right: 0;
        height: 38px
    }

        body .language .language-box.nav-tabs > li > a:hover {
            border: none;
            background-color: #b7ced1
        }

        body .language .language-box.nav-tabs > li > a span {
            display: block;
            padding: 8px 20px 8px 15px;
            background: #fff;
            border: 1px solid #b7ced1;
            height: 21px;
            box-sizing: content-box;
        }

    body .language .language-box.nav-tabs > li.first > span.label-lang {
        display: block;
        padding: 5px 10px;
        background: #fff;
        border: none
    }

    body .language .language-box.nav-tabs > li > span.label-lang {
        display: block;
        padding: 8px 15px 8px 10px;
        background: #fff;
        border: 1px solid #b7ced1
    }

    body .language .language-box.nav-tabs .open .dropdown-toggle {
        border: none;
        background-color: #b7ced1
    }

    body .language .language-box .dropdown-menu {
        left: auto;
        position: absolute;
        min-width: 500px;
        right: 0;
        margin-top: -1px;
        padding: 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        z-index: 200000;
        padding-bottom: 5px;
        border: 1px solid #b7ced1;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        background: #fff
    }

        body .language .language-box .dropdown-menu ul {
            margin-left: 0
        }

            body .language .language-box .dropdown-menu ul li {
                list-style: none;
                display: block;
                margin-bottom: 10px
            }

                body .language .language-box .dropdown-menu ul li a {
                    color: #346195;
                    text-decoration: none;
                    text-align: left
                }

                    body .language .language-box .dropdown-menu ul li a:hover {
                        color: #346195;
                        text-decoration: underline
                    }

                        body .language .language-box .dropdown-menu ul li a:hover span {
                            text-decoration: underline;
                            color: #0074bd
                        }

                            body .language .language-box .dropdown-menu ul li a:hover span.letter {
                                text-decoration: none;
                                background: #164194;
                                color: #fff
                            }

                body .language .language-box .dropdown-menu ul li span {
                    padding: 2px 4px;
                    display: -moz-inline-stack;
                    display: inline-block;
                    vertical-align: middle;
                    *vertical-align: auto;
                    zoom: 1;
                    *display: inline;
                    text-align: center
                }

                    body .language .language-box .dropdown-menu ul li span.letter {
                        border: 1px solid #346195;
                        min-width: 35px;
                        background: #f3f7f8
                    }

                body .language .language-box .dropdown-menu ul li.active a span.country {
                    color: #0074bd;
                    text-decoration: underline
                }

                body .language .language-box .dropdown-menu ul li.active a span.letter {
                    text-decoration: none;
                    background: #164194;
                    color: #fff
                }

        body .language .language-box .dropdown-menu .span4 {
            float: left
        }

    body .language .language-box.dropup {
        float: left;
        margin-top: 5px;
        display: none
    }

        body .language .language-box.dropup .dropdown-menu {
            left: 0;
            margin-bottom: 0;
            margin-top: 0;
            -webkit-overflow-scrolling: touch;
            position: relative
        }

    body .language .language-box.nav-pills .open .dropdown-toggle {
        border: none;
        background-color: #b7ced1
    }

    body .language .language-box .close-menu {
        margin: 5px 0 10px
    }

.language-box .dropdown-menu ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px !important;
}

    .language-box .dropdown-menu ul li a {
        color: #346195;
        text-decoration: none;
        text-align: left;
    }

        .language-box .dropdown-menu ul li a:hover {
            color: #346195;
            text-decoration: underline;
        }

            .language-box .dropdown-menu ul li a:hover span {
                text-decoration: underline;
                color: #0074bd;
            }

    .language-box .dropdown-menu ul li span {
        padding: 2px 4px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        text-align: center;
    }

        .language-box .dropdown-menu ul li span.letter {
            border: 1px solid #346195;
            min-width: 22px;
            background: #f3f7f8;
        }

    .language-box .dropdown-menu ul li.active a span.country {
        color: #0074bd;
        text-decoration: underline;
    }

    .language-box .dropdown-menu ul li.active a span.letter {
        text-decoration: none;
        background: #164194;
        color: white;
    }

.language-box .dropdown-menu .span4 {
    float: left;
}

.language-box.dropup {
    float: left;
    margin-top: 5px;
    display: none;
}

    .language-box.dropup .dropdown-menu {
        left: 0;
        margin-bottom: 0;
        margin-top: 0;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

.language-box.nav-pills .open .dropdown-toggle {
    border: none;
    background-color: #b7ced1;
}

.language-box .close-menu {
    margin: 5px 0 10px;
}

.language-box-mobile {
    float: left;
    margin-top: 5px;
    display: none;
    margin-bottom: 10px
}

    .language-box-mobile .modal {
        top: 10px;
        right: 20px
    }

    .language-box-mobile .icon-lang-bottom {
        float: right;
        position: absolute;
        right: 0;
        background: #b7ced1;
        top: 0
    }

        .language-box-mobile .icon-lang-bottom.icon-size4 {
            font-size: 1.8em
        }

    .language-box-mobile > .btn, .progress-form .language-box-mobile > input[type="submit"] {
        border: none;
        padding: 0;
        background: #fff;
        color: #3f4a52;
        margin-right: 0;
        width: 100%;
        position: relative
    }

        .language-box-mobile > .btn span, .progress-form .language-box-mobile > input[type="submit"] span {
            display: block;
            padding: 10px 15px 10px 10px;
            background: #fff;
            border: 1px solid #b7ced1
        }

    .language-box-mobile .modal-open {
        overflow: hidden
    }

    .language-box-mobile .modal-body {
        padding: 0 15px 15px;
        left: 0;
        margin-bottom: 0;
        margin-top: 0;
        -webkit-overflow-scrolling: touch;
        position: relative
    }

        .language-box-mobile .modal-body ul {
            margin-left: 0;
            margin-bottom: 0
        }

            .language-box-mobile .modal-body ul li {
                list-style: none;
                display: block;
                margin-bottom: 0;
                border-bottom: 1px solid #eee
            }

                .language-box-mobile .modal-body ul li a {
                    color: #346195;
                    text-decoration: none;
                    text-align: left;
                    padding: 15px 0;
                    display: block;
                    width: 100%;
                    background: url("/bundle/201606100903?url=/Content/images/ico_uncheck.png") no-repeat right center
                }

                    .language-box-mobile .modal-body ul li a:hover {
                        background: url("/bundle/201606100903?url=/Content/images/ico_hovercheck.png") no-repeat right center
                    }

                        .language-box-mobile .modal-body ul li a:hover span {
                            text-decoration: underline;
                            color: #0074bd
                        }

                            .language-box-mobile .modal-body ul li a:hover span.letter {
                                text-decoration: none;
                                background: #164194;
                                color: #fff
                            }

                .language-box-mobile .modal-body ul li.active a {
                    background: url("/bundle/201606100903?url=/Content/images/ico_hovercheck.png") no-repeat right center
                }

                .language-box-mobile .modal-body ul li.active span.country {
                    color: #0074bd;
                    text-decoration: underline
                }

                .language-box-mobile .modal-body ul li.active span.letter {
                    text-decoration: none;
                    background: #164194;
                    color: #fff
                }

                .language-box-mobile .modal-body ul li span {
                    padding: 2px 4px;
                    display: -moz-inline-stack;
                    display: inline-block;
                    vertical-align: middle;
                    *vertical-align: auto;
                    zoom: 1;
                    *display: inline;
                    text-align: center
                }

                    .language-box-mobile .modal-body ul li span.letter {
                        border: 1px solid #346195;
                        min-width: 22px;
                        background: #f3f7f8
                    }

    .language-box-mobile .close {
        top: 3px;
        position: relative;
        font-size: 2em
    }

    .language-box-mobile .modal-footer .btn, .language-box-mobile .modal-footer .progress-form input[type="submit"], .progress-form .language-box-mobile .modal-footer input[type="submit"] {
        padding: 10px 20px
    }

    .language-box-mobile span#myModalLabel {
        font-weight: 700;
        font-size: 140%;
        margin: 0;
        line-height: 30px;
        padding: 20px 0 15px;
        display: block
    }

.searchbox {
    position: absolute;
    right: 0;
    top: 55px;
    height: 38px
}

    .searchbox label {
        position: absolute !important;
        top: -9999em !important;
        left: -9999em !important
    }

    .searchbox .form-textfield {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        border: 1px solid #b7ced1;
        float: left;
        font-size: 100%;
        margin: 0;
        background-color: #fff;
        height: 25px;
        box-sizing: content-box;
        border-color: #ccc;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
        color: #555;
        padding: 6px 12px;
        width: 198px;
        margin-right: 1px;
    }

    .searchbox .row-f {
        overflow: hidden;
        position: relative;
        height: 39px
    }

.search-submit {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    float: left;
    background: #b7ced1;
    border: none;
    padding: 7px 0 7px 0;
    width: 38px;
    position: absolute;
    top: 0;
    right: 1px;
    height: 39px;
    overflow: hidden;
}

    .search-submit:hover {
        background: #b7ced1
    }

.icon-white {
    color: #fff
}

.icon-size2 {
    font-size: 1.3em
}

.icon-size3 {
    font-size: 1.5em
}

.icon-size4 {
    font-size: 1.4em
}

.main {
    position: relative;
    z-index: 1030
}

    .main .inner {
        margin: 0 14.52991452991453%;
        position: relative
    }

    .main .row-fluid .nomargin {
        margin-left: 0;
        width: 70.94017094017094%
    }

    .main .row-fluid.no-title .hgrouptags {
        min-height: inherit;
        background: none
    }

    .main .content .short-heading {
        background: #b4b4b4
    }

    .main .content .title-top .hgrouptags {
        min-height: inherit
    }

        .main .content .title-top .hgrouptags h2 {
            margin-top: 11px
        }

        .main .content .title-top .hgrouptags .hgp {
            margin-top: 11px
        }

    .main .content .title-top h1 {
        margin-top: 8px
    }

    .main .content.euco .hgrouptags, .main .content.is .hgrouptags {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-euco.png) no-repeat 100% 0
    }

    .main .content.ceu .hgrouptags {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-ceu.png) no-repeat 100% 0
    }

    .main .content.eg .hgrouptags {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-eg.png) no-repeat 100% 0
    }

    .main .content.es .hgrouptags {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-eg.png) no-repeat 100% 0
    }

    .main .content.gsc .hgrouptags {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-gsc.png) no-repeat 100% 0
    }

    .main .content .sub-menu-wrapper {
        margin-bottom: 10px
    }

        .main .content .sub-menu-wrapper h1 {
            display: inline
        }

    .main .content .tags-box {
        font-size: 100%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        margin: 0 12% 0 0;
        width: 70%
    }

        .main .content .tags-box.special-tags {
            margin: 0 12% 20px 0
        }

        /*.main .content .tags-box li {
            margin-bottom: 15px;
            padding-right: 5px
        }*/

            /*.main .content .tags-box li button, .main .content .tags-box li .progress-form input[type="submit"], .progress-form .main .content .tags-box li input[type="submit"] {
                padding: 4px 7px;
                background: #e8e8e8;
                border: 1px solid #e8e8e8;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                -webkit-transition: compact(compact(all .15s linear,false,false,false,false,false,false,false,false,false) false false);
                -moz-transition: compact(compact(all .15s linear,false,false,false,false,false,false,false,false,false) false false false);
                -o-transition: compact(compact(all .15s linear,false,false,false,false,false,false,false,false,false) false false false);
                transition: compact(all .15s linear,false,false,false,false,false,false,false,false,false);
                color: #164194;
                width: auto
            }*/

                /*.main .content .tags-box li button:hover, .main .content .tags-box li .btn:hover, .main .content .tags-box li .progress-form input[type="submit"]:hover, .progress-form .main .content .tags-box li input[type="submit"]:hover {
                    background: #fff;
                    border: 1px solid #0074bd;
                    color: #0074bd
                }*/

                .main .content .tags-box li button.btn-date, .main .content .tags-box li .btn.btn-date, .main .content .tags-box li .progress-form input.btn-date[type="submit"], .progress-form .main .content .tags-box li input.btn-date[type="submit"] {
                    background: none
                }

                    .main .content .tags-box li button.btn-date:hover, .main .content .tags-box li .btn.btn-date:hover, .main .content .tags-box li .progress-form input.btn-date[type="submit"]:hover, .progress-form .main .content .tags-box li input.btn-date[type="submit"]:hover {
                        background: none;
                        border: 1px solid #e8e8e8
                    }

            /*.main .content .tags-box li a {
                color: inherit;
            }*/

                .main .content .tags-box li a:hover {
                    color: inherit;
                    text-decoration: none
                }

            .main .content .tags-box li span {
                color: inherit;
                font-size: 76.4%;
                background: none
            }

            .main .content .tags-box li p {
                width: auto
            }

        .main .content .tags-box.special-tags {
            list-style: none
        }

            .main .content .tags-box.special-tags li {
                margin-bottom: 10px
            }

                .main .content .tags-box.special-tags li a {
                    min-width: 75px;
                    display: -moz-inline-stack;
                    display: inline-block;
                    vertical-align: middle;
                    *vertical-align: auto;
                    zoom: 1;
                    *display: inline;
                    zoom: 1;
                    text-align: center
                }

                .main .content .tags-box.special-tags li button, .main .content .tags-box.special-tags li .btn, .main .content .tags-box.special-tags li .progress-form input[type="submit"], .progress-form .main .content .tags-box.special-tags li input[type="submit"] {
                    background: #f6f6f6
                }

        .main .content .tags-box.inline li.first {
            display: none
        }

    .main .content .content-bottom .tags-box {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        margin: 0;
        width: 100%;
        display: none;
        margin-top: 10px
    }

    .main .content .sidebar-left .tags-box li.first {
        display: none
    }

    .main .content .btn.dropdown-toggle-mobile, .main .content .progress-form input.dropdown-toggle-mobile[type="submit"], .progress-form .main .content input.dropdown-toggle-mobile[type="submit"] {
        position: relative;
        top: -6px;
        margin-left: 10px;
        color: #333;
        background: #fff;
        border: 1px solid #b7ced2;
        color: #3f4a52;
        text-shadow: none;
        padding: 8px 12px
    }

    .main .content .btn:hover.dropdown-toggle-mobile, .main .content .progress-form input[type="submit"]:hover.dropdown-toggle-mobile, .progress-form .main .content input[type="submit"]:hover.dropdown-toggle-mobile {
        border-radius: 0;
        background: #0c3759;
        color: #fff;
        border: none;
        text-shadow: none;
        border: 1px solid #fff;
        box-shadow: none
    }

    .main .content-slider .list-hour {
        background: none;
        font-size: 90%;
        padding: 0;
        text-decoration: none;
        display: inline-block;
        zoom: 1;
        vertical-align: top;
        margin-right: 10%;
        text-align: left;
        margin-left: 0;
        float:left;
    }

    .main .content-slider .ongoing-webcast .list-hour {
    }

    .main .content-slider .list-description {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        line-height: 150%
    }

        .main .content-slider .list-description strong {
            font-weight: bold;
            margin-bottom: 10px;
            line-height: 150%;
            display: block
        }

        .main .content-slider .list-description.nobold {
            margin-bottom: 7px
        }

            .main .content-slider .list-description.nobold strong {
                font-weight: normal
            }

        .main .content-slider .list-description p {
            line-height: 150%
        }

    .main .content-slider .list-hour-desc {
        margin: 3px 0 7px;
        min-height: 25px;
        display: inline-flex;
        width: 100%;
    }

    .main .coming-up .content-slider .list-hour {
        width: 8%;
        margin-right: 2%
    }

    .main .press-calendar .content-top .hgrouptags .dropdown-mobile .select-more-body .btn, .main .press-calendar .content-top .hgrouptags .dropdown-mobile .select-more-body .progress-form input[type="submit"], .progress-form .main .press-calendar .content-top .hgrouptags .dropdown-mobile .select-more-body input[type="submit"] {
        padding-left: 0;
        padding-right: 0
    }

        .main .press-calendar .content-top .hgrouptags .dropdown-mobile .select-more-body .btn.close-button, .main .press-calendar .content-top .hgrouptags .dropdown-mobile .select-more-body .progress-form input.close-button[type="submit"], .progress-form .main .press-calendar .content-top .hgrouptags .dropdown-mobile .select-more-body input.close-button[type="submit"] {
            padding-left: 19px;
            padding-right: 19px
        }

    .main .content-top .hgrouptags .dropdown-mobile .select-more-body .boxShowAll .dropdown-menu {
        top: 35px;
        clear: both;
        width: 96%;
        position: absolute
    }

.content.euco, .content.is {
    background: none !important
}

.content.ceu {
    background: none !important
}

.content.gsc {
    background: none !important
}

.content.eg {
    background: none !important
}

.content.es {
    background: none !important
}

.content.neutral {
    background: none !important
}

.content .content-top .hgrouptags .dropdown-mobile-menu.dropdown-menu .faceted-search {
    margin-top: 22px;
    margin: 0;
    width: 100%
}

    .content .content-top .hgrouptags .dropdown-mobile-menu.dropdown-menu .faceted-search .controls-row {
        width: 100%;
        float: none;
        text-align: left;
        top: 28px;
        clear: both
    }

.content .content-top .hgrouptags .dropdown-mobile-menu .faceted-search {
    margin-top: 22px;
    margin: 0;
    width: 100%
}

    .content .content-top .hgrouptags .dropdown-mobile-menu .faceted-search .controls-row {
        width: 100%;
        float: none;
        text-align: left;
        top: 28px;
        clear: both
    }

.content .policy-item .tags-box {
    margin-bottom: 0;
    width: 100%;
    margin-right: 0
}

.content .span2 {
    margin-left: 0
}

.content .tags-box li button {
    vertical-align: top
}

.content-top {
    position: relative;
    margin-bottom: 30px
}

    .content-top .hgrouptags {
        position: relative
    }

        .content-top .hgrouptags h2 {
            margin: 0 12% 15px 0
        }

        .content-top .hgrouptags .hgp {
            margin: 0 12% 15px 0
        }

        .content-top .hgrouptags .btn-group {
            width: 100%;
            text-align: left;
            position: static;
            margin-top: 0
        }

            .content-top .hgrouptags .btn-group.dropdown-mobile > a.dropdown-toggle {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                background: none;
                color: #3f4a52;
                padding: 0;
                border: none;
                text-align: right;
                position: absolute;
                top: -1px;
                right: 0;
                min-height: 32px
            }

        .content-top .hgrouptags .btn-group-mobile {
            width: 100%;
            text-align: left;
            position: static;
            margin-top: 0
        }

            .content-top .hgrouptags .btn-group-mobile.dropdown-left-menu {
                width: 100%;
                text-align: left;
                position: absolute;
                top: 0;
                margin-top: 0
            }

            .content-top .hgrouptags .btn-group-mobile.dropdown-mobile > a.dropdown-toggle-mobile {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                background: none;
                color: #3f4a52;
                padding: 0;
                border: none;
                text-align: right;
                position: absolute;
                top: -1px;
                right: 0;
                min-height: 32px
            }

            .content-top .hgrouptags .btn-group-mobile.dropdown-mobile.dropdown-left-menu > a.dropdown-toggle-mobile {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                background: none;
                color: #3f4a52;
                padding: 0;
                border: none;
                text-align: right;
                position: relative;
                top: -1px;
                right: 0;
                min-height: 32px;
                float: right;
                width: auto
            }

            .content-top .hgrouptags .btn-group-mobile > .dropdown-toggle-mobile > span {
                padding: 5px 10px;
                display: -moz-inline-stack;
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                zoom: 1;
                *display: inline;
                zoom: 1;
                border: 1px solid #d2d2d2
            }

        .content-top .hgrouptags > .btn-group > .dropdown-toggle > span {
            padding: 5px 10px;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            border: 1px solid #d2d2d2
        }

        .content-top .hgrouptags .dropdown-menu {
            width: 96%;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            border: none;
            -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            position: relative;
            padding: 20px 2%;
            background: #f5f5f5;
            text-align: left
        }

        .content-top .hgrouptags .dropdown-mobile-menu, .content-top .hgrouptags .dropdown-mobile-menu.dropdown-menu {
            position: relative;
            height: 0;
            width: 94%;
            left: inherit;
            right: 0;
            top: 38px;
            margin: 0;
            padding: 0 3%;
            background: #fff;
            z-index: 1000
        }

            .content-top .hgrouptags .dropdown-mobile-menu.in, .content-top .hgrouptags .dropdown-mobile-menu.dropdown-menu.in {
                background: #f9f9f9;
                padding: 20px 3%;
                overflow: visible
            }

            .content-top .hgrouptags .dropdown-mobile-menu .control-wrapper .btn-group a.dropdown-toggle, .content-top .hgrouptags .dropdown-mobile-menu.dropdown-menu .control-wrapper .btn-group a.dropdown-toggle {
                position: static;
                clear: both;
                display: block !important
            }

        .content-top .hgrouptags .dropdown-left-menu .dropdown-mobile-menu, .content-top .hgrouptags .dropdown-left-menu .dropdown-mobile-menu.dropdown-menu {
            width: 100%;
            left: inherit;
            right: 0;
            top: -2px;
            margin: 0;
            padding: 0;
            background: #fff;
            z-index: 1000;
            clear: right
        }

            .content-top .hgrouptags .dropdown-left-menu .dropdown-mobile-menu.in, .content-top .hgrouptags .dropdown-left-menu .dropdown-mobile-menu.dropdown-menu.in {
                background: none;
                padding: 0;
                overflow: visible
            }

        .content-top .hgrouptags .dropdown-mobile .boxShowAll .dropdown-menu {
            margin-left: 0;
            right: inherit;
            left: 0;
            top: 35px;
            padding: 2%;
            width: auto;
            min-width: inherit;
            background-color: #fff;
            -webkit-box-shadow: compact(rgba(0,0,0,.2) 0 5px 10px,false,false,false,false,false,false,false,false,false);
            -moz-box-shadow: compact(rgba(0,0,0,.2) 0 5px 10px,false,false,false,false,false,false,false,false,false);
            box-shadow: compact(rgba(0,0,0,.2) 0 5px 10px,false,false,false,false,false,false,false,false,false);
            -webkit-background-clip: padding;
            -moz-background-clip: padding;
            background-clip: padding-box
        }

        .content-top .hgrouptags .dropdown-mobile .check-all .boxShowAll .dropdown-menu {
            top: 35px
        }

        .content-top .hgrouptags .controls-row .ckbs li input, .content-top .hgrouptags .controls-row .ckbs li label, .content-top .hgrouptags .controls-row .rdbs li input, .content-top .hgrouptags .controls-row .rdbs li label {
            width: inherit
        }

    .content-top #dropdown-mobile-menu .control-group .select-more-body {
        clear: both;
        margin: 0;
        position: static
    }

    .content-top .press-menu {
        position: static;
        width: auto;
        left: inherit;
        right: 0;
        top: 0;
        margin: 0
    }

        .content-top .press-menu ul {
            padding: 10px 0;
            margin: 0;
            width: 100%;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            text-align: left
        }

        .content-top .press-menu li a {
            padding: 10px 20px
        }

    .content-top .left-menu {
        position: static;
        width: auto;
        left: inherit;
        right: 0;
        top: 0;
        margin: 0
    }

        .content-top .left-menu ul {
            padding: 10px 0;
            margin: 0;
            width: 100%;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            text-align: left
        }

        .content-top .left-menu li a {
            padding: 10px 20px
        }

            .content-top .left-menu li a:hover {
                background-color: #474c52
            }

.press-calendar .content-top {
    margin-bottom: 0
}

.content-title h2 {
    margin: 0
}

.spandate.review {
    text-align: right;
    padding-bottom: 10px;
    font-size: 76.4%;
    display: block;
    font-style: italic;
    color: #5d6770;
    margin: 0;
    position: relative;
    top: -15px
}

#feedback h2 {
    font-weight: 700;
    font-size: 140%
}

#feedback textarea {
    width: 98%
}

.content-area {
    margin-bottom: 30px;
    clear: both
}

.content-bottom {
    margin-bottom: 30px
}

.content-center .floating-video .link-wrapper {
}

.download-link.floating-right {
    width: auto;
    padding: 10px;
    margin: 0
}

header.nhnf .language {
    width: 27.62393%
}

.noheader-nofooter-page .sidebar-left .tags-box {
    font-size: 100%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    margin: 7px 0 12px 12%;
    width: 88%;
    padding: 0;
    text-align: right
}

.noheader-nofooter-page.row-fluid {
    padding-top: 15px
}

    .noheader-nofooter-page.row-fluid .span9 {
        padding-right: 4%
    }

        .noheader-nofooter-page.row-fluid .span9.specialPadding {
            padding-right: 0
        }

        .noheader-nofooter-page.row-fluid .span9 .specialspan2 {
            display: block;
            width: 100%;
            background: none
        }

        .noheader-nofooter-page.row-fluid .span9 h1 {
            margin-top: 4.5%
        }

        .noheader-nofooter-page.row-fluid .span9 h2 {
            margin-top: 0
        }

    .noheader-nofooter-page.row-fluid .hgrouptags {
        background: none;
        min-height: inherit;
        padding-right: 0;
        text-align: left;
        padding-top: 0;
        border-top: 1px solid #ccc;
        margin-top: 1px;
        margin: 0 0 20px
    }

        .noheader-nofooter-page.row-fluid .hgrouptags .inner-institution {
            border-top: none
        }

        .noheader-nofooter-page.row-fluid .hgrouptags h2 {
            margin: 0
        }

        .noheader-nofooter-page.row-fluid .hgrouptags .hgp {
            margin: 0
        }

    .noheader-nofooter-page.row-fluid .span3.hgrouptags {
        border: none
    }

    .noheader-nofooter-page.row-fluid .span3.sidebar-right {
        padding-right: 4%
    }

        .noheader-nofooter-page.row-fluid .span3.sidebar-right.next-point {
            width: 19.076923076923077%;
            padding-right: 0
        }

    .noheader-nofooter-page.row-fluid .span3.sidebar-left {
        width: 23.076923076923077%;
        margin-top: 3em;
        background: none
    }

    .noheader-nofooter-page.row-fluid.nav-buttons {
        padding-top: 0;
        margin-top: 30px;
        margin-bottom: 20px;
        position: relative;
        z-index: 0;
        clear: both
    }

        .noheader-nofooter-page.row-fluid.nav-buttons .span9 {
            padding-right: 0;
            text-align: left;
            margin-right: 0
        }

    .noheader-nofooter-page.row-fluid #logo {
        text-align: right;
        position: relative;
        top: 7px
    }

    .noheader-nofooter-page.row-fluid .meeting-button {
        background-color: #fff;
        border: 1px solid #b7ced1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        margin: 0;
        padding: 8px 14px;
        color: #5d6770
    }

        .noheader-nofooter-page.row-fluid .meeting-button.right {
            float: right
        }

        .noheader-nofooter-page.row-fluid .meeting-button:hover {
            background: #e8e8e8;
            text-decoration: none
        }

        .noheader-nofooter-page.row-fluid .meeting-button i {
            text-decoration: none
        }

        .noheader-nofooter-page.row-fluid .meeting-button .i-margin-right {
            margin-right: 7px
        }

        .noheader-nofooter-page.row-fluid .meeting-button .i-margin-left {
            margin-left: 7px
        }

    .noheader-nofooter-page.row-fluid a h1:hover {
        color: #0074bd
    }

    .noheader-nofooter-page.row-fluid header .inner {
        margin: 0
    }

    .noheader-nofooter-page.row-fluid header .logo-slogan {
        top: .85em
    }

    .noheader-nofooter-page.row-fluid .press-menu {
        margin: 0 0 20px 0;
        width: 100%;
        text-align: left
    }

        .noheader-nofooter-page.row-fluid .press-menu ul {
            white-space: normal;
            margin: 0;
            width: 86%;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            text-align: left;
            padding: 0 8% 8% 10%
        }

            .noheader-nofooter-page.row-fluid .press-menu ul li.current-left-link {
                font-weight: bold
            }

                .noheader-nofooter-page.row-fluid .press-menu ul li.current-left-link a:hover {
                    color: #164194;
                    cursor: default;
                    text-decoration: none
                }

            .noheader-nofooter-page.row-fluid .press-menu ul h3 {
                margin: 0 0 20px;
                font-size: 140%;
                font-weight: 700
            }

            .noheader-nofooter-page.row-fluid .press-menu ul h2 {
                margin: 0 0 20px;
                font-size: 140%;
                font-weight: 700
            }

    .noheader-nofooter-page.row-fluid .left-menu {
        margin: 0 0 20px 0;
        width: 100%;
        text-align: left
    }

        .noheader-nofooter-page.row-fluid .left-menu ul {
            white-space: normal;
            padding: 10px 7% 40px;
            margin: 0;
            width: 86%;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            text-align: left
        }

            .noheader-nofooter-page.row-fluid .left-menu ul li.current-left-link {
                font-weight: bold
            }

                .noheader-nofooter-page.row-fluid .left-menu ul li.current-left-link a:hover {
                    color: #164194;
                    cursor: default;
                    text-decoration: none
                }

            .noheader-nofooter-page.row-fluid .left-menu ul ul {
                padding: 0 8% 8% 10%
            }

            .noheader-nofooter-page.row-fluid .left-menu ul h3 {
                margin: 0 0 20px;
                font-size: 140%;
                font-weight: 700
            }

            .noheader-nofooter-page.row-fluid .left-menu ul h2 {
                margin: 0 0 20px;
                font-size: 140%;
                font-weight: 700
            }

        .noheader-nofooter-page.row-fluid .left-menu .left-menu-wrapper {
            white-space: normal;
            padding: 40px 7% 0;
            margin: 0;
            width: 86%;
            display: inline-block;
            zoom: 1;
            text-align: left
        }

            .noheader-nofooter-page.row-fluid .left-menu .left-menu-wrapper .label-main-title {
                padding-right: 0
            }

            .noheader-nofooter-page.row-fluid .left-menu .left-menu-wrapper ul {
                padding: 0 8% 8% 10%
            }

            .noheader-nofooter-page.row-fluid .left-menu .left-menu-wrapper h3 {
                margin: 0 0 20px;
                font-size: 140%;
                font-weight: 700
            }

            .noheader-nofooter-page.row-fluid .left-menu .left-menu-wrapper h2 {
                margin: 0 0 20px;
                font-size: 140%;
                font-weight: 700
            }

        .noheader-nofooter-page.row-fluid .left-menu .sidebar-left .left-menu-wrapper {
            padding: 40px 10% 40px;
            margin: 0;
            width: 80%
        }

    .noheader-nofooter-page.row-fluid .sidebar-left .press-menu ul {
        padding: 10px 0 40px 10%;
        margin: 0;
        width: 90%
    }

    .noheader-nofooter-page.row-fluid .sidebar-left .left-menu ul {
        padding: 10px 0 40px 10%;
        margin: 0;
        width: 90%
    }

    .noheader-nofooter-page.row-fluid .content-top .hgrouptags .dropdown-menu {
        position: absolute;
        width: 65%;
        left: inherit;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0
    }

    .noheader-nofooter-page.row-fluid .content-top .hgrouptags .btn-group {
        width: 100%;
        text-align: right;
        position: static;
        margin-top: 15px;
        display: none
    }

    .noheader-nofooter-page.row-fluid .content-top a h1 {
        color: #164194
    }

        .noheader-nofooter-page.row-fluid .content-top a h1:hover {
            color: #0074bd
        }

    .noheader-nofooter-page.row-fluid .content-top a:hover {
        text-decoration: none
    }

    .noheader-nofooter-page.row-fluid .specialspan8 h1 {
        margin-top: 3%
    }

    .noheader-nofooter-page.row-fluid .tags-box.inline {
        margin-top: 0
    }

        .noheader-nofooter-page.row-fluid .tags-box.inline.special-tags {
            margin-top: 0
        }

.noheader-nofooter-page .left-menu li {
    list-style-image: url('/bundle/201606100903?url=/Content/images/arr_linklist.png')
}

    .noheader-nofooter-page .left-menu li a {
        padding: 0;
        display: block
    }

.noheader-nofooter-page .content-top {
    margin-bottom: 0
}

    .noheader-nofooter-page .content-top .left-menu li a {
        padding: 5px;
        display: block
    }

.noheader-nofooter-page .nav-buttons .span3 {
    text-align: center
}

.noheader-nofooter-page.nav-buttons .span6.sidebar-right {
    padding-right: 0
}

    .noheader-nofooter-page.nav-buttons .span6.sidebar-right .prev-point, .noheader-nofooter-page.nav-buttons .span6.sidebar-right .next-point {
        display: inline;
        float: right;
        margin-left: 2%
    }

.noheader-nofooter-page.nav-buttons .span3 {
    text-align: left
}

.noheader-nofooter-page .nav-buttons-bottom {
    margin-top: 20px
}

.noheader-nofooter-page .nav-buttons-top {
    margin-bottom: 20px
}

.noheader-nofooter-page.content .floating-right, .noheader-nofooter-page.content .floating-left {
    margin-right: 0
}

.special-noh-nof {
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

    .special-noh-nof .title {
        position: relative;
        left: -97px
    }

    .special-noh-nof.row-fluid .specialspan2 {
        display: block
    }

.noh-nof-page {
    position: relative;
    z-index: 0
}

.press-menu {
    margin: 2% 12% 2% 0;
    width: 88%;
    text-align: right
}

    .press-menu ul {
        padding: 5% 5% 5% 12%;
        margin: 0;
        width: 55%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        text-align: left
    }

    .press-menu li a {
        padding: 5px;
        display: block
    }

.left-menu {
    margin: 2% 12% 2% 0;
    width: 88%;
    text-align: right
}

    .left-menu ul {
        padding: 5% 5% 5% 12%;
        margin: 0;
        width: 55%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        text-align: left
    }

    .left-menu li {
        list-style-image: url(/bundle/201606100903?url=/Content/images/arr_linklist-white.png)
    }

        .left-menu li a {
            padding: 5px;
            display: block
        }

.press .press-releases {
    padding: 0 0 20px
}

.press .content-top .hgrouptags .dropdown-menu {
    position: relative;
    height: 0;
    width: 94%;
    left: inherit;
    right: 0;
    top: 32px;
    margin: 0;
    padding: 0 3%;
    background: #fff;
    z-index: 1000
}

.press .content-top .hgrouptags .dropdown-left-menu .dropdown-menu {
    width: 100%;
    left: inherit;
    right: 0;
    top: -2px;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 1000;
    clear: right
}

.non-eu-language {
    font-size: 82.3%;
    margin-top: 15px
}

    .non-eu-language p {
        margin-bottom: 10px
    }

.latest-releases .calendar .calendar-list ul {
    width: 100%
}

    .latest-releases .calendar .calendar-list ul li .list-content ul.tags-box li {
        padding: 0;
        margin-bottom: 10px
    }

    .latest-releases .calendar .calendar-list ul.link-list {
        width: 97%;
        overflow: inherit;
        margin: 10px 0 10px 17px
    }

.press-calendar .content-slider .content-slider-inner {
    margin: 0;
    position: relative;
    z-index: 0;
    margin-bottom: 10px
}

.press-calendar .content-top .control-group .select-more-body {
    top: 0;
    margin-top: 50px
}

.press-calendar .content-top .hgrouptags .dropdown-mobile .select-more-body .boxShowAll .dropdown-menu {
    top: 5px
}

.press-calendar .dropdown-mobile .faceted-search .check-wrapper > .checkbox {
    position: static
}

.press-calendar .calendar-slider {
    min-height: 200px;
    padding: 0;
    position: relative
}

.press-calendar .calendar-slider-inner {
    background: #e8e8e8;
    margin: 0 0 40px;
    position: relative;
    z-index: 0
}

.press-calendar .list-content-line {
    margin-bottom: 5px
}

    .press-calendar .list-content-line .label-title {
        font-weight: normal
    }

.press-calendar .link-wrapper .list-content .more-link {
    padding: 10px 0 0;
    margin: 0
}

    .press-calendar .link-wrapper .list-content .more-link i {
        padding: 0 7px 0 0
    }

.press-calendar.calendar .calendar-list-date {
    margin-bottom: 30px
}

.eventsCalendar-slider {
    min-height: 239px
}

.eventsCalendar-daysList li.today a {
    color: #fff;
    background: #0c3759;
    font-weight: bold
}

.eventsCalendar-daysList li.dayWithEvents a {
    background: #e2ebed;
    color: #164194
}

    .eventsCalendar-daysList li.dayWithEvents a:hover {
        background: #b7ced1
    }

.filter-subtitle {
    font-size: 95%;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px
}

.faceted-search .control-wrapper.by-by.entity {
    margin-bottom: 13px
}

    .faceted-search .control-wrapper.by-by.entity .ckbs {
        margin-bottom: 0
    }

.press-accreditation .content-bottom {
    margin-top: 40px
}

.press-accreditation .content-top .span6 {
    margin-left: 0
}

.press-accreditation .content-block {
    color: #fff;
    display: block;
    padding: 20px;
    width: 90%;
    color: #000
}

.press-accreditation .cyan-bleu-content-block {
    background: #47bcca
}

    .press-accreditation .cyan-bleu-content-block h3 {
        color: #fff
    }

.press-accreditation .bleu-content-block {
    background: #0074bd;
    width: 100%
}

.press-accreditation .gray-content-block {
    background: #f5f5f5;
    color: #000;
    overflow: hidden;
    margin-bottom: 20px
}

.press-accreditation .green-content-block {
    background: #74c095
}

    .press-accreditation .green-content-block h3 {
        color: #fff
    }

.press-accreditation .white-content-block {
    background: #fff;
    color: #000;
    overflow: hidden
}

.press-accreditation .span12 {
    margin-left: 0
}

.press-accreditation .content-block-small-title {
    font-weight: bold;
    display: block
}

.press-accreditation .date {
    padding: 3px 11px 5px;
    text-align: center;
    background: #0c3759;
    color: #fff;
    font-size: 85.7%;
    display: block;
    zoom: 1;
    margin: 0 4% 10px 0;
    width: auto;
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.press-accreditation.doc-pub .doc-item {
    min-height: 0
}

.press-accreditation .doc-list .doc-item {
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 50px;
    padding-top: 20px
}

    .press-accreditation .doc-list .doc-item .doc-item {
        padding-top: 10px;
        width: 96%;
        padding: 10px 2%
    }

    .press-accreditation .doc-list .doc-item h2 {
        font-weight: normal;
        font-size: 175%;
        margin: 0 0 30px
    }

.press-accreditation .doc-item {
    min-height: 0
}

    .press-accreditation .doc-item .date-content-block {
        color: #3f4a52;
        font-weight: normal
    }

    .press-accreditation .doc-item .doc-item-date {
        margin-bottom: 20px
    }

    .press-accreditation .doc-item a {
        display: inline;
        zoom: 1;
        width: inherit;
        font-size: 100%
    }

    .press-accreditation .doc-item .link-list a {
        display: inline
    }

.press-accreditation .doc-item-grey {
    min-height: 0
}

.press-accreditation .row-fluid .span4:first-child {
    margin-right: 0
}

.date-content-block {
    float: left;
    padding-right: 67px
}

.arrow-apply {
    background: #b7ced1;
    width: 47px;
    height: 47px;
    display: block;
    float: none;
    margin-left: 0;
    text-align: center;
    margin-top: 0
}

    .arrow-apply i {
        position: relative;
        padding-top: 9px;
        display: inline-block !important;
        padding-left: 4px;
        color: #fff
    }

.apply {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
    margin-right: 20px
}

.content-press-centre-more-info-icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    zoom: 1
}

    .content-press-centre-more-info-icon i {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        zoom: 1
    }

.content-block-more-info {
    margin-top: 30px;
    width: 100% !important
}

download-links-press-release .pdf {
    display: none
}

.press-releases.calendar .list-content-line {
    margin-bottom: 5px
}

.press-releases.calendar .link-wrapper .list-content .more-link {
    padding: 10px 0 0
}

    .press-releases.calendar .link-wrapper .list-content .more-link i {
        padding: 0 7px 0 0
    }

.press-releases.calendar .calendar-list-date {
    margin: 0 0 10px
}

.press-releases.calendar .calendar-list .more-link a {
    background: none;
    padding-left: 0
}

.press-releases.calendar .calendar-list .more-link .more-link-sub a {
    padding: 11px 19px;
    border: 1px solid #d2d2d2;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: 7px;
    margin-bottom: 10px
}

.press-releases .press-info p {
    margin-bottom: 0
}

.press-release-detail .content-center .tags-box {
    display: none
}

.download-links-press-release {
    margin: 30px 0
}

    .download-links-press-release li {
        list-style-type: none;
        list-style-position: inside;
        padding-bottom: 10px;
        padding-right: 15px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline
    }

.gridsystem .content-bottom {
    margin-top: 40px
}

.gridsystem .content-top .span6 {
    margin-left: 0
}

.gridsystem .content-block {
    color: #fff;
    display: block;
    padding: 20px;
    width: 90%
}

.gridsystem .cyan-bleu-content-block {
    background: #47bcca
}

    .gridsystem .cyan-bleu-content-block h3 {
        color: #fff
    }

.gridsystem .bleu-content-block {
    background: #0074bd;
    width: 100%
}

.gridsystem .gray-content-block {
    background: #f5f5f5;
    color: #000;
    overflow: hidden;
    margin-bottom: 20px
}

.gridsystem .green-content-block {
    background: #74c095
}

    .gridsystem .green-content-block h3 {
        color: #fff
    }

.gridsystem .white-content-block {
    background: #fff;
    color: #000;
    overflow: hidden
}

.gridsystem .span12 {
    margin-left: 0
}

.gridsystem .content-block-small-title {
    font-weight: bold;
    display: block
}

.gridsystem .date {
    padding: 3px 11px 5px;
    text-align: center;
    background: #0c3759;
    color: #fff;
    font-size: 85.7%;
    zoom: 1;
    margin: 0 4% 10px 0;
    width: auto;
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.gridsystem.doc-pub .doc-item {
    min-height: 0
}

.gridsystem .doc-list .doc-item {
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 50px;
    padding-top: 20px
}

    .gridsystem .doc-list .doc-item .doc-item {
        padding-top: 10px;
        width: 96%;
        padding: 10px 2%
    }

    .gridsystem .doc-list .doc-item h2 {
        font-weight: normal;
        font-size: 175%
    }

    .gridsystem .doc-list .doc-item .float .free-text p:last-child {
        margin-bottom: 20px
    }

.gridsystem .doc-item {
    min-height: 0
}

    .gridsystem .doc-item .date-content-block {
        color: #3f4a52;
        font-weight: normal
    }

    .gridsystem .doc-item .doc-item-date {
        margin-bottom: 20px
    }

    .gridsystem .doc-item a {
        display: inline;
        zoom: 1;
        width: inherit;
        font-size: 100%
    }

    .gridsystem .doc-item .link-list a {
        display: inline
    }

.gridsystem .doc-item-grey {
    min-height: 0
}

.gridsystem .row-fluid .span4:first-child {
    margin-right: 0
}

.topics .content-center .tags-box {
    display: none
}

.topics-list li {
    margin-left: 20px
}

.policies .grey-search-zone-policies {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    padding: 20px 20px 10px 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 40px
}

    .policies .grey-search-zone-policies .search-submit {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        background: #0c3759;
        border: none;
        padding: 7px 9px 8px 10px;
        min-width: 38px;
        position: absolute;
        float: right;
        top: 0;
        right: 0
    }

    .policies .grey-search-zone-policies .row-f {
        overflow: hidden;
        position: relative;
        padding: 0
    }

    .policies .grey-search-zone-policies .form-textfield {
        width: 96%;
        padding: 10px 6px 9px;
        background: #fff
    }

    .policies .grey-search-zone-policies .searchbox {
        position: relative;
        padding: 15px 20px;
        background: #f5f5f5;
        border-bottom: 1px solid #ccc;
        top: 60%
    }

        .policies .grey-search-zone-policies .searchbox .form-textfield {
            width: 96%;
            padding: 10px 6px 9px
        }

.policy-item {
    margin: 0 0 40px
}

    .policy-item h2, .policy-item h3 {
        font-size: 140%;
        font-weight: 700;
        margin-bottom: 10px;
        color: #3f4a52
    }

        .policy-item h2 a, .policy-item h3 a {
            color: #3f4a52
        }

.traineeship-info {
    background: #f5f5f5;
    margin-left: 0 !important
}

.form-open-day {
    margin-left: 0
}

.footer-top {
    margin-bottom: 30px
}

    .footer-top a {
        color: #346195
    }

        .footer-top a:hover {
            color: #4195b4
        }

    .footer-top .pattern {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 200000
    }

footer {
    margin-top: 40px
}

    footer .footer-links a:hover {
        color: #164194
    }

    footer .footer-links li {
        padding-right: 15px;
        padding-left: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: middle
    }

        footer .footer-links li.first {
            border: none
        }

    footer .footer-links figure {
        margin: 0;
        padding: 0
    }

    footer .footer-links ul {
        margin-bottom: 0
    }

        footer .footer-links ul li.first {
            width: 60px;
            margin: 10px 0;
            padding: 0
        }

        footer .footer-links ul li.second {
            font-weight: bold;
            height: 32px;
            padding: 8px 15px 0 70px;
            background: transparent url("/bundle/201606100903?url=/Content/images/img_flag-eu.png") no-repeat top left
        }

        footer .footer-links ul li.third {
            border-right: none;
            padding-right: 5px
        }

        footer .footer-links ul li.last {
            border: none
        }

    footer h2, footer h3 {
        margin-top: 0;
        font-weight: 700;
        font-size: 140%;
        margin-bottom: 20px
    }

    footer dl {
        margin: 15px 0 20px
    }

    footer .footer-top {
        padding: 0 14.52991452991453% 0;
        background: #f3f7f8 url(/bundle/201606100903?url=/Content/images/bg_pattern.png) no-repeat right center;
        margin-bottom: 0
    }

        footer .footer-top .row-fluid .message-box {
            padding: 14px 1.5% 20px 0;
            margin-top: 50px;
            margin-left: 0;
            border-right: 3px solid #b7ced1;
            margin-bottom: 20px;
            width: 47.217948717948715%
        }

            footer .footer-top .row-fluid .message-box p {
                margin-bottom: 10px
            }

        footer .footer-top .row-fluid .lists {
            margin-top: 50px
        }

        footer .footer-top a:hover {
            color: #164194
        }

    footer .footer-nav .navbar-inner {
        padding: 0 14.52991452991453%;
        background: none;
        border: none
    }

        footer .footer-nav .navbar-inner ul li.first a, footer .footer-nav .navbar-inner ul li.last a {
            padding-left: 0
        }

        footer .footer-nav .navbar-inner ul li.first span, footer .footer-nav .navbar-inner ul li.last span {
            padding-left: 0
        }

.footer-nav .navbar {
    margin-bottom: 0
}

    .footer-nav .navbar .navbar-inner {
        margin-bottom: 0;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        font-size: 80%
    }

.footer-navbar.nav > li > a:hover {
    text-decoration: underline
}

.navbar .footer-copyright.nav > li > a:hover {
    text-decoration: underline
}

.navbar.primary-menu .nav {
    background: #fff
}

.row-fluid .specialspan8 .hgrouptags {
    display: none;
    background: none;
    margin-left: 0
}

.row-fluid .specialspan8 .content-top .hgrouptags .sub-menu-mobile {
    display: none
}

.row-fluid .specialspan8 .content-top .sub-menu-mobile {
    display: none
}

    .row-fluid .specialspan8 .content-top .sub-menu-mobile .dropdown-mobile {
        display: none
    }

.row-fluid .hgrouptags {
    min-height: 155px;
    padding-right: 0;
    text-align: right
}

    .row-fluid .hgrouptags h2 {
        font-size: 100%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        margin: 7px 12% 15px 0
    }

        .row-fluid .hgrouptags h2 .inner-institution {
            line-height: 190%;
            border: 1px solid #b7ced1;
            margin: 0
        }

        .row-fluid .hgrouptags h2 .short-heading {
            display: block
        }

            .row-fluid .hgrouptags h2 .short-heading span {
                display: block;
                margin-right: 30px;
                background: #fff;
                padding: 0 9px
            }

            .row-fluid .hgrouptags h2 .short-heading.ceu-gray span {
                color: #fff
            }

.row-fluid .span3.press-release-detail-contacts {
    padding: 10px 20px;
    width: 16.076923%;
    margin-left: 5.564103%;
    display: none
}

.row-fluid .press-release-detail-contacts {
    padding: 10px 20px;
    width: 32.076923%;
    margin-right: -22.564103%;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    display: block
}

    .row-fluid .press-release-detail-contacts .hgp3 {
        margin-top: 10px
    }

    .row-fluid .press-release-detail-contacts span.detail-contacts {
        padding-left: 22px
    }

.row-fluid .span9 .specialspan2 {
    display: none
}

.row-fluid.ec .hgrouptags {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-ec-darkblue.png) no-repeat 100% 0
}

.row-fluid.sitemap h2 {
    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 15px;
    font-size: 150%;
    font-weight: bold
}

    .row-fluid.sitemap h2 a {
        color: #3f4a52
    }

        .row-fluid.sitemap h2 a:hover {
            text-decoration: none
        }

.row-fluid.sitemap ul {
    list-style-type: square
}

    .row-fluid.sitemap ul ul {
        list-style-type: none;
        margin-bottom: 13px
    }

    .row-fluid.sitemap ul a {
        color: #164194;
        line-height: 110%;
        display: block;
        margin-bottom: 4px
    }

        .row-fluid.sitemap ul a:hover {
            color: #0074bd
        }

.row-fluid.sitemap .span4 {
    margin-bottom: 40px
}

    .row-fluid.sitemap .span4 > ul > li {
        font-weight: bold;
        margin-bottom: 15px
    }

        .row-fluid.sitemap .span4 > ul > li > a {
            margin-bottom: 6px;
            line-height: 1.2em;
            display: inline-block;
            vertical-align: top;
            padding-top: 4px
        }

        .row-fluid.sitemap .span4 > ul > li li {
            font-weight: normal
        }

.row-fluid.show-grid {
    margin-top: 30px
}

.home-hgrouptags-topics, .home-hgrouptags-doc-pub {
    position: relative;
    min-height: 419px !important
}

.home-content {
    margin: 30px 0 15px
}

    .home-content .img-right, .home-content .video-right, .home-content .tweet-right, .home-content .link-right, .home-content .basicblock-right, .home-content .timeline-right, .home-content .img-left, .home-content .video-left, .home-content .tweet-left, .home-content .link-left, .home-content .basicblock-left, .home-content .timeline-left {
        width: 47.5%
    }

        .home-content .img-right .figure-wrapper, .home-content .img-left .figure-wrapper {
            max-height: 226.7px
        }

    .home-content a {
        font-size: 100% !important;
        padding: 0;
        border: 0;
        margin-top: 0
    }

        .home-content a.link-wrapper {
            border: none;
            padding: 0;
            margin: 25px 0
        }

        .home-content a:hover {
            color: #0074bd;
            background: none
        }

            .home-content a:hover.btn-home-page {
                color: #0074bd
            }

        .home-content a.btn-home-page {
            padding: 11px 19px;
            font-size: 17.5px;
            border: 1px solid #d2d2d2;
            position: inherit;
            clear: both;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            float: left
        }

    .home-content .infographic {
        background: #e8e8e8;
        margin-left: -100% !important;
        padding-left: 100%;
        margin-bottom: 20px
    }

        .home-content .infographic .free-text {
            margin: 20px 0
        }

        .home-content .infographic .media-gallery {
            padding-left: 50px
        }

    .home-content .home-press {
        float: right
    }

        .home-content .home-press ul {
            list-style-type: none;
            margin-left: 0;
            margin-bottom: .5em
        }

        .home-content .home-press .date {
            background: #0c3759
        }

        .home-content .home-press .title {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding-top: 5px
        }

    .home-content .home-meetings ul {
        list-style-type: none;
        margin-left: 0
    }

    .home-content .home-meetings .date {
        background: #d2d2d2
    }

    .home-content .home-meetings .title {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding-top: 5px
    }

    .home-content li {
        margin: 5px 0
    }

    .home-content .home-hgrouptags-ceu ul, .home-content .home-hgrouptags-ec ul {
        margin-left: 15px
    }

    .home-content ul.link-list a {
        padding: 0;
        font-size: 100%;
        border: 0;
        color: #164194;
        margin-top: 0
    }

        .home-content ul.link-list a:hover {
            background: none;
            color: #0074bd;
            text-decoration: underline
        }

    .home-content div.link-wrapper {
        border: none;
        padding: 0;
        margin: 20px 0;
        max-width: inherit;
        text-align: left
    }

    .home-content figure.link-wrapper {
        border: none;
        padding: 0;
        margin: 20px 0
    }

body .main.home .inverse-span .span4 {
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%;
    float: right
}

body .main.home .inverse-span .span8 {
    margin-left: 0;
    width: 65.81196581196582%
}

.home {
    top: -10px
}

    .home .primary-menu.navbar {
        margin-bottom: 1px
    }

    .home .quote-text {
        background: #47bcca;
        padding: 20px;
        text-align: left;
        -webkit-border-radius: 5px 5px 0 5px;
        -moz-border-radius: 5px 5px 0 5px;
        -ms-border-radius: 5px 5px 0 5px;
        -o-border-radius: 5px 5px 0 5px;
        border-radius: 5px 5px 0 5px;
        position: relative
    }

        .home .quote-text:after {
            content: "";
            background: url("/bundle/201606100903?url=/Content/images/gallery/home/qoute-corner.png") no-repeat;
            width: 70px;
            height: 18px;
            position: absolute;
            right: 0;
            bottom: -17px
        }

    .home h2 {
        font-weight: normal
    }

    .home .home-hgrouptags {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-home-grey.png) no-repeat 0 0;
        padding-left: 25px;
        position: relative
    }

        .home .home-hgrouptags h2 {
            margin-top: 0;
            font-size: 180%
        }

    .home .home-hgrouptags-ec {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-home-ec.png) no-repeat 0 0
    }

        .home .home-hgrouptags-ec h2 {
            margin-top: 0
        }

    .home .home-hgrouptags-ceu {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-home-ceu.png) no-repeat 0 0;
        height: auto
    }

        .home .home-hgrouptags-ceu h2 {
            margin-top: 0
        }

    .home .home-hgrouptags-euco {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-home-euco.png) no-repeat 0 0;
        height: auto
    }

        .home .home-hgrouptags-euco h2 {
            margin-top: 0
        }

    .home .home-hgrouptags-meetings {
        height: auto
    }

    .home .btn-home-page {
        position: absolute;
        bottom: 0
    }

    .home .infocus .darkblue-focus {
        background: #0074bd;
        color: #fff;
        padding: 60px 0 !important
    }

        .home .infocus .darkblue-focus .focus-date {
            background: #0c3759
        }

        .home .infocus .darkblue-focus .span8 {
            position: relative;
            height: 400px
        }

    .home .infocus .cyanblue-focus .focus-date {
        background: #0c3759
    }

    .home .infocus .lightgrey-focus {
        background: #e8e8e8
    }

        .home .infocus .lightgrey-focus .focus-text {
            background: none
        }

    .home .infocus h2 {
        margin-bottom: 40px
    }

    .home .infocus > div, .home .infocus > section {
        padding: 50px 0;
        padding: 0
    }

    .home .infocus .focus-left {
        margin-left: 0
    }

    .home .infocus figure.focus-right {
        float: right
    }

    .home .infocus .focus-text {
        background: #fff;
        position: relative;
        color: #3f4a52;
        padding: 0
    }

    .home .infocus .focus-right-block {
        padding: 0
    }

    .home .infocus .date.focus-date {
        left: -20px;
        top: -15px;
        position: absolute
    }

    .home .infocus a {
        font-weight: bold
    }

        .home .infocus a:hover {
            color: #164194
        }

        .home .infocus a.link-white:hover {
            color: #fff
        }

    .home .infocus .link-list a {
        font-weight: normal
    }

    .home .infocus .quote-text {
        background: #164194;
        padding: 20px
    }

    .home .infocus .row-fluid {
        padding: 40px 0 20px 0
    }

        .home .infocus .row-fluid.main-topics-title {
            padding: 0 0 20px 0
        }

    .home .date {
        padding: 8px !important
    }

        .home .date.euco-border, .home .date.is-border {
            border-left: 6px solid #0074bd !important
        }

        .home .date.ceu-border {
            border-left: 6px solid #8dcfd7 !important
        }

        .home .date.gsc-border {
            border-left: 6px solid #b4b4b4 !important
        }

        .home .date.eg-border {
            border-left: 6px solid #008266 !important
        }

        .home .date.es-border {
            border-left: 6px solid #008266 !important
        }

    .home .content-bottom {
        margin-top: 30px;
        margin-bottom: 0
    }

    .home h1, .home h2 {
        margin-top: 0 !important
    }

    .home h3 {
        margin-top: 0;
        line-height: 130%
    }

    .home .top-banner {
        margin-top: 0
    }

        .home .top-banner.euco, .home .top-banner.is, .home .top-banner.eg, .home .top-banner.es, .home .top-banner.gsc {
            color: #fff
        }

            .home .top-banner.euco h1, .home .top-banner.euco a, .home .top-banner.is h1, .home .top-banner.is a, .home .top-banner.eg h1, .home .top-banner.eg a, .home .top-banner.es h1, .home .top-banner.es a, .home .top-banner.gsc h1, .home .top-banner.gsc a {
                color: #fff
            }

        .home .top-banner .span4 {
            margin-top: 25px
        }

    .home .src-img-wrapper {
        text-align: center !important
    }

    .home .media-gallery figcaption .media-overlay-content-wrapper {
        background: #3f4a52
    }

    .home .media-gallery.link-wrapper .src-img-wrapper {
        background-color: #000
    }

    .home .home-press ul {
        margin-left: 0 !important;
        list-style-type: none
    }

    .home .home-press li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin-left: 0
    }

        .home .home-press li.clearfix {
            margin: 0 !important;
            display: block;
            clear: both
        }

    .home .home-press .date-border {
        border-bottom: 1px solid #b7ced1;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .home .home-press .span9 {
        margin-left: 0
    }

    .home .home-meetings li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin-left: 0
    }

        .home .home-meetings li.clearfix {
            margin: 0 !important;
            display: block;
            clear: both
        }

    .home .home-meetings .date-border {
        border-bottom: 1px solid #b7ced1;
        margin-right: 10px
    }

    .home .home-meetings .span9 {
        margin-left: 0
    }

    .home .titletext {
        font-weight: 400;
        text-align: left
    }

    .home .home-content .date {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding: 5px 1em;
        margin-right: 10px;
        border-left: 6px solid #d2d2d2;
        background: none;
        width: 90%
    }

.infocus blockquote {
    padding: 0 15px 0 0;
    margin: 40px 0 20px 0;
    border-left: none;
    text-align: right;
    font-weight: bold;
    font-size: 1.1em
}

    .infocus blockquote footer {
        text-align: left;
        font-size: .8em;
        display: block;
        color: #d2d2d2;
        font-style: italic;
        padding-top: 5px
    }

        .infocus blockquote footer:before {
            content: "- "
        }

    .infocus blockquote.span6 {
        float: right;
        margin-right: 35%
    }

    .infocus blockquote img {
        float: right
    }

.infocus .quote-fig {
    position: absolute;
    right: 0;
    bottom: -29px
}

.infocus .cyanblue-focus {
    background: #8dcfd7;
    color: #fff
}

.infocus .home-hgrouptags, .infocus .grouptags {
    padding: 0 35px
}

.infocus h2 {
    margin-top: 0
}

.infocus .date-wrapper {
    display: block;
    padding: 0;
    min-height: 175px;
    text-decoration: none
}

    .infocus .date-wrapper .date {
        position: static;
        z-index: 1;
        top: -20px;
        left: -20px;
        padding: 10px 13px 10px;
        text-align: left;
        background: #0c3759;
        color: #fff;
        display: block;
        margin-right: 0
    }

    .infocus .date-wrapper .list-content {
        padding: 10px 15px 0;
        font-size: 92.3%
    }

.top-banner {
    margin-top: 50px;
    background: #b7ced1
}

.read-more-top-banner {
    font-weight: bold
}

.clip-float-right {
    float: right !important;
    padding: 20px 0 20px 20px
}

.infographic .span12 {
    padding-right: 4%;
    margin: 20px 0 18px
}

.eg-inverse, .figure-space-neutral {
    background: #3f4a52 !important
}

.related-content {
    padding: 2% 4% 3%;
    min-height: 114px;
    margin-bottom: 30px;
    position: relative;
    clear: both
}

    .related-content > ul {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        width: 86%
    }

        .related-content > ul li {
            clear: both
        }

    .related-content i {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1
    }

    .related-content .icon-calendar {
        width: 7.5%;
        float: left;
        margin-right: 2% !important
    }

    .related-content .list-dates {
        margin-left: 0;
        width: 90%;
        list-style: none
    }

    .related-content .more-link {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: 0;
        margin-bottom: 8px
    }

        .related-content .more-link a {
            padding: 10px
        }

.related {
    border: 1px solid #b7ced1;
    margin-bottom: 30px;
    padding: 2% 4% 3%;
    min-height: 114px
}

.related-bordered, .featured-bordered {
    padding: 2% 3% 3%;
    border: 1px solid #b7ced1
}

    .related-bordered h2, .related-bordered h3, .featured-bordered h2, .featured-bordered h3 {
        font-size: 140%;
        font-weight: 700
    }

.committees-detail-page .date {
    padding: 7px 15px 10px;
    border-top: 1px solid #0074bd;
    text-align: center;
    background: #0c3759;
    color: #fff;
    font-size: 100%;
    float: left;
    zoom: 1;
    margin: 0 1.75% 20px 0;
    width: 18%;
    clear: none
}

.committees-detail-page .date-day {
    display: block;
    font-weight: 700;
    font-size: 150%
}

.committees-detail-page .date-month, .committees-detail-page .date-year {
    display: block;
    font-size: 80%
}

.history-selection {
    margin-left: -5px
}

    .history-selection .label_check {
        float: left;
        padding-right: 15px
    }

    .history-selection .custom-check {
        margin-top: -5px
    }

        .history-selection .custom-check.focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

    .history-selection .ckbs-history-council-of-the-eu .custom-check, .history-selection .ckbs-history-ceu .custom-check {
        background: url(/bundle/201606100903?url=/Content/images/checkbox.png) no-repeat;
        background-position: -3px -140px;
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        padding: 5px;
        margin-right: 5px
    }

    .history-selection .ckbs-history-council-of-the-eu .checked, .history-selection .ckbs-history-ceu .checked {
        background: url(/bundle/201606100903?url=/Content/images/checkbox.png) no-repeat;
        background-position: -3px -93px;
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        padding: 5px;
        margin-right: 5px
    }

    .history-selection .ckbs-history-european-council .custom-check, .history-selection .ckbs-history-euco .custom-check {
        background: url(/bundle/201606100903?url=/Content/images/checkbox.png) no-repeat;
        background-position: -3px -44px;
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        padding: 5px;
        margin-right: 5px
    }

    .history-selection .ckbs-history-european-council .checked, .history-selection .ckbs-history-euco .checked {
        background: url(/bundle/201606100903?url=/Content/images/checkbox.png) no-repeat;
        background-position: -3px -3px;
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        padding: 5px;
        margin-right: 5px
    }

    .history-selection .ckbs-history-council-of-the-eurogroup .custom-check, .history-selection .ckbs-history-council-of-the-eurogroup .checked, .history-selection .ckbs-history-eg .custom-check, .history-selection .ckbs-history-eg .checked, .history-selection .ckbs-history-es .custom-check, .history-selection .ckbs-history-es .checked {
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        padding: 5px;
        margin-right: 5px
    }

    .history-selection .ckbs-history-council-of-the-eurogroup .custom-check, .history-selection .ckbs-history-eg .custom-check, .history-selection .ckbs-history-es .custom-check {
        background: url(/bundle/201606100903?url=/Content/images/checkbox.png) no-repeat;
        background-position: -3px -237px
    }

    .history-selection .ckbs-history-council-of-the-eurogroup .checked, .history-selection .ckbs-history-eg .checked, .history-selection .ckbs-history-es .checked {
        background: url(/bundle/201606100903?url=/Content/images/checkbox.png) no-repeat;
        background-position: -3px -192px
    }

.history-council-of-the-eu .icon-caret-left, .history-ceu .icon-caret-left {
    color: #8dcfd7
}

.history-european-council .icon-caret-left, .history-euco .icon-caret-left {
    color: #0074bd
}

.history-council-of-the-eurogroup .icon-caret-left, .history-eg .icon-caret-left, .history-es .icon-caret-left {
    color: #008266
}

.roundedBullet {
    background: #164194;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.span11-margin-left-0 {
    margin-left: 0 !important
}

.publications .datepicker input {
    width: 45%;
    display: inline;
    background: #fff
}

.publications h2 {
    font-size: 140%;
    font-weight: 700;
    color: #3f4a52;
    margin-top: 0
}

.control-wrapper.by-date .datepicker input {
    width: 45%;
    display: inline;
    background: #fff
}

.grey-search-zone-publications, .grey-search-zone-document-search {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    padding: 20px 20px 10px 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 40px
}

    .grey-search-zone-publications .row-f, .grey-search-zone-document-search .row-f {
        overflow: hidden;
        position: relative;
        padding: 0
    }

    .grey-search-zone-publications .form-textfield, .grey-search-zone-document-search .form-textfield {
        width: 96%;
        padding: 10px 6px 9px;
        background: #fff
    }

    .grey-search-zone-publications .search-submit, .grey-search-zone-document-search .search-submit {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        background: #0c3759;
        border: none;
        padding: 7px 9px 8px 10px;
        min-width: 38px;
        position: absolute;
        float: right;
        top: 0;
        right: 0
    }

.publication {
    margin-bottom: 40px
}

    .publication figure {
        float: left;
        width: 17%;
        margin-right: 2%
    }

        .publication figure img {
            border: 1px solid #b7ced1
        }

.publication-buttons {
    position: relative;
    margin-bottom: 10px
}

    .publication-buttons .btn-group {
        position: static;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline
    }

        .publication-buttons .btn-group .dropdown-menu {
            position: absolute;
            left: auto
        }

        .publication-buttons .btn-group.fullwidth-pub .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            top: 31px
        }

    .publication-buttons .dropdown-menu {
        left: auto
    }

    .publication-buttons .dropdown.publication-buttons-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0
    }

    .publication-buttons .lang-accordion.btn-group .btn.dropdown-toggle, .publication-buttons .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form .publication-buttons .lang-accordion.btn-group input.dropdown-toggle[type="submit"] {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        padding: 10px 15px;
        border: 1px solid #0c3759;
        background: #0c3759;
        color: #fff;
        text-decoration: none
    }

        .publication-buttons .lang-accordion.btn-group .btn.dropdown-toggle:hover, .publication-buttons .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"]:hover, .progress-form .publication-buttons .lang-accordion.btn-group input.dropdown-toggle[type="submit"]:hover {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            padding: 10px 15px;
            background: #fff;
            border: 1px solid #b7ced1;
            color: #3f4a52;
            text-shadow: none
        }

    .publication-buttons .lang-accordion.btn-group.open .btn.dropdown-toggle, .publication-buttons .lang-accordion.btn-group.open .progress-form input.dropdown-toggle[type="submit"], .progress-form .publication-buttons .lang-accordion.btn-group.open input.dropdown-toggle[type="submit"] {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        padding: 10px 15px;
        border: 1px solid #f5f5f5;
        color: #3f4a52;
        text-shadow: none;
        background: #f5f5f5
    }

.publication-details {
    margin-left: 19%
}

    .publication-details .publication-non-language, .publication-details .publication-extra {
        font-size: 82.3%;
        margin-bottom: 15px
    }

    .publication-details p {
        margin-bottom: 10px
    }

    .publication-details .link-list li {
        clear: none
    }

    .publication-details .lang-accordion.btn-group {
        width: 100%
    }

.publication-summary {
    margin-bottom: 10px
}

.publication-non-language a {
    text-decoration: underline
}

    .publication-non-language a:hover, .publication-non-language a:focus {
        text-decoration: none
    }

.ordinary-leg-steps h2, .ordinary-leg-steps .hgp2 {
    font-size: 120%
}

.ordinary-leg-btn {
    display: none
}

    .ordinary-leg-btn .dropdown-menu {
        width: 100%;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: none;
        background: #e8e8e8;
        padding: 0;
        position: relative;
        margin-bottom: 20px
    }

        .ordinary-leg-btn .dropdown-menu li {
            padding: 15px;
            font-weight: bold;
            border-bottom: 1px solid #fff
        }

            .ordinary-leg-btn .dropdown-menu li.active {
                background: #b7ced1
            }

                .ordinary-leg-btn .dropdown-menu li.active > span {
                    color: #0c3759;
                    text-align: center;
                    display: block
                }

        .ordinary-leg-btn .dropdown-menu ul {
            list-style-type: none;
            margin: 0
        }

        .ordinary-leg-btn .dropdown-menu a {
            color: #0c3759;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center
        }

    .ordinary-leg-btn .btn.dropdown-toggle, .ordinary-leg-btn .progress-form input.dropdown-toggle[type="submit"], .progress-form .ordinary-leg-btn input.dropdown-toggle[type="submit"] {
        padding: 15px 0;
        font-weight: bold;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        width: 100%;
        color: #fff
    }

        .ordinary-leg-btn .btn.dropdown-toggle:hover, .ordinary-leg-btn .progress-form input.dropdown-toggle[type="submit"]:hover, .progress-form .ordinary-leg-btn input.dropdown-toggle[type="submit"]:hover {
            color: #0c3759
        }

    .ordinary-leg-btn.btn-group.open .dropdown-toggle {
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        background-color: #fff;
        border: 1px solid #b7ced1;
        font-weight: bold
    }

    .ordinary-leg-btn.open .btn.dropdown-toggle, .ordinary-leg-btn.open .progress-form input.dropdown-toggle[type="submit"], .progress-form .ordinary-leg-btn.open input.dropdown-toggle[type="submit"] {
        color: #0c3759
    }

.ordinary-legislative .voting-box {
    border: 1px solid #b7ced1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px 10px;
    z-index: 100;
    background: #fff
}

    .ordinary-legislative .voting-box .lang-accordion-wrapper {
        background: none;
        padding: 0;
        margin: 0
    }

    .ordinary-legislative .voting-box .lang-accordion.btn-group .btn.dropdown-toggle, .ordinary-legislative .voting-box .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form .ordinary-legislative .voting-box .lang-accordion.btn-group input.dropdown-toggle[type="submit"] {
        color: #5d6770
    }

    .ordinary-legislative .voting-box.bigscreen {
        right: 20px;
        top: 0
    }

    .ordinary-legislative .voting-box input[type="text"] {
        padding: 5px;
        margin: 0
    }

    .ordinary-legislative .voting-box .btn-large {
        padding: 5px
    }

    .ordinary-legislative .voting-box h3, .ordinary-legislative .voting-box .hgp3 {
        font-size: 100%;
        font-weight: normal;
        color: #5d6770
    }

    .ordinary-legislative .voting-box p {
        margin-bottom: 0;
        font-weight: bold;
        color: #47bcca
    }

.pictures ul.pictures-list {
    margin-left: 60px
}

    .pictures ul.pictures-list a {
        font-weight: bold
    }

        .pictures ul.pictures-list a:hover {
            text-decoration: none;
            color: #47bcca
        }

.decision-making .content-steps h2, .decision-making .content-steps .hgp2 {
    font-size: 120%
}

.content-steps.bottom-steps {
    margin-left: 0 !important;
    margin-bottom: 20px
}

p.request-doc {
    background: #e8e8e8;
    padding: 10px
}

.document-search.calendar .press-releases .calendar-list .link-wrapper {
    padding-bottom: 30px
}

.document-search.calendar .press-releases .calendar-list ul {
    margin: 5px 0 10px
}

    .document-search.calendar .press-releases .calendar-list ul li .list-content ul.tags-box li {
        padding: 0 0 5px
    }

.gallery-button.backto {
    position: absolute;
    left: 3%
}

.top-information {
    background: #f5f5f5;
    padding: 10px;
    margin: 20px 0 0;
    border: 1px solid #d2d2d2;
    clear: both
}

.mediagallery-slider .noheader-nofooter-page .content-top h1 {
    padding-right: 60px
}

.mediagallery-slider .noheader-nofooter-page .content-top .backto {
    height: 25px;
    border-top: 1px solid #b7ced1;
    top: inherit;
    position: static;
    float: left;
    margin-left: 10px;
    right: inherit
}

.mediagallery-slider .noheader-nofooter-page .archived-content {
    margin-top: 20px
}

.mediagallery-slider .noheader-nofooter-page .alertbox-sp {
    position: absolute;
    right: 0;
    top: -56px
}

.mediagallery-slider .noheader-nofooter-page .alertbox {
    top: 0;
    margin-right: 0;
    position: static;
    float: left
}

    .mediagallery-slider .noheader-nofooter-page .alertbox .alert-button {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 25px;
        padding: 5px 10px;
        margin-bottom: 0
    }

.no-institution.mediagallery-slider .nomargin .archived-content {
    max-width: 100%
}

#mediagalleryslider {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    zoom: 1;
    min-height: 270px
}

    #mediagalleryslider.flexslider .media-gallery.link-wrapper figure {
        overflow: hidden
    }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center
    }

        #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper img {
            max-width: 100%;
            max-height: 640px;
            width: auto;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline
        }

        #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper iframe {
            width: 100%
        }

    #mediagalleryslider .thumb-fig {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        color: #333;
        position: relative;
        z-index: 2
    }

        #mediagalleryslider .thumb-fig figcaption {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 5px 0;
            width: 100%;
            background: #0c3759;
            color: #fff;
            font-weight: bold
        }

    #mediagalleryslider figcaption {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        color: #333;
        position: relative;
        z-index: 2
    }

        #mediagalleryslider figcaption .caption .gallery-caption-descr, #mediagalleryslider figcaption .caption .gallery-caption-copy {
            font-weight: normal
        }

    #mediagalleryslider .flex-direction-nav li > a {
        position: absolute;
        left: -60px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        height: 60px;
        top: 50%;
        margin-top: -30px;
        text-indent: -9999em;
        font-size: 0;
        width: 40px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: .8
    }

        #mediagalleryslider .flex-direction-nav li > a:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1
        }

        #mediagalleryslider .flex-direction-nav li > a.flex-prev {
            background: #fff url("/bundle/201606100903?url=/Content/images/gallery/mediagallery/prev.jpg") no-repeat 50% 100%
        }

        #mediagalleryslider .flex-direction-nav li > a.flex-next {
            left: inherit;
            right: -60px;
            background: #fff url("/bundle/201606100903?url=/Content/images/gallery/mediagallery/next.jpg") no-repeat 50% 100%
        }

    #mediagalleryslider ul.slides {
        margin: 0
    }

        #mediagalleryslider ul.slides li {
            margin: 0
        }

    #mediagalleryslider .flex-viewport {
        margin-bottom: 20px;
        background: #f5f5f5;
        max-height: inherit
    }

    #mediagalleryslider .gallery-slide figcaption {
        background: #f5f5f5;
        text-align: left;
        border-top: 2px solid #fff;
        position: absolute;
        bottom: 0
    }

    #mediagalleryslider .media-gallery.link-wrapper:hover {
        opacity: 1
    }

    #mediagalleryslider .media-gallery figcaption .caption {
        font-size: 100%;
        border-top: 3px solid #b4b4b4
    }

.more-link-sp {
    margin-top: 0 !important;
    padding-top: 0
}

.media-gallery .noheader-nofooter-page.row-fluid {
    padding-top: 0
}

.media-gallery .thumb-fig figcaption {
    width: 100%;
    z-index: 300;
    padding: 10px 0
}

.media-gallery figure {
    position: relative
}

.media-gallery .slides .medial-gallery {
    background: none
}

.mediagallery-slider #mediagallerycarousel.content-gallery {
    clear: both
}

    .mediagallery-slider #mediagallerycarousel.content-gallery .gallery-caption-title {
        font-weight: bold;
        padding: 10px;
        color: #fff
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery ul {
        width: 100% !important;
        text-align: center;
        margin: 0 auto
    }

        .mediagallery-slider #mediagallerycarousel.content-gallery ul.flex-direction-nav {
            display: none
        }

    .mediagallery-slider #mediagallerycarousel.content-gallery li.carousel-slide {
        margin: 0 .5% 20px;
        width: 15.65% !important;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: .5;
        background: none
    }

        .mediagallery-slider #mediagallerycarousel.content-gallery li.carousel-slide .figure-space img {
            max-height: inherit
        }

    .mediagallery-slider #mediagallerycarousel.content-gallery li.flex-active-slide {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery li:nth-child(6n+1) {
        clear: both
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .media-gallery.link-wrapper:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .media-gallery.link-wrapper.flex-active-slide {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .media-gallery.link-wrapper .src-img-wrapper {
        display: block;
        background: #000
    }

.loading #mediagalleryslider .flex-viewport {
    min-height: 850px;
    background: #f5f5f5 !important
}

.gallery-slide .caption {
    padding: 10px;
    font-size: 120%
}

.gallery-slide figcaption {
    width: 100%;
    z-index: 300
}

span.gallery-caption-date {
    float: right
}

.employment .content-area {
    margin-bottom: 0
}

.employment .empl-list h3 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

    .employment .empl-list h3 a {
        color: #0074bd
    }

.employment .empl-item {
    margin-bottom: 2.564102564102564%;
    line-height: 1.5em;
    min-height: 190px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    position: relative
}

.employment .empl-date, .employment .empl-press {
    font-weight: bold;
    line-height: 1.3em;
    display: block
}

.employment .article {
    margin-bottom: 25px !important
}

    .employment .article a {
        text-decoration: none
    }

        .employment .article a .article-date-hour {
            font-weight: bold;
            margin-bottom: 5px
        }

        .employment .article a .article-title {
            text-decoration: underline
        }

            .employment .article a .article-title:hover {
                text-decoration: none
            }

.empl-item {
}

    .empl-item h3 {
        margin: 10px 0 0
    }

    .empl-item ul {
        margin: 5px 0 0 10%
    }

    .empl-item h4 {
        margin-bottom: 5px;
        font-size: 120%;
        margin: 20px 0 5px;
        color: #898989;
        font-weight: normal
    }

    .empl-item a {
        font-size: 100%;
        margin: 20px 0 15px
    }

.empl-press-time {
    float: right;
    color: #5d6770
}

.empl-el-press a {
    margin: 0
}

.empl-press-tag {
    color: #5d6770
}

.search-temp .pager-top {
    border-top: 1px solid #d2d2d2;
    padding: 10px 0 20px 0;
    color: #b4b4b4;
    font-size: 90%;
    margin: 0
}

    .search-temp .pager-top label {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        float: right
    }

    .search-temp .pager-top input[type="checkbox"] {
        margin: 0 5px 0 20px
    }

.search-temp .content-center .hgrouptags .control-group.controls-row {
    padding-left: 0
}

.search-temp .search-by-year {
    text-align: left
}

    .search-temp .search-by-year input[type="text"] {
        background: #fff
    }

.search-temp .search-paging {
    float: left
}

.search-temp .search-categories {
    margin: 0;
    font-weight: bold;
    font-size: 110%
}

    .search-temp .search-categories .active {
        border: 1px solid #d2d2d2;
        border-bottom: none;
        padding: 15px 24px 10px 24px
    }

    .search-temp .search-categories li {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding: 15px 25px 10px 25px;
        margin: 0
    }

        .search-temp .search-categories li:hover {
            border: 1px solid #d2d2d2;
            border-bottom: none;
            padding: 15px 24px 10px 24px
        }

        .search-temp .search-categories li a {
            text-align: center
        }

            .search-temp .search-categories li a:hover {
                text-decoration: none
            }

.search-temp .search-categories-mobile {
    margin-left: 0
}

    .search-temp .search-categories-mobile li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        width: 45%;
        text-align: center;
        padding: 10px 0;
        background: #f5f5f5;
        margin-bottom: 5px;
        border: 1px solid #d2d2d2;
        font-weight: bold
    }

        .search-temp .search-categories-mobile li a {
            color: #164194
        }

        .search-temp .search-categories-mobile li.active {
            background: #fff
        }

.by-year {
    padding: 10px 6%;
    border: 1px solid #d2d2d2
}

    .by-year .control-label {
        overflow: hidden
    }

        .by-year .control-label .label {
            display: block;
            margin: 10px 0;
            width: 25%;
            float: left
        }

        .by-year .control-label input {
            width: 64% !important;
            float: right;
            margin-bottom: 0
        }

    .by-year .control-group.text-align {
        text-align: right
    }

.help-inline.error {
    margin-left: 35%;
    font-size: 85.7%;
    margin-bottom: 5px;
    color: #b94a48
}

.advanced-search .search-paging {
    float: none
}

.advanced-search .pager-top {
    border-top: 1px solid #d2d2d2;
    padding: 5px 0 0 0;
    color: #b4b4b4;
    font-size: 90%;
    margin: 0
}

.advanced-search .grey-search-zone-search {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    padding: 20px 20px 10px 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px
}

    .advanced-search .grey-search-zone-search .search-submit {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        background: #0c3759;
        border: none;
        padding: 7px 9px 8px 10px;
        min-width: 38px;
        position: absolute;
        float: right;
        top: 0;
        right: 0;
        height: 41px
    }

    .advanced-search .grey-search-zone-search .row-f {
        overflow: hidden;
        position: relative;
        padding: 0
    }

    .advanced-search .grey-search-zone-search .form-textfield {
        width: 96%;
        padding: 10px 6px 9px;
        background: #fff
    }

    .advanced-search .grey-search-zone-search .searchbox {
        position: relative;
        padding: 15px 20px;
        background: #f5f5f5;
        border-bottom: 1px solid #ccc;
        top: 60%
    }

        .advanced-search .grey-search-zone-search .searchbox .form-textfield {
            width: 96%;
            padding: 10px 6px 9px
        }

.advanced-search-item {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both
}

    .advanced-search-item h2, .advanced-search-item h3 {
        font-size: 140%;
        font-weight: 700;
        margin-bottom: 15px;
        color: #3f4a52
    }

        .advanced-search-item h2 a, .advanced-search-item h3 a {
            color: #3f4a52
        }

    .advanced-search-item .pdf {
        background: url("/bundle/201606100903?url=/Content/images/ico_pdf.png") no-repeat right 6px
    }

    .advanced-search-item .word {
        background: url("/bundle/201606100903?url=/Content/images/ico_word.png") no-repeat right 6px
    }

    .advanced-search-item .epub {
        background: url("/bundle/201606100903?url=/Content/images/ico_epub.png") no-repeat right 6px
    }

    .advanced-search-item .excel {
        background: url("/bundle/201606100903?url=/Content/images/ico_excel.png") no-repeat right 6px
    }

    .advanced-search-item .powerpoint {
        background: url("/bundle/201606100903?url=/Content/images/ico_powerpoint.png") no-repeat right 6px
    }

    .advanced-search-item .float-search {
        float: left;
        margin-right: 15px;
        max-width: 200px;
        max-height: 200px
    }

    .advanced-search-item .breadcrumb {
        padding: 0;
        margin-bottom: 15px
    }

    .advanced-search-item p:last-child {
        margin-bottom: 0
    }

.app-wrapper {
    padding: 30px 2.5%;
    border: 1px solid #b7ced1
}

    .app-wrapper th {
        width: 12.5%
    }

    .app-wrapper .icon-question {
        position: relative;
        top: 5px
    }

    .app-wrapper table th, .app-wrapper table td {
        border-bottom: 1px solid #d2d2d2
    }

    .app-wrapper table .icon.pdf {
        display: inline-block;
        margin-bottom: 8px
    }

    .app-wrapper .rdbs .radio {
        display: block
    }

        .app-wrapper .rdbs .radio br {
            display: none
        }

    .app-wrapper input[type="radio"], .app-wrapper input[type="checkbox"] {
        margin-left: -20px
    }

    .app-wrapper input[type="text"] {
        background: #fff
    }

.codec .app-wrapper {
    padding: 10px 2.5%
}

.data-protection .app-wrapper .control-group.controls-row {
    margin-top: 0
}

.data-protection .table-striped {
    margin-top: 40px
}

.data-protection table th:first-child, .data-protection table th:nth-child(2), .data-protection table td:first-child, .data-protection table td:nth-child(2) {
    width: 5%
}

.results .specialseedetails {
    margin-bottom: 10px
}

    .results .specialseedetails a {
        background: url('Content/images/arr_linklist.png') no-repeat 100% 6px;
        padding-right: 13px
    }

.error-inline {
    padding-top: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding-left: 5px;
    font-size: 14px
}

    .error-inline .mlError, .error-inline .required {
        color: #900 !important
    }

.press-sms .app-wrapper input[type="radio"], .press-sms .app-wrapper input[type="checkbox"] {
    margin-left: 0;
    margin-top: 0
}

.press-sms .app-wrapper .divPrivacyQuestion label {
    padding-left: 5px
}

.help-inline-wrapper {
    font-size: 92.3%;
    display: block;
    clear: both;
    margin-left: 0;
    padding-left: 0;
    color: #b9b9b9;
    font-style: italic
}

.forgot-pass {
    font-size: 85.7%;
    margin: 10px 0 0
}

    .forgot-pass input {
        background: none;
        padding: 0;
        color: #164194;
        display: inline;
        border: none;
        text-decoration: underline
    }

        .forgot-pass input:hover {
            color: #0074bd;
            display: inline;
            border: none;
            text-decoration: none
        }

.igc-register .content-bottom {
    margin-top: 40px
}

span.error-inline {
    padding-left: 0;
    display: inline
}

.redField {
    display: block !important;
    margin-bottom: 10px !important;
    padding-left: 0
}

#ctl00_cpMain_divTooManyResults {
    color: #898989 !important;
    float: right !important;
    font-size: 85%;
    text-align: right !important;
    display: block !important;
    padding: 3px 5px;
    clear: both;
    margin-bottom: 10px
}

.language-selection .span4 {
    margin: 20px 0
}

.language-selection ul {
    margin-left: 10px;
    list-style: none
}

    .language-selection ul > li {
        list-style: none;
        display: block;
        margin-bottom: 10px
    }

        .language-selection ul > li span {
            padding: 2px 4px;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            text-align: center
        }

.language-selection a {
    color: #346195;
    text-decoration: none;
    text-align: left
}

    .language-selection a:hover {
        color: #346195;
        text-decoration: none
    }

        .language-selection a:hover span {
            text-decoration: underline;
            color: #0074bd
        }

        .language-selection a:hover .letter {
            text-decoration: none;
            background: #164194;
            color: #fff
        }

.language-selection .letter {
    border: 1px solid #346195;
    min-width: 22px;
    background: #f3f7f8
}

.error-page a.active {
    color: #346195;
    text-decoration: none
}

    .error-page a.active .letter {
        text-decoration: none;
        background: #164194;
        color: #fff
    }

.fixed-tpl {
}

    .fixed-tpl .fixed-header {
        width: 100%;
        background: #fff;
        z-index: 2000;
        border-bottom: 3px solid #b7ced1;
        padding-bottom: 30px;
        margin-bottom: 50px
    }

    .fixed-tpl .fixed-menu {
        position: fixed;
        width: 23.076923076923077%
    }

    .fixed-tpl .main {
        position: relative;
        z-index: 1030;
        padding-top: 0
    }

    .fixed-tpl .h1 {
        padding-top: 0;
        margin-bottom: 30px
    }

    .fixed-tpl h2 {
        margin-top: 40px
    }

    .fixed-tpl .get-started {
        margin-top: 0
    }

    .fixed-tpl h3 {
        margin-top: 30px
    }

    .fixed-tpl .h1-title, .fixed-tpl .h2-title, .fixed-tpl .h3-title, .fixed-tpl .h4-title, .fixed-tpl .h5-title, .fixed-tpl .h6-title {
        margin: 0 0 20px;
        color: #3f4a52
    }

    .fixed-tpl .h1-title {
        font-size: 220%;
        margin: 0 0 20px;
        line-height: 110%;
        font-weight: 700
    }

    .fixed-tpl .h2-title {
        font-size: 175%;
        margin: 20px 0 30px;
        font-weight: 200;
        line-height: 110%
    }

    .fixed-tpl .h3-title {
        font-size: 140%;
        margin: 20px 0 15px;
        line-height: 120%;
        font-weight: 700
    }

    .fixed-tpl .h4-title {
        font-size: 120%;
        font-weight: 700;
        line-height: 120%
    }

    .fixed-tpl .logo-wrapper {
        position: relative
    }

    .fixed-tpl .version {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .fixed-tpl .sidebar-left {
        min-height: 30px
    }

        .fixed-tpl .sidebar-left .anchorific {
            margin-top: 0;
            top: 190px
        }

    .fixed-tpl .close {
        float: none;
        font-size: inherit;
        font-weight: normal;
        line-height: 100%;
        color: #3f4a52;
        text-shadow: none;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .fixed-tpl .colors {
        text-align: center;
        margin: 30px 0 15px
    }

        .fixed-tpl .colors .span3 {
            margin-bottom: 20px
        }

        .fixed-tpl .colors .color {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            width: 80px;
            height: 80px;
            margin-bottom: 10px
        }

            .fixed-tpl .colors .color.body {
                background: #3f4a52
            }

            .fixed-tpl .colors .color.links {
                background: #164194
            }

            .fixed-tpl .colors .color.links-hover {
                background: #0074bd
            }

            .fixed-tpl .colors .color.visited {
                background: #812346
            }

            .fixed-tpl .colors .color.light-grey-2 {
                background: #e8e8e8
            }

            .fixed-tpl .colors .color.light-blue {
                background: #b7ced1
            }

    .fixed-tpl .nav-secondary {
        padding-bottom: 10px;
        border-bottom: 1px dashed #d3d3d3
    }

        .fixed-tpl .nav-secondary ul {
            padding-bottom: 0;
            margin-bottom: 0;
            font-size: 85.7%
        }

            .fixed-tpl .nav-secondary ul li:first-child a {
                padding-right: 10px
            }

            .fixed-tpl .nav-secondary ul li.active {
                font-weight: 600
            }

    .fixed-tpl .modules {
        margin: 40px 0 0;
        padding: 30px 0 0;
        border-top: 1px dashed #d3d3d3
    }

        .fixed-tpl .modules h2 {
            margin-top: 0
        }

xmp, pre {
    background: #eef3f4;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 0 20px
}

.link-wrapper.webcast {
    margin-bottom: 1em
}

.webcast h2, .webcast h3 {
    font-size: 120%;
    margin: 0 0 15px
}

.webcast-details {
    display: inline-table;
    width: 72%
}

.webcast figure {
    float: left;
    width: 25%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden
}

.webcast .media-overlay-content {
    text-align: left;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #fff
}

.webcast .icon-wrapper, .mediaplayer .icon-wrapper {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -42px;
    left: 0;
    width: 45px;
    height: 45px;
    background-color: #5d6770;
}

    .webcast .icon-wrapper .icon {
        display: block;
        padding: 0;
        margin: 0;
        width: 45px;
        height: 30px;
        text-align: center;
        font-size: 1.2em;
        padding-top: 12px;
        background-color: #5d6770
    }

.live-streaming {
    color: #a03433;
    padding: .5em;
    margin-left: .5em;
    text-align: center;
    font-size: .9em;
    background-color: #e8e8e8;
    border-radius: 4px
}

    .live-streaming i {
        margin-right: .3em
    }

.event-live {
    padding-right: 55px;
    position: relative;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

    .event-live:before {
        font-family: 'iconfont';
        content: "\e941";
        position: absolute;
        z-index: 9999;
        top: 7px;
        right: 34px;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        color: #a03433;
        font-size: .9em
    }

    .event-live:after {
        position: absolute;
        content: 'Live';
        color: #a03433;
        padding: .5em .5em .5em 20px;
        margin-left: .5em;
        text-align: center;
        font-size: .9em;
        background-color: #e8e8e8;
        border-radius: 4px;
        top: 0;
        right: 0
    }

@media only screen and (max-width:650px) {
    .webcast figure {
        width: 80%;
        margin-bottom: .5em
    }
}

@media only screen and (min-width:651px) and (max-width:1296px) {
    .webcast-details {
        max-width: 70%
    }
}

.content-slider .owl-carousel .slide-item a {
    text-decoration: underline;
    margin-top: -8px
}

.main .content-slider .list-description {
}

.content-slider .span3.sidebar-left.content-title {
    width: 18%
}

@media only screen and (max-width:1280px) {
    .content-slider .span3.sidebar-left.content-title {
        width: 90%
    }

    .content-slider .content-slider-inner .span3 {
        margin: 20px 4%
    }

        .content-slider .content-slider-inner .span3 .inner-right .more-link {
            display: table-cell;
            position: relative;
            top: 0
        }

        .content-slider .content-slider-inner .span3 .inner-right h2.hgp2 {
            display: table-cell
        }

    .more-link a {
        display: inline
    }

    .content-slider .content-slider-inner .span9 {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        float: none;
        width: 92%;
        margin: 0 4%
    }
}

@media(min-width:1200px) {
    .content-center .row-fluid .span8 {
        width: 80.81196581196582%
    }

    .owl-wrapper .owl-item .slide-wrapper.item-slider.long-title {*/
    }
}

.video-placeholder-empty {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
}

    .video-placeholder-empty img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#video-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
}

    #video-placeholder img {
        max-height: 50%;
    }

    #video-placeholder div {
        top: 10px;
        text-align: center;
    }

        #video-placeholder div h2 {
            text-align: center;
        }

        #video-placeholder div h4 {
            text-align: center;
        }

.mediaplayerContainer {
    display: inline-block;
    position: relative;
    width: 79%
}

.mediaplayer {
    background-color: #000;
    min-height: auto;
    margin-bottom: .2em;
    position: relative
}

    .mediaplayer .media-overlay-content {
        text-align: center;
        background: #ccc;
        position: absolute;
        top: 51.35%;
        left: 44.3%;
        z-index: 1;
        color: #fff
    }

    .mediaplayer .icon-wrapper .icon {
        display: block;
        margin: 0;
        width: 1.5em;
        height: 1.5em;
        text-align: center;
        font-size: 2.5em;
        padding: .3em .3em 0 .3em;
        background-color: #5d6770
    }

.webcast-agenda {
    position: relative;
    display: inline-block;
    width: 79%;
    border: 1px solid #b7ced1;
    vertical-align: middle;
    zoom: 1;
    padding: 1em 1em 0 1em;
    margin-bottom: 1em
}

.webcast-agenda-details {
    display: none;
    margin-left: 23px
}

.webcast-agenda h2 {
    margin: .2em 0 .5em 0 !important
}

.webcast-agenda p {
    margin: .2em 1em
}

h4.webcast-agenda-title {
    font-weight: 700;
    margin: 0;
    display: inline-block;
    padding: 1px
}

    h4.webcast-agenda-title a {
        color: #3f4a52;
        text-decoration: none
    }

.webcast-agenda .dropdown-toggle.content.icon {
    font-weight: 700
}

.webcast-agenda a.link-list {
    background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 1em 5px !important;
    padding-left: 2em;
    padding-bottom: 1em
}

.webcast-agenda .link-list a:hover {
    color: #0074bd;
    text-decoration: underline;
    background-color: transparent
}

.liveupdate_container ul {
    margin: 0;
    padding: 20px;
    list-style: none
}

.sidebox-right {
    float: right;
    margin: 0 -22.5641% 0 20px;
    clear: right;
    width: 35%
}

.liveupdate_container {
    border: 1px solid #b7ced1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: .5em;
    margin-bottom: .5em;
    width: 100%
}

    .liveupdate_container h2 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 140%;
        font-weight: 700;
        padding: 15px 15px 5px 15px
    }

.liveupdate {
    width: 100%;
    max-height: 18em;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 0;
    font-size: 90%
}

    .liveupdate li {
        margin-bottom: .4em;
        line-height: 1.4em
    }

li.liveIndexItem a:hover, .webcast-agenda a.content.icon:hover {
    background-color: #f6f2cc;
    text-decoration: none;
    color: #09162f
}

.contacts-box {
    float: left;
    margin-top: 0;
    display: block;
    width: 100%;
    background: #e2ebed !important
}

    .contacts-box address {
        display: block;
        margin: 20px 20px;
        font-style: normal;
        line-height: 20px
    }

    .contacts-box .icon {
        padding-right: 0
    }

.controls-toolbar-container {
    margin: 0 auto
}

    .controls-toolbar-container > div {
        display: table-cell
    }

        .controls-toolbar-container > div > span {
            margin-right: 1em;
            font-weight: 700
        }

.controls-button {
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    min-width: 5em;
    height: 68px
}

    .controls-button .btn, .controls-button .progress-form input[type="submit"], .progress-form .controls-button input[type="submit"] {
        background-color: #fff;
        display: inline
    }

        .controls-button .btn:hover, .controls-button .progress-form input[type="submit"]:hover, .progress-form .controls-button input[type="submit"]:hover {
            background: #fff;
            border: 1px solid #b7ced1;
            color: #3f4a52
        }

        .controls-button .btn:active, .controls-button .progress-form input[type="submit"]:active, .progress-form .controls-button input[type="submit"]:active, .controls-button .open .btn.dropdown-toggle, .controls-button .open .progress-form input.dropdown-toggle[type="submit"], .progress-form .controls-button .open input.dropdown-toggle[type="submit"] {
            -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
            -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
            box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
        }

    .controls-button .open .btn.dropdown-toggle, .controls-button .open .progress-form input.dropdown-toggle[type="submit"], .progress-form .controls-button .open input.dropdown-toggle[type="submit"] {
        background-color: #e6e6e6;
        border: 1px solid #b7ced1
    }

.open > .dropdown-menu.webcast-share {
    border-radius: 0
}

.webcast-share {
    border: none;
    box-shadow: none;
    width: 100%;
    background-color: transparent;
    margin-top: .5em;
    white-space: nowrap
}

    .webcast-share ul {
        list-style: none;
        margin-left: 0;
        display: -moz-inline-stack;
        display: block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        font-size: 80%
    }

    .webcast-share li {
        margin-right: 5px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline
    }

        .webcast-share li a {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            white-space: nowrap;
            color: #60666e;
            padding: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            width: 100%;
            -webkit-transition: background-color .2s;
            -webkit-transition-delay: ease-in-out;
            -moz-transition: background-color .2s ease-in-out;
            -o-transition: background-color .2s ease-in-out;
            transition: background-color .2s ease-in-out
        }

            .webcast-share li a:hover, .webcast-share li a:visited {
                text-decoration: none
            }

        .webcast-share li .ico-media {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding: 7px;
            text-align: center;
            min-width: 24px
        }

        .webcast-share li.facebook .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_fb.png) no-repeat 0 0
        }

        .webcast-share li.facebook a:visited {
            text-decoration: none
        }

        .webcast-share li.twitter .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_twitter.png) no-repeat 0 0
        }

        .webcast-share li.twitter a:visited {
            text-decoration: none
        }

        .webcast-share li.google .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_flickr.png) no-repeat 0 0
        }

        .webcast-share li .share-txt {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding-right: 15px
        }

    .webcast-share .facebook a {
        background: none
    }

        .webcast-share .facebook a:hover {
            color: #b7ced1;
            background: none
        }

    .webcast-share .twitter a {
        background: none
    }

        .webcast-share .twitter a:hover {
            color: #b7ced1;
            background: none
        }

    .webcast-share .google a {
        background: none
    }

        .webcast-share .google a:hover {
            color: #b7ced1;
            background: none
        }

    .webcast-share .envelope a {
        background: none
    }

        .webcast-share .envelope a:hover {
            color: #b7ced1;
            background: none
        }

    .webcast-share .pagelink a:hover {
        color: #b7ced1;
        background: none
    }

    .webcast-share .embed a:hover {
        color: #b7ced1;
        background: none
    }

    .webcast-share .disabled {
        color: #b7ced1
    }

.start-recording {
    border: 1px solid #b7ced1 !important;
    color: #60666e !important;
    margin-right: 0.5em;
    border-radius: 0px !important;
    padding: 10px 20px !important;
}

@-webkit-keyframes redPulse {
    from {
        color: #a03433
    }

    50% {
        color: #a03433
    }

    to {
        color: #fff
    }
}

.start-recording i.icon-circle {
    color: #a03433
}

    .start-recording i.icon-circle.bleep {
        -webkit-animation-name: redPulse;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite
    }

.record-controls {
    clear: both
}

    .record-controls span {
        margin-left: 1em;
        font-size: 90%
    }

    .record-controls.webcast-share ul {
        display: inline
    }

.dropdown-menu.agenda-item {
    margin-left: -3.8%;
    top: -4.4em;
    clear: both;
    width: 102.5%;
    position: absolute;
    border-radius: 0;
    border-color: #b7ced1;
    padding: .8em
}

.agenda-item .hgp2 {
    margin: .5em 0 0 .6em;
    font-size: 175%
}

.webcast-agenda .agenda-item p {
    margin-left: 23px
}

.webcast-agenda-title.content:hover {
    background: #f6f2cc;
    cursor: pointer
}

.webcast-agenda-title.active {
    background: #F6F2CC;
    cursor: pointer;
}

.agenda-wrapper {
    position: relative
}

    .agenda-wrapper > div {
        padding: 5px 0
    }

.country-flags img {
    display: inline;
    margin: .2em 0 .3em .2em;
    border: 3px solid #fff;
    background-color: #b7ced1;
    padding: 1px;
    height: 50px
}

.country-flags a:hover img, .country-flags .current-speaker img {
    border: 3px solid #b7ced1
}

div.wrap-inline {
    margin-top: 1em
}

    div.wrap-inline h4, div.wrap-inline h5, div.wrap-inline span {
        display: inline
    }

    div.wrap-inline h4, div.wrap-inline span {
        font-size: 120%
    }

    div.wrap-inline .link-list {
        padding-bottom: .5em
    }

.agenda-item .icon-upload {
    color: #059e4e
}

.search-results {
    margin: 1.5em 0;
    font-size: 140%;
    font-weight: 700
}

    .search-results span {
        font-weight: 700
    }

@media only screen and (max-width:1280px) {
    .sidebox-right {
        float: none;
        width: 100%;
        margin: 0
    }

    .mediaplayerContainer {
        width: 100%
    }

    .webcast-agenda {
        width: 100%;
        margin-bottom: 0
    }

    .contacts-box {
        margin: 1em 0;
        background: #f5f5f5 !important
    }

    .liveupdate_container {
        width: 100%
    }

    .liveupdate {
        max-height: 10em;
        font-size: 100%
    }

        .liveupdate li {
            margin-bottom: .4em
        }

    .dropdown-menu.agenda-item {
        margin-left: -2%;
        top: -4em;
        width: 97%
    }
}

@media only screen and (min-width:1281px) {
    .streampage {
        display: inline
    }
}

@media only screen and (max-width:1024px) {
    .agenda-item h4 {
        font-size: 120%
    }
}

@media(max-width:1024px) and (min-width:769px) {
    .content-gallery, .gallery-full.webcast-gallery {
        padding: 30px 4% 0 6% !important;
        width: 100% !important;
        margin-left: -2%;
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) {
    .content-gallery, .gallery-full.webcast-gallery {
        padding: 30px 4% 0 10% !important;
        width: 110% !important;
        margin-left: -5%;
        margin-bottom: 0
    }

    .content-slider .span3.sidebar-left.content-title {
        margin-left: 1em
    }

    .liveupdate_container {
        display: block
    }

    .dropdown-menu.agenda-item {
        margin-left: -3%
    }

    .record-controls {
        margin-left: 0;
        width: 100%;
        padding: 1em
    }

        .record-controls.webcast-share span {
            display: inline-block
        }

        .record-controls.webcast-share {
            background-color: #fff;
            border: 1px solid #b7ced1;
            clear: both;
            white-space: normal;
            box-shadow: 0 5px 10px rgba(0,0,0,.2)
        }
}

@media (min-width:481px) and (max-width:768px) {
    .owl-wrapper .owl-item .slide-wrapper.item-slider.long-title {
        min-height: 300px;
    }
}

@media(max-width:480px) {
    .tab-pane.fade.webcast-share.record-controls.share-tab.active.in .ico-media {
        padding: 3px;
    }

    .publication-wrapper.clearfix > figure, .publication-wrapper.clearfix .webcast-details {
        width: 97%;
    }

        .publication-wrapper.clearfix > figure > a > img, .publication-wrapper.clearfix > .webcast-details > .label-title {
            width: 100%;
            padding: 0;
        }

    .owl-wrapper .owl-item .slide-wrapper.item-slider.long-title {
        min-height: 300px;
    }

    .webcast-share ul {
        margin-left: 0;
        margin-top: -.3em
    }

    .webcast-share li {
        margin-right: 0
    }

    .record-controls.webcast-share ul {
        display: block;
        margin: 0 1em;
        clear: both
    }

    .webcast-share {
        min-height: 2em
    }
    .content-slider-inner .inner-right {
        padding: 0 20px 0 40px
    }
}

.owl-carousel a:active, .owl-carousel .owl-item a:focus {
    border: 1px dotted #3f4a52;
    -webkit-box-shadow: compact(0 2px 2px white,false,false,false,false,false,false,false,false,false);
    -moz-box-shadow: compact(0 2px 2px white,false,false,false,false,false,false,false,false,false);
    box-shadow: compact(0 2px 2px white,false,false,false,false,false,false,false,false,false)
}

.owl-item, .owl-controls {
    margin: 0;
    padding: 0;
    list-style: none
}

.owl-carousel {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
    min-height: 270px
}

    .owl-carousel .owl-item img {
        width: 100%;
        display: block
    }

.owl-item:after {
    content: "\20";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .owl-item, body[xmlns] .owl-item, body button[xmlns] .owl-item, body input[xmlns] .owl-item, body select[xmlns] .owl-item, body textarea[xmlns] .owl-item {
    display: block
}

* html .owl-item, * body .owl-item, body * button .owl-item, body * input .owl-item, body * select .owl-item, body * textarea .owl-item {
    height: 1%
}

.no-js .owl-item > slide-item:first-child {
    display: block
}

.content-slider .slider {
    position: relative;
    left: -11px;
    padding-right: 18.25%
}

.coming-up .slider {
    padding-right: 0 !important;
    left: 0 !important
}

.press-calendar .content-slider .slider {
    left: 0
}

.meetings .content-slider .slider {
    padding-right: 18.25%;
    position: relative;
    left: -11px
}

.loading .owl-carousel {
    background: url("/bundle/201606100903?url=/Content/images/ajax-loader_slider.gif") no-repeat center center;
    display: block
}

.loading .slide-item {
    display: none
}

.slider {
    min-height: 217px;
    padding-right: 18.25%
}

.loading .owl-controls {
    display: none
}

.owl-wrapper {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .owl-wrapper {
    max-height: 300px
}

.owl-carousel .owl-item {
    zoom: 1
}

.owl-controls {
    *height: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

    .owl-controls a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 1;
        cursor: pointer;
        color: rgba(0,0,0,.8);
        text-shadow: 1px 1px 0 rgba(255,255,255,.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    .owl-controls .owl-prev {
        left: -30px
    }

    .owl-controls .owl-next {
        right: -30px;
        text-align: right
    }

.owl-carousel:hover .owl-next:hover, .owl-carousel:hover .owl-prev:hover {
    opacity: 1
}

.owl-controls .disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls {
    margin-top: 0
}

@media screen and (max-width:860px) {
    .owl-controls .owl-prev {
        opacity: 1;
        left: 10px
    }

    .owl-controls .owl-next {
        opacity: 1;
        right: 10px
    }
}

.nav-tabs, .nav-pills {
    border-bottom: none
}

    .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle {
        color: #3f4a52;
        background-color: #fff;
        border-color: #b7ced1
    }

.nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    color: #3f4a52;
    background-color: #fff;
    border-color: #b7ced1
}

figure {
    margin: 0
}

    figure.span2 {
        margin: 0;
        width: 20%
    }

.accessibility-menu {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 999;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

    .accessibility-menu > li > a, .accessibility-menu > li > a:focus, .accessibility-menu > li > a:active {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: -100px;
        z-index: 999;
        margin: 0;
        padding: 6px 0;
        text-align: center;
        text-decoration: underline;
        background: #000;
        border: 2px solid #fff;
        color: #fff;
        font-weight: bold
    }

        .accessibility-menu > li > a:focus, .accessibility-menu > li > a:active {
            top: 100px
        }

.dropdown-mobile .faceted-search .control-wrapper .check-all {
    width: inherit
}

.dropdown-mobile .faceted-search .checkbox {
    white-space: normal;
    clear: both;
    margin-left: 0;
    /*padding:5px 5px 5px 25px;*/
}

    .dropdown-mobile .faceted-search .checkbox input {
        margin-right: 10px
    }

.dropdown-mobile .faceted-search .check-wrapper {
    white-space: normal;
    clear: both;
    padding: 10px 15px
}

.dropdown-mobile-menu .control-group .check-wrapper .boxShowAll {
    right: 0;
    top: 0;
    margin: 0;
    position: static;
    float: right
}

.dropdown-mobile-menu .link-all {
    background: #0c3759;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 100%
}

.dropdown-mobile-menu a:hover .link-all {
    text-decoration: none
}

.no-js li:hover .dropdown-menu {
    display: block
}

.related-content h2, .related-content h3 {
    margin: 15px 0 15px;
    font-size: 140%;
    font-weight: 700
}

.alertbox {
    position: absolute;
    top: 0;
    right: 0
}

    .alertbox a:hover {
        text-decoration: none
    }

    .alertbox a.alert-button {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        margin: 0 0 20px;
        padding: 8px 14px;
        background-color: #fff;
        border: 1px solid #b7ced1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        color: #5d6770
    }

        .alertbox a.alert-button:hover {
            background: #f3f7f8
        }

        .alertbox a.alert-button .i-margin-right {
            margin-right: 7px
        }

        .alertbox a.alert-button .i-margin-left {
            margin-left: 7px
        }

.home .alertbox {
    position: static;
    padding: 20px 14.5% 0 0;
    text-align: right;
    margin-bottom: 0
}

.noh-nof-page.nav-buttons .alertbox {
    position: relative;
    float: right;
    margin-right: 0;
    padding-right: 0;
    padding-left: 10px !important
}

.feedBackForm {
    margin-bottom: 20px
}

.breadcrumb {
    padding: 8px 0;
    margin: 0 0 20px;
    list-style: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

    .breadcrumb > .active {
        color: #5d6770
    }

    .breadcrumb > li > .divider {
        padding: 0 5px;
        color: #5d6770
    }

.double-majority {
    text-align: center;
    margin: 20px 0 30px;
    padding: 0 8%;
    width: 84%
}

    .double-majority .span5 {
        padding: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        float: none;
        width: 38%;
        margin-left: 0
    }

    .double-majority .span2 {
        padding: 30px 0 30px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        float: none;
        width: 12%
    }

        .double-majority .span2 .majority-percent {
            color: #b4b4b4
        }

    .double-majority .majority-percent {
        font-size: 500%;
        display: block;
        font-weight: 700;
        color: #0c3759;
        line-height: 120%
    }

    .double-majority .majority-label {
        font-size: 112%;
        display: block;
        padding: 0 5%;
        line-height: 1.2;
        color: #0c3759
    }

.euco .double-majority .span2 .majority-percent, .is .double-majority .span2 .majority-percent {
    color: #0074bd
}

.ceu .double-majority .span2 .majority-percent {
    color: #8dcfd7
}

.eg .double-majority .span2 .majority-percent {
    color: #008266
}

.es .double-majority .span2 .majority-percent {
    color: #008266
}

.gsc .double-majority .span2 .majority-percent {
    color: #b4b4b4
}

.sidebox .double-majority {
    margin: 0
}

    .sidebox .double-majority .span12 {
        margin: 10px 0
    }

.header-gallery {
    margin: 0 .5%;
    position: relative;
    color: #0c3759
}

    .header-gallery h3 {
        margin: 0 0 10px;
        color: #0c3759
    }

    .header-gallery .date-gallery {
        font-size: 93.8%
    }

    .header-gallery .caption {
        margin: 0
    }

    .header-gallery .short-description {
        margin: 0 0 10px;
        font-size: 81.3%
    }

    .header-gallery .copyright {
        margin: 0;
        font-style: italic;
        display: block;
        text-align: right
    }

.date-copyright-gallery {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 81.3%;
    font-style: italic
}

.rowline {
    clear: both
}

    .rowline .media-gallery figure {
        text-align: left;
        position: relative
    }

.media-gallery .content-top .backto {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    float: right;
    clear: right;
    left: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 0;
    padding: 5px 10px
}

.content-gallery {
    padding: 40px 3.5%;
    width: 93% !important;
    margin-bottom: 40px;
    clear: both
}

    .content-gallery .span2 {
        width: 15.65%;
        margin: 0 .5% 20px;
        padding: 0
    }

    .content-gallery .rowline .span2 {
        width: 15.65%;
        margin: 0 .5% 20px;
        padding: 0
    }

    .content-gallery .rowline .span4 .titletext {
        color: #164194;
        padding: 2%;
        font-size: 92.3%;
        line-height: 1.2em
    }

    .content-gallery .media-gallery.link-wrapper {
        border-bottom: none
    }

        .content-gallery .media-gallery.link-wrapper .src-img-wrapper {
            text-align: center
        }

        .content-gallery .media-gallery.link-wrapper:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
            opacity: .8
        }

        .content-gallery .media-gallery.link-wrapper .figure-wrapper {
            overflow: hidden;
            background-color: #000
        }

    .content-gallery .media-gallery .figure-space {
        display: block
    }

    .content-gallery .figure-space {
        border-bottom: 4px solid #b4b4b4;
        display: inherit
    }

    .content-gallery .floating-image .figure-space {
        display: inherit
    }

.no-institution .content-gallery .media-gallery.link-wrapper .figure-wrapper, .ceu .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    border-bottom: 1px solid #e2ebed !important
}

.gsc .content-gallery .media-gallery.link-wrapper .figure-wrapper, .euco .content-gallery .media-gallery.link-wrapper .figure-wrapper, .eg .content-gallery .media-gallery.link-wrapper .figure-wrapper, .es .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    border-bottom: 1px solid #3f4a52 !important
}

.align-none .media-gallery.link-wrapper {
    margin-bottom: 20px
}

    .align-none .media-gallery.link-wrapper.none {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline
    }

.media-gallery.link-wrapper {
    position: relative;
    display: block;
    z-index: 0
}

    .media-gallery.link-wrapper img {
        color: #fff
    }

.media-gallery .media-overlay-content {
    text-align: left;
    background: #0c3759;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    cursor: pointer
}

    .media-gallery .media-overlay-content:hover {
        text-decoration: underline
    }

.media-gallery .media-overlay-content-wrapper {
    padding: 10px;
    background: #0c3759
}

.media-gallery h3 {
    font-size: 100%;
    padding: 10px;
    margin: 0;
    color: #fff;
    position: absolute;
    background: #5d6770;
    top: 0;
    left: 0;
    z-index: 2
}

.media-gallery figcaption .short-title {
    font-weight: normal;
    font-size: 100%;
    margin-bottom: 4px
}

.media-gallery figcaption .caption {
    font-size: 81.3%;
    font-weight: normal;
    margin-bottom: 2px
}

.media-gallery figcaption.hide-mobile-media {
    text-align: left;
    background: #0c3759;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    z-index: 2
}

.media-gallery figcaption .short-description {
    font-size: 81.3%;
    font-weight: normal;
    margin-bottom: 5px
}

.media-gallery figcaption .link-to-action {
    font-size: 68.8%;
    font-style: italic
}

.media-gallery figcaption .copyright {
    font-size: 68.8%;
    font-style: italic
}

.media-gallery figcaption .date {
    font-size: 68.8%;
    font-style: italic;
    margin-bottom: 3px
}

.media-gallery .media-overlay-text {
    display: block;
    width: 80%;
    padding: 10px;
    font-size: 80%;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #47bcca
}

.media-gallery a .media-overlay-text {
    color: #fff
}

.media-gallery .media-overlay-text-small {
    font-size: 75%;
    font-style: italic;
    display: block
}

.media-gallery .figure-space {
    border-bottom: 4px solid #b4b4b4;
    display: block;
    position: relative
}

    .media-gallery .figure-space .icon-wrapper {
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 45px;
        height: 45px;
        color: #fff
    }

        .media-gallery .figure-space .icon-wrapper .icon {
            display: block;
            padding: 0;
            margin: 0;
            width: 45px;
            height: 45px;
            text-align: center;
            font-size: 1.25em;
            padding-top: 12px;
            background-color: #5d6770;
            color: #fff
        }

.media-gallery .figure-wrapper {
    display: block;
    border-bottom: 1px solid transparent;
    text-align: left
}

.media-gallery .titletext {
    font-size: 81.3%;
    margin-bottom: 10px
}

.row-timeline-item-wrapper .media-gallery.link-wrapper {
    overflow: hidden
}

    .row-timeline-item-wrapper .media-gallery.link-wrapper figure {
        float: left
    }

        .row-timeline-item-wrapper .media-gallery.link-wrapper figure .titletext {
            margin-bottom: 20px
        }

.video-box .media-gallery.link-wrapper {
    border-bottom: none
}

.floating-video .media-gallery.link-wrapper {
    border-bottom: none
}

.floating-image .figure-space {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.floating .media-gallery.link-wrapper figure {
    overflow: inherit
}

    .floating .media-gallery.link-wrapper figure .bg-black {
        display: none
    }

.floating .media-gallery.link-wrapper .src-img-wrapper {
    position: static;
    width: 100%;
    text-align: center;
    height: 100%
}

.floating .media-gallery.link-wrapper img {
    border-bottom: 1px solid #fff
}

.floating .media-gallery.link-wrapper:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.gsc.neutral .media-gallery figcaption .icon-wrapper .icon {
    background-color: #5d6770
}

.gsc .gsc.neutral .media-gallery figcaption .icon-wrapper .icon {
    background-color: #b4b4b4
}

.euco .gsc.neutral .media-gallery figcaption .icon-wrapper .icon, .is .gsc.neutral .media-gallery figcaption .icon-wrapper .icon {
    background-color: #0074bd
}

.ceu .gsc.neutral .media-gallery figcaption .icon-wrapper .icon {
    background-color: #8dcfd7
}

.eg .gsc.neutral .media-gallery figcaption .icon-wrapper .icon {
    background-color: #008266
}

.es .gsc.neutral .media-gallery figcaption .icon-wrapper .icon {
    background-color: #008266
}

.owl-carousel .media-gallery.link-wrapper .src-img-wrapper {
    text-align: center
}

    .owl-carousel .media-gallery.link-wrapper .src-img-wrapper img {
        width: auto;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1
    }

.main-topics {
    margin: 0 0 20px
}

    .main-topics h3 {
        margin-top: 0;
        padding-top: 0
    }

    .main-topics .euco h2, .main-topics .euco h3, .main-topics .is h2, .main-topics .is h3, .main-topics .eg h2, .main-topics .eg h3, .main-topics .es h2, .main-topics .es h3 {
        color: #fff
    }

    .main-topics > .main-topics-row:last-child {
        border: none
    }

    .main-topics .main-topics-title h2 {
        margin: 0
    }

body .main-topics-row {
    padding: 3em 1em 1em 1em;
    border-bottom: 1px solid #e8e8e8;
    background: #f5f5f5
}

    body .main-topics-row .span12 {
        padding: 0 4%
    }

    body .main-topics-row .floating-right {
        margin-right: 0;
        width: auto;
        width: 27%
    }

    body .main-topics-row .floating-left {
        margin-left: 0;
        margin-right: 40px;
        width: auto;
        width: 27%
    }

    body .main-topics-row .floating .media-gallery.link-wrapper img {
        max-width: 100%
    }

    body .main-topics-row .floating.list {
        max-width: inherit;
        width: 19%;
        padding: 1% 2%;
        word-wrap: break-word;
        border: 1px solid #e8e8e8
    }

    body .main-topics-row ul.inline-block {
        overflow: hidden;
        display: block
    }

    body .main-topics-row.ceu, body .main-topics-row.euco, body .main-topics-row.is, body .main-topics-row.gsc, body .main-topics-row.eg, body .main-topics-row.es {
        border-bottom: none
    }

        body .main-topics-row.ceu.even, body .main-topics-row.euco.even, body .main-topics-row.is.even, body .main-topics-row.gsc.even, body .main-topics-row.eg.even, body .main-topics-row.es.even {
            background-color: #fff !important
        }

    body .main-topics-row.euco, body .main-topics-row.is, body .main-topics-row.eg, body .main-topics-row.es {
        color: #fff
    }

        body .main-topics-row.euco a, body .main-topics-row.is a, body .main-topics-row.eg a, body .main-topics-row.es a {
            color: #fff
        }

            body .main-topics-row.euco a:hover, body .main-topics-row.is a:hover, body .main-topics-row.eg a:hover, body .main-topics-row.es a:hover {
                color: #fff;
                text-decoration: underline
            }

        body .main-topics-row.euco ul.link-list > li, body .main-topics-row.is ul.link-list > li, body .main-topics-row.eg ul.link-list > li, body .main-topics-row.es ul.link-list > li {
            background: url(/bundle/201606100903?url=/Content/images/arr_linklist-white.png) no-repeat 10px 6px !important
        }

        body .main-topics-row.euco .free-text > ul > li, body .main-topics-row.is .free-text > ul > li, body .main-topics-row.eg .free-text > ul > li, body .main-topics-row.es .free-text > ul > li {
            background: url(/bundle/201606100903?url=/Content/images/ico_bullet-white.png) no-repeat 10px 10px
        }

        body .main-topics-row.euco div.link-list ul, body .main-topics-row.is div.link-list ul, body .main-topics-row.eg div.link-list ul, body .main-topics-row.es div.link-list ul {
            margin: 0;
            padding: 0
        }

            body .main-topics-row.euco div.link-list ul li, body .main-topics-row.is div.link-list ul li, body .main-topics-row.eg div.link-list ul li, body .main-topics-row.es div.link-list ul li {
                padding-left: 28px;
                list-style: none;
                background: url(/bundle/201606100903?url=/Content/images/arr_linklist-white.png) no-repeat 10px 6px !important
            }

        body .main-topics-row.euco .lang-accordion.btn-group .btn.dropdown-toggle, body .main-topics-row.euco .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form body .main-topics-row.euco .lang-accordion.btn-group input.dropdown-toggle[type="submit"], body .main-topics-row.is .lang-accordion.btn-group .btn.dropdown-toggle, body .main-topics-row.is .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form body .main-topics-row.is .lang-accordion.btn-group input.dropdown-toggle[type="submit"], body .main-topics-row.eg .lang-accordion.btn-group .btn.dropdown-toggle, body .main-topics-row.eg .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form body .main-topics-row.eg .lang-accordion.btn-group input.dropdown-toggle[type="submit"], body .main-topics-row.es .lang-accordion.btn-group .btn.dropdown-toggle, body .main-topics-row.es .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form body .main-topics-row.es .lang-accordion.btn-group input.dropdown-toggle[type="submit"] {
            color: #fff
        }

            body .main-topics-row.euco .lang-accordion.btn-group .btn.dropdown-toggle:hover, body .main-topics-row.euco .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"]:hover, .progress-form body .main-topics-row.euco .lang-accordion.btn-group input.dropdown-toggle[type="submit"]:hover, body .main-topics-row.is .lang-accordion.btn-group .btn.dropdown-toggle:hover, body .main-topics-row.is .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"]:hover, .progress-form body .main-topics-row.is .lang-accordion.btn-group input.dropdown-toggle[type="submit"]:hover, body .main-topics-row.eg .lang-accordion.btn-group .btn.dropdown-toggle:hover, body .main-topics-row.eg .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"]:hover, .progress-form body .main-topics-row.eg .lang-accordion.btn-group input.dropdown-toggle[type="submit"]:hover, body .main-topics-row.es .lang-accordion.btn-group .btn.dropdown-toggle:hover, body .main-topics-row.es .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"]:hover, .progress-form body .main-topics-row.es .lang-accordion.btn-group input.dropdown-toggle[type="submit"]:hover {
                text-decoration: underline;
                color: #fff
            }

        body .main-topics-row.euco .lang-accordion-wrapper {
            background: #0074bd;
            padding: 15px 3% 24px;
            margin: 9px 0 15px
        }

            body .main-topics-row.euco .lang-accordion-wrapper li a:hover {
                color: #164194
            }

        body .main-topics-row.eg .lang-accordion-wrapper, body .main-topics-row.es .lang-accordion-wrapper, body .main-topics-row.is .lang-accordion-wrapper {
            background: #008266;
            padding: 15px 3% 24px;
            margin: 9px 0 15px
        }

            body .main-topics-row.eg .lang-accordion-wrapper li a:hover, body .main-topics-row.es .lang-accordion-wrapper li a:hover, body .main-topics-row.is .lang-accordion-wrapper li a:hover {
                color: #008266
            }

    body .main-topics-row.gsc .lang-accordion-wrapper {
        background: #e8e8e8
    }

    body .main-topics-row.no ul.link-list {
        padding-left: 0
    }

    body .main-topics-row.no .border {
        border: none;
        background: #e8e8e8
    }

        body .main-topics-row.no .border ul.link-list {
            padding-left: 2%
        }

    body .main-topics-row.euco .border, body .main-topics-row.is .border {
        border: none;
        background: #164194
    }

    body .main-topics-row.eg .border, body .main-topics-row.es .border {
        border: none;
        background: #005740
    }

    body .main-topics-row.ceu .border {
        border: none;
        background: #e2ebed
    }

    body .main-topics-row.gsc .border {
        border: none;
        background: #f5f5f5
    }

    body .main-topics-row.even {
        background-color: #fff !important
    }

    body .main-topics-row .odd {
        background-color: #fff !important
    }

    body .main-topics-row .span8 {
        margin-left: 0;
        width: 70.5%
    }

    body .main-topics-row .sidebar-right {
        margin-left: 0
    }

.main-topics-title .span12 {
    padding: 0 4%
}

div.ektron-aloha .main-topic-row ul.list-block {
    overflow: hidden;
    display: block
}

section.ektron-aloha .main-topic-row ul.list-block {
    overflow: hidden;
    display: block
}

.press-releases .lang-accordion.btn-group {
    padding-left: 28px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.lang-accordion.btn-group {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 100%;
    white-space: inherit
}

    .lang-accordion.btn-group .btn.dropdown-toggle, .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form .lang-accordion.btn-group input.dropdown-toggle[type="submit"] {
        position: relative;
        top: -3px;
        color: #164194;
        background: none;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 0;
        border: none;
        font-size: inherit;
        text-align: left;
        display: inline-block
    }

        .lang-accordion.btn-group .btn.dropdown-toggle:hover, .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"]:hover, .progress-form .lang-accordion.btn-group input.dropdown-toggle[type="submit"]:hover {
            text-decoration: underline;
            color: #0074bd
        }

    .lang-accordion.btn-group > div {
        width: 100%;
        position: relative
    }

    .lang-accordion.btn-group > ul {
        width: 100%;
        position: relative
    }

    .lang-accordion.btn-group .dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
        background: none
    }

    .lang-accordion.btn-group .btn-close {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        font-size: 200%;
        font-weight: 700;
        margin-right: 3%;
        top: 15px
    }

    .lang-accordion.btn-group .pdf.btn.dropdown-toggle, .lang-accordion.btn-group .progress-form input.pdf.dropdown-toggle[type="submit"], .progress-form .lang-accordion.btn-group input.pdf.dropdown-toggle[type="submit"] {
        background: url("/bundle/201606100903?url=/Content/images/ico_pdf.png") no-repeat top right
    }

    .lang-accordion.btn-group .icon.btn.dropdown-toggle, .lang-accordion.btn-group .progress-form input.icon.dropdown-toggle[type="submit"], .progress-form .lang-accordion.btn-group input.icon.dropdown-toggle[type="submit"] {
        padding-right: 30px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline
    }

.float .lang-accordion.btn-group .btn.dropdown-toggle, .float .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form .float .lang-accordion.btn-group input.dropdown-toggle[type="submit"] {
    top: 1px
}

.lang-accordion-wrapper {
    background: #f1f5f6;
    padding: 15px 3% 24px;
    margin: 9px 0 15px
}

.lang-accordion-choice ul li a {
    background: #164194;
    font-size: 106.3%;
    font-weight: 600;
    border: 1px solid #164194;
    text-decoration: none;
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 3px 4px;
    min-width: 22px;
    text-align: center
}

    .lang-accordion-choice ul li a:hover {
        background: #fff;
        border: 1px solid #164194;
        color: #164194;
        text-decoration: underline;
        font-weight: 600
    }

.lang-accordion-choice ul.inline > li, .lang-accordion-choice ol.inline > li {
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 12px
}

.owl-carousel .list-content ul {
    position: static
}

    .owl-carousel .list-content ul li {
        position: static
    }

        .owl-carousel .list-content ul li .lang-accordion.btn-group {
            position: static
        }

            .owl-carousel .list-content ul li .lang-accordion.btn-group .dropdown-menu {
                width: 100%;
                top: inherit;
                bottom: 0;
                position: absolute
            }

                .owl-carousel .list-content ul li .lang-accordion.btn-group .dropdown-menu .lang-accordion-wrapper {
                    background: #f1f5f6;
                    padding: 10px 3% 5px;
                    margin: 0;
                    height: 100%
                }

                    .owl-carousel .list-content ul li .lang-accordion.btn-group .dropdown-menu .lang-accordion-wrapper .lang-accordion-choice .label-title {
                        padding-right: 25px;
                        font-size: 92.3%
                    }

                    .owl-carousel .list-content ul li .lang-accordion.btn-group .dropdown-menu .lang-accordion-wrapper .lang-accordion-choice ul {
                        margin-left: 0;
                        margin-bottom: 0
                    }

                        .owl-carousel .list-content ul li .lang-accordion.btn-group .dropdown-menu .lang-accordion-wrapper .lang-accordion-choice ul li {
                            float: none;
                            width: auto;
                            margin: 0 4px 8px 0
                        }

                            .owl-carousel .list-content ul li .lang-accordion.btn-group .dropdown-menu .lang-accordion-wrapper .lang-accordion-choice ul li a {
                                display: -moz-inline-stack;
                                display: inline-block;
                                vertical-align: middle;
                                *vertical-align: auto;
                                zoom: 1;
                                *display: inline;
                                min-width: 23px
                            }

.row-fluid.eurogroup {
    margin-top: 0;
    padding: 40px 0 60px;
    border-top: 1px solid #ccc
}

.row-fluid.working-groups {
    margin-top: 0;
    padding: 40px 0 60px;
    border-top: 1px solid #ccc
}

.row-fluid.council-configurations-title {
    padding-bottom: 0
}

.council-configurations {
    padding: 20px 0 40px
}

    .council-configurations h2 {
        font-size: 140%;
        font-weight: 700
    }

    .council-configurations.council-configurations-title {
        border-top: 1px solid #ccc;
        margin-top: 60px
    }

        .council-configurations.council-configurations-title h2 {
            font-size: 180%;
            font-weight: 400
        }

    .council-configurations h3 {
        margin-top: 5px
    }

    .council-configurations.even {
        color: #fff
    }

    .council-configurations.txt-color {
        color: #09162f
    }

        .council-configurations.txt-color a {
            color: #09162f
        }

.european-council h3 {
    margin-top: 5px
}

.eurogroup h3 {
    margin-top: 5px
}

.meetings .council-configurations.txt-color article a .article-title {
    color: #09162f
}

.calendar .sidebar-left {
    background: none
}

.calendar .calendar-list-date {
    margin: 0 0 60px
}

    .calendar .calendar-list-date.last {
        margin: 0 0 20px
    }

    .calendar .calendar-list-date .calendar-title-date h2 {
        margin: 10px 0 0;
        padding-bottom: 10px
    }

.calendar .calendar-list h3 {
    /*margin: 20px 0 15px;*/
    padding-bottom: 10px;
    font-size:140%;
    font-weight:700;
}

.calendar .calendar-list .hgp3 {
    margin-top: 0
}

.calendar .calendar-list .row-fluid {
    margin: 0 0 30px
}

.calendar .calendar-list > h2 {
    margin-bottom: 20px;
    border-bottom: 3px solid #ccc;
    padding-bottom: 10px;
    margin-top: 0
}

.calendar .calendar-list > .hgp {
    margin-bottom: 20px;
    border-bottom: 3px solid #ccc;
    padding-bottom: 10px;
    margin-top: 0
}

.calendar .calendar-list .hgrouptags {
    background: none;
    z-index: 0;
    display: block !important;
    margin-left: 0;
    min-height: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #b7ced1
}

    .calendar .calendar-list .hgrouptags h2 {
        margin: 0
    }

        .calendar .calendar-list .hgrouptags h2 .inner-institution {
            border-bottom: none
        }

        .calendar .calendar-list .hgrouptags h2 .short-heading span {
            white-space: nowrap
        }

    .calendar .calendar-list .hgrouptags .hgp {
        margin: 0
    }

        .calendar .calendar-list .hgrouptags .hgp .inner-institution {
            border-bottom: none
        }

        .calendar .calendar-list .hgrouptags .hgp .short-heading span {
            white-space: nowrap
        }

    .calendar .calendar-list .hgrouptags .hgp2 {
        margin: 0
    }

.calendar .calendar-list .link-wrapper {
    width: 100%;
    position: relative;
    border-left: 6px solid #ccc;
    padding-left: 2%;
    text-decoration: none;
    background: none !important;
    padding-bottom: 20px
}

    .calendar .calendar-list .link-wrapper.ec {
        border-color: #0074bd
    }

    .calendar .calendar-list .link-wrapper.euco, .calendar .calendar-list .link-wrapper.is {
        border-color: #0074bd
    }

    .calendar .calendar-list .link-wrapper.ceu {
        border-color: #8dcfd7
    }

    .calendar .calendar-list .link-wrapper.eg {
        border-color: #008266
    }

    .calendar .calendar-list .link-wrapper.es {
        border-color: #008266
    }

    .calendar .calendar-list .link-wrapper.gsc {
        border-color: #b4b4b4
    }

    .calendar .calendar-list .link-wrapper:hover {
        text-decoration: none
    }

.calendar .calendar-list ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    z-index: 1;
    position: relative
}

    .calendar .calendar-list ul li {
        margin: 0;
        padding: 0 0 10px;
        list-style: none
    }

        .calendar .calendar-list ul li time {
            display: inline
        }

        .calendar .calendar-list ul li .list-content ul li {
            padding: 0 0 0 28px
        }

        .calendar .calendar-list ul li .list-content ul.tags-box li {
            padding: 10px 0
        }

        .calendar .calendar-list ul li .list-content ul.list-links li {
            padding-left: 28px
        }

    .calendar .calendar-list ul.link-list {
        margin: 0 0 20px 25px;
        width: 97%;
        overflow: inherit
    }

        .calendar .calendar-list ul.link-list li {
            list-style-image: url('/bundle/201606100903?url=/Content/images/arr_linklist.png');
            padding-left: 28px;
            padding-bottom: 0;
            margin-top: 0
        }

            .calendar .calendar-list ul.link-list li:first-child {
                margin-top: 10px
            }

.calendar .calendar-list .list-content.description-wrapper .link-list {
    margin: 0
}

.calendar .calendar-list .more-link a {
    border: none;
    padding: 0;
    padding-left: 28px
}

.calendar .calendar-list .label-title a:hover {
    text-decoration: underline
}

.calendar .content-top .hgrouptags {
    position: relative
}

.calendar .content-center .hgrouptags .btn-group {
    width: 100%;
    text-align: left;
    position: static;
    margin-top: 0
}

.calendar .content-center .hgrouptags .btn-group-mobile {
    width: 100%;
    text-align: left;
    position: static;
    margin-top: 0
}

.calendar .content-center .hgrouptags .faceted-search {
    width: 61.745856%;
    margin: 20px 0 0;
    float: left
}

.calendar .content-center .hgrouptags #eventCalendarCalendarSunday {
    margin-right: 0
}

.calendar .content-center .hgrouptags .control-group.controls-row {
    width: 38.61878453038674%;
    float: left;
    padding-left: 10%
}

.calendar .content-center .hgrouptags .calendar-download {
    width: 31.491712707182323%;
    margin: 20px 0 0;
    clear: none;
    float: left;
    background: #fff
}

.calendar .content-center > .hgrouptags .btn-group > .dropdown-toggle > span {
    padding: 5px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    border: 1px solid #d2d2d2
}

.calendar .content-center > .hgrouptags .btn-group-mobile > .dropdown-toggle-mobile > span {
    padding: 5px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    border: 1px solid #d2d2d2
}

.calendar .list-description {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.calendar .short-description {
    display: block;
    width: 90%;
    margin-top: 5px;
    clear: both
}

.calendar .list-meta-wrapper > div:nth-child(2n) {
    margin-top: 5px
}

.calendar a:hover .list-description:hover {
    text-decoration: underline
}

.calendar .pictures .calendar-list-date .calendar-title-date h2 {
    margin: 0
}

.calendar .non-eu-language {
    margin-top: 0
}

.calendar.press-calendar-item-page .calendar-list .link-wrapper {
    background: none !important;
    border: none !important;
    padding: 0
}

    .calendar.press-calendar-item-page .calendar-list .link-wrapper .hgrouptags {
        border: none !important
    }

.eventCalendar-wrap {
    margin-right: 0;
    width: 75%
}

.inputfield.formatdate input[type="text"] {
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: transparent;
    width: 100%;
}

.calendar-download {
    border: 1px solid #b7ced1;
    margin-bottom: 20px;
    padding: 20px 5% 10px;
    clear: both;
    width: 65%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    text-align: left;
    margin-right: 0
}

    .calendar-download .rowform-centered {
        width: 100%
    }

        .calendar-download .rowform-centered input[type="text"] {
            margin-bottom: 0;
            width: 100%;
        }

    .calendar-download h4 {
        margin-top: 0;
        margin: 0 0 20px
    }

    .calendar-download .hgp4 {
        margin-top: 0;
        margin: 0 0 20px
    }

    .calendar-download .datepicker {
        position: relative
    }

        .calendar-download .datepicker input[type="text"] {
            position: relative;
            z-index: 1;
            cursor: pointer;
            background: #fff
        }

        .calendar-download .datepicker i {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 100;
            margin: 10px 10px 0 0
        }

.control-group .picker, .daterange .picker {
    color: #3f4a52
}

.control-group .picker__month, .control-group .picker__year, .daterange .picker__month, .daterange .picker__year {
    font-weight: 700
}

.control-group .picker__holder, .daterange .picker__holder {
    min-width: 250px;
    border: 1px solid #b7ced1
}

.control-group .picker__day, .daterange .picker__day {
    text-align: center;
    font-size: 90%
}

.control-group .picker__day--highlighted:hover, .control-group .picker--focused .picker__day--highlighted, .daterange .picker__day--highlighted:hover, .daterange .picker--focused .picker__day--highlighted {
    background: #0c3759;
    border-color: #0c3759;
    font-weight: 700
}

.control-group .picker__day--infocus:hover, .control-group .picker__day--outfocus:hover, .daterange .picker__day--infocus:hover, .daterange .picker__day--outfocus:hover {
    background: #8eacb1;
    border-color: #8eacb1;
    color: #fff
}

.picker__day--event {
    background: #a3c5cb;
    border-color: #a3c5cb;
    color: #fff
}

.control-group .picker__day--today:before, .daterange .picker__day--today:before {
    border-top: .5em solid #164194
}

.control-group .picker__nav--next:before, .daterange .picker__nav--next:before {
    border-left: .75em solid #b7ced1
}

.control-group .picker__nav--prev:before, .daterange .picker__nav--prev:before {
    border-right: .75em solid #b7ced1
}

.control-group .picker__nav--prev:hover, .control-group .picker__nav--next:hover, .daterange .picker__nav--prev:hover, .daterange .picker__nav--next:hover {
    color: #fff;
    background: #eef3f4
}

body .member-slider {
    min-height: 200px;
    padding: 0;
    position: relative
}

    body .member-slider.alert {
        position: relative;
        color: #3f4a52;
        padding: 0;
        margin-bottom: 0;
        text-shadow: none;
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

        body .member-slider.alert .close {
            position: absolute;
            z-index: 20000;
            top: 0;
            right: 0;
            margin: 20px;
            font-size: 42px
        }

        body .member-slider.alert h4 {
            color: #3f4a52
        }

        body .member-slider.alert .member-slider-inner {
            margin-bottom: 20px
        }

    body .member-slider .more-link.first {
        display: none
    }

    body .member-slider .more-link i {
        margin-right: .25em
    }

    body .member-slider .owl-carousel .slide-item a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1
    }

    body .member-slider .owl-item .slide-item {
        padding: 40px 30px
    }

        body .member-slider .owl-item .slide-item .link-wrapper {
            display: block;
            padding: 5% 2.5%;
            min-height: 175px;
            position: relative;
            text-decoration: none
        }

    body .member-slider .owl-controls a {
        text-decoration: none;
        width: 50px;
        height: 58px;
        margin: -25px 0 0;
        color: #3f4a52
    }

        body .member-slider .owl-controls a i {
            font-size: 3.5em;
            padding: 0 20px;
            text-decoration: none;
            color: #3f4a52
        }

        body .member-slider .owl-controls a.owl-prev i {
            padding: 0 20px 0 10px
        }

        body .member-slider .owl-controls a:hover i {
            text-decoration: none
        }

    body .member-slider .span3.member-title {
        vertical-align: middle;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        float: none;
        padding: 0 15px;
        text-align: right
    }

        body .member-slider .span3.member-title a {
            text-decoration: underline
        }

            body .member-slider .span3.member-title a:hover {
                text-decoration: none
            }

    body .member-slider .span9 {
        vertical-align: middle;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        float: none;
        width: 73%
    }

    body .member-slider .align-avatar {
        margin-bottom: 0
    }

.member-slider-inner {
    background: #eef3f4;
    position: relative;
    z-index: 0
}

.members-gallery.link-wrapper {
    position: relative;
    display: block;
    z-index: 0;
    color: #fff
}

    .members-gallery.link-wrapper img {
        position: relative;
        z-index: 0;
        color: #fff;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        width: auto;
        max-width: 100%
    }

    .members-gallery.link-wrapper .figure-space {
        overflow: hidden;
        position: relative
    }

    .members-gallery.link-wrapper .src-img-wrapper {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center
    }

    .members-gallery.link-wrapper figure {
        text-align: center;
        position: relative;
        padding-bottom: 3px
    }

.members-gallery figcaption, .members-gallery .data-members {
    text-align: left;
    max-width: 175px;
    margin: 0 auto
}

    .members-gallery figcaption .short-description, .members-gallery .data-members .short-description {
        font-size: 80%
    }

    .members-gallery figcaption .caption, .members-gallery .data-members .caption {
        font-size: 80%;
        margin-bottom: 2px
    }

.members-gallery .hgp-members {
    text-align: center
}

.members-gallery h3, .members-gallery .hgp3 {
    font-size: 90%;
    padding: 3px 0;
    margin: 0;
    margin-top: 5px;
    line-height: 120%
}

.members-gallery h4, .members-gallery .hgp4 {
    font-size: 80%;
    padding: 0;
    margin: 0;
    line-height: 1.6em;
    color: #3f4a52;
    font-weight: normal
}

.members-gallery .icons > a {
    color: #3f4a52;
    padding-top: 5px;
    padding-right: 5px;
    text-decoration: none
}

    .members-gallery .icons > a:hover {
        color: #0074bd;
        text-decoration: none
    }

    .members-gallery .icons > a > i {
        font-size: 1.5em
    }

.timeline {
    margin-bottom: 10px
}

body .row-timeline {
    border-bottom: 1px solid #e8e8e8;
    background: #f5f5f5 !important
}

.row-timeline-item, .row-timeline-item-year {
    position: relative;
    padding: 10px 0
}

    .row-timeline-item:first-child, .row-timeline-item-year:first-child {
        position: relative;
        padding: 40px 0 10px
    }

    .row-timeline-item:last-child, .row-timeline-item-year:last-child {
        position: relative;
        padding: 10px 0 40px
    }

    .row-timeline-item .timeline-bullet, .row-timeline-item-year .timeline-bullet {
        position: absolute;
        top: 0;
        left: 23.076923076923077%;
        width: 3px;
        height: 100%;
        background: #164194;
        margin-left: -2px;
        z-index: 0
    }

.es .row-timeline-item .timeline-bullet, .eg .row-timeline-item .timeline-bullet, .int .row-timeline-item .timeline-bullet {
    background: #008266
}

.es .row-timeline-item-wrapper .bullet-hyphen, .eg .row-timeline-item-wrapper .bullet-hyphen, .int .row-timeline-item-wrapper .bullet-hyphen {
    background: #008266
}

.ceu .row-timeline-item .timeline-bullet {
    background: #8dcfd7
}

.ceu .row-timeline-item-wrapper .bullet-hyphen {
    background: #8dcfd7
}

.euco .row-timeline-item .timeline-bullet {
    background: #0074bd
}

.euco .row-timeline-item-wrapper .bullet-hyphen {
    background: #0074bd
}

.gsc .row-timeline-item .timeline-bullet {
    background: #b4b4b4
}

.gsc .row-timeline-item-wrapper .bullet-hyphen {
    background: #b4b4b4
}

.row-timeline-item-wrapper .bullet-hyphen {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 3px;
    background: #164194
}

.row-timeline-item-wrapper .span1 {
    text-align: center;
    width: 4.1%;
    margin-left: 0
}

.row-timeline-item-wrapper .span2 {
    text-align: right;
    width: 18.52991452991453%;
    margin-left: 2.5% !important
}

.row-timeline-item-wrapper .date {
    background: #b7ced1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    color: #3f4a52;
    font-size: 120%;
    font-weight: 600;
    padding: 0 5px;
    vertical-align: top;
    margin-top: 3px
}

.row-timeline-item-wrapper .time {
    background: #e8e8e8;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    padding: 0 5px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: -15px
}

.row-timeline-item-wrapper h1 {
    margin-top: 0
}

.row-timeline-item-wrapper h2 {
    margin-top: 0
}

.row-timeline-item-wrapper h3 {
    margin-top: 0
}

.row-timeline-item-wrapper h4 {
    margin-top: 0
}

.row-timeline-item-wrapper h5 {
    margin-top: 0
}

.row-timeline-item-wrapper h6 {
    margin-top: 0
}

.row-timeline-item-wrapper .floating-left {
    margin-right: 40px
}

.row-timeline-item-wrapper .floating-none {
    width: 50%;
    margin-right: 40px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.row-timeline-item-wrapper .span6 {
    padding-top: 4px
}

.row-timeline-active {
    border-bottom: 1px dashed #d2d2d2;
    background: #fff
}

body .row-timeline.row-timeline-active {
    background: #fff !important
}

.content-slider {
    padding: 0;
    position: relative;
    clear: both;
    min-height: 0 !important
}

    .content-slider .content-slider-outer {
        min-height: 200px
    }

    .content-slider .content-slider-inner {
        margin-bottom: 30px;
        padding: 10px 0
    }

    .content-slider .footnote {
        padding-bottom: 0
    }

    .content-slider .owl-carousel {
        min-height: 217px
    }

        .content-slider .owl-carousel .owl-item .slide-item {
            border: 1px solid #e8e8e8
        }

        .content-slider .owl-carousel .slide-item {
            background: #e8e8e8
        }

            .content-slider .owl-carousel .slide-item a {
                display: -moz-inline-stack;
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                zoom: 1;
                *display: inline;
                zoom: 1
            }

                .content-slider .owl-carousel .slide-item a.link-title:hover {
                    text-decoration: none
                }

        .content-slider .owl-carousel .link-list li {
            width: 93%
        }

            .content-slider .owl-carousel .link-list li a {
                display: inline
            }

    .content-slider .sidebar-left h1 {
        font-size: 180%;
        font-weight: normal;
        margin-bottom: 0;
        padding-right: 0;
        text-align: right
    }

    .content-slider.alert {
        position: relative;
        color: #3f4a52;
        padding: 0;
        margin-bottom: 0;
        text-shadow: none;
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        min-height: inherit
    }

        .content-slider.alert .close {
            position: absolute;
            z-index: 20000;
            top: 0;
            right: 0;
            margin: 20px;
            font-size: 42px;
            overflow: visible
        }

        .content-slider.alert h4 {
            color: #3f4a52
        }

        .content-slider.alert .content-slider-inner {
            margin-bottom: 20px
        }

    .content-slider .more-link.first {
        display: none
    }

    .content-slider .more-link i {
        margin-right: .25em
    }

    .content-slider .owl-controls .owl-prev {
        left: -38px;
        text-align: center
    }

    .content-slider .owl-controls .owl-next {
        right: -38px;
        text-align: center
    }

    .content-slider .owl-controls a {
        text-decoration: none;
        width: 50px;
        height: 58px;
        margin: -29px 0 0;
        color: #3f4a52
    }

        .content-slider .owl-controls a i {
            font-size: 57px;
            text-decoration: none;
            color: #3f4a52;
            padding: 0
        }

        .content-slider .owl-controls a:hover i {
            text-decoration: none
        }

    .content-slider .owl-item .slide-item {
        padding: 5px;
        margin: 1px
    }

        .content-slider .owl-item .slide-item .slide-wrapper {
            display: block;
            background: #fff;
            padding: 0;
            min-height: 280px;
            position: relative;
            text-decoration: none;
            border: 1px solid #b7ced1;
            height: 100%
        }

            .content-slider .owl-item .slide-item .slide-wrapper.media-gallery {
                background-color: #000
            }

            .content-slider .owl-item .slide-item .slide-wrapper .list-content {
                padding: 10px 15px 0px;
                font-size: 92.3%;
                color: #3f4a52;
            }

                .content-slider .owl-item .slide-item .slide-wrapper .list-content .label-title {
                    font-weight: normal;
                    margin-bottom: 7px;
                    line-height: 140%
                }

                    .content-slider .owl-item .slide-item .slide-wrapper .list-content .label-title .sub-label-title {
                        padding-right: 0
                    }

                        .content-slider .owl-item .slide-item .slide-wrapper .list-content .label-title .sub-label-title:last-child {
                            display: -moz-inline-stack;
                            display: inline-block;
                            vertical-align: middle;
                            *vertical-align: auto;
                            zoom: 1;
                            *display: inline;
                            vertical-align: top;
                            width: 82%;
                            line-height: 140%
                        }

                .content-slider .owl-item .slide-item .slide-wrapper .list-content:hover {
                    color: #3f4a52;
                    text-decoration: none
                }

                .content-slider .owl-item .slide-item .slide-wrapper .list-content h3 {
                    margin-top: 0;
                    line-height: 150%;
                    font-size: 120%
                }

            .content-slider .owl-item .slide-item .slide-wrapper a .hgp3 {
                color: #164194;
                text-decoration: underline
            }

                .content-slider .owl-item .slide-item .slide-wrapper a .hgp3:hover {
                    color: #164194;
                    text-decoration: none
                }

            .content-slider .owl-item .slide-item .slide-wrapper .more-link a {
                background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 10px 3px;
                padding-left: 28px;
                line-height: 120%
            }

        .content-slider .owl-item .slide-item a.slide-wrapper .hgp3 {
            color: #164194
        }

            .content-slider .owl-item .slide-item a.slide-wrapper .hgp3:hover {
                color: #164194;
                text-decoration: underline
            }

        .content-slider .owl-item .slide-item .date {
            position: static;
            z-index: 1;
            top: -20px;
            left: -20px;
            padding: 10px 13px 10px;
            border-top: 1px solid #0074bd;
            text-align: left;
            background: #0c3759;
            color: #fff
        }

            .content-slider .owl-item .slide-item .date.date-today {
                padding: 7px 12px 10px
            }

        .content-slider .owl-item .slide-item .date-month {
            display: block;
            font-size: 80%
        }

        .content-slider .owl-item .slide-item .date-day {
            display: block;
            font-weight: 700;
            font-size: 100%
        }

            .content-slider .owl-item .slide-item .date-day.double-date {
                font-size: 100%
            }

        .content-slider .owl-item .slide-item .date-label {
            text-transform: uppercase;
            display: block;
            font-weight: 700;
            font-size: 150%
        }

        .content-slider .owl-item .slide-item.today {
            background: #b7ced1
        }

        .content-slider .owl-item .slide-item li {
            padding: 0 !important;
            background: none
        }

        .content-slider .owl-item .slide-item ul {
            margin: 10px 10px 10px 17px
        }

            .content-slider .owl-item .slide-item ul.link-list {
                margin-left: 0
            }

                .content-slider .owl-item .slide-item ul.link-list > li {
                    padding-left: 28px !important;
                    list-style: none
                }

    .content-slider .list-adresse-contact {
        margin-bottom: 10px
    }

        .content-slider .list-adresse-contact .label-title {
            margin-bottom: 5px
        }

    .content-slider.top-slider .eg.content-slider-inner {
        background: #008266
    }

    .content-slider.top-slider .eg .hgp2 {
        color: #fff
    }

    .content-slider .eg .owl-carousel .owl-item .slide-item {
        border: 1px solid #008266
    }

    .content-slider .eg .owl-controls a {
        text-shadow: none;
        color: #3f4a52
    }

        .content-slider .eg .owl-controls a:hover {
            color: #fff
        }

    .content-slider ul.link-list > li {
        padding-left: 28px !important;
        list-style: none
    }

    .content-slider .euco .owl-carousel .owl-item .slide-item {
        border: 1px solid #0074bd
    }

    .content-slider .es .owl-carousel .owl-item .slide-item {
        border: 1px solid #008266;
        background: #008266
    }

    .content-slider .ceu .owl-carousel .owl-item .slide-item {
        border: 1px solid #8dcfd7
    }

    .content-slider .gsc .owl-carousel .owl-item .slide-item {
        border: 1px solid #e8e8e8
    }

    .content-slider .is .owl-carousel .owl-item .slide-item {
        border: none
    }

body #scheduleTemplate {
    background: #e8e8e8
}

    body #scheduleTemplate .no-events {
        padding: 10px;
        font-size: larger
    }

body .content-slider-inner {
    margin: 20px 0 40px;
    position: relative;
    z-index: 0
}

    body .content-slider-inner .accordion {
        margin-bottom: 20px;
        margin-top: 20px
    }

    body .content-slider-inner .accordion-group {
        border: none
    }

    body .content-slider-inner .accordion-inner {
        border-top: 1px solid transparent
    }

    body .content-slider-inner .span3 {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        float: none;
        vertical-align: middle;
        text-align: right
    }

    body .content-slider-inner .span9 {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        float: none;
        width: 74%;
        vertical-align: middle
    }

.euco.content-slider-inner, .is.content-slider-inner, .es.content-slider-inner {
    color: #fff
}

    .euco.content-slider-inner .hgp2, .is.content-slider-inner .hgp2, .es.content-slider-inner .hgp2 {
        color: #fff
    }

.owl-item .slide-wrapper.item-slider iframe, .owl-item .slide-wrapper.item-slider .projekktor {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    border: none;
    height: 241px
}

.owl-item .media-gallery {
    background-color: #000
}

    .owl-item .media-gallery figure {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

        .owl-item .media-gallery figure a {
            display: block
        }

    .owl-item .media-gallery figcaption a {
        color: #fff
    }

        .owl-item .media-gallery figcaption a:hover, .owl-item .media-gallery figcaption a:focus {
            color: #fff
        }

    .owl-item .media-gallery iframe {
        max-height: 100%
    }

    .owl-item .media-gallery.link-wrapper .src-img-wrapper {
        position: static
    }

    .owl-item .media-gallery .projekktor {
        width: 100% !important
    }

    .owl-item .media-gallery .src-img-wrapper {
        overflow: hidden
    }

        .owl-item .media-gallery .src-img-wrapper img {
            max-height: 277px
        }

.owl-item .align-middle {
    margin: 0
}

.calendar-slider {
    min-height: 200px;
    padding: 0;
    position: relative
}

    .calendar-slider.alert {
        position: relative;
        color: #3f4a52;
        padding: 0;
        margin-bottom: 0;
        text-shadow: none;
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

        .calendar-slider.alert .close {
            position: absolute;
            z-index: 20000;
            top: 0;
            right: 0;
            margin: 20px;
            font-size: 42px
        }

        .calendar-slider.alert h4 {
            color: #3f4a52
        }

        .calendar-slider.alert .calendar-slider-inner {
            margin-bottom: 20px
        }

    .calendar-slider .more-link.first {
        display: none
    }

    .calendar-slider .more-link i {
        margin-right: .25em
    }

    .calendar-slider .owl-carousel .slide-item a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1
    }

    .calendar-slider .owl-item .slide-item {
        padding: 40px 20px 30px 60px
    }

        .calendar-slider .owl-item .slide-item.highlight {
            background: #e8e8e8
        }

        .calendar-slider .owl-item .slide-item .slide-wrapper {
            display: block;
            background: #fff;
            padding: 5% 10% 5% 15%;
            min-height: 175px;
            position: relative;
            text-decoration: none
        }

            .calendar-slider .owl-item .slide-item .slide-wrapper.flex-video {
                padding: 0
            }

            .calendar-slider .owl-item .slide-item .slide-wrapper.flex-image {
                padding: 0
            }

        .calendar-slider .owl-item .slide-item .flex-video.long-title .list-content {
            padding-top: 0
        }

        .calendar-slider .owl-item .slide-item .flex-image.long-title .list-content {
            padding-top: 0
        }

        .calendar-slider .owl-item .slide-item .date {
            position: absolute;
            z-index: 1;
            top: -20px;
            left: -20px;
            padding: 5px 10px 6px;
            border-top: 1px solid #0074bd;
            text-align: center;
            background: #474c52;
            color: #fff
        }

            .calendar-slider .owl-item .slide-item .date.date-today {
                padding: 7px 12px 10px
            }

        .calendar-slider .owl-item .slide-item .date-month {
            display: block;
            font-size: 80%
        }

        .calendar-slider .owl-item .slide-item .date-day {
            display: block;
            font-weight: 700;
            font-size: 100%
        }

            .calendar-slider .owl-item .slide-item .date-day.double-date {
                font-size: 100%
            }

        .calendar-slider .owl-item .slide-item .date-label {
            text-transform: uppercase;
            display: block;
            font-weight: 700;
            font-size: 150%
        }

    .calendar-slider .owl-controls a {
        text-decoration: none;
        width: 50px;
        height: 58px;
        margin: -25px 0 0
    }

        .calendar-slider .owl-controls a i {
            font-size: 2.7em;
            padding: 0 20px;
            text-decoration: none
        }

        .calendar-slider .owl-controls a:hover i {
            text-decoration: none
        }

    .calendar-slider .list-adresse-contact {
        margin-bottom: 10px
    }

        .calendar-slider .list-adresse-contact .label-title {
            margin-bottom: 5px
        }

.calendar-slider-inner {
    background: #e8e8e8;
    margin: 30px 0 40px;
    position: relative;
    z-index: 0
}

#calendar-slider {
    min-height: initial
}

    #calendar-slider .owl-item > div {
        background: #0c3759;
        margin: 0 10px;
        min-height: 80px;
        text-align: center
    }

        #calendar-slider .owl-item > div a {
            min-height: 80px;
            padding: 10px 0;
            display: block
        }

        #calendar-slider .owl-item > div.currentd {
            background: #e8e8e8;
            border: 1px solid #e8e8e8
        }

            #calendar-slider .owl-item > div.currentd:hover a {
                min-height: 80px;
                padding: 10px 0;
                display: block;
                cursor: default
            }

            #calendar-slider .owl-item > div.currentd a {
                color: #0c3759
            }

        #calendar-slider .owl-item > div.current-day {
            height: 106px;
            background: none
        }

            #calendar-slider .owl-item > div.current-day:hover {
                background: none
            }

                #calendar-slider .owl-item > div.current-day:hover a {
                    display: block;
                    cursor: default
                }

            #calendar-slider .owl-item > div.current-day a {
                position: relative;
                padding: 0;
                height: 100%
            }

            #calendar-slider .owl-item > div.current-day div:hover {
                background: none
            }

            #calendar-slider .owl-item > div.current-day .content-day {
                position: absolute;
                width: 100%
            }

                #calendar-slider .owl-item > div.current-day .content-day p {
                    color: #666;
                    font-weight: bold;
                    text-transform: uppercase
                }

            #calendar-slider .owl-item > div.current-day .content-bullet {
                position: absolute;
                width: 100%;
                height: 100%
            }

            #calendar-slider .owl-item > div.current-day .bullet-hyphen {
                width: 15px;
                height: 15px;
                border-radius: 19px;
                border: 2px solid #fff;
                z-index: 999;
                position: relative;
                background: #ccc;
                top: 50%;
                left: 50%;
                margin-top: -8px;
                margin-left: -7.5px
            }

    #calendar-slider .owl-item > section {
        background: #0c3759;
        margin: 0 10px;
        min-height: 80px;
        text-align: center
    }

    #calendar-slider .owl-item div.currentd:hover {
        background: #e8e8e8;
        border: 1px solid #e8e8e8
    }

    #calendar-slider .owl-item div:hover {
        background: #0074bd
    }

    #calendar-slider .owl-item section:hover {
        background: #0074bd
    }

    #calendar-slider .owl-item a {
        color: #fff;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        text-align: center
    }

        #calendar-slider .owl-item a span {
            display: block
        }

        #calendar-slider .owl-item a:hover {
            text-decoration: none
        }

    #calendar-slider .owl-wrapper-outer {
        background: url(/bundle/201606100903?url=/Content/images/bg-calendar.png) center repeat-x
    }

    #calendar-slider .owl-prev, #calendar-slider .owl-next {
        background: none;
        color: #d2d2d2;
        font-size: 50px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        top: 3px;
        position: absolute
    }

    #calendar-slider .owl-prev {
        left: -15%
    }

    #calendar-slider .owl-next {
        right: -12%
    }

    #calendar-slider .owl-controls a {
        height: inherit;
        margin: 0;
        top: inherit
    }

.cal-slide-date {
    font-weight: 700;
    font-size: 2em
}

.cal-slide-arrow, .cal-slide-month {
    font-weight: 700;
    display: block;
    margin-top: 10px
}

.owl-theme#calendar-slider .owl-controls .owl-page span {
    background: #d2d2d2
}

#calendar-wrapper {
    padding: 0 10%;
    margin: 50px 0 0
}

.coming-up.full {
    background: none !important;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.coming-up .content-slider-inner {
    background: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 40px
}

.coming-up .content-slider .slides li .list-content {
    padding: 10px 15px 10px
}

.coming-up .full-inner {
    clear: both
}

.coming-up h2 {
    margin-bottom: 5px
}

.coming-up .calendar-slider-inner {
    margin: 0;
    padding: 20px 0 40px
}

.coming-up .flex-viewport {
    padding-top: 20px
}

.basicblock p {
    margin-bottom: 0
}

.basicblock.floating-left p {
    margin-bottom: 0
}

.basicblock.floating-right p {
    margin-bottom: 0
}

.faceted-search {
    margin-top: 22px;
    /*margin-right: 12%;
    width: 88%*/
}

    .faceted-search .controls-row {
        width: 75%;
        float: right;
        text-align: left
    }

    .faceted-search .control-wrapper {
        position: relative
    }

        .faceted-search .control-wrapper .check-all {
            position: absolute;
            right: 0;
            padding-right: 0;
            font-size: 87.5%;
            top: 2px;
            width: 100%
        }

            .faceted-search .control-wrapper .check-all .boxShowAll {
                width: 100%;
                right: 0
            }

            .faceted-search .control-wrapper .check-all .boxShowAll-wrapper.btn-group {
                width: 100%;
                right: 0
            }

            .faceted-search .control-wrapper .check-all .btn.dropdown-toggle, .faceted-search .control-wrapper .check-all .progress-form input.dropdown-toggle[type="submit"], .progress-form .faceted-search .control-wrapper .check-all input.dropdown-toggle[type="submit"] {
                width: 100%;
                display: block !important;
                text-align: right;
                -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                background: none
            }

    .faceted-search .more-link {
        padding: 10px 0 30px
    }

    .faceted-search .label-title {
        font-size: 110%;
        border: none
    }

    .faceted-search .checkbox {
        white-space: normal;
        clear: both
    }

    .faceted-search .by-date .control-group label {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        margin-right: 10px;
        width: 30%
    }

.boxShowAll {
    margin-right: 12%
}

    .boxShowAll .btn-group-mobile .btn.dropdown-toggle, .boxShowAll .btn-group-mobile .progress-form input.dropdown-toggle[type="submit"], .progress-form .boxShowAll .btn-group-mobile input.dropdown-toggle[type="submit"] {
        background: none;
        box-shadow: none
    }

    .boxShowAll .dropdown-toggle {
        position: relative;
        z-index: 0;
        border-radius: 0 !important;
        background: none;
        color: #5d6770;
        border: none;
        padding: 0 !important;
        margin: 0 !important;
        display: inline !important
    }

        .boxShowAll .dropdown-toggle:hover {
            background: none
        }

    .boxShowAll .dropdown-menu {
        position: absolute;
        z-index: 2000;
        right: 0;
        top: -40px;
        margin-left: 100%;
        min-width: 800px;
        text-align: left;
        width: 90%;
        padding: 0 20px 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

        .boxShowAll .dropdown-menu .checkbox {
            white-space: normal
        }

.link-all {
    color: #164194;
    text-decoration: none;
    font-size: 92.3%;
    padding: 3px 4px
}

    .link-all:hover {
        color: #0074bd;
        text-decoration: underline
    }

.open .link-all {
    padding: 3px 4px;
    background: #0c3759;
    color: #fff;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    text-decoration: none;
    white-space: nowrap
}

.boxShowAll-wrapper {
    position: relative
}

.close-icon {
    position: absolute;
    right: 0;
    top: 15px;
    margin: 0 25px 0 0;
    cursor: pointer
}

.close-button {
    margin: 10px 0 0
}

.filters-indent {
    border-left: 3px solid #d2d2d2;
    margin-left: 5px;
    padding-left: 10px;
    margin-bottom: 30px
}

    .filters-indent .label-title {
        font-size: 92.3%
    }

.control-group .select-more-body span {
    font-size: 92.3%;
    color: #164194;
    font-style: normal;
    padding: 0;
    margin-top: 0
}

.control-group .select-more-body .link-all {
    padding: 3px 4px
}

.control-group .select-more-body .open span {
    color: #fff
}

.control-group .select-more-body .open .link-all {
    padding: 3px 4px
}

.dropdown-mobile-menu .select-more-body span.link-all {
    color: #fff
}

.meta {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    padding: 30px 2%;
    font-size: 80%;
    position: relative;
    clear: both;
    margin-bottom: 20px
}

    .meta ul {
        margin: 0
    }

    .meta li {
        border-right: 1px solid #d2d2d2
    }

        .meta li:first-child {
            padding-left: 5px !important
        }

        .meta li a {
            color: #3f4a52
        }

        .meta li.non-eu-language-in-grey-box {
            margin-top: 10px;
            clear: both;
            display: block
        }

            .meta li.non-eu-language-in-grey-box a {
                color: #3f4a52;
                text-decoration: underline
            }

                .meta li.non-eu-language-in-grey-box a:hover {
                    text-decoration: none
                }

    .meta .last {
        border-right: none
    }

    .meta .more-link {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 6px;
        margin-right: -4px
    }

        .meta .more-link a {
            padding: 10px
        }

    .meta.archived-content {
        padding: 2%;
        color: #b82925;
        background: #f6f2cc;
        border: 1px solid #dfd14a
    }

        .meta.archived-content .hgp3 {
            margin: 0 0 2px 0;
            color: #b82925
        }

.pagination {
    clear: both
}

    .pagination ul {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        font-size: 85.7%;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        width: inherit !important;
        padding-left: 0 !important
    }

        .pagination ul > .disabled > span {
            color: #898989;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            cursor: default;
            background-color: transparent
        }

        .pagination ul > .disabled > a {
            color: #898989;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            cursor: default;
            background-color: transparent
        }

            .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
                color: #898989;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                cursor: default;
                background-color: transparent
            }

        .pagination ul > li > a, .pagination ul > li > span {
            float: left;
            padding: 10px 20px;
            line-height: 20px;
            text-decoration: none;
            background-color: #fff;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            border: 1px solid #d2d2d2;
            border-left-width: 0
        }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0
        }

.share {
}

    .share .label-share {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        white-space: nowrap;
        padding: 0;
        -webkit-transition: compact(compact(background-color .2s ease-in-out,false,false,false,false,false,false,false,false,false) false false);
        -moz-transition: compact(compact(background-color .2s ease-in-out,false,false,false,false,false,false,false,false,false) false false false);
        -o-transition: compact(compact(background-color .2s ease-in-out,false,false,false,false,false,false,false,false,false) false false false);
        transition: compact(background-color .2s ease-in-out,false,false,false,false,false,false,false,false,false);
        color: #000;
        margin-right: 5px
    }

    .share ul {
        list-style: none;
        margin-left: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin-bottom: 0
    }

    .share li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: middle
    }

        .share li a {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            white-space: nowrap;
            color: #fff;
            padding: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transition: compact(compact(background-color .2s ease-in-out,false,false,false,false,false,false,false,false,false) false false);
            -moz-transition: compact(compact(background-color .2s ease-in-out,false,false,false,false,false,false,false,false,false) false false false);
            -o-transition: compact(compact(background-color .2s ease-in-out,false,false,false,false,false,false,false,false,false) false false false);
            transition: compact(background-color .2s ease-in-out,false,false,false,false,false,false,false,false,false)
        }

            .share li a:hover, .share li a:visited {
                text-decoration: none
            }

        .share li .ico-media {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            padding: 7px 12px;
            vertical-align: middle;
            text-align: center;
            min-width: 24px
        }

        .share li.facebook .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_fb.png) no-repeat 0 0
        }

        .share li.facebook a:visited {
            text-decoration: none
        }

        .share li.twitter .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_twitter.png) no-repeat 0 0
        }

        .share li.twitter a:visited {
            text-decoration: none
        }

        .share li.pinterest .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_pinterest.png) no-repeat 0 0
        }

        .share li.flickr .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_flickr.png) no-repeat 0 0
        }

        .share li.youtube .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_flickr.png) no-repeat 0 0
        }

        .share li.google .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_flickr.png) no-repeat 0 0
        }

        .share li.google-plus .share-image.icon {
            background: url(/bundle/201606100903?url=/Content/images/ico_flickr.png) no-repeat 0 0
        }

        .share li .share-txt {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            padding-right: 15px;
            vertical-align: middle
        }

    .share.social-media > a, .share.social-media > span {
        margin-right: 5px
    }

    .share.social-media li.flickr a .ico-media {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        padding: 6px 10px;
        text-align: center;
        min-width: 24px;
        min-height: 32px;
        background: #60666e url(/bundle/201606100903?url=/Content/images/ico_flickr-off.png) no-repeat 50% 50%;
        border: 1px solid #60666e
    }

    .share.social-media li.flickr a:hover .ico-media {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        padding: 6px 10px;
        text-align: center;
        min-width: 24px;
        min-height: 32px;
        background: #fff url(/bundle/201606100903?url=/Content/images/ico_flickr-on.png) no-repeat 50% 50%;
        border: 1px solid #60666e
    }

    .share.social-media li.flickr a:hover .icon-flickr:before {
        content: "" !important
    }

    .share.social-media li.flickr a .icon-flickr:before {
        content: "" !important
    }

.social-media {
    margin-bottom: 20px
}

    .social-media.share {
        clear: both
    }

        .social-media.share li a:hover {
            color: #fff
        }

.free-text .share ul {
    padding-left: 0;
    width: 100%
}

    .free-text .share ul li a .ico-media {
        width: 25px;
        height: 32px
    }

.free-text .hgp3 {
    margin-top: 0
}

.twitter-feed .bq-txt {
    background: none;
    width: 100%;
    padding: 0
}

    .twitter-feed .bq-txt iframe {
        width: 100% !important
    }

.twitter-feed .hgp3 {
    margin-top: 0
}

.twitter-feed .rotate:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.twitter-feed .icon-twitter {
    color: #0074da
}

.twitter-feed .showTwitterFeed {
    cursor: pointer
}

.meetings .hgrouptags {
    min-height: 30px
}

    .meetings .hgrouptags h2 {
        font-size: 100%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        margin: 7px 0 7px 0
    }

    .meetings .hgrouptags .hgp {
        font-size: 100%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        margin: 7px 0 7px 0
    }

.meetings .sidebar-left {
    text-align: right;
    padding-right: 2.75%
}

.meetings .european-council {
    margin: 0 0 40px
}

    .meetings .european-council h2 {
        margin-top: 0
    }

.meetings .eurogroup {
    padding: 20px 0 40px
}

    .meetings .eurogroup h2 {
        margin-top: 0
    }

.meetings .working-groups {
    padding: 20px 0 40px
}

    .meetings .working-groups h2 {
        margin-top: 0
    }

    .meetings .working-groups p {
        margin: 7px 0 0
    }

.meetings .articles-list h4 {
    margin-top: 4px
}

.meetings .content-slider-inner .flex-viewport {
    background: #e8e8e8;
    margin: 0;
    position: relative;
    z-index: 0
}

.meetings .content-slider .slides li {
    padding: 20px 10px
}

    .meetings .content-slider .slides li.highlight {
        background: #e8e8e8
    }

    .meetings .content-slider .slides li.today {
        background: #b7ced1
    }

    .meetings .content-slider .slides li:first-child {
        padding: 20px 10px
    }

.meetings .article {
    margin-bottom: 25px
}

    .meetings .article .article-date-hour {
        font-weight: bold;
        margin-bottom: 5px
    }

    .meetings .article a .article-date-hour {
        font-weight: bold;
        margin-bottom: 5px
    }

    .meetings .article a .article-title:hover {
        text-decoration: underline
    }

.full-meeting-calendar {
    position: absolute;
    top: 13px;
    right: 0
}

.row-fluid.meetings-title .span9 {
    width: 60%
}

.meetings-page .content-area h2:first-child {
    margin-top: 0
}

.meetings-page .calendar-slider-inner {
    margin-top: 0
}

.meetings-page .more-link {
    margin-bottom: 20px
}

.meetings-page.nobg .hgrouptags {
    background: none
}

.no-institution.meetings-page .nomargin .archived-content {
    max-width: 100%
}

.euco-meetings, .is-meetings {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-euco.png) repeat-y 0% 0;
    padding-left: 20px
}

.conf-meetings {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-ceu.png) repeat-y 0% 0;
    padding-left: 20px
}

.coreper-meetings {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-ceu.png) repeat-y 0% 0;
    padding-left: 20px
}

.eg-meetings {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-eg.png) repeat-y 0% 0;
    padding-left: 20px
}

.international-summit-meetings {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-euco.png) repeat-y 0% 0;
    padding-left: 20px
}

p.intro::first-letter {
    float: left;
    font-size: 500%;
    color: #b4b4b4;
    margin-right: .1em;
    line-height: 82%
}

.content.ceu p.intro::first-letter {
    color: #8dcfd7
}

.content.euco p.intro::first-letter, .content.is p.intro::first-letter {
    color: #0074bd
}

.content.eg p.intro::first-letter {
    color: #008266
}

.content.es p.intro::first-letter {
    color: #008266
}

.content.gsc p.intro::first-letter {
    color: #b4b4b4
}

.sidebar-left .detail-date, .sidebar-left.detail-date, .only-mobile-sidebar .detail-date, .only-mobile-sidebar.detail-date {
    padding: 7px 15px 10px;
    border-top: 1px solid #0074bd;
    text-align: center;
    background: #0c3759;
    color: #fff;
    font-size: 100%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    zoom: 1;
    margin: 0 12% 20px 0
}

    .sidebar-left .detail-date .date-day, .sidebar-left.detail-date .date-day, .only-mobile-sidebar .detail-date .date-day, .only-mobile-sidebar.detail-date .date-day {
        display: block;
        font-weight: 700;
        font-size: 100%
    }

        .sidebar-left .detail-date .date-day time, .sidebar-left.detail-date .date-day time, .only-mobile-sidebar .detail-date .date-day time, .only-mobile-sidebar.detail-date .date-day time {
            display: inline
        }

.sidebar-left h1, .sidebar-right h1 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 45px;
    text-align: left
}

.sidebar-left .sidebar-content-wrapper, .sidebar-right .sidebar-content-wrapper {
    margin-right: 12%;
    width: 88%
}

    .sidebar-left .sidebar-content-wrapper .sidebar-content, .sidebar-right .sidebar-content-wrapper .sidebar-content {
        margin-right: 0;
        width: 75%
    }

.sidebar-left .searchbox-wrapper, .sidebar-right .searchbox-wrapper {
    margin-bottom: 30px
}

    .sidebar-left .searchbox-wrapper .searchbox, .sidebar-right .searchbox-wrapper .searchbox {
        top: 0;
        width: 100%;
        position: static;
        height: initial
    }

    .sidebar-left .searchbox-wrapper .row-f, .sidebar-right .searchbox-wrapper .row-f {
        overflow: visible;
        position: static;
        height: initial
    }

    .sidebar-left .searchbox-wrapper .search-submit, .sidebar-right .searchbox-wrapper .search-submit {
        float: right;
        position: static
    }

    .sidebar-left .searchbox-wrapper .input-wrapper, .sidebar-right .searchbox-wrapper .input-wrapper {
        overflow: hidden;
        padding-right: 17px
    }

        .sidebar-left .searchbox-wrapper .input-wrapper input, .sidebar-right .searchbox-wrapper .input-wrapper input {
            width: 100%;
            max-width: 100%
        }

.sidebar-left .sidebar-search label, .sidebar-right .sidebar-search label {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 45px;
    text-align: left
}

.sidebar-left .link-list, .sidebar-right .link-list {
    text-align: left
}

.sidebar-left .sidebar-content {
    float: right
}

.sidebar-right .sidebar-content {
    float: left
}

.cookiemessage {
    background-color: #f5f5f5;
    position: relative;
    margin-top: 0;
    z-index: 1000
}

.cookiealert .cookiemessage {
    background-color: #e2ebed;
    position: relative;
    margin-top: 0;
    z-index: 1000
}

.no-js .cookiemessage {
    display: none
}

#cookiemessage {
    margin: 0;
    padding: .8em 0;
    color: #333;
    font-weight: bold;
    display: none
}

    #cookiemessage #aCrisis {
        clear: both;
        margin-bottom: 20px
    }

        #cookiemessage #aCrisis > a {
            color: #fff;
            text-decoration: none;
            font-weight: normal
        }

            #cookiemessage #aCrisis > a:hover {
                color: #3f4a52
            }

    #cookiemessage .alertbox {
        position: relative;
        margin: 0
    }

    #cookiemessage p {
        font-size: .8em
    }

    #cookiemessage a {
        text-decoration: underline
    }

        #cookiemessage a:hover {
            text-decoration: none;
            color: #0074bd
        }

        #cookiemessage a.alert-button {
            text-decoration: none
        }

            #cookiemessage a.alert-button:hover {
                color: #3f4a52
            }

.history-timeline .timeline-bullet {
    background: #b7ced1
}

.history-timeline .row-timeline {
    background: none !important
}

.history-timeline .row-timeline-item {
    background: none !important
}

    .history-timeline .row-timeline-item .date, .history-timeline .row-timeline-item .bullet-hyphen {
        background: none;
        color: #3f4a52;
        font-weight: bold
    }

    .history-timeline .row-timeline-item .content-area {
        border-left: 7px #b7ced1 solid;
        padding: 20px;
        margin-bottom: 0
    }

        .history-timeline .row-timeline-item .content-area .full-timeline {
            width: 96%;
            padding: 20px 2%;
            background-color: #e2ebed !important
        }

    .history-timeline .row-timeline-item .icon-caret-left {
        color: #b7ced1 !important
    }

.history-timeline .row-timeline-item-wrapper .bullet-hyphen {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
    z-index: 999;
    position: relative;
    margin-top: 19px;
    background: #b7ced1
}

.history-timeline .row-timeline-item-wrapper .date {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0
}

.history-timeline .row-timeline-item-wrapper .span6, .history-timeline .row-timeline-item-wrapper .span9 {
    margin-left: 0;
    padding: 0
}

    .history-timeline .row-timeline-item-wrapper .span6 .span1 .icon-caret-left, .history-timeline .row-timeline-item-wrapper .span9 .span1 .icon-caret-left {
        color: #b4b4b4
    }

.history-timeline .ceu .bullet-hyphen {
    background: #8dcfd7;
    color: #fff
}

.history-timeline .ceu .content-area {
    border-left: 7px #8dcfd7 solid;
    padding: 20px
}

.history-timeline .ceu.row-timeline-item .icon-caret-left {
    color: #8dcfd7 !important
}

.history-timeline .euco .bullet-hyphen {
    background: #0074bd;
    color: #fff
}

.history-timeline .euco .content-area {
    border-left: 7px #0074bd solid;
    padding: 20px
}

.history-timeline .euco.row-timeline-item .icon-caret-left {
    color: #0074bd !important
}

.history-timeline .eg .bullet-hyphen, .history-timeline .es .bullet-hyphen {
    background: #008266;
    color: #fff
}

.history-timeline .eg .content-area, .history-timeline .es .content-area {
    border-left: 7px #008266 solid;
    padding: 20px
}

.history-timeline .eg.row-timeline-item .icon-caret-left, .history-timeline .es.row-timeline-item .icon-caret-left {
    color: #008266 !important
}

.history-timeline .ceu .date, .history-timeline .euco .date, .history-timeline .eg .date, .history-timeline .es .date {
    font-weight: normal
}

.history-timeline .row-timeline-item .icon-caret-left {
    float: right;
    margin-top: 10px
}

.history-timeline .span6 .span1, .history-timeline .span9 .span1 {
    width: 20px
}

.row-timeline-item .span6 .content-gallery .span2, .row-timeline-item .span9 .content-gallery .span2 {
    width: 15.65%;
    margin: 0 .5% 20px !important;
    padding: 0
}

.doc-item-grey {
    background: #f5f5f5;
    border: 1px solid #d2d2d2
}

.doc-item .doc-links {
    margin-right: 20px;
    margin-top: 20px;
    display: block
}

.doc-item h2 {
    margin: 0 0 10px;
    font-size: 130%;
    font-weight: bold
}

.doc-item .doc-desc {
    font-weight: normal;
    font-size: 85%
}

.doc-item a {
    font-size: 85%;
    display: block
}

.doc-item ul li {
    word-break: normal
}

.doc-item .float {
    width: auto;
    max-width: 47%
}

    .doc-item .float.float-left {
        margin: 0 20px 0 0
    }

.doc-pub .doc-item {
    line-height: 1.5em;
    border: 1px solid #e8e8e8;
    padding: 10px;
    position: relative;
    min-height: 200px
}

.doc-pub .container-fluid {
    padding: 0
}

.doc-pub .share, .doc-pub .reviewed {
    margin-top: 40px
}

.doc-pub .doc-item-white {
    background: #fff
}

.doc-item-last {
    margin-right: 0 !important
}

.doc-item-group-right {
    float: right
}

.doc-list .doc-item .floating-left, .doc-list .doc-item .floating-right {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
    display: block
}

.doc-list .doc-item .floating-left {
    text-align: right
}

.doc-list .doc-item .floating-right {
    text-align: right
}

.doc-list .doc-item .free-text.floating-left, .doc-list .doc-item .free-text.floating-right {
    border: none
}

.doc-list .doc-item .link-list {
    margin-left: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding-bottom: 0
}

.institution .green-content-block {
    background: #47bcca;
    color: #fff
}

    .institution .green-content-block h2, .institution .green-content-block h3 {
        color: #fff
    }

.institution .institution-content-block {
    background: #3f4a52;
    color: #3f4a52;
    display: block;
    height: 100%
}

    .institution .institution-content-block h2 {
        color: #fff;
        margin-top: 0;
        padding-top: 40px
    }

    .institution .institution-content-block h3 {
        color: #fff;
        margin-top: 0;
        font-size: 100%;
        line-height: 1.5em
    }

    .institution .institution-content-block .more-link {
        color: #fff
    }

.institution .latest-audio-pictures {
    margin: 0 0 40px
}

    .institution .latest-audio-pictures figure {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 5px
    }

.institution .share {
    margin: 50px 0
}

.institution .block-info-left {
    padding: 0 0 50px 0
}

.institution .block-info-right {
    padding: 0 50px 50px 0
}

.institution a:hover h3 {
    font-size: 100%;
    line-height: 1.5em;
    text-decoration: underline
}

.institution .date {
    color: #fff;
    padding: 0 5px 0 0;
    margin-right: 0;
    font-weight: bold
}

.institution .main-topics .institution-main-topics:nth-child(odd), .institution .main-topics .institution-main-topics.odd {
    background: #e8e8e8;
    padding: 40px 0
}

.institution .main-topics .institution-main-topics:nth-child(even), .institution .main-topics .institution-main-topics.even {
    padding: 40px 0
}

.institution-content-block {
    padding: 0 4.5%
}

.institution-latest-item {
    color: #d2d2d2;
    margin-bottom: 40px;
    display: block;
    text-decoration: none
}

a.institution-latest-item:hover {
    text-decoration: none;
    color: #fff
}

a.link-white {
    color: #fff
}

.institution-content-block-right {
    padding-left: 1.935897435897436%
}

.voting-table {
    border: 1px solid #e8e8e8;
    margin-bottom: 50px
}

    .voting-table .table td {
        width: auto !important
    }

        .voting-table .table td.number {
            max-width: 134px;
            text-align: center
        }

        .voting-table .table td.participation i {
            display: none
        }

    .voting-table .table th {
        vertical-align: top !important
    }

    .voting-table .check-all-countries {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 2px
    }

.country-table {
    border: 1px solid #fff
}

    .country-table .span6.country-table:first-child {
        margin-left: 0
    }

    .country-table tr:first-child td {
        border: none
    }

    .country-table table.table-striped th, .country-table table.table-striped td {
        border-top: none
    }

td.voting {
    width: 18%;
    min-width: 75px !important
}

    td.voting i.icon-upload {
        color: #059e4e
    }

    td.voting i.icon-download {
        color: #c21e00
    }

    td.voting i.icon-circle-blank, td.voting i.icon-upload, td.voting i.icon-download {
        font-size: 20px
    }

td.country {
    width: 45%
}

    td.country img {
        position: relative;
        margin-right: 5px;
        margin-top: -5px;
        max-width: 35px
    }

td.checkbox-voting {
    width: 7%
}

td.number {
    width: 12%
}

td.participation {
    width: 20%
}

.chart {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px
}

    .chart i {
        font-size: 20px
    }

        .chart i.icon-upload {
            color: #059e4e
        }

        .chart i.icon-download {
            color: #c21e00
        }

.voting-result {
    border: 1px solid #e8e8e8;
    text-align: center;
    background: #e8e8e8;
    min-height: 265px !important;
    margin-bottom: 30px
}

    .voting-result i.icon-upload {
        color: #059e4e
    }

    .voting-result i.icon-download {
        color: #c21e00
    }

    .voting-result.approved p {
        color: #059e4e
    }

    .voting-result.denied p {
        color: #c21e00
    }

    .voting-result.approved, .voting-result.denied {
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase
    }

    .voting-result h3 {
        margin-bottom: 10px;
        margin-top: 40px;
        display: block;
        padding: 0
    }

        .voting-result h3 i {
            display: block;
            font-size: 50px;
            padding: 30px 0 0
        }

.chart-title {
    background: #e8e8e8;
    padding: 10px 10px 0 10px;
    font-weight: bold
}

    .chart-title .chart-number {
        font-size: 20px
    }

.chart-minimum {
    width: 30%;
    float: right;
    text-align: right;
    color: #898989;
    line-height: 2em;
    font-weight: normal
}

.chart-graphic {
    padding: 0 10px 10px 10px
}

.chart-bar {
    width: 100%;
    margin: 15px 0 5px;
    clear: both;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

    .chart-bar .bar-positive {
        background: #059e4e;
        color: #059e4e;
        float: left;
        width: 80%;
        overflow: hidden
    }

    .chart-bar .bar-negative {
        background: #c21e00;
        color: #c21e00;
        float: left;
        width: 15%;
        overflow: hidden
    }

    .chart-bar .bar-abstain {
        color: #e8e8e8;
        background: #e8e8e8;
        float: left;
        width: 5%;
        overflow: hidden
    }

    .chart-bar span {
        float: left !important
    }

.chart-legend li {
    margin-left: 25px;
    list-style-type: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: center
}

.table-actions {
    margin-bottom: 20px;
    padding: 20px 10px 20px;
    background: #f5f5f5
}

    .table-actions .btn, .table-actions .progress-form input[type="submit"], .progress-form .table-actions input[type="submit"] {
        font-size: 16px
    }

        .table-actions .btn:hover, .table-actions .progress-form input[type="submit"]:hover, .progress-form .table-actions input[type="submit"]:hover {
            border: 1px solid #b7ced1
        }

    .table-actions .checkbox {
        margin-top: 5px;
        float: left;
        clear: both
    }

        .table-actions .checkbox input {
            margin-right: 35px
        }

.table-action {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none;
    width: 100%
}

label.checkbox.btn.btn-voting {
    margin-bottom: 2px;
    padding: 8px 0;
    margin-top: 0;
    width: 99.5%
}

.btn-voting {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #3f4a52;
    display: block;
    padding: 2px 8px;
    text-align: left;
    background: #e8e8e8;
    border: none;
    margin-bottom: 0;
    float: left;
    width: auto
}

    .btn-voting i {
        font-size: 18px
    }

    .btn-voting:hover {
        border: none;
        display: block;
        margin-bottom: 0;
        width: auto
    }

.btn-positive {
    color: #059e4e
}

    .btn-positive i {
        color: #059e4e
    }

    .btn-positive:hover {
        color: #059e4e
    }

.btn-negative {
    color: #c21e00
}

    .btn-negative i {
        color: #c21e00
    }

    .btn-negative:hover {
        color: #c21e00
    }

.voting input[type="radio"] {
    display: none
}

    .voting input[type="radio"] + label {
        display: inline;
        background: #fff
    }

        .voting input[type="radio"] + label i {
            color: #d2d2d2;
            margin-right: 5px
        }

        .voting input[type="radio"] + label.yes:hover i {
            color: #059e4e
        }

        .voting input[type="radio"] + label.no:hover i {
            color: #c21e00
        }

        .voting input[type="radio"] + label.abst:hover i {
            color: #000
        }

    .voting input[type="radio"]:checked + label.yes i {
        color: #059e4e
    }

    .voting input[type="radio"]:checked + label.no i {
        color: #c21e00
    }

    .voting input[type="radio"]:checked + label.abst i {
        color: #000
    }

.voting #radio-vote-yes + label i {
    color: #059e4e
}

.voting #radio-vote-no + label i {
    color: #c21e00
}

.voting #radio-vote-abstain + label i {
    color: #000
}

.btn-prev-voting {
    cursor: pointer;
    font-size: 85.7%;
    color: #164194;
    text-align: right;
    display: inline;
    float: right;
    padding: 2px 5px 2px 5px
}

    .btn-prev-voting .icon-minus-sign-alt {
        display: none
    }

    .btn-prev-voting .icon-plus-sign-alt {
        display: inline
    }

    .btn-prev-voting.open {
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-size: 85.7%;
        padding: 3px 4px 3px 8px;
        background: #0c3759
    }

        .btn-prev-voting.open .icon-minus-sign-alt {
            display: inline
        }

        .btn-prev-voting.open .icon-plus-sign-alt {
            display: none
        }

.form-horizontal .control-group.voting-controls .control-label {
    width: auto;
    margin-right: 0;
    padding-top: 11px
}

.form-horizontal .control-group.voting-controls .controls {
    margin-left: 10px;
    display: block;
    float: left
}

.voting-thead {
    background: #e8e8e8
}

.prev-voting {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-prev-voting-active {
    color: #fff !important;
    background: #164194 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.prev-voting-data {
    border: 1px solid #e8e8e8;
    padding: 7px
}

.voting-table .table td.participation i {
    display: block !important;
    float: left;
    margin-right: 5px;
    font-size: 20px;
    color: #d2d2d2
}

.voting-thead .icon-ok-circle {
    color: #059e4e !important
}

.voting-thead .icon-remove-circle {
    color: #c21e00 !important
}

.voting-thead .voting input[type="radio"] {
    margin-right: 5px;
    float: left
}

.voting-thead .voting label {
    float: left;
    margin-right: 10px
}

.voting-thead input[type="radio"] {
    display: block
}

.voting-thead .participation input[type="radio"] {
    margin-right: 2px;
    float: left
}

.voting-thead input[type="radio"] + label {
    background: none
}

td.voting .table-action .vote-radio-fleft {
    float: left
}

.gallery-full.eg, .gallery-full.euco, .gallery-full.is, .gallery-full.gsc, .gallery-full.es, .gallery-full.neutral {
    background: #3f4a52 !important
}

    .gallery-full.eg a, .gallery-full.euco a, .gallery-full.is a, .gallery-full.gsc a, .gallery-full.es a, .gallery-full.neutral a {
        color: #fff
    }

        .gallery-full.eg a:visited, .gallery-full.eg a:hover, .gallery-full.eg a:focus, .gallery-full.euco a:visited, .gallery-full.euco a:hover, .gallery-full.euco a:focus, .gallery-full.is a:visited, .gallery-full.is a:hover, .gallery-full.is a:focus, .gallery-full.gsc a:visited, .gallery-full.gsc a:hover, .gallery-full.gsc a:focus, .gallery-full.es a:visited, .gallery-full.es a:hover, .gallery-full.es a:focus, .gallery-full.neutral a:visited, .gallery-full.neutral a:hover, .gallery-full.neutral a:focus {
            color: #fff
        }

    .gallery-full.eg .more-link a, .gallery-full.euco .more-link a, .gallery-full.is .more-link a, .gallery-full.gsc .more-link a, .gallery-full.es .more-link a, .gallery-full.neutral .more-link a {
        background: url("/bundle/201606100903?url=/Content/images/arr_linklist-white.png") no-repeat 10px 6px
    }

    .gallery-full.eg .content-gallery, .gallery-full.es .content-gallery, .gallery-full.euco .content-gallery, .gallery-full.is .content-gallery, .gallery-full.gsc .content-gallery {
        background: #3f4a52 !important;
        margin: 10px 0;
        padding: 0
    }

        .gallery-full.eg .content-gallery .header-gallery, .gallery-full.es .content-gallery .header-gallery, .gallery-full.euco .content-gallery .header-gallery, .gallery-full.is .content-gallery .header-gallery, .gallery-full.gsc .content-gallery .header-gallery {
            color: #d2d2d2
        }

            .gallery-full.eg .content-gallery .header-gallery h3, .gallery-full.es .content-gallery .header-gallery h3, .gallery-full.euco .content-gallery .header-gallery h3, .gallery-full.is .content-gallery .header-gallery h3, .gallery-full.gsc .content-gallery .header-gallery h3 {
                color: #fff
            }

        .gallery-full.eg .content-gallery .titletext, .gallery-full.es .content-gallery .titletext, .gallery-full.euco .content-gallery .titletext, .gallery-full.is .content-gallery .titletext, .gallery-full.gsc .content-gallery .titletext {
            color: #d2d2d2
        }

        .gallery-full.eg .content-gallery .link-wrapper:hover, .gallery-full.eg .content-gallery .link-wrapper:focus, .gallery-full.es .content-gallery .link-wrapper:hover, .gallery-full.es .content-gallery .link-wrapper:focus, .gallery-full.euco .content-gallery .link-wrapper:hover, .gallery-full.euco .content-gallery .link-wrapper:focus, .gallery-full.is .content-gallery .link-wrapper:hover, .gallery-full.is .content-gallery .link-wrapper:focus, .gallery-full.gsc .content-gallery .link-wrapper:hover, .gallery-full.gsc .content-gallery .link-wrapper:focus {
            color: #d2d2d2
        }

        .gallery-full.eg .content-gallery .figure-space, .gallery-full.es .content-gallery .figure-space {
            border-color: #74c095
        }

        .gallery-full.euco .content-gallery .figure-space, .gallery-full.is .content-gallery .figure-space {
            border-color: #0074bd
        }

    .gallery-full.euco .euco.content-slider-inner, .gallery-full.euco .is.content-slider-inner, .gallery-full.is .euco.content-slider-inner, .gallery-full.is .is.content-slider-inner {
        color: #fff
    }

.gallery-full.ceu .content-gallery .figure-space {
    border-color: #8dcfd7
}

.gallery-full.ceu .euco.content-slider-inner, .gallery-full.ceu .is.content-slider-inner {
    color: #fff
}

.gallery-full.gsc.neutral {
    background: #3f4a52 !important
}

.gallery-full.es .es.content-slider-inner {
    color: #fff
}

.gallery-full .content-gallery iframe {
    display: block;
    width: 100%
}

.feedBackForm {
    margin-bottom: 20px
}

.loading-page {
    position: absolute;
    top: 0
}

    .loading-page .loading-bg, .loading-page .loading-img {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1500
    }

    .loading-page .loading-bg {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: .8;
        background: #fff
    }

    .loading-page .loading-img {
        display: table
    }

        .loading-page .loading-img span {
            display: table-cell;
            vertical-align: middle;
            text-align: center
        }

.list-member {
    font-size: 90%;
    padding: 10px;
    border: 1px solid #e4ebed;
    margin-bottom: 25px
}

    .list-member figure {
        padding: 0
    }

        .list-member figure.member-img img {
            max-width: 100%
        }

    .list-member .data-member {
        line-height: 1.33em
    }

        .list-member .data-member figure.member-img {
            margin-top: 15px;
            display: none
        }

            .list-member .data-member figure.member-img img {
                max-width: 175px
            }

    .list-member .name {
        margin-bottom: 0;
        margin-top: 10px;
        padding-right: 70px
    }

    .list-member .function {
        margin-bottom: 15px;
        font-size: 120%;
        margin-top: 5px
    }

    .list-member .function-member-chair, .list-member .phone-fax-mobile, .list-member .mail-facebook-twitter-url, .list-member .documents, .list-member p {
        margin-bottom: 10px
    }

        .list-member .mail-facebook-twitter-url > div {
            padding-bottom: 3px
        }

    .list-member .wp {
        padding-right: 5px;
        min-width: 20px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        text-align: center
    }

    .list-member .mail-facebook-twitter-url a {
        background: none
    }

    .list-member .documents .link-list {
        padding-right: 20px
    }

    .list-member .documents li {
        padding-left: 20px;
        background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 6px 6px !important
    }

.members-group-letter {
    margin-left: 0 !important
}

.padding20 {
    padding: 20px
}

.members-page .hgrouptags {
    min-height: inherit
}

.members-page .content-area h2:first-child {
    margin-top: 0
}

.members-page .calendar-slider-inner {
    margin-top: 0
}

.members-page .list-member.span12 {
    margin: 0 0 0 2.564102564102564%;
    width: 97.4%;
    margin-bottom: 20px
}

.member-info img.flag {
    height: auto;
    width: 12%;
    float: right;
    max-width: 64px;
    max-height: 64px
}

.european-member {
    background-color: #e2ebed
}

.ec-members figure {
    margin-right: 2%
}

.progress {
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

    .progress .progress-bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        -webkit-transition: width ease .6s;
        transition: width ease .6s
    }

.progress-box h3 {
    margin-top: 0
}

.progress-form h3 {
    margin-top: 0
}

.progress-form p {
    margin-bottom: 12px
}

.progress-form ol {
    list-style: none;
    padding: 0;
    margin: 0 0 12px
}

    .progress-form ol input[type="radio"] {
        margin: 0 5px 0 0
    }

    .progress-form ol label {
        display: inline
    }

.progress-form input[type="submit"] {
    padding: 5px 15px 6px;
    font-size: 17.5px
}

.ceu .progress-bar {
    background: #8dcfd7
}

.euco .progress-bar, .is .progress-bar {
    background: #0074bd
}

.eg .progress-bar, .es .progress-bar {
    background: #008266
}

.menu-blog {
    margin: 0 0 40px;
    width: 100%
}

    .menu-blog .bg-blog {
        display: block;
        background-color: #5d6770;
        width: initial
    }

        .menu-blog .bg-blog > li.active a {
            font-weight: bold
        }

        .menu-blog .bg-blog > li a {
            color: #fff
        }

            .menu-blog .bg-blog > li a:visited, .menu-blog .bg-blog > li a:focus, .menu-blog .bg-blog > li a:hover {
                color: #fff
            }

.content-top .bg-blog {
    background-color: #5d6770
}

    .content-top .bg-blog > li a {
        color: #fff
    }

        .content-top .bg-blog > li a:visited, .content-top .bg-blog > li a:focus, .content-top .bg-blog > li a:hover {
            color: #fff;
            background-color: #464d54
        }

.content-top .sidebar-search {
    display: none
}

.content-center .latest-posts-wrapper {
    display: none
}

.logo-blog {
    height: 150px;
    margin-bottom: 20px
}

.blog-name {
    padding: 5px 8px;
    background: #5d6770;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-bottom: 0
}

.blog-wrapper {
    border-left: 6px solid #5d6770;
    padding-left: 4%;
    text-decoration: none;
    margin-bottom: 40px
}

    .blog-wrapper:last-child {
        margin-bottom: 60px
    }

    .blog-wrapper .blog-img {
        margin: 10px 0 20px;
        max-width: 100%
    }

.latest-post {
    text-align: left;
    padding-bottom: 10px
}

    .latest-post .post-wrapper {
        border-left: 6px solid #5d6770;
        padding-left: 6%;
        text-decoration: none;
        margin-bottom: 20px
    }

        .latest-post .post-wrapper p {
            margin-bottom: 5px
        }

.post-info-wrapper .post-info {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.post-info-wrapper .blog-name {
    float: right
}

    .post-info-wrapper .blog-name ul {
        margin: 0
    }

        .post-info-wrapper .blog-name ul a {
            color: #fff
        }

            .post-info-wrapper .blog-name ul a:focus, .post-info-wrapper .blog-name ul a:hover, .post-info-wrapper .blog-name ul a:visited {
                color: #fff
            }

.main .content .tags-box-wrapper .tags-box {
    width: 100%;
    margin: 0
}

    .main .content .tags-box-wrapper .tags-box > li {
        margin-bottom: 0 !important
    }

.blog-comments {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #d2d2d2
}

    .blog-comments h1 {
        font-size: 160%
    }

    .blog-comments .comments-info {
        margin-bottom: 10px
    }

    .blog-comments .comments {
        margin-bottom: 30px
    }

        .blog-comments .comments:last-child {
            margin-bottom: 50px
        }

/*[role="tooltip"] {
    display: none;
    padding: 1em 2em;
    margin: -1em 0 0 1em;
    background: #f3f7f8;
    z-index: 9999;
    font-size: 85%;
    width: 25em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 0 3px #6c9aa1
}*/

.control-group input:focus + [role="tooltip"] {
    display: inline-table;
    position: absolute
}

.input-list input:focus + [role="tooltip"] {
    margin-left: 4em;
    width: 17em
}

@media only screen and (max-width:768px) {
    .control-group input:focus + [role="tooltip"] {
        display: block;
        position: relative;
        margin-top: -.5em;
        margin-left: 0;
        margin-bottom: .5em;
        padding: 8px 2%;
        width: 94.5%
    }
}

#design_content .design_textfield {
    width: 206px
}

.spacer {
    margin-top: 20px;
    display: block
}

.keywords {
    position: absolute;
    right: 0;
    top: 12px;
    display: block;
    margin-bottom: 0;
    font-weight: bold
}

.mandatory-label {
    position: absolute;
    right: 0;
    top: 17px;
    margin-right: 3%;
    font-size: 85.7%
}

a.design_view_button:link {
    padding: 2px;
    display: none
}

#design_content, div.design_content {
    padding: 0;
    overflow: hidden
}

    #design_content .design_textfield, div.design_content .design_textfield {
        width: 40%
    }

    #design_content .controls textarea, div.design_content .controls textarea {
        height: 100px;
        padding: 8px 2%;
        width: 94.5%
    }

.defaultForm .integerField input[type="text"] {
    width: 45px
}

fieldset fieldset {
    padding: 10px 10px 10px 20px;
    border: 1px solid #b7ced1;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 0;
    position: relative
}

    fieldset fieldset legend {
        padding-top: 0;
        margin-top: 0;
        font-size: 14px;
        display: inline !important;
        width: auto;
        background: #fff;
        border: 1px solid #b7ced1;
        padding: 0 10px
    }

    fieldset fieldset .label-title {
        font-size: 14px
    }

legend + .control-group {
    margin-top: 0
}

legend label.control-label {
    font-size: 18px;
    padding-top: 10px
}

ol.design_list_horizontal {
    margin-left: 0
}

    ol.design_list_horizontal li {
        margin-right: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding-right: 5px;
        padding-left: 5px
    }

.main #design_content p .icon-pdf, .main div.design_content p .icon-pdf {
    width: inherit;
    padding-left: 32px;
    display: inline;
    font-family: "Open Sans",Arial,Tahoma,sans-serif;
    position: relative;
    top: -2px;
    padding-bottom: 2px
}

.design_validation_failed {
    border: 1px solid #b94a48 !important
}

.euco, .is {
    background: #0074bd !important
}

    .euco.txt-color, .is.txt-color {
        color: #fff
    }

        .euco.txt-color a, .is.txt-color a {
            color: #fff
        }

        .euco.txt-color h1, .is.txt-color h1 {
            color: #fff
        }

        .euco.txt-color h2, .is.txt-color h2 {
            color: #fff
        }

        .euco.txt-color h4, .is.txt-color h4 {
            color: #fff
        }

        .euco.txt-color h3, .is.txt-color h3 {
            color: #fff
        }

    .euco.content-slider-inner, .is.content-slider-inner {
        color: #3f4a52
    }

        .euco.content-slider-inner .slide-item, .is.content-slider-inner .slide-item {
            background: #0074bd
        }

    .euco .figure-space, .is .figure-space {
        border-bottom: 4px solid #0074bd
    }

    .euco .member-slider-inner, .is .member-slider-inner {
        background: #0074bd;
        color: #fff
    }

        .euco .member-slider-inner h2 a, .is .member-slider-inner h2 a {
            color: #fff;
            text-decoration: underline
        }

            .euco .member-slider-inner h2 a:hover, .euco .member-slider-inner h2 a:focus, .euco .member-slider-inner h2 a:visited, .is .member-slider-inner h2 a:hover, .is .member-slider-inner h2 a:focus, .is .member-slider-inner h2 a:visited {
                color: #fff;
                text-decoration: underline
            }

        .euco .member-slider-inner .hgp3, .euco .member-slider-inner .hgp4, .is .member-slider-inner .hgp3, .is .member-slider-inner .hgp4 {
            color: #fff
        }

        .euco .member-slider-inner .icons a, .is .member-slider-inner .icons a {
            color: #fff
        }

            .euco .member-slider-inner .icons a:hover, .euco .member-slider-inner .icons a:focus, .is .member-slider-inner .icons a:hover, .is .member-slider-inner .icons a:focus {
                color: #ccc
            }

        .euco .member-slider-inner .owl-controls a i, .is .member-slider-inner .owl-controls a i {
            color: #fff
        }

    .euco .floating.blockquote .bq-quotes, .is .floating.blockquote .bq-quotes {
        background: #0074bd
    }

    .euco .floating.blockquote-twitter .bq-quotes, .is .floating.blockquote-twitter .bq-quotes {
        background: #0074bd
    }

    .euco .row-timeline .timeline-bullet, .is .row-timeline .timeline-bullet {
        background: #0074bd
    }

    .euco .row-timeline-item-wrapper .bullet-hyphen, .is .row-timeline-item-wrapper .bullet-hyphen {
        background: #0074bd
    }

    .euco .row-timeline-item-wrapper .time, .is .row-timeline-item-wrapper .time {
        background: none;
        color: #0074bd
    }

    .euco .image-full, .is .image-full {
        border-bottom: 4px solid #0074bd
    }

    .euco.content-gallery, .is.content-gallery {
        background: #3f4a52 !important;
        margin: 10px 0
    }

        .euco.content-gallery .figure-space, .is.content-gallery .figure-space {
            border-color: #0074bd
        }

        .euco.content-gallery .header-gallery, .is.content-gallery .header-gallery {
            color: #d2d2d2
        }

            .euco.content-gallery .header-gallery h3, .is.content-gallery .header-gallery h3 {
                color: #fff
            }

        .euco.content-gallery .titletext, .is.content-gallery .titletext {
            color: #d2d2d2
        }

        .euco.content-gallery .link-wrapper:hover, .is.content-gallery .link-wrapper:hover {
            color: #d2d2d2
        }

        .euco.content-gallery .link-wrapper:focus, .is.content-gallery .link-wrapper:focus {
            color: #d2d2d2
        }

    .euco.odd, .is.odd {
        background-color: #fff !important
    }

    .euco .lang-accordion .other-language:focus, .is .lang-accordion .other-language:focus {
        outline: 1px auto #fff
    }

.ec-blue {
    background: #0074bd !important
}

.ceu {
    background: #8dcfd7 !important
}

    .ceu .member-slider-inner {
        background: #8dcfd7
    }

    .ceu .figure-space {
        border-bottom: 4px solid #8dcfd7
    }

    .ceu .content-gallery {
        background: #e2ebed !important
    }

        .ceu .content-gallery#mediagallerycarousel {
            background: #e2ebed !important
        }

    .ceu .floating.blockquote .bq-quotes {
        background: #8dcfd7
    }

    .ceu .floating.blockquote-twitter .bq-quotes {
        background: #8dcfd7
    }

    .ceu .row-timeline-item-wrapper .time {
        background: #8dcfd7;
        color: #fff
    }

    .ceu.content-slider-inner .slide-item {
        background: #8dcfd7
    }

    .ceu .image-full {
        border-bottom: 4px solid #8dcfd7
    }

    .ceu.odd {
        background-color: #fff !important
    }

.ceu-gray {
    background: #b4b4b4 !important
}

.eg {
    background: #008266 !important
}

    .eg.txt-color {
        color: #fff
    }

        .eg.txt-color a {
            color: #fff
        }

        .eg.txt-color h1 {
            color: #fff
        }

        .eg.txt-color h2 {
            color: #fff
        }

        .eg.txt-color h4 {
            color: #fff
        }

        .eg.txt-color h3 {
            color: #fff
        }

    .eg .figure-space {
        border-bottom: 4px solid #008266
    }

    .eg .member-slider-inner {
        background: #008266;
        color: #fff
    }

        .eg .member-slider-inner h2 a {
            color: #fff;
            text-decoration: underline
        }

            .eg .member-slider-inner h2 a:hover, .eg .member-slider-inner h2 a:focus, .eg .member-slider-inner h2 a:visited {
                color: #fff;
                text-decoration: underline
            }

        .eg .member-slider-inner .hgp3, .eg .member-slider-inner .hgp4 {
            color: #fff
        }

        .eg .member-slider-inner .icons a {
            color: #fff
        }

            .eg .member-slider-inner .icons a:hover, .eg .member-slider-inner .icons a:focus {
                color: #ccc
            }

        .eg .member-slider-inner .owl-controls a i {
            color: #fff
        }

    .eg .floating.blockquote .bq-quotes {
        background: #008266
    }

    .eg .floating.blockquote-twitter .bq-quotes {
        background: #008266
    }

    .eg .row-timeline-item-wrapper .time {
        background: none;
        color: #008266
    }

    .eg .image-full {
        border-bottom: 4px solid #008266
    }

    .eg #contentslider a.slide-wrapper {
        border: none
    }

    .eg #contentslider .date {
        background: #3f4a52;
        border: none
    }

    .eg.content-gallery, .eg .content-gallery {
        background: #3f4a52 !important;
        margin: 10px 0
    }

        .eg.content-gallery .header-gallery, .eg .content-gallery .header-gallery {
            color: #d2d2d2
        }

            .eg.content-gallery .header-gallery h3, .eg .content-gallery .header-gallery h3 {
                color: #fff
            }

        .eg.content-gallery .titletext, .eg .content-gallery .titletext {
            color: #d2d2d2
        }

        .eg.content-gallery .link-wrapper:hover, .eg .content-gallery .link-wrapper:hover {
            color: #d2d2d2
        }

        .eg.content-gallery .link-wrapper:focus, .eg .content-gallery .link-wrapper:focus {
            color: #d2d2d2
        }

    .eg.content-slider-inner {
        color: #fff
    }

        .eg.content-slider-inner .slide-item {
            background: #008266
        }

    .eg.odd {
        background-color: #fff !important
    }

    .eg .lang-accordion .other-language:focus {
        outline: 1px auto #fff
    }

.eg-gray {
    background: #008266 !important
}

.eg-green {
    background: #008266 !important
}

.es {
    background: #008266 !important
}

    .es.txt-color {
        color: #fff
    }

        .es.txt-color a {
            color: #fff
        }

        .es.txt-color h1 {
            color: #fff
        }

        .es.txt-color h2 {
            color: #fff
        }

        .es.txt-color h4 {
            color: #fff
        }

        .es.txt-color h3 {
            color: #fff
        }

    .es.content-slider-inner {
        color: #fff
    }

    .es .figure-space {
        border-bottom: 4px solid #008266
    }

    .es .member-slider-inner {
        background: #008266;
        color: #fff
    }

        .es .member-slider-inner h2 a {
            color: #fff;
            text-decoration: underline
        }

            .es .member-slider-inner h2 a:hover, .es .member-slider-inner h2 a:focus, .es .member-slider-inner h2 a:visited {
                color: #fff;
                text-decoration: underline
            }

        .es .member-slider-inner .hgp3, .es .member-slider-inner .hgp4 {
            color: #fff
        }

        .es .member-slider-inner .icons a {
            color: #fff
        }

            .es .member-slider-inner .icons a:hover, .es .member-slider-inner .icons a:focus {
                color: #ccc
            }

        .es .member-slider-inner .owl-controls a i {
            color: #fff
        }

    .es .floating.blockquote .bq-quotes {
        background: #008266
    }

    .es .floating.blockquote-twitter .bq-quotes {
        background: #008266
    }

    .es .row-timeline .timeline-bullet {
        background: #008266
    }

    .es .row-timeline-item-wrapper .bullet-hyphen {
        background: #008266
    }

    .es .row-timeline-item-wrapper .time {
        background: none;
        color: #008266
    }

    .es .image-full {
        border-bottom: 4px solid #008266
    }

    .es.odd {
        background-color: #fff !important
    }

    .es .lang-accordion .other-language:focus {
        outline: 1px auto #fff
    }

.gsc {
    background: #b4b4b4 !important
}

    .gsc.content-slider-inner {
        background: #e8e8e8 !important
    }

    .gsc.neutral {
        background: #e8e8e8 !important
    }

    .gsc.main-topics-row {
        background: #e8e8e8 !important
    }

    .gsc .figure-space {
        border-bottom: 4px solid #b4b4b4
    }

    .gsc .member-slider-inner {
        background: #b4b4b4
    }

    .gsc .floating.blockquote .bq-quotes {
        background: #b4b4b4
    }

    .gsc .floating.blockquote-twitter .bq-quotes {
        background: #b4b4b4
    }

    .gsc .row-timeline-item-wrapper .time {
        background: #b4b4b4;
        color: #fff
    }

    .gsc .image-full {
        border-bottom: 4px solid #b4b4b4
    }

    .gsc.odd {
        background-color: #fff !important
    }

.gsc-gray {
    background: #b4b4b4 !important
}

.darkblue {
    background: #0c3759
}

    .darkblue.txt-color {
        color: #fff
    }

        .darkblue.txt-color a {
            color: #fff
        }

        .darkblue.txt-color h1 {
            color: #fff
        }

        .darkblue.txt-color h2 {
            color: #fff
        }

        .darkblue.txt-color h4 {
            color: #fff
        }

        .darkblue.txt-color h3 {
            color: #fff
        }

.skyblue {
    background: #47bcca
}

    .skyblue.txt-color {
        color: #fff
    }

        .skyblue.txt-color a {
            color: #fff
        }

        .skyblue.txt-color h1 {
            color: #fff
        }

        .skyblue.txt-color h2 {
            color: #fff
        }

        .skyblue.txt-color h4 {
            color: #fff
        }

        .skyblue.txt-color h3 {
            color: #fff
        }

.lightgray {
    background: #e8e8e8
}

    .lightgray.txt-color {
        color: #fff
    }

        .lightgray.txt-color a {
            color: #fff
        }

        .lightgray.txt-color h1 {
            color: #fff
        }

        .lightgray.txt-color h2 {
            color: #fff
        }

        .lightgray.txt-color h4 {
            color: #fff
        }

        .lightgray.txt-color h3 {
            color: #fff
        }

.darkgray {
    background: #5d6770
}

    .darkgray.txt-color {
        color: #fff
    }

        .darkgray.txt-color a {
            color: #fff
        }

        .darkgray.txt-color h1 {
            color: #fff
        }

        .darkgray.txt-color h2 {
            color: #fff
        }

        .darkgray.txt-color h4 {
            color: #fff
        }

        .darkgray.txt-color h3 {
            color: #fff
        }

.neutral {
    background: #e2ebed !important
}

    .neutral .figure-space {
        border-bottom: 4px solid #b4b4b4
    }

    .neutral .row-timeline-item-wrapper .time {
        background: #b4b4b4;
        color: #fff
    }

    .neutral .image-full {
        border-bottom: 4px solid #b4b4b4
    }

.txt-blue {
    color: #164194
}

.txt-darkblue {
    color: #0c3759
}

.txt-skyblue {
    color: #47bcca
}

.txt-lightgray {
    color: #e8e8e8
}

.txt-darkgray {
    color: #5d6770
}

.txt-ceu {
    color: #0074bd
}

.floating {
    margin-bottom: 20px
}

    .floating h3 {
        margin-top: 0;
        color: #3f4a52
    }

    .floating.list {
        background: #e8e8e8
    }

        .floating.list li {
            margin-bottom: 5px
        }

            .floating.list li a {
                color: #164194
            }

            .floating.list li span {
                color: #164194
            }

        .floating.list.sidebox h1 {
            margin-top: 10px
        }

        .floating.list.sidebox h2 {
            margin-top: 10px
        }

        .floating.list.sidebox h3 {
            margin-top: 10px
        }

        .floating.list.sidebox h4 {
            margin-top: 10px
        }

        .floating.list.sidebox h5 {
            margin-top: 10px
        }

        .floating.list.sidebox p {
            margin-top: 0
        }

        .floating.list.sidebox .label-title {
            margin-top: 10px
        }

        .floating.list.sidebox ul.link-list {
            margin: 0 0 10px 4%
        }

    .floating.sidebox {
        border: 1px solid #b7ced1;
        background: none;
        padding: 10px 2%
    }

    .floating.blue {
        background-color: blue
    }

    .floating.list-link li {
        color: #164194;
        margin-bottom: 5px
    }

    .floating .more-link a {
        color: #164194;
        text-decoration: underline;
        background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 10px 6px;
        padding-left: 28px
    }

        .floating .more-link a:hover {
            text-decoration: none
        }

    .floating.blockquote {
        padding: 0 !important;
        width: 46%;
        background: none;
        overflow: hidden;
        border: none
    }

        .floating.blockquote .bq-txt {
            width: 76%;
            background: #5d6770;
            color: #fff;
            padding: 20px 6%;
            font-style: italic
        }

        .floating.blockquote .bq-quotes {
            width: 12%;
            background: #b4b4b4;
            padding: 3px 0 15px;
            color: #fff;
            text-align: center;
            font-size: 75%
        }

            .floating.blockquote .bq-quotes i.icon-quote-left {
                margin-right: 5%
            }

            .floating.blockquote .bq-quotes i.icon-quote-right {
                margin-left: 5%;
                top: 10px;
                position: relative
            }

    .floating.blockquote-twitter {
        width: 46%;
        background: #e8e8e8;
        padding: 0 !important;
        border: none
    }

        .floating.blockquote-twitter .bq-txt {
            width: 78%;
            background: none;
            color: #5d6770;
            padding: 20px 6%;
            font-weight: 600;
            font-style: italic
        }

        .floating.blockquote-twitter .bq-quotes {
            width: 10%;
            background: #b4b4b4;
            padding: 3px 0 5px;
            color: #fff;
            font-weight: 600;
            text-align: center;
            font-size: 140%
        }

    .floating.floating-video {
        border: none !important
    }

    .floating.floating-image {
        border: none !important
    }

        .floating.floating-image figure .figure-space img {
            max-width: 100%
        }

    .floating.floating-right.sidebox .more-link {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .floating.floating-left.sidebox .more-link {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .floating h2 {
        font-size: 140%;
        margin: 20px 0 15px;
        font-weight: bold;
        color: #3f4a52;
        line-height: 120%
    }

.floating-right {
    margin-right: -20.5%;
    margin-left: 20px;
    width: 40%;
    padding: 3% 5%;
    margin-bottom: 20px;
    margin-top: 0;
    float: right;
    border: 1px solid #b7ced1;
    clear: right
}

    .floating-right.list-date {
        width: 40%;
        padding: 25px 3% 20px
    }

    .floating-right.floating-image {
        width: auto;
        padding: 0
    }

    .floating-right.floating-video {
        width: auto;
        padding: 0
    }

    .floating-right.blockquote .bq-txt {
        float: left
    }

    .floating-right.blockquote .bq-quotes {
        float: right
    }

    .floating-right.blockquote-twitter .bq-txt {
        float: left
    }

    .floating-right.blockquote-twitter .bq-quotes {
        float: right
    }

.floating-left {
    float: left;
    clear: left;
    border: 1px solid #b7ced1;
    clear: left;
    margin-left: -20.5%;
    margin-right: 20px;
    width: 40%;
    padding: 3% 5%;
    margin-top: 0;
    margin-bottom: 20px
}

    .floating-left.list-date {
        width: 40%;
        padding: 25px 3% 20px
    }

    .floating-left.floating-image {
        width: auto;
        padding: 0
    }

    .floating-left.floating-video {
        width: auto;
        padding: 0
    }

    .floating-left.blockquote .bq-txt {
        float: right
    }

    .floating-left.blockquote .bq-quotes {
        float: left
    }

    .floating-left.blockquote-twitter .bq-txt {
        float: right
    }

    .floating-left.blockquote-twitter .bq-quotes {
        float: left
    }

.floating-image figcaption.titletext {
    font-weight: 400;
    font-style: italic;
    text-align: left;
    max-width: 465px
}

.floating-image .figure-space {
    display: block
}

@-moz-document url-prefix() {
    .floating-image .figure-space {
        display: block;
    }

    .floating.floating-image figure .figure-space img {
        max-width: 100%;
    }
}

noindex:-o-prefocus {
    display: block
}

noindex:-o-prefocus {
    max-width: 100%
}

.floating-video figcaption.titletext {
    font-weight: 400;
    font-style: italic;
    text-align: left
}

.floating-mini-timeline {
    padding: 10px;
    font-size: 81.3%;
    border: 1px solid #b7ced1;
    background: #fff
}

    .floating-mini-timeline h3 {
        padding-left: 3%;
        margin-bottom: 20px
    }

    .floating-mini-timeline.list-date {
        width: 47%;
        padding: 3% 3% 3% 0%
    }

    .floating-mini-timeline .mini-timeline-wrapper {
        position: relative
    }

        .floating-mini-timeline .mini-timeline-wrapper .date {
            text-align: right;
            font-size: 81.3%;
            margin-top: 4px;
            color: #164194
        }

        .floating-mini-timeline .mini-timeline-wrapper p {
            margin-bottom: 15px
        }

        .floating-mini-timeline .mini-timeline-wrapper .timeline-bullet {
            position: absolute;
            top: 0;
            left: 28.63%;
            width: 2px;
            height: 100%;
            background: #898989;
            margin-left: -1px;
            z-index: 0
        }

        .floating-mini-timeline .mini-timeline-wrapper h4 {
            margin-top: 3px;
            font-weight: 700;
            font-size: 112.5%;
            margin-bottom: 5px
        }

        .floating-mini-timeline .mini-timeline-wrapper a.link-wrapper h4 {
            color: #164194
        }

        .floating-mini-timeline .mini-timeline-wrapper a.link-wrapper:hover h4 {
            color: #0074bd
        }

        .floating-mini-timeline .mini-timeline-wrapper .span1 {
            text-align: center
        }

        .floating-mini-timeline .mini-timeline-wrapper .bullet-hyphen {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            width: 15px;
            height: 2px;
            background: #898989
        }

.highlighted .floating-mini-timeline {
    border: none;
    background: #e2ebed
}

.floating-mini-timeline .row-mini-timeline {
    position: relative;
    z-index: 1
}

.floating-mini-timeline .more-link {
    padding: 0;
    margin-top: 20px
}

    .floating-mini-timeline .more-link > a {
        background: none;
        padding-left: 3%
    }

        .floating-mini-timeline .more-link > a i {
            text-decoration: none
        }

.floating-mini-timeline .lang-accordion.btn-group {
    width: 100%
}

    .floating-mini-timeline .lang-accordion.btn-group .dropdown-toggle {
        padding-left: 3%;
        width: 97%
    }

    .floating-mini-timeline .lang-accordion.btn-group .dropdown-menu .lang-accordion-wrapper {
        background: #eef3f4;
        padding: 15px 5% 24px;
        margin: 9px 0 15px
    }

iframe {
}

    iframe:focus {
        -webkit-box-shadow: compact(0 1px 1px red,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(0 1px 1px red,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(0 1px 1px red,false,false,false,false,false,false,false,false,false)
    }

.img-right, .video-right, .tweet-right, .link-right, .basicblock-right, .timeline-right {
    float: right;
    max-width: 30%;
    margin: 0 0 20px 20px;
    width: auto;
    min-width: 30%
}

.align-none.border .link-list:last-child {
    padding-bottom: 0
}

.img-left, .video-left, .tweet-left, .link-left, .basicblock-left, .timeline-left {
    float: left;
    max-width: 30%;
    margin: 0 20px 20px 0;
    width: auto;
    min-width: 30%
}

.timeline .img-right, .timeline .video-right, .timeline .tweet-right, .timeline .link-right, .timeline .basicblock-right, .timeline .timeline-right {
    max-width: 40%;
    min-width: 40%
}

.timeline .img-left, .timeline .video-left, .timeline .tweet-left, .timeline .link-left, .timeline .basicblock-left, .timeline .timeline-left {
    max-width: 40%;
    min-width: 40%
}

.tweet-right iframe {
    margin: 0 !important;
    max-width: 100% !important;
    border-radius: 0 !important
}

.tweet-left iframe {
    margin: 0 !important;
    max-width: 100% !important;
    border-radius: 0 !important
}

.tweet iframe {
    margin: 0 !important;
    max-width: 100% !important;
    border-radius: 0 !important
}

.tweet blockquote {
    padding: 0;
    margin: 0;
    border-left: none
}

.tweet.blockquote-twitter {
    background: #eef3f4;
    overflow: hidden
}

    .tweet.blockquote-twitter .bq-txt {
        width: 74%;
        padding: 20px 6%;
        background: none;
        color: #3f4a52;
        font-weight: 600;
        font-style: italic
    }

        .tweet.blockquote-twitter .bq-txt h1, .tweet.blockquote-twitter .bq-txt h2, .tweet.blockquote-twitter .bq-txt h3, .tweet.blockquote-twitter .bq-txt h4, .tweet.blockquote-twitter .bq-txt h5 {
            color: #3f4a52
        }

        .tweet.blockquote-twitter .bq-txt p {
            color: #3f4a52;
            font-weight: 700;
            font-style: italic
        }

.projekktor.video-js, video {
    display: block !important;
    width: 100%
}

.more-link {
    margin-top: 15px;
    margin-bottom: 10px
}

    .more-link a {
        background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 10px 6px;
        padding-left: 28px
    }

.float {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 40%;
    padding: 0
}

    .float.border {
        padding: 20px
    }

        .float.border .link-left {
            padding-left: 0;
            width: 100%
        }

    .float .media-gallery.link-wrapper {
        margin: 0
    }

        .float .media-gallery.link-wrapper img {
            max-width: 100%
        }

    .float .progress-box {
        min-width: 280px
    }

    .float .free-text {
        min-width: 280px
    }

        .float .free-text p:last-child {
            margin-bottom: 0
        }

        .float .free-text h1, .float .free-text h2, .float .free-text h3, .float .free-text h4, .float .free-text h5 {
            margin: 0 0 15px 0
        }

        .float .free-text > ul:last-child {
            padding-bottom: 5px;
            padding-top: 0
        }

        .float .free-text + .link-list, .float .free-text + ul {
            padding-top: 20px !important
        }

    .float .link-list:last-child, .float > ul:last-child {
        padding-bottom: 5px;
        padding-top: 0
    }

    .float .basicblock:last-child {
        margin-bottom: 0
    }

    .float .link-left, .float .link-right {
        padding-left: 6%;
        width: 94%
    }

    .float.blockquote {
        padding: 0;
        overflow: hidden;
        border: none;
        background: none
    }

        .float.blockquote .bq-quotes {
            padding: 7px 0 19px;
            line-height: 1em
        }

    .float.float-right .more-link, .float.float-left .more-link {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .float h2 {
        font-size: 140%;
        font-weight: 700;
        margin-bottom: 20px !important
    }

    .float .bq-txt h1, .float .bq-txt h2, .float .bq-txt h3, .float .bq-txt h4, .float .bq-txt h5, .float .bq-txt p {
        color: #fff
    }

    .float.video-size480 {
        width: 43.5%;
        max-width: 43.5%
    }

.float-left {
    float: left;
    margin: 0 20px 20px -22.5%;
    clear: left
}

    .float-left .bq-txt {
        float: left
    }

    .float-left .bq-quotes {
        float: left
    }

.history-timeline .float-left {
    margin-left: 0
}

.float-right {
    float: right;
    margin: 0 -22.5% 20px 20px;
    clear: right
}

    .float-right .bq-txt {
        float: left
    }

    .float-right .bq-quotes {
        float: left
    }

body .full {
    clear: both;
    margin-bottom: 40px;
    width: 100% !important;
    padding: 20px 14.5% 10px;
    background-color: #e2ebed !important
}

    body .full.content-gallery {
        width: 71% !important
    }

    body .full a:hover {
        color: #164194
    }

    body .full .none {
        margin: 0;
        text-align: left
    }

    body .full .src-img {
        padding: 0 0 1px 0
    }

    body .full ul.link-left {
        padding-left: 2.5%
    }

    body .full .img-right, body .full .img-left, body .full .video-right, body .full .video-left, body .full .tweet-right, body .full .tweet-left, body .full .link-right, body .full .link-left, body .full .basicblock-right, body .full .basicblock-left, body .full .timeline-right, body .full .timeline-left {
        width: auto;
        max-width: 30%;
        min-width: 240px
    }

    body .full .video-right, body .full .video-left {
        min-width: 30%;
        margin-bottom: 0;
        min-width: 30%
    }

        body .full .video-right iframe, body .full .video-left iframe {
            width: 100% !important
        }

    body .full .link-right {
        position: relative;
        padding-left: 4%
    }

    body .full .content-slider-inner {
        background: none;
        margin-bottom: 0;
        margin-top: 0
    }

    body .full .media-gallery.none {
        text-align: center;
        margin: 0 -9.5%
    }

        body .full .media-gallery.none figure {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline
        }

            body .full .media-gallery.none figure .figure-wrapper .src-img {
                width: 100%
            }

            body .full .media-gallery.none figure .titletext {
                text-align: center;
                max-width: inherit !important
            }

    body .full .content-gallery {
        width: 104% !important;
        margin-bottom: 0;
        padding: 0 !important
    }

        body .full .content-gallery .span2 .video-wrapper iframe {
            display: block;
            margin-bottom: 1px
        }

    body .full.members-full, body .full.calendar-full {
        width: 100%;
        padding: 0;
        background: #e8e8e8 !important
    }

    body .full > .link-list:last-child {
        margin-bottom: 0;
        padding-bottom: 10px
    }

.highlighted {
    padding: 20px 3% 0 3%;
    border: 1px solid #b7ced1 !important;
    margin-bottom: 20px
}

    .highlighted .media-gallery, .highlighted .tweet, .highlighted .tweet-left, .highlighted .tweet-right {
        margin-bottom: 20px
    }

    .highlighted.border {
        padding-bottom: 0
    }

.owl-carousel .highlighted {
    margin-bottom: 0
}

.free-text h1, .free-text h2, .free-text h3, .free-text h4, .free-text h5 {
    margin: 0 0 20px 0
}

.free-text ul {
    position: relative;
    padding-left: 4%;
    width: 92%
}

.free-text > ul {
    position: relative;
    padding-left: 0;
    width: inherit;
    list-style: none;
    display: table-cell;
    zoom: 1;
    *display: inline;
    padding-bottom: 25px;
    margin-left: 0
}

    .free-text > ul > li {
        list-style: none !important;
        clear: none;
        background: url(/bundle/201606100903?url=/Content/images/ico_bullet-darkgray.png) no-repeat 10px 10px;
        padding-left: 25px
    }

.free-text .link-list li {
    clear: both
}

.border {
    border: 1px solid #b7ced1;
    background: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 20px;
    margin-bottom: 20px;
    display: block
}

    .border .floating-mini-timeline {
        margin: -20px -20px 0 -20px
    }

.basicblock {
    margin: 0 0 20px 0
}

    .basicblock h1, .basicblock h2, .basicblock h3, .basicblock h4, .basicblock h5 {
        margin: 0 0 20px 0
    }

    .basicblock p {
        margin-bottom: 20px
    }

.promoblock h2, .promoblock h3 {
    margin: 0 0 30px 0
}

.promoblock .float {
    width: 30%;
    max-width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .promoblock .float .img-left, .promoblock .float .video-left, .promoblock .float .tweet-left, .promoblock .float .link-left, .promoblock .float .basicblock-left, .promoblock .float .timeline-left, .promoblock .float .img-right, .promoblock .float .video-right, .promoblock .float .tweet-right, .promoblock .float .link-right, .promoblock .float .basicblock-right, .promoblock .float .timeline-right {
        max-width: 100%
    }

    .promoblock .float.border {
        width: auto;
        max-width: 29%
    }

.promoblock .float-left {
    margin: 0 20px 20px 0
}

.promoblock .float-right {
    margin: 0 0 20px 20px
}

.promoblock .img-left, .promoblock .video-left, .promoblock .tweet-left, .promoblock .link-left, .promoblock .basicblock-left, .promoblock .timeline-left, .promoblock .img-right, .promoblock .video-right, .promoblock .tweet-right, .promoblock .link-right, .promoblock .basicblock-right, .promoblock .timeline-right {
    max-width: 30%;
    width: auto
}

.promoblock .video-left, .promoblock .video-right {
    max-width: 30%;
    width: auto
}

blockquote p {
    margin-bottom: 20px;
    font-size: 100%;
    line-height: 1.6
}

.bq-txt {
    width: 72%;
    padding: 20px 6% 20px 8%;
    background: #5d6770;
    color: #fff;
    font-style: italic
}

    .bq-txt h2, .bq-txt h3 {
        color: #fff
    }

.bq-quotes {
    width: 14%;
    padding: 7px 0 15px;
    text-align: center;
    font-size: 85%;
    color: #fff;
    background: #0074bd
}

    .bq-quotes i.icon-quote-right {
        margin-left: 5%;
        top: 10px;
        position: relative
    }

    .bq-quotes i.icon-quote-left {
        margin-right: 5%
    }

.ceu .bq-quotes {
    background-color: #8dcfd7
}

.euco .bq-quotes, .is .bq-quotes {
    background-color: #0074bd
}

.es .bq-quotes {
    background-color: #008266
}

.eg .bq-quotes {
    background-color: #008266
}

.gsc .bq-quotes {
    background-color: #b4b4b4
}

@media(min-width:1025px) and (max-width:1280px) {
    .float-left {
        margin-left: -21.5%;
        padding-left: 20px
    }

        .float-left.border {
            margin-left: -19.25%
        }

    .float-right {
        margin-right: -21.5%;
        padding-right: 20px
    }

        .float-right.border {
            margin-right: -4.25%
        }
}

@media only screen and (max-width:1024px) {
    .free-text h1, .free-text h2, .free-text h3, .free-text h4, .free-text h5 {
        padding: 0
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .float-left {
        margin-left: -7.05%;
        margin-right: 30px;
        padding-left: 20px
    }

        .float-left.border {
            margin-left: -4.25%
        }

    .float-right {
        margin-right: -7.05%;
        margin-left: 30px;
        padding-right: 20px
    }

        .float-right.border {
            margin-right: -4.25%
        }

    .promoblock .float-left.border {
        margin-left: 0
    }

    .promoblock .float-right.border {
        margin-right: 0
    }

    .full .img-right, .full .img-left, .full .video-right, .full .video-left, .full .tweet-right, .full .tweet-left, .full .link-left, .full .basicblock-right, .full .basicblock-left, .full .timeline-right, .full .timeline-left {
        width: 100%;
        max-width: 45.5%
    }

    .full .link-right {
        width: 100%;
        max-width: 44%
    }
}

@media only screen and (max-width:768px) {
    .float {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        max-width: 100%
    }

        .float.border {
            width: 94%;
            padding: 20px 3% 0 3%;
            max-width: 94%
        }

    .floating-mini-timeline {
        padding: 20px 3% 20px 3%
    }

        .floating-mini-timeline h1, .floating-mini-timeline h2, .floating-mini-timeline h3, .floating-mini-timeline h4, .floating-mini-timeline h5 {
            margin-top: 0
        }

    body .full {
        width: 93%;
        padding: 20px 3% 0 3%
    }

        body .full .media-gallery figure {
            max-width: 100%
        }

        body .full .media-gallery.none figure {
            text-align: center
        }

        body .full .media-gallery.img-right, body .full .media-gallery.img-left, body .full .media-gallery.video-right, body .full .media-gallery.video-left, body .full .media-gallery.tweet-right, body .full .media-gallery.tweet-left, body .full .media-gallery.link-right, body .full .media-gallery.link-left {
            margin: 0 0 20px 0;
            max-width: 100%;
            width: 100%
        }

        body .full .img-right, body .full .img-left, body .full .video-right, body .full .video-left, body .full .tweet-right, body .full .tweet-left, body .full .basicblock-right, body .full .basicblock-left, body .full .link-right, body .full .link-left, body .full .timeline-right, body .full .timeline-left {
            margin: 0 0 20px 0
        }

        body .full .img-right, body .full .img-left, body .full .video-right, body .full .video-left, body .full .tweet-right, body .full .tweet-left, body .full .basicblock-right, body .full .basicblock-left {
            width: 100%;
            max-width: 100%
        }

        body .full .link-right, body .full .link-left {
            width: 95%;
            max-width: 95%
        }

        body .full .timeline-right, body .full .timeline-left {
            width: 94%;
            max-width: 94%
        }

        body .full ul.link-left, body .full ul.link-right {
            padding-left: 15px
        }

    .highlighted .media-gallery.link-wrapper, .highlighted .tweet, .highlighted .tweet-left, .highlighted .tweet-right {
        margin: 0 0 20px 0
    }

    .highlighted .link-left, .highlighted .link-right, .highlighted .basicblock-left, .highlighted .basicblock-right, .highlighted .timeline-left, .highlighted .timeline-right {
        margin-top: 0
    }

    .img-right, .img-left, .video-right, .video-left, .tweet-right, .tweet-left, .link-right, .link-left, .basicblock-right, .basicblock-left, .timeline-right, .timeline-left {
        float: none;
        margin: 20px 0;
        max-width: 100%
    }

    ul.link-right, ul.link-left {
        padding-left: 15px;
        width: 97%;
        max-width: 97%
    }

    .border .floating-mini-timeline {
        margin: -20px -3.4% 0 -3.4%
    }
}

@media(min-width:321px) {
    .publication-options {
        position: relative;
        float: right;
        width: 100%
    }

        .publication-options a {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline
        }

    .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    }
}

@media(min-width:481px) {
    .search-categories-mobile {
        display: none
    }

    .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    }
}

@media only screen and (min-width:700px) {
    .specialWidthField {
        width: 350px
    }
}

@media(min-width:769px) {
    .main .publication-options .btn, .main .publication-options .progress-form input[type="submit"], .progress-form .main .publication-options input[type="submit"] {
        width: auto;
        padding-right: 40px;
        padding-left: 40px;
        float: right
    }

    .pagination.hide-sm769 {
        display: block
    }

    .pagination.hide-gt768, .pagination .hidden-desktop {
        display: none
    }

    .visible-phone {
        display: none
    }

    .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    }
}

@media(min-width:1024px) {
    ul.ordinary-leg-steps {
        background: url(/bundle/201606100903?url=/Content/images/bg-line-steps.png) center repeat-x
    }

    .list-member-full-width .member-info {
        float: right
    }
}

@media(min-width:1025px) {
    .content-slider-inner .inner-right {
        padding: 0 20px 0 40px
    }

    .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    }
}

@media only screen and (min-width:1025px) {
    .span12 .floating-video {
    }

    .main-topics .main-topics-row .span12, .main-topics .main-topics-title .span12 {
        padding: 0 17%
    }
}

@media(min-width:1200px) {
    .backto-small-screen {
        display: none
    }

    .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    }
}

@media(min-width:1280px) {
    .only-mobile-sidebar {
        display: none !important
    }

    .noheader-nofooter-page .float-left {
        float: left;
        margin: 0 20px 20px 0
    }

    .noheader-nofooter-page .float-right {
        margin: 0 0 20px 20px
    }

    .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    }
}

@media(min-width:1380px) {
    .main-topics .main-topics-row .span12, .main-topics .main-topics-title .span12 {
        padding: 0 14.52991452991453%
    }
}

@media only screen and (min-width:1440px) {
    .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    }
}

@media(min-width:1441px) {
    body {
        -webkit-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
        -moz-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
        -o-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
        transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
        -webkit-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
        -moz-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
        -o-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
        transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
        -webkit-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
        -moz-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
        -o-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
        transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
        padding: 0
    }

    h1, h2, h3 {
        line-height: 110%
    }

    h1 {
        font-size: 220%
    }

    h2 {
        font-size: 180%
    }

    h3 {
        font-size: 140%
    }

    h4 {
        font-size: 120%
    }

    .hgrouptags h2 .short-heading span, .hgrouptags .hgp .short-heading span {
        margin-right: 35px
    }

    .content-area > p.intro:first-child:first-letter {
        font-size: 300%;
        line-height: 90%
    }

    .floating.list li {
        margin-bottom: 10px
    }

    header {
        max-height: 113px
    }

    .press-accreditation .doc-list .doc-item h2, .gridsystem .doc-list .doc-item h2 {
        font-size: 180%
    }
}

@media only screen and (min-width:1550px) {
    .float.video-size480 {
    }

    .content-gallery .media-gallery.link-wrapper .figure-wrapper {
    }
}

@media only screen and (min-width:1600px) {
    .full {
        width: 71%;
        padding: 40px 14.5%
    }

        .full.members-full {
            width: 100%;
            padding: 0
        }

    .row-timeline-item-wrapper .media-gallery.none {
        margin: 0
    }

    .main-topics-row .media-gallery.none .titletext {
        text-align: left
    }
}

@media only screen and (min-width:1600px) {
    .no-institution .nomargin .archived-content {
        max-width: 945px
    }

    .no-institution .nomargin .content-area {
        max-width: 995px
    }

        .no-institution .nomargin .content-area .float-right {
            margin-right: -42.5%
        }

        .no-institution .nomargin .content-area .float-left {
            margin-left: -10%;
            margin-right: 30px
        }

        .no-institution .nomargin .content-area .free-text p, .no-institution .nomargin .content-area .free-text li {
            font-size: 106.3%;
            line-height: 1.75
        }

        .no-institution .nomargin .content-area .free-text .sitemap p, .no-institution .nomargin .content-area .free-text .sitemap li {
            font-size: 100%;
            line-height: 1.6
        }

    .no-institution.decision-making .nomargin .content-area p, .no-institution.decision-making .nomargin .content-area li, .no-institution.ordinary-legislative .nomargin .content-area p, .no-institution.ordinary-legislative .nomargin .content-area li {
        font-size: 106.3%;
        line-height: 1.75
    }

    .noheader-nofooter-page .archived-content {
        max-width: 945px
    }

    .noheader-nofooter-page .content-area {
        max-width: 995px
    }

    .noheader-nofooter-page .float-left {
        float: left;
        margin: 0 20px 20px -20.5%
    }

    .noheader-nofooter-page .float-right {
        margin: 0 -20.5% 20px 20px
    }
}

@media only screen and (max-width:1500px) {
    .table-wrapper {
        width: 100%;
        max-width: 1500px;
        overflow-x: scroll
    }
}

@media(min-width:1441px) and (max-width:1700px) {
    .meetings .span12 .span3 {
        width: 45%;
        margin-bottom: 0
    }

    .meetings .span12 .sidebar-left {
        width: 97.57234042553192%;
        text-align: left;
        margin-left: 2.427659574468085%
    }

    .meetings .european-council h2, .meetings .eurogroup h2, .meetings .working-groups h2 {
        margin-bottom: 25px
    }

    .meetings .council-configurations-title .sidebar-left h2 {
        margin-bottom: 0
    }

    .content-slider .content-slider-inner {
        margin-top: 10px;
        margin-bottom: 40px
    }

    .row-fluid.meetings-title {
        width: 85%;
        padding-left: 14.5%
    }

        .row-fluid.meetings-title .span3.sidebar-left {
            display: none
        }

        .row-fluid.meetings-title .span9 {
            margin-left: 0;
            width: 83%
        }

    .row-fluid.eurogroup, .row-fluid.eurosummit, .row-fluid.working-groups, .row-fluid.european-council, .row-fluid.council-configurations, .row-fluid.council-configurations.odd {
        width: 87%;
        padding-left: 12.4%
    }

        .row-fluid.council-configurations.odd {
            margin: 0
        }
}

@media(min-width:1600px) and (max-width:1800px) {
    .primary-menu.navbar .nav > li > a {
        font-size: 95%
    }
}

.promoblock .float.video-size480 {
}

.promoblock .border.float.video-size480 {
}

.promoblock .video-left, .promoblock .video-right {
}

@media(max-width:1600px) and (min-width:1280px) {
    .primary-menu.navbar .nav > li > a {
        font-size: 85%
    }
}

@media(min-width:1024px) and (max-width:1480px) {
    .pagination ul > li > a {
        padding: 10px 17px !important
    }
}

@media only screen and (max-width:1440px) {
    .by-year .control-label input {
        width: 54% !important
    }
}

@media(min-width:1281px) and (max-width:1440px) {
    .floating-right, .floating-left {
        margin-right: -34.5%
    }

    .row-fluid .specialspan8 .hgrouptags {
        display: none
    }

    .noheader-nofooter-page.row-fluid .content-top .hgrouptags .btn-group {
        display: block
    }

    .press-calendar .slider, .content-slider .slider {
        padding-right: 7.5%
    }

    .faceted-search .controls-row {
        width: 73%
    }

    .meetings .content-slider .slider {
        padding-right: 5%;
        position: relative;
        left: -11px
    }

    .home-content .home-press .span3, .home-content .home-meetings .span3 {
        width: 30%
    }

    .home-content .home-press .span9, .home-content .home-meetings .span9 {
        width: 68%
    }

    .committees-detail-page .date {
        width: 17%
    }

    .float .free-text {
        min-width: 230px
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    .title {
        width: 57.26495726495726%;
    }

    .language {
        width: 23.076923076923077% !important;
        margin-left: 0 !important;
        position: relative !important
    }

    .main .inner {
        margin: 0 5.25% 0 14.52991452991453%
    }

    footer .footer-top {
        padding: 0 5% 0 5%
    }

    footer .footer-links ul {
        padding: 10px 5%
    }

    footer .footer-nav .navbar-inner {
        padding: 0 5%
    }

    .meetings .span12 .span3 {
        width: 45%;
        margin-bottom: 0
    }

    .meetings .span12 .sidebar-left {
        width: 97.87234042553192%;
        text-align: left;
        margin-left: 2.127659574468085%
    }

    .meetings .european-council h2, .meetings .eurogroup h2, .meetings .council-configurations h2, .meetings .working-groups h2 {
        margin-bottom: 25px
    }

    .meetings .content-slider-inner .flex-viewport {
        margin-bottom: 0
    }

    .content-slider .content-slider-inner {
        margin-top: 10px;
        margin-bottom: 40px
    }

    .row-fluid.meetings-title {
        width: 85%;
        padding-left: 15%
    }

        .row-fluid.meetings-title .span9 {
            margin-left: 0;
            width: 93.5%
        }

        .row-fluid.meetings-title .span3.sidebar-left {
            display: none
        }

    .row-fluid.eurogroup, .row-fluid.eurosummit, .row-fluid.working-groups, .row-fluid.european-council, .row-fluid.council-configurations, .row-fluid.council-configurations.odd {
        width: 87%;
        padding-left: 13%
    }

        .row-fluid.council-configurations.odd {
            margin: 0
        }
}

@media(min-width:801px) and (max-width:1440px) {
    .searchbox {
        top: 52px
    }
}

@media(min-width:320px) and (max-width:1440px) {
    .content-slider .slider {
        left: 0
    }
}

@media only screen and (max-width:1282px) {
    .span3.sidebar-left .tags-box.inline {
        display: none
    }

    .noheader-nofooter-page.nav-buttons .span3.content-center {
        margin-left: 14.893617021276595%
    }

    .noheader-nofooter-page.nav-buttons .span6.sidebar-right {
        float: right !important;
        padding-right: 0;
        width: 55% !important
    }
}

@media only screen and (max-width:1280px) {
    .noheader-nofooter-page.row-fluid .sidebar-left .left-menu {
        display: none
    }

    .rowform-centered {
        width: 70%;
        margin: 0 auto
    }

    .yamm .yamm-fw.dropdown .dropdown-menu {
        width: 94%
    }

    .main .content .content-bottom .tags-box {
        display: block
    }

    header.nhnf .language {
        width: 22.07692% !important
    }

    header.nhnf .title {
        width: 48.26496% !important
    }

    #mediagalleryslider .flexslider .media-gallery.link-wrapper .src-img-wrapper img {
        max-width: 100%;
        max-height: 629px
    }

    #mediagalleryslider .flexslider .media-gallery.link-wrapper .src-img-wrapper iframe {
        width: 100%
    }

    .sidebar-right.sidebar-blog {
        display: none !important
    }

    .calendar-download {
        width: 90%
    }

    .faceted-search .controls-row {
        width: 90%
    }
}

@media(min-width:1150px) and (max-width:1280px) {
    .floating-left.floating-image, .floating-left.floating-video {
        width: auto;
        padding: 0
    }

    .floating-left.list-date {
        width: 40%;
        padding: 3%
    }

    .main-topics-row .floating-left.floating-image, .main-topics-row .floating-left.floating-video, .main-topics-row .floating-right.floating-image, .main-topics-row .floating-right.floating-video {
        padding: 0;
        margin-left: 0
    }

    .main-topics-row .floating-left.floating-image {
        width: 30%;
        max-width: 480px;
        margin-right: 3%
    }

    .main-topics-row .floating-left.floating-video {
        width: 30%;
        max-width: 100%;
        margin-right: 4%
    }

    .main-topics-row .floating-right.floating-video {
        max-width: 480px;
        margin-right: 0;
        width: 40%
    }

    .main-topics-row .floating-right.floating-image {
        width: 30%;
        max-width: 480px;
        margin-right: 0
    }

    .main-topics-row .span12 > div, .main-topics-row .span12 > div.floating {
        clear: none
    }

    .main-topics-row .floating.list-date {
        width: 24%;
        padding: 40px 5%
    }

    .promoblock .float {
        width: 100%;
        max-width: 45%
    }

        .promoblock .float.float-left {
            padding-left: 0
        }

        .promoblock .float.video-size480 {
            width: 100%;
            max-width: 45%
        }

        .promoblock .float.border {
            width: 100%;
            max-width: 45%
        }

    .promoblock .free-text.none {
        clear: both
    }

    .promoblock .video-left, .promoblock .video-right {
        max-width: 45%;
        width: 100%
    }

    .promoblock .img-left, .promoblock .video-left, .promoblock .tweet-left, .promoblock .link-left, .promoblock .basicblock-left, .promoblock .timeline-left, .promoblock .img-right, .promoblock .video-right, .promoblock .tweet-right, .promoblock .link-right, .promoblock .basicblock-right, .promoblock .timeline-right {
        max-width: 45%;
        width: 100%
    }

    .home .home-content .date {
        font-size: 90%
    }
}

@media(min-width:769px) and (max-width:1280px) {
    .primary-menu.navbar .nav {
        margin: 0 0 0 4.529915%
    }

        .primary-menu.navbar .nav > li > a, .primary-menu.navbar .nav > li.first > a {
            padding: 10px 7px 14px;
            font-size: 90%
        }

        .primary-menu.navbar .nav > li:last-child > a {
            padding-left: 2px
        }

        .primary-menu.navbar .nav > li.dropdown > a:after, .primary-menu.navbar .nav > li.dropdown > a::after {
            bottom: .5em
        }

    .title-top .hgrouptags .hgp {
        margin-top: 0
    }

    .language-box.nav-tabs > li > span.label-lang, .language-box.nav-tabs > li > a span {
        display: block;
        padding: 7px 15px 6px 10px;
        background: #fff;
        border: 1px solid #b7ced1
    }

    .language-box.nav-tabs > li > a {
        font-size: 90%
    }

    .content-gallery .span2, .content-gallery .rowline .span2 {
        width: 31%;
        margin: 0 1% 20px;
        padding: 0
    }

        .content-gallery .span2:nth-child(3n+1), .content-gallery .rowline .span2:nth-child(3n+1) {
            clear: both;
            margin-left: 0
        }

        .content-gallery .span2:nth-child(3n), .content-gallery .rowline .span2:nth-child(3n) {
            margin-right: 0
        }

    .row-timeline-item-wrapper .content-gallery .span2, .row-timeline-item-wrapper .content-gallery .rowline .span2 {
        margin: 0 1% 20px !important;
        width: 31%
    }

    .control-group .check-wrapper {
        position: relative;
        min-height: 41px
    }

    .eventCalendar-wrap {
        width: 100%;
        float: none
    }

    .latest-press-release .span4 {
        width: 60%;
        margin-bottom: 20px
    }

    .latest-press-release .span5 {
        width: 60%;
        margin-left: 0
    }

        .latest-press-release .span5 .txt-wrapper {
            padding-left: 0
        }

    .latest-press-release .span3 {
        width: 30%;
        margin-right: 5%;
        position: absolute;
        right: 0;
        top: 120px
    }

    .press-accreditation .doc-list .doc-item.span4, .press-accreditation .doc-list .doc-item.span3 {
        width: 100%;
        margin: 0 0 20px
    }

    .press-accreditation .doc-list .doc-item .doc-item {
        width: 96%;
        margin: 0 0 20px;
        padding: 0 2%
    }

    .press-accreditation .doc-list .doc-item.equal {
        height: inherit !important
    }

    .row-fluid .press-release-detail-contacts {
        display: none
    }

    .row-fluid .span3.press-release-detail-contacts {
        display: block
    }

    .floating-image figcaption.titletext, .image-full figcaption.titletext {
        padding-left: 10px
    }

    .noheader-nofooter-page.nav-buttons.row-fluid .span6 {
        float: left;
        width: 30%;
        margin: 0;
        position: relative;
        z-index: 3
    }

    .noheader-nofooter-page.nav-buttons.row-fluid .span3.sidebar-right {
        float: right;
        width: 27.83%;
        margin-right: 0
    }

    .noheader-nofooter-page.row-fluid .span3.sidebar-left {
        width: 100%;
        margin: 0
    }

    .noheader-nofooter-page.row-fluid #logo {
        display: block !important;
        margin: 0 !important;
        text-align: center !important
    }

        .noheader-nofooter-page.row-fluid #logo img {
            margin-left: 20px
        }

    .noheader-nofooter-page.row-fluid .span9 {
        padding-right: 0
    }

    .language-box-mobile > .btn, .progress-form .language-box-mobile > input[type="submit"] {
        font-size: 90%
    }

    .searchbox .form-textfield {
        font-size: 90%
    }

    .calendar .content-center .hgrouptags .control-wrapper .btn-group a.dropdown-toggle, .content-top .hgrouptags .control-wrapper .btn-group a.dropdown-toggle {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        background: none;
        color: #3f4a52;
        padding: 0;
        border: none;
        text-align: left;
        position: static;
        top: -1px;
        right: 0
    }

    .calendar .content-center .hgrouptags .control-group.controls-row {
        padding-left: 0
    }

    .content-top .hgrouptags .dropdown-mobile-menu .control-wrapper .btn-group a.dropdown-toggle {
        position: absolute;
        top: 11px;
        right: 0;
        left: inherit;
        width: auto
    }

    .press-calendar .content-center .span8 {
        width: 100%
    }

    .press-calendar .slider {
        padding-right: 0
    }

    body .full .img-right, body .full .img-left, body .full .video-right, body .full .video-left, body .full .tweet-right, body .full .tweet-left, body .full .link-right, body .full .link-left, body .full .basicblock-right, body .full .basicblock-left, body .full .timeline-right, body .full .timeline-left {
        width: auto;
        max-width: 40%;
        min-width: 40%
    }

    .promoblock .float.video-size480 {
        float: none;
        margin-left: 0
    }
}

@media only screen and (max-width:1200px) {
    .topics .content-center .tags-box {
        display: block
    }

    .members-page .btn-group {
        white-space: normal
    }

    .row-fluid #mediagalleryslider.span6 {
        width: 80%;
        margin-left: 80px
    }

    .ordinary-legislative .row-fluid .specialspan2 {
        display: block
    }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper img {
        max-width: 100%;
        max-height: 540px
    }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper iframe {
        width: 100%
    }
}

@media(min-width:1025px) and (max-width:1200px) {
    .home .inverse-span .col-right .home-content {
        width: 48.93617021276595%;
        float: left
    }

    .ec.row-fluid .span6 {
        width: 45.93617021276595%
    }

    .publications.row-fluid .span6 {
        width: 65.93617021276595%
    }

    .row-fluid :first-child.span4 {
        margin-right: 0
    }

    .row-fluid.sitemap .span8 {
        width: auto;
        margin: 0 14%
    }

    .promoblock .float {
        width: auto;
        max-width: 45%
    }

        .promoblock .float.float-left {
            padding-left: 0
        }

        .promoblock .float.video-size480 {
            width: auto;
            max-width: 48%
        }

        .promoblock .float.border {
            width: auto;
            max-width: 45%;
            margin: 0
        }

    .promoblock .align-none, .promoblock .none {
        clear: both
    }

    .promoblock .img-left, .promoblock .video-left, .promoblock .tweet-left, .promoblock .link-left, .promoblock .basicblock-left, .promoblock .timeline-left, .promoblock .img-right, .promoblock .video-right, .promoblock .tweet-right, .promoblock .link-right, .promoblock .basicblock-right, .promoblock .timeline-right {
        max-width: 45%;
        width: auto
    }

    .promoblock .video-left, .promoblock .video-right {
        max-width: 45%;
        width: auto
    }

    .home .home-meetings .date-border {
        margin-right: 2em
    }
}

@media(min-width:480px) and (max-width:1200px) {
    .decision-making .content-steps .back-step {
        display: none
    }
}

@media only screen and (max-width:1120px) {
    .btn-toolbar.btn-toolbar-az .btn-links {
        display: block;
        width: 42px;
        height: 40px;
        margin-bottom: 5px;
        margin-right: 3px
    }

        .btn-toolbar.btn-toolbar-az .btn-links .btn, .btn-toolbar.btn-toolbar-az .btn-links .progress-form input[type="submit"], .progress-form .btn-toolbar.btn-toolbar-az .btn-links input[type="submit"] {
            width: 42px;
            height: 40px;
            display: block;
            line-height: 40px
        }
}

@media(min-width:769px) and (max-width:1024px) {
    .floating-video {
    }

    .primary-menu.navbar {
        margin-top: 0 !important
    }

    header .title-h1, header .home-h1 {
        font-size: 19px
    }

    header .title {
        padding: 0;
        color: #666;
        font-weight: bold;
        margin-top: 3px;
        margin-left: 5.5% !important;
    }

    header.nhnf .title {
        width: 60% !important
    }

    .row-fluid .specialspan2 {
        display: none
    }

    .row-fluid .specialspan8 .hgrouptags {
        display: block
    }

    .row-fluid.press-title .hgrouptags {
        display: block;
        width: 30%;
        border: none;
        margin-top: 5px
    }

        .row-fluid.press-title .hgrouptags .inner-institution {
            border-top: 1px solid #b7ced1
        }

    .row-fluid.press-title .span9 {
        width: 60%
    }

    .row-fluid.council-configurations, .row-fluid.council-configurations.odd {
        padding: 0 5% 0 0;
        width: 95%;
        margin-top: 0;
        padding-top: 0
    }

    .row-fluid.council-configurations {
        margin-bottom: 10px
    }

        .row-fluid.council-configurations.odd {
            margin-bottom: 15px
        }

    .row-fluid .special-content-bottom.specialspan8 {
        margin: 0 1.5%;
        width: 97%
    }

    .row-fluid.meetings-title .span9 {
        width: 93.5%
    }

    .row-fluid.sitemap .span8 {
        width: 100%;
        margin: 0 4%
    }

    .main {
        margin: 20px 2% 20px;
        width: 96%;
        display: block
    }

        .main .row-fluid .specialspan8 {
            margin: 0 4%;
            width: 92%
        }

            .main .row-fluid .specialspan8.nomargin {
                margin: 0 4%;
                width: 92%
            }

        .main .inner {
            margin: 0 4% !important
        }

        .main > .content-steps .ordinary-leg-btn {
            width: 100%
        }

    .floating-left {
        margin-left: -7.05%;
        margin-right: 30px;
        width: 24%;
        padding: 4% 2% 3%;
        float: left
    }

    .floating-right {
        margin-right: -6.05%;
        margin-left: 20px;
        width: 18%;
        padding: 3% 7% 3% 5%;
        float: right
    }

        .floating-left.floating-image, .floating-left.floating-video, .floating-right.floating-image, .floating-right.floating-video {
            width: auto;
            padding: 0
        }

        .floating-left.list-date, .floating-right.list-date {
            width: 40%;
            padding: 3%
        }

        .floating-left.blockquote-twitter.list-date, .floating-right.blockquote-twitter.list-date {
            width: 47%;
            padding: 0;
            margin-left: -7.1%
        }

        .floating-left.floating.blockquote, .floating-right.floating.blockquote {
            width: 47%;
            padding: 0;
            margin-left: -6.6%
        }

    footer .footer-top {
        padding: 50px 4%;
        background: #f3f7f8
    }

    footer .footer-nav .navbar-inner {
        padding: 0 4%
    }

        footer .footer-nav .navbar-inner ul li.first a, footer .footer-nav .navbar-inner ul li.first span {
            padding-left: 0
        }

    footer .footer-links ul {
        padding-left: 4%
    }

    .calendar-slider-inner {
        background: #e8e8e8;
        margin: 30px 0 40px;
        position: relative;
        z-index: 0
    }

    .live-webcasts {
        background-color: #e8e8e8;
        padding: 5px 15px
    }

    .press .latest-materials .thumbnails .span2 {
        width: 33.333333333%;
        clear: none;
        float: left
    }

    .content .content-bottom .tags-box {
        display: block
    }

    .double-majority {
        text-align: center;
        margin: 30px 0;
        padding: 0 8%;
        width: 84%
    }

        .double-majority .span5, .double-majority .span2 {
            padding: 30px 0 30px;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            float: none
        }

        .double-majority .span5 {
            width: 38%
        }

        .double-majority .span2 {
            width: 18%
        }

            .double-majority .span2 .majority-percent {
                color: #8dcfd7
            }

        .double-majority .majority-percent, .double-majority .majority-label {
            display: block;
            color: #0c3759
        }

        .double-majority .majority-percent {
            font-size: 500%;
            font-weight: 700
        }

        .double-majority .majority-label {
            font-size: 112%;
            padding: 0 5%;
            line-height: 1.2
        }

    .floating-mini-timeline.list-date {
        width: 90%;
        padding: 3% 0
    }

    .floating-mini-timeline .mini-timeline-wrapper .timeline-bullet {
        left: 13.5%
    }

    .floating-mini-timeline .mini-timeline-wrapper .span1 {
        display: block
    }

    .floating-mini-timeline .mini-timeline-wrapper .span3 {
        width: 7.928177%
    }

    .floating-mini-timeline .mini-timeline-wrapper h4 {
        margin-top: 0
    }

    .floating-mini-timeline .span8, .floating-mini-timeline .more-link {
        padding-left: 0
    }

    .floating.floating-mini-timeline.list-date {
        margin-left: 0;
        margin-right: 30px;
        width: 96%;
        padding: 4% 2% 3%;
        float: left
    }

    .content-gallery, .gallery-full {
        padding: 30px 4% 0 !important;
        width: 92% !important;
        margin-bottom: 0
    }

        .content-gallery .span2, .gallery-full .span2 {
            width: 44%;
            margin: 0 3% 40px;
            padding: 0
        }

    body .full {
        width: 93%;
        padding: 40px 3.5%
    }

        body .full.content-gallery {
            width: 92% !important
        }

        body .full .media-gallery.none {
            margin: -40px -3.5%
        }

    .gallery-full .content-gallery {
        width: 100% !important
    }

        .gallery-full .content-gallery .header-gallery {
            margin: 0;
            width: 100%
        }

    .eg .gallery-full .content-gallery, .euco .gallery-full .content-gallery, .is .gallery-full .content-gallery {
        margin: 10px 0;
        padding: 0
    }

    .full.coming-up {
        padding: 30px 1.5% 0;
        width: 97% !important
    }

    .main-topics-row .floating-left.floating-image, .main-topics-row .floating-left.floating-video, .main-topics-row .floating-right.floating-image, .main-topics-row .floating-right.floating-video {
        padding: 0;
        max-width: 400px;
        margin-right: 0;
        margin-left: 0
    }

    .main-topics-row .floating-left.floating-image, .main-topics-row .floating-left.floating-video, .main-topics-row .floating-right.floating-image {
        width: 49%
    }

    .main-topics-row .floating-right.floating-video {
        width: 40%
    }

    .main-topics-row .span12 > div {
        clear: left
    }

        .main-topics-row .span12 > div.floating {
            clear: none
        }

    .main-topics-row .floating.list-date {
        width: 35%;
        padding: 40px 5%
    }

    .member-slider .span3.member-title, .member-slider .span9 {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        float: none
    }

    .member-slider .span3.member-title {
        padding: 0 15px;
        text-align: right
    }

    .member-slider .span9 {
        width: 72%
    }

    .member-slider .member-title h2 {
        margin: 0
    }

    .noheader-nofooter-page.nav-buttons.row-fluid .span6 {
        float: left;
        width: 23%;
        margin: 0
    }

    .noheader-nofooter-page.nav-buttons.row-fluid .span3.sidebar-right {
        float: right;
        width: 45%;
        margin-right: 4%
    }

    .noheader-nofooter-page.row-fluid .nav-buttons .span8 .meeting-button.backto {
        margin-top: 20px
    }

    body header .language.span4 {
        width: 25.491712707182323% !important;
        margin-left: 2.7624309392265194%;
        margin-right: 0
    }

    .icon-lang-bottom {
        float: right;
        padding: 7px 0 8px 0;
        min-width: 37px;
        text-align: center
    }

    .yamm .dropdown-menu {
        left: 0
    }

    .language-box .dropdown-menu .span4 {
        width: 31%;
        float: left
    }

    .meetings .span12 .span3 {
        width: 45%;
        margin: 20px 0
    }

    .meetings .span12 .sidebar-left {
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .meetings .span12 .sidebar-left h2 {
            margin-bottom: 0
        }

    .meetings .meetings-title .span9 {
        margin-left: 0
    }

    .meetings .european-council h2, .meetings .eurogroup h2, .meetings .working-groups h2 {
        margin-top: 19px;
        margin-bottom: 20px
    }

    .meetings .eurogroup {
        padding: 10px 0 10px
    }

    .meetings .working-groups {
        padding: 20px 0 40px
    }

    .meetings .articles-list {
        margin: 0 0 20px
    }

    .meetings .council-configurations-title .span12 .sidebar-left h2 {
        margin-bottom: 0
    }

    .meetings .content-slider {
        margin-bottom: 40px
    }

        .meetings .content-slider .span9 .slider {
            padding-right: 0;
            position: relative;
            left: 0
        }

        .meetings .content-slider .slider {
            padding-right: 5%;
            position: relative;
            left: -11px
        }

    .council-configurations h3, .european-council h3, .eurogroup h3 {
        font-size: 120%
    }

    .content-slider .content-slider-inner {
        margin: 10px 0 20px;
        position: relative;
        z-index: 0
    }

        .content-slider .content-slider-inner .span3 {
            display: block;
            float: none;
            vertical-align: middle;
            text-align: left;
            width: 92%;
            margin: 20px 4% 0;
            position: relative
        }

            .content-slider .content-slider-inner .span3 .inner-right .more-link {
                position: absolute;
                right: 0;
                /*top: 13px*/
            }

        .content-slider .content-slider-inner .span9 {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            float: none;
            width: 92%;
            margin: 0 4%
        }

    .fullblock .txt-wrapper {
        padding: 0 20px 20px
    }

    .cookiemessage, .cookiemessage p, .alertbox {
        padding-left: 3% !important
    }

    .institution .floating-left.floating-video {
        width: 100%
    }

    .institution .row-fluid .content-bottom.span6 {
        border: 1px solid red;
        width: 100%;
        margin-left: 0
    }

    ul.ordinary-leg-steps {
        padding: 0 4% 0;
        margin-bottom: 20px;
        text-align: left;
        display: block
    }

    .promoblock .span8 {
        margin: 0 4%;
        width: 92%
    }

        .promoblock .span8 > div.float {
            clear: none
        }

    .promoblock .float {
        width: 100%;
        max-width: 45%
    }

        .promoblock .float.video-size480 {
            width: 100%;
            max-width: 45%
        }

        .promoblock .float.border {
            width: 100%;
            max-width: 45%
        }

    .promoblock .float-left {
        padding-left: 0
    }

    .promoblock .float-right {
        padding-right: 0
    }

    .promoblock .border.float-left {
        padding-left: 20px
    }

    .promoblock .border.float-right {
        padding-right: 20px
    }

    .promoblock .free-text.none {
        clear: both
    }

    .promoblock .video-left, .promoblock .video-right {
        max-width: 45%
    }

    .cbks-list-items li {
        float: left;
        border-bottom: 1px solid #d2d2d2;
        width: 33.333333%;
        padding: 10px 0
    }

    .language .icon-lang-bottom {
        font-size: 2.2em
    }

    .home .promoblock .row-fluid .specialspan8 {
        margin: 0 1.25%;
        width: 97.5%
    }

    .home .home-hgrouptags {
        margin: 0 2%;
        width: 96%
    }

    .breadcrumb {
        margin: 0 0 20px
    }
}

@media(min-width:1025px) and (max-width:1280px) {
    .primary-menu.navbar .nav {
        margin: 0 0 0 14%
    }

        .primary-menu.navbar .nav > li > a, .primary-menu.navbar .nav > li.first > a {
            padding: 10px 8px 20px;
            font-size: 82.3%
        }

    .row-fluid {
    }

        .row-fluid.meeting-calendar .specialspan2.sidebar-left {
            display: block;
            width: 23.076923076923077%;
            margin: 0 .59362%
        }

        .row-fluid.meeting-calendar .sidebar-right {
            display: none
        }

        .row-fluid .span8.nomargin {
            width: 80% !important
        }

        .row-fluid .specialspan8 {
            width: 70.71795%
        }

            .row-fluid .specialspan8 .content-top .sub-menu-mobile, .row-fluid .specialspan8 .content-top .sub-menu-mobile .dropdown-mobile {
                display: inline
            }

            .row-fluid .specialspan8 .content-top .hgrouptags {
                display: none
            }

            .row-fluid .specialspan8 .hgrouptags {
                display: block;
                width: 100%;
                margin-bottom: 10px;
                min-height: 32px
            }

        .row-fluid .specialspan2 {
            display: block
        }

            .row-fluid .specialspan2.press-release-detail-contacts {
                display: block;
                margin: 0 14.893617021276595%;
                margin-bottom: 40px;
                width: 70%
            }

        .row-fluid .row-timeline-item-wrapper .specialspan2 {
            display: block
        }

        .row-fluid .span6 .specialspan2 {
            display: block
        }

        .row-fluid .hgrouptags {
            min-height: 155px;
            padding-right: 0;
            text-align: right;
            padding-top: 0;
            background: none !important
        }

        .row-fluid .span3 {
        }

            .row-fluid .span3 .sidebar-right {
                display: none
            }

            .row-fluid .span3.sidebar-left .hgp {
                width: auto !important;
                margin-right: 0
            }

            .row-fluid .span3.sidebar-left .tags-box {
                display: block !important;
                width: auto !important;
                margin: 0
            }

            .row-fluid .span3.sidebar-left .left-menu {
                width: 100%;
                margin-left: 2%
            }

                .row-fluid .span3.sidebar-left .left-menu ul {
                    width: auto !important
                }

            .row-fluid .span3.sidebar-left .row .detail-date {
                margin: 0
            }

            .row-fluid .span3 .specialspan8 {
                margin: 0 !important
            }

        .row-fluid.full .free-text {
            width: 100%
        }

    .special-noh-nof .title {
        position: relative;
        left: -18px;
        width: 100% !important
    }

    .main .noheader-nofooter-page.row-fluid header .inner {
        margin: 0 14.893617021276595%
    }

    .yamm .dropdown-menu {
        left: 0;
        font-size: 92.3%
    }

    .floating-right {
        margin-right: -21.5%
    }

    .floating-left {
        margin-left: -21.5%
    }

        .floating-left.floating-image, .floating-left.floating-video {
            width: auto;
            padding: 0
        }

        .floating-left.list-date {
            width: 40%;
            padding: 3%
        }

    .calendar .calendar-list .hgrouptags {
        margin-bottom: 0;
        text-align: right;
        border-top: none
    }

    .calendar .content-center .hgrouptags .inner-institution {
        border-top: 1px solid #b7ced1
    }

    .content .content-bottom .tags-box {
        display: block
    }

    .main-topics-row .specialspan8 {
        width: 80% !important
    }

    .main-topics-row .floating-left.floating-image, .main-topics-row .floating-left.floating-video, .main-topics-row .floating-right.floating-image, .main-topics-row .floating-right.floating-video {
        padding: 0;
        margin-left: 0
    }

    .main-topics-row .floating-left.floating-image {
        width: 49%;
        max-width: 480px;
        margin-right: 3%
    }

    .main-topics-row .floating-left.floating-video {
        width: 30%;
        max-width: 100%;
        margin-right: 4%
    }

    .main-topics-row .floating-right.floating-video {
        max-width: 480px;
        margin-right: 0;
        width: 40%
    }

    .main-topics-row .floating-right.floating-image {
        width: 49%;
        max-width: 480px;
        margin-right: 0
    }

    .main-topics-row .span12 > div {
        clear: left
    }

        .main-topics-row .span12 > div.floating {
            clear: none
        }

    .main-topics-row .floating.list-date {
        width: 35%;
        padding: 40px 5%
    }

    .meetings .content-slider .slider {
        padding-right: 5%;
        position: relative;
        left: -11px
    }

    .meetings .content-slider .inner-right {
        width: 100% !important
    }

    .float.video-size480 {
        width: 51.75%;
        max-width: 51.75%
    }

    .promoblock .float.border {
        width: auto;
        max-width: 45%;
        margin: 0
    }

    .promoblock .float.video-size480 {
    }

    .promoblock .float .video-left, .promoblock .float .video-right {
    }

    .press-releases .row-fluid .hgrouptags .inner-institution {
        border-top: 1px solid #b7ced1
    }

    .by-year .control-label .label {
        width: 15%
    }

    .by-year .control-label input {
        width: 80% !important
    }

    #cookiemessage {
        margin: 0 14.3%;
        width: 71.4%
    }

    .advanced-search .pager-top {
        border-top: none;
        padding: 5px 0 0 0;
        color: #b4b4b4;
        font-size: 90%;
        margin: 0
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .span2, .mediagallery-slider #mediagallerycarousel.content-gallery .rowline .span2 {
        width: 18% !important;
        margin: 0 1% 20px;
        padding: 0
    }

        .mediagallery-slider #mediagallerycarousel.content-gallery .span2:nth-child(3n+1), .mediagallery-slider #mediagallerycarousel.content-gallery .rowline .span2:nth-child(3n+1) {
            clear: none;
            margin-left: 1%
        }

        .mediagallery-slider #mediagallerycarousel.content-gallery .span2:nth-child(3n), .mediagallery-slider #mediagallerycarousel.content-gallery .rowline .span2:nth-child(3n) {
            margin-right: 1%
        }

        .mediagallery-slider #mediagallerycarousel.content-gallery .span2:nth-child(5n+1), .mediagallery-slider #mediagallerycarousel.content-gallery .rowline .span2:nth-child(5n+1) {
            clear: both
        }

    .row-timeline-item-wrapper .span6 {
        width: 65.95744680851064%
    }

    .sidebar-left {
        margin-left: 10px !important
    }

        .sidebar-left .sidebar-content-wrapper .sidebar-content {
            width: 100%
        }

            .sidebar-left .sidebar-content-wrapper .sidebar-content .menu-blog {
                margin-left: 0
            }

    .content-slider .sidebar-left {
        margin-left: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    body {
        -webkit-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
        -moz-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
        -o-transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
        transition-property: compact(font-size,false,false,false,false,false,false,false,false,false);
        -webkit-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
        -moz-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
        -o-transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
        transition-duration: compact(.25s,false,false,false,false,false,false,false,false,false);
        -webkit-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
        -moz-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
        -o-transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
        transition-delay: compact(.25s,false,false,false,false,false,false,false,false,false);
        padding: 0;
        font-size: 87.5%
    }

        body header .inner .row-fluid .speciallogo {
            min-height: inherit
        }

    h1 {
        font-size: 240%
    }

    h4, h5 {
        font-size: 100%
    }

    .main .inner {
        margin: 0
    }

    .main .row-fluid .nomargin {
        margin-left: 0;
        width: 100%
    }

    .main .row-fluid.noheader-nofooter-page .nomargin {
        margin: 0 4%;
        width: 92%
    }

    .main > .content-steps .ordinary-leg-btn {
        margin: 0 0 30px 0
    }

    .main .content .hgrouptags {
        text-align: left
    }

    .main .content .tags-box-wrapper .tags-box > li {
        margin-bottom: 20px !important
    }

    .logo-slogan {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: bottom;
        position: relative;
        top: .4em;
        margin-left: 14px;
        font-family: "Open Sans",Arial,Tahoma,sans-serif;
        font-weight: bold
    }

    .row-fluid .hgrouptags {
        min-height: inherit;
        padding-right: 0;
        text-align: left;
        padding-top: 0;
        border-top: 1px solid #b7ced1;
        margin-top: 1px;
        margin-bottom: 20px;
        background: none !important
    }

        .row-fluid .hgrouptags h2, .row-fluid .hgrouptags .hgp {
            margin: 0
        }

            .row-fluid .hgrouptags h2 .inner-institution, .row-fluid .hgrouptags .hgp .inner-institution {
                border-top: none
            }

    .row-fluid .specialspan8 .hgrouptags {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        min-height: 32px
    }

    .row-fluid .specialspan8 .calendar-list .hgrouptags {
        min-height: inherit;
        margin-bottom: 0
    }

    .row-fluid .specialspan8 .content-top .sub-menu-mobile, .row-fluid .specialspan8 .content-top .sub-menu-mobile .dropdown-mobile {
        display: inline
    }

    .row-fluid .specialspan8 .content-top .hgrouptags .sub-menu-mobile {
        display: block
    }

    .row-fluid.council-configurations, .row-fluid.european-council, .row-fluid.meetings-title, .row-fluid.eurogroup, .row-fluid.working-groups {
        padding: 0 2.5%;
        width: 95%;
        margin-bottom: 20px
    }

        .row-fluid.council-configurations h2, .row-fluid.european-council h2, .row-fluid.meetings-title h2, .row-fluid.eurogroup h2, .row-fluid.working-groups h2 {
            margin-bottom: 0
        }

    .row-fluid [class*="span"] {
        min-height: inherit
    }

    .row-fluid .specialspan2.press-release-detail-contacts {
        display: block;
        margin: 0 4% 40px;
        width: 92%
    }

    .calendar .calendar-list .hgrouptags {
        margin-bottom: 0;
        text-align: right;
        border-top: none
    }

    .calendar .calendar-list ul {
        margin: 0 0 10px;
        padding: 0;
        list-style: none
    }

    .calendar .content-center .hgrouptags .dropdown-menu {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        position: relative;
        padding: 0;
        background: #f5f5f5;
        text-align: left;
        top: 28px
    }

        .calendar .content-center .hgrouptags .dropdown-menu .dropdown-menu {
            left: 0 !important
        }

    .calendar .content-center .hgrouptags .inner-institution {
        border-top: 1px solid #b7ced1
    }

    .calendar .content-center .hgrouptags #eventCalendarCalendarSunday {
        margin-right: 0;
        width: 100%;
        float: none
    }

    .calendar .content-center .hgrouptags .control-group.controls-row {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .calendar .content-center .hgrouptags .calendar-download {
        width: 100%;
        margin: 0;
        clear: both;
        float: none;
        background: #fff
    }

    .calendar .content-center .hgrouptags .eventsCalendar-monthWrap {
        width: 100%
    }

    .calendar .content-center .hgrouptags .control-wrapper .btn-group {
        margin: 0;
        text-align: left
    }

        .calendar .content-center .hgrouptags .control-wrapper .btn-group a.dropdown-toggle {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
            background: none;
            color: #3f4a52;
            padding: 0;
            border: none;
            text-align: left;
            position: static;
            top: -1px;
            right: 0
        }

    .calendar .content-top .hgrouptags .inner-institution {
        border-top: none
    }

    .main .content-slider .list-hour {
        margin-bottom: 10px
    }

    .webcast-details .list-hour {
        background: #e2ebed;
        padding: 0 3px;
        color: #0c3759;
        text-decoration: none;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        zoom: 1;
        vertical-align: top;
        margin-right: 10%;
        text-align: center;
    }


    .calendar .row-fluid .hgrouptags .inner-institution {
        border-top: 1px solid #b7ced1
    }

    .floating-left {
        margin-left: 0;
        margin-right: 0;
        width: 90%;
        padding: 3% 5%;
        float: none
    }

        .floating-left.list-date {
            width: 90%;
            padding: 7% 5%
        }

        .floating-left.floating-image, .floating-left.floating-video {
            width: 100%;
            padding: 0
        }

    .floating-right {
        margin-right: 0;
        margin-left: 0;
        width: 90%;
        padding: 3% 5%;
        float: none
    }

        .floating-right.list-date {
            width: 90%;
            padding: 7% 5%
        }

        .floating-right.floating-image, .floating-right.floating-video {
            width: 100%;
            padding: 0
        }

    .main-topics-row .floating.list-date {
        width: 90%;
        padding: 7% 5%
    }

    .share .share-label {
        display: none
    }

    .share li .share-txt {
        display: none
    }

    .share.social-media li.flickr .ico-media, .share.social-media li.flickr a:hover .ico-media {
        padding: 5px 10px
    }

    #feedback textarea {
        width: 96%;
        padding: 2%
    }

    .social-media {
        position: static
    }

    footer .footer-top {
        margin: 0;
        padding: 25px 20px
    }

    footer .footer-nav .navbar-inner {
        padding: 0 20px;
        background: none;
        border: none
    }

        footer .footer-nav .navbar-inner ul li.first a, footer .footer-nav .navbar-inner ul li.first span {
            padding-left: 15px
        }

        footer .footer-nav .navbar-inner ul li a, footer .footer-nav .navbar-inner ul li span {
            text-align: center
        }

    .related-content {
        padding: 2% 4% 3%
    }

        .related-content i, .related-content > ul {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1
        }

        .related-content i {
            width: 8%
        }

        .related-content > ul {
            width: 75%
        }

    .span3.hgrouptags {
        display: none !important
    }

    .alert-button span {
        display: none
    }

    .content .tags-box {
        margin: 0 0 20px 0;
        width: 100%
    }

        .content .tags-box li.first {
            display: none
        }

    .content .content-bottom .tags-box {
        display: block
    }

    .content.noheader-nofooter-page.row-fluid {
        padding-top: 0
    }

        .content.noheader-nofooter-page.row-fluid h1 {
            margin-top: 0
        }

    .footer-navbar {
        margin: 0;
        padding: 0
    }

    .navbar .nav {
        position: relative;
        left: 0;
        display: block;
        float: none;
        margin: 0
    }

    .footer-top {
        margin-bottom: 0
    }

        .footer-top .list_general a {
            padding: 10px 0;
            display: block
        }

        .footer-top .list_general dd {
            margin: 0 10px
        }

    .meetings .content-slider .slides {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .meetings .sidebar-left {
        margin: 0;
        text-align: left;
        padding-right: 0
    }

    .meetings .european-council, .meetings .eurogroup, .meetings .working-groups {
        margin: 0 0 20px
    }

        .meetings .european-council h2, .meetings .eurogroup h2, .meetings .working-groups h2 {
            margin-top: 10px;
            margin-bottom: 20px
        }

    .calendar-slider-inner {
        position: relative;
        z-index: 0
    }

    .meetings-page .calendar-week .inner-right {
        padding: 20px 20px 0;
        margin-top: 92px
    }

    .meetings-page.row-fluid .specialspan8 .hgrouptags {
        background: none;
        width: 100%
    }

    .calendar-week h2 {
        margin-top: 0;
        margin-bottom: 7px
    }

    .content-top {
        margin-bottom: 0
    }

        .content-top .hgrouptags .control-wrapper .btn-group {
            margin: 0;
            text-align: left
        }

            .content-top .hgrouptags .control-wrapper .btn-group a.dropdown-toggle {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                background: none;
                color: #3f4a52;
                padding: 0;
                border: none;
                text-align: left;
                position: static;
                top: -1px;
                right: 0
            }

        .content-top .hgrouptags .dropdown-mobile-menu .control-wrapper .btn-group a.dropdown-toggle {
            position: absolute;
            top: 11px;
            right: 0;
            left: inherit;
            width: auto
        }

        .content-top .sidebar-search {
            display: block
        }

            .content-top .sidebar-search h1 {
                display: none
            }

        .content-top .searchbox-wrapper {
            margin-bottom: 30px;
            max-width: 320px
        }

            .content-top .searchbox-wrapper .searchbox {
                top: 0;
                width: 100%;
                position: static;
                height: initial
            }

            .content-top .searchbox-wrapper .row-f {
                overflow: visible;
                position: static;
                height: initial
            }

            .content-top .searchbox-wrapper .search-submit {
                float: right;
                position: static
            }

            .content-top .searchbox-wrapper .input-wrapper {
                overflow: hidden;
                padding-right: 17px
            }

                .content-top .searchbox-wrapper .input-wrapper input {
                    width: 100%;
                    max-width: 100%
                }

    .content-area {
        margin-bottom: 0
    }

    .content-bottom {
        margin-bottom: 0
    }

        .content-bottom.span6 {
            width: 92.5%
        }

    .slider {
        padding-right: 0
    }

    .calendar-slider .slides li {
        padding: 20px 0 30px 0
    }

        .calendar-slider .slides li .slide-wrapper {
            display: block;
            padding: 6% 12% 2% 21%;
            min-height: 175px;
            position: relative;
            text-decoration: none;
            background: #fff
        }

        .calendar-slider .slides li .date {
            left: 0
        }

    .council-configurations h3 {
        padding: 20px 0 15px;
        display: table-cell
    }

    .owl-controls .owl-prev, .owl-controls .owl-next {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1
    }

    .owl-controls .owl-prev {
        left: -12px
    }

    .owl-controls .owl-next {
        right: -8px
    }

    .press-title h1 {
        margin: 0 0 10px
    }

    .press .latest-materials .thumbnails .span2 {
        width: 100%;
        clear: both
    }

    .press .coming-up .slider {
        padding: 0
    }

    .press .coming-up .calendar-slider {
        background: #e8e8e8
    }

    .press .coming-up .calendar-slider-inner {
        background: none
    }

    .fullblock, .fullblock.with-title {
        padding: 0
    }

    .rowform-centered {
        margin: 0
    }

    .coming-up .content-slider .content-slider-inner {
        background: #fff;
        margin-bottom: 0 !important;
        margin-top: 20px !important
    }

    .coming-up .full-inner {
        margin: 0;
        clear: both
    }

    .content-slider.top-slider .hgp2 {
        text-align: left
    }

    .content-slider .calendar-week .hgp2 {
        text-align: left
    }

    .content-slider .content-slider-inner {
        margin-top: 10px;
        margin-bottom: 20px
    }

        .content-slider .content-slider-inner .span3 {
            text-align: left;
            margin-bottom: 20px
        }

    .content-slider .slides li {
        width: 90%
    }

        .content-slider .slides li .date {
            top: -8px
        }

    .content-slider.alert .close {
        top: -15px
    }

    .content-slider .slider {
        padding: 0 15px
    }

        .content-slider .slider .owl-controls .owl-prev, .content-slider .slider .owl-controls .owl-next {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
            opacity: .2
        }

    .basic-page .sidebar-right, .basic-page .sidebar-left, .row-timeline-item-wrapper .sidebar-right, .row-timeline-item-wrapper .sidebar-left {
        display: none
    }

    .double-majority {
        padding: 0;
        width: 100%
    }

        .double-majority .span5 {
            padding: 30px 0 30px;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            float: none;
            width: 100%
        }

        .double-majority .span2 {
            padding: 0;
            width: 100%
        }

        .double-majority .majority-percent {
            line-height: 120%
        }

    .floating-mini-timeline .mini-timeline-wrapper .date {
        text-align: left;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        padding: 2px 5px;
        background-color: #ddd
    }

    .floating-mini-timeline .mini-timeline-wrapper .span1 {
        display: none
    }

    .floating-mini-timeline .mini-timeline-wrapper .timeline-bullet {
        left: 10%
    }

    .floating-mini-timeline .mini-timeline-wrapper h4 {
        margin-top: 10px
    }

    .floating-mini-timeline h3 {
        padding-left: 0;
        margin-bottom: 0
    }

    .floating-mini-timeline .span8 {
        padding-left: 16%
    }

    .floating-mini-timeline .span3 {
        min-height: inherit
    }

    .floating-mini-timeline .row-mini-timeline {
        padding-bottom: 10px
    }

    .floating.floating-mini-timeline.list-date {
        padding: 7% 5%;
        margin-bottom: 40px
    }

    .floating.blockquote {
        width: 100%;
        padding: 20px 0 20px
    }

    .floating.blockquote-twitter.list-date {
        width: 100%;
        padding: 0;
        overflow: hidden
    }

    .header-gallery {
        margin: 0;
        width: 100%;
        position: relative;
        color: #0c3759
    }

        .header-gallery .caption {
            margin: 10px 0 5px
        }

        .header-gallery .short-description {
            margin: 0 0 15px
        }

        .header-gallery .copyright {
            margin: 4px 0 0;
            display: inline;
            text-align: left;
            float: right
        }

    .date-copyright-gallery {
        position: static
    }

    body .member-slider .span3 {
        display: block;
        float: none;
        vertical-align: middle;
        text-align: left;
        width: 92%;
        margin: 20px 4%;
        position: relative
    }

        body .member-slider .span3.member-title {
            margin-left: 4%;
            text-align: left;
            margin-bottom: -10px;
            text-align: center
        }

    body .member-slider .span9 {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        float: none;
        width: 92%;
        margin: 0 4% 20px
    }

    body .member-slider .slides li {
        padding: 0
    }

    body .member-slider .member-title h2 {
        margin-bottom: 20px
    }

    body .member-slider .owl-controls a.owl-prev i {
        padding: 0 20px
    }

    body .member-slider h3, body .member-slider .hgp3 {
        font-size: 100%;
        line-height: 120%
    }

    body .member-slider h4, body .member-slider .hgp4 {
        font-size: 90%;
        line-height: 1.6em
    }

    body .member-slider .icons > a > i {
        font-size: 2em
    }

    .member-slider-inner {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .image-full {
        margin-bottom: 15px;
        margin-top: 15px
    }

    .history-timeline .ceu .date {
        border-left: 7px #8dcfd7 solid
    }

    .history-timeline .euco .date {
        border-left: 7px #0074bd solid
    }

    .history-timeline .eg .date, .history-timeline .es .date {
        border-left: 7px #008266 solid
    }

    .row-timeline .row-timeline-item .timeline-bullet {
        left: 0
    }

    .row-timeline .row-timeline-item-wrapper {
        padding-left: 32px;
        width: 90%;
        position: relative
    }

        .row-timeline .row-timeline-item-wrapper > .row-timeline-item-wrapper {
            padding-left: 0
        }

        .row-timeline .row-timeline-item-wrapper > .span2 {
            margin-left: 0 !important;
            width: 100%;
            text-align: left
        }

        .row-timeline .row-timeline-item-wrapper .span6, .row-timeline .row-timeline-item-wrapper .span9 {
            width: 100%
        }

            .row-timeline .row-timeline-item-wrapper .span6 .span1, .row-timeline .row-timeline-item-wrapper .span9 .span1 {
                margin-top: 0;
                margin-left: 0;
                float: none;
                position: absolute;
                left: 24px;
                top: 4px;
                width: auto
            }

                .row-timeline .row-timeline-item-wrapper .span6 .span1 i, .row-timeline .row-timeline-item-wrapper .span9 .span1 i {
                    float: none;
                    margin: 0
                }

            .row-timeline .row-timeline-item-wrapper .span6 .span11-margin-left-0, .row-timeline .row-timeline-item-wrapper .span9 .span11-margin-left-0 {
                width: 100%
            }

        .row-timeline .row-timeline-item-wrapper .span1 {
            position: absolute;
            left: -18PX;
            top: -8px;
            width: 35px
        }

        .row-timeline .row-timeline-item-wrapper .date {
            margin-right: 10px;
            margin-top: 0;
            position: relative;
            top: 4px;
            margin-left: 0;
            padding-left: 20px
        }

        .row-timeline .row-timeline-item-wrapper .time {
            margin-left: 0;
            padding-left: 0
        }

    .row-timeline-item-wrapper .floating-none {
        width: 100%;
        margin-right: 0
    }

    .floating-image.floating-left .media-gallery.link-wrapper figure {
        text-align: left
    }

    .primary-menu .dropup, .primary-menu .dropdown {
        position: static
    }

    .title-top .hgrouptags .hgp {
        margin-top: 0
    }

    .control-group .check-wrapper {
        position: relative;
        min-height: 41px
    }

    .press-calendar .content-center .span8 {
        width: 100%
    }

    .press-calendar .slider {
        padding-right: 0;
        padding-left: 0
    }

    .special-noh-nof .title {
        position: relative;
        left: 0;
        width: 100% !important
    }

    .ordinary-leg-steps {
        display: none
    }

    .nav-buttons {
        margin-top: 20px
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery li.carousel-slide {
        width: 31% !important;
        margin: 0 1% 12px
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery li:nth-child(3n+1) {
        clear: both
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .hide-mobile-media {
        display: none
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery ul.slides {
        width: 100% !important;
        padding: 0
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .carousel-slide figcaption.titletext {
        display: none
    }

    .doc-item .doc-desc, .doc-item a {
        font-size: 100%
    }

    .institution .institution-content-block {
        display: block;
        height: 100%;
        min-height: 560px
    }

    .noheader-nofooter-page.nav-buttons .span3.content-center {
        margin-left: 4%
    }

    .noheader-nofooter-page.nav-buttons .span6.sidebar-right {
        float: right;
        padding-right: 0;
        width: 55%
    }

    .spandate.review {
        top: 0
    }

    .table-wrapper {
        width: 100%;
        max-width: 1024px;
        overflow-x: scroll
    }

    .free-text > ul > li {
        background: url(/bundle/201606100903?url=/Content/images/ico_bullet-darkgray.png) no-repeat 10px 8px
    }

    .promoblock .img-right, .promoblock .img-left, .promoblock .video-right, .promoblock .video-left, .promoblock .tweet-right, .promoblock .tweet-left, .promoblock .link-right, .promoblock .link-left, .promoblock .basicblock-right, .promoblock .basicblock-left, .promoblock .timeline-right, .promoblock .timeline-left {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%
    }

    .promoblock .link-right, .promoblock .link-left {
        max-width: 100%
    }

    .promoblock .float .media-gallery.link-wrapper, .promoblock .float .img-right, .promoblock .float .img-left, .promoblock .float .video-right, .promoblock .float .video-left, .promoblock .float .tweet-right, .promoblock .float .tweet-left, .promoblock .float .link-right, .promoblock .float .link-left, .promoblock .float .basicblock-right, .promoblock .float .basicblock-left, .promoblock .float .timeline-right, .promoblock .float .timeline-left {
        margin: 0
    }

    .promoblock .float.border .media-gallery.link-wrapper, .promoblock .float.border .img-right, .promoblock .float.border .img-left, .promoblock .float.border .video-right, .promoblock .float.border .video-left, .promoblock .float.border .tweet-right, .promoblock .float.border .tweet-left, .promoblock .float.border .link-right, .promoblock .float.border .link-left, .promoblock .float.border .basicblock-right, .promoblock .float.border .basicblock-left, .promoblock .float.border .timeline-right, .promoblock .float.border .timeline-left {
        margin-bottom: 20px
    }

    .span2.speciallogo {
        display: none !important
    }

    #dropdown-mobile-menu .by-year {
        padding: 20px;
        border: 1px solid #d2d2d2;
        max-width: 240px;
        background: #fff
    }

    .home .alertbox {
        padding: 20px 4.5% 0 0
    }

    .by-year .control-label .label {
        width: 25%
    }

    .by-year .control-label input {
        width: 64% !important
    }

    #calendar-slider .owl-item > div.current-day {
        height: 100px
    }

    .more-link a {
        background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 10px 4.5px
    }

    ul.link-list > li {
        background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 10px 5px !important
    }

    .advanced-search .pager-top {
        border-top: none;
        padding: 5px 0 0 0;
        color: #b4b4b4;
        font-size: 90%;
        margin: 0
    }

    .content-slider-inner .span9 {
        padding-right: 0
    }

    #mediagalleryslider .flex-direction-nav li > a {
        left: 0;
        top: 290px
    }

        #mediagalleryslider .flex-direction-nav li > a.flex-next {
            right: 0
        }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper img {
        max-width: 100%;
        max-height: 632px
    }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper iframe {
        width: 100%
    }

    #mediagalleryslider .gallery-slide figcaption {
        position: relative;
        bottom: 0
    }

    .list-member figure.member-img {
        display: none
    }

    .list-member .span9 {
        width: 100%;
        margin: 0
    }

    .list-member .data-member {
        line-height: 1.33em
    }

        .list-member .data-member figure.member-img {
            display: block;
            margin-top: 15px;
            margin-bottom: 15px;
            margin-right: 0
        }

            .list-member .data-member figure.member-img img {
                max-width: 175px
            }

    .content-center .latest-posts-wrapper {
        display: block;
        margin-bottom: 60px
    }

        .content-center .latest-posts-wrapper h1 {
            font-size: 180%
        }

        .content-center .latest-posts-wrapper .latest-post .post-wrapper {
            padding-left: 4%
        }

    .check-wrapper input[type="checkbox"] {
        vertical-align: center
    }
}

@media only screen and (max-width:900px) {
    .primary-menu.navbar .nav > li > a, .primary-menu.navbar .nav > li.first > a {
        font-size: 75% !important
    }

    .lt-ie9 .primary-menu.navbar .nav > li > a, .lt-ie9 .primary-menu.navbar .nav > li.first > a {
        font-size: 75%
    }
}

@media only screen and (max-width:800px) {
    .btn-toolbar.btn-toolbar-az .btn:nth-child(20), .btn-toolbar.btn-toolbar-az .progress-form input[type="submit"]:nth-child(20), .progress-form .btn-toolbar.btn-toolbar-az input[type="submit"]:nth-child(20) {
        clear: none
    }
}

@media only screen and (max-width:769px) {
    .ie9 body header .language.span4 {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0
    }
}

.dropdown-mobile-menu {
    height: auto !important;
    width: 100% !important;
}

@media only screen and (max-width:768px) {
    .main {
        margin: 12px 4% 20px;
        width: 92%;
        display: block
    }

        .main .btn, .main .progress-form input[type="submit"], .progress-form .main input[type="submit"] {
            width: 100%
        }

            .main .btn.dropdown-toggle-mobile, .main .progress-form input.dropdown-toggle-mobile[type="submit"], .progress-form .main input.dropdown-toggle-mobile[type="submit"] {
                width: inherit
            }

        .main .rowform-centered .btn, .main .rowform-centered .progress-form input[type="submit"], .progress-form .main .rowform-centered input[type="submit"] {
            width: auto
        }

        .main .publications .btn, .main .publications .progress-form input[type="submit"], .progress-form .main .publications input[type="submit"] {
            width: auto
        }

        .main .publications .publication figure {
            margin-left: 2%;
            margin-right: 0
        }

        .main .media-gallery figure {
            text-align: left;
            max-width: 100%;
            float: left
        }

        .main .full .media-gallery figure {
            max-width: none;
            float: none
        }

        .main .full.members-full, .main .full.calendar-full {
            width: 100% !important;
            padding: 0 !important
        }

        .main .full.calendar-full {
            background: none !important
        }

        .main .noheader-nofooter-page.row-fluid header .inner {
            margin: 0 14.893617021276595%
        }

        .main .row-fluid.noheader-nofooter-page .nomargin {
            margin: 0;
            width: 100%
        }

    .euco-meetings-mob, .is-meetings-mob {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-euco.png) repeat-y 0 0;
        padding-left: 20px
    }

    .conf-meetings-mob {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-ceu.png) repeat-y 0 0;
        padding-left: 20px
    }

    .coreper-meetings-mob {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-ceu.png) repeat-y 0 0;
        padding-left: 20px
    }

    .eg-meetings-mob {
        background: url(/bundle/201606100903?url=/Content/images/bg_border-eg.png) repeat-y 0 0;
        padding-left: 20px
    }

    .row-timeline .row-timeline-item-wrapper .span2 {
        margin-left: 0 !important
    }

    .row-timeline .row-timeline-item-wrapper .span6 .content-area {
        padding-top: 30px
    }

    .history-timeline .row-timeline .row-timeline-item-wrapper .span2 {
        margin-left: 0 !important
    }

    .timeline .img-right, .timeline .video-right, .timeline .tweet-right, .timeline .link-right, .timeline .basicblock-right, .timeline .timeline-right {
        max-width: inherit
    }

    .timeline .img-left, .timeline .video-left, .timeline .tweet-left, .timeline .link-left, .timeline .basicblock-left, .timeline .timeline-left {
        max-width: inherit
    }

    .double-majority .span4 {
        margin: 10px 0
    }

    .primary-menu.navbar {
        margin-top: 0
    }

        .primary-menu.navbar .nav {
            float: none;
            padding: 0;
            margin: 0
        }

            .primary-menu.navbar .nav > li {
                margin: 0;
                float: none;
                width: 100% !important
            }

                .primary-menu.navbar .nav > li.dropdown > a:after, .primary-menu.navbar .nav > li.dropdown > a::after {
                    display: none !important
                }

                .primary-menu.navbar .nav > li > a {
                    background-color: #f5f5f5;
                    background: #f5f5f5 url(/bundle/201606100903?url=/Content/images/arr_darkblue-right.png) no-repeat 95% center !important;
                    cursor: pointer
                }

                    .primary-menu.navbar .nav > li > a:hover, .primary-menu.navbar .nav > li.active > a, .primary-menu.navbar .nav > li.active > a:hover {
                        background-color: #000;
                        background: #f5f5f5 url(/bundle/201606100903?url=/Content/images/arr_lightblue-right.png) no-repeat 95% center
                    }

                .primary-menu.navbar .nav > li.first > a {
                    text-align: left;
                    padding: 15px 20px
                }

            .primary-menu.navbar .nav > .active > a, .primary-menu.navbar .nav > .active > a:hover, .primary-menu.navbar .nav > .active > a:focus {
                -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
                border-bottom: 1px solid #ccc;
                background: #f1f1f1 url(/bundle/201606100903?url=/Content/images/arr_lightblue-right.png) no-repeat 95% center
            }

            .primary-menu.navbar .nav li.dropdown.open > .dropdown-toggle, .primary-menu.navbar .nav li.dropdown.open.active > .dropdown-toggle, .primary-menu.navbar .nav li.dropdown.active > .dropdown-toggle {
                margin-bottom: 0;
                background: #f1f1f1 url(/bundle/201606100903?url=/Content/images/arr_lightblue-right.png) no-repeat 95% center;
                color: #0c3759
            }

        .primary-menu.navbar .open > .dropdown-menu {
            width: 100%;
            margin: 0;
            padding: 0;
            background: #f5f5f5;
            border: none;
            border-bottom: 1px solid #ccc
        }

        .primary-menu.navbar .navbar-responsive-collapse .nav li.dropdown.open > .dropdown-toggle {
            border: none;
            background: #f5f5f5 url(/bundle/201606100903?url=/Content/images/arr_lightblue-bottom.png) no-repeat 95% center
        }

    .primary-menu .dropdown-menu .row-fluid {
        padding: 2%;
        width: 95.5%
    }

    .primary-menu .dropdown-menu .span4, .primary-menu .dropdown-menu .span8 {
        width: 100%;
        position: relative
    }

    .primary-menu .btn.btn-navbar, .primary-menu .progress-form input.btn-navbar[type="submit"], .progress-form .primary-menu input.btn-navbar[type="submit"], .primary-menu .btn.btn-navbar.collapsed, .primary-menu .progress-form input.btn-navbar.collapsed[type="submit"], .progress-form .primary-menu input.btn-navbar.collapsed[type="submit"] {
        top: -137px;
        position: absolute;
        right: 0;
        margin-right: 20px;
        margin: 0 20px 0 0;
        padding: 5px 8px;
        border: 1px solid #b7ced1
    }

    .primary-menu .btn.btn-navbar, .primary-menu .progress-form input.btn-navbar[type="submit"], .progress-form .primary-menu input.btn-navbar[type="submit"] {
        background: #b7ced1
    }

        .primary-menu .btn.btn-navbar.collapsed, .primary-menu .progress-form input.btn-navbar.collapsed[type="submit"], .progress-form .primary-menu input.btn-navbar.collapsed[type="submit"] {
            background: #fff
        }

        .primary-menu .btn.btn-navbar:hover, .primary-menu .progress-form input.btn-navbar[type="submit"]:hover, .progress-form .primary-menu input.btn-navbar[type="submit"]:hover {
            background: #b7ced1
        }

    .primary-menu .navbar-inner {
        filter: none;
        min-height: 0;
        padding-right: 0;
        padding-left: 0;
        background: none;
        border: none;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        margin-top: 0
    }

    .navbar .nav.pull-right {
        float: none;
        margin-right: 0
    }

    .navbar .btn-navbar .icon-bar, .navbar .btn-navbar:hover .icon-bar {
        display: block;
        width: 23px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        height: 3px;
        margin: 4px 0;
        background: #fff
    }

    .navbar .btn-navbar.collapsed:hover .icon-bar {
        display: block;
        width: 23px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        -moz-box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        box-shadow: compact(none,false,false,false,false,false,false,false,false,false);
        height: 3px;
        margin: 4px 0;
        background: #fff
    }

    .navbar .btn-navbar.collapsed .icon-bar {
        background: #b7ced1
    }

    .dropdown-big-box {
        margin: 10px;
        border: 1px solid #ccc;
        background: #fff
    }

    .search-submit {
        background: #0c3759;
        padding: 6px 8px;
        min-width: 41px;
        height: 41px;
        overflow: hidden;
    }

    .specialTd.max768 {
        display: table-cell !important;
        visibility: visible !important
    }

    .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus {
        background: none
    }

    .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background: none
    }

    .nav-collapse .dropdown-menu .dropdown-big-box a {
        padding: 0;
        color: #164194
    }

    .nav-collapse .dropdown-menu ul a {
        padding: 9px 0;
        margin: 0 !important
    }

    .nav-collapse .btn-close-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 8px 12px;
        background-color: #fff
    }

    .yamm-content ul.dropdown-list-box {
        padding: 0 15px;
        margin: 0 15px !important;
        border-bottom: 1px solid #d2d2d2;
        width: 93% !important
    }

        .yamm-content ul.dropdown-list-box.last {
            border-bottom: none
        }

        .yamm-content ul.dropdown-list-box ul {
            border: none;
            margin-bottom: 0;
            padding-bottom: 0;
            margin-top: 0;
            padding-top: 0
        }

    .yamm-content ul li a {
        display: block
    }

    .yamm-content ul ul {
        border: none
    }

    .searchbox {
        position: relative;
        padding: 15px 20px;
        background: #f5f5f5;
        border-bottom: 1px solid #ccc;
        top: 60%;
        border-top: 1px solid #fff;
        height: inherit
    }

        .searchbox .row-f {
            height: inherit
        }

        .searchbox .form-textfield {
            width: 83%;
            height: 27px;
            box-shadow: none;
            position: relative;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            display: table-cell;
            margin-bottom: 0;
            float: left;
            padding: 6px 12px;
            line-height: 1.6;
            font-family: inherit;
            font-size: 16px;
        }

    body header .language.span4 {
        display: block;
        clear: both;
        width: 100%;
        float: none;
        position: static;
        border-top: 4px solid #e8e8e8;
        margin-left: 0
    }

    header.nhnf .title {
        width: 100% !important
    }

    header.nhnf .language.span4 {
        width: 100% !important
    }

    .publications .publication figure {
        float: right
    }

    .publications .publication-details {
        margin-left: 0
    }

    .icon-lang-bottom {
        float: right;
        padding: 7px 0 8px 0;
        min-width: 37px;
        text-align: center
    }

    .language-box {
        /*display: none*/
    }

    .media-gallery.link-wrapper .src-img-wrapper {
        text-align: center
    }

    .content-gallery .media-gallery figure .figure-space {
        float: none
    }

    .latest-press-release .span4 {
        margin-bottom: 20px
    }

    .fullblock .txt-wrapper {
        padding: 14px 20px 20px
    }

    .content.row-fluid .specialspan2.press-release-detail-contacts {
        display: block;
        margin: 0 0 40px;
        width: 100%
    }

    .press-calendar .slider {
        padding-right: 15px;
        padding-left: 15px
    }

    .meetings .content-slider .slider {
        padding-right: 0;
        position: relative;
        left: 0
    }

    .meetings .content-slider .inner-right {
        padding: 0
    }

    .meetings .content-slider .slides li {
        margin: 20px 0 30px
    }

    .meetings .content-slider-inner #contentslider .flex-viewport {
        background: none
    }

        .meetings .content-slider-inner #contentslider .flex-viewport ul.slides {
            margin-top: 0
        }

    .meetings .articles-list {
        margin: 30px 0
    }

    .content-slider {
    }

        .content-slider .content-slider-inner .span9 {
            width: 100%;
            margin: 0
        }

        .content-slider .content-slider-inner .span3 {
            margin-left: 0;
            margin-right: 0;
            width: 100%
        }

        .content-slider .owl-carousel {
            min-height: 180px
        }

        .content-slider .owl-controls .owl-prev {
            left: -40px
        }

        .content-slider .owl-controls .owl-next {
            right: -40px
        }

        .content-slider .owl-theme .owl-controls.clickable .owl-buttons div:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
            opacity: .2
        }

        .content-slider.top-slider .content-slider-inner {
            background: none !important
        }

        .content-slider.top-slider .hgp2 {
            color: #3f4a52 !important;
            text-align: left
        }

        .content-slider .calendar-week .hgp2 {
            color: #3f4a52 !important;
            text-align: left
        }

        .content-slider .content-slider-inner {
            padding: 0 0 10px;
            width: 100%;
            margin: 0
        }

    .full .content-slider .content-slider-inner .span9 {
        width: 100%
    }

    .content-slider-inner {
        background: none;
        margin-top: 0
    }

    .row-fluid.meetings-title .span9 {
        width: 100%
    }

    .row-fluid .special-content-bottom.specialspan8 {
        margin: 0;
        width: 100%
    }

    .row-fluid .press-release-detail-contacts {
        display: none
    }

    .row-fluid .span3.press-release-detail-contacts {
        display: block
    }

    .row-fluid .span3.nav-center-button {
        width: 48.92817679558011%;
        float: left
    }

    .row-fluid .span9.nav-prev-next-button {
        width: 48.30939226519337%;
        margin-left: 2.7624309392265194%;
        float: left
    }

    .row-fluid.media-gallery .nomargin {
        width: 100%
    }

    .row-fluid.contact .span6 {
        width: 100%
    }

    .row-fluid #mediagalleryslider.span6 {
        width: 100%;
        margin-left: 0
    }

    .row-fluid.doc-pub .span3, .row-fluid.doc-pub .span6 {
        width: 100%
    }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 0
    }

    .row-fluid .span6 .content-area .float-left .blockquote {
        display: block
    }

        .row-fluid .span6 .content-area .float-left .blockquote .bq-quotes {
            width: 9%;
            float: left
        }

    .row-fluid .span6 .content-area .float-left .bq-txt {
        width: 77%
    }

    .press-accreditation .doc-list .doc-item.equal {
        height: inherit !important
    }

    .eg #contentslider .date {
        background: #008266 !important
    }

    .eg #contentslider a.slide-wrapper {
        border: 1px solid #b7ced1 !important
    }

    #logo img {
        max-height: 50px
    }

    header {
        position: relative;
        padding-top: 1.32em
    }

        header .title {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 20px
        }

        header .title-h1, header .home-h1 {
            font-size: 14px;
            line-height: 135%;
            color: #666;
            font-family: Arial;
        }

    .logo-slogan {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: bottom;
        position: relative;
        top: .4em;
        margin-left: 14px;
        font-family: "Open Sans",Arial,Tahoma,sans-serif;
        font-weight: bold
    }

    .floating-image figcaption.titletext, .image-full figcaption.titletext {
        padding-left: 10px
    }

    .noheader-nofooter-page.nav-buttons.row-fluid .span6 {
        float: left;
        width: 23%;
        margin: 0
    }

    .noheader-nofooter-page.nav-buttons.row-fluid .span3.sidebar-right {
        float: right;
        width: 45%;
        margin-right: 0
    }

        .noheader-nofooter-page.nav-buttons.row-fluid .span3.sidebar-right.next-point {
            position: relative;
            z-index: 3
        }

    .noheader-nofooter-page.nav-buttons .span3.content-center {
        margin-left: 0;
        float: left;
        width: 30%
    }

    .noheader-nofooter-page.nav-buttons .hide-mobile {
        display: none
    }

    .noheader-nofooter-page.row-fluid .meeting-button .i-margin-left, .noheader-nofooter-page.row-fluid .meeting-button .i-margin-right {
        margin-left: 7px;
        display: none
    }

    .noheader-nofooter-page.row-fluid .span3.sidebar-left {
        width: 100%
    }

    .noheader-nofooter-page.row-fluid #logo {
        display: block !important;
        margin: 0 0 0 0 !important;
        text-align: center !important
    }

        .noheader-nofooter-page.row-fluid #logo img {
            margin-left: 20px
        }

    .noheader-nofooter-page.row-fluid .span9 {
        padding-right: 0
    }

    .noheader-nofooter-page.row-fluid .press-menu ul {
        padding: 40px 12% 40px;
        width: 76%
    }

    .noheader-nofooter-page.row-fluid .left-menu ul, .noheader-nofooter-page.row-fluid .left-menu .left-menu-wrapper {
        padding: 40px 12% 40px;
        width: 76%
    }

    .noheader-nofooter-page.row-fluid.nav-buttons {
        margin-bottom: 30px
    }

    .traineeship-info {
        padding: 0 3%
    }

    .special-noh-nof .title {
        position: relative;
        left: -18px
    }

    .cookiemessage {
        padding: 0 4%;
        width: 92%
    }

        .cookiemessage p {
            padding: 0
        }

    .alertbox {
        padding: 0
    }

    .ordinary-leg-btn {
        width: 100%;
        margin: 0;
        display: block
    }

    .contact .reviewed {
        text-align: left
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery li.carousel-slide {
        width: 48% !important;
        margin: 0 1% 12px
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery li:nth-child(2n+1) {
        clear: none
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery li:nth-child(3n+1) {
        clear: none
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .hide-mobile-media {
        display: none
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery ul.slides {
        width: 100% !important;
        padding: 0
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .carousel-slide figcaption.titletext {
        display: none
    }

    .institution .block-info-left, .institution .block-info-right {
        padding: 0 0 20px 0
    }

    .divider-pub {
        display: none
    }

    .publication-options {
        text-align: right
    }

    .doc-pub .doc-item {
        min-height: initial
    }

    .institution-content-block-right {
        padding-left: 4.5%
    }

    .pictures ul.pictures-list {
        margin-left: 0
    }

    .sitemap .row-fluid .nomargin {
        width: 100%
    }

    .link-list {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        width: 100%
    }

    .pagination ul > li.prev > a, .pagination ul > li.prev > span {
        border-left-width: 1px
    }

    .pagination ul > li.hidden-phone {
        display: none
    }

    .pagination ul > li.last-page, .pagination ul > li.first-page {
        display: inline
    }

    .pagination.hide-sm769, .pagination.hide-gt768 {
        display: block
    }

    .pagination .prev a {
        border-left: 1px solid #d2d2d2
    }

    .resize-th {
        width: 50%
    }

    .rowform-centered {
        width: 100%;
        margin: 0
    }

    .form-horizontal .control-label {
        margin-right: 20px;
        display: block;
        width: 100%;
        text-align: left
    }

    .form-horizontal .controls {
        margin-left: 0
    }

    .app-wrapper .controls .btn, .app-wrapper .controls .progress-form input[type="submit"], .progress-form .app-wrapper .controls input[type="submit"] {
        width: auto
    }

    .defaultForm .control-group textarea, .defaultForm .control-group input[type="text"], .defaultForm .control-group input[type="password"], .defaultForm .control-group input[type="datetime"], .defaultForm .control-group input[type="datetime-local"], .defaultForm .control-group input[type="date"], .defaultForm .control-group input[type="month"], .defaultForm .control-group input[type="time"], .defaultForm .control-group input[type="week"], .defaultForm .control-group input[type="number"], .defaultForm .control-group input[type="email"], .defaultForm .control-group input[type="url"], .defaultForm .control-group input[type="search"], .defaultForm .control-group input[type="tel"], .defaultForm .control-group input[type="color"], .defaultForm .control-group .uneditable-input, .defaultForm .control-group select {
        padding: 8px 2%;
        width: 94.5%
    }

    .promoblock .float {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        max-width: 100%
    }

        .promoblock .float.border {
            width: 100%;
            max-width: 100%;
            padding: 20px 3% 0 3%
        }

        .promoblock .float.video-size480 {
            width: 100%
        }

    .promoblock.video-size480 {
        width: 100%;
        max-width: 100%
    }

    .promoblock .video-left, .promoblock .video-right {
        max-width: 100%;
        width: 100%
    }

    .full {
        width: 94% !important;
        padding: 20px 3% 0 3% !important
    }

        .full.content-gallery {
            width: 92% !important;
            padding: 20px 4% 0 4% !important
        }

    body .full .media-gallery.none {
        margin: -40px -3.5% 0
    }

    .eventCalendar-wrap {
        width: 100%
    }

    .float.video-size480 {
        width: 100%;
        max-width: 100%
    }

    .main-topics-row .span12, .main-topics-title .span12 {
        padding: 0
    }

    body .main-topics-row .span8 {
        margin-left: 0;
        width: 100%
    }

    .main-topics-row.ceu, .main-topics-row.euco, .main-topics-row.is, .main-topics-row.gsc, .main-topics-row.eg, .main-topics-row.es {
        border-bottom: none;
        padding: 20px 3%;
        width: 94%
    }

    body .main.home .home-hgrouptags {
        margin: 0 2%;
        width: 96%
    }

    body .main.home .infocus .row-fluid {
        padding: 20px 5%;
        width: 90%
    }

    body .main.home .inverse-span .col-right .home-content {
        width: 100%;
        float: none
    }

    body .main.home .inverse-span .span4, body .main.home .inverse-span .span8 {
        margin-left: 0;
        width: 100%;
        float: none
    }

    .home-content {
        margin: 15px 2% 30px;
        width: 96%
    }

        .home-content .home-hgrouptags-ceu ul, .home-content .home-hgrouptags-ec ul {
            margin-left: 15px;
            margin-bottom: 0
        }

        .home-content .infographic .media-gallery {
            padding-left: 0
        }

    .infographic .span12 {
        padding: 0 10px
    }

    .home-content .img-right, .home-content .video-right, .home-content .tweet-right, .home-content .link-right, .home-content .basicblock-right, .home-content .timeline-right, .home-content .img-left, .home-content .video-left, .home-content .tweet-left, .home-content .link-left, .home-content .basicblock-left, .home-content .timeline-left {
        width: 100%
    }

    .home-hgrouptags .link-list {
        margin-bottom: 0
    }

    .home-content .home-press .span3, .home-content .home-meetings .span3 {
        width: 23.40426%;
        float: left
    }

    .home-content .home-press .span9, .home-content .home-meetings .span9 {
        width: 74.46809%;
        float: left
    }

    ul.link-right, ul.link-left {
        padding-left: 0
    }

    .hidden-phone {
        display: none !important
    }

    .home-content .infographic .media-gallery {
        padding-left: 0
    }

    .primary-menu-links-max-768, .primary-menu.navbar .nav > li > a, .primary-menu.navbar .nav > li > a:hover, .primary-menu.navbar .nav > li.active > a, .primary-menu.navbar .nav > li.active > a:hover {
        margin-bottom: 1px;
        border-bottom: 1px solid #ccc;
        text-align: left;
        padding: 15px 20px;
        text-transform: uppercase
    }

    .hide-mobile {
        display: none
    }

    .hide-desktop {
        display: block
    }

    .related-content .list-dates {
        margin-left: 4%;
        width: 86%;
        list-style: none
    }

    .committees-detail-page .date {
        width: 17%;
        min-width: 120px
    }

    .btn-toolbar.btn-toolbar-az {
        max-width: 570px;
        width: 100%
    }

        .btn-toolbar.btn-toolbar-az .btn-group {
            display: block;
            overflow: hidden;
            white-space: normal;
            font-size: 100%
        }

    .align-none .free-text blockquote {
        clear: both
    }

    .advanced-search-item .float-search {
        float: none;
        margin-right: 0;
        max-width: 200px;
        max-height: 200px
    }

    .display-none-mobile {
        display: none
    }

    #mediagalleryslider .flex-direction-nav li > a {
        left: 0;
        top: 245px
    }

        #mediagalleryslider .flex-direction-nav li > a.flex-next {
            right: 0
        }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper img {
        max-width: 100%;
        max-height: 491px
    }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper iframe {
        width: 100%
    }

    #mediagalleryslider .gallery-slide figcaption {
        position: relative;
        bottom: 0
    }

    .primary-menu .see-all-megamenu {
        position: static;
        margin-bottom: 10px;
        margin-right: 0;
        list-style: none;
        background: url('/bundle/201606100903?url=/Content/images/arr_linklist.png') no-repeat 10px 6px !important;
        padding-left: 28px;
        margin-top: 10px;
        float: right
    }

        .primary-menu .see-all-megamenu > a {
            padding: 1px 0 0 !important
        }

    .content-top .searchbox-wrapper .searchbox {
        top: 0;
        position: static;
        height: initial;
        padding: 0;
        background: none;
        border: none
    }

    .content-top .searchbox-wrapper .row-f {
        height: initial;
        width: 100%
    }

    .content-top .searchbox-wrapper .search-submit {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        float: right;
        position: static;
        background: #b7ced1;
        border: none;
        padding: 6px 0 6px 0;
        width: 37px;
        height: 38px;
        min-width: initial
    }

        .content-top .searchbox-wrapper .search-submit:hover {
            background: #b7ced1
        }

    .content-top .searchbox-wrapper .input-wrapper {
        padding-right: 13px
    }

        .content-top .searchbox-wrapper .input-wrapper input {
            width: 100%;
            max-width: 100%;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            zoom: 1;
            vertical-align: top;
            border: 1px solid #b7ced1;
            float: left;
            height: 22px;
            font-size: 100%;
            padding: 8px 6px 6px;
            margin: 0;
            background-color: #fff
        }
}

@media(min-width:600px) and (max-width:768px) {
    .navbar .nav.pull-right {
        float: right;
        margin-right: 0
    }

    .language-box .dropdown-menu .span4 {
        width: 31.914893617021278%;
        float: left
    }

    .language-box .dropdown-menu ul li a {
        text-align: left;
        font-size: 120%
    }

    .btn-toolbar.btn-toolbar-az {
        width: 559px
    }

    .row-fluid .span6 .content-area .float-left .blockquote {
        display: block
    }

        .row-fluid .span6 .content-area .float-left .blockquote .bq-quotes {
            width: 9%;
            float: left
        }

    .row-fluid .span6 .content-area .float-left .bq-txt {
        width: 77%
    }
}

@media only screen and (max-width:600px) {
    .content-slider .slides li .slide-wrapper {
        min-height: inherit
    }

    .mandatory-label {
        position: relative !important;
        top: 10px !important
    }

    .press-releases.calendar .calendar-list .more-link .more-link-sub a {
        padding: 11px 0;
        text-align: center;
        width: 98.5%
    }

    .row-fluid .span6 .content-area .float-left .blockquote {
        display: block
    }

        .row-fluid .span6 .content-area .float-left .blockquote .bq-quotes {
            width: 9%;
            float: left
        }

    .row-fluid .span6 .content-area .float-left .bq-txt {
        width: 77%
    }
}

@media(min-width:481px) and (max-width:768px) {
    .floating-video iframe {
        height: 330px
    }

    header .language-box .row-fluid .span4 {
        width: 31.491712707182323% !important;
        float: left
    }

    footer .language-box .row-fluid .span4 {
        width: 31.491712707182323% !important;
        float: left
    }

    footer .footer-links ul {
        padding-top: 20px
    }

        footer .footer-links ul li {
        }

            footer .footer-links ul li.second {
                border-right: none;
                height: 20px;
                background-size: 30px 20px;
                padding-left: 40px;
                padding-top: 0;
                padding-right: 0;
                vertical-align: middle
            }

            footer .footer-links ul li.third {
                padding: 10px 0 0;
                clear: both;
                display: block
            }

            footer .footer-links ul li.last {
                padding: 10px 0 20px;
                display: block
            }

    .footer-nav .navbar .navbar-inner {
        margin-bottom: 20px
    }

    .press .latest-materials .thumbnails .span2 {
        width: 50%;
        clear: none;
        float: left
    }

    .language-box.dropup {
        width: 100%;
        float: none;
        margin-top: 0;
        display: block
    }

        .language-box.dropup .dropdown-menu {
            font-size: 85.7%;
            min-width: inherit;
            width: 90%;
            padding: 20px 4.75%;
            margin-bottom: 0;
            margin-top: 0
        }

    .double-majority .span5, .double-majority .span2 {
        padding: 30px 0 30px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        float: none
    }

    .double-majority .span5 {
        width: 38%
    }

    .double-majority .span2 {
        width: 18%
    }

        .double-majority .span2 .majority-percent {
            color: #8dcfd7
        }

    .double-majority .majority-percent, .double-majority .majority-label {
        display: block;
        color: #0c3759
    }

    .double-majority .majority-percent {
        font-size: 400%;
        font-weight: 700
    }

    .double-majority .majority-label {
        font-size: 112%;
        padding: 0 5%;
        line-height: 1.2
    }

    .floating-mini-timeline.list-date {
        width: 90%;
        padding: 3% 0
    }

    .floating-mini-timeline .mini-timeline-wrapper .timeline-bullet {
        left: 8%
    }

    .language-box-mobile {
        width: 100%;
        float: none;
        margin-top: 0;
        display: block
    }

    .message-box {
        display: none !important
    }

    .footer-top .pattern {
        display: none !important
    }

    .footer-top .row-fluid [class*="span"] {
        width: 100%
    }

    .searchbox .row-f {
        width: 50%
    }

    .navbar .btn-navbar.collapsed .icon-bar, .navbar .btn-navbar.collapsed:hover .icon-bar {
        float: right;
        clear: right;
        margin: 3px;
        background: #fff
    }

    .navbar .btn-navbar .icon-bar, .navbar .btn-navbar:hover .icon-bar {
        float: right;
        clear: right;
        margin: 3px;
        background: #fff
    }

    .navbar .btn-navbar:hover .label-menu {
        color: #fff
    }

    .navbar .btn-navbar .label-menu {
        float: left;
        text-transform: uppercase;
        color: #fff;
        text-shadow: none;
        font-size: 130%;
        margin-top: 4px;
        margin-left: 0;
        font-weight: 700
    }

    .primary-menu .btn.btn-navbar, .primary-menu .progress-form input.btn-navbar[type="submit"], .progress-form .primary-menu input.btn-navbar[type="submit"] {
        width: 40%;
        border: 1px solid #b7ced2;
        background: #b7ced2
    }

        .primary-menu .btn.btn-navbar.collapsed, .primary-menu .progress-form input.btn-navbar.collapsed[type="submit"], .progress-form .primary-menu input.btn-navbar.collapsed[type="submit"] {
            width: 40%;
            border: 1px solid #0c3759 !important;
            background: #0c3759 !important
        }

            .primary-menu .btn.btn-navbar.collapsed:hover, .primary-menu .progress-form input.btn-navbar.collapsed[type="submit"]:hover, .progress-form .primary-menu input.btn-navbar.collapsed[type="submit"]:hover {
                border: 1px solid #b7ced2;
                background: #b7ced2
            }

        .primary-menu .btn.btn-navbar:hover, .primary-menu .progress-form input.btn-navbar[type="submit"]:hover, .progress-form .primary-menu input.btn-navbar[type="submit"]:hover {
            border: 1px solid #b7ced2;
            background: #b7ced2
        }

    .content-gallery .span2, .content-gallery .rowline .span2 {
        width: 48.5%;
        margin: 0 0 20px;
        padding: 0;
        float: left
    }

        .content-gallery .span2:nth-child(2n), .content-gallery .rowline .span2:nth-child(2n) {
            margin: 0;
            clear: none
        }

        .content-gallery .span2:nth-child(3n), .content-gallery .rowline .span2:nth-child(3n) {
            margin: 0;
            clear: none
        }

        .content-gallery .span2:nth-child(2n+1), .content-gallery .rowline .span2:nth-child(2n+1) {
            clear: both;
            margin-right: 3%
        }

    .row-timeline .row-timeline-item-wrapper .span6 .span2, .row-timeline .row-timeline-item-wrapper .span9 .span2 {
        width: 48.5%;
        margin: 0 .75% 20px !important;
        padding: 0
    }

    .press-calendar .content-slider-inner {
        margin: 10px 0 20px
    }

    .row-fluid.council-configurations, .row-fluid.council-configurations.odd, .row-fluid.european-council, .row-fluid.meetings-title, .row-fluid.eurogroup, .row-fluid.working-groups {
        padding: 0 5% 0 0;
        width: 95%;
        margin-bottom: 0;
        margin-top: 0
    }

    .row-fluid.sitemap .span8 {
        width: 100%;
        margin: 0 4%
    }

    .row-fluid .member-info [class*="span"] {
        width: 100%
    }

    .meetings .working-groups {
        padding: 20px 0 40px
    }

    .main > .content-steps .ordinary-leg-btn {
        width: 100%
    }

    .institution .floating-left.floating-video {
        width: 100%
    }

    .institution .row-fluid .content-bottom.span6 {
        width: 100%;
        margin-left: 0
    }

    .ec.row-fluid [class*="span"] {
        width: 48.5%
    }

    .ec.row-fluid .nomargin {
        width: 100%
    }

    p.member-name {
        display: block;
        clear: both
    }

    .publications.row-fluid [class*="span"] {
        width: 100%
    }

    .publication-info {
        width: 70%
    }

    .ordinary-legislative .row-fluid .nomargin {
        width: 100%
    }

    ul.ordinary-leg-steps {
        padding: 0;
        margin-bottom: 30px;
        text-align: left;
        display: none
    }

    .ordinary-leg-btn {
        display: block
    }

    .cbks-list-items li {
        float: left;
        border-bottom: 1px solid #d2d2d2;
        width: 50%;
        padding: 10px 0
    }

    .home .home-hgrouptags {
        margin: 0 2%;
        width: 96%
    }

    .language-selection .span4 {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        width: 32%
    }

    .language-selection ul {
        margin-left: 0
    }

    .primary-menu-btn-min481-max768, .primary-menu .btn.btn-navbar, .primary-menu .progress-form input.btn-navbar[type="submit"], .progress-form .primary-menu input.btn-navbar[type="submit"], .primary-menu .btn.btn-navbar.collapsed, .primary-menu .btn.btn-navbar.collapsed:hover, .primary-menu .btn.btn-navbar:hover {
        height: 29px;
        top: -57px;
        position: absolute;
        right: 0;
        margin: 0 20px 0 0;
        padding: 5px 8px
    }
}

@media(min-width:321px) and (max-width:768px) {
    .social-media {
        float: none
    }

    footer {
        text-align: center
    }

    .bottom-steps {
        display: none
    }

    ul.ordinary-leg-steps {
        padding: 0;
        margin-bottom: 30px;
        text-align: left;
        display: none
    }
}

@media(max-width:768px) and (min-width:320px) {
    .content-slider .slider {
        left: 0;
        margin: 0 0 30px
    }
}

@media(min-width:481px) and (max-width:489px) {
    .language-selection {
        font-size: 84%
    }
}

@media only screen and (max-width:505px) {
    .inputfield.formatdate i {
        position: absolute;
        left: inherit;
        right: 10px;
        top: 0;
        z-index: 100;
        margin: 10px 10px 0 0
    }

    body .btn-toolbar.btn-toolbar-az {
        width: 410px
    }

    .row-fluid .span6 .content-area .float-left .blockquote {
        display: block
    }

        .row-fluid .span6 .content-area .float-left .blockquote .bq-quotes {
            width: 13%;
            float: left
        }

    .row-fluid .span6 .content-area .float-left .bq-txt {
        width: 73%
    }
}

@media only screen and (max-width:480px) {
    .main-topics .main-topics-title h2 {
        margin-bottom: 0
    }

    .floating-video iframe {
        max-height: 60%
    }

    .related-content p [class^="icon-"].pull-left {
        margin-right: .7em !important
    }

    .related-content p [class*=" icon-"].pull-left {
        margin-right: .7em !important
    }

    .double-majority {
        margin-bottom: 0
    }

        .double-majority .span5 {
            padding: 0
        }

        .double-majority .span4 {
            margin-bottom: 20px
        }

    .floating .media-gallery.link-wrapper img {
        max-width: 100%
    }

    h1 {
        font-size: 200%
    }

    .message-box, .footer-top .pattern {
        display: none !important
    }

    .social-media {
        float: none;
        text-align: center
    }

        .social-media.share > a:first-child, .social-media.share > span:first-child {
            display: block;
            padding-bottom: 10px;
            margin-bottom: 17px;
            border-bottom: 1px dashed #ccc;
            margin-right: 0
        }

    .share ul {
        margin-bottom: 0
    }

    .share.social-media li a .ico-media, .share.social-media li a:hover .ico-media {
        padding: 4px 6px
    }

    .share.social-media li.flickr a .ico-media, .share.social-media li.flickr a:hover .ico-media {
        padding: 4px 6px;
        min-width: 23px;
        min-height: 27px;
        background-size: 95%
    }

    .free-text .social-media.share {
        text-align: left
    }

        .free-text .social-media.share ul li:first-child {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
            margin-right: 5px
        }

        .free-text .social-media.share ul li a .ico-media {
            width: 30px;
            height: 32px !important;
            border: 1px solid transparent
        }

    .language-box.dropup {
        width: 100%;
        float: none;
        margin-top: 0;
        display: block
    }

        .language-box.dropup .dropdown-menu {
            min-width: inherit;
            width: 99%;
            padding: 20px 0 0;
            margin-bottom: 0;
            margin-top: 0;
            height: 400px;
            overflow-y: scroll
        }

    .language-box .dropdown-menu ul li {
        text-align: left;
        padding: 0 4.75%;
        margin-bottom: 0
    }

    .language-box-mobile {
        width: 100%;
        float: none;
        margin-top: 0;
        display: block
    }

    footer .footer-links ul {
        padding-top: 20px
    }

        footer .footer-links ul li {
        }

            footer .footer-links ul li.second {
                border-right: none;
                height: 20px;
                background-size: 30px 20px;
                padding-left: 40px;
                padding-top: 0;
                padding-right: 0;
                vertical-align: middle
            }

            footer .footer-links ul li.third {
                padding: 10px 0 0;
                clear: both;
                display: block
            }

            footer .footer-links ul li.last {
                padding: 10px 0 20px;
                display: block
            }

    .footer-nav .navbar .navbar-inner {
        margin-bottom: 20px
    }

    .alertbox a.alert-button {
        padding: 4px 9px;
        margin-bottom: 0
    }

        .alertbox a.alert-button.backto-home {
            display: none
        }

    .breadcrumb {
        margin-bottom: 10px !important;
        margin-right: 40px
    }

        .breadcrumb > li > .divider {
            padding: 0;
            color: #ccc
        }

    .row-fluid .specialspan8 .hgrouptags {
        margin-bottom: 10px;
        min-height: 32px
    }

    .row-fluid.council-configurations, .row-fluid.european-council, .row-fluid.meetings-title, .row-fluid.eurogroup, .row-fluid.working-groups {
        padding: 0 5% 0 0;
        width: 95%;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 20px
    }

        .row-fluid.council-configurations.odd, .row-fluid.european-council.odd, .row-fluid.meetings-title.odd, .row-fluid.eurogroup.odd, .row-fluid.working-groups.odd {
            padding: 0 3%;
            width: 94%;
            margin-bottom: 0;
            margin-top: 0;
            padding-top: 20px
        }

    .row-fluid #mediagalleryslider.span6 {
        width: 100%;
        margin-left: 0
    }

    .row-fluid.institution-latest {
        margin: 0
    }

    .row-fluid .nomargin {
        width: 100%
    }

    .searchbox .row-f {
        width: 50%
    }

    .navbar .btn-navbar.collapsed .icon-bar, .navbar .btn-navbar.collapsed:hover .icon-bar {
        float: right;
        clear: right;
        margin: 3px;
        background: #fff
    }

    .navbar .btn-navbar .icon-bar, .navbar .btn-navbar:hover .icon-bar {
        float: right;
        clear: right;
        margin: 3px;
        background: #fff
    }

    .navbar .btn-navbar:hover .label-menu {
        color: #fff
    }

    .navbar .btn-navbar .label-menu {
        float: left;
        text-transform: uppercase;
        color: #fff;
        text-shadow: none;
        font-size: 130%;
        margin-top: 4px;
        margin-left: 0;
        font-weight: 700
    }

    .primary-menu.navbar .nav > li > a, .primary-menu.navbar .nav > li.first > a {
        font-size: 90%
    }

    .primary-menu .btn.btn-navbar, .primary-menu .progress-form input.btn-navbar[type="submit"], .progress-form .primary-menu input.btn-navbar[type="submit"] {
        width: 36%;
        border: 1px solid #b7ced1;
        background: #b7ced1
    }

        .primary-menu .btn.btn-navbar.collapsed, .primary-menu .progress-form input.btn-navbar.collapsed[type="submit"], .progress-form .primary-menu input.btn-navbar.collapsed[type="submit"] {
            width: 36%;
            border: 1px solid #0c3759 !important;
            background: #0c3759 !important
        }

            .primary-menu .btn.btn-navbar.collapsed:hover, .primary-menu .progress-form input.btn-navbar.collapsed[type="submit"]:hover, .progress-form .primary-menu input.btn-navbar.collapsed[type="submit"]:hover {
                border: 1px solid #b7ced1;
                background: #b7ced1
            }

        .primary-menu .btn.btn-navbar:hover, .primary-menu .progress-form input.btn-navbar[type="submit"]:hover, .progress-form .primary-menu input.btn-navbar[type="submit"]:hover {
            border: 1px solid #b7ced1;
            background: #b7ced1
        }

    .content-gallery .span2, .content-gallery .rowline .span2 {
        width: 100%;
        margin: 0 0 20px;
        padding: 0
    }

    .row-timeline .row-timeline-item-wrapper .span6 .content-gallery, .row-timeline .row-timeline-item-wrapper .span9 .content-gallery {
        padding: 40px 0;
        width: 100% !important
    }

    .row-timeline .row-timeline-item-wrapper .span6 .span2, .row-timeline .row-timeline-item-wrapper .span9 .span2 {
        width: 100%;
        margin: 0 0 20px !important;
        padding: 0
    }

    .mediagallery-slider #mediagallerycarousel.content-gallery .span2, .mediagallery-slider #mediagallerycarousel.content-gallery .rowline .span2 {
        width: 100% !important
    }

    .meetings .working-groups {
        padding: 20px 0 40px
    }

    .rowform-centered {
        margin: 0;
        width: 100%
    }

    .publications .publication figure {
        float: right;
        width: 25%;
        margin-right: 0;
        margin-left: 2%
    }

    .publications .publication-buttons .btn-group {
        position: static;
        display: block;
        clear: both;
        margin: 0 0 10px
    }

    .publications .publication-buttons .lang-accordion.btn-group .btn.dropdown-toggle, .publications .publication-buttons .lang-accordion.btn-group .progress-form input.dropdown-toggle[type="submit"], .progress-form .publications .publication-buttons .lang-accordion.btn-group input.dropdown-toggle[type="submit"] {
        width: 92.5%;
        display: block;
        text-align: center
    }

    .publication .publication-details {
        margin-left: 0
    }

    .search-temp .search-categories {
        display: none
    }

    .search-temp .pager-top label {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 20px
    }

    .search-temp .pager-top input[type="checkbox"] {
        margin: 0 5px 0 0
    }

    .search-temp .content .tags-box {
        margin: 0
    }

    .institution .institution-latest-item .date {
        display: block;
        padding: 0
    }

    #calendar-slider {
        margin-bottom: 20px
    }

        #calendar-slider .owl-pagination {
            display: none
        }

    .ordinary-legislative .ordinary-leg-btn .dropdown-menu, .decision-making .ordinary-leg-btn .dropdown-menu {
        margin-bottom: 20px
    }

    .voting-box .i-margin-right {
        display: none
    }

    .voting-box input[type="text"] {
        margin: 0 0 5px 0;
        width: 90%;
        padding: 8px
    }

    .voting-box .btn-large {
        padding: 8px 5px
    }

    .bottom-steps {
        display: none
    }

    ul.ordinary-steps {
        margin: 30px 0
    }

    ul.ordinary-leg-steps {
        padding: 10px 0
    }

    li.ordinary-leg-step {
        display: none
    }

    .keywords {
        position: static
    }

    .link-list {
        width: auto
    }

    .noheader-nofooter-page.row-fluid #logo img {
        margin-left: 0
    }

    .content.noheader-nofooter-page.row-fluid > .span3.sidebar-left.hgrouptags:first-child {
        display: none
    }

    .content-center .floating-video .link-wrapper iframe {
        height: 220px
    }

    .content-area .align-none .video-wrapper iframe {
        width: 480px;
        height: 220px
    }

    .full-meeting-calendar {
        position: relative;
        top: 0;
        bottom: 0
    }

    .app-wrapper textarea, .app-wrapper input[type="text"], .app-wrapper input[type="password"], .app-wrapper input[type="datetime"], .app-wrapper input[type="datetime-local"], .app-wrapper input[type="date"], .app-wrapper input[type="month"], .app-wrapper input[type="time"], .app-wrapper input[type="week"], .app-wrapper input[type="number"], .app-wrapper input[type="email"], .app-wrapper input[type="url"], .app-wrapper input[type="search"], .app-wrapper input[type="tel"], .app-wrapper input[type="color"], .app-wrapper .uneditable-input {
        width: 93%;
        padding: 8px 3%
    }

    .app-wrapper select {
        width: 100%;
        padding: 8px 0
    }

    .app-wrapper .controls .btn, .app-wrapper .controls .progress-form input[type="submit"], .progress-form .app-wrapper .controls input[type="submit"] {
        width: 100%
    }

    .form-horizontal .controls {
        margin-left: 0
    }

    .doc-item .float {
        width: 100%
    }

        .doc-item .float.float-left {
            margin: 0
        }

    .cbks-list-items li {
        float: none;
        border-bottom: 1px solid #d2d2d2;
        width: 92%;
        padding: 10px 4%
    }

        .cbks-list-items li:first-child {
            padding: 0 4% 10px
        }

    .content-slider-inner .inner-right {
        padding:20px 20px 0px 0px;
    }

    .content-slider .slider {
        left: 0
    }

    .slides .slide-wrapper.item-slider iframe {
        height: 240px
    }

    .home .alertbox {
        padding: 10px 4.5% 20px 0
    }

    .member-slider .span3.member-title {
        padding: 0
    }

    .language-selection .span4 {
        margin: 0
    }

        .language-selection .span4:first-child {
            margin: 20px 0 0
        }

    .language-selection ul {
        margin: 0
    }

    .primary-menu-btn-max-480, .primary-menu .btn.btn-navbar, .primary-menu .progress-form input.btn-navbar[type="submit"], .progress-form .primary-menu input.btn-navbar[type="submit"], .primary-menu .btn.btn-navbar.collapsed, .primary-menu .btn.btn-navbar.collapsed:hover, .primary-menu .btn.btn-navbar:hover {
        height: 29px;
        top: -57px;
        position: absolute;
        right: 0;
        margin: 0 20px 0 0;
        padding: 5px 8px
    }

    .related-content .list-dates {
        margin-left: 8%;
        width: 80%;
        list-style: none
    }

    .committees-detail-page .date {
        width: 32%;
        min-width: inherit;
        margin-right: 4%
    }

    body .btn-toolbar.btn-toolbar-az {
        max-width: 450px;
        width: 100%
    }

        body .btn-toolbar.btn-toolbar-az .btn-group {
            display: block;
            overflow: hidden;
            white-space: normal;
            font-size: 100%
        }

    .advanced-search-item .float-search {
        float: none;
        margin-right: 0;
        max-width: 320px;
        max-height: none
    }

    .list-member figure {
        margin-bottom: 15px
    }

    #mediagalleryslider .flex-direction-nav li > a {
        left: 0;
        top: 145px
    }

        #mediagalleryslider .flex-direction-nav li > a.flex-next {
            right: 0
        }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper img {
        max-width: 100%;
        max-height: 302px
    }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper iframe {
        width: 100%
    }

    #mediagalleryslider .gallery-slide figcaption {
        position: relative;
        bottom: 0
    }

    .post-info-wrapper .post-info {
        margin-bottom: 15px;
        display: block
    }

    .post-info-wrapper .blog-name {
        float: none;
        margin-bottom: 15px
    }

    .tags-box-wrapper .tags-box > li {
        margin-bottom: 20px !important;
        margin-top: 0
    }
}

@media(max-width:420px) {
    .main .coming-up .content-slider .list-hour {
    }

    .row-fluid .specialspan2.hgrouptags .hgp {
        width: 60%
    }
}

@media only screen and (max-width:400px) {
    .floating-video iframe {
        max-height: 45%
    }

    .home .home-content .date {
        font-size: 80%
    }
}

@media only screen and (max-width:380px) {
    #logo img {
        max-height: 45px !important
    }

    header .title {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px
    }

    header .title-h1, header .home-h1 {
        font-size: 14px;
        line-height: 130%;
        color: #666;
        font-family: Arial;
    }

    .logo-slogan {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: bottom;
        position: relative;
        top: .25em;
        margin-left: 14px;
        font-family: "Open Sans",Arial,Tahoma,sans-serif;
        font-weight: bold
    }

    .related-content .list-dates {
        margin-left: 10%;
        width: 80%;
        list-style: none
    }

    .committees-detail-page .date {
        width: 78%;
        min-width: inherit;
        margin-right: 0
    }
}

@media(max-width:320px) {
    .content-slider.top-slider .eg .content-slider-inner {
        padding-top: 10px;
        padding-left: 10px
    }

    .content-slider .slides li .list-content {
        height: auto !important
    }

    #calendar-slider .owl-prev, #calendar-slider .owl-next {
        position: absolute
    }

    #calendar-slider .owl-prev {
        left: -30%
    }

    #calendar-slider .owl-next {
        right: -22%
    }

    #mediagalleryslider .gallery-slide figcaption {
        position: relative
    }

    #mediagalleryslider figure img {
        max-width: 100%
    }

    #mediagallerycarousel figure img {
        max-width: 100%
    }

    .institution-content-block {
        padding: 0;
        background: none
    }

    .institution .main-topics .institution-main-topics:nth-child(even) {
        background: none
    }

    .institution .cyan-bleu-content-block {
        background: none
    }

    .institution .latest-audio-pictures figure {
        width: 100%
    }

    .institution .green-content-block {
        background: none;
        color: #3f4a52
    }

        .institution .green-content-block h2, .institution .green-content-block h3 {
            color: #3f4a52
        }

    footer {
        text-align: center
    }

    .noheader-nofooter-page.row-fluid .meeting-button .i-margin-right, .noheader-nofooter-page.row-fluid .meeting-button .i-margin-left {
        margin-left: 7px;
        display: none
    }

    .content-center .floating-video .link-wrapper iframe {
        height: 160px
    }

    .float.video-size480 {
        width: 100%
    }

        .float.video-size480 iframe, .float.video-size480 embed, .float.video-size480 object {
            width: 320px;
            height: 180px
        }

    .media-gallery .link-wrapper img.bg-black {
        display: none
    }

    .media-gallery .media-overlay-content {
        position: relative;
        width: 100%
    }

    .main .media-gallery figure {
        text-align: center
    }

    .btn-toolbar.btn-toolbar-az {
        max-width: 290px;
        width: 100%
    }

        .btn-toolbar.btn-toolbar-az .btn-group {
            display: block;
            overflow: hidden;
            white-space: normal;
            font-size: 100%
        }

    .advanced-search-item .float-search {
        float: none;
        margin-right: 0;
        max-width: 100%;
        max-height: none
    }

    #mediagalleryslider .flex-direction-nav li > a {
        left: 0;
        top: 105px
    }

        #mediagalleryslider .flex-direction-nav li > a.flex-next {
            right: 0
        }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper img {
        max-width: 100%;
        max-height: 203px
    }

    #mediagalleryslider.flexslider .media-gallery.link-wrapper .src-img-wrapper iframe {
        width: 100%
    }

    #mediagalleryslider .gallery-slide figcaption {
        position: relative;
        bottom: 0
    }
}

@media screen and (max-width:1200px) {
    .home-page-quote {
        clear: both
    }

    .publications.row-fluid .hgrouptags {
        background: none
    }

    .home-press {
        margin-left: 0 !important;
        margin-top: 20px
    }

    .infocus blockquote {
        width: 100% !important
    }

    .infocus .quote-fig {
        bottom: -79px
    }

    .home-page-image {
        width: 85% !important;
        margin-top: 10px
    }

    .home .home-hgrouptags-ceu {
        margin-left: 0 !important
    }

    .home .home-hgrouptags-meetings {
        margin-left: 0 !important;
        clear: both;
        width: 100% !important;
        margin-top: 20px
    }

    .home .focus-right-block {
        width: 100%;
        clear: both;
        padding: 10px 0 !important
    }

    .home .top-banner {
        padding: 20px 2.5%;
        width: 95%
    }

    .home a.btn-home-page.btn-absolute {
        position: inherit;
        clear: both;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        float: left;
        margin-top: 10px;
        bottom: 0
    }

    .home .infocus .darkblue-focus .span8 {
        height: auto
    }

    .home .infocus .focus-text {
        width: 100%
    }

    .home-content a.btn-home-page {
        position: inherit;
        clear: both;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        float: left;
        margin-top: 10px;
        bottom: 0
    }

    .home-content .home-press {
        clear: both !important;
        float: left;
        width: 100%
    }

    .home-content .infographic {
        margin-left: 0 !important;
        width: 100% !important;
        padding-left: 0 !important
    }

    .home-content .sideglance {
        width: 100%
    }

    .home-hgrouptags-meetings, .home-press {
        margin-top: 30px
    }
}

@media screen and (min-width:769px) and (max-width:1199px) {
    .home .top-banner .span4 {
        width: 49%;
        margin-top: 5px
    }

    .home h1, .home h2 {
        margin-top: 0
    }
}

@media screen and (max-width:768px) {
    .home .top-banner .span4 {
        padding: 0 0 20px 0;
        float: none !important;
        margin-top: 25px
    }

    .home h1, .home h2 {
        margin-top: 0
    }

    .home-content .home-press ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-right: 10px
    }

    .infocus .quote-fig {
        position: relative;
        width: 60%
    }

    .infocus blockquote {
        position: relative
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .home .home-press li .span4, .home .home-meetings li .span4 {
        width: 40%
    }

    .home .home-press li .span8, .home .home-meetings li .span8 {
        width: 55%
    }

    .home .infocus .span8.home-page-quote {
        width: 100%;
        margin-left: 0
    }

    .home .infocus .focus-text {
        margin-bottom: 30px
    }

    .home .row-fluid .span4:first-child {
        margin-left: 0
    }

    .home-content .infographic {
        margin-left: 0 !important
    }

    .home-hgrouptags-ec, .home-hgrouptags-ceu {
        width: 48% !important
    }

    .infographic .span12 {
        padding: 0 4%
    }

    .infocus blockquote.span6 {
        float: left;
        width: 65% !important
    }

    .infocus .quote-fig {
        bottom: -90px
    }

    .infocus .span4.home-page-image {
        margin-left: 0;
        width: 48% !important
    }

    .infocus .span4.focus-right-block {
        width: 48% !important;
        float: right;
        clear: none
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .home .home-press li, .home .home-meetings li {
        width: 48%;
        float: left;
        overflow: hidden;
        margin-bottom: 15px;
        margin-right: 10px
    }

    .home .row-fluid .span4:first-child {
        margin-left: 0
    }

    .infocus .span4.home-page-image {
        margin-left: 0;
        width: 48% !important
    }

    .infocus .span4.focus-right-block {
        width: 48% !important;
        float: right;
        clear: none
    }
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .home .content .span8.content-center > .row-fluid > .span8, .home .content .span8.content-center > .row-fluid > .span4 {
        width: 100% !important;
        margin-left: 0
    }
}

@media screen and (max-width:1024px) {
    .home-content .infographic {
        margin-left: 0 !important
    }

    .infographic .span12 {
        padding: 0 4%
    }

    .home-hgrouptags-topics, .home-hgrouptags-doc-pub {
        min-height: inherit !important
    }

    .home-hgrouptags-ec, .home-hgrouptags-ceu {
        width: 100% !important
    }

    .home .infocus .row-fluid {
        padding: 20px 2.5%;
        width: 95%
    }

    .home .infocus .darkblue-focus {
        padding: 20px 2.5% !important
    }

    .home .infocus .span8.home-page-quote {
        width: 100%;
        margin-left: 0
    }

    .home .infocus .focus-text {
        margin-bottom: 30px
    }

    .home .home-hgrouptags, .home .grouptags {
        width: 100%
    }

    .home .home-hgrouptags {
        margin-bottom: 20px;
        margin-left: 0
    }

        .home .home-hgrouptags.home-hgrouptags-meetings, .home .home-hgrouptags.home-press {
            margin-top: 0;
            margin-bottom: 0
        }

    .infocus blockquote.span6 {
        float: left;
        width: 65% !important
    }

    .infocus .quote-fig {
        bottom: -90px;
        float: right;
        right: 2px
    }

        .infocus .quote-fig img {
            width: 90%;
            float: right
        }

    .infocus .date-wrapper .list-content {
        padding: 10px 15px
    }
}

@media screen and (max-width:768px) {
    .home .home-hgrouptags {
        float: none;
        width: 100% !important;
        margin: 0
    }

        .home .home-hgrouptags.home-hgrouptags-meetings > span, .home .home-hgrouptags.home-press > span {
            float: left
        }

    .home .infocus .row-fluid {
        padding: 20px 5%;
        width: 90%
    }

    .home .infocus .darkblue-focus {
        padding: 20px 2.5% 125px 2.5% !important
    }

    .home .infocus .span8.home-page-quote {
        float: left
    }

    .home .home-page-image {
        margin-bottom: 20px
    }

    .infocus .quote-fig {
        bottom: -125px
    }

        .infocus .quote-fig img {
            width: 80%
        }
}

@media screen and (min-width:500px) and (max-width:599px) {
    .infocus .quote-fig img {
        width: 90%
    }
}

@media screen and (max-width:499px) {
    .infocus .quote-fig img {
        width: 100%
    }
}

@media screen and (min-width:1201px) and (max-width:1245px) {
    .home-content a.btn-home-page {
        padding: 11px 14px
    }
}

@media screen and (min-width:870px) and (max-width:1024px) {
    .home .infocus .darkblue-focus {
        padding: 20px 2.5% 160px 2.5% !important
    }

    .infocus .quote-fig {
        bottom: -160px
    }
}

@media screen and (min-width:769px) and (max-width:869px) {
    .home .infocus .darkblue-focus {
        padding: 20px 2.5% 90px 2.5% !important
    }
}

@media screen and (min-width:1200px) and (max-width:1850px) {
    .home .content .home-content .home-press .span4, .home .content .home-content .home-meetings .span4 {
        width: 130px
    }

    .home .content .home-content .home-press .span8, .home .content .home-content .home-meetings .span8 {
        width: 100%
    }
}

@media(min-width:769px) and (max-width:1240px) {
    .voting input[type="radio"] + label {
        display: inline
    }
}

@media only screen and (max-width:640px) {
    .voting input[type="radio"] + label {
        display: inline
    }
}

@media only screen and (max-width:1612px) {
    .table-action {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:768px) {
    .hide-plus768 {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .table-action {
        margin-bottom: 5px
    }

        .table-action.btn-voting {
            float: left
        }

    .main .table-action.btn, .main .progress-form input.table-action[type="submit"], .progress-form .main input.table-action[type="submit"], .main .table-action .btn, .main .table-action .progress-form input[type="submit"], .progress-form .main .table-action input[type="submit"] {
        width: 32%;
        width: 100%
    }

    .voting-result h3 {
        display: block;
        margin-top: 20px
    }

    .country-table:first-child .table {
        margin-bottom: 0
    }

    .country-table tr:first-child td {
        border-top: 1px solid #d2d2d2
    }

    .hide-plus768 {
        display: block;
        margin-bottom: 0;
        padding-bottom: 10px
    }

    thead.hide-plus768 {
        display: table-header-group;
        background: #f5f5f5
    }

        thead.hide-plus768 th {
            border: none
        }

    .hide-min768 {
        display: none
    }

    .btn-voting {
        background: #e8e8e8;
        text-align: center;
        border: 1px solid #d2d2d2
    }

        .btn-voting:active {
            background: #fff
        }

        .btn-voting.btn.table-action input[type="checkbox"], .progress-form input.btn-voting.table-action[type="submit"] input[type="checkbox"] {
            display: none
        }

    .reset-td {
        display: none
    }

    .voting-table .table .participation {
        display: none
    }

    .voting-table .table-action i {
        display: inline
    }
}

@media(min-width:769px) and (max-width:840px) {
    .voting-table .table td, .voting-table .table th {
        padding: 8px 4px
    }
}

@media only screen and (max-width:420px) {
    .voting-table .table td, .voting-table .table th {
        padding: 8px 2px
    }
}

@media only screen and (max-width:768px) {
    .table-action {
        margin-bottom: 10px
    }

    .main .table-action .btn, .main .table-action .progress-form input[type="submit"], .progress-form .main .table-action input[type="submit"] {
        margin-bottom: 2px;
        padding: 8px 0;
        margin-top: 0
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .table-specialspan7 {
        width: 57.18232044198895% !important
    }

    .voting-table .table th, .voting-table .table td {
        padding: 8px 4px
    }
}

@media only screen and (max-width:400px) {
    td.country img {
        display: block
    }
}

@media only screen and (max-width:1300px) {
    .voting-table .table td.country img {
        display: none
    }

    .voting-table .table-action i {
        display: none
    }

    .checkbox-voting input[type="checkbox"] {
        margin-top: 0
    }
}

@media(min-width:769px) and (max-width:1300px) {
    .btn-positive, .btn-positive:hover, .btn-negative, .btn-negative:hover {
        color: #3f4a52
    }
}

@media only screen and (max-width:1024px) {
    .lt-ie8 .row-fluid .hgrouptags {
        min-height: auto
    }

    .lt-ie9 header .inner .row-fluid {
        padding: 0 !important
    }

        .lt-ie9 header .inner .row-fluid .span2 {
            width: 0 !important;
            display: none
        }

    .lt-ie9 .cookiemessage .span2 {
        display: none
    }

    .lt-ie9 #cookiemessage {
        width: 100%
    }
}

@media(min-width:1025px) and (max-width:1280px) {
    .lt-ie8 .row-fluid .hgrouptags {
        min-height: auto
    }
}

.ok a {
    display: block;
    position: relative;
    color: #008266
}

.ok sup {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: absolute;
    left: -18px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: #008266;
    text-indent: -8888em;
    vertical-align: top;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline
}

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: .2857142857142857em
}

    [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none
}

    .icons-ul > li {
        position: relative
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit
    }

[class^="icon-"].hide, [class*=" icon-"].hide {
    display: none
}

.icon-muted {
    color: #eee
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #333
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.icon-2x {
    font-size: 2em
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

.icon-3x {
    font-size: 3em
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

.icon-4x {
    font-size: 4em
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

.icon-5x {
    font-size: 5em
}

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em
}

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none
}

.btn [class^="icon-"].icon-large, .progress-form input[type="submit"] [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .progress-form input[type="submit"] [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].icon-spin, .progress-form input[type="submit"] [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .progress-form input[type="submit"] [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x, .progress-form input[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .progress-form input[type="submit"] [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .progress-form input[type="submit"] [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x, .progress-form input[type="submit"] [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large, .progress-form input[type="submit"] [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large, .progress-form input[type="submit"] [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .progress-form input.btn-small[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .progress-form input.btn-small[type="submit"] [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .progress-form input.btn-small[type="submit"] [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x, .progress-form input.btn-small[type="submit"] [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.btn.btn-large [class^="icon-"], .progress-form input.btn-large[type="submit"] [class^="icon-"], .btn.btn-large [class*=" icon-"], .progress-form input.btn-large[type="submit"] [class*=" icon-"] {
    margin-top: 0
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .progress-form input.btn-large[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .progress-form input.btn-large[type="submit"] [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .progress-form input.btn-large[type="submit"] [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x, .progress-form input.btn-large[type="submit"] [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .progress-form input.btn-large[type="submit"] [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .progress-form input.btn-large[type="submit"] [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x, .progress-form input.btn-large[type="submit"] [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x, .progress-form input.btn-large[type="submit"] [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em
    }

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    line-height: inherit
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%
}

    .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em
    }

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block
}

.faceted-search .inputfield.formatdate i {
    position: absolute;
    left: 95%;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    margin: 10px 0 0 0
}

.no-js .no-js-datepicker {
    margin-bottom: 20px
}

    .no-js .no-js-datepicker i {
        display: none
    }

    .no-js .no-js-datepicker .inputfield.formatdate input[type="text"] {
        cursor: text;
        width: 93.5%;
        width: 145px
    }

.no-js .dropdown-mobile .no-js-datepicker .inputfield.formatdate input[type="text"] {
    width: 95.7%
}

.no-js .link-all, .no-js .icon-remove {
    display: none
}

.no-js .primary-menu .collapse {
    overflow: visible;
    display: block;
    height: inherit
}

.no-js .main .content-top .hgrouptags .dropdown-mobile .select-more-body .boxShowAll .dropdown-menu {
    display: block;
    margin: 0;
    position: static;
    min-width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0
}

    .no-js .main .content-top .hgrouptags .dropdown-mobile .select-more-body .boxShowAll .dropdown-menu .icon-remove, .no-js .main .content-top .hgrouptags .dropdown-mobile .select-more-body .boxShowAll .dropdown-menu .hgp3 {
        display: none
    }

    .no-js .main .content-top .hgrouptags .dropdown-mobile .select-more-body .boxShowAll .dropdown-menu .span4 {
        display: block;
        width: 100%;
        margin-left: 0
    }

.no-js .select-more-body {
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px
}

    .no-js .select-more-body .btn.dropdown-toggle, .no-js .select-more-body .progress-form input.dropdown-toggle[type="submit"], .progress-form .no-js .select-more-body input.dropdown-toggle[type="submit"] {
        display: none !important
    }

    .no-js .select-more-body .dropdown-menu {
        display: block;
        margin: 0;
        position: static;
        min-width: 100%;
        background: none;
        border: none;
        box-shadow: none;
        padding: 0
    }

        .no-js .select-more-body .dropdown-menu .icon-remove, .no-js .select-more-body .dropdown-menu .hgp3 {
            display: none
        }

        .no-js .select-more-body .dropdown-menu .span4 {
            display: block;
            width: 100%;
            margin-left: 0
        }

.no-js .dropdown-mobile .faceted-search .checkbox {
    white-space: normal;
    clear: both;
    padding: 10px 2%;
    border-bottom: 1px dashed #ccc;
    width: 96%
}

.no-js .controls-row .ckbs {
    margin-bottom: 0
}

.no-js #functionsFilter {
    margin-bottom: 0
}

.no-js #dropdown-mobile-menu {
    display: block;
    overflow: visible
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

span[data-toggle=tooltip] {
    cursor: pointer
}

.tooltip {
    position: absolute !important;
    z-index: 1070;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .99;
        filter: alpha(opacity=99)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #3f4a52
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #3f4a52
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #3f4a52
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1281px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1281px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1281px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1281px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1281px) {
    .hidden-lg {
        display: none !important
    }
}
.picker {
    z-index: 158
}

.searchbox .form-textfield::-webkit-input-placeholder {
    color: #a0a4a7;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */ .picker__list-item--highlighted, .picker__list-item:hover {
    border-color: #0089ec;
    z-index: 10
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd"
}

.council-link-list, .list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

caption, th {
    text-align: left
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ccc
}

fieldset, legend {
    padding: 0;
    border: 0
}

.form-control, output {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #3f4a52
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
    color: #5d6770;
    background-color: #e6e5e5;
    border-color: #92b5b9
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #061b2c;
    border-color: transparent
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #648f15;
    border-color: #4e7011
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #329fac;
    border-color: #2a8691
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc8600;
    border-color: #a86f00
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #953b39;
    border-color: #7b302f
}

.dropdown-menu {
    z-index: 157
}

.dropdown-backdrop {
    z-index: 156
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn, .input-group-btn > .btn {
    position: relative
}

.nav > li, .nav > li > a {
    position: relative;
    display: block
}

.navbar-static-top {
    z-index: 151
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 152
}

.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff
}

.navbar-inverse .btn-link, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover, .navbar-inverse .navbar-link, .navbar-inverse .navbar-link:hover {
    color: #fff
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title {
    color: inherit
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    z-index: 154
}

.modal-backdrop {
    z-index: 153
}

.tooltip {
    z-index: 155
}

    .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.font-bold, .heading-links {
    font-weight: 700
}

.icon-2x, .icon-size4 {
    font-size: 1.4em
}

#socialTemplate .icon-2x, #socialTemplate .icon-size4 {
    font-size: 2em
}

.active.btn-link, .active.btn-tag, .active.btn-time, .active.btn-topic, .btn-light.active, .btn-light:active, .btn-light:hover, .btn-link:active, .btn-link:hover, .btn-tag:active, .btn-tag:hover, .btn-time:active, .btn-time:hover, .open > .btn-light.dropdown-toggle, .open > .dropdown-toggle.btn-link, .open > .dropdown-toggle.btn-tag, .open > .dropdown-toggle.btn-time, .open > .dropdown-toggle.btn-topic {
    color: #5d6770;
    background-color: #e6e5e5;
    border-color: #92b5b9
}

.btn-facebook.active, .btn-facebook:active, .btn-facebook:hover, .open > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #2a3f6c
}

.btn-twitter.active, .btn-twitter:active, .btn-twitter:hover, .open > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7fc6
}

.btn-subscribe.active, .btn-subscribe:active, .btn-subscribe:hover, .open > .btn-subscribe.dropdown-toggle {
    color: #fff;
    background-color: #b2041a;
    border-color: #a80418
}

.euco, .is {
    border-left-color: #0074bd !important
}

.bkg-, .bkg-gsc {
    background-color: #b5b5b5
}

.council-center-content-basic .timeline-mark, .council-center-content-basic .timeline-point, .council-center-content-basic .timeline-vertical-meetings:before, .council-center-content-basic .timeline-vertical:before {
    left: 0
}

.news-list-inv, .news-list-inv > li {
    border-color: hsla(0,0%,100%,.3)
}

@media (max-width:1023px) {
    .president-social-icons ul li {
        margin-left: 0;
        margin-right: .2rem
    }

        .president-social-icons ul li a.twitter {
            color: #1da1f2
        }

        .president-social-icons ul li a.facebook {
            color: #3b5998
        }

        .president-social-icons ul li a.youtube {
            color: #cd201f
        }

        .president-social-icons ul li a.google, .president-social-icons ul li a.gplus {
            color: #db4437
        }

        .president-social-icons ul li a.linkedin {
            color: #0077b5
        }

        .president-social-icons ul li a.instagram {
            color: #c13584
        }

        .president-social-icons ul li a.pinterest {
            color: #bd081c
        }

        .president-social-icons ul li a.flickr {
            color: #ff0084
        }

        .president-social-icons ul li a:hover {
            opacity: .65
        }
}

@media (min-width:768px) and (max-width:1023px) {
    .president-social-icons ul li {
        margin-left: 0;
        margin-right: .2rem
    }

        .president-social-icons ul li a.twitter {
            color: #1da1f2
        }

        .president-social-icons ul li a.facebook {
            color: #3b5998
        }

        .president-social-icons ul li a.youtube {
            color: #cd201f
        }

        .president-social-icons ul li a.google, .president-social-icons ul li a.gplus {
            color: #db4437
        }

        .president-social-icons ul li a.linkedin {
            color: #0077b5
        }

        .president-social-icons ul li a.instagram {
            color: #c13584
        }

        .president-social-icons ul li a.pinterest {
            color: #bd081c
        }

        .president-social-icons ul li a.flickr {
            color: #ff0084
        }

        .president-social-icons ul li a:hover {
            opacity: .65
        }
}

.checkbox-default label:after, .checkbox-default label:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: -20px
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 151
}

.well-default, .well-default-white-bg {
    box-shadow: none;
    border: 1px solid #e8e8e8
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: transparent;
    color: transparent
}

@media (max-width:768px) {
    .slick-prev {
        z-index: 1;
        left: -20px
    }

    .navbar-section .slick-prev {
        left: -10px
    }

    .offset-arrows, .offset-arrows-xs .slick-prev, .slick-thumbs-xs .slick-prev {
        left: -20px
    }
}

@media (max-width:768px) {
    .slick-next {
        right: -20px
    }

    .navbar-section .slick-next {
        right: -10px
    }

    .offset-arrows, .offset-arrows-xs .slick-next, .slick-thumbs-xs .slick-next {
        right: -20px
    }
}

.slick-slide .embed-responsive, .slick-slide img, .slick-thumbs .embed-responsive, .slick-thumbs img {
    border-width: 0 0 4px;
    border-style: solid;
    border-color: #b5b5b5
}

.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-portraits, .slick-portraits .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.council-flexify-item:first-child, .council-flexify .flex-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.council-flexify-item:nth-child(3), .council-flexify .flex-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.council-flexify-item:nth-child(4), .council-flexify .flex-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.council-flexify-item:nth-child(5), .council-flexify .flex-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.council-flexify-item:nth-child(6), .council-flexify .flex-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.council-flexify-item:nth-child(7), .council-flexify .flex-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.council-flexify-item:nth-child(8), .council-flexify .flex-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.council-flexify-item:nth-child(9), .council-flexify .flex-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.council-flexify-item:nth-child(10), .council-flexify .flex-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.council-flexify-item:nth-child(11), .council-flexify .flex-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.council-flexify-item:nth-child(12), .council-flexify .flex-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.council-flexify-item:nth-child(13), .council-flexify .flex-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

@media (min-width:1024px) {
    .council-sidebar-basic.euco:before, .council-sidebar-basic.is:before, .euco.council-sidebar-noborder:before, .euco.sidebar-flex-tags:before, .is.council-sidebar-noborder:before, .is.sidebar-flex-tags:before {
        background: #0074bd
    }
}

@media (min-width:1024px) {
    .council-sidebar-basic.eg:before, .council-sidebar-basic.es:before, .eg.council-sidebar-noborder:before, .eg.sidebar-flex-tags:before, .es.council-sidebar-noborder:before, .es.sidebar-flex-tags:before {
        background: #008266
    }
}

.floated-left-nowidth, .floated-right-nowidth {
    width: auto
}

.grid-layout-column-inv, .grid-layout-column-inv a {
    color: #fff
}

.newsfeed-tweet-title-inv, .newsfeed-tweet-title-inv:hover {
    color: hsla(0,0%,100%,.7)
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 150
}

@media (min-width:769px) {
    .yamm ul.nav li.dropdown.focused ul.dropdown-menu, .yamm ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block !important
    }
}

.popup-survey__container {
    z-index: 151
}

.font-size-down-0, .font-size-up-0 {
    font-size: 100%
}

.ceu.taxonomy-background-color, .ceu .taxonomy-background-color, .ceu.taxonomy-background-color-pseudo:after, .ceu .taxonomy-background-color-pseudo:after, .ceu.taxonomy-background-color-pseudo:before, .ceu .taxonomy-background-color-pseudo:before {
    background-color: #8dcfd7
}

.euco.taxonomy-background-color, .euco .taxonomy-background-color, .euco.taxonomy-background-color-pseudo:after, .euco .taxonomy-background-color-pseudo:after, .euco.taxonomy-background-color-pseudo:before, .euco .taxonomy-background-color-pseudo:before {
    background-color: #0074bd
}

.eg.taxonomy-background-color, .eg .taxonomy-background-color, .eg.taxonomy-background-color-pseudo:after, .eg .taxonomy-background-color-pseudo:after, .eg.taxonomy-background-color-pseudo:before, .eg .taxonomy-background-color-pseudo:before, .es.taxonomy-background-color, .es .taxonomy-background-color, .es.taxonomy-background-color-pseudo:after, .es .taxonomy-background-color-pseudo:after, .es.taxonomy-background-color-pseudo:before, .es .taxonomy-background-color-pseudo:before {
    background-color: #008266
}

.gsc.taxonomy-background-color, .gsc .taxonomy-background-color, .gsc.taxonomy-background-color-pseudo:after, .gsc .taxonomy-background-color-pseudo:after, .gsc.taxonomy-background-color-pseudo:before, .gsc .taxonomy-background-color-pseudo:before {
    background-color: #b5b5b5
}

.ceu.taxonomy-border-color, .ceu .taxonomy-border-color, .ceu.taxonomy-border-color-pseudo:after, .ceu .taxonomy-border-color-pseudo:after, .ceu.taxonomy-border-color-pseudo:before, .ceu .taxonomy-border-color-pseudo:before {
    border-color: #8dcfd7
}

.euco.taxonomy-border-color, .euco .taxonomy-border-color, .euco.taxonomy-border-color-pseudo:after, .euco .taxonomy-border-color-pseudo:after, .euco.taxonomy-border-color-pseudo:before, .euco .taxonomy-border-color-pseudo:before {
    border-color: #0074bd
}

.eg.taxonomy-border-color, .eg .taxonomy-border-color, .eg.taxonomy-border-color-pseudo:after, .eg .taxonomy-border-color-pseudo:after, .eg.taxonomy-border-color-pseudo:before, .eg .taxonomy-border-color-pseudo:before, .es.taxonomy-border-color, .es .taxonomy-border-color, .es.taxonomy-border-color-pseudo:after, .es .taxonomy-border-color-pseudo:after, .es.taxonomy-border-color-pseudo:before, .es .taxonomy-border-color-pseudo:before {
    border-color: #008266
}

.gsc.taxonomy-border-color, .gsc .taxonomy-border-color, .gsc.taxonomy-border-color-pseudo:after, .gsc .taxonomy-border-color-pseudo:after, .gsc.taxonomy-border-color-pseudo:before, .gsc .taxonomy-border-color-pseudo:before {
    border-color: #b5b5b5
}

.ceu.taxonomy-color, .ceu .taxonomy-color, .ceu.taxonomy-color-pseudo:after, .ceu .taxonomy-color-pseudo:after, .ceu.taxonomy-color-pseudo:before, .ceu .taxonomy-color-pseudo:before {
    color: #8dcfd7
}

.euco.taxonomy-color, .euco .taxonomy-color, .euco.taxonomy-color-pseudo:after, .euco .taxonomy-color-pseudo:after, .euco.taxonomy-color-pseudo:before, .euco .taxonomy-color-pseudo:before {
    color: #0074bd
}

.eg.taxonomy-color, .eg .taxonomy-color, .eg.taxonomy-color-pseudo:after, .eg .taxonomy-color-pseudo:after, .eg.taxonomy-color-pseudo:before, .eg .taxonomy-color-pseudo:before, .es.taxonomy-color, .es .taxonomy-color, .es.taxonomy-color-pseudo:after, .es .taxonomy-color-pseudo:after, .es.taxonomy-color-pseudo:before, .es .taxonomy-color-pseudo:before {
    color: #008266
}

.gsc.taxonomy-color, .gsc .taxonomy-color, .gsc.taxonomy-color-pseudo:after, .gsc .taxonomy-color-pseudo:after, .gsc.taxonomy-color-pseudo:before, .gsc .taxonomy-color-pseudo:before {
    color: #b5b5b5
}

.nav-tabs > li > a:hover {
    background: #e8e8e8
}

.easy-autocomplete.eac-blue-light input:focus, .easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.easy-autocomplete.eac-green-light input:focus, .easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light ul {
    border-color: #41db00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(146,237,107,.6)
}

.easy-autocomplete.eac-red-light input:focus, .easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,90,90,.6)
}

.easy-autocomplete.eac-yellow-light input:focus, .easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,231,84,.6)
}

.easy-autocomplete.eac-dark-light input:focus, .easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(55,55,55,.6)
}

.easy-autocomplete.eac-blue input:-moz-placeholder, .easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6
}

.picker {
    z-index: 149
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 148
}

.dropdown-backdrop {
    z-index: 147
}

.navbar-static-top {
    z-index: 141
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 142
}

.modal {
    z-index: 144
}

.modal-backdrop {
    z-index: 143
}

.tooltip {
    z-index: 146
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 141
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 140
}

.popup-survey__container {
    z-index: 141
}

.picker {
    z-index: 139
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 138
}

.dropdown-backdrop {
    z-index: 137
}

.navbar-static-top {
    z-index: 131
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 132
}

.modal {
    z-index: 134
}

.modal-backdrop {
    z-index: 133
}

.tooltip {
    z-index: 136
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 131
}

.members-carousel {
    margin: 0 -10px
}

    .members-carousel .slick-slider-item {
        padding: 0 10px
    }

    .members-carousel img {
        border: none
    }

    .members-carousel figcaption {
        font-size: 80%;
        line-height: 1.2;
        margin-bottom: 10px
    }

@media (max-width:768px) {
    .members-carousel-title {
        padding-left: 30px
    }

        .members-carousel-title a {
            font-size: 80%
        }
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 130
}

.popup-survey__container {
    z-index: 131
}

.picker {
    z-index: 129
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 128
}

.dropdown-backdrop {
    z-index: 127
}

.navbar-static-top {
    z-index: 121
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 122
}

.modal {
    z-index: 124
}

.modal-backdrop {
    z-index: 123
}

.tooltip {
    z-index: 126
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 121
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 120
}

.popup-survey__container {
    z-index: 121
}

.picker {
    z-index: 119
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 118
}

.dropdown-backdrop {
    z-index: 117
}

.navbar-static-top {
    z-index: 111
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 112
}

.modal {
    z-index: 114
}

.modal-backdrop {
    z-index: 113
}

.tooltip {
    z-index: 116
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 111
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 110
}

.popup-survey__container {
    z-index: 111
}

.picker {
    z-index: 109
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 108
}

.dropdown-backdrop {
    z-index: 107
}

.navbar-static-top {
    z-index: 101
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 102
}

.modal {
    z-index: 104
}

.modal-backdrop {
    z-index: 103
}

.tooltip {
    z-index: 106
}

.underlined-heading {
    border-bottom: 1px solid #b5b5b5
}

.btn-go, .btn-prev {
    padding: 10px 30px 10px 20px;
    position: relative;
    border-color: #d1d1d1;
    color: #164194
}

    .btn-go:after, .btn-prev:after {
        font-family: iconfont !important;
        content: "\e90c";
        position: absolute;
        top: 11px;
        right: 4px
    }

.btn-prev {
    padding: 10px 20px 10px 30px
}

    .btn-prev:after {
        display: none
    }

    .btn-prev:before {
        font-family: iconfont !important;
        content: "\e90d";
        position: absolute;
        top: 11px;
        left: 4px
    }

.crypto-list {
    padding-left: 3rem
}

@media (max-width:1023px) {
    .crypto-list {
        padding-left: 0
    }
}

.crypto-list li {
    margin: 1rem 0
}

.cryptographic-container > ul:first-of-type {
    margin-bottom: 25px;
    box-shadow: none;
    border: 1px solid #b7ced1;
    padding: 20px;
    padding-left: 40px
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 101
}

.floated-small {
    width: 300px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 100
}

.full-width-tag {
    margin-top: -1px
}

.popup-survey__container {
    z-index: 101
}

.easy-autocomplete-container ul {
    margin-top: 35px
}

.easy-autocomplete {
    position: relative
}

    .easy-autocomplete input {
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        color: #555;
        float: none;
        padding: 6px 12px
    }

        .easy-autocomplete input:focus, .easy-autocomplete input:hover {
            box-shadow: none
        }

    .easy-autocomplete a {
        display: block
    }

    .easy-autocomplete.eac-blue-light input:focus, .easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light ul {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

        .easy-autocomplete.eac-blue-light ul .eac-category, .easy-autocomplete.eac-blue-light ul li {
            border-color: #66afe9
        }

            .easy-autocomplete.eac-blue-light ul .eac-category.selected, .easy-autocomplete.eac-blue-light ul li.selected {
                background-color: #ecf5fc
            }

    .easy-autocomplete.eac-green-light input:focus, .easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light ul {
        border-color: #41db00;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(146,237,107,.6)
    }

        .easy-autocomplete.eac-green-light ul .eac-category, .easy-autocomplete.eac-green-light ul li {
            border-color: #41db00
        }

            .easy-autocomplete.eac-green-light ul .eac-category.selected, .easy-autocomplete.eac-green-light ul li.selected {
                background-color: #9eff75
            }

    .easy-autocomplete.eac-red-light input:focus, .easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light ul {
        border-color: #ff5b5b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,90,90,.6)
    }

        .easy-autocomplete.eac-red-light ul .eac-category, .easy-autocomplete.eac-red-light ul li {
            border-color: #ff5b5b
        }

            .easy-autocomplete.eac-red-light ul .eac-category.selected, .easy-autocomplete.eac-red-light ul li.selected {
                background-color: #ff8e8e
            }

    .easy-autocomplete.eac-yellow-light input:focus, .easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light ul {
        border-color: #ffdb00;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,231,84,.6)
    }

        .easy-autocomplete.eac-yellow-light ul .eac-category, .easy-autocomplete.eac-yellow-light ul li {
            border-color: #ffdb00
        }

            .easy-autocomplete.eac-yellow-light ul .eac-category.selected, .easy-autocomplete.eac-yellow-light ul li.selected {
                background-color: #ffe233
            }

    .easy-autocomplete.eac-dark-light input:focus, .easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light ul {
        border-color: #333;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(55,55,55,.6)
    }

        .easy-autocomplete.eac-dark-light ul .eac-category, .easy-autocomplete.eac-dark-light ul li {
            border-color: #333
        }

            .easy-autocomplete.eac-dark-light ul .eac-category.selected, .easy-autocomplete.eac-dark-light ul li.selected {
                background-color: #4d4d4d;
                color: #fff
            }

    .easy-autocomplete.eac-dark {
        color: #fff
    }

        .easy-autocomplete.eac-dark input {
            background-color: #404040;
            border-radius: 4px;
            box-shadow: 0;
            color: #f6f6f6
        }

            .easy-autocomplete.eac-dark input:focus, .easy-autocomplete.eac-dark input:hover {
                border-color: #333;
                box-shadow: 0
            }

        .easy-autocomplete.eac-dark ul {
            border-color: #333
        }

            .easy-autocomplete.eac-dark ul .eac-category, .easy-autocomplete.eac-dark ul li {
                background-color: #404040;
                border-color: #333
            }

                .easy-autocomplete.eac-dark ul .eac-category.selected, .easy-autocomplete.eac-dark ul li.selected {
                    background-color: #737373;
                    color: #f6f6f6
                }

    .easy-autocomplete.eac-dark-glass {
        color: #fff
    }

        .easy-autocomplete.eac-dark-glass input {
            background-color: rgba(0,0,0,.8);
            border-radius: 4px;
            box-shadow: 0;
            color: #f6f6f6
        }

            .easy-autocomplete.eac-dark-glass input:focus, .easy-autocomplete.eac-dark-glass input:hover {
                border-color: rgba(0,0,0,.8);
                box-shadow: 0
            }

        .easy-autocomplete.eac-dark-glass ul {
            border-color: rgba(0,0,0,.8)
        }

            .easy-autocomplete.eac-dark-glass ul .eac-category, .easy-autocomplete.eac-dark-glass ul li {
                background-color: rgba(0,0,0,.8);
                border-color: rgba(0,0,0,.8)
            }

                .easy-autocomplete.eac-dark-glass ul .eac-category.selected, .easy-autocomplete.eac-dark-glass ul li.selected {
                    background-color: rgba(64,64,64,.8);
                    color: #f6f6f6
                }

                .easy-autocomplete.eac-dark-glass ul .eac-category:last-child, .easy-autocomplete.eac-dark-glass ul li:last-child {
                    border-radius: 0 0 4px 4px
                }

    .easy-autocomplete.eac-blue {
        color: #fff
    }

        .easy-autocomplete.eac-blue input {
            background-color: #6d9ed1;
            border-radius: 4px;
            box-shadow: 0;
            color: #f6f6f6
        }

            .easy-autocomplete.eac-blue input::-webkit-input-placeholder {
                color: #f6f6f6
            }

            .easy-autocomplete.eac-blue input:-moz-placeholder, .easy-autocomplete.eac-blue input::-moz-placeholder {
                color: #f6f6f6
            }

            .easy-autocomplete.eac-blue input:-ms-input-placeholder {
                color: #f6f6f6
            }

            .easy-autocomplete.eac-blue input:focus, .easy-autocomplete.eac-blue input:hover {
                border-color: #5a91cb;
                box-shadow: 0
            }

        .easy-autocomplete.eac-blue ul {
            border-color: #5a91cb
        }

            .easy-autocomplete.eac-blue ul .eac-category, .easy-autocomplete.eac-blue ul li {
                background-color: #6d9ed1;
                border-color: #5a91cb
            }

                .easy-autocomplete.eac-blue ul .eac-category.selected, .easy-autocomplete.eac-blue ul li.selected {
                    background-color: #94b8dd;
                    color: #f6f6f6
                }

    .easy-autocomplete.eac-yellow {
        color: #333
    }

        .easy-autocomplete.eac-yellow input {
            background-color: #ffdb7e;
            border-color: #333;
            border-radius: 4px;
            box-shadow: 0;
            color: #333
        }

            .easy-autocomplete.eac-yellow input:focus, .easy-autocomplete.eac-yellow input:hover {
                border-color: #333;
                box-shadow: 0
            }

        .easy-autocomplete.eac-yellow ul {
            border-color: #333
        }

            .easy-autocomplete.eac-yellow ul .eac-category, .easy-autocomplete.eac-yellow ul li {
                background-color: #ffdb7e;
                border-color: #333
            }

                .easy-autocomplete.eac-yellow ul .eac-category.selected, .easy-autocomplete.eac-yellow ul li.selected {
                    background-color: #ffe9b1;
                    color: #333
                }

    .easy-autocomplete.eac-purple {
        color: #333
    }

        .easy-autocomplete.eac-purple input {
            background-color: #d6d1e7;
            border-color: #b8afd5;
            box-shadow: 0;
            color: #333
        }

            .easy-autocomplete.eac-purple input:focus, .easy-autocomplete.eac-purple input:hover {
                border-color: #333;
                box-shadow: 0
            }

        .easy-autocomplete.eac-purple ul {
            border-color: #333
        }

            .easy-autocomplete.eac-purple ul .eac-category, .easy-autocomplete.eac-purple ul li {
                background-color: #d6d1e7;
                border-color: #333
            }

                .easy-autocomplete.eac-purple ul .eac-category.selected, .easy-autocomplete.eac-purple ul li.selected {
                    background-color: #ebe8f3;
                    color: #333
                }

    .easy-autocomplete.eac-bootstrap input {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        padding: 6px 12px
    }

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

    .easy-autocomplete-container ul {
        background: none repeat scroll 0 0 #fff;
        border-top: 1px dotted #ccc;
        display: none;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        position: relative;
        top: -1px
    }

        .easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
            background: inherit;
            border-color: #ccc;
            border-image: none;
            border-style: solid;
            border-width: 0 1px;
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding: 4px 12px
        }

            .easy-autocomplete-container ul li:last-child {
                border-radius: 0 0 2px 2px;
                border-width: 0 1px 1px
            }

            .easy-autocomplete-container ul li.selected {
                background: none repeat scroll 0 0 #ebebeb;
                cursor: pointer
            }

                .easy-autocomplete-container ul li.selected div {
                    font-weight: 400
                }

            .easy-autocomplete-container ul li div {
                display: block;
                font-weight: 400;
                word-break: break-all
            }

            .easy-autocomplete-container ul li b {
                font-weight: 700
            }

        .easy-autocomplete-container ul .eac-category {
            font-color: #aaa;
            font-style: italic
        }

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: .9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

    .eac-icon-right .eac-item img {
        margin-left: 4px;
        max-height: 30px;
        position: absolute;
        right: -4px;
        top: -8px
    }

.picker {
    z-index: 99
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 98
}

.dropdown-backdrop {
    z-index: 97
}

.navbar-static-top {
    z-index: 91
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 92
}

.modal {
    z-index: 94
}

.modal-backdrop {
    z-index: 93
}

.tooltip {
    position: absolute;
    z-index: 96;
    display: block;
    font-family: Open Sans,Arial,Tahoma,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.inline-dotted {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted #000;
    cursor: help
}

.list-heading {
    border-bottom: 1px #d2d2d2 !important;
    margin-bottom: 10px
}

    .list-heading h5 {
        font-weight: 400
    }

        .list-heading h5 + h5 {
            padding-left: 0
        }

.panel-doc {
    font-size: 90%;
    background-color: #f5f5f5;
    margin: 4px 20px;
    width: calc(100% - 40px);
    border-left: 3px solid transparent
}

.panel-doc--default {
    border-left-color: #d2d2d2
}

.panel-doc--success {
    border-left-color: #83bb1c
}

.panel-doc--warning {
    border-left-color: #ffa800
}

@media (max-width:768px) {
    .panel-doc .flex, .panel-doc .flex-row-wrap, .panel-doc .flex-row-wrap-council {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.panel-st {
    border-right: 19px solid transparent
}

    .panel-st ul li + li {
        margin-top: 10px
    }

    .panel-st:after {
        font-family: iconfont;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -14px
    }

.panel-st--default {
    background-color: #d1d1d1;
    border-right-color: #b5b5b5
}

    .panel-st--default:after {
        content: "\e926"
    }

.panel-st--success {
    border-right-color: #83bb1c;
    background-color: #d1f09a
}

    .panel-st--success:after {
        content: "\e925"
    }

.panel-st--warning {
    border-right-color: #ffa800;
    background-color: #ffe5b3
}

    .panel-st--warning:after {
        content: "\e902"
    }

.navbar-default .navbar-nav > li > a:after {
    z-index: 91
}

.link-epub:after, .link-external:after, .link-info:after, .link-msdoc:after, .link-msppt:after, .link-msxls:after, .link-pdf:after {
    background: url(../../../../../icons/icon-pdf.svg) 100% no-repeat
}

.link-epub:after {
    background: url(../../../../../icons/icon-epub.svg) 100% no-repeat
}

.link-msdoc:after {
    background: url(../../../../../icons/icon-msdoc.svg) 100% no-repeat
}

.link-msxls:after {
    background: url(../../../../../icons/icon-msxls.svg) 100% no-repeat
}

.link-msppt:after {
    background: url(../../../../../icons/icon-msppt.svg) 100% no-repeat
}

.link-info:after {
    background: url(../../../../../icons/icon-info.svg) 100% no-repeat
}

.link-external:after {
    background: url(../../../../../icons/icon-share.svg) 100% no-repeat
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 90
}

.popup-survey__container {
    z-index: 91
}

.row-half-spacing {
    margin: 0 -10px
}

.pos-r > [class*=icon-]:last-of-type {
    right: 0
}

.picker {
    z-index: 88
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 87
}

.dropdown-backdrop {
    z-index: 86
}

.navbar-static-top {
    z-index: 81
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 82
}

.modal {
    z-index: 84
}

.modal-backdrop {
    z-index: 83
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 81
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 80
}

.popup-survey__container {
    z-index: 81
}

.picker {
    z-index: 78
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 77
}

.dropdown-backdrop {
    z-index: 76
}

.navbar-static-top {
    z-index: 71
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 72
}

.modal {
    z-index: 74
}

.modal-backdrop {
    z-index: 73
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 71
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 70
}

.popup-survey__container {
    z-index: 71
}

.picker {
    z-index: 68
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 67
}

.dropdown-backdrop {
    z-index: 66
}

.navbar-static-top {
    z-index: 61
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 62
}

.modal {
    z-index: 64
}

.modal-backdrop {
    z-index: 63
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 61
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 60
}

.popup-survey__container {
    z-index: 61
}

.picker {
    z-index: 58
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 57
}

.dropdown-backdrop {
    z-index: 56
}

.navbar-static-top {
    z-index: 51
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 52
}

.modal {
    z-index: 54
}

.modal-backdrop {
    z-index: 53
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 51
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 50
}

.popup-survey__container {
    z-index: 51
}

.picker {
    z-index: 48
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 47
}

.dropdown-backdrop {
    z-index: 46
}

.navbar-static-top {
    z-index: 41
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 42
}

.modal {
    z-index: 44
}

.modal-backdrop {
    z-index: 43
}

.title-col-inv > span, .title-col-inv > strong, .title-col > span, .title-col > strong {
    border-bottom: 3px solid #3f4a52;
    padding-bottom: 4px;
    display: inline-block;
    font-weight: 400
}

.bkg-is {
    background-color: #0074bd
}

.timeline-vertical-meetings:before {
    left: 25% !important
}

@media (max-width:1023px) {
    .timeline-vertical-meetings:before {
        left: 4% !important
    }
}

.twitter-feed-button {
    border: none;
    outline: none;
    background: none;
    margin-bottom: .5rem
}

    .twitter-feed-button:after {
        content: "\ea96";
        font-family: iconfont;
        margin-left: 10px;
        color: #1da1f2
    }

@media (max-width:768px) {
    #twitter-widget {
        display: none
    }
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 41
}

.slick-portraits.slick-proportional-height .slick-slide figure > a {
    height: 0;
    padding-bottom: 56%
}

@media (max-width:768px) {
    .slick-portraits.slick-proportional-height .slick-slide figure > a {
        height: 0;
        padding-bottom: 50%
    }
}

@media (max-width:768px) {
    .floated-left-nowidth iframe, .floated-left iframe, .floated-right-nowidth iframe, .floated-right iframe {
        width: 100%
    }
}

.infographics-thumb-title {
    min-height: 3.8rem
}

@media (max-width:1023px) {
    .infographics-thumb-title {
        min-height: auto
    }
}

.inforgraphic-box figure {
    height: 0;
    overflow: hidden;
    padding-bottom: 66.7%
}

@media (max-width:1023px) {
    .inforgraphic-box figure {
        height: auto;
        padding-bottom: 0
    }
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 40
}

.select2-container--bootstrap {
    display: block
}

    .select2-container--bootstrap .select2-selection {
        box-shadow: inset 0 1px 1px 0 1px rgba(0,0,0,.075) #000;
        background-color: #fff;
        border: 1px solid #b7ced1;
        border-radius: 0;
        color: #3f4a52;
        font-size: 16px;
        outline: 0
    }

        .select2-container--bootstrap .select2-selection.form-control {
            border-radius: 0
        }

    .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
        box-shadow: inset 0 1px 1px 0 1px rgba(0,0,0,.075) #000;
        background-color: #fff;
        border: 1px solid #b7ced1;
        border-radius: 0;
        color: #3f4a52;
        font-size: 16px
    }

    .select2-container--bootstrap .select2-search__field {
        outline: 0
    }

        .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
            color: #999
        }

        .select2-container--bootstrap .select2-search__field:-moz-placeholder {
            color: #999
        }

        .select2-container--bootstrap .select2-search__field::-moz-placeholder {
            color: #999;
            opacity: 1
        }

        .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
            color: #999
        }

    .select2-container--bootstrap .select2-results__option {
        padding: 6px 15px
    }

        .select2-container--bootstrap .select2-results__option[role=group] {
            padding: 0
        }

        .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
            color: #777;
            cursor: not-allowed
        }

        .select2-container--bootstrap .select2-results__option[aria-selected=true] {
            background-color: #f5f5f5;
            color: #262626
        }

    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
        background-color: #0c3759;
        color: #fff
    }

    .select2-container--bootstrap .select2-results__option .select2-results__option {
        padding: 6px 15px
    }

        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
            padding-left: 0
        }

        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -15px;
            padding-left: 30px
        }

            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -30px;
                padding-left: 45px
            }

                .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -45px;
                    padding-left: 60px
                }

                    .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -60px;
                        padding-left: 75px
                    }

                        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                            margin-left: -75px;
                            padding-left: 90px
                        }

    .select2-container--bootstrap .select2-results__group {
        color: #777;
        display: block;
        padding: 6px 15px;
        font-size: 13px;
        line-height: 1.6;
        white-space: nowrap
    }

    .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px 0 1px rgba(142,172,177,.6) #000;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        border-color: #8eacb1
    }

        .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
            border-color: transparent transparent #999;
            border-width: 0 4px 4px
        }

    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-color: transparent
    }

    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top-color: transparent
    }

    .select2-container--bootstrap .select2-selection__clear {
        color: #999;
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

        .select2-container--bootstrap .select2-selection__clear:hover {
            color: #5d6770
        }

    .select2-container--bootstrap.select2-container--disabled .select2-selection {
        border-color: #b7ced1;
        box-shadow: 0 1px none #000
    }

    .select2-container--bootstrap.select2-container--disabled .select2-search__field, .select2-container--bootstrap.select2-container--disabled .select2-selection {
        cursor: not-allowed
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
        background-color: #eee
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove, .select2-container--bootstrap.select2-container--disabled .select2-selection__clear {
        display: none
    }

    .select2-container--bootstrap .select2-dropdown {
        box-shadow: 0 6px 12px 0 1px rgba(0,0,0,.175) #000;
        border-color: #8eacb1;
        overflow-x: hidden;
        margin-top: -1px
    }

    .select2-container--bootstrap .select2-dropdown--above {
        box-shadow: 0 -6px 12px 0 1px rgba(0,0,0,.175) #000;
        margin-top: 1px
    }

    .select2-container--bootstrap .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto
    }

    .select2-container--bootstrap .select2-selection--single {
        height: 39px !important;
        line-height: 1.6;
        padding: 6px 27px 6px 15px
    }

        .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
            position: absolute;
            bottom: 0;
            right: 15px;
            top: 0;
            width: 4px
        }

            .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
                border-color: #999 transparent transparent;
                border-style: solid;
                border-width: 4px 4px 0;
                height: 0;
                left: 0;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0
            }

        .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
            color: #3f4a52;
            padding: 0
        }

        .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
            color: #999
        }

    .select2-container--bootstrap .select2-selection--multiple {
        min-height: 39px !important;
        padding: 0;
        height: auto
    }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
            box-sizing: border-box;
            display: block;
            line-height: 1.6;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
            color: #999;
            float: left;
            margin-top: 5px
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
            color: #3f4a52;
            background: #fff;
            border: 1px solid #b7ced1;
            border-radius: 0;
            cursor: default;
            float: left;
            margin: 5px 0 0 7.5px;
            padding: 0 6px
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
            background: transparent;
            padding: 0 15px;
            height: 39px !important-2;
            line-height: 1.6;
            margin-top: 0;
            min-width: 5em
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
            color: #999;
            cursor: pointer;
            display: inline-block;
            font-weight: 700;
            margin-right: 3px
        }

            .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
                color: #5d6770
            }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
            margin-top: 6px
        }

    .form-group-sm .select2-container--bootstrap .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control, .select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon, .select2-container--bootstrap .select2-selection--single.input-sm {
        border-radius: 2px;
        font-size: 13px;
        height: 35px;
        line-height: 1.5;
        padding: 7px 27px 7px 15px
    }

        .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon .select2-selection__arrow b, .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b {
            margin-left: -7px
        }

    .form-group-sm .select2-container--bootstrap .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon, .select2-container--bootstrap .select2-selection--multiple.input-sm {
        min-height: 35px;
        border-radius: 2px
    }

        .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__choice, .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice {
            font-size: 13px;
            line-height: 1.5;
            margin: 6px 0 0 7.5px;
            padding: 0 7px
        }

        .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field, .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field {
            padding: 0 15px;
            font-size: 13px;
            height: 33px;
            line-height: 1.5
        }

        .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__clear, .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear {
            margin-top: 7px
        }

    .form-group-lg .select2-container--bootstrap .select2-selection--single, .input-group-lg .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control, .select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon, .select2-container--bootstrap .select2-selection--single.input-lg {
        border-radius: 4px;
        font-size: 20px;
        height: 49px;
        line-height: 1.3333333;
        padding: 10px 31px 10px 16px
    }

        .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow, .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow {
            width: 5px
        }

            .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow b, .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b {
                border-width: 5px 5px 0;
                margin-left: -5px;
                margin-left: -10px;
                margin-top: -2.5px
            }

    .form-group-lg .select2-container--bootstrap .select2-selection--multiple, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon, .select2-container--bootstrap .select2-selection--multiple.input-lg {
        min-height: 49px;
        border-radius: 4px
    }

        .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__choice, .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice {
            font-size: 20px;
            line-height: 1.3333333;
            border-radius: 0;
            margin: 9px 0 0 8px;
            padding: 0 10px
        }

        .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field, .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field {
            padding: 0 16px;
            font-size: 20px;
            height: 47px;
            line-height: 1.3333333
        }

        .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__clear, .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear {
            margin-top: 10px
        }

    .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #999;
        border-width: 0 5px 5px
    }

    .select2-container--bootstrap[dir=rtl] .select2-selection--single {
        padding-left: 27px;
        padding-right: 15px
    }

        .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
            padding-right: 0;
            padding-left: 0;
            text-align: right
        }

        .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
            float: left
        }

        .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
            left: 15px;
            right: auto
        }

            .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
                margin-left: 0
            }

    .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
        float: right
    }

    .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
        margin-left: 0;
        margin-right: 7.5px
    }

    .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
        margin-left: 2px;
        margin-right: auto
    }

.has-warning .select2-dropdown, .has-warning .select2-selection {
    border-color: #8a6d3b
}

.has-warning .select2-container--focus .select2-selection, .has-warning .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px 0 1px #c0a16b #000;
    border-color: #66512c
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

    .has-warning.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #66512c
    }

.has-error .select2-dropdown, .has-error .select2-selection {
    border-color: #a94442
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px 0 1px #ce8483 #000;
    border-color: #843534
}

.has-error.select2-drop-active {
    border-color: #843534
}

    .has-error.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #843534
    }

.has-success .select2-dropdown, .has-success .select2-selection {
    border-color: #3c763d
}

.has-success .select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px 0 1px #67b168 #000;
    border-color: #2b542c
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

    .has-success.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #2b542c
    }

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
    border-radius: 0
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group > .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0
}

    .input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
        float: none
    }

    .input-group > .select2-container--bootstrap.select2-container--focus, .input-group > .select2-container--bootstrap.select2-container--open {
        z-index: 3
    }

    .input-group > .select2-container--bootstrap, .input-group > .select2-container--bootstrap .input-group-btn, .input-group > .select2-container--bootstrap .input-group-btn .btn {
        vertical-align: top
    }

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important
}

@media (min-width:769px) {
    .form-inline .select2-container--bootstrap {
        display: inline-block
    }
}

.tag.bkg-:after {
    background-color: #b5b5b5
}

.popup-survey__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    text-align: center;
    font-family: Open sans,Arial,Tahoma,sans-serif;
    z-index: 41
}

.popup-survey__modal-box {
    display: inline-block;
    width: 550px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 40px rgba(0,0,0,.3);
    margin-top: 100px;
    padding: 20px;
    border: 3px solid #0c3759
}

.popup-survey__container .logo-consilium {
    float: left;
    font-family: Open Sans,Arial,Tahoma,sans-serif;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px
}

    .popup-survey__container .logo-consilium .text {
        float: left;
        font-size: 12px;
        color: #555;
        margin-top: 23px;
        margin-left: 16px
    }

    .popup-survey__container .logo-consilium img {
        width: 60px;
        float: left
    }

.popup-survey__container .quit-button {
    display: block;
    float: right;
    text-indent: -99999px;
    position: relative;
    width: 18px;
    height: 18px
}

    .popup-survey__container .quit-button:before {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #999;
        position: absolute;
        top: 9px
    }

    .popup-survey__container .quit-button:after {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #999;
        position: absolute;
        top: 9px
    }

.popup-survey__container h3 {
    margin: 24px;
    font-size: 22px;
    font-weight: 600
}

.popup-survey__container h2, .popup-survey__container h3 {
    color: #3f4a52;
    clear: both
}

.popup-survey__container p {
    font-size: 14px;
    color: #555;
    margin: 0 30px 10px
}

.popup-survey__container .button--yes {
    display: inline-block;
    margin: 30px auto 0;
    padding: 10px 25px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    background: #0c3759;
    color: #fff
}

    .popup-survey__container .button--yes:hover {
        background: #283c5a;
        color: #8dcfd7
    }

    .popup-survey__container .button--yes span {
        display: block;
        font-size: 12px;
        text-transform: none;
        font-weight: 400
    }

.popup-survey__container .button--no-thanks {
    display: inline-block;
    margin: 30px auto 0;
    padding: 10px 25px;
    border-radius: 2px;
    text-decoration: none;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ccc;
    color: #374145;
    vertical-align: top
}

    .popup-survey__container .button--no-thanks:hover {
        color: #fff;
        background: #374145
    }

@media screen and (max-width:1024px) {
    .popup-survey__container {
        display: none !important
    }
}

.inline-items > h3, .inline-items > h4 {
    display: inline
}

.euco-bg:after, .euco-bg:before, .is-bg:after, .is-bg:before, .lochmara-bg:after, .lochmara-bg:before, section.bkg-euco:after, section.bkg-euco:before, section.bkg-is:after, section.bkg-is:before {
    background-color: #0074bd !important
}

.ceu-bg:after, .ceu-bg:before, .monte-carlo-bg:after, .monte-carlo-bg:before, section.bkg-ceu:after, section.bkg-ceu:before {
    background-color: #8dcfd7 !important
}

.deep-sea-bg:after, .deep-sea-bg:before, .eg-bg:after, .eg-bg:before, .es-bg:after, .es-bg:before, section.bkg-eg:after, section.bkg-eg:before, section.bkg-es:after, section.bkg-es:before {
    background-color: #008266 !important
}

.gsc-bg:after, .gsc-bg:before, .nobel-bg:after, .nobel-bg:before, section.bkg-gsc:after, section.bkg-gsc:before {
    background-color: #b5b5b5 !important
}

.thumbnail-c, .thumbnail-r, .thumbnail-t {
    border: 8px solid transparent
}

    .thumbnail-c figcaption, .thumbnail-r figcaption, .thumbnail-t figcaption {
        font-size: 90%;
        line-height: 1.2
    }

    .thumbnail-c a > img, .thumbnail-r a > img, .thumbnail-t a > img {
        transition: all .2s ease-in-out;
        border-bottom: 4px solid #b5b5b5;
        opacity: 1
    }

    .thumbnail-c a:hover > img, .thumbnail-r a:hover > img, .thumbnail-t a:hover > img {
        opacity: .5;
        border-bottom-color: #696868
    }

    .thumbnail-r a, .thumbnail-t a {
        color: #d2d2d2
    }

        .thumbnail-r a > img, .thumbnail-t a > img {
            border-bottom-color: #b5b5b5
        }

    .thumbnail-r .btn-play-square, .thumbnail-t .btn-play-square {
        bottom: 4px
    }

.thumbnail-t {
    border: 5px solid transparent
}

    .thumbnail-t a {
        height: 0;
        overflow: hidden;
        display: block;
        padding-bottom: 56.5%;
        border-bottom: 4px solid #b5b5b5
    }

        .thumbnail-t a img {
            border-bottom: none
        }

        .thumbnail-t a:hover > img {
            opacity: 1
        }

    .thumbnail-t figcaption a {
        height: auto;
        overflow: initial;
        display: inherit;
        padding-bottom: 0;
        border-bottom: none
    }

.picker {
    z-index: 38
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 37
}

.dropdown-backdrop {
    z-index: 36
}

.navbar-static-top {
    z-index: 32
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 33
}

.modal {
    z-index: 35
}

.modal-backdrop {
    z-index: 34
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 32
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 31
}

.picker {
    z-index: 30
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */ .picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover {
    z-index: 10
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 29
}

.dropdown-backdrop {
    z-index: 28
}

.navbar-static-top {
    z-index: 24
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 25
}

.modal {
    z-index: 27
}

.modal-backdrop {
    z-index: 26
}

.news-list-inv > li a, .news-list > li a {
    font-weight: 600;
    line-height: 1.45
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 24
}

@media (max-width:768px) {
    .floated-left, .floated-left-nowidth, .floated-right, .floated-right-nowidth {
        float: none;
        min-width: 100%;
        margin: 10px 0 20px !important
    }
}

.col-half-tablet .newsfeed-tweet-body {
    font-weight: 400
}

.newsfeed-tweet-title, .newsfeed-tweet-title-inv {
    font-weight: 700 !important
}

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: .95rem
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 23
}

.picker {
    z-index: 22
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */ .picker__list-item--highlighted, .picker__list-item:hover {
    z-index: 10
}

.picker {
    z-index: 21
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */ .picker--focused .picker__list-item--selected, .picker__list-item--highlighted, .picker__list-item--selected, .picker__list-item--selected:hover, .picker__list-item:hover {
    z-index: 10
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ .dropdown-menu {
    z-index: 20
}

.dropdown-backdrop {
    z-index: 19
}

.navbar-static-top {
    z-index: 15
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 16
}

.modal {
    z-index: 18
}

.modal-backdrop {
    z-index: 17
}

.navbar-default .navbar-nav > li > a:after {
    z-index: 15
}

.slick-next, .slick-prev {
    z-index: 11
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    z-index: 14
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * bootstrap ocnfiguration to be customized  
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Open Sans,Arial,Tahoma,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #3f4a52;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #164194;
    text-decoration: none
}

    a:focus, a:hover {
        color: #0074bd;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .img-responsive-full {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans,Arial,Tahoma,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 blockquote cite, .h1 small, .h2 .small, .h2 blockquote cite, .h2 small, .h3 .small, .h3 blockquote cite, .h3 small, .h4 .small, .h4 blockquote cite, .h4 small, .h5 .small, .h5 blockquote cite, .h5 small, .h6 .small, .h6 blockquote cite, .h6 small, blockquote .h1 cite, blockquote .h2 cite, blockquote .h3 cite, blockquote .h4 cite, blockquote .h5 cite, blockquote .h6 cite, blockquote h1 cite, blockquote h2 cite, blockquote h3 cite, blockquote h4 cite, blockquote h5 cite, blockquote h6 cite, h1 .small, h1 blockquote cite, h1 small, h2 .small, h2 blockquote cite, h2 small, h3 .small, h3 blockquote cite, h3 small, h4 .small, h4 blockquote cite, h4 small, h5 .small, h5 blockquote cite, h5 small, h6 .small, h6 blockquote cite, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 12.5px
}

    .h1 .small, .h1 blockquote cite, .h1 small, .h2 .small, .h2 blockquote cite, .h2 small, .h3 .small, .h3 blockquote cite, .h3 small, blockquote .h1 cite, blockquote .h2 cite, blockquote .h3 cite, blockquote h1 cite, blockquote h2 cite, blockquote h3 cite, h1 .small, h1 blockquote cite, h1 small, h2 .small, h2 blockquote cite, h2 small, h3 .small, h3 blockquote cite, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

    .h4 .small, .h4 blockquote cite, .h4 small, .h5 .small, .h5 blockquote cite, .h5 small, .h6 .small, .h6 blockquote cite, .h6 small, blockquote .h4 cite, blockquote .h5 cite, blockquote .h6 cite, blockquote h4 cite, blockquote h5 cite, blockquote h6 cite, h4 .small, h4 blockquote cite, h4 small, h5 .small, h5 blockquote cite, h5 small, h6 .small, h6 blockquote cite, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 35px
}

.h2, h2 {
    font-size: 28px
}

.h3, h3 {
    font-size: 23px
}

.h4, h4 {
    font-size: 20px
}

.h5, h5 {
    font-size: 16px
}

.h6, h6 {
    font-size: 14px
}

p {
    margin: 0 0 12.5px
}

.lead {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:769px) {
    .lead {
        font-size: 24px
    }
}

.small, blockquote cite, small {
    font-size: 81%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism, .text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #0c3759
}

a.text-primary:focus, a.text-primary:hover {
    color: #061b2c
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #0c3759
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #061b2c
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header, .search-page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #b7ced1
}

ol, ul {
    margin-top: 0;
    margin-bottom: 12.5px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.council-link-list, .list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 25px
}

dd, dt {
    line-height: 1.7
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:769px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 16px
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote cite, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.6;
        color: #999
    }

        blockquote .small:before, blockquote cite:before, blockquote footer:before, blockquote small:before {
            content: "\2014 \00A0"
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #b7ced1;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse blockquote cite:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote .blockquote-reverse cite:before, blockquote.pull-right .small:before, blockquote.pull-right cite:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ""
        }

        .blockquote-reverse .small:after, .blockquote-reverse blockquote cite:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote .blockquote-reverse cite:after, blockquote.pull-right .small:after, blockquote.pull-right cite:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: "\00A0 \2014"
        }

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.6
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

    .container:after, .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width:769px) {
    .container {
        width: 770px
    }
}

@media (min-width:1024px) {
    .container {
        width: 1030px
    }
}

@media (min-width:1400px) {
    .container {
        width: 1390px
    }
}

.container-council, .container-fluid, .equaly-spaced-on--large, .equaly-spaced-on--small {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

    .container-council:after, .container-council:before, .container-fluid:after, .container-fluid:before, .equaly-spaced-on--large:after, .equaly-spaced-on--large:before, .equaly-spaced-on--small:after, .equaly-spaced-on--small:before {
        content: " ";
        display: table
    }

    .container-council:after, .container-fluid:after, .equaly-spaced-on--large:after, .equaly-spaced-on--small:after {
        clear: both
    }

.row {
    margin-left: -20px;
    margin-right: -20px
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:769px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1024px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1400px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.6;
        vertical-align: top;
        border-top: 1px solid #ccc
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ccc
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ccc
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ccc
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eef3f4
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ccc
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #3f4a52
}

.form-control {
    width: 100%;
    height: 39px;
    padding: 6px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b7ced1;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #8eacb1;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(142,172,177,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 39px
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 35px
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 20px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 25px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 41px
}

    .form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 35px;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 35px;
    line-height: 35px
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 35px;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px
}

.form-group-sm select.form-control {
    height: 35px;
    line-height: 35px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 35px;
    min-height: 38px;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 4px
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 49px;
    line-height: 49px
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 4px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 45px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 48.75px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 30px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #798b98
}

@media (min-width:769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 32px
}

.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media (min-width:769px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 20px
}

@media (min-width:769px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }
}

@media (min-width:769px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 8px;
        font-size: 13px
    }
}

/*.btn {
    padding: 4px 7px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: compact(compact(all 0.15s linear, false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(all 0.15s linear, false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(all 0.15s linear, false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(all 0.15s linear, false, false, false, false, false, false, false, false, false);
    color: #164194;
    width: auto;
}*/


.btn-default {
    color: #5d6770;
    background-color: #fff;
    border-color: #b7ced1
}

    .btn-default.focus, .btn-default:focus {
        color: #5d6770;
        background-color: #e6e5e5;
        border-color: #69999f
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #5d6770;
        background-color: #e6e5e5;
        border-color: #92b5b9
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #5d6770;
            background-color: #d4d4d4;
            border-color: #69999f
        }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        background-image: none
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #b7ced1
    }

    .btn-default .badge, .btn-default .badge-action {
        color: #fff;
        background-color: #5d6770
    }

.btn-primary {
    color: #fff;
    background-color: #0c3759;
    border-color: transparent
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #061b2c;
        border-color: transparent
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #02080d;
            border-color: transparent
        }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #0c3759;
        border-color: transparent
    }

    .btn-primary .badge, .btn-primary .badge-action {
        color: #0c3759;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #83bb1c;
    border-color: #73a519
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #648f15;
        border-color: #263608
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #648f15;
        border-color: #4e7011
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #4e7011;
            border-color: #263608
        }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #83bb1c;
        border-color: #73a519
    }

    .btn-success .badge, .btn-success .badge-action {
        color: #83bb1c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #47bcca;
    border-color: #37b2c0
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #329fac;
        border-color: #1b565d
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #329fac;
        border-color: #2a8691
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #2a8691;
            border-color: #1b565d
        }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #47bcca;
        border-color: #37b2c0
    }

    .btn-info .badge, .btn-info .badge-action {
        color: #47bcca;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #ffa800;
    border-color: #e69700
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #cc8600;
        border-color: #664300
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #cc8600;
        border-color: #a86f00
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #a86f00;
            border-color: #664300
        }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #ffa800;
        border-color: #e69700
    }

    .btn-warning .badge, .btn-warning .badge-action {
        color: #ffa800;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #b94a48;
    border-color: #a74240
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #953b39;
        border-color: #4b1e1d
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #953b39;
        border-color: #7b302f
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #7b302f;
            border-color: #4b1e1d
        }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #b94a48;
        border-color: #a74240
    }

    .btn-danger .badge, .btn-danger .badge-action {
        color: #b94a48;
        background-color: #fff
    }

.btn-link {
    color: #164194;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #0074bd;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-group-sm > .btn, .btn-sm {
    padding: 7px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 12;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #b7ced1;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 11.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.6;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0c3759
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 11
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:769px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar:after, .btn-toolbar:before {
        content: " ";
        display: table
    }

    .btn-toolbar:after {
        clear: both
    }

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #3f4a52;
    text-align: center;
    background-color: #b7ced1;
    border: 1px solid #b7ced1;
    border-radius: 0
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 7px 15px;
        font-size: 13px;
        border-radius: 2px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 4px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            z-index: 2;
            margin-left: -1px
        }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:after, .nav:before {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li, .nav > li > a {
        position: relative;
        display: block
    }

        .nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            background-color: #eee
        }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #164194
    }

    .nav .nav-divider {
        height: 1px;
        margin: 11.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > .active > a {
    margin-right: 2px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #0c3759
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:769px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:769px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 55px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

    .navbar:after, .navbar:before {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

@media (min-width:769px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:769px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:after, .navbar-collapse:before {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:769px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-council > .navbar-collapse, .container-council > .navbar-header, .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header, .equaly-spaced-on--large > .navbar-collapse, .equaly-spaced-on--large > .navbar-header, .equaly-spaced-on--small > .navbar-collapse, .equaly-spaced-on--small > .navbar-header {
    margin-right: -20px;
    margin-left: -20px
}

@media (min-width:769px) {
    .container-council > .navbar-collapse, .container-council > .navbar-header, .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header, .equaly-spaced-on--large > .navbar-collapse, .equaly-spaced-on--large > .navbar-header, .equaly-spaced-on--small > .navbar-collapse, .equaly-spaced-on--small > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 7;
    border-width: 0 0 1px
}

@media (min-width:769px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 8
}

@media (min-width:769px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 25px;
    height: 55px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:769px) {
    .navbar > .container-council .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand, .navbar > .equaly-spaced-on--large .navbar-brand, .navbar > .equaly-spaced-on--small .navbar-brand {
        margin-left: -20px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 20px;
    padding: 9px 10px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:769px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -20px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 25px
    }

@media (max-width:768px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 25px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:769px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    margin: 8px -20px;
    padding: 10px 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)
}

@media (min-width:769px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:768px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:769px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs {
        margin-top: 16.5px;
        margin-bottom: 16.5px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:769px) {
    .navbar-text {
        float: left;
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width:769px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -20px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: transparent;
    border-color: transparent
}

    .navbar-default .navbar-brand {
        color: #164194
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #0f2e68;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #3f4a52
    }

    .navbar-default .navbar-nav > li > a {
        color: #164194
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #0074bd;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #164194;
        background-color: transparent
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #b7ced1
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #b7ced1
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #164194
    }

@media (max-width:768px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #164194
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #0074bd;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #164194;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #164194
}

    .navbar-default .navbar-link:hover {
        color: #0074bd
    }

.navbar-default .btn-link {
    color: #164194
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #0074bd
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #5d6770;
    border-color: #fff
}

    .navbar-inverse .navbar-brand {
        color: #fff
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #fff
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #4d555c
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #fff;
        color: #fff
    }

@media (max-width:768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .btn-link, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover, .navbar-inverse .navbar-link, .navbar-inverse .navbar-link:hover {
    color: #fff
}

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

@media only screen and (max-width: 768px) {
    main {
        margin: 20px 4% 20px;
        width: 92%;
        display: block;
    }
}

/*.sidebar-left .tags-box li {
    margin: 10px 0 0 0;
}*/

#keyword {
    width: 100%;
}

#keywordSearchButton {
    background: #0c3759;
    color: white;
    border: 1px solid #fff;
    padding: 10px 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 100%;
}

    #keywordSearchButton:hover {
        background: #fff;
        border: 1px solid #b7ced1;
        color: #3f4a52;
    }

#mobileKeywordSearchButton {
    background: #0c3759;
    color: white;
    border: 1px solid #fff;
    padding: 10px 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 100%;
}

    #mobileKeywordSearchButton:hover {
        background: #fff;
        border: 1px solid #b7ced1;
        color: #3f4a52;
    }

/*main .tags-box .btn a {
    font-size: 80%;
}*/

    main .tags-box .btn a:hover {
        text-decoration: none;
        color:white;
    }

main .slide-wrapper .list-content .list-hour-desc {
    margin: 3px 0 7px 0;
}

.folow-us-section .btn-light {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 15px;
    line-height: 1.6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #5d6770;
    background-color: #fff;
    border-color: #b7ced1;
    border-radius: 2px;
    font-size: 100%;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 25px;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #164194
        }

    .breadcrumb > .active {
        color: #5d6770
    }

.pagination {
    padding-left: 0;
    margin: 25px 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 15px;
            line-height: 1.6;
            text-decoration: none;
            color: #164194;
            background-color: #fff;
            border: 1px solid #d1d1d1;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #0074bd;
            background-color: #f5f5f5;
            border-color: #d1d1d1
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #164194;
        background-color: #f5f5f5;
        border-color: #d1d1d1;
        cursor: default
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #666;
        background-color: #fff;
        border-color: #d1d1d1;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 7px 15px;
    font-size: 13px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.pager {
    padding-left: 0;
    margin: 25px 0;
    list-style: none;
    text-align: center
}

    .pager:after, .pager:before {
        content: " ";
        display: table
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #d1d1d1;
            border-radius: 4px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #f5f5f5
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #666;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #0c3759
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #061b2c
    }

.label-success {
    background-color: #83bb1c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #648f15
    }

.label-info {
    background-color: #47bcca
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #329fac
    }

.label-warning {
    background-color: #ffa800
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #cc8600
    }

.label-danger {
    background-color: #b94a48
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #953b39
    }

.badge, .badge-action {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge-action:empty, .badge:empty {
        display: none
    }

.btn .badge, .btn .badge-action {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge-action, .btn-xs .badge, .btn-xs .badge-action {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .list-group-item.active > .badge-action, .nav-pills > .active > a > .badge, .nav-pills > .active > a > .badge-action {
    color: #164194;
    background-color: #fff
}

.list-group-item > .badge, .list-group-item > .badge-action {
    float: right
}

    .list-group-item > .badge + .badge, .list-group-item > .badge + .badge-action, .list-group-item > .badge-action + .badge, .list-group-item > .badge-action + .badge-action {
        margin-right: 5px
    }

.nav-pills > li > a > .badge, .nav-pills > li > a > .badge-action {
    margin-left: 3px
}

a.badge-action:focus, a.badge-action:hover, a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    line-height: 1.6;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    .thumbnail .caption {
        padding: 9px;
        color: #3f4a52
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #164194
}

.alert {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 0
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning, .alert-warning-red-text {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning-red-text hr, .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning-red-text .alert-link, .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #b7ced1
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0c3759;
    border-color: #0c3759
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus blockquote .list-group-item-heading > cite, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover blockquote .list-group-item-heading > cite, .list-group-item.active blockquote .list-group-item-heading > cite, blockquote .list-group-item.active .list-group-item-heading > cite, blockquote .list-group-item.active:focus .list-group-item-heading > cite, blockquote .list-group-item.active:hover .list-group-item-heading > cite {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #4aa2e7
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table
    }

    .panel-body:after {
        clear: both
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a, blockquote .panel-title > cite, blockquote .panel-title > cite > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #e2ebed;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: -1px
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: -1px
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: -1px
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: -1px
        }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ccc
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 25px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #e2ebed
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #e2ebed
        }

.panel-default {
    border-color: #e2ebed
}

    .panel-default > .panel-heading {
        color: #3f4a52;
        background-color: #f5f5f5;
        border-color: #e2ebed
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e2ebed
        }

        .panel-default > .panel-heading .badge, .panel-default > .panel-heading .badge-action {
            color: #f5f5f5;
            background-color: #3f4a52
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e2ebed
    }

.panel-primary {
    border-color: #b7ced1
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #0c3759;
        border-color: #b7ced1
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #b7ced1
        }

        .panel-primary > .panel-heading .badge, .panel-primary > .panel-heading .badge-action {
            color: #0c3759;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #b7ced1
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge, .panel-success > .panel-heading .badge-action {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge, .panel-info > .panel-heading .badge-action {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge, .panel-warning > .panel-heading .badge-action {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge, .panel-danger > .panel-heading .badge-action {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well, .well-default, .well-default-white-bg {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #b7ced1;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well-default-white-bg blockquote, .well-default blockquote, .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 4px
}

.well-sm {
    padding: 9px;
    border-radius: 2px
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header:after, .modal-header:before {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:769px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:1024px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:768px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:768px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:768px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:768px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:769px) and (max-width:1023px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:769px) and (max-width:1023px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:769px) and (max-width:1023px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:769px) and (max-width:1023px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1024px) and (max-width:1399px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1024px) and (max-width:1399px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:1024px) and (max-width:1399px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:1024px) and (max-width:1399px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1400px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1400px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1400px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1400px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:768px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:769px) and (max-width:1023px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1399px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1400px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.date-entry, .list-group, .list-group ul li, .list-item, .list-item ul li, .slick-thumbs-xs li {
    list-style: none;
    margin-left: 0
}

.inline-flex, .inline-flex-wrap {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.group-icon-list a span[class^=icon-], .list-items {
    width: 100%;
    display: list-item
}

.field-validation-error {
    color: #a94442
}

.slick-figure img {
    border: none !important
}

.list-plain, .list-plain li, .slick-thumbs-xs {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important
}

.slick-slider.bold-arrows .slick-next:before, .slick-slider.bold-arrows .slick-prev:before, .slick-slider.inverse-arrows .slick-next:before, .slick-slider.inverse-arrows .slick-prev:before {
    font-size: 50px;
    font-weight: 900;
    color: #2d404e;
    text-shadow: 1px 1px 0 hsla(0,0%,100%,.4)
}

.slick-slider.inverse-arrows .slick-next:before, .slick-slider.inverse-arrows .slick-prev:before {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,.6);
    font-size: 30px
}

.table-sorted th.sorting-asc:after, .table-sorted th.sorting-desc:after {
    content: "\e90f";
    font-family: iconfont !important;
    font-size: 19px;
    text-decoration: none;
    line-height: 1
}

.table-sorted th.sorting-asc:after {
    content: "\e90f"
}

.table-sorted th.sorting-desc:after {
    content: "\e90e"
}

html {
    font-size: 100%
}

body {
    font-size: 1rem
}

@media (max-width:1023px) {
    body {
        font-size: 87.5%
    }
}

article:after, article:before {
    content: " ";
    display: table
}

article:after {
    clear: both
}

/*@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/Light/OpenSans-Light.eot?v=1.1.0);
    src: url(../fonts/OpenSans/Light/OpenSans-Light.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/Light/OpenSans-Light.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/Light/OpenSans-Light.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/Light/OpenSans-Light.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/Light/OpenSans-Light.svg?v=1.1.0#Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/LightItalic/OpenSans-LightItalic.eot?v=1.1.0);
    src: url(../fonts/OpenSans/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/LightItalic/OpenSans-LightItalic.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/Regular/OpenSans-Regular.eot?v=1.1.0);
    src: url(../fonts/OpenSans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/Regular/OpenSans-Regular.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/Regular/OpenSans-Regular.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/Regular/OpenSans-Regular.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/Regular/OpenSans-Regular.svg?v=1.1.0#Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/Italic/OpenSans-Italic.eot?v=1.1.0);
    src: url(../fonts/OpenSans/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/Italic/OpenSans-Italic.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/Italic/OpenSans-Italic.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/Italic/OpenSans-Italic.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/Italic/OpenSans-Italic.svg?v=1.1.0#Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/Semibold/OpenSans-Semibold.eot?v=1.1.0);
    src: url(../fonts/OpenSans/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/Semibold/OpenSans-Semibold.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/Semibold/OpenSans-Semibold.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/Semibold/OpenSans-Semibold.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0);
    src: url(../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic) format("svg");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/Bold/OpenSans-Bold.eot?v=1.1.0);
    src: url(../fonts/OpenSans/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/Bold/OpenSans-Bold.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/Bold/OpenSans-Bold.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/Bold/OpenSans-Bold.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/Bold/OpenSans-Bold.svg?v=1.1.0#Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0);
    src: url(../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0);
    src: url(../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold) format("svg");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0);
    src: url(../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0) format("woff2"),url(../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0) format("woff"),url(../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0) format("truetype"),url(../fonts/OpenSans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic) format("svg");
    font-weight: 800;
    font-style: italic
}*/

.h1, h1 {
    margin-top: 0;
    margin-bottom: 40px
}

.h2, h2 {
    font-weight: 400;
    text-rendering: optimizelegibility
}

.h3 {
    margin-top: 0
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px
}

.title-col, .title-col-inv {
    font-size: 145%;
    color: #3f4a52;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 1.8rem !important
}

    .title-col-inv ~ img, .title-col-inv ~ video, .title-col ~ img, .title-col ~ video {
        margin-top: 1.3rem
    }

    .title-col-inv > span, .title-col > span {
        border-bottom: 3px solid #3f4a52;
        padding-bottom: 4px;
        display: inline-block
    }

/*@media (max-width:768px) {
    .h1, h1 {
        font-size: 220%
    }
}

@media (max-width:768px) {
    .h2, h2 {
        font-size: 175%
    }
}

@media (max-width:768px) {
    .h3, h3 {
        font-size: 140%
    }
}*/

.subtitle-col {
    font-size: 1.2rem
}

.title-col-inv {
    color: #fff;
    border-color: hsla(0,0%,100%,.2)
}

@media (max-width:1023px) {
    .title-col-inv {
        color: #3f4a52;
        border-color: rgba(63,74,82,.2)
    }
}

.title-col-inv > span {
    border-color: #fff
}

@media (max-width:1023px) {
    .title-col-inv > span {
        border-color: #3f4a52
    }
}

.font-inverse h1, .grid-layout-top-title, .title-inverse {
    color: #fff;
    font-weight: 300;
    margin: 3rem 0 0
}

@media (max-width:1024px) {
    .font-inverse h1, .grid-layout-top-title, .title-inverse {
        margin: 1.2rem 0;
        font-size: 1.5rem
    }
}

.font-inverse h1, .title-inverse {
    margin: 1rem 0;
    font-size: 150%;
    font-weight: 400
}

p {
    margin: 0 0 20px
}

.font-normal {
    font-weight: 400
}

.font-half-bold {
    font-weight: 600
}

.font-bold, .heading-links {
    font-weight: 700
}

.heading-links {
    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 15px;
    font-size: 1.5em;
    line-height: 110%
}

    .heading-links > a {
        text-decoration: underline;
        color: #3f4a52
    }

.disabled {
    color: #8a8a8a
}

blockquote {
    display: table;
    border-left: 5px solid #b7ced1;
    padding: 0 0 0 10px;
    margin-left: 53px;
    position: relative
}

    blockquote:before {
        content: "\e244";
        font-family: iconfont;
        font-size: 400%;
        color: #b7ced1;
        position: absolute;
        left: -70px;
        line-height: .5
    }

    blockquote cite {
        font-size: .85rem
    }

.font-inverse * {
    color: #fff
}

.font-inverse a:not([class*=icon-]) {
    border-bottom: 2px solid #fff;
    line-height: 2rem;
    padding-bottom: 3px
}

    .font-inverse a:not([class*=icon-]):hover {
        border: none;
        color: #fff;
        text-decoration: none;
        padding-bottom: 5px
    }

.font-inverse [class*=" icon-"]:hover, .font-inverse [class^=icon-]:hover {
    opacity: .6
}

.btn-light [class^=icon-], .btn-link [class^=icon-], .btn-tag [class^=icon-], .btn-time [class^=icon-], .btn-topic [class^=icon-] {
    vertical-align: middle;
    position: relative;
    top: -3px
}

.btn-light-facebook, .btn-light-subscribe, .btn-light-twitter {
    border: 0
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #f3f7f8
}

.btn-light, .btn-link, .btn-tag, .btn-time {
    color: #5d6770;
    background-color: #fff;
    border-color: #b7ced1;
    border-radius: 2px;
    font-size: 100%
}

    .btn-light.focus, .btn-light:focus, .btn-link:focus, .btn-tag:focus, .btn-time:focus, .focus.btn-link, .focus.btn-tag, .focus.btn-time, .focus.btn-topic {
        color: #5d6770;
        background-color: #e6e5e5;
        border-color: #69999f
    }

    .active.btn-link, .active.btn-tag, .active.btn-time, .active.btn-topic, .btn-light.active, .btn-light:active, .btn-light:hover, .btn-link:active, .btn-link:hover, .btn-tag:active, .btn-tag:hover, .btn-time:active, .btn-time:hover, .open > .btn-light.dropdown-toggle, .open > .dropdown-toggle.btn-link, .open > .dropdown-toggle.btn-tag, .open > .dropdown-toggle.btn-time, .open > .dropdown-toggle.btn-topic {
        color: #5d6770;
        background-color: #e6e5e5;
        border-color: #92b5b9
    }

        .active.btn-link:focus, .active.btn-link:hover, .active.btn-tag:focus, .active.btn-time:hover, .active.focus.btn-link, .active.focus.btn-tag, .active.focus.btn-time, .active.focus.btn-topic, .btn-light.active.focus, .btn-light.active:focus, .btn-light.active:hover, .btn-light:active.focus, .btn-light:active:focus, .btn-light:active:hover, .btn-link:active.focus, .btn-link:active:focus, .btn-link:active:hover, .btn-tag:active.focus, .btn-tag:active:focus, .btn-tag:active:hover, .btn-time:active.focus, .btn-time:active:focus, .btn-time:active:hover, .btn-topic:active.focus, .btn-topic:active:focus, .btn-topic:active:hover, .open > .btn-light.dropdown-toggle.focus, .open > .btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle:hover, .open > .dropdown-toggle.btn-link:focus, .open > .dropdown-toggle.btn-link:hover, .open > .dropdown-toggle.btn-tag:focus, .open > .dropdown-toggle.btn-tag:hover, .open > .dropdown-toggle.btn-time:focus, .open > .dropdown-toggle.btn-time:hover, .open > .dropdown-toggle.btn-topic:focus, .open > .dropdown-toggle.btn-topic:hover, .open > .dropdown-toggle.focus.btn-link, .open > .dropdown-toggle.focus.btn-tag, .open > .dropdown-toggle.focus.btn-time, .open > .dropdown-toggle.focus.btn-topic {
            color: #5d6770;
            background-color: #d4d4d4;
            border-color: #69999f
        }

    .active.btn-link, .active.btn-tag, .active.btn-time, .active.btn-topic, .btn-light.active, .btn-light:active, .btn-link:active, .btn-tag:active, .btn-time:active, .btn-topic:active, .open > .btn-light.dropdown-toggle, .open > .dropdown-toggle.btn-link, .open > .dropdown-toggle.btn-tag, .open > .dropdown-toggle.btn-time, .open > .dropdown-toggle.btn-topic {
        background-image: none
    }

    .btn-light.disabled.focus, .btn-light.disabled:focus, .btn-light.disabled:hover, .btn-light[disabled].focus, .btn-light[disabled]:focus, .btn-light[disabled]:hover, .disabled.btn-link:focus, .disabled.btn-link:hover, .disabled.btn-tag:focus, .disabled.btn-tag:hover, .disabled.btn-time:focus, .disabled.btn-time:hover, .disabled.btn-topic:focus, .disabled.btn-topic:hover, .disabled.focus.btn-link, .disabled.focus.btn-tag, .disabled.focus.btn-time, .disabled.focus.btn-topic, [disabled].btn-link:focus, [disabled].btn-link:hover, [disabled].btn-tag:focus, [disabled].btn-tag:hover, [disabled].btn-time:focus, [disabled].btn-time:hover, [disabled].btn-topic:focus, [disabled].btn-topic:hover, [disabled].focus.btn-link, [disabled].focus.btn-tag, [disabled].focus.btn-time, [disabled].focus.btn-topic, fieldset[disabled] .btn-light.focus, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-tag:focus, fieldset[disabled] .btn-tag:hover, fieldset[disabled] .btn-time:focus, fieldset[disabled] .btn-time:hover, fieldset[disabled] .btn-topic:focus, fieldset[disabled] .btn-topic:hover, fieldset[disabled] .focus.btn-link, fieldset[disabled] .focus.btn-tag, fieldset[disabled] .focus.btn-time, fieldset[disabled] .focus.btn-topic {
        background-color: #fff;
        border-color: #b7ced1
    }

    .btn-light .badge, .btn-light .badge-action, .btn-link .badge, .btn-link .badge-action, .btn-tag .badge, .btn-tag .badge-action, .btn-time .badge, .btn-time .badge-action, .btn-topic .badge, .btn-topic .badge-action {
        color: #fff;
        background-color: #5d6770
    }

    .active.btn-link, .active.btn-tag, .active.btn-time, .active.btn-topic, .btn-light.active, .btn-light.focus, .btn-light:active, .btn-light:focus, .btn-light:hover, .btn-link:active, .btn-link:focus, .btn-link:hover, .btn-tag:active, .btn-tag:focus, .btn-tag:hover, .btn-time:active, .btn-time:focus, .btn-time:hover, .focus.btn-link, .focus.btn-tag, .focus.btn-time, .focus.btn-topic {
        background-color: #eff4f5
    }

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #fff;
    color: #3f4a52;
    border-color: #b7ced1
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
    color: #333;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    background-color: #e8e8e8;
    box-shadow: none
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

    .btn-facebook.focus, .btn-facebook:focus {
        color: #fff;
        background-color: #2d4373;
        border-color: #17233c
    }

    .btn-facebook.active, .btn-facebook:active, .btn-facebook:hover, .open > .btn-facebook.dropdown-toggle {
        color: #fff;
        background-color: #2d4373;
        border-color: #2a3f6c
    }

        .btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover, .open > .btn-facebook.dropdown-toggle.focus, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle:hover {
            color: #fff;
            background-color: #23345a;
            border-color: #17233c
        }

    .btn-facebook.active, .btn-facebook:active, .open > .btn-facebook.dropdown-toggle {
        background-image: none
    }

    .btn-facebook.disabled.focus, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook[disabled].focus, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook.focus, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:hover {
        background-color: #3b5998;
        border-color: #3b5998
    }

    .btn-facebook .badge, .btn-facebook .badge-action {
        color: #3b5998;
        background-color: #fff
    }

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2
}

    .btn-twitter.focus, .btn-twitter:focus {
        color: #fff;
        background-color: #0c85d0;
        border-color: #085788
    }

    .btn-twitter.active, .btn-twitter:active, .btn-twitter:hover, .open > .btn-twitter.dropdown-toggle {
        color: #fff;
        background-color: #0c85d0;
        border-color: #0b7fc6
    }

        .btn-twitter.active.focus, .btn-twitter.active:focus, .btn-twitter.active:hover, .btn-twitter:active.focus, .btn-twitter:active:focus, .btn-twitter:active:hover, .open > .btn-twitter.dropdown-toggle.focus, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle:hover {
            color: #fff;
            background-color: #0a70ae;
            border-color: #085788
        }

    .btn-twitter.active, .btn-twitter:active, .open > .btn-twitter.dropdown-toggle {
        background-image: none
    }

    .btn-twitter.disabled.focus, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover, .btn-twitter[disabled].focus, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter.focus, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:hover {
        background-color: #1da1f2;
        border-color: #1da1f2
    }

    .btn-twitter .badge, .btn-twitter .badge-action {
        color: #1da1f2;
        background-color: #fff
    }

.btn-subscribe {
    color: #fff;
    background-color: #e40521;
    border-color: #e40521
}

    .btn-subscribe.focus, .btn-subscribe:focus {
        color: #fff;
        background-color: #b2041a;
        border-color: #67020f
    }

    .btn-subscribe.active, .btn-subscribe:active, .btn-subscribe:hover, .open > .btn-subscribe.dropdown-toggle {
        color: #fff;
        background-color: #b2041a;
        border-color: #a80418
    }

        .btn-subscribe.active.focus, .btn-subscribe.active:focus, .btn-subscribe.active:hover, .btn-subscribe:active.focus, .btn-subscribe:active:focus, .btn-subscribe:active:hover, .open > .btn-subscribe.dropdown-toggle.focus, .open > .btn-subscribe.dropdown-toggle:focus, .open > .btn-subscribe.dropdown-toggle:hover {
            color: #fff;
            background-color: #8f0315;
            border-color: #67020f
        }

    .btn-subscribe.active, .btn-subscribe:active, .open > .btn-subscribe.dropdown-toggle {
        background-image: none
    }

    .btn-subscribe.disabled.focus, .btn-subscribe.disabled:focus, .btn-subscribe.disabled:hover, .btn-subscribe[disabled].focus, .btn-subscribe[disabled]:focus, .btn-subscribe[disabled]:hover, fieldset[disabled] .btn-subscribe.focus, fieldset[disabled] .btn-subscribe:focus, fieldset[disabled] .btn-subscribe:hover {
        background-color: #e40521;
        border-color: #e40521
    }

    .btn-subscribe .badge, .btn-subscribe .badge-action {
        color: #e40521;
        background-color: #fff
    }

.btn-link, .btn-tag, .btn-time {
    font-size: 80%;
    padding: 4px 6px;
    margin-top: 5px;
    background-color: #e8e8e8;
    color: #164194;
    border-color: #e8e8e8;
    border-radius: 4px;
    text-shadow: 0 0 1px hsla(0,0%,100%,.5);
    white-space: normal;
    text-align: left
}

    .btn-link:focus, .btn-link:hover, .btn-tag.focus, .btn-tag:focus, .btn-tag:hover, .btn-time:focus, .btn-time:hover, .focus.btn-link, .focus.btn-time, .focus.btn-topic {
        background-color: #fff;
        color: #0074bd;
        border-color: #0074bd
    }

/*.btn-topic {
    font-size: 90%;
    background-color: #e2ebed;
    color: #3f4a52;
    border-radius: 2px;
    padding: 4px 12px;
    transition: .2s linear
}

    .btn-topic.focus, .btn-topic:focus, .btn-topic:hover {
        background-color: #84aab2;
        color: #fff;
        border-color: #6894b2;
        text-shadow: 0 0 1px rgba(71,76,82,.5)
    }*/

.btn-link, .btn-time {
    border-color: #d1d1d1;
    border-radius: 4px;
    background: transparent;
    cursor: default;
    box-shadow: 0 1px 3px hsla(0,0%,82%,.7);
    margin-bottom: 1em
}

.btn-link {
    cursor: pointer;
    display: inline-block;
    padding: 2px 6px;
    color: #164194 !important;
    border: none
}

    .btn-link:hover {
        text-decoration: none !important
    }

    .btn-link [class^=icon-] {
        top: -1px !important;
        font-size: 10px
    }

@media (max-width:1023px) {
    .btn-link {
        background-color: #0c3759;
        color: #fff !important
    }

        .btn-link:hover {
            color: #164194 !important
        }

        .btn-link a {
            color: #fff !important
        }

            .btn-link a:hover {
                color: #164194 !important;
                text-decoration: none
            }
}

.btn-go {
    padding: 10px 30px 10px 20px;
    position: relative;
    border-color: #d1d1d1;
    color: #164194
}

    .btn-go:after {
        font-family: iconfont !important;
        content: "\e90c";
        position: absolute;
        top: 11px;
        right: 4px
    }

.btn-play-square {
    width: 45px;
    height: 45px;
    background: #5d6770;
    position: absolute;
    bottom: 0;
    display: table
}

    .btn-play-square:after {
        content: "\ea1c";
        font-family: iconfont;
        color: #fff;
        font-size: 140%;
        text-align: center;
        display: table-cell;
        vertical-align: middle
    }

.btn-group-sq .btn {
    width: 38px;
    line-height: 2em
}

.btn-group-sq > li {
    margin: 0 6px 4px 0
}

.pager-labels {
    text-align: left;
    padding: 10px;
    margin: 10px 0 0
}

    .pager-labels li > a {
        position: relative;
        margin: 0 10px 10px 0
    }

.badge-action {
    position: absolute;
    top: -8px;
    right: -8px;
    content: "x"
}

.list-plain {
    margin-bottom: 18px !important
}

    .list-plain li + li {
        margin-top: 3px
    }

.list-item {
    padding-left: 0;
    position: relative
}

    .list-item.list-item-highlited {
        padding: 1.5rem;
        border: 1px solid #d1d1d1
    }

    .list-item .breadcrumb {
        margin-bottom: 0
    }

        .list-item .breadcrumb li {
            padding-left: 0;
            padding-bottom: 0;
            border: none
        }

    .list-item li {
        padding-left: 24px;
        padding-bottom: 10px;
        border-left: 6px solid #ccc;
        border-bottom: 1px solid #b7ced1
    }

    .list-item > li + li {
        margin-top: 30px
    }

    .list-item h2, .list-item h3 {
        margin-top: 0
    }

    .list-item h4 {
        font-size: 16px;
        line-height: 1.6
    }

ul.list-item + ul.list-item {
    margin-top: 2.5em
}

.list-item > dl {
    width: 100%
}

@media (max-width:768px) {
    .list-item > dl dt {
        width: 100%;
        text-align: left;
        margin-bottom: 12px
    }
}

@media (max-width:768px) {
    .list-item > dl > dd:nth-child(2) {
        margin-left: 0;
        padding-left: 0
    }
}

.list-item .tag {
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 85%;
    line-height: 26px
}

.list-item p {
    margin-bottom: .5em
}

.list-compact li {
    padding-left: 10px;
    padding-bottom: 0;
    border-bottom: none;
    position: relative
}

    .list-compact li:after {
        position: absolute;
        content: " ";
        bottom: -15px;
        left: -6px;
        right: 0
    }

    .list-compact li:first-child {
        margin-top: 1.4rem
    }

    .list-compact li:last-child {
        margin-bottom: 1.6rem
    }

    .list-compact li:not(:last-child):after {
        border-bottom: 1px dotted #ccc
    }

.list-compact h4 {
    font-weight: 600 !important;
    margin-top: 0 !important
}

.list-compact time {
    position: relative;
    top: -6px;
    color: #5d6770
}

.event {
    margin-bottom: 1rem
}

.panel-body > dl:last-of-type, .well-default-white-bg > dl:last-of-type, .well-default > dl:last-of-type, .well > dl:last-of-type {
    margin-bottom: 10px
}

.panel-body > hr:last-of-type, .well-default-white-bg > hr:last-of-type, .well-default > hr:last-of-type, .well > hr:last-of-type {
    display: none
}

.eg {
    border-left-color: #008266 !important
}

.ceu {
    border-left-color: #8dcfd7 !important
}

.euco, .is {
    border-left-color: #0074bd !important
}

.es {
    border-left-color: #008266 !important
}

.gsc {
    border-left-color: #b5b5b5 !important
}

.bkg-euco {
    background-color: #0074bd
}

.bkg-eg {
    background-color: #008266
}

.bkg-ceu {
    background-color: #8dcfd7
}

.bkg-es {
    background-color: #008266
}

.bkg-, .bkg-gsc {
    background-color: #b5b5b5
}

.content.ceu .hgrouptags {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-ceu.png) no-repeat 100% 0;
}

.content.eg .hgrouptags {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-eg.png) no-repeat 100% 0;
}

.content.euco .hgrouptags, .content.is .hgrouptags {
    background: url(/bundle/201606100903?url=/Content/images/bg_border-euco.png) no-repeat 100% 0;
}

/*.content .tags-box {
    font-size: 100%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    zoom: 1;
    margin: 0 12% 0 0;
    width: 70%;
}*/

.date-entry:not(:first-child) {
    margin-top: 2rem
}

.calendar-title-date {
    font-size: 1.25rem;
    color: #3f4a52;
    border-bottom: 4px solid #ccc;
    padding-bottom: 2px;
    display: block
}

.ulist-links {
    list-style-type: square;
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 1.5em
}

    .ulist-links > ul {
        list-style-type: none;
        font-weight: 400
    }

ol {
    padding-left: 20px
}

.timeline-vertical, .timeline-vertical-meetings {
    margin: 30px 0;
    position: relative
}

    .timeline-vertical-meetings:before, .timeline-vertical:before {
        content: "";
        width: 3px;
        height: 100%;
        background-color: #b7ced1;
        left: 20%;
        top: 0;
        position: absolute
    }

@media (max-width:1023px) {
    .timeline-vertical-meetings:before, .timeline-vertical:before {
        left: 0
    }
}

@media (max-width:1023px) {
    .timeline-vertical, .timeline-vertical-meetings {
        padding: 0
    }
}

.timeline-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px
}

    .timeline-item h3 {
        margin-top: 13px;
        font-size: 120%
    }

    .timeline-item:after {
        content: "";
        clear: both;
        display: table;
        width: 100%
    }

    .timeline-item.year {
        padding-bottom: 5px
    }

.timeline-mark, .timeline-point {
    background-color: #b7ced1;
    outline: 3px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 28px;
    left: 20%;
    overflow: hidden;
    margin-left: -4px;
    border-radius: 50%
}

@media (max-width:1023px) {
    .timeline-mark, .timeline-point {
        left: 0
    }
}

.timeline-date, .timeline-year {
    width: 21%;
    padding-right: 3%;
    float: left;
    text-align: right;
    position: absolute;
    left: 0
}

@media (max-width:1023px) {
    .timeline-date, .timeline-year {
        width: 100%;
        text-align: left;
        position: relative;
        float: left;
        padding-bottom: 6px
    }
}

.timeline-year {
    position: relative
}

@media (max-width:1023px) {
    .timeline-year {
        padding-left: 6%
    }
}

.council-center-content-basic .timeline-vertical, .council-center-content-basic .timeline-vertical-meetings {
    clear: both
}

    .council-center-content-basic .timeline-mark, .council-center-content-basic .timeline-point, .council-center-content-basic .timeline-vertical-meetings:before, .council-center-content-basic .timeline-vertical:before {
        left: 0
    }

.council-center-content-basic .timeline-date, .council-center-content-basic .timeline-year {
    padding-left: 5%
}

.council-center-content-basic .timeline-year {
    position: relative;
    text-align: left
}

.council-center-content-basic .history-content {
    position: relative;
    width: 95%
}

    .council-center-content-basic .history-content .timeline-date, .council-center-content-basic .history-content .timeline-year {
        width: 100%;
        text-align: left;
        float: none;
        position: relative;
        padding-left: 0
    }

    .council-center-content-basic .history-content:before {
        right: 100.5%;
        top: 15px
    }

.history-content {
    float: right;
    width: 76%;
    text-align: left;
    border-left: 6px solid;
    padding-left: 20px;
    margin-left: 3%
}

    .history-content .timeline-date h2, .history-content .timeline-year h2 {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 120%
    }

    .history-content:before {
        content: "";
        position: absolute;
        right: 76%;
        top: 25px;
        border-left: 0;
        border-bottom: 9px solid transparent;
        border-top: 9px solid transparent;
        border-right: 9px solid;
        border-right-color: inherit
    }

@media (max-width:1023px) {
    .history-content {
        width: 93%;
        position: relative
    }

        .history-content:before {
            right: inherit;
            left: -13px;
            top: 15px
        }
}

.timeline-widget {
    margin: 30px 0;
    padding: 1em 0 0;
    width: 100%;
    position: relative;
    display: table
}

    .timeline-widget:before {
        content: "";
        position: absolute;
        top: 0;
        left: 23%;
        bottom: 0;
        width: 2px;
        background-color: #8a8a8a
    }

@media (max-width:1023px) {
    .timeline-widget:before {
        left: 0
    }
}

.timeline-widget:after {
    content: "";
    display: table;
    clear: both
}

.timeline-widget-entry {
    clear: both;
    text-align: left;
    position: relative
}

    .timeline-widget-entry .timeline-widget-date {
        color: #164194;
        font-size: 85%;
        margin-bottom: 2em;
        float: left;
        width: 23%;
        padding-right: 15px;
        text-align: right;
        position: relative
    }

@media (max-width:1023px) {
    .timeline-widget-entry .timeline-widget-date {
        width: auto;
        float: left;
        padding: 1px 3px;
        margin-left: 15px;
        background-color: #e8e8e8;
        text-align: center
    }
}

.timeline-widget-entry .timeline-widget-date:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #8a8a8a;
    top: 44%;
    right: -7px
}

@media (max-width:1023px) {
    .timeline-widget-entry .timeline-widget-date:before {
        left: -20px
    }
}

.timeline-widget-entry .timeline-widget-content {
    margin: 0 0 1.5em;
    float: right;
    width: 76%;
    padding-left: 15px
}

    .timeline-widget-entry .timeline-widget-content h5 {
        margin: 0;
        font-size: 113%
    }

    .timeline-widget-entry .timeline-widget-content p {
        margin: 15px 0 10px
    }

@media (max-width:1023px) {
    .timeline-widget-entry .timeline-widget-content {
        width: 100%;
        margin: 0 0 2em;
        padding: 5px 0 0 30px
    }
}

.timeline-mark {
    background-color: #8a8a8a;
    outline: 0;
    width: 12px;
    height: 2px;
    border-radius: 0;
    top: 18px;
    margin-left: -5px
}

.timeline-vertical-meetings {
    padding-top: 30px;
    background-color: #f5f5f5
}

    .timeline-vertical-meetings:before {
        left: 25%;
        background-color: #0074bd
    }

@media (max-width:1023px) {
    .timeline-vertical-meetings:before {
        left: 4%
    }
}

.timeline-vertical-meetings .timeline-item {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
    margin-bottom: 0;
    padding: 10px 0 40px
}

.timeline-vertical-meetings .timeline-mark {
    width: 15px;
    height: 3px;
    top: 30px;
    left: 25%;
    margin-left: -6px
}

@media (max-width:1023px) {
    .timeline-vertical-meetings .timeline-mark {
        left: 4%
    }
}

.timeline-vertical-meetings .timeline-date, .timeline-vertical-meetings .timeline-year {
    float: right;
    padding-right: 1%;
    width: 25%
}

@media (max-width:1023px) {
    .timeline-vertical-meetings .timeline-date, .timeline-vertical-meetings .timeline-year {
        width: 93%;
        padding-left: 5px
    }
}

.timeline-vertical-meetings .timeline-content {
    float: right;
    width: 55%;
    margin-right: 17%
}

@media (max-width:1023px) {
    .timeline-vertical-meetings .timeline-content {
        margin-right: 0;
        width: 93%;
        padding-right: 20px;
        padding-left: 10px
    }
}

.timeline-vertical-meetings .timeline-day {
    background-color: #b7ced1;
    font-weight: 600;
    padding: 5px;
    margin-top: 5px
}

.timeline-vertical-meetings .timeline-hour {
    padding: 5px;
    margin: 8px 0 0 5px;
    font-weight: 400;
    font-size: 100%;
    color: #0074bd
}

@media (max-width:1023px) {
    .timeline-vertical-meetings .timeline-hour {
        margin-left: 0
    }
}

.news-list, .news-list-inv {
    border-left: 1px solid;
    border-color: rgba(51,51,51,.2);
    padding-left: 30px;
    margin-left: -10px
}

@media (max-width:1024px) {
    .news-list, .news-list-inv {
        border: none;
        padding-left: 0;
        margin-left: 0
    }
}

.news-list-inv > li, .news-list > li {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px dotted;
    border-color: rgba(51,51,51,.2)
}

    .news-list-inv > li:last-child, .news-list > li:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .news-list-inv > li a, .news-list > li a {
        font-weight: 700;
        line-height: 1.4
    }

.media-meta-info, .media-meta-info-inv {
    margin: 5px 0 0
}

    .media-meta-info-inv li, .media-meta-info li {
        font-size: .8rem;
        padding: 0
    }

        .media-meta-info-inv li.category:before, .media-meta-info li.category:before {
            content: "|";
            margin: 0;
            padding: 0
        }

.media-meta-info-inv {
    color: hsla(0,0%,100%,.7)
}

@media (max-width:1023px) {
    .media-meta-info-inv {
        color: #3f4a52
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .media-meta-info-inv {
        color: #3f4a52
    }
}

.news-list-inv, .news-list-inv > li {
    border-color: hsla(0,0%,100%,.3)
}

@media (max-width:1023px) {
    .news-list-inv > li {
        border-color: rgba(51,51,51,.2)
    }
}

.news-list-inv a {
    color: #fff
}

.news-list-inv .newsfeed-tweet-title-inv {
    color: hsla(0,0%,100%,.7)
}

@media (max-width:1023px) {
    .news-list-inv a {
        color: #3f4a52
    }

    .news-list-inv .newsfeed-tweet-title-inv {
        color: rgba(63,74,82,.7)
    }

        .news-list-inv .newsfeed-tweet-title-inv:hover {
            color: #3f4a52
        }
}

.president-social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .president-social-icons ul li {
        display: inline;
        margin-left: .2rem
    }

        .president-social-icons ul li a {
            color: #fff;
            font-size: 1.8rem;
            transition: all .4s
        }

            .president-social-icons ul li a:hover {
                color: hsla(0,0%,100%,.7);
                text-decoration: none
            }

@media (max-width:1023px) {
    .president-social-icons ul li {
        margin-left: 0;
        margin-right: .2rem
    }

        .president-social-icons ul li a.twitter {
            color: #1da1f2
        }

        .president-social-icons ul li a.facebook {
            color: #3b5998
        }

        .president-social-icons ul li a.youtube {
            color: #cd201f
        }

        .president-social-icons ul li a.google, .president-social-icons ul li a.gplus {
            color: #db4437
        }

        .president-social-icons ul li a.linkedin {
            color: #0077b5
        }

        .president-social-icons ul li a.instagram {
            color: #c13584
        }

        .president-social-icons ul li a.pinterest {
            color: #bd081c
        }

        .president-social-icons ul li a.flickr {
            color: #ff0084
        }

        .president-social-icons ul li a:hover {
            opacity: .65
        }
}

@media (min-width:768px) and (max-width:1023px) {
    .president-social-icons ul li {
        margin-left: 0;
        margin-right: .2rem
    }

        .president-social-icons ul li a.twitter {
            color: #1da1f2
        }

        .president-social-icons ul li a.facebook {
            color: #3b5998
        }

        .president-social-icons ul li a.youtube {
            color: #cd201f
        }

        .president-social-icons ul li a.google, .president-social-icons ul li a.gplus {
            color: #db4437
        }

        .president-social-icons ul li a.linkedin {
            color: #0077b5
        }

        .president-social-icons ul li a.instagram {
            color: #c13584
        }

        .president-social-icons ul li a.pinterest {
            color: #bd081c
        }

        .president-social-icons ul li a.flickr {
            color: #ff0084
        }

        .president-social-icons ul li a:hover {
            opacity: .65
        }
}

.checkmark-list {
    list-style-type: none;
    padding: 0 1.4rem
}

    .checkmark-list li {
        text-indent: -1.4em;
        margin: .5em 0
    }

        .checkmark-list li:before {
            font-family: iconfont;
            content: "\e86c";
            float: left;
            width: 1.4em
        }

dt {
    font-weight: 400
}

    dt:not(:first-child) {
        margin-top: 1rem
    }

.bordered-list-bottom {
    border-bottom: 1px solid #e8e8e8
}

.bordered-list-top {
    border-top: 1px solid #e8e8e8
}

.list-blocks li {
    margin: 0 0 12px 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc
}

    .list-blocks li + li {
        margin-top: 1.5rem
    }

.list-blocks span {
    display: block
}

legend {
    font-size: 20px;
    border-bottom: none;
    margin-bottom: .2rem;
    color: #333;
    font-weight: 700;
    font-size: 90%
}

    legend.title {
        font-size: 1.1rem
    }

label {
    font-weight: 400;
    font-size: .85rem
}

@media (max-width:1023px) {
    label {
        font-size: 85%
    }
}

.field-validation-error {
    font-size: 80%
}

.input-type--date {
    position: relative
}

    .input-type--date[readonly] {
        background-color: #fff
    }

fieldset.well-default-white-bg legend, fieldset.well-default legend, fieldset.well legend {
    width: auto;
    padding: 0 .7rem;
    font-weight: 400;
    font-size: 110%
}

.form-group > [class*=icon-]:last-of-type {
    top: 40px;
    right: 18px;
    position: absolute
}

.checkbox-default {
    padding-left: 20px
}

    .checkbox-default label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        cursor: pointer
    }

        .checkbox-default label:before {
            content: "";
            border: 1px solid #b7ced1;
            background-color: #fff
        }

        .checkbox-default label:after, .checkbox-default label:before {
            width: 20px;
            height: 20px;
            display: inline-block;
            position: absolute;
            left: 0;
            margin-left: -20px
        }

        .checkbox-default label:after {
            top: 0;
            padding-top: 1px;
            font-size: 12px;
            color: #3f4a52
        }

    .checkbox-default input[type=checkbox], .checkbox-default input[type=radio] {
        opacity: 0;
        z-index: 1
    }

    .checkbox-default.checkbox-circle label:before {
        border-radius: 50%
    }

    .checkbox-default.checkbox-inline {
        margin-top: 0;
        margin-left: 25px
    }

    .checkbox-default input[type=checkbox]:checked + label:after {
        font-family: Glyphicons Halflings;
        content: "\e013"
    }

    .checkbox-default label:after {
        padding-left: 3px;
        padding-top: 0;
        font-size: 13px
    }

.checkbox-group {
    margin-left: -25px
}

@media (max-width:1023px) {
    .checkbox-group {
        margin-top: 20px
    }
}

input.error, select.error {
    background: rgba(253,36,63,.03);
    border-color: #fd243f !important
}

label.error {
    color: #fd243f;
    font-style: italic;
    display: block
}

.mandatory-container-products.has-error .checkbox, .mandatory-container-topics.has-error .checkbox {
    color: #fd243f !important
}

.form-label--well {
    display: inline-block !important;
    padding: 4px 10px;
    background: #fff;
    margin-top: -36px;
    position: absolute
}

.table > thead > tr > th {
    vertical-align: top;
    border-bottom: 1px solid #ccc
}

.table caption {
    color: #333;
    border-bottom: 1px solid #ccc
}

.table-sorted th {
    cursor: pointer;
    position: relative
}

.feedback-form-alert {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(223,240,216,.95)
}

    .feedback-form-alert .close {
        opacity: .5
    }

.feedback {
    margin-top: 2em
}

.last-reviewed {
    float: right;
    font-style: italic;
    margin-bottom: 5px
}

@media (max-width:768px) {
    .last-reviewed {
        float: none;
        font-size: 90%
    }
}

.picker__nav--next, .picker__nav--prev {
    box-sizing: content-box
}

.picker__select--month, .picker__select--year {
    padding: 0
}

@media (max-width:1023px) {
    .picker {
        width: 100%
    }
}

.stick-right {
    position: absolute;
    right: 28px;
    bottom: 12px
}

.group-icon-list {
    margin: 0
}

    .group-icon-list li {
        vertical-align: middle
    }

    .group-icon-list a {
        color: #5d6770;
        text-decoration: none !important
    }

        .group-icon-list a.facebook:hover {
            color: #3b5998
        }

        .group-icon-list a.twitter:hover {
            color: #1da1f2
        }

        .group-icon-list a.instagram:hover {
            color: #c13584
        }

        .group-icon-list a.youtube:hover {
            color: #cd201f
        }

        .group-icon-list a.googleplus:hover {
            color: #db4437
        }
        .group-icon-list a.linkedin:hover {
            color: #0077b5
        }
        .group-icon-list a span[class^=icon-] {
            vertical-align: middle
        }

.folow-us-section {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #b7ced1;
    padding: 1em 0;
    text-align: right
}

@media (max-width:768px) {

    .folow-us-section {
        padding: 1.15em 0;
        margin-bottom: 36px;
        border-style: dashed;
        border-width: 1px 0;
        text-align: center
    }

        .folow-us-section .container-council, .folow-us-section .equaly-spaced-on--large, .folow-us-section .equaly-spaced-on--small {
            padding: 0
        }

        .folow-us-section .btn-light, .folow-us-section .btn-link, .folow-us-section .btn-tag, .folow-us-section .btn-time, .folow-us-section .btn-topic {
            display: block;
            margin: 20px auto 0
        }
}

.panel .panel-heading > ul {
    margin-bottom: 0
}

.panel-featured, .panel-section {
    border-color: #e2ebed;
    background-color: #e2ebed
}

    .panel-featured > .panel-heading, .panel-section > .panel-heading {
        color: #3f4a52;
        background-color: #f5f5f5;
        border-color: #e2ebed
    }

        .panel-featured > .panel-heading + .panel-collapse > .panel-body, .panel-section > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e2ebed
        }

        .panel-featured > .panel-heading .badge, .panel-featured > .panel-heading .badge-action, .panel-section > .panel-heading .badge, .panel-section > .panel-heading .badge-action {
            color: #f5f5f5;
            background-color: #3f4a52
        }

    .panel-featured > .panel-footer + .panel-collapse > .panel-body, .panel-section > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e2ebed
    }

.panel-primary {
    box-shadow: none
}

.slider-panel {
    border: 5px solid #e8e8e8;
    margin: 1px
}

    .slider-panel .panel-body {
        border: 1px solid #b7ced1;
        border-top: none;
        height: 220px
    }

.slider-panel-noheader {
    border: 1px solid #e8e8e8;
    margin: 1px
}

    .slider-panel-noheader .panel-body {
        border: 1px solid #b7ced1;
        height: 250px
    }

    .slider-panel-noheader .panel-body--short {
        height: 140px
    }

.slider-panel-current .panel-body {
    border-width: 6px
}

.livestream-panel {
    box-shadow: none;
    border-color: #cad8db
}

    .livestream-panel a.livestream-anchor {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(93,103,112,0);
        transition: background-color .3s
    }

        .livestream-panel a.livestream-anchor:hover {
            background-color: rgba(93,103,112,.2)
        }

    .livestream-panel .panel-heading {
        background-color: #e2ebed;
        padding-left: 50px;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .livestream-panel .panel-heading:before {
            content: "\ea15";
            font-family: iconfont;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 10px;
            font-size: 200%;
            font-weight: 400
        }

    .livestream-panel .panel-body {
        background-color: #fbfcfd
    }

        .livestream-panel .panel-body p {
            font-weight: 700;
            margin-bottom: 5px
        }

            .livestream-panel .panel-body p:before {
                content: "\e923";
                font-family: iconfont;
                float: left;
                width: 1.4em
            }

            .livestream-panel .panel-body p:last-child {
                font-weight: 400;
                font-size: 80%;
                padding-left: 0
            }

                .livestream-panel .panel-body p:last-child:before {
                    content: "";
                    font-family: iconfont;
                    float: left;
                    width: 1.4em
                }

        .livestream-panel .panel-body ul {
            list-style: none;
            padding-left: 0
        }

            .livestream-panel .panel-body ul li {
                font-size: 95%;
                line-height: 1.6
            }

                .livestream-panel .panel-body ul li:before {
                    content: "\e8b5";
                    font-family: iconfont;
                    float: left;
                    width: 1.4em
                }

.panel-section {
    margin-top: 20px
}

@media (max-width:768px) {
    .panel-section {
        background-color: transparent !important;
        margin-top: 0
    }

        .panel-section .panel-body {
            padding: 0
        }
}

.panel-gray-alto {
    border-color: #ccc
}

    .panel-gray-alto > .panel-heading {
        color: #3f4a52;
        background-color: #ccc;
        border-color: #ccc
    }

.panel-meetings .content p {
    margin: 0 0 5px
}

@media (max-width:768px) {
    main .inner {
        margin: 0 !important;
    }

    #mega-menu {
        margin-top: 0px !important;
    }

    footer .nav-tabs {
        border: 0;
        margin-bottom: 17px !important;
    }
}

footer .dropdown {
    width: 100%;
}

footer .nav-tabs {
    border: 0;
}

    footer .nav-tabs > li > a {
        padding: 0;
        background: none !important;
    }

footer .dropdown-menu {
    width: 100%;
}

footer .translation {
    display: block;
    padding: 7px 15px 9px 10px;
    background: white;
    border: 1px solid #b7ced1;
}

footer .icon-angle-down {
    float: right;
    position: absolute;
    right: 0;
    background: #b7ced1;
    top: 1px;
    height: 37px;
}

@media (min-width:768px) {
    #mega-menu {
        margin-top: 22px;
    }
}

.navbar-default {
    border-bottom: solid #b7ced1;
    border-width: 0 0 3px;
}

    .navbar-default .navbar-nav .dropdown-menu {
        border-top: 1px solid #b7ced1;
        font-size: 100%
    }

@media (max-width:768px) {
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #ccc;
        background-color: #f5f5f5;
        width: 100%;
    }
}

.navbar-default .navbar-nav > li > a {
    font-size: 110%;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 20px
}

    .navbar-default .navbar-nav > li > a:after {
        content: " ";
        display: block;
        width: 15px;
        height: 9px;
        background: url(/bundle/201606100903?url=/Content/images/arr_menu-sprite.png) 0 0 no-repeat;
        position: absolute;
        bottom: .45em;
        left: 50%;
        margin-left: -7.5px;
        transition: bottom .25s linear;
        z-index: 2001;
    }

.navbar-nav > li.active > a:after, .navbar-nav > li:hover > a:after {
    background-position: 0 100%;
    bottom: -8px
}

@media (max-width:1024px) and (min-width:769px) {
    .navbar-nav > li.active > a:after {
        bottom: -10px
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 90%;
        padding: 10px 8px 15px
    }
}

@media (max-width:768px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 75% !important;
        line-height: 1.6;
        text-transform: uppercase;
        padding: 15px 20px !important
    }

        .navbar-default .navbar-nav > li > a:after {
            font-family: iconfont;
            content: "\e905";
            position: absolute;
            top: 8px;
            right: 20px;
            font-size: 20px;
            background: none;
            width: auto;
            left: auto;
            margin: 0;
            padding: 0
        }
}

@media (max-width:1023px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 86%
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 95%
    }
}

@media (max-width:1600px) and (min-width:1280px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 100%
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    font-weight: 700
}

.navbar-default .navbar-nav > li:first-child > a {
    padding-left: 0
}

@media (max-width:768px) {
    .navbar-default {
        border-bottom: none;
    }

    .navbar {
        min-height: 0;
    }
}

.navbar-default .navbar-header {
    /*background-color: #f5f5f5*/
}

    .navbar-default .navbar-header .navbar-toggle {
        background-color: #0c3759;
        width: 43%;
        text-align: left;
        height: 41px;
        top: -57px;
        position: absolute;
        right: 0;
        margin: 0 17px 0 0;
        padding: 5px 8px;
        border-color: #0c3759;
    }

        .navbar-default .navbar-header .navbar-toggle .icon-bar {
            width: 23px;
            height: 3px;
            margin: 3px;
            float: right;
            clear: right
        }

            .navbar-default .navbar-header .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 3px
            }

        .navbar-default .navbar-header .navbar-toggle:hover {
            background-color: #0c3759
        }

        .navbar-default .navbar-header .navbar-toggle:active, .navbar-default .navbar-header .navbar-toggle:focus {
            border-color: #b7ced1;
            background-color: #b7ced1
        }

@media (max-width:768px) {
    .navbar-default .navbar-header {
        /*padding: 15px 20px;
        border-bottom: 1px solid #ccc*/
    }
}

.navbar-default .toggle-label {
    font-size: 130%;
    color: #fff;
    font-weight: 700;
    float: left;
    text-transform: uppercase
}

.navbar-section {
    border: 0;
    margin-bottom: 1px
}

    .navbar-section .navbar-collapse {
        padding: 0;
        border: 0
    }

    .navbar-section .navbar-toggle {
        background-color: #eff4f5;
        border-bottom: 1px solid #8eacb1
    }

@media (max-width:768px) {
    .navbar-section .navbar-toggle {
        float: none;
        text-align: left;
        display: block;
        margin: 0;
        min-height: 55px;
        margin-left: -19px;
        width: calc(100% + 39px)
    }
}

@media (max-width:768px) {
    .navbar-section .navbar-toggle .panel-featured, .navbar-section .navbar-toggle .panel-section {
        background-color: none !important
    }
}

.navbar-section .navbar-toggle:after {
    font-family: Glyphicons Halflings !important;
    color: #666;
    font-size: 16px;
    position: absolute;
    top: 14px;
    right: 8px;
    content: "\e113"
}

.navbar-section .navbar-toggle.collapsed:after {
    content: "\e114"
}

.megadropdown-text-box {
    padding: 10px 5%;
    border: solid #b7ced1;
    border-width: 0 3px 0 0
}

@media (max-width:768px) {
    .megadropdown-text-box {
        margin: 20px 0;
        border-width: 1px 3px 1px 1px
    }
}

.megadropdown-links {
    padding: 0 5%
}

    .megadropdown-links > li {
        margin: 5px 0 10px
    }

        .megadropdown-links > li ul {
            margin-top: 5px
        }

        .megadropdown-links > li.menu-see-all {
            list-style: none;
            margin-left: -18px;
            padding-top: 20px;
            margin-top: 15px;
            border-top: 1px solid #b7ced1
        }

@media (max-width:768px) {
    .megadropdown-links {
        border-bottom: 1px solid #eee
    }

        .megadropdown-links li {
            margin: 0;
            padding: 10px 0
        }

            .megadropdown-links li.menu-see-all {
                margin-top: 45px;
                border-top: none
            }

        .megadropdown-links a {
            color: #777;
            font-weight: 700
        }
}

.well-lg {
    padding: 30px 2%
}

.well, .well-default, .well-default-white-bg {
    border-radius: 0;
    margin-bottom: 25px;
    box-shadow: none
}

    .well-default-white-bg h2, .well-default h2, .well h2 {
        margin-top: 0
    }

    .well-default-white-bg blockquote, .well-default blockquote, .well blockquote {
        border-color: inherit
    }

@media (max-width:768px) {
    section.navbar-collapse > .well, section.navbar-collapse > .well-default, section.navbar-collapse > .well-default-white-bg {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important
    }
}

.well-default {
    background-color: #f5f5f5
}

.well-default, .well-default-white-bg {
    box-shadow: none;
    border: 1px solid #e8e8e8
}

.well-default-white-bg {
    background-color: #fff
}

@media (min-width:1024px) {
    .well-aside {
        background-color: #fff;
        border: none;
        padding: 0
    }
}

@media (max-width:1023px) {
    .well-aside fieldset > .form-group > button:only-child {
        margin-top: 23px
    }
}

@media (max-width:768px) {
    .slick-slider-show-3 {
        padding: 0 30px
    }
}

.slick-slider-show-3 .panel-body {
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 90%
}

    .slick-slider-show-3 .panel-body::-webkit-scrollbar {
        width: 6px
    }

    .slick-slider-show-3 .panel-body::-webkit-scrollbar-track {
        background-color: #ccc
    }

    .slick-slider-show-3 .panel-body::-webkit-scrollbar-thumb {
        background-color: #999
    }

.slick-slider-show-3 .panel-heading {
    font-size: 90%;
    height: 6.25em
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

    .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
        background: transparent;
        color: transparent
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

        .slick-next.slick-disabled, .slick-prev.slick-disabled {
            opacity: 0;
            left: -99999rem
        }

        .slick-next:before, .slick-prev:before {
            font-family: iconfont;
            font-size: 48px;
            line-height: 1;
            color: #3f4a52;
            opacity: .75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

.slick-media-gallery .slick-next, .slick-media-gallery .slick-prev {
    top: 340px
}

.slick-prev {
    left: -50px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.offset-arrows .slick-prev {
    left: -30px
}

.slick-thumbs-xs .slick-prev {
    left: -50px
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

@media (max-width:768px) {
    .slick-prev {
        z-index: 1;
        left: -20px
    }

    .navbar-section .slick-prev {
        left: -10px
    }

    .offset-arrows, .offset-arrows-xs .slick-prev, .slick-thumbs-xs .slick-prev {
        left: -20px
    }
}

.slick-next {
    right: -50px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.offset-arrows .slick-next {
    right: -30px
}

.slick-thumbs-xs .slick-next {
    right: -10px
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

@media (max-width:768px) {
    .slick-next {
        right: -20px
    }

    .navbar-section .slick-next {
        right: -10px
    }

    .offset-arrows, .offset-arrows-xs .slick-next, .slick-thumbs-xs .slick-next {
        right: -20px
    }
}

.slick-next, .slick-prev {
    z-index: 5
}

@media (max-width:768px) {
    .slick-gallery .slick-next, .slick-gallery .slick-prev {
        top: 25%
    }

        .slick-gallery .slick-next:before, .slick-gallery .slick-prev:before {
            background-color: hsla(0,0%,100%,.5);
            padding: 10px 0
        }

        .slick-gallery .slick-next:focus:before, .slick-gallery .slick-next:hover:before, .slick-gallery .slick-prev:focus:before, .slick-gallery .slick-prev:hover:before {
            background-color: #fff
        }
}

.slick-gallery figure {
    position: relative
}

.gallery-nav .video-proportional-holder, .gallery-nav .video-proportional-holder-mg {
    border-width: 0 0 4px;
    border-style: solid;
    border-color: #b5b5b5
}

.slick-dotted.slick-slider {
    margin-bottom: 40px
}

.slick-slide img, .slick-thumbs img {
    max-width: 100%;
    min-width: 100%;
    height: auto
}

.slick-slide .embed-responsive, .slick-slide img, .slick-thumbs .embed-responsive, .slick-thumbs img {
    border-width: 0 0 4px;
    border-style: solid;
    border-color: #b5b5b5
}

.slick-slide .embed-responsive-16by9, .slick-thumbs .embed-responsive-16by9 {
    padding-bottom: 59.6%
}

.slick-thumbs {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0
}

    .slick-thumbs:after, .slick-thumbs:before {
        content: " ";
        display: table
    }

    .slick-thumbs:after {
        clear: both
    }

    .slick-thumbs li {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        vertical-align: top;
        float: none !important;
        cursor: pointer;
        opacity: .5
    }

@media (min-width:769px) {
    .slick-thumbs li {
        float: left;
        width: 33.3333333333%
    }
}

@media (min-width:1024px) {
    .slick-thumbs li {
        float: left;
        width: 16.6666666667%
    }
}

.slick-thumbs li.slick-active, .slick-thumbs li:focus, .slick-thumbs li:hover {
    outline: none;
    opacity: 1
}

.slick-thumbs .thumbnail {
    border: transparent;
    padding: 0
}

    .slick-thumbs .thumbnail figcaption {
        padding: 0;
        line-height: 1.3
    }

.slick-figure {
    border: 1px solid #fff;
    margin: 9px 9px 30px 0
}

    .slick-figure a {
        display: block;
        position: relative;
        color: #fff !important
    }

        .slick-figure a:hover {
            text-decoration: underline !important;
            border-bottom-color: #fff
        }

    .slick-figure figcaption {
        display: inline-block;
        max-width: 80%;
        position: absolute;
        padding: 4px;
        background-color: #0c3759;
        bottom: 0
    }

@media (max-width:1280px) {
    .slick-figure figcaption {
        font-size: .85rem
    }
}

.embed-responsive {
    border-width: 0 0 4px;
    border-style: solid;
    border-color: #b5b5b5
}

figcaption.well-default {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0
    }

        .slick-dots li, .slick-dots li button {
            height: 20px;
            width: 20px;
            cursor: pointer
        }

            .slick-dots li button {
                border: 0;
                background: transparent;
                display: block;
                outline: none;
                line-height: 0;
                font-size: 0;
                color: transparent;
                padding: 5px
            }

                .slick-dots li button:focus, .slick-dots li button:hover {
                    outline: none
                }

                    .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                    width: 20px;
                    height: 20px;
                    font-family: iconfont;
                    font-size: 6px;
                    line-height: 20px;
                    text-align: center;
                    color: #000;
                    opacity: .5;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .slick-dots li.slick-active button:before {
                color: #000;
                opacity: .75
            }

.slick-slide h3 {
    background: #000;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center
}

.meeting-slider .slick-list:before {
    content: "";
    padding: 2px 0;
    background: #d5d5d5;
    position: absolute;
    width: 100%;
    top: 48%
}

.meeting-slider-panel-full {
    background: #0c3759;
    color: #fff;
    font-weight: 700;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    cursor: pointer;
    transition: all .4s;
    width: 90%
}

    .meeting-slider-panel-full:focus, .meeting-slider-panel-full:hover {
        background: #15619c;
        color: #fff
    }

.meeting-slider-panel-empty {
    font-weight: 700;
    line-height: 50px;
    color: #6f6f6f
}

    .meeting-slider-panel-empty:after {
        content: "\e940";
        font-family: iconfont;
        display: block;
        line-height: 1;
        font-size: 130%;
        color: #d5d5d5;
        margin-top: -8px
    }

.slider-title {
    margin-top: 20px;
    margin-left: 6px
}

@media (max-width:768px) {
    .slider-title {
        margin-left: 36px
    }
}

.slick-thumbs-xs h5 {
    margin-bottom: 6px
}

.slick-thumbs-xs li img {
    border: none
}

.slick-thumbs-xs li figcaption {
    font-size: 80%
}

    .slick-thumbs-xs li figcaption > * {
        display: block
    }

.slick-thumbs-xs li + li {
    margin-left: 40px
}

@media (max-width:768px) {
    .slick-thumbs-xs li {
        margin: 0 24px
    }
}

.slick-thumbs-xs ul.list-inline {
    font-size: 112%
}

    .slick-thumbs-xs ul.list-inline li {
        margin: 0
    }

.image-holder-photos-videos {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 48%
}

.slick-portraits, .slick-portraits .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .slick-portraits .slick-slide {
        height: auto;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

        .slick-portraits .slick-slide figure > a {
            overflow: hidden
        }

    .slick-portraits.slick-200h .slick-slide figure > a {
        height: 210px
    }

    .slick-portraits.slick-150h .slick-slide figure > a {
        height: 160px
    }

.toggle-section .toggle-body {
    display: none
}

    .toggle-section .toggle-body.opened {
        display: block
    }

.light-gray-toggle {
    margin-bottom: 1rem
}

    .light-gray-toggle .toggle-heading {
        margin-top: -1px
    }

        .light-gray-toggle .toggle-heading a {
            display: block;
            line-height: 1;
            padding: 1rem;
            background-color: #f5f5f5;
            border: 1px solid #d1d1d1;
            color: #3f4a52;
            text-decoration: none;
            position: relative
        }

            .light-gray-toggle .toggle-heading a:hover {
                color: #164194
            }

            .light-gray-toggle .toggle-heading a:after {
                content: "\e907";
                font-family: iconfont;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 1rem
            }

            .light-gray-toggle .toggle-heading a.in:after {
                content: "\e904"
            }

        .light-gray-toggle .toggle-heading time {
            display: block;
            margin: 0;
            line-height: 1.6
        }

        .light-gray-toggle .toggle-heading span {
            margin: 0;
            font-weight: 700
        }

    .light-gray-toggle .toggle-body {
        padding: 1rem;
        font-size: .85rem;
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1
    }

        .light-gray-toggle .toggle-body .schedule-info {
            margin-bottom: 1rem;
            font-size: 1rem
        }

            .light-gray-toggle .toggle-body .schedule-info p {
                margin-bottom: .85rem;
                font-size: .85rem
            }

        .light-gray-toggle .toggle-body .schedule-list {
            margin: 0
        }

            .light-gray-toggle .toggle-body .schedule-list li {
                margin-bottom: 1.5rem
            }

                .light-gray-toggle .toggle-body .schedule-list li .scedule-time {
                    padding-right: .5rem
                }

                    .light-gray-toggle .toggle-body .schedule-list li .scedule-time span {
                        padding: .3rem .5rem;
                        background-color: #e2ebed;
                        font-size: .8rem;
                        font-weight: 600
                    }

                .light-gray-toggle .toggle-body .schedule-list li:last-child {
                    margin-bottom: 0
                }

    .light-gray-toggle .toggle-group:first-child .toggle-heading a {
        border-radius: 2px 2px 0 0
    }

    .light-gray-toggle .toggle-group:last-child .toggle-body {
        border-bottom: 1px solid #d1d1d1
    }

    .light-gray-toggle .toggle-group:last-child .toggle-heading a {
        border-radius: 0 0 2px 2px
    }

    .light-gray-toggle .toggle-group .council-link-list {
        margin-bottom: 2rem
    }

.text-green {
    color: #27b26b
}

header {
    position: relative;
    padding-top: 1.7em
}

    header .form-group {
        margin-bottom: 13px
    }

    header .form-control, header .form-control:focus {
        box-shadow: 0 1px none #000
    }

@media (max-width:768px) {
    header {
        padding-top: 1.32em;
    }

        header .form-group {
            position: absolute;
            top: 40px;
            left: 0;
            margin-left: 20px;
            width: 46%
        }

        header .form-control {
            height: 41px
        }
}

.logo, .logo-wordmark {
    display: inline-block;
    vertical-align: bottom
}

@media (max-width:768px) {
    .logo-wordmark img, .logo img {
        max-height: 50px
    }
}

.logo-wordmark {
    font-family: Arial;
    font-size: 19px;
    line-height: 150%;
    position: relative;
    top: .4em;
    margin: 0 0 0 24px;
    font-weight: 700;
    color: #666
}

@media (max-width:768px) {
    .logo-wordmark {
        font-size: 14px;
        line-height: 135%;
        margin: 0 0 0 14px
    }

    footer .footer-links ul {
        padding-top: 0 !important;
    }
}


.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    padding: 6px 8px;
    background: #b7ced1;
    min-width: 37px;
    height: 39px
}

@media (max-width:768px) {
    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        width: 40px;
        height: 41px;
        background: #0c3759;
        border-color: #0c3759
    }

        .input-group-btn:last-child > .btn-group:hover, .input-group-btn:last-child > .btn:hover {
            background: #b7ced1;
            border-color: #b7ced1
        }
}

.dropdown-icon-bg {
    position: absolute;
    top: 0;
    right: 0;
    background: #b7ced1;
    padding: 6px 0;
    min-width: 38px;
    text-align: center;
    font-size: 1.8em;
    height: 39px;
    line-height: 24px
}

.lang-letter {
    display: inline-block;
    color: #346195;
    padding: 2px 4px;
    text-align: center;
    border: 1px solid #346195;
    min-width: 32px;
    background: #f3f7f8;
    margin-bottom: 10px
}

a:hover .lang-letter {
    background: #164194;
    color: #fff
}

.country {
    padding: 0 4px
}

footer .language-box .dropdown-toggle {
    color: #3f4a52 !important;
}

.dropdown-council .dropdown-toggle {
    display: block;
    padding: 6px 15px;
    background: #fff;
    border: 1px solid #b7ced1;
    color: #3f4a52;
    height: 39px;
    line-height: 25px
}

    .dropdown-council .dropdown-toggle:focus, .dropdown-council .dropdown-toggle:hover {
        text-decoration: none
    }

.align-sub {
    vertical-align: sub
}

.border-right-0 {
    border-right: 0 !important
}

.vertical-divider > dd, .vertical-divider > li {
    padding: 0 12px;
    text-align: center;
    margin-left: 0;
    border-right: 1px solid #c8cdd1
}

.well-default-white-bg .vertical-divider > dd > a, .well-default-white-bg .vertical-divider > li > a, .well-default .vertical-divider > dd > a, .well-default .vertical-divider > li > a, .well .vertical-divider > dd > a, .well .vertical-divider > li > a {
    color: #3f4a52;
    text-decoration: underline
}

    .well-default-white-bg .vertical-divider > dd > a:hover, .well-default-white-bg .vertical-divider > li > a:hover, .well-default .vertical-divider > dd > a:hover, .well-default .vertical-divider > li > a:hover, .well .vertical-divider > dd > a:hover, .well .vertical-divider > li > a:hover {
        text-decoration: none
    }

.vertical-divider > dd:last-child, .vertical-divider > li:last-child {
    border-right: none
}

.vertical-divider > dt {
    border-right: none;
    padding-left: 0
}

.vertical-divider li:first-child {
    padding-left: 0
}

.container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
    position: relative
}

@media (max-width:1024px) and (min-width:769px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 4% !important
    }
}

@media (max-width:1023px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 5.25%
    }
}

@media (min-width:1441px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 15%
    }
}

*, :after, :before {
    box-sizing: border-box
}

@media (min-width:1024px) and (max-width:1580px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 14.7% 0 5.25%
    }
}

@media (min-width:1024px) and (max-width:1430px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 5% 0 5.25%
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .equaly-spaced-on--large {
        margin: 0 5%
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .equaly-spaced-on--small {
        margin: 0 2% !important
    }
}

.profile {
    font-size: 90%
}

@media (max-width:1440px) and (min-width:1025px) {
    .profile-footer, .profile-heading {
        float: right;
        padding-left: 0
    }

        .profile-footer h6, .profile-heading h6 {
            margin-top: 0
        }

        .profile-footer h4, .profile-heading h4 {
            margin-bottom: 0
        }
}

@media (min-width:1441px) {
    .profile-footer, .profile-heading {
        float: right;
        padding-left: 0
    }

        .profile-footer h6, .profile-heading h6 {
            margin-top: 0
        }

        .profile-footer h4, .profile-heading h4 {
            margin-bottom: 0
        }
}

.profile-footer img, .profile-heading img {
    max-width: 64px;
    width: 13%
}

@media (max-width:1440px) and (min-width:1025px) {
    .profile-img {
        float: left !important
    }
}

@media (min-width:1441px) {
    .profile-img {
        float: left !important
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .profile-footer h5 {
        margin-top: 0
    }
}

@media (min-width:1441px) {
    .profile-footer h5 {
        margin-top: 0
    }
}

.page-header, .search-page-header {
    padding-bottom: 40px;
    margin: 0 0 40px
}

@media (max-width:1023px) {
    .page-header, .search-page-header {
        margin: 0
    }
}

.sidebar .tag {
    line-height: 30px;
    margin: 7px 12% 15px 0
}

.sidebar-separated {
    border-right: 3px solid;
    border-color: #0074bd;
    min-height: 128px
}

@media (max-width:1023px) {
    .council-flexify {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.council-flexify-item:first-child, .council-flexify .flex-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.council-flexify-item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.council-flexify .flex-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.council-flexify-item:nth-child(3), .council-flexify .flex-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.council-flexify-item:nth-child(4), .council-flexify .flex-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.council-flexify-item:nth-child(5), .council-flexify .flex-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.council-flexify-item:nth-child(6), .council-flexify .flex-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.council-flexify-item:nth-child(7), .council-flexify .flex-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.council-flexify-item:nth-child(8), .council-flexify .flex-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.council-flexify-item:nth-child(9), .council-flexify .flex-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.council-flexify-item:nth-child(10), .council-flexify .flex-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.council-flexify-item:nth-child(11), .council-flexify .flex-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.council-flexify-item:nth-child(12), .council-flexify .flex-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.council-flexify-item:nth-child(13), .council-flexify .flex-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.council-flexify .no-reorder {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.council-flexify .flex-last-item-1 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.council-flexify .flex-last-item {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

@media (min-width:1024px) {
    .council-center-content-basic {
        float: right
    }
}

@media (max-width:768px) {
    .council-center-content-basic {
        padding-bottom: 0 !important
    }
}

@media (min-width:1441px) {
    .council-center-content-basic {
        margin-left: 30px;
        width: 84%
    }
}

@media (min-width:1024px) and (max-width:1580px) {
    .council-center-content-basic {
        margin: 0 0 0 1%;
        width: 78%
    }
}

@media (min-width:1024px) {
    .council-sidebar-basic, .council-sidebar-noborder, .sidebar-flex-tags {
        padding-right: 50px
    }

        .council-sidebar-basic:before, .council-sidebar-noborder:before, .sidebar-flex-tags:before {
            content: "";
            width: 3px;
            background: #8a8a8a;
            height: 145px;
            position: absolute;
            right: -7px
        }
}

@media (min-width:1441px) {
    .council-sidebar-basic, .council-sidebar-noborder, .sidebar-flex-tags {
        padding-right: 50px;
        margin-left: -14%;
        width: 27%
    }
}

@media (min-width:1024px) and (max-width:1580px) {
    .council-sidebar-basic, .council-sidebar-noborder, .sidebar-flex-tags {
        padding-right: 0;
        margin-left: -5%;
        width: 24%
    }

        .council-sidebar-basic:before, .council-sidebar-noborder:before, .sidebar-flex-tags:before {
            content: "";
            width: 0;
            background: none;
            height: 0;
            position: absolute;
            right: -700000px
        }
}

@media (min-width:1024px) {
    .council-sidebar-noborder {
        padding-right: 0
    }

        .council-sidebar-noborder:before {
            content: "";
            width: 0;
            background: none;
            height: 1px;
            position: absolute;
            right: -70000px
        }
}

@media (min-width:1024px) {
    .sidebar-flex-tags {
        text-align: right
    }

        .sidebar-flex-tags:before {
            content: "";
            width: 0;
            background: none;
            height: 1px;
            position: absolute;
            right: -70000px
        }
}

@media (min-width:1024px) {
    .ceu.council-sidebar-noborder:before, .ceu.sidebar-flex-tags:before, .council-sidebar-basic.ceu:before {
        background: #8dcfd7
    }
}

@media (min-width:1024px) {
    .council-sidebar-basic.euco:before, .council-sidebar-basic.is:before, .euco.council-sidebar-noborder:before, .euco.sidebar-flex-tags:before, .is.council-sidebar-noborder:before, .is.sidebar-flex-tags:before {
        background: #0074bd
    }
}

@media (min-width:1024px) {
    .council-sidebar-basic.eg:before, .council-sidebar-basic.es:before, .eg.council-sidebar-noborder:before, .eg.sidebar-flex-tags:before, .es.council-sidebar-noborder:before, .es.sidebar-flex-tags:before {
        background: #008266
    }
}

@media (min-width:1024px) {
    .council-sidebar-basic.gsc:before, .gsc.council-sidebar-noborder:before, .gsc.sidebar-flex-tags:before {
        background: #b5b5b5
    }
}

.floated-left, .floated-left-nowidth, .floated-right, .floated-right-nowidth {
    clear: both;
    width: 400px;
    margin: 10px 0
}

    .floated-left-nowidth h2, .floated-left-nowidth h3, .floated-left-nowidth h4, .floated-left-nowidth h5, .floated-left-nowidth h6, .floated-lefth1, .floated-left h2, .floated-left h3, .floated-left h4, .floated-left h5, .floated-left h6, .floated-right-nowidth h2, .floated-right-nowidth h3, .floated-right-nowidth h4, .floated-right-nowidth h5, .floated-right-nowidth h6, .floated-righth1, .floated-right h2, .floated-right h3, .floated-right h4, .floated-right h5, .floated-right h6 {
        margin: 10px 0
    }

@media (max-width:768px) {
    .floated-left, .floated-left-nowidth, .floated-right, .floated-right-nowidth {
        float: none;
        width: 100%;
        margin: 10px 0 20px !important
    }
}

.floated-left, .floated-left-nowidth {
    float: left;
    margin-right: 20px;
    clear: left
}

.floated-right, .floated-right-nowidth {
    float: right;
    margin-left: 20px;
    clear: right
}

.floated-left-nowidth, .floated-right-nowidth {
    width: auto
}

.council-link, .council-link-list dd > a, .council-link-list dt > a, .council-link-list li > a {
    position: relative;
    padding-left: 15px;
    display: table;
    margin-bottom: 10px
}

    .council-link-list dd > a:before, .council-link-list dt > a:before, .council-link-list li > a:before, .council-link:before {
        content: "\e90c";
        font-family: iconfont !important;
        speak: none;
        font-size: 19px;
        text-decoration: none;
        position: absolute;
        left: -5px;
        top: 3px;
        line-height: 1
    }

    .council-link-list dd > a span, .council-link-list dt > a span, .council-link-list li > a span, .council-link span {
        color: #3f4a52;
        display: inline-block;
        text-decoration: none
    }

.accordion-control--close:before, .accordion-control--open:before {
    font-family: iconfont !important;
    position: relative
}

.accordion-control--close:before {
    content: "\e90e"
}

.accordion-control--open:before {
    content: "\e90f"
}

.council-link-list > * + * {
    margin-top: 5px
}

.council-link-list dd, .council-link-list dt, .council-link-list li {
    padding-left: 0;
    padding-bottom: 0;
    border: none
}

    .council-link-list dd > a, .council-link-list dt > a, .council-link-list li > a {
        margin-bottom: 0
    }

.link-epub:after, .link-external:after, .link-info:after, .link-msdoc:after, .link-msppt:after, .link-msxls:after, .link-pdf:after {
    content: " ";
    background: url(../../../../icons/icon-pdf.svg) 100% no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 7px
}

.link-epub:after {
    background: url(../../../../icons/icon-epub.svg) 100% no-repeat
}

.link-msdoc:after {
    background: url(../../../../icons/icon-msdoc.svg) 100% no-repeat
}

.link-msxls:after {
    background: url(../../../../icons/icon-msxls.svg) 100% no-repeat
}

.link-msppt:after {
    background: url(../../../../icons/icon-msppt.svg) 100% no-repeat
}

.link-info:after {
    background: url(../../../../icons/icon-info.svg) 100% no-repeat
}

.link-external:after {
    background: url(../../../../icons/icon-share.svg) 100% no-repeat;
    background-size: 20px 20px
}

.bkg-subtle {
    background-color: #e2ebed
}

.border-padding-bottom-3 {
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #b7ced1;
    padding-bottom: 20px
}

@media (max-width:1024px) and (min-width:769px) {
    .border-padding-bottom-3 {
        padding-bottom: 30px
    }
}

@media (max-width:1023px) {
    .border-padding-bottom-3 {
        padding-bottom: 25px
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .border-padding-bottom-3 {
        padding-bottom: 40px
    }
}

@media (min-width:1441px) {
    .border-padding-bottom-3 {
        padding-bottom: 50px;
        margin-bottom: 20px
    }
}

.video-proportional-holder, .video-proportional-holder-mg {
    height: 0;
    padding-bottom: 56.41%;
    overflow: hidden;
    position: relative
}

    .video-proportional-holder-mg a:focus img, .video-proportional-holder a:focus img {
        border: 2px dotted #346195
    }

    .video-proportional-holder-mg img.img-responsive, .video-proportional-holder-mg img.img-responsive-full, .video-proportional-holder img.img-responsive, .video-proportional-holder img.img-responsive-full {
        min-width: 100%
    }

    .video-proportional-holder-mg iframe, .video-proportional-holder iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

.video-proportional-holder-mg {
    padding-bottom: 60%
}

@media (max-width:768px) {
    #audio-visual {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media (max-width:1023px) {
    .flex-row-wrap-council [class^=col-] {
        width: 100%
    }
}

.img-responsive-full {
    min-width: 100%
}

@media (max-width:768px) {
    .grid-layout-section {
        background-color: #fff !important
    }
}

.grid-layout-section h1, .grid-layout-section h2, .grid-layout-section h3, .grid-layout-section h4, .grid-layout-section h5, .grid-layout-section h6 {
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.2
}

    .grid-layout-section h1 a, .grid-layout-section h2 a, .grid-layout-section h3 a, .grid-layout-section h4 a, .grid-layout-section h5 a, .grid-layout-section h6 a {
        font-weight: 600
    }

.grid-layout-section-top {
    margin-top: -10px
}

.grid-layout-inner-section {
    padding: 3rem 0 !important
}

@media (max-width:1023px) {
    .grid-layout-inner-section {
        padding: 1rem 0 !important
    }
}

.col-half-tablet {
    margin-bottom: 1rem
}

    .col-half-tablet::last-child {
        margin-bottom: 0
    }

@media (min-width:768px) and (max-width:1023px) {
    .col-half-tablet {
        width: 50%
    }
}

.col-half-tablet .newsfeed-tweet-body {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.5
}

@media (max-width:1023px) {
    .grid-layout-column, .grid-layout-column-inv {
        margin-bottom: 1.6rem;
        padding-bottom: .5rem;
        border-bottom: 1px dotted;
        border-color: rgba(51,51,51,.2)
    }
}

.grid-layout-column-inv, .grid-layout-column-inv a {
    color: #fff
}

@media (max-width:1023px) {
    .grid-layout-column-inv {
        color: #333
    }

        .grid-layout-column-inv a {
            color: #164194
        }
}

@media (min-width:768px) and (max-width:1023px) {
    .grid-layout-column-inv {
        color: #3f4a52;
        border-color: rgba(51,51,51,.2)
    }

        .grid-layout-column-inv a {
            color: #164194
        }
}

.newsfeed-tweet-title, .newsfeed-tweet-title-inv {
    font-weight: 800 !important;
    font-size: 1.05rem;
    margin-bottom: .3rem
}

    .newsfeed-tweet-title-inv:before, .newsfeed-tweet-title:before {
        content: "\ea96";
        font-family: iconfont;
        color: #1da1f2;
        margin-right: .4rem;
        font-size: 1.2rem;
        text-decoration: none;
        display: inline-block
    }

    .newsfeed-tweet-title-inv, .newsfeed-tweet-title-inv:hover {
        color: hsla(0,0%,100%,.7)
    }

.president-social-icons {
    color: #fff;
    font-size: .9rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid;
    text-align: right;
    border-color: hsla(0,0%,100%,.2)
}

@media (max-width:1023px) {
    .president-social-icons {
        text-align: left;
        color: #3f4a52;
        padding-top: 0;
        margin-top: 0;
        border-top: none
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .president-social-icons {
        color: #3f4a52
    }
}

.share-buttons-container-bottom {
    margin: 1rem 0
}

#twitter-widget {
    will-change: content
}

.fluid {
    position: relative
}

    .fluid:before {
        position: absolute;
        content: "\00a0";
        top: 0;
        bottom: 0;
        height: 100%
    }

@media (max-width:1024px) and (min-width:769px) {
    .fluid:before {
        width: calc(100vw - 96%);
        left: calc(-100vw + 96%)
    }
}

@media (max-width:1023px) {
    .fluid:before {
        width: 10vw;
        left: -10vw
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .fluid:before {
        width: calc(100vw - 94.75%);
        left: calc(-100vw + 94.75%)
    }
}

@media (min-width:1441px) {
    .fluid:before {
        width: calc(100vw - 85%);
        left: calc(-100vw + 85%)
    }
}

@media (min-width:1024px) and (max-width:1580px) {
    .fluid:before {
        width: calc(100vw - 94.75%);
        left: calc(-100vw + 94.75%)
    }
}

.fluid:after {
    position: absolute;
    content: "\00a0";
    top: 0;
    bottom: 0
}

@media (max-width:1024px) and (min-width:769px) {
    .fluid:after {
        width: calc(100vw - 107.75%);
        right: calc(-100vw + 107.75%)
    }
}

@media (max-width:1023px) {
    .fluid:after {
        width: 9.7vw;
        right: -9.6vw
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .fluid:after {
        width: calc(100vw - 107.75%);
        right: calc(-100vw + 107.75%)
    }
}

@media (min-width:1441px) {
    .fluid:after {
        width: 16.94vw;
        right: -16.93vw
    }
}

@media (min-width:1024px) and (max-width:1580px) {
    .fluid:after {
        width: 12.7vw;
        right: -12.6vw
    }
}

@media (min-width:1024px) and (max-width:1430px) {
    .fluid:after {
        width: 7.9vw;
        right: -7.88vw
    }
}

.publication-block {
    margin-bottom: 4rem
}

    .publication-block figure {
        float: left;
        max-width: 12%;
        border: 1px solid #b7ced1
    }

    .publication-block .content {
        padding-left: 15%
    }

    .publication-block .meta {
        font-size: 85%
    }

@media (max-width:1023px) {
    .publication-block {
        margin-bottom: 3rem
    }

        .publication-block figure {
            float: right;
            margin: 0 0 10px 10px
        }

        .publication-block .content {
            padding-left: 0
        }
}

@media (min-width:769px) and (max-width:1023px) {
    .publication-block figure {
        max-width: 20%
    }
}

@media (max-width:768px) {
    .publication-block figure {
        max-width: 25%
    }
}

.search-page-header {
    padding-bottom: 0;
    margin: 0
}

.infographics-thumb-title {
    display: block;
    min-height: 3.1rem;
    font-weight: 700;
    line-height: 1.3
}

.dismissable-section {
    position: relative
}

    .dismissable-section .close-dismissable-section {
        position: absolute;
        right: .4rem;
        top: .2rem;
        border: none;
        padding: 0;
        line-height: 1;
        font-size: 180%;
        background: transparent;
        font-weight: 700;
        outline: none
    }

#countryBadges {
    min-height: 67px
}

@media (max-width:768px) {
    footer {
        text-align: center
    }
}

.footer-content {
    background: #f3f7f8 url(/bundle/201606100903?url=/Content/images/bg_pattern.png) no-repeat 100%;
    margin-top: 40px;
    margin-bottom: 0
}

    .footer-content .footer-quick-links {
        margin-top: 50px
    }

        .footer-content .footer-quick-links a {
            color: #346195
        }

            .footer-content .footer-quick-links a:hover {
                color: #4195b4
            }

    .footer-content dl {
        margin: 15px 0 20px
    }

        .footer-content dl:first-child {
            padding-left: 0
        }

    .footer-content a:hover {
        color: #164194
    }

@media (max-width:768px) {
    .footer-content {
        background-image: none;
        padding: 25px 20px
    }

        .footer-content dd {
            padding: 10px 0
        }
}

.message-box {
    padding: 14px 1.5% 20px 0;
    margin: 50px 0 20px;
    border-right: 3px solid #b7ced1
}

@media (max-width:768px) {
    .message-box {
        border-right: none
    }
}

.footer-links {
    font-size: 80%
}

    .footer-links ul {
        margin: 0
    }

        .footer-links ul li {
            padding: 10px 15px
        }

            .footer-links ul li:first-child {
                padding-left: 0
            }

    .footer-links a {
        color: #555
    }

        .footer-links a:hover {
            color: #333
        }

@media (max-width:768px) {
    .footer-links ul li:first-child {
        padding-left: 15px
    }
}

.external-institutions {
    background: #e2ebed
}

    .external-institutions ul {
        margin: 0;
        padding: 10px 0
    }

        .external-institutions ul li {
            padding: 0 15px
        }

            .external-institutions ul li a {
                vertical-align: middle;
                display: inline-block;
                padding-top: 2px
            }

            .external-institutions ul li:first-child, .external-institutions ul li:last-child {
                padding-left: 0
            }

@media (max-width:768px) {
    .external-institutions ul li {
        display: block;
        padding: 5px 15px
    }
}

@media (max-width:768px) {
    .external-institutions ul {
        padding: 20px 0
    }
}

.eu-link {
    border-right: 1px solid #346195
}

    .eu-link a {
        font-weight: 700;
        padding-left: .4em
    }

    .eu-link img {
        width: 60px
    }

@media (max-width:768px) {
    .eu-link img {
        width: 30px
    }
}

@media (max-width:768px) {
    .eu-link {
        border-right: none
    }
}

.yamm .nav {
    margin-top: 0;
    margin-bottom: 0
}

.yamm .navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
    border: none
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 20px;
    right: 20px;
    background-color: #fff;
    z-index: 2000 !important;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

    .yamm .yamm-content .row > div:last-child > ul {
        border-bottom: none
    }

@media (min-width:769px) {
    .yamm ul.nav li.dropdown.focused ul.dropdown-menu, .yamm ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block !important
    }
}

.tag {
    border: 1px solid #ccc;
    display: inline-block;
    margin-top: 4px;
    padding: 0 37px 0 9px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    line-height: 190%
}

    .tag:after {
        right: 0;
        content: " ";
        top: 0;
        bottom: 0;
        width: 30px;
        position: absolute
    }

@media (max-width:1023px) {
    .tag:after {
        width: 28px
    }
}

.tag.bkg-euco:after {
    background-color: #0074bd
}

.tag.bkg-eg:after {
    background-color: #008266
}

.tag.bkg-ceu:after {
    background-color: #8dcfd7
}

.tag.bkg-is:after {
    background-color: #0074bd
}

.tag.bkg-es:after {
    background-color: #008266
}

.tag.bkg-gsc:after {
    background-color: #b5b5b5
}

.tags {
    margin-bottom: .5rem
}

@media (max-width:768px) {
    .tags {
        margin-bottom: 1.85rem
    }
}

.tag-group a, .tag-group button {
    display: inline-block;
    margin: 0 0 .6em .5em
}

aside .tag-institutions {
    margin-bottom: 20px
}

@media (max-width:1023px) {
    aside .tag-institutions {
        float: left;
        top: -5px
    }
}

.nav-aside {
    padding: 1em 0;
    margin-top: 0
}

    .nav-aside li {
        padding-left: 4px;
        float: none
    }

@media (max-width:1023px) {
    .nav-aside li {
        margin-left: 4px
    }

        .nav-aside li:before {
            display: none
        }
}

.nav-aside li a {
    padding-top: 6px;
    padding-bottom: 6px
}

    .nav-aside li a:hover {
        text-decoration: underline
    }

.nav-aside li:before {
    font-family: iconfont !important;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: -2px;
    left: -8px;
    content: "\e909"
}

.nav-aside li.current a {
    font-weight: 700
}

@media (max-width:1023px) {
    .navbar-collapse .nav-aside {
        padding: 0
    }
}

.navbar-inverse {
    background-color: transparent
}

    .navbar-inverse .navbar-toggle {
        padding: 5px 10px;
        margin-top: -1px;
        margin-right: 0;
        margin-bottom: 0;
        border-color: #d1d1d1;
        width: unset;
        color: #3f4a52
    }

.navbar-left {
    background-color: transparent;
    width: 100%;
    border-top-width: 0
}

    .navbar-left .navbar-collapse {
        border-top: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

@media (max-width:1023px) {
    .navbar-left {
        padding: 0;
        border-top-width: 1px
    }

        .navbar-left .navbar-collapse {
            background-color: #f5f5f5;
            padding-top: 1rem;
            padding-left: 20px;
            padding-right: 20px
        }
}

.navbar-left-inverse {
    border: none
}

    .navbar-left-inverse .navbar-collapse {
        background-color: #5d6770 !important;
        padding-left: 20px;
        padding-right: 20px
    }

@media (max-width:1023px) {
    .navbar-left-inverse.navbar-offset-top {
        margin-top: -52px
    }

    .navbar-left-inverse .navbar-header {
        float: none
    }

    .navbar-left-inverse .navbar-left, .navbar-left-inverse .navbar-right {
        float: none !important
    }

    .navbar-left-inverse .navbar-toggle {
        display: block
    }

    .navbar-left-inverse .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1)
    }

    .navbar-left-inverse .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-left-inverse .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-left-inverse .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

        .navbar-left-inverse .navbar-nav > li {
            float: none
        }

            .navbar-left-inverse .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px
            }

    .navbar-left-inverse .collapse.in {
        display: block !important
    }
}

.close {
    margin-top: -16px;
    font-size: 46px;
    color: #0c3759;
    opacity: 1;
    line-height: 31px
}

.margin-0 {
    margin: 0 !important
}

.margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.margin-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.margin-left-0 {
    margin-left: 0 !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-top-0 {
    margin-top: 0
}

.margin-bottom-0 {
    margin-bottom: 0
}

.padding-0 {
    padding: 0 !important
}

.padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.empty-div-0 {
    width: 100%;
    height: 0 !important
}

.font-size-down-0, .font-size-up-0 {
    font-size: 100%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-0 {
        margin-bottom: 0 !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-0 {
        margin-top: 0 !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-0 {
        padding-bottom: 0 !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-0 {
        padding-top: 0 !important
    }
}

.margin-5 {
    margin: 5px !important
}

.margin-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.margin-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-top-5 {
    margin-top: 5px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.padding-5 {
    padding: 5px !important
}

.padding-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.padding-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.empty-div-5 {
    width: 100%;
    height: 5px !important
}

.font-size-down-5 {
    font-size: 95%
}

.font-size-up-5 {
    font-size: 105%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-5 {
        margin-bottom: 5px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-5 {
        margin-top: 5px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-5 {
        padding-bottom: 5px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-5 {
        padding-top: 5px !important
    }
}

.margin-10 {
    margin: 10px !important
}

.margin-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.margin-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-top-10 {
    margin-top: 10px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.padding-10 {
    padding: 10px !important
}

.padding-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.padding-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.empty-div-10 {
    width: 100%;
    height: 10px !important
}

.font-size-down-10 {
    font-size: 90%
}

.font-size-up-10 {
    font-size: 110%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-10 {
        margin-bottom: 10px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-10 {
        margin-top: 10px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-10 {
        padding-bottom: 10px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-10 {
        padding-top: 10px !important
    }
}

.margin-15 {
    margin: 15px !important
}

.margin-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.margin-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-top-15 {
    margin-top: 15px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.padding-15 {
    padding: 15px !important
}

.padding-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.padding-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.empty-div-15 {
    width: 100%;
    height: 15px !important
}

.font-size-down-15 {
    font-size: 85%
}

.font-size-up-15 {
    font-size: 115%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-15 {
        margin-bottom: 15px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-15 {
        margin-top: 15px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-15 {
        padding-bottom: 15px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-15 {
        padding-top: 15px !important
    }
}

.margin-20 {
    margin: 20px !important
}

.margin-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.margin-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.padding-20 {
    padding: 20px !important
}

.padding-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.padding-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.empty-div-20 {
    width: 100%;
    height: 20px !important
}

.font-size-down-20 {
    font-size: 80%
}

.font-size-up-20 {
    font-size: 120%
}

@media (max-width:768px) {
    .container-council {
        padding: 0 !important;
    }
}

@media (max-width:1023px) {
    .mobile-margin-bottom-20 {
        margin-bottom: 20px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-20 {
        margin-top: 20px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-20 {
        padding-bottom: 20px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-20 {
        padding-top: 20px !important
    }
}

.margin-25 {
    margin: 25px !important
}

.margin-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.margin-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.margin-top-25 {
    margin-top: 25px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.padding-25 {
    padding: 25px !important
}

.padding-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.padding-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.empty-div-25 {
    width: 100%;
    height: 25px !important
}

.font-size-down-25 {
    font-size: 75%
}

.font-size-up-25 {
    font-size: 125%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-25 {
        margin-bottom: 25px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-25 {
        margin-top: 25px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-25 {
        padding-bottom: 25px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-25 {
        padding-top: 25px !important
    }
}

.margin-30 {
    margin: 30px !important
}

.margin-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.margin-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.margin-top-30 {
    margin-top: 30px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.padding-30 {
    padding: 30px !important
}

.padding-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.padding-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.empty-div-30 {
    width: 100%;
    height: 30px !important
}

.font-size-down-30 {
    font-size: 70%
}

.font-size-up-30 {
    font-size: 130%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-30 {
        margin-bottom: 30px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-30 {
        margin-top: 30px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-30 {
        padding-bottom: 30px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-30 {
        padding-top: 30px !important
    }
}

.margin-35 {
    margin: 35px !important
}

.margin-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.margin-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.margin-top-35 {
    margin-top: 35px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.padding-35 {
    padding: 35px !important
}

.padding-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.padding-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.empty-div-35 {
    width: 100%;
    height: 35px !important
}

.font-size-down-35 {
    font-size: 65%
}

.font-size-up-35 {
    font-size: 135%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-35 {
        margin-bottom: 35px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-35 {
        margin-top: 35px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-35 {
        padding-bottom: 35px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-35 {
        padding-top: 35px !important
    }
}

.margin-40 {
    margin: 40px !important
}

.margin-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.margin-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.margin-top-40 {
    margin-top: 40px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.padding-40 {
    padding: 40px !important
}

.padding-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.padding-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.empty-div-40 {
    width: 100%;
    height: 40px !important
}

.font-size-down-40 {
    font-size: 60%
}

.font-size-up-40 {
    font-size: 140%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-40 {
        margin-bottom: 40px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-40 {
        margin-top: 40px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-40 {
        padding-bottom: 40px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-40 {
        padding-top: 40px !important
    }
}

.margin-45 {
    margin: 45px !important
}

.margin-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.margin-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.margin-top-45 {
    margin-top: 45px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.padding-45 {
    padding: 45px !important
}

.padding-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.padding-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.empty-div-45 {
    width: 100%;
    height: 45px !important
}

.font-size-down-45 {
    font-size: 55%
}

.font-size-up-45 {
    font-size: 145%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-45 {
        margin-bottom: 45px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-45 {
        margin-top: 45px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-45 {
        padding-bottom: 45px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-45 {
        padding-top: 45px !important
    }
}

.margin-50 {
    margin: 50px !important
}

.margin-x-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.margin-y-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.margin-top-50 {
    margin-top: 50px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.padding-50 {
    padding: 50px !important
}

.padding-x-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.padding-y-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.empty-div-50 {
    width: 100%;
    height: 50px !important
}

.font-size-down-50 {
    font-size: 50%
}

.font-size-up-50 {
    font-size: 150%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-50 {
        margin-bottom: 50px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-50 {
        margin-top: 50px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-50 {
        padding-bottom: 50px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-50 {
        padding-top: 50px !important
    }
}

.margin-55 {
    margin: 55px !important
}

.margin-x-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.margin-y-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.margin-top-55 {
    margin-top: 55px
}

.margin-bottom-55 {
    margin-bottom: 55px
}

.padding-55 {
    padding: 55px !important
}

.padding-x-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.padding-y-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.empty-div-55 {
    width: 100%;
    height: 55px !important
}

.font-size-down-55 {
    font-size: 45%
}

.font-size-up-55 {
    font-size: 155%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-55 {
        margin-bottom: 55px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-55 {
        margin-top: 55px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-55 {
        padding-bottom: 55px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-55 {
        padding-top: 55px !important
    }
}

.margin-60 {
    margin: 60px !important
}

.margin-x-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.margin-y-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.margin-top-60 {
    margin-top: 60px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.padding-60 {
    padding: 60px !important
}

.padding-x-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.padding-y-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.empty-div-60 {
    width: 100%;
    height: 60px !important
}

.font-size-down-60 {
    font-size: 40%
}

.font-size-up-60 {
    font-size: 160%
}

@media (max-width:1023px) {
    .mobile-margin-bottom-60 {
        margin-bottom: 60px !important
    }
}

@media (max-width:1023px) {
    .mobile-margin-top-60 {
        margin-top: 60px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-bottom-60 {
        padding-bottom: 60px !important
    }
}

@media (max-width:1023px) {
    .mobile-padding-top-60 {
        padding-top: 60px !important
    }
}

.xlg-text {
    font-size: 460%;
    line-height: 1.2
}

.table-display {
    display: table
}

.table-cell-display {
    display: table-cell
}

.vertical-top {
    vertical-align: top
}

.vertical-middle {
    vertical-align: middle
}

.vertical-bottom {
    vertical-align: bottom
}

.left-sm-right-lg {
    text-align: right
}

@media (max-width:1023px) {
    .left-sm-right-lg {
        text-align: left
    }
}

.float-lg-right {
    float: right
}

@media (max-width:1023px) {
    .float-lg-right {
        float: inherit
    }
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.underlined {
    text-decoration: underline !important
}

    .underlined:hover {
        text-decoration: none !important
    }

.inline-items > h4 {
    display: inline
}

.inline-flex h4 {
    margin-top: 0
}

.inline-flex > * + * {
    margin-left: 12px
}

.inline-flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.list-items > * + * {
    margin-top: 8px
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.no-gutter-left {
    padding-left: 0
}

.no-gutter-right {
    padding-right: 0
}

.no-offsets > [class*=row] {
    margin-left: 0;
    margin-right: 0
}

.flex, .flex-row-wrap, .flex-row-wrap-council {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-children-block > :not(a) {
    display: block
}

.d-children-inline > * {
    display: inline
}

.d-children-inline-block > * {
    display: inline-block
}

.d-children-inline-block dt {
    position: relative;
    top: -6px
}

@media (max-width:768px) {
    .d-children-block-mobile > :not(a) {
        display: block !important
    }
}

.black-pearl-bg {
    background-color: #09162f !important
}

.downriver-bg {
    background-color: #0c3759 !important
}

.tory-bg {
    background-color: #164194 !important
}

.azure-bg {
    background-color: #346195 !important
}

.lochmara-bg {
    background-color: #0074bd !important
}

.hippie-bg {
    background-color: #6197ae !important
}

.boston-bg {
    background-color: #4195b4 !important
}

.shakespeare-bg {
    background-color: #47bcca !important
}

.monte-carlo-bg {
    background-color: #8dcfd7 !important
}

.jungle-mist-bg {
    background-color: #b7ced1 !important
}

.sail-bg {
    background-color: #b3d4fc !important
}

.deep-sea-bg {
    background-color: #008266 !important
}

.de-york-bg {
    background-color: #74c095 !important
}

.jungle-bg {
    background-color: #27b26b !important
}

.lima-bg {
    background-color: #83bb1c !important
}

.wattle-bg {
    background-color: #dfd14a !important
}

.monalisa-bg {
    background-color: #ffa800 !important
}

.tusk-bg {
    background-color: #f6f2cc !important
}

.blaze-bg {
    background-color: #f60 !important
}

.tawny-port-bg {
    background-color: #812346 !important
}

.stiletto-bg {
    background-color: #a03433 !important
}

.berry-bg {
    background-color: #900 !important
}

.chestnut-bg {
    background-color: #b94a48 !important
}

.torch-bg {
    background-color: #fd243f !important
}

.tall-poppy-bg {
    background-color: #b82925 !important
}

.river-bed-bg {
    background-color: #3f4a52 !important
}

.abbey-bg {
    background-color: #474c52 !important
}

.shuttle-bg {
    background-color: #5d6770 !important
}

.bali-hai-bg {
    background-color: #8eacb1 !important
}

.nobel-bg {
    background-color: #b5b5b5 !important
}

.skeptic-bg {
    background-color: #e2ebed !important
}

.iceberg-bg {
    background-color: #eff4f5 !important
}

.aqua-haze-bg {
    background-color: #f3f7f8 !important
}

.mystic-bg {
    background-color: #eef3f4 !important
}

.gray-mine-shaft-bg {
    background-color: #333 !important
}

.gray-dove-gray-bg {
    background-color: #666 !important
}

.gray-boulder-bg {
    background-color: #8a8a8a !important
}

.gray-silver-bg {
    background-color: #bababa !important
}

.gray-alto-bg {
    background-color: #ccc !important
}

.gray-pale-slate-bg {
    background-color: #d1d1d1 !important
}

.gray-mercury-bg {
    background-color: #e8e8e8 !important
}

.gray-wild-sand-bg {
    background-color: #f5f5f5 !important
}

.white-bg {
    background-color: #fff !important
}

.black-pearl-bg:after, .black-pearl-bg:before {
    background-color: #09162f !important
}

.downriver-bg:after, .downriver-bg:before {
    background-color: #0c3759 !important
}

.tory-bg:after, .tory-bg:before {
    background-color: #164194 !important
}

.azure-bg:after, .azure-bg:before {
    background-color: #346195 !important
}

.lochmara-bg:after, .lochmara-bg:before {
    background-color: #0074bd !important
}

.hippie-bg:after, .hippie-bg:before {
    background-color: #6197ae !important
}

.boston-bg:after, .boston-bg:before {
    background-color: #4195b4 !important
}

.shakespeare-bg:after, .shakespeare-bg:before {
    background-color: #47bcca !important
}

.monte-carlo-bg:after, .monte-carlo-bg:before {
    background-color: #8dcfd7 !important
}

.jungle-mist-bg:after, .jungle-mist-bg:before {
    background-color: #b7ced1 !important
}

.sail-bg:after, .sail-bg:before {
    background-color: #b3d4fc !important
}

.deep-sea-bg:after, .deep-sea-bg:before {
    background-color: #008266 !important
}

.de-york-bg:after, .de-york-bg:before {
    background-color: #74c095 !important
}

.jungle-bg:after, .jungle-bg:before {
    background-color: #27b26b !important
}

.lima-bg:after, .lima-bg:before {
    background-color: #83bb1c !important
}

.wattle-bg:after, .wattle-bg:before {
    background-color: #dfd14a !important
}

.monalisa-bg:after, .monalisa-bg:before {
    background-color: #ffa800 !important
}

.tusk-bg:after, .tusk-bg:before {
    background-color: #f6f2cc !important
}

.blaze-bg:after, .blaze-bg:before {
    background-color: #f60 !important
}

.tawny-port-bg:after, .tawny-port-bg:before {
    background-color: #812346 !important
}

.stiletto-bg:after, .stiletto-bg:before {
    background-color: #a03433 !important
}

.berry-bg:after, .berry-bg:before {
    background-color: #900 !important
}

.chestnut-bg:after, .chestnut-bg:before {
    background-color: #b94a48 !important
}

.torch-bg:after, .torch-bg:before {
    background-color: #fd243f !important
}

.tall-poppy-bg:after, .tall-poppy-bg:before {
    background-color: #b82925 !important
}

.abbey-bg:after, .abbey-bg:before {
    background-color: #474c52 !important
}

.shuttle-bg:after, .shuttle-bg:before {
    background-color: #5d6770 !important
}

.bali-hai-bg:after, .bali-hai-bg:before {
    background-color: #8eacb1 !important
}

.nobel-bg:after, .nobel-bg:before {
    background-color: #b5b5b5 !important
}

.iceberg-bg:after, .iceberg-bg:before {
    background-color: #eff4f5 !important
}

.aqua-haze-bg:after, .aqua-haze-bg:before {
    background-color: #f3f7f8 !important
}

.gray-mine-shaft-bg:after, .gray-mine-shaft-bg:before {
    background-color: #333 !important
}

.gray-dove-gray-bg:after, .gray-dove-gray-bg:before {
    background-color: #666 !important
}

.gray-boulder-bg:after, .gray-boulder-bg:before {
    background-color: #8a8a8a !important
}

.gray-silver-bg:after, .gray-silver-bg:before {
    background-color: #bababa !important
}

.gray-alto-bg:after, .gray-alto-bg:before {
    background-color: #ccc !important
}

.gray-pale-slate-bg:after, .gray-pale-slate-bg:before {
    background-color: #d1d1d1 !important
}

.gray-mercury-bg:after, .gray-mercury-bg:before {
    background-color: #e8e8e8 !important
}

.skeptic-bg:after, .skeptic-bg:before {
    background-color: #e2ebed !important
}

.gray-wild-sand-bg:after, .gray-wild-sand-bg:before {
    background-color: #f5f5f5 !important
}

.river-bed-bg:after, .river-bed-bg:before {
    background-color: #3f4a52 !important
}

@media (max-width:1023px) {
    .transparent-bg-sm {
        background-color: transparent !important
    }
}

@media (max-width:768px) {
    .transparent-bg-sm {
        background-color: transparent !important
    }
}

.black-pearl-color {
    color: #09162f !important
}

.downriver-color {
    color: #0c3759 !important
}

.tory-color {
    color: #164194 !important
}

.azure-color {
    color: #346195 !important
}

.lochmara-color {
    color: #0074bd !important
}

.hippie-color {
    color: #6197ae !important
}

.boston-color {
    color: #4195b4 !important
}

.shakespeare-color {
    color: #47bcca !important
}

.monte-carlo-color {
    color: #8dcfd7 !important
}

.jungle-mist-color {
    color: #b7ced1 !important
}

.sail-color {
    color: #b3d4fc !important
}

.deep-sea-color {
    color: #008266 !important
}

.de-york-color {
    color: #74c095 !important
}

.jungle-color {
    color: #27b26b !important
}

.lima-color {
    color: #83bb1c !important
}

.wattle-color {
    color: #dfd14a !important
}

.monalisa-color {
    color: #ffa800 !important
}

.tusk-color {
    color: #f6f2cc !important
}

.blaze-color {
    color: #f60 !important
}

.tawny-port-color {
    color: #812346 !important
}

.stiletto-color {
    color: #a03433 !important
}

.berry-color {
    color: #900 !important
}

.chestnut-color {
    color: #b94a48 !important
}

.torch-color {
    color: #fd243f !important
}

.tall-poppy-color {
    color: #b82925 !important
}

.river-bed-color {
    color: #3f4a52 !important
}

.abbey-color {
    color: #474c52 !important
}

.shuttle-color {
    color: #5d6770 !important
}

.bali-hai-color {
    color: #8eacb1 !important
}

.nobel-color {
    color: #b5b5b5 !important
}

.skeptic-color {
    color: #e2ebed !important
}

.iceberg-color {
    color: #eff4f5 !important
}

.aqua-haze-color {
    color: #f3f7f8 !important
}

.mystic-color {
    color: #eef3f4 !important
}

.gray-mine-shaft-color {
    color: #333 !important
}

.gray-dove-gray-color {
    color: #666 !important
}

.gray-boulder-color {
    color: #8a8a8a !important
}

.gray-silver-color {
    color: #bababa !important
}

.gray-alto-color {
    color: #ccc !important
}

.gray-pale-slate-color {
    color: #d1d1d1 !important
}

.gray-mercury-color {
    color: #e8e8e8 !important
}

.gray-wild-sand-color {
    color: #f5f5f5 !important
}

.white-color {
    color: #fff !important
}

a.white-color:focus, a.white-color:hover {
    color: #fff
}

.black-pearl-border {
    border-color: #09162f !important
}

.downriver-border {
    border-color: #0c3759 !important
}

.tory-border {
    border-color: #164194 !important
}

.azure-border {
    border-color: #346195 !important
}

.lochmara-border {
    border-color: #0074bd !important
}

.hippie-border {
    border-color: #6197ae !important
}

.boston-border {
    border-color: #4195b4 !important
}

.shakespeare-border {
    border-color: #47bcca !important
}

.monte-carlo-border {
    border-color: #8dcfd7 !important
}

.jungle-mist-border {
    border-color: #b7ced1 !important
}

.sail-border {
    border-color: #b3d4fc !important
}

.deep-sea-border {
    border-color: #008266 !important
}

.de-york-border {
    border-color: #74c095 !important
}

.jungle-border {
    border-color: #27b26b !important
}

.lima-border {
    border-color: #83bb1c !important
}

.wattle-border {
    border-color: #dfd14a !important
}

.monalisa-border {
    border-color: #ffa800 !important
}

.tusk-border {
    border-color: #f6f2cc !important
}

.blaze-border {
    border-color: #f60 !important
}

.tawny-port-border {
    border-color: #812346 !important
}

.stiletto-border {
    border-color: #a03433 !important
}

.berry-border {
    border-color: #900 !important
}

.chestnut-border {
    border-color: #b94a48 !important
}

.torch-border {
    border-color: #fd243f !important
}

.tall-poppy-border {
    border-color: #b82925 !important
}

.river-bed-border {
    border-color: #3f4a52 !important
}

.abbey-border {
    border-color: #474c52 !important
}

.shuttle-border {
    border-color: #5d6770 !important
}

.bali-hai-border {
    border-color: #8eacb1 !important
}

.nobel-border {
    border-color: #b5b5b5 !important
}

.skeptic-border {
    border-color: #e2ebed !important
}

.iceberg-border {
    border-color: #eff4f5 !important
}

.aqua-haze-border {
    border-color: #f3f7f8 !important
}

.mystic-border {
    border-color: #eef3f4 !important
}

.gray-mine-shaft-border {
    border-color: #333 !important
}

.gray-dove-gray-border {
    border-color: #666 !important
}

.gray-boulder-border {
    border-color: #8a8a8a !important
}

.gray-silver-border {
    border-color: #bababa !important
}

.gray-alto-border {
    border-color: #ccc !important
}

.gray-pale-slate-border {
    border-color: #d1d1d1 !important
}

.gray-mercury-border {
    border-color: #e8e8e8 !important
}

.gray-wild-sand-border {
    border-color: #f5f5f5 !important
}

.ceu.taxonomy-background-color, .ceu .taxonomy-background-color, .ceu.taxonomy-background-color-pseudo:after, .ceu .taxonomy-background-color-pseudo:after, .ceu.taxonomy-background-color-pseudo:before, .ceu .taxonomy-background-color-pseudo:before {
    background-color: #8dcfd7
}

.euco.taxonomy-background-color, .euco .taxonomy-background-color, .euco.taxonomy-background-color-pseudo:after, .euco .taxonomy-background-color-pseudo:after, .euco.taxonomy-background-color-pseudo:before, .euco .taxonomy-background-color-pseudo:before {
    background-color: #0074bd
}

.eg.taxonomy-background-color, .eg .taxonomy-background-color, .eg.taxonomy-background-color-pseudo:after, .eg .taxonomy-background-color-pseudo:after, .eg.taxonomy-background-color-pseudo:before, .eg .taxonomy-background-color-pseudo:before, .es.taxonomy-background-color, .es .taxonomy-background-color, .es.taxonomy-background-color-pseudo:after, .es .taxonomy-background-color-pseudo:after, .es.taxonomy-background-color-pseudo:before, .es .taxonomy-background-color-pseudo:before {
    background-color: #008266
}

.gsc.taxonomy-background-color, .gsc .taxonomy-background-color, .gsc.taxonomy-background-color-pseudo:after, .gsc .taxonomy-background-color-pseudo:after, .gsc.taxonomy-background-color-pseudo:before, .gsc .taxonomy-background-color-pseudo:before {
    background-color: #b5b5b5
}

.ceu.taxonomy-border-color, .ceu .taxonomy-border-color, .ceu.taxonomy-border-color-pseudo:after, .ceu .taxonomy-border-color-pseudo:after, .ceu.taxonomy-border-color-pseudo:before, .ceu .taxonomy-border-color-pseudo:before {
    border-color: #8dcfd7
}

.euco.taxonomy-border-color, .euco .taxonomy-border-color, .euco.taxonomy-border-color-pseudo:after, .euco .taxonomy-border-color-pseudo:after, .euco.taxonomy-border-color-pseudo:before, .euco .taxonomy-border-color-pseudo:before {
    border-color: #0074bd
}

.eg.taxonomy-border-color, .eg .taxonomy-border-color, .eg.taxonomy-border-color-pseudo:after, .eg .taxonomy-border-color-pseudo:after, .eg.taxonomy-border-color-pseudo:before, .eg .taxonomy-border-color-pseudo:before, .es.taxonomy-border-color, .es .taxonomy-border-color, .es.taxonomy-border-color-pseudo:after, .es .taxonomy-border-color-pseudo:after, .es.taxonomy-border-color-pseudo:before, .es .taxonomy-border-color-pseudo:before {
    border-color: #008266
}

.gsc.taxonomy-border-color, .gsc .taxonomy-border-color, .gsc.taxonomy-border-color-pseudo:after, .gsc .taxonomy-border-color-pseudo:after, .gsc.taxonomy-border-color-pseudo:before, .gsc .taxonomy-border-color-pseudo:before {
    border-color: #b5b5b5
}

.ceu.taxonomy-color, .ceu .taxonomy-color, .ceu.taxonomy-color-pseudo:after, .ceu .taxonomy-color-pseudo:after, .ceu.taxonomy-color-pseudo:before, .ceu .taxonomy-color-pseudo:before {
    color: #8dcfd7
}

.euco.taxonomy-color, .euco .taxonomy-color, .euco.taxonomy-color-pseudo:after, .euco .taxonomy-color-pseudo:after, .euco.taxonomy-color-pseudo:before, .euco .taxonomy-color-pseudo:before {
    color: #0074bd
}

.eg.taxonomy-color, .eg .taxonomy-color, .eg.taxonomy-color-pseudo:after, .eg .taxonomy-color-pseudo:after, .eg.taxonomy-color-pseudo:before, .eg .taxonomy-color-pseudo:before, .es.taxonomy-color, .es .taxonomy-color, .es.taxonomy-color-pseudo:after, .es .taxonomy-color-pseudo:after, .es.taxonomy-color-pseudo:before, .es .taxonomy-color-pseudo:before {
    color: #008266
}

.gsc.taxonomy-color, .gsc .taxonomy-color, .gsc.taxonomy-color-pseudo:after, .gsc .taxonomy-color-pseudo:after, .gsc.taxonomy-color-pseudo:before, .gsc .taxonomy-color-pseudo:before {
    color: #b5b5b5
}

.flex-row-wrap, .flex-row-wrap-council {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.border-b-1 {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px
}

.border-b-4 {
    border-bottom: 4px solid transparent;
    padding-bottom: 1px
}

.pos-r {
    position: relative !important
}

.auto-height {
    height: auto !important
}

.overflow-h {
    overflow: hidden !important
}

.no-bt {
    border-top: 0
}

.no-br {
    border-right: 0
}

.no-bb {
    border-bottom: 0
}

.no-bl {
    border-left: 0
}

.thumbnail-c, .thumbnail-r {
    border: 8px solid transparent
}

    .thumbnail-c figcaption, .thumbnail-r figcaption {
        font-size: 90%;
        line-height: 1.2
    }

    .thumbnail-c a > img, .thumbnail-r a > img {
        transition: all .2s ease-in-out;
        border-bottom: 4px solid #b5b5b5;
        opacity: 1
    }

    .thumbnail-c a:hover > img, .thumbnail-r a:hover > img {
        opacity: .5;
        border-bottom-color: #696868
    }

    .thumbnail-r a {
        color: #d2d2d2
    }

        .thumbnail-r a > img {
            border-bottom-color: #b5b5b5
        }

    .thumbnail-r .btn-play-square {
        bottom: 4px
    }

.alert-warning-red-text {
    color: #b82925
}

.steps-section {
    display: table;
    table-layout: fixed;
    width: 100%
}

    .steps-section .steps-list {
        list-style: none;
        display: table-row;
        margin: 0;
        padding: 0
    }

        .steps-section .steps-list li {
            list-style: none;
            display: table-cell;
            text-align: center;
            position: relative
        }

            .steps-section .steps-list li .mid-line {
                height: 3px;
                width: 100%;
                background-color: #d1d1d1;
                position: absolute;
                top: 28%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

@media (max-width:768px) {
    .steps-section .steps-list li .mid-line {
        top: 50%
    }
}

.steps-section .steps-list li .step-number {
    background: #d1d1d1;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

@media (max-width:768px) {
    .steps-section .steps-list li .step-number {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: .85rem
    }
}

.steps-section .steps-list li .step-text {
    color: #d1d1d1;
    font-size: .85rem;
    margin-top: 10px
}

.steps-section .steps-list li.current-step .mid-line, .steps-section .steps-list li.current-step .step-number {
    background: #5d6770
}

.steps-section .steps-list li.current-step .step-text {
    color: #5d6770
}

.steps-section .steps-list li.prev-step .mid-line, .steps-section .steps-list li.prev-step .step-number {
    background: #74c095
}

.steps-section .steps-list li.prev-step .step-text {
    color: #74c095
}

.igc-list > li {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px
}

    .igc-list > li a {
        padding-top: 5px;
        padding-bottom: 5px;
        display: block
    }

.igc-list .result-date {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-decoration: inherit
}

@media (max-width:1023px) {
    .igc-list .result-date {
        width: 49%
    }
}

.igc-list .butExpand {
    margin-top: 10px;
    cursor: pointer
}

.igc-list ul.expand {
    padding-left: 0
}

    .igc-list ul.expand li {
        border-bottom: 0 solid #fff;
        line-height: 1;
        list-style-type: none
    }

        .igc-list ul.expand li.active {
            font-weight: 700
        }

        .igc-list ul.expand li a:hover * {
            text-decoration: underline
        }

main .inner {
    margin: 0 14.52991452991453%;
    position: relative;
}

.nav-tabs > li > a {
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding-right: 8px;
    padding-left: 12px;
    margin-right: 2px;
}

    .nav-tabs > li > a:hover {
        background: #e8e8e8
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.tab-content {
    padding: 1.5rem 1rem;
    border-top: none
}

.skip-to-content-btn {
    position: absolute;
    left: 50%;
    top: -2.5em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap
}

    .skip-to-content-btn:focus {
        top: 0;
        background: #164194;
        color: #fff
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .dropdown-council .dropdown-toggle:focus, .group-icon-list a:focus span, .navbar-default .navbar-nav a:focus, .slick-next:focus, .slick-prev:focus, a:focus {
    outline-style: auto;
    outline-color: -webkit-focus-ring-color;
    outline-width: 2px
}

.cookie-section {
    box-shadow: 0 2px 3px 0 1px rgba(0,0,0,.16) #000;
    padding: .9em 0 2.15em;
    background-color: #f5f5f5
}

    .cookie-section p {
        font-size: .9em;
        margin-bottom: 1.39em
    }

        .cookie-section p a {
            text-decoration: underline
        }

            .cookie-section p a:hover {
                text-decoration: none
            }

    .cookie-section .btn-light, .cookie-section .btn-link, .cookie-section .btn-tag, .cookie-section .btn-time, .cookie-section .btn-topic {
        font-size: 1.125em;
        border-radius: 4px;
        padding: 8px 14px
    }

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .slick-track {
    margin-left: auto;
    margin-right: auto
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .select2-dropdown {
    z-index: 45
}

.select2-close-mask {
    z-index: 39
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .select2-dropdown {
    z-index: 55
}

.select2-close-mask {
    z-index: 49
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .select2-dropdown {
    z-index: 65
}

.select2-close-mask {
    z-index: 59
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .select2-dropdown {
    z-index: 75
}

.select2-close-mask {
    z-index: 69
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .select2-dropdown {
    z-index: 85
}

.select2-close-mask {
    z-index: 79
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .select2-dropdown {
    z-index: 95
}

.select2-close-mask {
    z-index: 89
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .select2-dropdown {
    z-index: 105;
    z-index: 115;
    z-index: 125;
    z-index: 135
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 145
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(180deg,#eee 50%,#ccc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg,#fff,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ""
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */ .yamm .collapse, .yamm .dropdown, .yamm .dropup, .yamm .nav {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .yamm-content {
    padding: 20px 20px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 20px;
    right: 20px;
}
/* OLD - use different iconfont fonts
    @font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont/iconfont.eot?cqms34);
    src: url(../fonts/iconfont/iconfont.eot?cqms34#iefix) format("embedded-opentype"),
        url(../fonts/iconfont/iconfont.ttf?cqms34) format("truetype"),
        url(../fonts/iconfont/iconfont.woff?cqms34) format("woff"),
        url(../fonts/iconfont/iconfont.svg?cqms34#iconfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"], [class^=icon-] {
    font-family: iconfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    [class*=" icon-"].pull-left, [class^=icon-].pull-left {
        margin-right: .3em
    }

.no-icon-indent {
    padding-left: 20px
}

.icon-muted {
    color: #eee
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #3f4a52
}

.icon-border {
    border: 1px solid #eee;
    padding: .2em .25em .15em;
    border-radius: 3px
}

.icon-white {
    color: #fff
}

.icon-size2 {
    font-size: 1.3em
}

.icon-size3 {
    font-size: 1.5em
}

.icon-2x, .icon-size4 {
    font-size: 1.4em
}

.icon-chevron-down {
    font-family: FontAwesome !important;
}

#socialTemplate .icon-2x, #socialTemplate .icon-size4 {
    font-size: 2em
}

.icon-18 {
    font-size: 1.125em
}

.icon-22 {
    font-size: 1.375em
}

.icon-left {
    margin-right: .3125em
}

.icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px
}

.icon-3x {
    font-size: 3em
}

    .icon-3x.icon-border {
        border-width: 3px;
        border-radius: 5px
    }

.icon-4x {
    font-size: 4em
}

    .icon-4x.icon-border {
        border-width: 4px;
        border-radius: 6px
    }

.icon-5x {
    font-size: 5em
}

    .icon-5x.icon-border {
        border-width: 5px;
        border-radius: 7px
    }

.icon-pr-email:before {
    content: "\e903"
}

.icon-pr-facebook:before {
    content: "\e913"
}

.icon-linkedin2:before {
    content: "\eaca";
}

.icon-pr-flickr:before {
    content: "\e914"
}

.icon-pr-google:before {
    content: "\e915"
}

.icon-pr-instagram:before {
    content: "\e92b"
}

.icon-pr-pinterest:before {
    content: "\e92c"
}

.icon-pr-twitter:before {
    content: "\e933"
}

.icon-pr-youtube:before {
    content: "\e934"
}

.icon-arrow-menu .path1:before {
    content: "\e912";
    color: #fff
}

.icon-arrow-menu .path2:before {
    content: "\e916";
    margin-left: -1em;
    color: #000
}

.icon-unlock-alt:before {
    content: "\e902"
}

.icon-phone:before {
    content: "\e942"
}

.icon-bell-alt:before {
    content: "\e951"
}

.icon-download-alt:before {
    content: "\e960"
}

.icon-upload2:before {
    content: "\e961"
}

.icon-undo:before {
    content: "\e967"
}

.icon-redo:before {
    content: "\e968"
}

.icon-forward:before {
    content: "\e969"
}

.icon-reply:before {
    content: "\e96a"
}

.icon-bubbles:before {
    content: "\e96c"
}

.icon-user:before {
    content: "\e971"
}

.icon-users:before {
    content: "\e972"
}

.icon-switch:before {
    content: "\e9b6"
}

.icon-menu:before {
    content: "\e9bd"
}

.icon-cloud-download:before {
    content: "\e9c2"
}

.icon-cloud-upload:before {
    content: "\e9c3"
}

.icon-cloud-check:before {
    content: "\e9c4"
}

.icon-earth:before {
    content: "\e9ca"
}

.icon-link:before {
    content: "\e9cb"
}

.icon-eye:before {
    content: "\e9ce"
}

.icon-eye-plus:before {
    content: "\e9cf"
}

.icon-eye-minus:before {
    content: "\e9d0"
}

.icon-eye-blocked:before {
    content: "\e9d1"
}

.icon-plus:before {
    content: "\ea0a"
}

.icon-minus:before {
    content: "\ea0b"
}

.icon-cancel-circle:before {
    content: "\ea0d"
}

.icon-blocked:before {
    content: "\ea0e"
}

.icon-remove:before {
    content: "\ea0f"
}

.icon-checkmark:before {
    content: "\ea10"
}

.icon-play-circle:before {
    content: "\ea15"
}

.icon-pause:before {
    content: "\ea16"
}

.icon-stop:before {
    content: "\ea17"
}

.icon-previous:before {
    content: "\ea18"
}

.icon-next:before {
    content: "\ea19"
}

.icon-backward:before {
    content: "\ea1a"
}

.icon-forward2:before {
    content: "\ea1b"
}

.icon-play:before {
    content: "\ea1c"
}

.icon-arrow-up-2:before {
    content: "\ea3a"
}

.icon-arrow-right-2:before {
    content: "\ea3c"
}

.icon-arrow-down-2:before {
    content: "\ea3e"
}

.icon-arrow-left-2:before {
    content: "\ea40"
}

.icon-circle-up:before {
    content: "\ea41"
}

.icon-circle-right:before {
    content: "\ea42"
}

.icon-circle-down:before {
    content: "\ea43"
}

.icon-circle-left:before {
    content: "\ea44"
}

.icon-checkbox-checked:before {
    content: "\ea52"
}

.icon-empty-circle:before {
    content: "\ea56"
}

.icon-share:before {
    content: "\ea7d"
}

.icon-code:before {
    content: "\ea80"
}

.icon-share2:before {
    content: "\ea82"
}

.icon-google-plus:before {
    content: "\ea8b"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-rss:before {
    content: "\ea9b"
}

.icon-youtube:before {
    content: "\ea9e"
}

.icon-flickr:before {
    content: "\eaa4"
}

.icon-alarm:before {
    content: "\e855"
}

.icon-schedule:before {
    content: "\e8b5"
}

.icon-plus-sign-alt:before {
    content: "\e146"
}

.icon-add-circle:before {
    content: "\e147"
}

.icon-control_point:before {
    content: "\e3ba"
}

.icon-adjust:before {
    content: "\e39e"
}

.icon-arrow_back:before {
    content: "\e5c4"
}

.icon-arrow_downward:before {
    content: "\e5db"
}

.icon-arrow_drop_down:before {
    content: "\e5c5"
}

.icon-arrow_drop_up:before {
    content: "\e5c7"
}

.icon-arrow_forward:before {
    content: "\e5c8"
}

.icon-arrow_upward:before {
    content: "\e5d8"
}

.icon-aspect_ratio:before {
    content: "\e85b"
}

.icon-assignment:before {
    content: "\e85d"
}

.icon-assignment_return:before {
    content: "\e860"
}

.icon-assignment_returned:before {
    content: "\e861"
}

.icon-attach_file:before {
    content: "\e226"
}

.icon-attachment:before {
    content: "\e2bc"
}

.icon-autorenew:before {
    content: "\e863"
}

.icon-av_timer:before {
    content: "\e01b"
}

.icon-cloud_upload:before {
    content: "\e2c3"
}

.icon-remove-sign:before {
    content: "\e5c9"
}

.icon-ok-sign:before {
    content: "\e86c"
}

.icon-format_quote:before {
    content: "\e244"
}

.icon-help:before {
    content: "\e887"
}

.icon-help_outline:before {
    content: "\e8fd"
}

.icon-highlight_off:before {
    content: "\e888"
}

.icon-lock2:before {
    content: "\e897"
}

.icon-input:before {
    content: "\e890"
}

.icon-caret-right:before {
    content: "\e900"
}

.icon-caret-left:before {
    content: "\e901"
}

.icon-file-text-alt:before {
    content: "\e918"
}

.icon-file-text:before {
    content: "\e919"
}

.icon-windows:before {
    content: "\e91a"
}

.icon-android:before {
    content: "\e91b"
}

.icon-apple:before {
    content: "\e91c"
}

.icon-refresh:before {
    content: "\e91d"
}

.icon-repeat:before {
    content: "\e91e"
}

.icon-calendar-check:before {
    content: "\e91f"
}

.icon-calendar-cancel:before {
    content: "\e920"
}

.icon-calendar-minus:before {
    content: "\e921"
}

.icon-calendar-plus:before {
    content: "\e922"
}

.icon-calendar-alt:before {
    content: "\e923"
}

.icon-calendar:before {
    content: "\e924"
}

.icon-unlock:before {
    content: "\e925"
}

.icon-lock:before {
    content: "\e926"
}

.icon-double-arrow-down:before {
    content: "\e927"
}

.icon-double-arrow-up:before {
    content: "\e928"
}

.icon-double-angle-right:before {
    content: "\e929"
}

.icon-double-angle-left:before {
    content: "\e92a"
}

.icon-chevron-circle-down:before {
    content: "\e92d"
}

.icon-chevron-circle-up:before {
    content: "\e92e"
}

.icon-chevron-circle-right:before {
    content: "\e92f"
}

.icon-chevron-circle-left:before {
    content: "\e930"
}

.icon-circle-blank:before {
    content: "\e931"
}

.icon-circle-arrow-down:before {
    content: "\e932"
}

.icon-circle-arrow-up:before {
    content: "\e935"
}

.icon-arrow-circle-right-2:before {
    content: "\e936"
}

.icon-arrow-circle-left-2:before {
    content: "\e937"
}

.icon-info-sign:before {
    content: "\e938"
}

.icon-play3:before {
    content: "\e939"
}

.icon-upload:before {
    content: "\e93a"
}

.icon-download:before {
    content: "\e93b"
}

.icon-minus-circle:before {
    content: "\e93c"
}

.icon-play-circle-full:before {
    content: "\e93d"
}

.icon-plus-circle:before {
    content: "\e93e"
}

.icon-question-circle:before {
    content: "\e93f"
}

.icon-circle:before {
    content: "\e940"
}

.icon-arrow-circle-left:before {
    content: "\e941"
}

.icon-arrow-circle-right:before {
    content: "\e943"
}

.icon-envelope-alt:before {
    content: "\e946"
}

.icon-envelope:before {
    content: "\e947"
}

.icon-search:before {
    content: "\e911"
}

.icon-arrow-thin-up:before {
    content: "\e904"
}

.icon-arrow-thin-right:before {
    content: "\e905"
}

.icon-arrow-thin-left:before {
    content: "\e906"
}

.icon-arrow-thin-down:before {
    content: "\e907"
}

.icon-arrow-small-up:before {
    content: "\e908"
}

.icon-arrow-small-right:before {
    content: "\e909"
}

.icon-arrow-small-left:before {
    content: "\e90a"
}

.icon-arrow-small-down:before {
    content: "\e90b"
}

.icon-angle-right:before {
    content: "\e90c"
}

.icon-angle-left:before {
    content: "\e90d"
}

.icon-angle-down:before {
    content: "\e90e"
}

.icon-arrow-up:before {
    content: "\e90f"
}

.icon-mail-add:before {
    content: "\e917"
}

.icon-envelope-open:before {
    content: "\e910"
}*/
@font-face {
    font-family: 'iconfont';
    src: url("../../fonts/iconfont/iconfont.eot?cqms34");
    src: url("../../fonts/iconfont/iconfont.eot?cqms34#iefix") format("embedded-opentype"), url("../../fonts/iconfont/iconfont.ttf?cqms34") format("truetype"), url("../../fonts/iconfont/iconfont.woff?cqms34") format("woff"), url("../../fonts/iconfont/iconfont.svg?cqms34#iconfont") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    [class^="icon-"].pull-left, [class*=" icon-"].pull-left {
        margin-right: .3em
    }

.no-icon-indent {
    padding-left: 20px
}

.icon-muted {
    color: #eeeeee
}

.icon-light {
    color: #ffffff
}

.icon-dark {
    color: #3F4a52
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: 0.2em 0.25em 0.15em;
    border-radius: 3px
}

.icon-white {
    color: white
}

.icon-size2 {
    font-size: 1.3em
}

.icon-size3 {
    font-size: 1.5em
}

.icon-size4 {
    font-size: 1.4em
}

.icon-2x {
    font-size: 1.4em
}

.icon-18 {
    font-size: 1.125em
}

.icon-22 {
    font-size: 1.375em
}

.icon-left {
    margin-right: .3125em
}

.icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px
}

.icon-3x {
    font-size: 3em
}

    .icon-3x.icon-border {
        border-width: 3px;
        border-radius: 5px
    }

.icon-4x {
    font-size: 4em
}

    .icon-4x.icon-border {
        border-width: 4px;
        border-radius: 6px
    }

.icon-5x {
    font-size: 5em
}

    .icon-5x.icon-border {
        border-width: 5px;
        border-radius: 7px
    }

.icon-pr-email:before {
    content: "\e903"
}

.icon-pr-facebook:before {
    content: "\e913"
}

.icon-pr-flickr:before {
    content: "\e914"
}

.icon-pr-google:before {
    content: "\e915"
}

.icon-pr-instagram:before {
    content: "\e92c"
}

.icon-pr-pinterest:before {
    content: "\e92d"
}

.icon-pr-twitter:before {
    content: "\e934"
}

.icon-pr-youtube:before {
    content: "\e938"
}

.icon-arrow-menu .path1:before {
    content: "\e912";
    color: #fff
}

.icon-arrow-menu .path2:before {
    content: "\e916";
    margin-left: -1em;
    color: #000
}

.icon-unlock-alt:before {
    content: "\e902"
}

.icon-phone:before {
    content: "\e943"
}

.icon-av_timer:before {
    content: "\e01b"
}

.icon-plus-sign-alt:before {
    content: "\e146"
}

.icon-add-circle:before {
    content: "\e147"
}

.icon-attach_file:before {
    content: "\e226"
}

.icon-format_quote:before {
    content: "\e244"
}

.icon-attachment:before {
    content: "\e2bc"
}

.icon-cloud_upload:before {
    content: "\e2c3"
}

.icon-adjust:before {
    content: "\e39e"
}

.icon-control_point:before {
    content: "\e3ba"
}

.icon-arrow_back:before {
    content: "\e5c4"
}

.icon-arrow_drop_down:before {
    content: "\e5c5"
}

.icon-arrow_drop_up:before {
    content: "\e5c7"
}

.icon-arrow_forward:before {
    content: "\e5c8"
}

.icon-remove-sign:before {
    content: "\e5c9"
}

.icon-arrow_upward:before {
    content: "\e5d8"
}

.icon-arrow_downward:before {
    content: "\e5db"
}

.icon-alarm:before {
    content: "\e855"
}

.icon-aspect_ratio:before {
    content: "\e85b"
}

.icon-assignment:before {
    content: "\e85d"
}

.icon-assignment_return:before {
    content: "\e860"
}

.icon-assignment_returned:before {
    content: "\e861"
}

.icon-autorenew:before {
    content: "\e863"
}

.icon-ok-sign:before {
    content: "\e86c"
}

.icon-help:before {
    content: "\e887"
}

.icon-highlight_off:before {
    content: "\e888"
}

.icon-input:before {
    content: "\e890"
}

.icon-lock2:before {
    content: "\e897"
}

.icon-schedule:before {
    content: "\e8b5"
}

.icon-help_outline:before {
    content: "\e8fd"
}

.icon-caret-right:before {
    content: "\e900"
}

.icon-caret-left:before {
    content: "\e901"
}

.icon-arrow-thin-up:before {
    content: "\e904"
}

.icon-arrow-thin-right:before {
    content: "\e905"
}

.icon-arrow-thin-left:before {
    content: "\e906"
}

.icon-arrow-thin-down:before {
    content: "\e907"
}

.icon-arrow-small-up:before {
    content: "\e908"
}

.icon-arrow-small-right:before {
    content: "\e909"
}

.icon-arrow-small-left:before {
    content: "\e90a"
}

.icon-arrow-small-down:before {
    content: "\e90b"
}

.icon-angle-right:before {
    content: "\e90c"
}

.icon-angle-left:before {
    content: "\e90d"
}

.icon-angle-down:before {
    content: "\e90e"
}

.icon-arrow-up:before {
    content: "\e90f"
}

.icon-envelope-open:before {
    content: "\e910"
}

.icon-search:before {
    content: "\e911"
}

.icon-mail-add:before {
    content: "\e917"
}

.icon-file-text-alt:before {
    content: "\e918"
}

.icon-file-text:before {
    content: "\e919"
}

.icon-windows:before {
    content: "\e91a"
}

.icon-android:before {
    content: "\e91b"
}

.icon-apple:before {
    content: "\e91c"
}

.icon-refresh:before {
    content: "\e91d"
}

.icon-repeat:before {
    content: "\e91e"
}

.icon-calendar-check:before {
    content: "\e920"
}

.icon-calendar-cancel:before {
    content: "\e921"
}

.icon-calendar-minus:before {
    content: "\e922"
}

.icon-calendar-plus:before {
    content: "\e923"
}

.icon-calendar-alt:before {
    content: "\e924"
}

.icon-calendar:before {
    content: "\e925"
}

.icon-unlock:before {
    content: "\e926"
}

.icon-lock:before {
    content: "\e927"
}

.icon-double-arrow-down:before {
    content: "\e928"
}

.icon-double-arrow-up:before {
    content: "\e929"
}

.icon-double-angle-right:before {
    content: "\e92a"
}

.icon-double-angle-left:before {
    content: "\e92b"
}

.icon-chevron-circle-down:before {
    content: "\e92e"
}

.icon-chevron-circle-up:before {
    content: "\e92f"
}

.icon-chevron-circle-right:before {
    content: "\e930"
}

.icon-chevron-circle-left:before {
    content: "\e933"
}

.icon-circle-blank:before {
    content: "\e931"
}

.icon-circle-arrow-down:before {
    content: "\e932"
}

.icon-circle-arrow-up:before {
    content: "\e935"
}

.icon-arrow-circle-right-2:before {
    content: "\e936"
}

.icon-arrow-circle-left-2:before {
    content: "\e937"
}

.icon-info-sign:before {
    content: "\e939"
}

.icon-play:before {
    /*content: "\e93a"*/
    content: "\ea1c";
}

.icon-arrow-circle-up:before {
    content: "\e93c"
}

.icon-download:before {
    content: "\e93b"
}

.icon-minus-circle:before {
    content: "\e93d"
}

.icon-play-circle-full:before {
    content: "\e93f"
}

.icon-plus-circle:before {
    content: "\e93e"
}

.icon-question-circle:before {
    content: "\e940"
}

.icon-circle:before {
    content: "\e941"
}

.icon-arrow-circle-left:before {
    content: "\e942"
}

.icon-arrow-circle-right:before {
    content: "\e944"
}

.icon-envelope-alt:before {
    content: "\e946"
}

.icon-envelope:before {
    content: "\e947"
}

.icon-bell-alt:before {
    content: "\e951"
}

.icon-download-alt:before {
    content: "\e960"
}

.icon-upload:before {
    content: "\e961"
}

.icon-undo:before {
    content: "\e967"
}

.icon-redo:before {
    content: "\e968"
}

.icon-forward:before {
    content: "\e969"
}

.icon-reply:before {
    content: "\e96a"
}

.icon-bubbles:before {
    content: "\e96c"
}

.icon-user:before {
    content: "\e971"
}

.icon-users:before {
    content: "\e972"
}

.icon-switch:before {
    content: "\e9b6"
}

.icon-menu:before {
    content: "\e9bd"
}

.icon-cloud-download:before {
    content: "\e9c2"
}

.icon-cloud-upload:before {
    content: "\e9c3"
}

.icon-cloud-check:before {
    content: "\e9c4"
}

.icon-earth:before {
    content: "\e9ca"
}

.icon-link:before {
    content: "\e9cb"
}

.icon-eye:before {
    content: "\e9ce"
}

.icon-eye-plus:before {
    content: "\e9cf"
}

.icon-eye-minus:before {
    content: "\e9d0"
}

.icon-eye-blocked:before {
    content: "\e9d1"
}

.icon-plus:before {
    content: "\ea0a"
}

.icon-minus:before {
    content: "\ea0b"
}

.icon-cancel-circle:before {
    content: "\ea0d"
}

.icon-blocked:before {
    content: "\ea0e"
}

.icon-remove:before {
    content: "\ea0f"
}

.icon-checkmark:before {
    content: "\ea10"
}

.icon-play-circle:before {
    content: "\ea15"
}

.icon-pause:before {
    content: "\ea16"
}

.icon-stop:before {
    content: "\ea17"
}

.icon-previous:before {
    content: "\ea18"
}

.icon-next:before {
    content: "\ea19"
}

.icon-backward:before {
    content: "\ea1a"
}

.icon-forward2:before {
    content: "\ea1b"
}

.icon-play3:before {
    content: "\ea1c"
}

.icon-arrow-up-2:before {
    content: "\ea3a"
}

.icon-arrow-right-2:before {
    content: "\ea3c"
}

.icon-arrow-down-2:before {
    content: "\ea3e"
}

.icon-arrow-left-2:before {
    content: "\ea40"
}

.icon-circle-up:before {
    content: "\ea41"
}

.icon-circle-right:before {
    content: "\ea42"
}

.icon-circle-down:before {
    content: "\ea43"
}

.icon-circle-left:before {
    content: "\ea44"
}

.icon-checkbox-checked:before {
    content: "\ea52"
}

.icon-empty-circle:before {
    content: "\ea56"
}

.icon-share:before {
    content: "\ea7d"
}

.icon-code:before {
    content: "\ea80"
}

.icon-share2:before {
    content: "\ea82"
}

.icon-google-plus:before {
    content: "\ea8b"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-rss:before {
    content: "\ea9b"
}

.icon-youtube:before {
    content: "\ea9e"
}

.icon-flickr:before {
    content: "\eaa4"
}

.icon-book:before {
    content: "\e91f"
}

.icon-linkedin2:before {
    content: "\eaca"
}
/* AUTOGENERATED CSS: To make changes edit ie-global.scss */
/* C07 */
html.lt-ie8 {
    overflow-x: hidden;
}

.lt-ie8 img {
    -ms-interpolation-mode: bicubic;
}

.lt-ie8 .icon .pdf,
.lt-ie8 .icon .word,
.lt-ie8 .icon .external-link {
    display: inline;
}

.lt-ie8 .calendar .calendar-list .hgrouptags {
    min-height: auto;
}

.lt-ie8 .nav[class*='icon-'] {
    padding-top: 7px;
    margin-top: -30px;
    padding-bottom: 7px;
    margin-bottom: -4px;
}

.lt-ie8 .lang-accordion.non-eu-lang {
    float: right;
    clear: right;
}

.lt-ie8 a {
    cursor: hand;
}

.lt-ie8 .members-list.row-fluid {
    margin-top: 20px;
}

.lt-ie8 header {
    z-index: 9999;
}

    .lt-ie8 header .inner .title.span6 .logo-wrapper .logo-slogan {
        width: auto;
        float: left;
        top: 2.4em;
    }

    .lt-ie8 header .title-h1, .lt-ie8 header .home-h1 {
        font-size: 18px;
    }

.lt-ie8 .content-top .left-menu li a {
    top: -7px;
    position: relative;
    left: 5px;
}

.lt-ie8 .noheader-nofooter-page.nav-buttons .span6.sidebar-right .prev-point {
    display: inline;
    float: right;
}

.lt-ie8 .noheader-nofooter-page.nav-buttons .span6.sidebar-right .next-point {
    display: inline;
    float: none;
}

.lt-ie8 .noheader-nofooter-page .content-top .left-menu li a {
    top: -4px;
    position: relative;
}

.lt-ie8 .nav-buttons.noheader-nofooter-page .sidebar-right.span6 {
    width: 40%;
}

.lt-ie8 .title > .logo-wrapper > .logo {
    display: inline;
    float: left;
    width: 97px;
}

.lt-ie8 .row-fluid.noheader-nofooter-page .span9 {
    padding-right: 0;
}

.lt-ie8 .row-fluid.noheader-nofooter-page .hgrouptags {
    min-height: 0;
}

.lt-ie8 li.ordinary-leg-step {
    display: inline;
    zoom: 1;
    width: 16%;
    margin: 10px 2% 10px 0;
}

    .lt-ie8 li.ordinary-leg-step a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
    }

        .lt-ie8 li.ordinary-leg-step a h2,
        .lt-ie8 li.ordinary-leg-step a .hgp2 {
            color: #346195;
            font-weight: bold;
            margin: 0 2%;
            vertical-align: middle;
            line-height: 1.2em;
            padding: 0;
            width: 96%;
            margin-top: 38px;
        }

.lt-ie8 .language-box .dropdown-toggle i {
    margin-top: -30px;
    margin-right: 15px;
    height: 32px;
}

.lt-ie8 .language-box .dropdown-menu {
    z-index: 9999;
    background-color: #FFF;
    position: absolute;
}

.lt-ie8 .primary-menu.navbar .nav > li.dropdown > a,
.lt-ie8 .primary-menu.navbar .nav > li.dropdown > a:hover {
    background: url("/bundle/201606100903?url=/Content/images/ie7-arrow-navigation_hover.png") no-repeat;
    background-position: 50% 35px;
}

.lt-ie8 .primary-menu.navbar .nav > .open.dropdown > a:hover {
    background: url("/bundle/201606100903?url=/Content/images/ie7-arrow-navigation_hover.png") no-repeat;
    background-position: 50% 35px;
}

.lt-ie8 .hgrouptags h2 .inner-institution,
.lt-ie8 .hgrouptags .hgp .inner-institution {
    border-bottom: 1px solid #b7ced1;
    border: none !important;
}

.lt-ie8 .hgrouptags h2 .short-heading,
.lt-ie8 .hgrouptags .hgp .short-heading {
    border: 1px solid #b7ced1;
}

.lt-ie8 .ico-media {
    display: inline !important;
}

    .lt-ie8 .ico-media .hidden {
        display: block !important;
        visibility: visible;
        font-size: 12px;
        font-family: "Open Sans", Arial, Tahoma, sans-serif;
        padding: 0;
        margin: 0;
    }

.lt-ie8 #search-tip {
    width: 320px;
}

.lt-ie8 .social-media.share .ico-media {
    display: inline !important;
    padding: 4px;
}

.lt-ie8 .social-media.share LI.flickr A .ico-media,
.lt-ie8 .social-media.share LI.flickr A:hover .ico-media {
    zoom: 1;
    display: inline;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    min-width: auto;
    min-height: auto;
    background: none;
    border: none;
    margin-right: 0;
}

.lt-ie8 .share .ico-media {
    display: none !important;
}

.lt-ie8 .share LI .share-txt {
    padding-left: 15px;
}

.lt-ie8 .share LI .ico-media {
    margin-right: 0;
}

.lt-ie8 .content-gallery .row-fluid.rowline > div:first-child {
    margin-left: 0;
}

.lt-ie8 .content-gallery .rowline .span2 {
    width: 15.65%;
    margin: 0 0.75% 0 0;
    padding: 0 0 20px;
}

.lt-ie8 .yamm .yamm-content .span8 {
    float: right;
    margin-left: 0;
    width: 65%;
}

    .lt-ie8 .yamm .yamm-content .span8 .span4 {
        width: 23.623932%;
    }

.lt-ie8 .span6.lists {
    width: 46.88%;
}

.lt-ie8 footer .footer-top {
    padding-bottom: 30px;
}

.lt-ie8 .icon-file-text-alt,
.lt-ie8 .icon-link {
    width: 49px;
    height: 46px;
}

.lt-ie8 .icon-file-text-alt {
    background: url(/bundle/201606100903?url=/Content/images/ico_related-docs-pubs.png) no-repeat left top;
}

.lt-ie8 .icon-link {
    background: url(/bundle/201606100903?url=/Content/images/ico_related-seealso.png) no-repeat left top;
}

.lt-ie8 .dropdown-menu {
    top: 0;
}

.lt-ie8 .related-content .btn-group.lang-accordion {
    display: block;
    line-height: 0;
    padding-left: 5px;
    top: -3px;
    position: relative;
}

    .lt-ie8 .related-content .btn-group.lang-accordion .dropdown-menu {
        float: none;
        line-height: 2em;
    }

    .lt-ie8 .related-content .btn-group.lang-accordion .dropdown-toggle.btn {
        position: relative;
        top: 3px;
        font-size: 100%;
    }

.lt-ie8 .related-content .link-list li > a {
    padding-left: 5px;
    top: -3px;
    position: relative;
}

.lt-ie8 #logo {
    width: 97px;
    float: none;
}

.lt-ie9 {
    /*fix for topics promoblock padding*/
}

    .lt-ie9 .primary-menu.navbar .nav > li.dropdown > a {
        background: url("/bundle/201606100903?url=/Content/images/ie7-arrow-navigation_hover.png") no-repeat;
        background-position: 50% 45px;
    }

        .lt-ie9 .primary-menu.navbar .nav > li.dropdown > a:hover {
            background: url("/bundle/201606100903?url=/Content/images/ie7-arrow-navigation_hover.png") no-repeat;
            background-position: 50% 50px;
        }

    .lt-ie9 .primary-menu.navbar .nav > li.active > a {
        background: url("/bundle/201606100903?url=/Content/images/ie7-arrow-navigation_hover.png") no-repeat;
        background-position: 50% 50px;
    }

    .lt-ie9 .primary-menu.navbar .nav > .open.dropdown > a:hover {
        background: url("/bundle/201606100903?url=/Content/images/ie7-arrow-navigation_hover.png") no-repeat;
        background-position: 50% 50px;
    }

    .lt-ie9 .members-list.row-fluid .span6 {
        width: 45.88%;
    }

    .lt-ie9 .floating.floating-image figure .figure-space img {
        max-width: auto !important;
    }

    .lt-ie9 .floating-image .figure-space {
        display: inline-block !important;
    }

    .lt-ie9 header .logo.span2 {
        height: 113px;
    }

    .lt-ie9 .language-box-mobile > .btn {
        background: #f5f5f5;
    }

    .lt-ie9 .employment .no-institution .sidebar-right {
        min-height: 1em;
    }

@media screen and (min-width: 1025px) {
    .lt-ie9 .primary-menu.navbar .nav > li.dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .lt-ie9 body {
        margin: 0;
        padding: 0;
    }

    .lt-ie9 header .logo-wrapper {
        padding-bottom: 0.3em;
        margin-left: 4%;
    }

    .lt-ie9 .hidden-phone {
        display: none !important;
    }

    .lt-ie9 .promoblock .float {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        max-width: 100%;
    }

        .lt-ie9 .promoblock .float.border {
            width: 100%;
            max-width: 100%;
            padding: 20px 3% 0 3%;
        }

        .lt-ie9 .promoblock .float.video-size480 {
            width: 100%;
        }

    .lt-ie9 .promoblock.video-size480 {
        width: 100%;
        max-width: 100%;
    }

    .lt-ie9 .promoblock .video-left,
    .lt-ie9 .promoblock .video-right {
        max-width: 100%;
        width: 100%;
    }

    .lt-ie9 .home-content .home-press .span3,
    .lt-ie9 .home-content .home-meetings .span3 {
        width: 23.40426%;
        float: left;
    }

    .lt-ie9 .home-content .home-press .span9,
    .lt-ie9 .home-content .home-meetings .span9 {
        width: 74.46809%;
        float: left;
    }

    .lt-ie9 .main .media-gallery figure {
        max-width: 100%;
    }

        .lt-ie9 .main .media-gallery figure .figure-space {
            float: none;
            width: inherit;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            max-width: 280px;
        }

    .lt-ie9 .main .content-gallery .media-gallery figure,
    .lt-ie9 .main .gallery-full .media-gallery figure,
    .lt-ie9 .main .full .media-gallery figure {
        text-align: left;
        max-width: 100%;
    }

        .lt-ie9 .main .content-gallery .media-gallery figure .figure-space,
        .lt-ie9 .main .gallery-full .media-gallery figure .figure-space,
        .lt-ie9 .main .full .media-gallery figure .figure-space {
            max-width: 100%;
        }
}

@media (min-width: 481px) and (max-width: 768px) {
    .lt-ie9 .content-gallery .span2,
    .lt-ie9 .content-gallery .rowline .span2 {
        width: 47%;
        margin: 0 3% 20px 0;
        padding: 0;
        float: left;
        min-height: 180px;
    }
}

.ie9 .main .full .media-gallery .figure-space,
.lt-ie9 .main .full .media-gallery .figure-space {
    float: none;
    display: block;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .lt-ie9 .content-gallery .span2,
    .lt-ie9 .content-gallery .rowline .span2 {
        width: 29%;
        margin: 0 3% 10px 0;
        padding: 0;
        float: left;
        min-height: 180px;
    }
}

/*# sourceMappingURL=ie-global.css.map */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than whatâ€™s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is â€œactivatedâ€.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only â€œscrollableâ€ top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than whatâ€™s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
  -moz-transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
  transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker donâ€™t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all 0.15s ease-out, max-height 0, border-width 0;
  -moz-transition: all 0.15s ease-out, max-height 0, border-width 0;
  transition: all 0.15s ease-out, max-height 0, border-width 0;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  /*color: #999999;*/
  /*font-size: .8em;*/
  /*font-style: italic;*/
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .5em .25em;
  margin-left: .25em;
  margin-right: .25em;
  font-size: .6em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    font-size: .8em;
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  color: #0089ec;
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}
.picker__day--highlighted {
  background: #b1dcfb;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today" and "clear" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333333; opacity: 0.5; filter: alpha(opacity = 50);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; /*background:#000;*/}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{/*background:#000;*/ padding:1px; cursor: pointer;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{ display: none;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
}
.hidden {
    display: none !important
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 1400px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .hidden-md {
        display: none !important
    }
}

.cookie-section {
    padding: 5rem 1.5rem;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001
}

@media (max-width: 768px) {
    .cookie-section {
        padding: 0.5rem;
        position: absolute
    }
}

.cookie-section p {
    font-size: 1.1rem;
    margin-bottom: 1.39em
}

    .cookie-section p a {
        text-decoration: underline
    }

        .cookie-section p a:hover {
            text-decoration: none
        }

@media (max-width: 768px) {
    .cookie-section p {
        font-size: 0.9rem
    }
}

.cookie-section .btn, .cookie-section .btn-cta {
    font-size: 1rem;
    border-radius: 3px;
    padding: 0.5rem 1.15rem 0.5rem 2.5rem;
    transition: all .4s;
    margin-top: 1rem;
    position: relative
}

    .cookie-section .btn .icon-ok-sign, .cookie-section .btn-cta .icon-ok-sign, .cookie-section .btn .icon-remove-sign, .cookie-section .btn-cta .icon-remove-sign {
        font-size: 1.2rem;
        position: absolute;
        left: 0.75rem;
        top: 0.6rem;
    }

.cookie-section .btn-accept-cookies {
    background-color: #07ae71;
    color: white;
    font-weight: bold;
    white-space: initial;
    border: none;
}

    .cookie-section .btn-accept-cookies:hover {
        background-color: #00965f;
        border: none;
    }

.cookie-section .btn-refuse-cookies {
    background-color: transparent;
    border: none;
    color: #0074bd;
    cursor: pointer;
}

    .cookie-section .btn-refuse-cookies:hover {
        background-color: transparent;
        color: #346195;
        border: none;
    }

.container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
    position: relative;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 4% !important;
    }
}

@media (max-width: 1023px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 5.25%;
    }
}

@media (min-width: 1441px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 15%;
    }
}

@media (min-width: 1024px) and (max-width: 1580px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 10% 0 5.25%;
    }
}

@media (min-width: 1024px) and (max-width: 1430px) {
    .container-council, .equaly-spaced-on--large, .equaly-spaced-on--small {
        margin: 0 5% 0 5.25%;
    }
}

.toggle-multiple-class-agnostic span {
    text-decoration: none;
    display: inline-block;
    font-size: 0.6rem;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle;
}

.breadcrumb > li > a:link {
    text-decoration: underline;
}

.btn-topic, .btn-topic:visited, a.btn.btn-topic, a.btn.btn-topic:visited {
    font-size: 90%;
    background-color: #e2ebed;
    color: #3F4a52;
    border: 1px solid #e2ebed;
    border-radius: 2px;
    padding: 4px 12px;
    margin: 5px 0 0;
}

    .btn-topic:hover, .btn-topic:focus, a.btn.btn-topic:hover, a.btn.btn-topic:focus {
        background-color: #84aab2;
        color: #fff;
        border: 1px solid #6894b2;
        text-shadow: 0 0 1px rgba(71,76,82,0.5);
    }
.bordered {
    border: 3px solid #b7ced1;
}

.picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 10%;
    height: 1em;
    top: -0.25em;
}


.picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 10%;
    height: 1em;
    top: -0.25em;
}

.picker__select--month {
    min-width: 45%;
}

.picker__select--year {
    min-width: 28.5%;
}
@media (min-width: 24.5em) {
    .picker__nav--prev,
    .picker__nav--next {
        top: -0.33em;
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 0;
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 0;
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 0;
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 0;
    }
}
.picker__nav--prev:before,
.picker__nav--next:before {
    margin: auto;
}

@media only screen and (min-width : 1200px) {
    #video-placeholder img {
        max-height: 50%;
        max-width: 50%;
    }
}
@media (max-width:768px) {
    .h1, h1 {
        font-size: 155%;
    }

    .h2, h2 {
        font-size: 135%;
    }

    .h3, h3 {
        font-size: 115%;
    }

    .h4, h4 {
        font-size: 95%;
    }

    #video-placeholder img {
        max-height: 50%;
        max-width: 50%;
    }
}
.checkbox input {
    margin-left: 10px;
}
