﻿.wgs-partners-main-header + div .col-25 .header {
    font-size: 17px;
    background-color: #efefef;
    color: #7b7b7b;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.wgs-partners-main-header + div .col-25 .header {
    font-size: 17px;
    background-color: #efefef;
    color: #7b7b7b;
}

.wgs-partners-logos .wgs-partners-header {
    font-family: "Certo Sans Book", Arial, sans-serif;
    background: #0BA4D4;
    padding: 10px;
    color: #fff;
}

.wgs-partners-main-header {
    background: #0BA4D4;
    color: #fff;
    line-height: 1.2;
    padding: 10px;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wgs-partners-header {
    text-align: center;
}

.wgs-partners-logos .col-25 {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.extra-5-col .col-25 {
    width: 25%;
}

@media(max-width:992px) {
    .extra-5-col .col-25 {
        width: 50%;
    }
}

.wgs-partners-logos a {
    position: relative;
    height: 290px;
    width: 100%;
    overflow: hidden;
}

.report-img {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
}

.tags span {
    border: 1.5px solid #00A6D6;
    background-color: transparent;
    border-radius: 34px;
    color: #00A6D6;
    padding: 10px;
    margin: 5px 5px 5px 0;
    letter-spacing: 1.05px;
}

.img-desc {
    opacity: 0.8;
    font-size: small;
}

    .img-desc .last {
        text-align: right;
    }



.wgs-article-detail .right-text-content {
    padding-right: 0;
    padding-left: 35px;
}


.right-text-content ul li {
    margin-bottom: 15px;
    line-height: 1.2em;
    position: relative;
}

    .right-text-content ul li:before {
        margin-left: -0.7em;
        font-size: 55px;
        width: 20px;
        height: 0px;
    }

    .right-text-content ul li:before {
        content: "\2022";
        color: #0BA4D4;
        display: inline-block;
        width: 1em;
        position: absolute;
        top: 1px;
        left: 0;
        font-family: "Logical",Arial,sans-serif;
    }

@media(max-width:576px) {
    .wgs-partners-logos a {
        height: 180px;
    }

    .wgs-partners-main-header + div .col-25 .header {
        font-size: 14px;
    }
}

@media(max-width:364px) {

    .wgs-partners-main-header + div .col-25 .header {
        font-size: 12px;
    }
}

.wgs-partners-logos a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .hide-mobile,
    .hide-mobile + div {
        display: none !important;
    }
}

.has-input-error input[type="text"] {
    border-bottom: 2px solid red;
}

.thankyou {
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #0BA4D4;
}

.error {
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #de1d1d;
}

button#subscribeEmailBtn,
button#subscribeEmailBtn:hover,
button#subscribeEmailBtn:active,
button#subscribeEmailBtn:focus,
input#subscribeEmail,
input#subscribeEmail:focus,
input#subscribeEmail:active {
    box-shadow: none;
    outline: none;
    border: 0;
}

    input#subscribeEmail:focus {
        border-color: #ced4da;
    }

.grecaptcha-badge {
    display: none !important;
}

.hide {
    display: none !important;
}

.hideme {
    visibility: hidden !important;
}

.main-menu {
    padding-left: 0;
}

.menu-main-menu-container > ul > li a + ul:before {
    height: 340px;
}

.menu-background {
    height: 340px;
}

.toggler {
    /*padding-left: 10px;*/
}

    .toggler button.collapsed {
        background: url("svg-icons/menu.svg") no-repeat center center;
    }

    .toggler button {
        background: url("svg-icons/header-close-icon.svg") no-repeat center center;
        background-size: 65%;
        border: none;
        width: 32px;
        height: 32px;
        padding: 0;
        text-indent: -900em;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        outline: none;
        float: right;
        margin: 0;
    }

.navbar-toggler-icon {
    background: url("svg-icons/loupe.svg") no-repeat center center;
}

    .navbar-toggler-icon.background {
        filter: brightness(200%);
    }

.lang {
    padding: 9px 10px 0 27px;
}

    .lang a {
        color: #215D9E;
    }

        .lang a:hover {
            color: #00E0FF;
            border-bottom: 2px solid;
        }

.wgs-sub2 ul li a:hover {
    padding-bottom: 2px;
    border-bottom: white;
    border-style: solid;
}


.wgs-home-w-big-slider a .text-content p {
    margin-right: 0em !important;
}

