:root {
    --background-color-primary: rgba(255, 255, 255, 1);
    --background-color-secondary: rgba(0, 114, 188, 1);
    --text-color-primary: rgba(50, 50, 50, .9);
    --text-color-secondary: rgba(255, 222, 0, 1);
    --link-color-primary: rgba(0, 114, 188, 1);
}

/* ===================================== */
/*	EGU Unify.css */
/* ===================================== */

* {
    border-radius: 0
}

body, html {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    background-color: #fff;
    line-height: 1.6
}

#navbar_menu .nav-link, .breadcrumb li, body, html, label, li, p {
    color: rgba(50, 50, 50, .9)
}



/*start Mantis#24938*/
a {
    color: rgba(0, 114, 188, 1);
    color: var(--link-color-primary, rgba(0, 114, 188, 1));
    text-decoration: none;
    outline: 0
}

a:hover{
    color: rgba(0, 114, 188, 1);
    color: var(--link-color-primary, rgba(0, 114, 188, 1));
    text-decoration: underline;
    cursor: pointer;
}

a.text-colour-non-hovered,
.text-colour-non-hovered{
    color: rgba(50, 50, 50, .9);
    color: var(--text-color-primary, rgba(50, 50, 50, .9));
}

a.text-colour-non-hovered:hover,
.text-colour-non-hovered:hover{
    color: rgba(0, 114, 188, 1);
    color: var(--link-color-primary, rgba(0, 114, 188, 1));
    text-decoration: underline;
    cursor: pointer;
}

a.text-colour-non-hovered.text-colour-hovered,
.text-colour-non-hovered.text-colour-hovered{
    color: rgba(50, 50, 50, .9);
    color: var(--text-color-primary, rgba(50, 50, 50, .9));
}

a.text-colour-non-hovered.text-colour-hovered:hover,
.text-colour-non-hovered.text-colour-hovered:hover{
    color: rgba(50, 50, 50, .9);
    color: var(--text-color-primary, rgba(50, 50, 50, .9));
    text-decoration: underline;
    cursor: pointer;
}
/*end Mantis#24938*/

.share-buttons i:hover, a:active {
    color: #005389
}

a:focus {
    text-decoration: none
}

a:hover {
    color: #005389;
    text-decoration: underline
}

.wrapper {
    background: #fff
}

ul {
    list-style-type: square
}

@media (max-width: 576px) {
    ul {
        padding-left: 2rem
    }
}

main {
    margin: 2rem 0 4rem;
    min-height: 20rem
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 1.8rem
}

.h3, h3 {
    font-size: 1.4rem
}

.h4, h4 {
    font-size: 1.2rem
}

.h5, h5 {
    font-size: 1.1rem
}

.h6, h6 {
    font-size: 1rem
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400
}

@media (max-width: 576px) {
    .h2, h2 {
        font-size: 1.5rem
    }

    .h3, h3 {
        font-size: 1.3rem
    }
}

@media (min-width: 992px) {
    .h3-lg {
        font-size: 1.4rem
    }
}

fieldset legend, table caption {
    display: none
}

.strong {
    font-weight: 600
}

#navbar_menu .nav-link:hover, .color-primary {
    color: #0072bc
}

img.right {
    float: right;
    margin-left: 1rem
}

img.left {
    float: left;
    margin-right: .5rem
}

img.center {
    display: block;
    margin: 0 auto
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media a, .media img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.media img {
    width: 8rem;
    height: 8rem;
    margin-left: 1rem
}

@media (max-width: 992px) {
    .media img {
        width: 7rem;
        height: 7rem
    }
}

@media (max-width: 768px) {
    .media, .media img {
        display: block
    }

    .media img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 6rem;
        height: 6rem;
        float: right;
        margin: 0 0 .5rem .5rem;
        padding: 0;
        border: 0
    }
}

.breadcrumbs {
    background-color: rgba(50, 50, 50, .025);
    font-size: .9rem
}

.breadcrumb {
    background: 0 0;
    padding-left: 0;
    margin: 0
}

.breadcrumb li:last-child a {
    color: rgba(50, 50, 50, .9);
    cursor: text;
    text-decoration: none
}

#navigation {
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAIAAAAW4yFwAAAADklEQVR42mP4f4+BAYgBEO4Du2VdUa8AAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-position: bottom
}

@media (min-width: 992px) {
    #navbar_menu {
        position: absolute;
        bottom: 0;
        right: .5rem;
        left: 1rem
    }

    #navbar_menu .navbar-nav {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #navbar_menu .nav-link {
        text-transform: uppercase;
        z-index: 10;
        border-bottom: 2px solid #ffde00
    }

    #navbar_menu .nav-link.active {
        border-bottom-color: rgba(50, 50, 50, .9);
        background-color: #f7f7f7
    }

    #navbar_menu .nav-link.nav-link-home {
        background-color: #eee
    }

    #navbar_menu .nav-link[aria-expanded=true] {
        color: #0072bc
    }

    #navbar_menu .nav-link:hover {
        border-bottom-color: #0072bc
    }
}

@media (max-width: 1200px) {
    #navbar_menu {
        font-size: 13.5px
    }
}

@media (max-width: 992px) {
    #navbar_menu {
        margin: 1rem 0;
        font-size: 1rem
    }

    #navbar_menu .nav-link {
        padding-left: .5rem;
        border-bottom: 1px solid #eee
    }

    #navbar_menu .nav-link.focus, #navbar_menu .nav-link.hover, #navbar_menu .nav-link:active, #navbar_menu .nav-link:focus, #navbar_menu .nav-link:hover {
        color: rgba(50, 50, 50, .9);
        background-color: #fff
    }

    #navbar_menu .nav-link.active {
        color: rgba(50, 50, 50, .9);
        background-color: #f7f7f7
    }

    #navbar_menu .nav-link[aria-expanded=false]::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    #navbar_menu .nav-link[aria-expanded=true]::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.btn {
    cursor: pointer
}

.btn-primary {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc
}

.btn-primary:hover {
    color: #fff;
    background-color: #005b96;
    border-color: #005389
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 114, 188, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 114, 188, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005389;
    border-color: #004b7c
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 114, 188, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 114, 188, .5)
}

.btn-outline-primary {
    color: #0072bc;
    background-color: transparent;
    background-image: none;
    border-color: #0072bc
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 114, 188, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 114, 188, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0072bc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 114, 188, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 114, 188, .5)
}

.btn-main {
    color: #fff;
    background-color: rgba(50, 50, 50, .9);
    border-color: rgba(50, 50, 50, .9)
}

.btn-main:hover {
    color: #fff;
    background-color: rgba(31, 31, 31, .9);
    border-color: rgba(25, 25, 25, .9)
}

.btn-main.focus, .btn-main:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5)
}

.btn-main.disabled, .btn-main:disabled {
    color: #fff;
    background-color: rgba(50, 50, 50, .9);
    border-color: rgba(50, 50, 50, .9)
}

.btn-main:not(:disabled):not(.disabled).active, .btn-main:not(:disabled):not(.disabled):active, .show > .btn-main.dropdown-toggle {
    color: #fff;
    background-color: rgba(25, 25, 25, .9);
    border-color: rgba(18, 18, 18, .9)
}

.btn-main:not(:disabled):not(.disabled).active:focus, .btn-main:not(:disabled):not(.disabled):active:focus, .show > .btn-main.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5)
}

.btn-outline-main {
    color: rgba(50, 50, 50, .9);
    background-color: transparent;
    background-image: none;
    border-color: rgba(50, 50, 50, .9)
}

.btn-outline-main:hover {
    color: #fff;
    background-color: rgba(50, 50, 50, .9);
    border-color: rgba(50, 50, 50, .9)
}

.btn-outline-main.focus, .btn-outline-main:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5)
}

.btn-outline-main.disabled, .btn-outline-main:disabled {
    color: rgba(50, 50, 50, .9);
    background-color: transparent
}

.btn-outline-main:not(:disabled):not(.disabled).active, .btn-outline-main:not(:disabled):not(.disabled):active, .show > .btn-outline-main.dropdown-toggle {
    color: #fff;
    background-color: rgba(50, 50, 50, .9);
    border-color: rgba(50, 50, 50, .9)
}

.btn-outline-main:not(:disabled):not(.disabled).active:focus, .btn-outline-main:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-main.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5)
}

