﻿@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
    font-family: futura-pt,'Open Sans','Helvetica Neue',Helvetica,sans-serif;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

html {
    --year-badge-width: 10vw;
}

.bg-header {
    background: #017db9;
}

.conference-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
}

.conf-text p {
    font-size: 14px;
}

.conference-detail {
    font-size: 22px;
    font-family: futura-pt,'Open Sans','Helvetica Neue',Helvetica,sans-serif;
}

.header-right {

    background-image: url('../images/asce-2019-top-right-banner-miami.jpg');
    position: relative;
    height: 150px;
    background-size: contain;
    background-position: center;
    margin-right: -15px;
    background-repeat: no-repeat;
}

.year-conferece {
    display: block;
    position: relative;
    left: -70px;
    width: 135px;
    font-weight: 300;
    font-family: futura-pt,'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 35px;
    text-align: center;
    background-color: #0c5fa8;
    color: #fff;
}

.main-year {
    font-weight: 700;
}

.year-conferece::after {
    content: '';
    display: block;
    position: relative;
    top: 35px;
    width: 0;
    height: 0;
    border-width: 35px 68px 0;
    border-color: #0c5fa8 transparent;
}

::after {
    border: 0 solid;
}

/*mega menu*/

.navbar .dropdown-menu {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #876e69 !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        padding: 10px 8px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
    }



    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }

        .navbar .dropdown:hover a {
            background-color: #876e69;
        }

    .navbar .dropdown-menu {
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 0;
        /*  height of nav-item  */
    }
    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display: block !important;
    }
}

.slider-outer {
    margin-inline: -15px;
}

.conf-name {
    position: relative;
    background: #017db9;
    color: #fff;
    padding: 20px 2rem;
    margin-bottom: 50px;
}

    .conf-name:before {
        content: '';
        top: -22px;
        height: 22px;
        left: 0;
        right: 0;
        position: absolute;
        background-image: linear-gradient(to top, #017db9,transparent);
    }

    .conf-name:after {
        content: '';
        bottom: -22px;
        height: 22px;
        left: 0;
        right: 0;
        position: absolute;
        background-image: linear-gradient(to bottom, #017db9,transparent);
    }

.image-sec {
    text-align: center;
    border: 1px solid #eee;
    background: #F7F7F7;
}

    .image-sec img {
        border-radius: 50%;
        border: 1px solid #ccc;
    }

    .image-sec h5 {
        font-size: 18px;
    }

    .image-sec p {
        font-size: 13px;
        font-weight: bold;
    }

c-DateBlock {
    font-size: .875rem;
    font-weight: 600;
}


.c-DateBlock__Item--expired {
    opacity: 1;
}

.c-DateBlock__MonthDay {
    font-family: futura-pt,'Open Sans','Helvetica Neue',Helvetica,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 1px;
    color: #ce4946;
    font-family: inherit;
}

.c-DateBlock__Desc {
    padding-left: .5rem;
    border-left: 1px solid currentColor !important;
}

.footer-bg {
    background-color: #0A4175;
    color: #fff;
    background-image: url('../images/pattern-bg.png');
    padding: 1rem 1rem;
    flex: 100%;
}

    .footer-bg li a {
        font-size: 15px;
    }

.copyright {
    background-color: #0F385F;
    color: #fff;
    padding: 20px;
    text-align: center
}

.common-section {
    background: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
}

#sponsors-carousel .item img {
    max-width: 100%;
    border: 1px dotted #eee;
}

.marquee-list {
    background: #0C5FA8;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    font-weight: bold;
    overflow: hidden;
}

.submission-list li {
    padding: 5px 0px;
}

#map-outer {
    min-height: 400px;
    width: 100%;
}

#clockdiv {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 17px;
}

    #clockdiv > div {
        padding: 5px;
        border-radius: 3px;
        background: #0C5FA8;
        display: inline-block;
    }

    #clockdiv div > span {
        display: inline-block;
    }

.smalltext {
    font-size: 16px;
    display: inline-block
}

.custom-btn {
    background: #c60501;
}


@media screen and (max-width: 991px) {
    .header-right {
        margin-right: 0px;
    }
}





.tab-btn{ padding: 0px;}


    .tab-btn li{padding: 9px 20px 9px 0px;}

    .tab-btn>li .active{background:#15628e;color: #fff;
        padding: 9px 20px;}
        .tab-btn>li .active a{ color: #fff;}
   


        .thumbnail{ border: #ddd solid 1px; padding: 4px;}

       