.contact-form .mid-blue-big-button {
    text-transform: uppercase;
    border: none;
}

.contact-form .mid-blue-big-button:focus {
    outline: none !important;
}



.person-img {
    overflow: hidden;
    position: relative;
}

    .person-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

.border-gray {
    border: gray solid 1px;
}

.menu-main-menu-container > ul > li a + ul,
.menu-main-menu-container > ul > li a + ul li a,
.menu-main-menu-container > ul > li a + ul li {
    transition: none;
}

.menu-main-menu-container > ul > li.has-children:hover a + ul,
.menu-main-menu-container > ul > li.has-children:hover a + ul li a,
.menu-main-menu-container > ul > li.has-children:hover a + ul li {
    transition: all .3s;
}


/* hepsinin sonuna a eklendi  */

.menu-main-menu-container > ul > li a + ul li a {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li:first-child a {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li:nth-of-type(2) a {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li:nth-of-type(3) a {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li:nth-of-type(4) a {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li:nth-of-type(5) a {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li:nth-of-type(6) a {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li:nth-of-type(7) a {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li:nth-of-type(8) a {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s
}

.menu-main-menu-container > ul > li.has-children:hover a + ul li a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    display: inline-block;
}

.show-more a {
    width: 500px;
}
/*Articles Detail view styles*/
.article-detail-share .social-links img {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-right: 1em;
}

.article-detail-widget .articles-w-thumb li a .text {
    color: #A0A0A0;
    width: 100%;
    line-height: 1.2;
}

.article-detail-widget .articles-w-thumb li a img {
    margin-right: 16px;
    width: calc(50% - 16px);
}

.article-detail-widget .articles-w-thumb li a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.article-detail-widget .articles-w-thumb li {
    margin-bottom: 24px;
}

.article-detail-widget h2 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 1;
    border-bottom: none;
    color: #215E9E;
}
.article-detail-widget p {
    padding-bottom: 15px;
}

.subscribe-article input {
    width: 60%;
    padding: 16px;
    border-radius: 0;
    font-family: "Certo Sans Book", Arial, sans-serif;
}

    .subscribe-article input:-webkit-autofill,
    .subscribe-article input:-webkit-autofill:hover,
    .subscribe-article input:-webkit-autofill:focus,
    .subscribe-article input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 40px white inset !important;
    }

.subscribe-article button {
    background: #0BA4D4;
    border-color: #0BA4D4;
    border-radius: 0;
    padding: 10px 20px;
    font-family: "Certo Sans Book", Arial, sans-serif;
}

.search-form {
    border: 1px #a0a0a0 solid;
    height: 39px;
    width: 75%;
}

@media (max-width: 992px) {
    .search-form {
        width: 100%;
    }
}


.search-form #searchFilters {
    height: 100%;
    font-size: small;
}

.search-form input {
    border: none;
}

body {
    color: #676767 !important;
}

.border-dark {
    border-color: gray !important;
    border-width: 2px;
}

.border-light-dark {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.8) !important;
    opacity: 0.6;
}

@media (min-width: 992px) {
    .wgs-articles .row img {
        margin-bottom: 24px;
        object-fit: cover;
        width: 100%;
        height: 320px;
    }
}

.light-blue {
    color: #00A6D6;
}


.wgs-articles .social-links a {
    display: inline-block !important;
    margin-bottom: 0;
}

.article-detail-widget .see-full img {
    width: 10px;
    margin-left: 12px;
    transform: rotate(-180deg);
}

.article-detail-widget .see-full {
    display: flex;
    align-items: center;
    color: #A0A0A0;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #A0A0A0;
}

.article:hover .date {
    color: black;
}

.wgs-site-header .search-login:before {
    transform: none;
    background: none;
    box-shadow: none;
}

.wgs-site-header .search-login ul {
    text-align: left;
    padding: 0;
}

.wgs-site-header .search-login {
    padding-right: 220px;
    top: 115px;
    z-index: -1;
}

    .wgs-site-header .search-login ul li .forgot-pass a {
        color: #007bff;
        display: inline;
    }

.wgs-sub {
    top: 100px;
    left: 0px;
    width: 100%;
    height: auto;
    background: #0BA4D4 0% 0% no-repeat padding-box;
    position: absolute;
    opacity: 1;
    font-family: "Certo Sans Book",Arial,sans-serif;
}

.navbarSearch {
    top: 100px;
    left: 0px;
    width: 100%;
    height: 80px;
    background: #0BA4D4 0% 0% no-repeat padding-box;
    position: absolute;
    opacity: 1;
    font-family: "Certo Sans Book",Arial,sans-serif;
}

    .navbarSearch div {
        top: 18px;
        right: 104px;
        height: 60px;
        position: inherit;
    }

    .navbarSearch input {
        background-color: white;
        background-image: url(svg-icons/loupe.svg);
        background-position: 266px 11px;
        background-repeat: no-repeat;
        background-size: 19px;
        width: 300px;
        padding: 10px 30px 10px 10px;
        border-style: none;
        font-size: small;
    }

.wgs-sub > ul, .wgs-sub2 > ul {
    height: 100%;
    /*align-items: center;*/
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 100px;
}

.wgs-sub2 > ul {
    padding-top: 0px;
}


    .wgs-sub > ul > li, .wgs-sub2 > ul > li {
        height: auto;
        float: left;
        /*align-items: center;*/
        position: relative;
        padding: 0 20px;
        font-size: 16px;
        width: 10%;
        padding: 28px 0;
    }

    .wgs-sub2 > ul > li {
        padding: 0;
    }


.wgs-sub a, .wgs-sub2 a {
    color: #fff;
    align-items: center;
    white-space: nowrap;
}

.wgs-sub ul.home-nav > li:hover > a {
    padding-bottom: 4px;
    border-bottom: white;
    border-style: solid;
}

.wgs-sub2 {
    top: 180px;
    left: 0px;
    width: 100%;
    background: #0BA4D4 0% 0% no-repeat padding-box;
    position: absolute;
    opacity: 1;
    font-family: "Certo Sans Book",Arial,sans-serif;
    padding-bottom: 9px;
}


.has-children .subs {
    position: fixed;
    /* display: inline-block; */
    width: 100%;
    left: 0;
    right: 0;
    background: #0BA4D4 0% 0% no-repeat padding-box;
}


.sub-menu {
    background: #0BA4D4 0% 0% no-repeat padding-box;
    width: 100%;
    position: absolute;
    opacity: 1;
    font-family: "Certo Sans Book",Arial,sans-serif;
}

    .sub-menu li a {
        color: white;
    }

.has-children:hover .sub-menu {
    right: 0;
    margin-top: 5px;
    padding-top: 20px;
}

#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #cdcdcd;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        #menuToggle input:checked ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }

    #menuToggle input:checked ~ ul {
        transform: none;
    }

@-moz-keyframes loadSpin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes loadSpin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes loadSpin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}


@keyframes loadSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cf-load {
    border-radius: 100%;
    border: 4px solid #0ba4d4;
    border-bottom-color: transparent;
    animation: loadSpin 1s infinite linear;
    -webkit-animation: loadSpin 1s infinite linear;
    -moz-animation: loadSpin 1s infinite linear;
    -o-animation: loadSpin 1s infinite linear;
    -ms-animation: loadSpin 1s infinite linear;
}

#contact-form-loading-wrapper {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}

#contactFormBtn:disabled + #contact-form-loading-wrapper,
#contactFormBtn[disabled] + #contact-form-loading-wrapper {
    opacity: 1;
    visibility: visible;
}