.btn-toolbar-pagination .btn + .disabled {
    opacity: 1
}

.custom-control-label::before {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .175)
}

.carousel-indicators li, .custom-control-label {
    cursor: pointer
}

.custom-control-input ~ .custom-control-label::before {
    border-color: rgba(0, 0, 0, .175)
}

.custom-control-input:focus ~ .custom-control-label::before {
    border-color: #a8a9ad;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 114, 188, .1);
    box-shadow: 0 0 0 3px rgba(0, 114, 188, .1)
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0072bc;
    background-color: #fff !important
}

.custom-control-input:hover ~ .custom-control-label::before {
    border-color: #005389
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3E%3Cpath fill="%230072bc" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/%3E%3C/svg%3E')
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3E%3Ccircle r="3" fill="%230072bc"/%3E%3C/svg%3E')
}

.list-inline-item:not(:last-child) {
    margin-right: .75rem
}

.dropdown-menu {
    border-color: #0072bc rgba(50, 50, 50, .9) rgba(50, 50, 50, .9);
    border-style: solid;
    border-width: 2px 0;
    border-radius: 0;
    margin: -2px 0;
    padding: .5rem 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: inherit !important
}

.dropdown-header {
    text-transform: uppercase;
    font-size: 1rem;
    color: #0072bc;
    font-weight: 400
}

.dropdown-item {
    padding: 0;
    color: rgba(50, 50, 50, .9);
    background: 0 0
}

.dropdown-item.focus, .dropdown-item:focus {
    background-color: #fff
}

.dropdown-item.active, .dropdown-item:active {
    color: rgba(50, 50, 50, .9);
    background-color: #f7f7f7
}

.dropdown-item[aria-expanded=false]::after {
    -webkit-transform: rotate(-90deg) translate(0, 0);
    -ms-transform: rotate(-90deg) translate(0, 0);
    transform: rotate(-90deg) translate(0, 0);
    text-align: right
}

.dropdown-item[aria-expanded=true] {
    color: #0072bc
}

.dropdown-item[aria-expanded=true]::after {
    -webkit-transform: rotate(0) translate(0, 25%);
    -ms-transform: rotate(0) translate(0, 25%);
    transform: rotate(0) translate(0, 25%);
    text-align: right
}

@media (min-width: 992px) {
    .dropdown-item.hover, .dropdown-item:hover {
        color: #0072bc;
        background-color: rgba(0, 114, 188, .1)
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
        border: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 0 0 1rem
    }

    .dropdown-item {
        padding-left: .5rem;
        padding-right: 0;
        border-bottom: 1px solid #eee
    }

    .dropdown-item.focus, .dropdown-item.hover, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
        color: rgba(50, 50, 50, .9);
        background-color: #fff
    }

    .dropdown-item.active {
        color: rgba(50, 50, 50, .9);
        background-color: #f7f7f7
    }

    .dropdown-header {
        padding-left: .25rem;
        padding-right: 0
    }

    .dropdown-divider {
        display: none
    }
}

@media (max-width: 576px) {
    .dropdown-item {
        white-space: normal
    }
}

.alert > p:last-child, .mark2 > p:last-child {
    margin-bottom: 0
}

.blockquote {
    font-size: 1rem
}

.blockquote p {
    font-style: italic
}

.mark2 {
    background-color: #f9f9ff;
    margin: .25rem 0 1rem;
    padding: .25rem .5rem
}

.form-control:not(.is-invalid):not(.is-valid):focus {
    border-color: #a8a9ad;
    -webkit-box-shadow: 0 0 0 3px rgba(168, 169, 173, .25);
    box-shadow: 0 0 0 3px rgba(168, 169, 173, .25)
}

small.form-text ul {
    padding-left: 1.5rem
}

.tooltip-inner {
    text-align: left
}

.tooltip-inner p {
    color: #fff
}

.carousel-item img {
    width: 100%
}

.banner .divimage, .carousel-item .divimage {
    width: 100%;
    height: 500px
}

.banner a.passive, .carousel-item a.passive {
    text-decoration: inherit;
    color: inherit
}

.banner::after, .carousel-item::after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(19%, rgba(0, 0, 0, .738)), color-stop(34%, rgba(0, 0, 0, .541)), color-stop(47%, rgba(0, 0, 0, .382)), color-stop(56.5%, rgba(0, 0, 0, .278)), color-stop(65%, rgba(0, 0, 0, .194)), color-stop(73%, rgba(0, 0, 0, .126)), color-stop(80.2%, rgba(0, 0, 0, .075)), color-stop(86.1%, rgba(0, 0, 0, .042)), color-stop(91%, rgba(0, 0, 0, .021)), color-stop(95.2%, rgba(0, 0, 0, .008)), color-stop(98.2%, rgba(0, 0, 0, .002)), to(transparent));
    background: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent 100%);
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent 100%)
}

.banner .container, .carousel-item .container {
    padding-top: 175px;
    margin-bottom: 25px;
    z-index: 2
}

.banner h1,
.banner h1 small,
.carousel-item h1,
.carousel-item h1 small,
.banner .h1,
.banner .h1 small,
.carousel-item .h1,
.carousel-item .h1 small
{
    color: #fff;
    font-weight: 200;
    text-shadow: 2px 2px 2px #000;
    text-align: left
}

.banner h1,
.banner .h1,
.carousel-item h1,
.carousel-item .h1
{
    margin-top: 0;
    font-size: 3.25rem
}

.banner h1 small,
.carousel-item h1 small,
.banner .h1 small,
.carousel-item .h1 small
{
    display: block;
    margin: .5rem .125rem;
    font-size: 1.25rem
}

.banner p, .carousel-item p {
    color: #ddd;
    text-shadow: 2px 2px 2px #000;
    font-size: 1rem;
    text-align: left;
    margin-bottom: .5rem;
    font-weight: 400
}

.banner p a, .carousel-item p a {
    color: #ddd
}

@media (max-width: 992px) {
    .banner h1,
    .carousel-item h1,
    .banner .h1,
    .carousel-item .h1
    {
        font-size: 3rem
    }

    .banner h1 small,
    .carousel-item h1 small,
    .banner .h1 small,
    .carousel-item .h1 small
    {
        font-size: 1.2rem
    }

    .banner p, .carousel-item p {
        font-size: .95rem
    }

    .carousel-item img {
        width: auto;
        height: 300px
    }
}

@media (max-width: 768px) {
    .banner h1,
    .carousel-item h1,
    .banner .h1,
    .carousel-item .h1
    {
        font-size: 2.5rem
    }

    .banner h1 small,
    .carousel-item h1 small,
    .banner .h1 small,
    .carousel-item .h1 small
    {
        font-size: 1.1rem
    }

    .banner p, .carousel-item p {
        font-size: .9rem
    }

    .carousel-item img {
        width: auto;
        height: 300px
    }
}

@media (max-width: 576px) {
    .banner h1,
    .carousel-item h1,
    .banner .h1,
    .carousel-item .h1
    {
        font-size: 1.75rem;
        line-height: 1.1
    }

    .banner h1 small,
    .carousel-item h1 small,
    .banner .h1 small,
    .carousel-item .h1 small
    {
        font-size: 1.1rem
    }

    .banner p, .carousel-item p {
        font-size: .75rem
    }

    .carousel-item img {
        width: auto;
        height: 300px
    }
}

.bg-primary {
    background-color: #0072bc !important
}

.table-hover .bg-primary:hover td, .table-hover .bg-primary:hover th, .table-hover tr:hover td.bg-primary, .table-hover tr:hover th.bg-primary {
    background-color: #005b96 !important
}

.bg-approved, .bg-assigned, .bg-reviewed, .bg-submitted, .bg-supported {
    background-color: #deffde !important
}

.table-hover .bg-approved:hover td, .table-hover .bg-approved:hover th, .table-hover .bg-assigned:hover td, .table-hover .bg-assigned:hover th, .table-hover .bg-reviewed:hover td, .table-hover .bg-reviewed:hover th, .table-hover .bg-submitted:hover td, .table-hover .bg-submitted:hover th, .table-hover .bg-supported:hover td, .table-hover .bg-supported:hover th, .table-hover tr:hover td.bg-approved, .table-hover tr:hover td.bg-assigned, .table-hover tr:hover td.bg-reviewed, .table-hover tr:hover td.bg-submitted, .table-hover tr:hover td.bg-supported, .table-hover tr:hover th.bg-approved, .table-hover tr:hover th.bg-assigned, .table-hover tr:hover th.bg-reviewed, .table-hover tr:hover th.bg-submitted, .table-hover tr:hover th.bg-supported {
    background-color: #b8ffb8 !important
}

