label.hidden-label {
    display: none;
}

.webform label {
    color: white;
    margin-top: 10px;
    font-size: 13px;
}

br {
    display: none;
}

input#catwebformbutton {
    color: white;
    background: rgb(0,174,239);
    border: none;
}


input#CAT_Custom_761390 {
    float: left;
}


input#CAT_Custom_761390 {
    float: left;
    margin-right: 5px;
}

.section p {
    margin-bottom: 10px;
    color: #333;
}

    .section p a {
        color: rgb(0,174,239);
    }

.section ul {
    margin-bottom: 10px;
}

    .section ul li {
        color: #333;
        list-style: square;
        list-style-position: inside;
    }

.eventDetails .btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

.thumbDescription {
    display: none;
}

#register-section {
    background: url('../Images/focusPages/futureMediaMinds/future-of-journalism.jpg') no-repeat center fixed;
    background-size: cover;
}

    #register-section .btn {
        display: table;
        margin: 0 auto;
        font-size: 16px !IMPORTANT;
        padding: 20px 15px;
    }

.gridtile {
    background: url('../Images/focusPages/gridtile.png')top center fixed;
    padding: 60px 0;
}

.fa li {
    font-family: pt_sansregular !important;
}

h4.event-title {
    font-size: 30px;
    line-height: 32px;
    margin-top: 30px;
}

    h4.event-title span {
        width: 100%;
        display: inline-block;
    }

.event-info ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .event-info ul li {
        display: block;
    }

        .event-info ul li, .event-info ul li span {
            font-size: 14px;
        }

li.fa-map-marker {
    margin-top: 5px;
}

.fa-clock-o:before {
    margin-right: 10px;
}

.fa-map-marker:before {
    margin-right: 15px;
}


.black {
    color: #333333 !important;
}

.summary-btn {
    background-color: #E7E7E7;
    padding: 10px;
    color: rgb(0,174,239);
    display: inline-block;
    text-decoration: underline;
    margin-top: 20px;
}

    .summary-btn img {
        vertical-align: middle;
        margin-right: 10px;
    }

h2.video-title {
    margin-bottom: 30px;
}

br {
    display: initial;
}

.type-of-event {
    color: #00AEEF;
    font-size: 17px;
    line-height: 0px;
    margin-top: 40px;
}

h4.event-title {
    margin-top: 1px!important;
}

.eventBanner {
    background-image: url("/fml/Images/events/{{id}}.jpg");
    background-size: cover;
    background-position: top center;
    min-height: 350px !important;
    height:50vh !important;
    margin-top: 15px;
    margin-bottom: 30px;
}

.black {
    color: black;
}

.cat_button, .changingColorButton {
    border-radius: 3px !important;
    font-size: 12px !important;
    width: 100px !important;
    padding: 8px !important;
    /*padding-bottom: 8px !important;*/
    text-transform: uppercase;
}

.subscribeLabel {
    color: #fff;
}

h4.novecento.f18.pink {
    padding-bottom: 18px;
}

table.webform {
    margin-top: -11px;
}

.section ul.list {
    margin-left: 20px;
}
#fmlSection .container-fluid {
    border-bottom: 1px solid #eee;
}
/*********TIMELINE*********/

.timeline {
    width: 98%;
    margin: 0px auto;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .timeline:before {
        content: "";
        width: 2px;
        height: 100%;
        background: rgb(0,174,239);
        left: 0;
        top: 0;
        position: absolute;
    }

    .timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }

    .timeline .timeline-item {
        margin-bottom: 30px;
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .timeline .timeline-item .timeline-icon {
            background: rgb(0,174,239);
            width: 10px;
            height: 10px;
            left: 0;
            overflow: hidden;
            margin-left: -5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            vertical-align: top;
            float: left;
        }

            .timeline .timeline-item .timeline-icon img {
                position: relative;
                top: 14px;
                left: 14px;
            }

        .timeline .timeline-item .timeline-content {
            width: 95%;
            float: right;
            background: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: inline-block;
            text-align: left;
        }

            .timeline .timeline-item .timeline-content h2 {
                background: #fff;
                text-align: left;
                color: #333;
                font-family: 'pt_sansregular';
                font-weight: 600;
                font-size: 14px;
                margin-bottom: 5px;
            }

            .timeline .timeline-item .timeline-content p {
                color: #333;
                margin-bottom: 0;
            }

            .timeline .timeline-item .timeline-content span {
                color: rgb(0,174,239);
                font-family: 'pt_sansregular';
            }

/**********END OF TIMELINE***************/
#speakers-section .container-fluid, #expertcommentators-section .container-fluid {
    border-bottom: 1px solid #eee;
}

.padding {
    padding-right: 10px;
}

    .padding p {
        text-align: left;
        padding-left: 0;
    }

.SupportingOrganizationscarousel {
    margin: 0 !important;
}



    .SupportingOrganizationscarousel .row .padding:first-child {
        margin-bottom: 20px;
    }

.owl-carousel img {
    width: 100%;
    margin-bottom: 20px;
}
    .SupportingOrganizationscarousel img {
        height: 105px;
        width: 200px;
    }
.nameStyle {
    color: rgb(0,174,239) !important;
    font-family: pt_sansbold !important;
    font-size: 18px !important;
}

#bio-name {
    padding-top: 18px;
    padding-left: 0px;
    color: rgb(0,174,239) !important;
    font-family: pt_sansbold !important;
    font-size: 18px !important;
}

.bio {
    padding-bottom: 15px;
}

.thumbDescription {
    display: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h4.event-title {
        font-size: 38px;
        line-height: 42px;
    }

    .event-info ul li, .event-info ul li span {
        font-size: 18px;
    }

    .eventDetails .btn {
        margin-bottom: 0px;
    }
}
/* Medium devices (desktop, 992px and up) */
@media (min-width: 992px) {
    h4.event-title {
        font-size: 46px;
        line-height: 50px;
    }
}