#contactFormBtn:disabled,
#contactFormBtn[disabled] {
    background: #bdbdbd;
}

.cf-load {
    width: 20px;
    height: 20px;
}

.show-more {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aspect-ratio-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

    .aspect-ratio-video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }


/*Login form*/

.login-container .Form__error {
    color: red;
}

.wgs-top-filters .form .form-group {
    width: 40%;
}

.wgs-top-filters .form select {
    width: 50% !important;
}


/*Dashboard fixes*/

img.TravelInfo-icon {
    width: 30%;
}

img.modal-user-img {
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 992px) {
    img.TravelInfo-icon {
        width: 5%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    img.TravelInfo-icon {
        width: 15%;
        margin-bottom: 15px;
    }
}


/* Dashboard - QR Card fixes*/

@media (min-width: 576px) {
    .modal-sm {
        max-width: 300px;
    }
}

@media (max-width: 575px) {
    .modal-sm {
        max-width: 250px;
        margin: auto;
    }
}


/* Fixing Kiosk navigation in Mobile*/

.wgs-page-header.wgs-kiosk {
    background-color: #0BA4D4
}


/* Fixing Kiosk - Remove extra padding of Speakers List */

.wgs-kiosk .wgs-speakers-short-widget {
    margin-top: 0px !important;
}


/* Speakers Detail for Kiosk*/

.kiosk-heading-desktop {
    display: none;
    background: #0BA4D4;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 100px 10px 50px;
}

    .kiosk-heading-desktop a {
        color: white;
    }

@media (min-width: 993px) {
    .kiosk-heading-desktop {
        display: flex;
    }

    .kiosk-heading-mobile {
        display: none;
    }
}

.wgs-container .arrow-nav {
    background-image: url('/resourcepackages/summit/assets/styles/svg-icons/down-chevron.svg');
    width: 17px;
    height: 30px;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center;
}

/*Kiosk Agenda - margin top fix*/

.kiosk-agenda-mg-top--20 {
    margin-top: -20px;
}

.wgs-page-content .social-links {
    display: flex;
}

    .wgs-page-content .social-links a {
        margin: 1rem;
    }

    .wgs-page-content .social-links img {
        height: 30px;
        display: inline-block;
    }

.wgs-signage + .wgs-container .text-orange {
    color: #00E0FF !important;
}

@media(max-width:992px) {
    .wgs-site-header .search-login ul li:last-child {
        position: absolute;
        top: 5px;
    }

    .wgs-site-header .search-login.mobile ul li:first-child {
        position: absolute;
        right: 0;
        top: 5px;
    }
}

@media(max-width:455px) {
    .wgs-page-header .heading-text-content .user-img {
        width: 50px;
        height: 50px;
    }
}


/* Button */

.btn {
    border-radius: 0;
}

a.btn.btn-play {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin-bottom: 24px;
}

    a.btn.btn-play:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 4;
    }

    a.btn.btn-play:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        background: url('https://www.youtube.com/yt/about/media/images/brand-resources/icons/YouTube_icon_full-color.svg') no-repeat center center;
        background-size: 50px;
        transform: translateY(-50%)
    }

