/* CONFERENCES DETAIL PAGE STYLES */

/* HEADER AND BANNER ADJUSTMENTS */

.Header::after {
    height: 0 !important;
    border: 0 !important;
}

ul {
    margin-bottom: 0 !important;
}

.Banner {
    border-bottom: 0 !important;
    max-height: 400px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    background: #4a4a4a;
}

.Banner img {
    max-width: 1500px;
    margin: 0 auto;
}

.fullWidth {
    padding: 25px 3.125%;
}

@media (min-width: 760px) {
    .Header {
        padding: 0 !important;
    }
}

@media (max-width: 759px) {
    .Banner {
        border-top: none !important;
    }
}

@media (min-width: 960px) {
    .MainCol {
        width: 74.40625%;
    }

    .fullWidth {
        padding: 30px 2.34375% 30px 4.0625%;
    }
}

/* TEXT AND HEADERS */

html {
    font-size: unset !important;
}

body {
    font-size: 1em !important;
    line-height: 1.4 !important;
}

html,
body,
.Main h1,
.Main h2,
.Main h3,
.Main p,
.Main a,
.Main li,
.Main blockquote,
.Main button {
    font-family: "Open Sans", sans-serif !important;
}

.Main h2,
.Main p,
.Main li,
.Main blockquote,
.Main td,
button.btn.btn-default {
    color: #4a4a4a !important;
}

.Main h1 {
    font-weight: bold !important;
}

.Main h2 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
}

.sectionHeader h2 {
    max-width: initial;
    float: left;
    margin-right: 20px;
    margin-top: -17.5px;
}

.Main h3 {
    padding-bottom: 10px;
    font-size: 1.15rem;
    line-height: 1.3;
    text-transform: none;
    font-weight: bold !important;
    margin: 0 !important;
}

.Main .sectionHeader hr {
    margin: 17.5px 0 10px 0 !important;
    border: none !important;
    border-radius: 20px;
    height: 5px !important;
    background: none !important;
    background-color: #ccc !important;
}

.Main p,
.Main li {
    font-size: 1em;
    line-height: 1.65em;
    margin: 0 !important;
}

.Main a {
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
}

.Content a {
    border-bottom: 2.5px solid;
    padding-bottom: 0.5px;
}

.PrimaryNav a:focus, 
.PrimaryNav a:hover, 
.BranchNav a:focus, 
.BranchNav a:hover, 
.Main a:focus, 
.Main a:hover {
    text-decoration: none !important;
    outline: 0 !important;
    color: #fff;
}

.SideCol ul {
    padding: 0 0 15px 15px;
}

.SideCol li {
    list-style-type: none;
    padding: 0;
}

.SideCol li::before {
    content: "\00BB";
    padding-right: 10px;
    font-size: 20px;
}

@media (max-width: 767px) {
    .Main h1 {
        font-size: 1.75rem;
    }

    .Main h2 {
        font-size: 1.25rem;
    }

    .Main h3 {
        font-size: 1rem;
    }

    .Main p,
    .Main li,
    .Main blockquote,
    .Main a {
        font-size: 0.875rem !important;
    }
}

/* BUTTON STYLES */

.Main .btn {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    text-align: center;
    width: 100%;
    max-width: 300px;
    transition: 0.3s all;
    margin: 0 auto 20px;
    padding: 13px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
}

/* BLOCKQUOTE STYLES */ 

.Main blockquote {
    font-weight: 600;
    padding: 0 0 0 18px;
    font-style: italic;
    margin: 15px 22px 30px 22px;
}

/* OTHER */

.Main hr {
    margin: 0 0 10px !important;
    border: none !important;
    border-radius: 20px;
    height: 10px !important;
}

.Main .SideCol hr {
    height: 5px !important;
    border-radius: 20px;
    background: none;
}

/* BUTTON CARDS */

.Main a.btnCard {
    display: inline-block;
    border-radius: 15px;
    transition: 0.3s;
    max-width: 500px;
    margin: 0 auto 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 0 3px rgba(0, 0, 0, 0.24);
}

