.autocomplete-suggestions {
    border: 1px solid #7899cf;
    background: #fff;
    overflow: auto
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default
}

.autocomplete-selected {
    background: #1e90ff;
    color: #fff
}

.autocomplete-suggestions strong {
    font-weight: 700
}

.autocomplete-group {
    padding: 2px 5px
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000
}

.news-tags__tag {
    background: #f3f6f9;
    display: inline-block;
    margin: 5px 10px 10px 0;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer
}

.news-tags__tag--active {
    background: #60aad0;
    color: #fff
}

.load_more {
    text-align: center
}

.load_more.active #fountainG {
    display: block
}

.load_more #fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
    display: none
}

.load_more .fountainG {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px
}

.load_more #fountainG_1 {
    left: 0;
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s
}

.load_more #fountainG_2 {
    left: 29px;
    animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s
}

.load_more #fountainG_3 {
    left: 58px;
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
}

.load_more #fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s
}

.load_more #fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s
}

.load_more #fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s
}

.load_more #fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s
}

.load_more #fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #0f3066
    }

    100% {
        transform: scale(.3);
        background-color: #fff
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #0f3066
    }

    100% {
        -o-transform: scale(.3);
        background-color: #fff
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #0f3066
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #fff
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #0f3066
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #fff
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #0f3066
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #fff
    }
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.w100p {
    width: 100%!important
}

.survey_form_row[id$="_name"] {
    display: none
}

.subscribe-form-global__background {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    z-index: 99999
}

.subscribe-form-global {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 169px;
    z-index: 99999
}

.subscribe-form-global .e-subscribe__popup {
    opacity: 1;
    visibility: visible;
    padding: 4rem 1.5rem 3rem
}

.e-indicators.mobile .e-indicators__block.active>span {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.e-indicators.mobile .e-indicators__block.active>span:before {
    left: calc(50% - 8px);
    margin-left: 0
}

.subscribe-do-not-show {
    display: block;
    position: absolute;
    z-index: 1;
    top: 15.5em;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: #0e64a5;
    text-decoration: none;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .e-material__content table {
        display:block;
        margin-left: -1.375rem;
        margin-right: -1.375rem;
        padding-left: 1.375rem;
        padding-right: 1.375rem;
        width: 100vw;
        overflow: auto;
        background-image:
                linear-gradient(to right,rgba(255,255,255,1) 30%,rgba(255,255,255,0) ),
                linear-gradient(to left,rgba(255,255,255,1) 30%,rgba(255,255,255,0) ),
                linear-gradient(to right,rgba(24,50,100,.42),rgba(255,255,255,0)),
                linear-gradient(to left,rgba(24,50,100,.42),rgba(255,255,255,0));
        background-position:
                left center,
                right center,
                left center,
                right center;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size:
                70px 100%,
                70px 100%,
                20px 100%,
                20px 100%;
        background-attachment: local,local,scroll,scroll;
        -webkit-overflow-scrolling: auto
    }

    .e-material__content tbody {
        display: table
    }

    .e-material__content table tr {
        display: table-row
    }
}

.e-ico {
    height: 1.25rem;
    width: 1.16rem;
    color: #1a3872
}

.e-ico:before {
    font-size: 1.25rem
}

.e-ico:hover {
    color: #5bb3e2
}

.e-subscribe__toggle:before {
    font-family: subscribe;
    content: "\e902"
}

.e-header__login a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.e-header__login a img {
    display: none
}

.e-menu__login {
    display: none
}

@media (max-width: 1023px) {
    .e-header__login {
        order:2;
        margin-left: auto;
        width: auto
    }

    .e-header__login a span {
        display: none
    }

    .e-header__login a img {
        display: block;
        max-width: none
    }

    .e-header__toggle {
        margin-left: 20px
    }

    .e-menu__login {
        display: block
    }

    .e-menu__login .e-menu__nav {
        padding-top: 2rem
    }
}

.e-video-slider__item {
    position: relative
}

@media (max-width: 570px) {
    .e-video-slider__item {
        padding:0 20px
    }
}

.e-video-slider__pagination {
    display: block
}

@media (max-width: 570px) {
    .e-video-slider__pagination {
        display:none
    }
}

.e-video-slider__arrow {
    display: none
}

@media (max-width: 570px) {
    .e-video-slider__arrow {
        display:block
    }
}

.e-video-slider__iframe {
    height: 200px;
    width: 100%
}

.e-video-slider__arrow_prev {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%233764eb;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath class='st0' d='M41.9 20.9L28.4 34.3c-.4.4-.4 1 0 1.4l13.4 13.4'/%3E%3C/svg%3E");
    background-size: 75px 75px;
    margin-left: -15px;
    margin-top: -60px
}

.e-video-slider__arrow_next {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%233764eb;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath class='st0' d='M27.9 20.9l13.4 13.4c.4.4.4 1 0 1.4L27.9 49.1'/%3E%3C/svg%3E");
    background-size: 75px 75px;
    margin-right: -15px;
    margin-top: -60px
}

.e-main {
    min-height: 450px
}

.official-photos-container .e-dpt {
    margin-top: 11px
}

.official-photos-container .e-dpt>ul a {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 560px) {
    .official-photos-container .e-box .e-box {
        margin-left:10px
    }
}

.official-photos-container .e-box__picture:before {
    padding: 0
}

.official-photos-container .e-box__picture img {
    position: relative
}

.official-photos-container .e-box__heading {
    padding: 10px 0 0
}

@media screen and (max-width: 560px) {
    .conference-video-container iframe {
        width:100%!important;
        height: 100%!important
    }
}

.e-form__row-custom-answer {
    margin-top: 0
}

div.row.e-form__row-with-custom-answer {
    margin-bottom: 5px
}

@media screen and (max-width: 1600px) {
    .e-super__inner:before {
        padding-top:550px
    }
}

button.disabled,button:disabled,button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666
}