.bg-accepted, .bg-notsupported, .bg-undernegotiation {
    background-color: #fcf8e3 !important
}

.table-hover .bg-accepted:hover td, .table-hover .bg-accepted:hover th, .table-hover .bg-notsupported:hover td, .table-hover .bg-notsupported:hover th, .table-hover .bg-undernegotiation:hover td, .table-hover .bg-undernegotiation:hover th, .table-hover tr:hover td.bg-accepted, .table-hover tr:hover td.bg-notsupported, .table-hover tr:hover td.bg-undernegotiation, .table-hover tr:hover th.bg-accepted, .table-hover tr:hover th.bg-notsupported, .table-hover tr:hover th.bg-undernegotiation {
    background-color: #f8efc0 !important
}

.bg-declined, .bg-rejected {
    background-color: #f2dede !important
}

.table-hover .bg-declined:hover td, .table-hover .bg-declined:hover th, .table-hover .bg-rejected:hover td, .table-hover .bg-rejected:hover th, .table-hover tr:hover td.bg-declined, .table-hover tr:hover td.bg-rejected, .table-hover tr:hover th.bg-declined, .table-hover tr:hover th.bg-rejected {
    background-color: #e7c3c3 !important
}

.bg-inreview, .bg-pending {
    background-color: #fff !important
}

.table-hover .bg-inreview:hover td, .table-hover .bg-inreview:hover th, .table-hover .bg-pending:hover td, .table-hover .bg-pending:hover th, .table-hover tr:hover td.bg-inreview, .table-hover tr:hover td.bg-pending, .table-hover tr:hover th.bg-inreview, .table-hover tr:hover th.bg-pending {
    background-color: #ececec !important
}

.bg-recommended {
    background-color: #d9edf7 !important
}

.table-hover .bg-recommended:hover td, .table-hover .bg-recommended:hover th, .table-hover tr:hover td.bg-recommended, .table-hover tr:hover th.bg-recommended {
    background-color: #b9def0 !important
}

.bg-withdrawn {
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGUlEQVQ4y2NgoBJwoJAedcGoC0ZdMOAuAABF0hABJ/8lyQAAAABJRU5ErkJggg==);
    background-attachment: fixed
}

footer a, footer a:hover {
    color: rgba(255, 255, 255, .8)
}

footer .links {
    background-color: #111;
    padding: 1.5rem 0
}

footer .links ul {
    margin-bottom: 0
}

footer .links li {
    color: #aaa;
    font-size: .9rem
}

.footer {
    background-color: rgba(0, 0, 0, .9);
    padding: 4rem 0 3rem
}

.footer p {
    color: #aaa
}

.footer p.small {
    color: #888
}

.footer-heading {
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    position: relative;
    text-align: left
}

.footer-heading::after {
    background-color: #fff;
    bottom: 0;
    content: ' ';
    height: 1px;
    left: 0;
    position: absolute;
    width: 3rem
}

.footer-heading h2, .footer-heading .h2_footer {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase
}

.list-footer-links, fieldset label {
    margin-bottom: 0
}

.list-footer-links li {
    border-top: 1px solid #333;
    padding: 10px 0
}

.list-footer-links li:first-child {
    border-top: medium none;
    padding-top: 0
}

.list-footer-links small {
    display: block;
    color: #888
}

footer .socialicons li:not(:last-child) {
    margin-right: .5rem
}

.socialicons a:hover i {
    background: #005389 0 0;
    color: #fff;
    text-decoration: none
}

.socialicons i {
    color: #fff;
    font-size: 1.8rem;
    height: 2.5rem;
    padding: .35rem 0;
    width: 2.5rem;
    border-radius: .25rem
}

.socialicons .fa-twitter {
    background: #4099ff
}

.socialicons .fa-facebook {
    background: #3b5998
}

.socialicons .fa-youtube {
    background: #e52d27
}

.socialicons .fa-linkedin {
    background: #0077b5
}

.socialicons .fa-instagram {
    background: #f09433 -o-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: #f09433 linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.share-buttons i {
    color: rgba(50, 50, 50, .9);
    font-size: 2.5rem
}

.submenu {
    position: relative
}

@media (min-width: 992px) {
    .submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -9px
    }

    .submenu .dropdown-menu.dropdown-menu-right {
        left: auto;
        right: 100%
    }
}

.megamenu .dropdown-item {
    white-space: normal
}

.megamenu .submenu .dropdown-item {
    white-space: nowrap
}

@media (min-width: 992px) {
    .megamenu .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        margin: -2px 0
    }

    .megamenu .dropdown-menu .col-lg-3 {
        padding: .5rem 0;
        border-left: 1px solid #eee
    }

    .megamenu .dropdown-menu .col-lg-3:first-child {
        border-left: 0
    }
}

@media (max-width: 992px) {
    .megamenu .dropdown-menu .col-lg-3 {
        padding: 0;
        margin-top: 1rem
    }
}

h1 + .headline:first-of-type {
    margin-top: 0
}

.headline {
    display: block;
    margin-bottom: .75rem;
    margin-top: 2rem;
    border-bottom: 1px dotted #ddd
}

.headline h2, .headline h3, .headline h4 {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0;
    padding-bottom: .25rem;
    border-bottom: .1rem solid #0072bc
}

.logo {
    height: 100%;
    min-height: 40px;
    min-width: 100px;
    display: table-cell;
    vertical-align: middle;
    margin: .25rem 0
}

.logo img {
    margin: 0;
    position: relative;
    width: auto;
    height: 80px
}

@media (min-width: 1200px) {
    .logo img {
        width: auto;
        height: 100px
    }
}

.co-notification, .co-notification {
    background-color: rgba(255, 222, 0, .1)
}

.co-notification, .co-notification-v2, .co-notification {
    border: 0;
    border-left: 2px solid #0072bc;
    padding: 20px;
    margin-bottom: 30px
}

.co-notification p:last-child, .co-notification-v2 p:last-child, .co-notification p:last-child {
    margin-bottom: 0
}

.co-notification-v2 {
    background-color: rgba(0, 114, 188, .1)
}

.delimiter {
    color: #777
}

address br + i {
    margin-top: 1rem
}

address i + br + i {
    margin-top: 0
}

.cbp img.img-thumbnail, .flag-icon {
    border: 1px solid #ddd
}

.mh-5 {
    max-height: 5rem
}

.mh-10 {
    max-height: 10rem
}

.mh-15 {
    max-height: 15rem
}

.mh-20 {
    max-height: 20rem
}

.mh-30 {
    max-height: 30rem
}

.w-2 {
    width: 2rem
}

.w-4 {
    width: 4rem
}

.w-6 {
    width: 6rem
}

.w-8 {
    width: 8rem
}

.w-10 {
    width: 10rem
}

.w-12 {
    width: 12rem
}

.w-15 {
    width: 15rem
}

.w-33 {
    width: 33%
}

.h-20 {
    height: 20rem
}

.h-25 {
    height: 15rem
}

.h-30 {
    height: 30rem
}

.list-small small {
    display: block;
    line-height: 1.2rem;
    font-size: .8rem;
    margin-bottom: .5rem
}

.img-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tags.list-inline-item {
    margin-right: 0
}

.tags .btn-tag {
    color: rgba(50, 50, 50, .9);
    background-color: transparent;
    background-image: none;
    border-color: rgba(50, 50, 50, .25)
}

.tags .btn-tag:hover {
    color: #fff;
    background-color: rgba(50, 50, 50, .9);
    border-color: rgba(50, 50, 50, .9)
}

.tags .btn-tag.focus, .tags .btn-tag:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5)
}

.tags .btn-tag.disabled, .tags .btn-tag:disabled {
    color: rgba(50, 50, 50, .9);
    background-color: transparent
}

.show > .tags .btn-tag.dropdown-toggle, .tags .btn-tag:not([disabled]):not(.disabled).active, .tags .btn-tag:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: rgba(50, 50, 50, .9);
    border-color: rgba(50, 50, 50, .9)
}