.Main a.btnCard:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.24);
}

.Main .btnCard span.btnImg img {
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
}

.Main .btnCard span.cardBtn{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    text-align: center;
    transition: 0.3s all;
    text-decoration: none !important;
    padding: 13px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    width: 100%;
    display: inline-block;
}

.Main .btnCard span.cardBtn:hover {
    color: #fff;
}

/* TABLE STYLES */

.Main table {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
    margin-bottom: 15px;
    display: table;
}

.Main td.dayOfWeek {
    background: #ccc;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
}

.Main table td {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 10px 15px;
    inline-size: auto;
}

.Main td a {
    font-size: 14px;
    border-bottom: 2px solid;
}

.Main table,
.Main tbody,
.Main tr,
.Main th,
.Main td:last-child {
    border-right: 0 !important;
}

.Main table th {
    background: #ccc;
    color: #4a4a4a;
    font-weight: bold;
    padding: 8px 12px;
}

.Main table th.tableHeader {
    border-radius: 10px 10px 0 0;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.Main td.tableBottom {
    padding: 0;
    height: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 679px) {
    .Main table {
        max-width: none;
    }
}

/* MODAL BUTTON STYLES */

.Main button.btn.btn-info,
.Main button.btn.btn-info:hover {
    border: none !important;
    outline: none !important;
}

button.btn.btn-default {
    width: initial;
    background-color: #efefef;
    margin-bottom: 0;
    font-size: 12px !important;
}

/* DESKTOP MODAL MARGIN */

@media (min-width: 500px) and (min-height: 750px) {

    .modal-dialog {
        container-type: size;
        height: 404px;
    }

    .modal-content {
        margin-top: calc(50vh - 50cqh - 30px);
    }
}

/* BIO STYLES */ 

.bioContainer {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.Main .row {
    clear: both;
    margin: 0 -10px !important;
}

.col-sm-4 {
    padding: 0 10px !important;
}

.Main .speakerBio h3 {
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    margin-top: 0;
}

.Main h3.modal-title {
    padding-bottom: 0;
}

.Main .modal-body p:last-child {
    padding-bottom: 5px;
}

.Main .modal-body p,
.Main .modal-body a {
    font-size: 0.875rem !important;
}

@media (max-width: 767px) {
    .Main .modal-body p,
    .Main .modal-body a {
        font-size: 0.775rem !important;
    }
}

.speakerImg {
    padding-bottom: 15px;
}

.speakerImg img {
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.25);
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

/* LIVESTREAM VIDEO CONTAINER STYLES */

.videoContainer {
    position: relative;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

/* VIDEO PLAYLIST CONTAINER TEXT FIXES */


.Main .boxcast-player-container h3,
.Main .boxcast-player-container p {
    color: #fff !important;
}

.Main .videoContainer a {
    padding-bottom: 0;
    border-bottom: none;
    font-weight: initial;
}

/* WORkSHOP DESCRIPTIONS */

.workshopContainer {
    margin-bottom: 20px;
}

.workshopContainer .speakerImg img {
    max-width: 200px;
    padding: 7px;
}

.Content .workshopDescription h3 {
    line-height: 1.2;
    padding-bottom: 10px;
}

h3 .speakerSubtitle {
    text-transform: none;
    letter-spacing: normal;
    font-style: italic;
    font-size: 1rem;
    color: #4a4a4a;
    font-weight: 400;
}

@media (min-width: 500px) {
    .tableRow {
        display: table-row;
    }

    .workshopContainer {
        display: table;
    }

    .speakerImg {
        display: table-cell;
        vertical-align: top;
        width: 20%;
    }

    .workshopDescription {
        display: table-cell;
        vertical-align: middle;
        width: 80%;
        padding-left: 20px;
    }
}

/* Bootstrap Footer Fix */

.FooterBand .col,
.FooterBand .group {
   box-sizing: content-box;
}