.btn-play img {
    width: 100%;
}


/* --- Video Modal --- */

.noscroll {
    overflow: hidden;
}

.video-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-modal {
    z-index: 3000;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal-content {
    width: 100%;
    height: 0;
    padding-top: 0;
    margin: 0 auto;
    overflow-y: visible;
    background-color: transparent;
    z-index: 1;
    padding-bottom: 56%;
    position: relative;
}


/* Mobile */

@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}


/* modal close button */

.close-video-modal {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: transparent;
    z-index: 10;
}

    .close-video-modal:after,
    .close-video-modal:before {
        content: '';
        position: absolute;
        width: 36px;
        height: 3px;
        background: #00a3d6;
    }

    .close-video-modal:after {
        transform: rotate(45deg) translate(18px, 12px)
    }

    .close-video-modal:before {
        transform: rotate(-45deg) translate(-12px, 18px)
    }


/* iframe element stretch to fit */

iframe#youtube {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
    width: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 80%;
    background: #fff;
}

@media(max-width:992px) {
    iframe#youtube {
        height: 300px;
        width: 90%;
    }
}


/* show modal */

.show-video-modal .video-modal {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.6);
}

.border-right__color .row .col-md-4 .speaker-img-container,
.wgs-home-w-big-slider .swiper-wrapper .swiper-slide .speaker-img-container {
    border-right: 1px solid #00b5d6;
}

.border-right__color .row .col-md-4:last-child .speaker-img-container,
.wgs-home-w-big-slider .swiper-wrapper .swiper-slide:last-child .speaker-img-container {
    border-right: none;
}

@media(min-width:1200px) {
    .swiper-wrapper {
        padding: 0;
    }
}