.btn-AS {
    color: #358fcd;
    background-color: transparent;
    background-image: none;
    border-color: rgba(53, 143, 205, .25)
}

.btn-AS:hover {
    color: #fff;
    background-color: #358fcd;
    border-color: #358fcd
}

.btn-AS.focus, .btn-AS:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 143, 205, .5);
    box-shadow: 0 0 0 .2rem rgba(53, 143, 205, .5)
}

.btn-AS.disabled, .btn-AS:disabled {
    color: #358fcd;
    background-color: transparent
}

.btn-AS:not([disabled]):not(.disabled).active, .btn-AS:not([disabled]):not(.disabled):active, .show > .btn-AS.dropdown-toggle {
    color: #fff;
    background-color: #358fcd;
    border-color: #358fcd
}

.bg-AS {
    background-color: #358fcd
}

.btn-BG {
    color: #9cb23a;
    background-color: transparent;
    background-image: none;
    border-color: rgba(156, 178, 58, .25)
}

.btn-BG:hover {
    color: #fff;
    background-color: #9cb23a;
    border-color: #9cb23a
}

.btn-BG.focus, .btn-BG:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(156, 178, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(156, 178, 58, .5)
}

.btn-BG.disabled, .btn-BG:disabled {
    color: #9cb23a;
    background-color: transparent
}

.btn-BG:not([disabled]):not(.disabled).active, .btn-BG:not([disabled]):not(.disabled):active, .show > .btn-BG.dropdown-toggle {
    color: #fff;
    background-color: #9cb23a;
    border-color: #9cb23a
}

.bg-BG {
    background-color: #9cb23a
}

.btn-CL {
    color: #5a2876;
    background-color: transparent;
    background-image: none;
    border-color: rgba(90, 40, 118, .25)
}

.btn-CL:hover {
    color: #fff;
    background-color: #5a2876;
    border-color: #5a2876
}

.btn-CL.focus, .btn-CL:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(90, 40, 118, .5);
    box-shadow: 0 0 0 .2rem rgba(90, 40, 118, .5)
}

.btn-CL.disabled, .btn-CL:disabled {
    color: #5a2876;
    background-color: transparent
}

.btn-CL:not([disabled]):not(.disabled).active, .btn-CL:not([disabled]):not(.disabled):active, .show > .btn-CL.dropdown-toggle {
    color: #fff;
    background-color: #5a2876;
    border-color: #5a2876
}

.bg-CL {
    background-color: #5a2876
}

.btn-CR {
    color: #5798d1;
    background-color: transparent;
    background-image: none;
    border-color: rgba(87, 152, 209, .25)
}

.btn-CR:hover {
    color: #fff;
    background-color: #5798d1;
    border-color: #5798d1
}

.btn-CR.focus, .btn-CR:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 152, 209, .5);
    box-shadow: 0 0 0 .2rem rgba(87, 152, 209, .5)
}

.btn-CR.disabled, .btn-CR:disabled {
    color: #5798d1;
    background-color: transparent
}

.btn-CR:not([disabled]):not(.disabled).active, .btn-CR:not([disabled]):not(.disabled):active, .show > .btn-CR.dropdown-toggle {
    color: #fff;
    background-color: #5798d1;
    border-color: #5798d1
}

.bg-CR {
    background-color: #5798d1
}

.btn-ESSI {
    color: #634d9f;
    background-color: transparent;
    background-image: none;
    border-color: rgba(99, 77, 159, .25)
}

.btn-ESSI:hover {
    color: #fff;
    background-color: #634d9f;
    border-color: #634d9f
}

.btn-ESSI.focus, .btn-ESSI:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(99, 77, 159, .5);
    box-shadow: 0 0 0 .2rem rgba(99, 77, 159, .5)
}

.btn-ESSI.disabled, .btn-ESSI:disabled {
    color: #634d9f;
    background-color: transparent
}

.btn-ESSI:not([disabled]):not(.disabled).active, .btn-ESSI:not([disabled]):not(.disabled):active, .show > .btn-ESSI.dropdown-toggle {
    color: #fff;
    background-color: #634d9f;
    border-color: #634d9f
}

.bg-ESSI {
    background-color: #634d9f
}

.btn-EMRP {
    color: #8d2579;
    background-color: transparent;
    background-image: none;
    border-color: rgba(141, 37, 121, .25)
}

.btn-EMRP:hover {
    color: #fff;
    background-color: #8d2579;
    border-color: #8d2579
}

.btn-EMRP.focus, .btn-EMRP:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(141, 37, 121, .5);
    box-shadow: 0 0 0 .2rem rgba(141, 37, 121, .5)
}

.btn-EMRP.disabled, .btn-EMRP:disabled {
    color: #8d2579;
    background-color: transparent
}

.btn-EMRP:not([disabled]):not(.disabled).active, .btn-EMRP:not([disabled]):not(.disabled):active, .show > .btn-EMRP.dropdown-toggle {
    color: #fff;
    background-color: #8d2579;
    border-color: #8d2579
}

.bg-EMRP {
    background-color: #8d2579
}

.btn-ERE {
    color: #1a6232;
    background-color: transparent;
    background-image: none;
    border-color: rgba(26, 98, 50, .25)
}

.btn-ERE:hover {
    color: #fff;
    background-color: #1a6232;
    border-color: #1a6232
}

.btn-ERE.focus, .btn-ERE:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(26, 98, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(26, 98, 50, .5)
}

.btn-ERE.disabled, .btn-ERE:disabled {
    color: #1a6232;
    background-color: transparent
}

.btn-ERE:not([disabled]):not(.disabled).active, .btn-ERE:not([disabled]):not(.disabled):active, .show > .btn-ERE.dropdown-toggle {
    color: #fff;
    background-color: #1a6232;
    border-color: #1a6232
}

.bg-ERE {
    background-color: #1a6232
}

.btn-GMPV {
    color: #a61e25;
    background-color: transparent;
    background-image: none;
    border-color: rgba(166, 30, 37, .25)
}

.btn-GMPV:hover {
    color: #fff;
    background-color: #a61e25;
    border-color: #a61e25
}

.btn-GMPV.focus, .btn-GMPV:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(166, 30, 37, .5);
    box-shadow: 0 0 0 .2rem rgba(166, 30, 37, .5)
}

.btn-GMPV.disabled, .btn-GMPV:disabled {
    color: #a61e25;
    background-color: transparent
}

.btn-GMPV:not([disabled]):not(.disabled).active, .btn-GMPV:not([disabled]):not(.disabled):active, .show > .btn-GMPV.dropdown-toggle {
    color: #fff;
    background-color: #a61e25;
    border-color: #a61e25
}

.bg-GMPV {
    background-color: #a61e25
}

.btn-G {
    color: #e03e2b;
    background-color: transparent;
    background-image: none;
    border-color: rgba(224, 62, 43, .25)
}

.btn-G:hover {
    color: #fff;
    background-color: #e03e2b;
    border-color: #e03e2b
}

.btn-G.focus, .btn-G:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224, 62, 43, .5);
    box-shadow: 0 0 0 .2rem rgba(224, 62, 43, .5)
}

.btn-G.disabled, .btn-G:disabled {
    color: #e03e2b;
    background-color: transparent
}

.btn-G:not([disabled]):not(.disabled).active, .btn-G:not([disabled]):not(.disabled):active, .show > .btn-G.dropdown-toggle {
    color: #fff;
    background-color: #e03e2b;
    border-color: #e03e2b
}

.bg-G {
    background-color: #e03e2b
}

.btn-GD {
    color: #00394f;
    background-color: transparent;
    background-image: none;
    border-color: rgba(0, 57, 79, .25)
}

.btn-GD:hover {
    color: #fff;
    background-color: #00394f;
    border-color: #00394f
}

.btn-GD.focus, .btn-GD:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 57, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 57, 79, .5)
}

.btn-GD.disabled, .btn-GD:disabled {
    color: #00394f;
    background-color: transparent
}

.btn-GD:not([disabled]):not(.disabled).active, .btn-GD:not([disabled]):not(.disabled):active, .show > .btn-GD.dropdown-toggle {
    color: #fff;
    background-color: #00394f;
    border-color: #00394f
}

.bg-GD {
    background-color: #00394f
}

.btn-GM {
    color: #8a8c8d;
    background-color: transparent;
    background-image: none;
    border-color: rgba(138, 140, 141, .25)
}

