﻿/*--------------------------------------------------
    [Experts]
----------------------------------------------------*/
#resources-experts section {
    position: relative;
}

#resources-experts section > a.team-img img {
    width: 100%;
    height: auto;
}

#resources-experts section > a.team-img {
    display: block;
    position: relative;
    /*border: 1px solid #808080;*/
    margin-bottom: 10px;
}

#resources-experts section > a.team-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: transparent;
    transition: all 0.4s ease-in-out;
}

#resources-experts section:hover > a.team-img:after {
    background: rgba(0, 0, 0, 0.5);
}

#resources-experts section > a.team-img ul {
    left: 0;
    top: 45%;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 36px;
    list-style: none;
    margin-top: -18px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out;
}

#resources-experts section:hover > a.team-img ul {
    top: 50%;
    visibility: visible;
}

#resources-experts section > a.team-img ul li {
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}

#resources-experts section > a.team-img li i {
    color: #eee;
    border-width: 2px;
    border-color: #eee;
    transition: all 0.1s ease-in-out;
}

#resources-experts section h3 {
    font-size: 1.25rem;
    font-family: ProximaNova-Extrabld;
    font-weight: normal;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #222;
}

#resources-experts section .title {
    font-size: 1.25rem;
}

#resources-experts section p {
    margin: 20px 0;
    position: relative;
}

#resources-experts section p:before {
    left: 0;
    top: -10px;
    height: 2px;
    width: 38%;
    content: " ";
    position: absolute;
    background: rgb(119, 189, 22);
    transition: all 0.4s ease-in-out;
}

#resources-experts section:hover p:before {
    width: 100%;
}

#resources-experts i.icon-custom {
    color: #555;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 1.6;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
}

/*--------------------------------------------------
    [Insights]
----------------------------------------------------*/
#insights-pre-container {
    height: 240px;
}

/*--------------------------------------------------
    [Videos]
----------------------------------------------------*/
#videos-pre-container {
    height: 202px;
}

/*--------------------------------------------------
    [Insight Article Page]
----------------------------------------------------*/
#insight-article-page .hero > img {
    width: 100%;
}

#insight-article-page article h3 {
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem !important;
    color: rgb(3, 42, 101);
    margin-top: 0;
    margin-bottom: 2px;
}
/*--------------------------------------------------
    [Speaking Event Page]
----------------------------------------------------*/

#speaking-event-page .bg-overlay {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

#speaking-event-page article h3 {
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem !important;
    color: rgb(3, 42, 101);
    margin-top: 0;
    margin-bottom: 2px;
}

#speaking-event-page .information p,
#speaking-event-page .information ul > li {
    font-size: 1rem;
    line-height: 1.2;
}

#speaking-event-page .information ul {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin: 0 0 1.35rem;
}

#speaking-event-page .information ul li {
    line-height: 1.1;
    margin-bottom: 0.21429rem;
}

#speaking-event-page .information ul li:before {
    content: "\e074";
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: .8rem;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    color: rgb(13, 115, 181);
    margin-left: -20px;
    width: 20px;
    vertical-align: top;
}

#speaking-event-page img.presenter-photo {
    width: 100%;
}

/*--------------------------------------------------
    [News]
----------------------------------------------------*/
#news h1 img {
    width: 60px;
}

#news h2 {
    font-size: 22px;
    color: rgb(121, 28, 108);
    margin: 0 0 5px 0;
    padding: 0;
}

#news h3 {
    font-size: 18px;
    margin: 0 0 30px 0;
    padding: 0;
}

#news .subheading {
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
    color: rgb(121, 28, 108);
    font-size: 24px;
    padding-bottom: 0;
    margin: 0 0 30px 0;
}

@media (max-width: 414px) {
    #news h1 img {
        width: 50px;
    }

    #news h1 {
        font-size: 30px;
    }
}

/*--------------------------------------------------
    [Expert Page]
----------------------------------------------------*/
#expert-page .bio {
    padding: 40px 80px 0 20px;
    font-size: 1.1rem;
}

#expert-page .bracket-row {
    border-right: 4px solid rgb(13, 115, 181);
    border-left: 4px solid rgb(13, 115, 181);
}

#expert-page .bracket-tb {
    border-right: 80px solid rgb(13, 115, 181);
    border-left: 80px solid rgb(13, 115, 181);
    height: 4px;
    box-sizing: border-box;
}
#expert-page .photo.fullsize {
    padding-top: 30px;
}