@media(max-width:1200px) {
    .swiper-container .mid-blue-big-button {
        margin-left: 15px;
        margin-right: 15px;
    }
}   

    @media(min-width:992px) {
        .wgs-hero-img.wgs-contact-hero .wgs-contact-map iframe {
            left: -5% !important;
            width: 110% !important;
        }

        .menu-main-menu-container > ul > li > a:hover:after,
        .menu-main-menu-container > ul > li > a.active:after {
            width: 96% !important;
        }

        .menu-main-menu-container > ul > li > a:after {
            left: 2%;
        }


        .menu-main-menu-container > ul > li > a + ul > li > a:hover,
        .menu-main-menu-container > ul > li > a + ul > li > a.active {
            color: white;
        }

        .menu-main-menu-container > ul > li > a + ul > li > a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 0;
            height: 3px;
            background: white;
            transition: all .3s ease-out;
        }

        .menu-main-menu-container > ul > li > a + ul > li > a:hover:after {
            width: 100%;
        }
    }

    @media(max-width:992px) {
        .wgs-site-header .search-login .login-active {
            height: 100vh;
        }
    }

    @media (max-width:992px) {
        #primary-menu {
            overflow-y: scroll;
            padding-bottom: 130px;
        }
    }

    .videos .col-md-4 .date {
        font-size: 18px;
    }

    .videos .col-md-4 h3, .videos .col-md-4 h3 a {
        color: #0BA4D4;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 16px;
        overflow: hidden;
        position: relative;
        line-height: 1.4em;
        max-height: 66px;
        text-align: left;
    }

    .videos .col-md-4 .desc {
        font-size: 18px;
        overflow: hidden;
        position: relative;
        line-height: 1.3em;
        max-height: 70px;
        text-align: justify;
        padding-right: 1em;
    }

    .menu-opened {
        overflow: hidden;
    }

    @media(max-width:992px) {
        .wgs-page-content .mb-3 img:last-child {
            width: 130px;
        }
    }

    .menu-main-menu-container #primary-menu > ul > li:last-child {
        padding-right: 16px;
    }

    .has-input-error input.form-control,
    .has-input-error textarea.form-control {
        border-bottom: 1px solid #e21515 !important;
    }

    .has-input-error.form-group label {
        color: #e21515 !important;
    }

    .wgs-site-header .search-login.mobile ul {
        padding: 0;
        background: #215D9E;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        height: 55px;
    }

        .wgs-site-header .search-login.mobile ul li:nth-child(3) {
            display: block;
            order: -1;
            width: 100%;
            text-align: right;
        }

        .wgs-site-header .search-login.mobile ul li:first-child {
            position: relative;
            top: inherit;
        }

    .wgs-site-header .search-login ul li a {
        display: block;
    }

    @media (max-width: 992px) {
        .wgs-site-header .search-login ul li:last-child {
            position: relative;
            top: inherit;
        }
    }

    .wgs-menuwrapper .wgs-menu {
        margin: 53px 0 0 0;
    }

    @media (min-width: 992px) {
        .wgs-hero-img.wgs-contact-hero .wgs-contact-map iframe {
            left: -15% !important;
            width: 130% !important;
        }
    }

    .search-result_container div {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 20px;
    }

        .search-result_container div div,
        .search-result_container h1 + div + div,
        .search-result_container h1 + div {
            border-bottom: none;
            margin-bottom: 0;
        }

            .search-result_container h1 + div + div {
                margin-bottom: 40px;
            }

    .search-result_container a {
        color: #2fb4c8;
    }

    .wgs-page-header {
        position: relative;
        padding: 3em 0 50px 100px;
        margin: 0px;
        display: flex;
        flex-flow: row wrap;
    }

    .wgs-page-content {
        margin-bottom: 55px;
    }

    .wgs-top-filters {
        font-family: "Certo Sans Book",Arial,sans-serif;
    }

    .wgs-speakers-short-widget {
        margin-top: 0px;
        margin-bottom: 140px;
    }


    .swiper-button-next {
        background-size: 30%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #0BA4D4;
        background-image: url(svg-icons/back-icon-white.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transform: rotate(180deg);
        background-color: transparent !important;
    }

    .swiper-button-prev {
        background-size: 30%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #0BA4D4;
        background-image: url(svg-icons/back-icon-white.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent !important;
    }

.mid-blue-big-button{
    font-size:12px;
}
.mid-blue-big-button:hover {
    color: #008CC2 !important;
    background-color: white;
    border: 2px solid #008CC2;
}

    .download:hover .down-icon {
        background-image: url(svg-icons/down-arrow-wh.svg);
    }

.download:hover .down-pdf {
    background-image: url(svg-icons/down-pdf-wh.svg);
}

.download:hover .down-single {
    background-image: url(svg-icons/down-single-wh.svg);
}

.download:hover .down-spread {
    background-image: url(svg-icons/down-spread-wh.svg);
}

    .home-hero-text .mid-blue-big-button {
        font-weight: bold;
    }

        .home-hero-text .mid-blue-big-button:hover {
            font-weight: bold;
            border: 0;
        }

    .wgs-container .breadcrumb {
        background-color: transparent;
        text-decoration: none;
        padding: 0;
        margin-bottom: 15px;
        margin-top: 25px;
        font-family: "Certo Sans Book",Arial,sans-serif;
    }

    .breadcrumb a {
        color: gray;
    }

    .mob-nav {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        perspective: 1000px;
        perspective-origin: 50% 200%;
        top: 75px;
    }

        .mob-nav ul {
            overflow-y: scroll;
            padding-bottom: 130px;
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0px);
            position: absolute;
            width: 100%;
            backface-visibility: hidden;
            background: #0BA4D4;
            height: calc(100vh - 53px);
            padding: 0;
            list-style: none;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

        .mob-nav li {
            position: relative;
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0px);
        }

            .mob-nav li a {
                display: block;
                position: relative;
                padding: 15px 20px;
                font-size: 16px;
                line-height: 20px;
                font-weight: 300;
                color: #fff;
                outline: none;
            }

    .collapsing {
        position: absolute;
        height: 0;
        overflow: hidden;
        transition: none;
        -webkit-transition: none;
        transition: none;
        display: none;
    }


    button:focus {
        outline: 0;
    }

    @media screen and (max-width: 1000px) {
        .navbarSearch {
            top: 75px;
        }

            .navbarSearch div {
                right: 24px;
            }
    }


    .input-group-append img {
        width: 19px;
        height: 19px;
    }

    @media screen and (max-width: 1000px) {
        .wgs-articles .col-12.col-lg-4 a .arc {
            min-height: unset;
        }
    }

    @media screen and (max-width: 460px) {
        .lang {
            padding: 3px 5px 0 5px !important;
        }

        .navbar-toggler {
            padding: 0;
        }

        /* .mr-auto, .mx-auto {
            margin-right: 0 !important;
        } */

        .toggler button {
            margin: 0 5px 0 0
        }

        .toggler {
            padding-left: 0 !important;
        }

        .wgs-site-header .logo .logo-icon, .wgs-site-header .logo a .logo-text {
            margin-right: 0 !important;
        }

        .wgs-site-header {
            padding: 0 10px;
        }

            .wgs-site-header .logo, .wgs-site-header .logo a {
                width: 150px;
            }
    }

    @media screen and (max-width: 410px) {
        .wgs-site-header {
            height: 100px;
        }
    }

    .rel-report-img {
        width: 122px !important;
        height: 122px !important;
        margin-right: 10px !important;
    }

    li.has-children > a + ul {
        position: relative !important;
        left: 0 !important;
    }

    /*
.home-nav{
    height:235px!important;
}
    */

    ul.home-nav > li:hover {
        padding: 26px 0 10px 0
    }


    .one-page-nav a {
        color: #215D9E;
    }

        .one-page-nav a:hover {
            color: #00E0FF;
            border-bottom: 2px solid;
        }

.downn-icon {
    width: 17px !important;
    height: 17px !important;
    background-size: cover;
    background-image: url(svg-icons/down-arrow.svg);
}
.down-pdf {
    width: 18px !important;
    height: 25px !important;
    background-size: cover;
    background-image: url(svg-icons/down-pdf.svg);
}
.down-single {
    width: 18px !important;
    height: 25px !important;
    background-size: cover;
    background-image: url(svg-icons/down-single.svg);
}
.down-spread {
    width: 33px !important;
    height: 23px !important;
    background-size: cover;
    background-image: url(svg-icons/down-spread.svg);
}


    .main-menu ul#primary-menu li.has-children > a + ul {
        /*position: absolute !important;
    right: auto;
    left: 0 !important;
    top: 40px;
    */
        width: 100%;
        direction: ltr;
        min-height: 170px;
    }




    .dropdown.show > .dropdown-toggle {
        border-bottom: none;
    }

    .dropdown-divider {
        margin: 0 15px;
        border-color: gray;
    }

    button.btn.dropdown-toggle {
        border: #a0a0a0 solid 1px;
        width: 100%;
        text-align: justify;
        outline: none;
        box-shadow: none;
        border-radius: unset;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dropdown-menu.show {
        width: 100%;
        border-radius: unset;
        border-top: none;
        border-color: gray;
        top: -3px !important;
        padding-top: 0;
        max-height: 330px;
        overflow-y: auto;
        border-width: thin;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #eee;
    }

    a.child-right-link.filter {
        color: #00A6D6;
        text-decoration:underline;
    }

.wgs-top-filters {
    font-size: 15px;
    font-size: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background-color: white;
    z-index: 99;
    padding-top: 25px;
}

        .wgs-top-filters button {
            font-size: 15px;
        }

        .wgs-top-filters .dropdown-item {
            font-size: 12px;
            white-space: normal;
            color: #676767 !important;
        }

        .wgs-top-filters input {
            font-size: 15px;
        }

    .dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 50%;
        color: black;
    }

    /*
.heading-text-content {
    display: none;
}
*/

    button.btn.dropdown-toggle {
    }



    /*
.btn.dropdown-toggle ~ .dropdown-menu,
ul.nav li.dropdown ul.dropdown-menu {
    background-color: rgb(244, 244, 244);
    background-color: rgb(255, 255, 255);
    border: 0 solid rgb(66, 133, 244);
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3);
    top: 0px;
    margin: 0px;
    padding: 0px;
}

ul.nav li.dropdown ul.dropdown-menu {
    position: absolute;
    width: 100%;
}

.dropdown-menu .dropdown-plus-title {
    width: 100%;
    color: rgb(51, 51, 51);
    padding: 6px 12px;
    font-weight: 800;
    border: 0 solid rgb(173, 173, 173);
    border-bottom-width: 2px;
    cursor: pointer;
}

ul.nav li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(53, 126, 189);
}

.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(76, 174, 76);
}

.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(70, 184, 218);
}

.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(238, 162, 54);
}

.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(212, 63, 58);
}

@media (min-width: 768px) {
    ul.nav li.dropdown ul.dropdown-menu .dropdown-plus-title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    ul.nav li.dropdown ul.dropdown-menu {
        width: auto;
    }
}

    .sf_colsIn {
    padding-top: 130px;
}

@media (max-width: 992px) {
    .sf_colsIn {
        padding-top: 105px;
    }
}
.wgs-page-content > .page-service {
    padding: 130px 0 30px 0;
    color: #00A6D6;
}

@media (max-width: 992px) {
    .wgs-page-content > .page-service {
        padding: 105px 0 30px 0;
    }
}

*/


    .wgs-page-content > .page-service {
        color: #00A6D6;
    }

    .header-fix {
        padding-top: 117px;
        padding-bottom: 13px;
    }

    @media (max-width: 992px) {
        .header-fix {
            padding-top: 105px;
        }
    }

    .sf-Long-text p > a {
        background: #0BA4D4;
        color: #fff !important;
        padding: 12px 50px;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        font-family: "Certo Sans Book",Arial,sans-serif;
    }

        .sf-Long-text p > a:hover {
            color: #008CC2 !important;
            background-color: white;
            border: 2px solid #008CC2;
        }


    .wgs-articles .row {
        margin-right: -7px;
        margin-left: -7px;
    }

    .wgs-articles .col-12, .wgs-articles .col-lg-4, .wgs-articles .col-sm-6 {
        padding-right: 7px;
        padding-left: 7px;
    }


    .wgs-article-detail, .wgs-article-detail div {
        margin-bottom: 2em;
        line-height: 1.3em !important;
        font-family: "Certo Sans Book",Arial,sans-serif;
    }

        .wgs-article-detail h1, .wgs-article-detail h2, .wgs-article-detail h3, .wgs-article-detail h4, .wgs-article-detail h5, .wgs-article-detail h6 {
            margin-bottom: 0;
            line-height: 2em !important;
        }

    .wgs-articles .col-12.col-lg-4 a figure:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00A6D6;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .wgs-articles .col-12.col-lg-4 a:hover figure:after {
        opacity: 0.54;
        visibility: visible;
    }

    .article:hover .date {
        color: black;
    }


    .img {
        height: 460px;
        background-size: cover;
        background-position: center center;
    }