.btn-GM:hover {
    color: #fff;
    background-color: #8a8c8d;
    border-color: #8a8c8d
}

.btn-GM.focus, .btn-GM:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(138, 140, 141, .5);
    box-shadow: 0 0 0 .2rem rgba(138, 140, 141, .5)
}

.btn-GM.disabled, .btn-GM:disabled {
    color: #8a8c8d;
    background-color: transparent
}

.btn-GM:not([disabled]):not(.disabled).active, .btn-GM:not([disabled]):not(.disabled):active, .show > .btn-GM.dropdown-toggle {
    color: #fff;
    background-color: #8a8c8d;
    border-color: #8a8c8d
}

.bg-GM {
    background-color: #8a8c8d
}

.btn-GI {
    color: #05509f;
    background-color: transparent;
    background-image: none;
    border-color: rgba(5, 80, 159, .25)
}

.btn-GI:hover {
    color: #fff;
    background-color: #05509f;
    border-color: #05509f
}

.btn-GI.focus, .btn-GI:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(5, 80, 159, .5);
    box-shadow: 0 0 0 .2rem rgba(5, 80, 159, .5)
}

.btn-GI.disabled, .btn-GI:disabled {
    color: #05509f;
    background-color: transparent
}

.btn-GI:not([disabled]):not(.disabled).active, .btn-GI:not([disabled]):not(.disabled):active, .show > .btn-GI.dropdown-toggle {
    color: #fff;
    background-color: #05509f;
    border-color: #05509f
}

.bg-GI {
    background-color: #05509f
}

.btn-HS {
    color: #60a443;
    background-color: transparent;
    background-image: none;
    border-color: rgba(96, 164, 67, .25)
}

.btn-HS:hover {
    color: #fff;
    background-color: #60a443;
    border-color: #60a443
}

.btn-HS.focus, .btn-HS:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(96, 164, 67, .5);
    box-shadow: 0 0 0 .2rem rgba(96, 164, 67, .5)
}

.btn-HS.disabled, .btn-HS:disabled {
    color: #60a443;
    background-color: transparent
}

.btn-HS:not([disabled]):not(.disabled).active, .btn-HS:not([disabled]):not(.disabled):active, .show > .btn-HS.dropdown-toggle {
    color: #fff;
    background-color: #60a443;
    border-color: #60a443
}

.bg-HS {
    background-color: #60a443
}

.btn-IG {
    color: #9c9c9c;
    background-color: transparent;
    background-image: none;
    border-color: rgba(156, 156, 156, .25)
}

.btn-IG:hover {
    color: #fff;
    background-color: #9c9c9c;
    border-color: #9c9c9c
}

.btn-IG.focus, .btn-IG:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(156, 156, 156, .5);
    box-shadow: 0 0 0 .2rem rgba(156, 156, 156, .5)
}

.btn-IG.disabled, .btn-IG:disabled {
    color: #9c9c9c;
    background-color: transparent
}

.btn-IG:not([disabled]):not(.disabled).active, .btn-IG:not([disabled]):not(.disabled):active, .show > .btn-IG.dropdown-toggle {
    color: #fff;
    background-color: #9c9c9c;
    border-color: #9c9c9c
}

.bg-IG {
    background-color: #9c9c9c
}

.btn-NH {
    color: #693322;
    background-color: transparent;
    background-image: none;
    border-color: rgba(105, 51, 34, .25)
}

.btn-NH:hover {
    color: #fff;
    background-color: #693322;
    border-color: #693322
}

.btn-NH.focus, .btn-NH:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(105, 51, 34, .5);
    box-shadow: 0 0 0 .2rem rgba(105, 51, 34, .5)
}

.btn-NH.disabled, .btn-NH:disabled {
    color: #693322;
    background-color: transparent
}

.btn-NH:not([disabled]):not(.disabled).active, .btn-NH:not([disabled]):not(.disabled):active, .show > .btn-NH.dropdown-toggle {
    color: #fff;
    background-color: #693322;
    border-color: #693322
}

.bg-NH {
    background-color: #693322
}

.btn-NP {
    color: #fcbe11;
    background-color: transparent;
    background-image: none;
    border-color: rgba(252, 190, 17, .25)
}

.btn-NP:hover {
    color: #fff;
    background-color: #fcbe11;
    border-color: #fcbe11
}

.btn-NP.focus, .btn-NP:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(252, 190, 17, .5);
    box-shadow: 0 0 0 .2rem rgba(252, 190, 17, .5)
}

.btn-NP.disabled, .btn-NP:disabled {
    color: #fcbe11;
    background-color: transparent
}

.btn-NP:not([disabled]):not(.disabled).active, .btn-NP:not([disabled]):not(.disabled):active, .show > .btn-NP.dropdown-toggle {
    color: #fff;
    background-color: #fcbe11;
    border-color: #fcbe11
}

.bg-NP {
    background-color: #fcbe11
}

.btn-OS {
    color: #0f497d;
    background-color: transparent;
    background-image: none;
    border-color: rgba(15, 73, 125, .25)
}

.btn-OS:hover {
    color: #fff;
    background-color: #0f497d;
    border-color: #0f497d
}

.btn-OS.focus, .btn-OS:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(15, 73, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(15, 73, 125, .5)
}

.btn-OS.disabled, .btn-OS:disabled {
    color: #0f497d;
    background-color: transparent
}

.btn-OS:not([disabled]):not(.disabled).active, .btn-OS:not([disabled]):not(.disabled):active, .show > .btn-OS.dropdown-toggle {
    color: #fff;
    background-color: #0f497d;
    border-color: #0f497d
}

.bg-OS {
    background-color: #0f497d
}

.btn-PS {
    color: #1186a1;
    background-color: transparent;
    background-image: none;
    border-color: rgba(17, 134, 161, .25)
}

.btn-PS:hover {
    color: #fff;
    background-color: #1186a1;
    border-color: #1186a1
}

.btn-PS.focus, .btn-PS:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(17, 134, 161, .5);
    box-shadow: 0 0 0 .2rem rgba(17, 134, 161, .5)
}

.btn-PS.disabled, .btn-PS:disabled {
    color: #1186a1;
    background-color: transparent
}

.btn-PS:not([disabled]):not(.disabled).active, .btn-PS:not([disabled]):not(.disabled):active, .show > .btn-PS.dropdown-toggle {
    color: #fff;
    background-color: #1186a1;
    border-color: #1186a1
}

.bg-PS {
    background-color: #1186a1
}

.btn-SM {
    color: #982850;
    background-color: transparent;
    background-image: none;
    border-color: rgba(152, 40, 80, .25)
}

.btn-SM:hover {
    color: #fff;
    background-color: #982850;
    border-color: #982850
}

.btn-SM.focus, .btn-SM:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(152, 40, 80, .5);
    box-shadow: 0 0 0 .2rem rgba(152, 40, 80, .5)
}

.btn-SM.disabled, .btn-SM:disabled {
    color: #982850;
    background-color: transparent
}

.btn-SM:not([disabled]):not(.disabled).active, .btn-SM:not([disabled]):not(.disabled):active, .show > .btn-SM.dropdown-toggle {
    color: #fff;
    background-color: #982850;
    border-color: #982850
}

.bg-SM {
    background-color: #982850
}

.btn-SSS {
    color: #df7426;
    background-color: transparent;
    background-image: none;
    border-color: rgba(223, 116, 38, .25)
}

.btn-SSS:hover {
    color: #fff;
    background-color: #df7426;
    border-color: #df7426
}

.btn-SSS.focus, .btn-SSS:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(223, 116, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(223, 116, 38, .5)
}

.btn-SSS.disabled, .btn-SSS:disabled {
    color: #df7426;
    background-color: transparent
}

.btn-SSS:not([disabled]):not(.disabled).active, .btn-SSS:not([disabled]):not(.disabled):active, .show > .btn-SSS.dropdown-toggle {
    color: #fff;
    background-color: #df7426;
    border-color: #df7426
}

.bg-SSS {
    background-color: #df7426
}

.btn-ST {
    color: #70347e;
    background-color: transparent;
    background-image: none;
    border-color: rgba(112, 52, 126, .25)
}

.btn-ST:hover {
    color: #fff;
    background-color: #70347e;
    border-color: #70347e
}

