﻿.btn {
    border-radius: 0px;
}

.override-btn {
    min-width: 125px !important;
    font-size: 1rem;
    font-weight: 600;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

    .team-member img {
        width: 225px;
        height: 225px;
        border: 7px solid #fff;
    }

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .team-member p {
        margin-top: 0;
    }

p {
    line-height: 1.75;
}

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        font-size: 20px;
        line-height: 40px;
        display: block;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        color: #fff;
        border-radius: 100%;
        outline: 0;
        background-color: #222;
    }

.imageTileElm {
    width: 100%;
    height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hero-height-override {
    height: 425px !important;
}

.event-list-item {
    height: 125px;
}

@media screen and (max-width: 480px) {
    .event-list-item {
        height: 350px;
    }

    .masthead .header-overlay {
        min-height: 425px !important;
    }

    .header-overlay-height-fix {
        height: 497px !important;
    }
}

.event-list-imgholder {
    background-size: cover;
    background-position: 50% 50%;
}

.event-list-date-tag {
    background-color: #f05f40;
    color: white;
    width: auto;
    padding: 5px;
    font-size: 0.8rem;
    float: right;
}

.event-list-item .minor-info {
    font-size: 0.85rem;
}

.event-list-item .past-event-datetag {
    background-color: lightgray;
    color: gray;
}

.event-list-item [type=button] {
    min-width: 100px;
}

.line-separator {
    border-color: #ffe9e4;
    border-width: 1px;
    max-width: 100%;
}

.event-speaker-item {
    /*height: 250px;*/
    margin: 12px;
}

    .event-speaker-item .speaker-img {
        height: 250px;
        background-size: cover;
        margin-top: 15px;
    }

    .event-speaker-item .speaker-designation {
        font-size: .8rem;
        height: 46px;
    }

.event-sponsor {
    background-size: contain;
    height: 35px;
    background-repeat: no-repeat;
    margin: 5px;
}

.event-partner {
    background-size: contain;
    height: 35px;
    background-repeat: no-repeat;
    margin: 5px;
}

.km-spacer {
    height: 30px;
    width: 100%;
}

.add-linebreaks {
    white-space: pre-line;
}

.text-underline {
    border-bottom: 1.25px solid #f18a73;
    display: inline-block;
    line-height: 1;
    text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}

.force-centralize {
    margin: 0px auto;
}

.masthead .header-overlay {
    width: 100%;
    min-height: 650px;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

.header-overlay-height-fix {
    height: 100vh;
}

.footer-link {
    font-size: .8rem;
}

.event-info-panel {
    width: 100%;
    bottom: 0px;
    height: auto;
    position: fixed;
    background-color: #fff;
    border-top: 1px solid rgba(214, 216, 218, 0.5);
    border-bottom: 1px solid rgba(214, 216, 218, 0.5);
    padding: 12px 5px 5px 50px;
    box-shadow: 0px -2px 10px 0px rgba(48,62,72,0.15);
    z-index: 996;
    margin-left: 0px;
    margin-right: 0px;
}

    .event-info-panel .date-info {
        font-size: .8rem;
    }

    .event-info-panel .socialicons {
        margin-top: 12px;
    }

    .event-info-panel input[type=button] {
        width: 225px;
        margin-top: 6px;
    }

    .event-info-panel .socialicons a {
        text-decoration: none;
        margin-right: 4px;
    }

    .event-info-panel .socialicons .twittercolor {
        color: #55acee;
    }

    .event-info-panel .socialicons .facebookcolor {
        color: #3a5795;
    }

    .event-info-panel .socialicons .linkedincolor {
        color: #2488bb;
    }

    .event-info-panel .socialicons .emailcolor {
        color: #6bc048;
    }

.event-files {
}

    .event-files a:hover {
        text-decoration: none;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        content: '';
        background-color: #f1f1f1;
    }

    .timeline > li {
        position: relative;
        min-height: 50px;
        margin-bottom: 50px;
    }

        .timeline > li:after, .timeline > li:before {
            display: table;
            content: ' ';
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            position: relative;
            float: right;
            width: 100%;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li .timeline-image {
            position: absolute;
            z-index: 100;
            left: 0;
            width: 80px;
            height: 80px;
            margin-left: 0;
            text-align: center;
            color: white;
            border: 7px solid #f1f1f1;
            border-radius: 100%;
            background-color: #f05f40;
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                line-height: 14px;
                margin-top: 12px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline .timeline-body > ul,
    .timeline .timeline-body > p {
        margin-bottom: 0;
    }

/************ Google Maps ************/

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

/************ Media Query ************/

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                line-height: 18px;
                margin-top: 16px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left;
        }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 18px;
                line-height: 26px;
                margin-top: 30px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }
}