@media screen and (max-width: 991px) {
    .img {
        height: 300px;
    }
}


    .load-more-btn {
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 12px 0;
        text-align: center;
    }

    .exp {
        padding-right: 14px;
    }

        .exp .speaker-img-container {
            border-right: 0 !important;
        }

    .wgs-home-w-big-slider .exp a .text-content h3 {
        color: #00A6D6;
    }

    .exp .speaker-img-container {
        padding-bottom: 0;
    }

    .exp a .text-content {
        padding: 0 16px 10px 0;
    }

    .wgs-articles .col-12.col-lg-4 a h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: Certo Sans light;
        font-weight: bold;
    }

    .light-blue h2 {
        padding-bottom: 9px;
    }

    .auth-info {
        background-color: #00A6D6;
        color: white;
        padding: 15px;
        font-size: smaller;
    }

        .auth-info a {
            text-decoration: none;
            color: white;
        }

            .auth-info a:hover {
                text-decoration: underline;
                color: white;
            }

        .auth-info hr {
            border-top: 1px solid white;
            margin-top: 0;
            margin-bottom: 10px;
        }

    .title-filter {
        color: #a0a0a0;
        font-size: 16px;
        font-family: Logical, Arial, sans-serif;
    }

    #multiselect .form-check-inline {
        margin-right: 0;
        width: 100%;
    }

    #multiselect .form-check-label {
        width: 100%;
        color: #676767 !important;
        font-size: 12px;
    }

    #multiselect .dropdown-item {
        padding: 2px 5px 2px 15px;
    }

    .share-icon {
        width: 30px !important;
        height: 30px !important;
        transition: background-image 0.5s;
    }

    .facebook-hover:hover {
        background-image: url('/ResourcePackages/Summit/assets/styles/svg-icons/facebook-hover.svg') !important;
    }

    .twitter-hover:hover {
        background-image: url('/ResourcePackages/Summit/assets/styles/svg-icons/twitter-hover.svg') !important;
    }

    .linkedin-hover:hover {
        background-image: url('/ResourcePackages/Summit/assets/styles/svg-icons/linkedin-hover.svg') !important;
    }

    .download-hover:hover {
        background-image: url('/ResourcePackages/Summit/assets/styles/svg-icons/download-hover.svg') !important;
    }