.btn-ST.focus, .btn-ST:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(112, 52, 126, .5);
    box-shadow: 0 0 0 .2rem rgba(112, 52, 126, .5)
}

.btn-ST.disabled, .btn-ST:disabled {
    color: #70347e;
    background-color: transparent
}

.btn-ST:not([disabled]):not(.disabled).active, .btn-ST:not([disabled]):not(.disabled):active, .show > .btn-ST.dropdown-toggle {
    color: #fff;
    background-color: #70347e;
    border-color: #70347e
}

.bg-ST {
    background-color: #70347e
}

.btn-SSP {
    color: #856527;
    background-color: transparent;
    background-image: none;
    border-color: rgba(133, 101, 39, .25)
}

.btn-SSP:hover {
    color: #fff;
    background-color: #856527;
    border-color: #856527
}

.btn-SSP.focus, .btn-SSP:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(133, 101, 39, .5);
    box-shadow: 0 0 0 .2rem rgba(133, 101, 39, .5)
}

.btn-SSP.disabled, .btn-SSP:disabled {
    color: #856527;
    background-color: transparent
}

.btn-SSP:not([disabled]):not(.disabled).active, .btn-SSP:not([disabled]):not(.disabled):active, .show > .btn-SSP.dropdown-toggle {
    color: #fff;
    background-color: #856527;
    border-color: #856527
}

.bg-SSP {
    background-color: #856527
}

.btn-TS {
    color: #7b5962;
    background-color: transparent;
    background-image: none;
    border-color: rgba(123, 89, 98, .25)
}

.btn-TS:hover {
    color: #fff;
    background-color: #7b5962;
    border-color: #7b5962
}

.btn-TS.focus, .btn-TS:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(123, 89, 98, .5);
    box-shadow: 0 0 0 .2rem rgba(123, 89, 98, .5)
}

.btn-TS.disabled, .btn-TS:disabled {
    color: #7b5962;
    background-color: transparent
}

.btn-TS:not([disabled]):not(.disabled).active, .btn-TS:not([disabled]):not(.disabled):active, .show > .btn-TS.dropdown-toggle {
    color: #fff;
    background-color: #7b5962;
    border-color: #7b5962
}

.bg-TS {
    background-color: #7b5962
}

.badge-division {
    padding: 0 .3333rem;
    color: #fff;
    font-weight: 600;
    text-shadow: none !important
}

.badge-division-xl {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 0 .75rem;
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .badge-division-xl {
        -webkit-transform: translate(-100%, 10%) rotate(-90deg);
        -ms-transform: translate(-100%, 10%) rotate(-90deg);
        transform: translate(-100%, 10%) rotate(-90deg);
        -webkit-transform-origin: right top 0;
        -ms-transform-origin: right top 0;
        transform-origin: right top 0
    }
}

.actionicons {
    font-size: .9rem
}

.actionicon {
    padding-left: .25rem
}

.pageactions {
    padding-top: .75rem;
    padding-bottom: .75rem
}

dd ul {
    margin-top: 1em
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        width: 13rem;
        clear: left;
        text-align: right
    }

    .dl-horizontal dd {
        margin-left: 15rem
    }

    .dl-horizontal-short dt {
        width: 2.5rem
    }

    .dl-horizontal-short dd {
        margin-left: 3.5rem
    }
}

.dl-horizontal-colorbox {
    margin-top: .5rem;
    line-height: 1rem
}

.dl-horizontal-colorbox dt {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 5rem;
    clear: left;
    text-align: right
}

.dl-horizontal-colorbox dd {
    margin-left: 7rem
}

span.required {
    background: url(data:image/gif;base64,R0lGODdhBAAEAIABANYzAf///ywAAAAABAAEAAACBISPCQUAOw==) no-repeat center center;
    color: transparent;
    padding-top: 8px
}

.form-group > label:first-child {
    font-weight: 600
}

.form-buttons {
    margin-top: 1rem
}

fieldset {
    padding: 1.5rem;
    border: .2rem solid #f7f7f7;
    margin: 1rem 0 2rem;
    border-radius: .25rem
}

.form-text {
    margin-bottom: .25rem;
    margin-top: 0
}

@media (max-width: 768px) {
    fieldset {
        border: 0;
        padding: 0;
        background-color: #fff
    }
}

@media (max-width: 992px) {
    .topbar {
        margin-bottom: 20px
    }
}

.topbar {
    z-index: 12;
    position: absolute;
    font-size: .8rem;
    top: .5rem;
    right: 15px;
    margin: 0;
    padding: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.topbar li {
    list-style: none;
    padding: 0 .25rem
}

.topbar a {
    color: rgba(50, 50, 50, .9)
}

.division-menu {
    left: auto !important;
    right: 0;
    border-color: #0072bc rgba(50, 50, 50, .9) rgba(50, 50, 50, .9);
    border-style: solid;
    border-width: 2px 0;
    border-radius: 0;
    margin: .25rem 0 0;
    padding: .25rem 0;
    min-width: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.division-menu .dropdown-item {
    font-size: .8rem;
    padding: .4rem 1rem;
    border: 0
}

@media print {
    body, html {
        font-size: 12px;
        line-height: normal
    }

    .container {
        width: 100% !important;
        max-width: 100% !important
    }

    .row {
        display: block
    }

    #printheader {
        width: 100%;
        height: 2.59cm;
        position: relative
    }

    #printheader img {
        position: absolute;
        top: 0;
        left: 0;
        width: 3.28cm;
        height: 2.59cm;
        z-index: 1000
    }

    #printheader p {
        top: .61cm;
        font-size: 16.4pt;
        font-weight: 600;
        color: #0072bc
    }

    #printheader hr, #printheader p, #printheader small {
        position: absolute;
        left: 4.11cm;
        padding: 0;
        margin: 0;
        z-index: 1
    }

    #printheader small {
        font-size: 10pt;
        font-weight: 400;
        color: #0072bc;
        top: 1.42cm
    }

    #printheader hr {
        top: .53cm;
        width: 8.2cm;
        height: 0;
        border-top: .04cm solid #ffde00;
        border-bottom: .04cm solid #ffde00
    }
}

#sidebar_search {
    margin-top: 2rem
}

#sidebar_search .form-group {
    margin-bottom: 2rem
}

#sidebar_search legend {
    font-size: 1.2rem;
    font-weight: 400
}

#sidebar_results_count + hr, #sidebar_search legend + hr {
    margin-top: .5rem;
    margin-bottom: .75rem
}

#sidebar_indicator {
    display: none
}

#sidebar_results_count, #sidebar_search legend {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.8rem
}

#sidebar_results_count p {
    margin-bottom: 0
}

@media (min-width: 992px) {
    #rightcontent .headline:first-child {
        margin-top: 0
    }

    #rightcontent ul {
        margin-left: 1rem;
        padding-left: .25rem
    }

    #rightcontent .list-unstyled {
        margin-left: 0
    }

    #rightcontent .contacts p::first-line {
        font-weight: 700
    }
}

.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 .5rem
}

.service .service-icon {
    font-size: 3rem;
    margin: 0 1rem 0 0;
    color: #0072bc
}

@media (max-width: 576px) {
    .service {
        display: block
    }

    .service .service-icon {
        float: right;
        margin: 0 0 .5rem 1rem
    }
}

.team {
    margin-top: 1rem
}

.team div {
    margin-bottom: .5rem
}

.team h4, .team h5 {
    margin-top: .5rem
}

.team small {
    text-transform: uppercase;
    display: block
}

.team address, .team p {
    margin: 1rem 0;
    position: relative
}

.team address::before, .team p::before {
    left: 0;
    top: -.5rem;
    height: 1px;
    width: 40px;
    content: ' ';
    position: absolute;
    background: #ccc
}

.timeline {
    padding: 0;
    list-style: none
}

.timeline, .timeline li {
    position: relative
}

.timeline::before {
    top: 0;
    bottom: 0;
    left: 22%;
    width: 4px;
    content: '';
    background: #f7f7f7;
    position: absolute;
    margin-left: -14px
}

.timeline .tmtime {
    margin-top: 1rem;
    width: 25%;
    position: absolute;
    padding-right: 80px;
    text-align: right;
    font-size: 1.4rem
}

.timeline .tmtime small {
    color: #999;
    font-size: 1rem;
    display: block;
    line-height: 1rem
}