#expert-page .photo.fullsize img {
    display: inline-block;
    width: 100%;
    padding-top:10%;
    padding-left: 5%;
}

#expert-page .photo.portrait img {
    display: block;
    border: 1px solid #666;
    width: 100%;
}

#expert-page .circle {
    background: rgb(13, 115, 181);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

#expert-page .circle .fa {
    color: #fff;
    font-size: 35px;
    line-height: 48px;
}

#expert-page .circle:hover {
    background: #3498db;
}

/*--------------------------------------------------
    [Thought Leadership]
----------------------------------------------------*/

#thought-leadership h1 img {
    width: 60px;
}

@media (max-width: 374px) {
    #thought-leadership h1 img {
        width: 40px;
    }

    #thought-leadership h1 {
        font-size: 24px;
    }
}

@media (min-width: 375px) and (max-width: 414px) {
    #thought-leadership h1 img {
        width: 50px;
    }

    #thought-leadership h1 {
        font-size: 30px;
    }
}

/*--------------------------------------------------
    [White Paper]
----------------------------------------------------*/
#white-paper .description p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.07143rem;
}

#white-paper .description ul {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.07143rem;
}

#white-paper .description ul li {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1px;
}

#white-paper .topics {
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
    border-bottom: 2px solid rgb(96, 96, 98);
    border-top: 2px solid rgb(96, 96, 98);
    padding-top: 20px;
}

@media (max-width: 374px) {
    #white-paper h1 img {
        width: 40px;
    }

    #white-paper h1 {
        font-size: 24px;
    }

    #white-paper h2 {
        font-size: 24px;
    }

    /*#white-paper .share-buttons {
        text-align: center;
        margin-bottom: 50px;
    }*/

    #white-paper .topics {
        font-size: 16px;
    }
}

@media (min-width: 375px) and (max-width: 414px) {
    #white-paper h1 img {
        width: 50px;
    }

    #white-paper h1 {
        font-size: 30px;
    }

    #white-paper h2 {
        font-size: 24px;
    }

    /*#white-paper .share-buttons {
        text-align: center;
        margin-bottom: 50px;
    }*/

    #white-paper .topics {
        font-size: 16px;
    }
}
/*--------------------------------------------------
    [Podcasts]
----------------------------------------------------*/
#podcasts-page .hero-text {
    width: 40%;
    height: 100%;
    top: 0%;
    left: 0%;
    bottom: 0%;
    padding: 20px;
}

#podcasts-page .hero-text h2,
#podcasts-page .hero-text p {
    color: rgb(63,62,64) !important;
}

#podcasts-page .hero-text > .div-tableCell {
    vertical-align: middle;
}

#podcasts-page .host img {
    border: 1px solid rgb(96, 96, 98);
    max-width: 165px;
}

@media (min-width: 0) {

    #podcasts-page .hero-text h2 {
        font-size: 1rem;
    }

    #podcasts-page .hero-text p {
        display: none;
    }
}

@media (min-width: 390px) {

    #podcasts-page .hero-text h2 {
        font-size: 1.5rem;
    }

    #podcasts-page .hero-text p {
        display: none;
    }
}

@media (min-width: 576px) {

    #podcasts-page .hero-text h2 {
        font-size: 1.5rem;
    }

    #podcasts-page .hero-text p {
        display: block;
        font-size: 1rem;
    }
}

@media (min-width: 768px) {

    #podcasts-page .hero-text h2 {
        font-size: 1.5rem;
    }

    #podcasts-page .hero-text p {
        display: block;
    }
}

@media (min-width: 858px) {

    #podcasts-page .hero-text {
        padding-left: 8%;
    }

    #podcasts-page .hero-text h2 {
        font-size: 1.5rem;
    }

    #podcasts-page .hero-text p {
        line-height: 1.2;
        font-size: 1rem;
        padding-right: 20%;
        display: block;
    }
}

@media (min-width: 992px) {

    #podcasts-page .hero-text h2 {
        font-size: 2.4rem;
    }

    #podcasts-page .hero-text p {
        line-height: 1.2;
        font-size: 1.4rem;
        padding-right: 20%;
        display: block;
    }
}

@media (min-width: 1332px) {

    #podcasts-page .hero-text h2 {
        font-size: 3.2rem;
    }

    #podcasts-page .hero-text p {
        line-height: 1.2;
        font-size: 1.75rem;
        padding-right: 20%;
        display: block;
    }
}