.auth-bio {
    padding-bottom: 19px;
}

.auth-bio h4 {
    font-size: 17px;
    color: #00A6D6;
    margin-bottom: 7px;
    font-weight: 600;
}

.auth-bio .bio {
    height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #676767;
    margin-bottom: 0px;
    overflow: hidden;
}

.auth-info {
    min-height: 138px;
}


.wgs-home-hero-bottom-buttons {
    padding: 0 100px 0 100px;
}

.wgs-home-page .swiper-button-prev {
    left: 100px;
}

.wgs-home-page .swiper-button-next {
    right: 100px;
}

@media (max-width: 1200px) {

    .wgs-home-page .swiper-container .mid-blue-big-button{
        margin:0;
    }

    .wgs-home-hero-bottom-buttons {
        padding: 0 5% 0 10%;
    }

    .wgs-hero-img.wgs-home-page .home-hero-text {
        padding: 0 5% 0 10%;
    }

    .wgs-home-page .swiper-button-prev {
        left: 5%;
    }

    .wgs-home-page .swiper-button-next {
        right: 5%;
    }
}



@media (max-width: 992px) {
    .wgs-home-hero-bottom-buttons {
        padding: 0 20px 0 10%;
    }

    .wgs-home-page .swiper-button-next {
        right: 20px;
    }

    .wgs-home-page .swiper-button-prev {
        left: 20px;
    }

}