.timeline .tmlabel {
    padding: 1rem;
    background: #f7f7f7;
    position: relative;
    margin: 0 0 2rem 25%;
    border-radius: .25rem
}

.timeline .tmlabel p:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.timeline .tmlabel::after {
    right: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f7f7f7;
    border-width: 10px;
    top: 18px
}

.timeline .tmicon {
    top: 23px;
    left: 22%;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #0072bc;
    margin: 0 0 0 -17px;
    -webkit-box-shadow: 0 0 0 4px #eee;
    box-shadow: 0 0 0 4px #eee;
    border-radius: 50%
}

@media (max-width: 992px) {
    .timeline::before {
        display: none
    }

    .timeline .tmtime {
        position: relative;
        padding: 0 0 1rem;
        text-align: left;
        width: 100%
    }

    .timeline .tmtime small {
        display: inline-block
    }

    .timeline .tmlabel {
        padding: 1em;
        font-weight: 400;
        margin: 0 0 30px
    }

    .timeline .tmlabel::after {
        left: 1rem;
        top: -20px;
        right: auto;
        border-bottom-color: #f7f7f7;
        border-right-color: transparent
    }

    .timeline .tmicon {
        display: none
    }
}

.rounded .jvectormap-container {
    border-radius: .25rem
}

.twitter-typeahead .tt-menu {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.twitter-typeahead .tt-suggestion:focus, .twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

.twitter-typeahead .active.tt-suggestion, .twitter-typeahead .active.tt-suggestion:focus, .twitter-typeahead .active.tt-suggestion:hover, .twitter-typeahead .tt-suggestion.tt-cursor, .twitter-typeahead .tt-suggestion.tt-cursor:focus, .twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0
}

.twitter-typeahead .disabled.tt-suggestion, .twitter-typeahead .disabled.tt-suggestion:focus, .twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91
}

.twitter-typeahead .disabled.tt-suggestion:focus, .twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.twitter-typeahead {
    width: 100%
}

.input-group .twitter-typeahead {
    display: block !important
}

.input-group .twitter-typeahead .tt-menu {
    top: 2.375rem !important
}

.ic-indicator {
    display: none
}

.textile pre {
    font-size: .8rem
}

.textile .nav-link {
    font-size: .8rem;
    padding: .4rem .8rem
}

.textile .nav-tabs {
    border-bottom: 0
}

.textile .textile-preview {
    width: auto;
    overflow: auto;
    resize: vertical;
    min-height: 25rem
}

.colorbox {
    width: 100%;
    padding-top: 100%;
    margin: 0 0 1rem;
    display: inline-block;
    border-radius: .25rem
}

.colorbox-primary {
    background-color: #0072bc;
    border: 1px solid #0072bc
}

.colorbox-secondary {
    background-color: #ffde00;
    border: 1px solid #ffde00
}

.colorbox-grey {
    background-color: #a8a9ad;
    border: 1px solid #a8a9ad
}

.colorbox-white {
    background-color: #fff;
    border: 1px solid #ddd
}

.pangramm {
    color: #333;
    margin: 0 0 5px
}

.pangramm-1 {
    font-size: 32px;
    line-height: 32px
}

.pangramm-2 {
    font-size: 64px;
    line-height: 64px;
    margin: 0
}

.pangramm-3 {
    font-size: 52px;
    line-height: 52px
}

.pangramm-4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 25px
}

/* ===================================== */
/*	CO adjustments */
/* ===================================== */

@media print {
    .row {
        display: flex; /* Overwrite EGU Unify.css back to default */
    }

    #printheader svg {
        height: 2.59cm !important;
        width: auto !important;
    }
}

h2,
.h2,
.co_trd_paymentForm-headline {
    padding-bottom: .25rem;
    border-bottom: .1rem solid #0072bc;
    display: table;
    margin: 2rem 0 0.75rem 0;
}

.layout__moodboard-logo-year-container {
    position: relative;
}

.layout__moodboard-logo {
    height: 114px;
}

.layout__moodboard-logo * {
    height: 116px !important;
    width: 250px !important;
}

.layout__moodboard-logo-link:hover,
.layout__footer_egu_jobs--link:hover {
    text-decoration: none;
}

@media (max-width: 576px) {
    .layout__moodboard-logo {
        height: auto;
    }
}

@media (max-width: 500px) {
    .layout__moodboard-logo * {
        height: 77px !important;
        width: 290px !important;
    }

    #navigation nav.container div.row {
        padding-top: 15px !important;
    }
}

@media (max-width: 420px) {
    .layout__moodboard-logo {
        height: auto;
    }

    .layout__moodboard-logo * {
        height: 64px !important;
        width: 240px !important;
    }
}

@media (max-width: 340px) {
    .layout__moodboard-logo * {
        height: 51px !important;
        width: 190px !important;
    }
}

.layout__m-location-and-time {
    color: #0072BC;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
}

.layout__moodboard-banner {
    background-image: url(https://meetings.copernicus.org/plinius17/template_egu2019_image_moodboard_flags_1920x800.jpg);
    transform: translate3d(0px, -149.011px, 0px);
}

/* Footer */
.layout__footer_social_icons {
    display: inline-block;
    margin-right: 5%;
}

.layout__footer_tag_tweets {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}

.layout__footer_co_meetings_logo {
    margin-top: -0.5rem;
}

@media all and (max-width: 992px) {
    .layout__footer_co_meetings_logo {
        margin-top: -3rem;
    }
}

@media all and (max-width: 767px) {
    .layout__footer_co_meetings_logo {
        margin-top: 0;
    }
}

.layout__footer_co_meetings_logo img {
    width: 250px !important;
    height: auto !important;
    display: inline-block;
}

.layout__footer_egu_jobs--horizontal * {
    width: 150px !important;
    height: 150px !important;
}

.layout__footer_egu_jobs--vertical * {
    width: 100% !important;
    height: 100px !important;
}

.footer-heading {
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    position: relative;
    text-align: left
}

.footer-heading::after {
    background-color: #fff;
    bottom: 0;
    content: ' ';
    height: 1px;
    left: 0;
    position: absolute;
    width: 3rem
}

/* Navigation */
.navigation-extended-toggle-button {
    display: none;
}

.dropdown-menu div > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: .4rem 1.5rem;
}

@media (min-width: 992px) {
    #navbar_menu {
        right: .9rem !important;
    }

    .megamenu .dropdown-menu div[class*="col-"]:first-child {
        border-left: 0;
    }

    .dropdown-item a:focus,
    .dropdown-item a:hover {
        text-decoration: none;
    }

    .dropdown-menu div[class*="col-"] {
        padding: .5rem 0;
        border-left: 1px solid #eee;
    }
}

#navbar_menu .nav-link.active {
    border-bottom-color: rgba(50, 50, 50, .9);
    background-color: #f7f7f7;
}

.header-small {
    display: block;
    margin: .5rem .125rem;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 200;
    text-shadow: 2px 2px 2px #000;
    text-align: left;
}

.error-box {
    background-color: rgba(255, 222, 0, .1);
    border: 0;
    border-left: 2px solid #ff0000;
    padding: 20px;
    margin-bottom: 30px;
}

.error-box p:last-child {
    margin-bottom: 0;
}

/* Auth */
#co_auth_check_authiframecontainer .co_administrator_menu_userinfo {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    width: 250px;
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo a,
#co_auth_check_authiframecontainer .co_administrator_menu_userinfo #co_administrator_menu_userinfo_logout {
    background-image: none !important;
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo p,
#co_auth_check_authiframecontainer .co_administrator_menu_userinfo #co_administrator_menu_userinfo_logout {
    margin: 0;
    padding: 0;
}

fieldset.contentbox #co_adm_dataPolicyAgree {
    margin-top: 7px;
    margin-right: 5px;
}

.co_administrator_menu_userinfo * {
    display: inline;
}

.co_administrator_menu_userinfo br,
#co_administrator_menu_userinfo_copernicus-office {
    display: none;
}

.co_administrator_menu_userinfo-userid::after {
    content: ' |';
}

/* Spacer margin bottom x1, x2 keep them proportional */
#content .spacer-mb-x1 {
    margin-bottom: 1rem;
}

#content .spacer-mb-x2 {
    margin-bottom: 2rem;
}

/* Table styles */
.table-wrapper {
    overflow-x: auto;
    word-break: keep-all;
}

