﻿strong a {
    color: white !important;
    text-decoration: none !important;
}

p {
    text-wrap: normal;
}

.conference-title {
    color: #13578c;
    font-family: 'open bold';
}

.divBorderT {
    border-top: 2px solid #00548b;
    margin-top: 10px;
}

.collection-subtitleH h1{
    font-family: "Times, Times New Roman, serif";
    padding-bottom: 15px;
    font-size: 55px;
    color: #00558b;
    line-height: .9em;
    text-transform:capitalize;
}

.collection-description {
    color: #000;
    overflow: hidden;
    line-height: 24px;
    padding: 10px 0;
}

p {
    color: #000;
    font-family: Arial;
}

.mb-20 {
    margin-bottom: 20px;
}

.header2 {
    color: #00558B;
    font-size: 21pt;
}

.header3 {
    font-size: 15pt;
    color: #109ED9;
    font-weight: bold;
}

.btn-time {
    background-color: #109ED9;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.mr-5 {
    margin-right: 5px;
}

.mb-2 {
    margin-bottom: 2px;
}

.nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

.bold {
    font-weight: bold;
}

.conferences-and-events-page #mainbody {
    min-height: 1440px !important;
}

@media (max-width: 576px) {
    .divBorderT {
        display: none;
    }

    .collection-subtitleH h1{
        font-size: 35px;
    }

    .headerImg {
        display: none;
    }

    .header3 {
        padding-top: 1.5rem;
    }
}

@media (max-width: 992px) and (min-width: 577px) {
    .collection-subtitleH h1{
        font-size: 38px;
        line-height: 1.4em;
    }
}