@media (max-width: 768px) {
    .wgs-home-hero-bottom-buttons {
        padding: 0;
    }

    .wgs-home-hero-bottom-buttons .row .col-12 {
        padding: 0;
        margin: 0;
    }

    .wgs-home-hero-bottom-buttons a {
        margin: 0;
        font-size: 18px;
    }
}

@media (max-width: 600px) {

    .wgs-hero-img.wgs-home-page .home-hero-text {
        padding: 0 13% 0 15%;
    }
}


.col-12.col-md-3.container-item {
    margin: 0 auto;
}

* > .container-item:first-child {
    margin-left: 0 !important;
}

* > .container-item:last-child {
    margin-right: 0 !important;
}

.wgs-article-detail img {
    width: 100%;
}

.search-login {
    display:none;
}

.wgs-home-hero-bottom-buttons .col {
    padding-right:0 !important;
}

.wgs-page-child-menu li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #A0A0A0;
}

.wgs-page-child-menu li {
    display: inline-block;
}

.wgs-page-child-menu li a:hover, .wgs-page-child-menu li a.active {
    color: #0BA4D4;
}

.wgs-page-child-menu li a {
    color: #646f83;
}

@media (max-width: 410px) {
    .wgs-top-filters {
        padding: 20px 0;
        font-size: 13px;
        top: 100px !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .wgs-top-filters {
        position: fixed;
        width: 89vw;
    }
}