.table--grid,
.table--default,
.table--opening-hours {
    border: 1px solid #C3C3C3;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.table--grid th,
.table--grid td,
.table--plain th,
.table--plain td,
.table--default th,
.table--opening-hours th,
.table--default td,
.table--opening-hours td {
    vertical-align: top;
}

.table--grid th,
.table--grid td,
.table--default th,
.table--opening-hours th,
.table--default td,
.table--opening-hours td {
    padding: 5px !important;
    border: 1px solid #C3C3C3;
}

.table--grid th,
.table--default th,
.table--opening-hours th {
    background-color: #EBEBEB;
    font-weight: bold;
    text-align: left;
}

.table--opening-hours-wrapper {
    display: block;
    max-width: 400px;
}

.table--opening-hours {
    width: 100%;
}

.table--opening-hours-day {
    min-width: 160px;
}

.table--opening-hours-time {
    width: 120px;
}

.table--opening-hours th:last-child {
    text-align: center;
}

.table--opening-hours td:last-child {
    text-align: center;
}
.table--grid,
.table--plain
{
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 100%;
    width: 100%;
}
.table--grid .td--empty,
.table--default .td--empty
{
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .table--grid,
    .table--plain {
        width: auto;
    }
}

@media (max-width: 576px) {
    .table--grid,
    .table--default,
    .table--opening-hours
    {
        border: none;
    }
}

.text-shaded {
    color: #7F7F7F; /* 50% #000 */
}

.co_adm_webstream_link {
    color: red;
    text-decoration: none;
    font-weight: bold;
    display: inline;
}

/* Payment */
.trd_payment_forms .contentbox,
.trd_payment_forms .form_save_area {
    background-color: transparent;
    background: none;
    border: none;
    padding: 0;
}

.trd_payment_forms .contentbox {
    padding-bottom: 1em;
}

.trd_payment_forms .form_save_area {
    border: none;
}

#trd_payment_selection fieldset {
    border: 0;
    padding: 0;
}

#trd_payment_selection input[type="radio"] {
    vertical-align: baseline !important;
}

.trd_payment_forms .form_save_area .btn-success,
.trd_payment_forms .form_save_area .btn-danger {
    color: #fff;
    padding: .375rem .75rem;
}

#cc_payment td {
    padding: 5px;
}

#cc_payment tr td:first-child {
    font-weight: bold;
    padding-left: 0;
}

.width-auto {
    width: auto !important;
}

.btn-iframe {
    background-color: #0072bc;
    color: #ffffff;
    text-align: center;
    width: 100%;
    border: 2px solid #0072bc;
    border-radius: 3px;
    cursor: pointer;
}

.btn-iframe a {
    color: #ffffff;
}

@media (min-width: 768px) {
    .btn-iframe {
        display: none;
    }
}

.dropdown {
    position: static !important;
}

.dropdown-menu {
    left: auto !important;
}

.dropdown .dropdown-menu .container .row {
    min-width: 590px !important;
}

@media (max-width: 991px) {
    .dropdown-menu div > a {
        padding: .4rem 1.5rem 0.4rem 0;
        line-height: 1.6;
    }
}

@media (min-width: 991px) {
    div[class*="col-"] .dropdown-header:first-child {
        padding: 0.25rem 1.5rem 0.5rem 1.5rem !important;
        margin-top: 0 !important;
    }
}

.dropdown-header {
    margin-top: 1rem;
}

/*EGU Membership form*/
#co_adm_userProfile-section-keywords br {
    display: none;
}

#co_adm_userProfile-section-policyProfile .co_adm_userProfile-section_prefix,
#co_adm_userProfile-section-outreachProfile-view .co_adm_userProfile-section-view_prefix {
    font-size: 100% !important;
}

iframe.co_height_auto {
    height: auto !important;
}

.co-notification ul:last-child, .co-notification ol:last-child {
    margin-bottom: 0;
}

.btn:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.toggle-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.bordered-list {
    border: 1px solid #C3C3C3;
}

#header.h1 {
    display: none;
}

#alphabetically h2,
#numerically h2 {
    margin-bottom: 1rem !important;
}

#headers-content-container .header-get-function {
    margin-bottom: 0.225rem;
}

#navigation .navbar {
    padding-top: 0.255rem;
}

.color-primary {
    color: #0072bc;
}

.background-color-primary {
    background: #0072bc;
}

.h3.toggle-link .toggle-arrow {
    font-size: 0.85rem;
}

.toggle-arrow.h2-font-size {
    font-size: .96em;
    top: 1px;
}

.toggle-arrow {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .155em;
    border-top: .6em solid transparent;
    border-left: .6em solid;
    border-bottom: .6em solid transparent;
}


.layout__m-location-and-time-mobile {
    color: #0072BC;
    font-weight: bold;
    font-size: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 6.5rem;
}

.layout__m-location-and-time-sm-mobile {
    color: #0072BC;
    font-weight: bold;
    font-size: 1rem;
}

@media all and (max-width: 429px) {
    .layout__m-location-and-time-mobile {
        display: none !important;
    }
}

@media all and (min-width: 430px) {
    .layout__m-location-and-time-sm-mobile {
        display: none !important;
    }
}

@media all and (min-width: 430px) and (max-width: 767px) {
    .layout__m-location-and-time-mobile {
        font-size: 1rem;
    }
}

@media all and (min-width: 430px) and (max-width: 470px) {
    .layout__m-location-and-time-mobile {
        left: 4.5rem;
    }
}


.navbar-collapse.show ul li:last-of-type a {
    padding-right: 0;
}

.list-inline.copyright {
    padding-top: 0.2rem;
}

.navbar-toggler[aria-expanded="true"] {
    border-color: rgb(229, 151, 0);
}

.navbar-toggler[aria-expanded="false"] {
    outline: none;
}

.nav-item:last-of-type .dropdown-menu div[class*="col-"] {
    margin-right: 1.5rem;
}


.co_adm_userProfile-section_prefix, .co_adm_userProfile-section-view_prefix {
    font-size: 80%;
}

#co_adm_userProfile-section-policyProfileProcesses .co_adm_userProfile-section_prefix,
#co_adm_userProfile-section-outreachProfile-edit .co_adm_userProfile-section_prefix,
#co_adm_userProfile-section-policyProfilePublications .co_adm_userProfile-section_prefix,
#co_adm_userProfile-section-policyProfileProjects .co_adm_userProfile-section_prefix,
#co_adm_userProfile-section-policyProfileDatabase .co_adm_userProfile-section_prefix {
    font-size: 1rem;
}

.layout__m-header {
    color: #0072BC;
    display: inline-block;
    font-weight: bold;
    font-size: 29px;
}

.co-content-box {
    border-left: 2px solid #0072bc;
    padding: 1rem;
    background-color: #ebebeb;
    color: #232960;
    margin-bottom: 1rem;
}

.co-notification {
    border-left: 2px solid #0072bc;
    padding: 1rem;
    background-color: rgba(255, 222, 0, .1);
    margin-bottom: 1rem;
}

.co-success {
    border-left: 2px solid #0072bc;
    padding: 1rem;
    background-color: #d4edda;
    margin-bottom: 1rem;
}

.co-error {
    border-left: 2px solid #0072bc;
    padding: 1rem;
    background-color: #f8d7da;
    margin-bottom: 1rem;
}

.co-success > p:last-child,
.co-success > ul:last-child,
.co-success > div:last-child,
.co-error > p:last-child,
.co-error > ul:last-child,
.co-error > div:last-child,
.co-content-box > p:last-child,
.co-content-box > ul:last-child,
.co-content-box > div:last-child,
.co-notification > p:last-child,
.co-notification > ul:last-child,
.co-notification > div:last-child {
    margin-bottom: 0 !important;
}

/* Tablets */
@media only screen and (max-width: 991px) {
    body:not(.iFrame) {
        font-size: 16px;
    }
}

/* Phones */
@media only screen and (max-width: 767px) {
    body:not(.iFrame) {
        font-size: 16px;
        line-height: 1.7;
    }
}

/*********************/
/* Framework overwrites */
/*********************/
/* Font-awesome normally changes line-height back to 1. This a problem when you have a button with pure text next to a button with just an FA icon insight */
.btn .fa,
.btn .fab,
.btn .fad,
.btn .fal,
.btn .far,
.btn .fas {
 line-height:1.5
}