h1, h2, h3 {
    color: #444;
    border-bottom: none;
}
h1 {
    font-weight: bold;
}
.about-header {
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.about-header h1 {
    color: #FFF;
    text-shadow: 2px 2px 4px #333;
}
@media(min-width: 1024px) {
    .about-header h1 {
        font-size: 72px;
        padding-top: 200px;
    }
}

.about-nav a.active {
    color: #FFF;
    background-color: #0f375f;
    border-color: #0e284a;
}
.about-nav a.active:hover {
    background-color: #0f4573;
}
.about-btn-container {
    padding-top: 1em;
    padding-bottom: 2em;
    text-align: center;
}
.about-btn-container a {
    margin-top: 1em;
}

.about-awards-nominations {
    bacgkround: #244976;
    background-image: url(/img/bg/nav-bg.png);
    background-size: auto 100%;
    padding: 1.2em;
    color: #FFFFFF;
}

.about-awards-nominations a {
    color: #FEFEFE;
}

.winners-container .media-heading {
    font-weight: bold;
}
.award-image {
    width: 75%;
    margin-bottom: 1em;
    border: none !important;
}

.panel-title {
    font-size: 12px;
}

.nav-tabs {
    background-color: #555;
    padding: .4em 0 0 .3em;
}

.nav-tabs a {
    color: #FFFFFF;
    border: 1px solid #AAA !important;
    border-bottom: none !important;
    transition: all .2s;
}

.nav-tabs a:hover {
    color: #222222;
}

.tab-content {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: none;
    padding: 1em;
}

.tab-pane h5 {
    text-align: center;
    color: #FFFFFF;
    background-image: url(/img/bg/nav-bg.png);
    background-size: auto 100%;
    padding: .4em;
    margin-top: 1.5em;
    font-weight: bold;
}

.tab-pane h5 small {
    color: #FFFFFF;
}

.tab-pane img {
    padding: 2px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
}

.intl-checklist li i, .student-checklist li i, .green-checklist li i {
    color: #008c00;
}
.leadership-image {
    width: 175px;
}
.leadership-bio {
    padding-bottom: 1.5em;
    border-bottom: 2px dotted #555;
}
.leadership-bio:last-child {
    border-bottom: none;
}

.board-member h5 {
    text-align: left;
    color: #232323;
    background-image: none;
    margin-top: 0;
    padding: 0;
}

.board-image {
    width: 125px;
    margin-top: 1.6em;
    border: 3px solid #DEDEDE;
    display: inline-block;
}

/* Make thumbnails smaller on smaller screens */
@media only screen and (max-width : 480px) {
    .leadership-image {
        width: 100px;
    }

    .media-sponsor-image {
        width: 100px;
    }
}

.thumbnail h4 {
    color: #275680;
    font-weight: bold;
    border-bottom: 1px solid #D1E3F3;
}

.thumbnail {
    margin-bottom: 0 !important;
}

.sponsorship-type-link {
    border-radius: 4px;
    border: 3px solid transparent;
    display: inline-block;
    width: 90%;
    box-shadow: 0 2px 5px #333;
    background-color: #FFF;
    transition: all .2s;
}

.sponsorship-type-link:hover {
    text-decoration: none;
    border: 3px solid #275680;
}
.sponsorship-underwriter-logo {
    width: 16%;
    padding: 15px 2%;
}
.sponsor-document-link {
    display: inline-block;
    border-radius: 4px;
    background-color: #787C7E;
    padding: .4em;
    margin-bottom: 1.5em;
    border: 1px solid #515354;
    box-shadow: 1px 1px 2px #555555;
    transition: all .2s;
}

.sponsor-document-link:hover {
    text-decoration: none;
    background-color: #074B6D
}

.sponsor-document-link-header {
    color: #FFFFFF;
    font-size: 1.2em;
}

.sponsor-document-link-download {
    text-decoration: underline;
    font-size: .9em;
    color: #accbff;
}

.blue {
    color: #50A2DC;
}

/* Annual Awards Banner */
.nominate-container {
    margin-top: 2em;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #39A344),
            color-stop(1, #3D6642)
    );
    background-image: -o-linear-gradient(bottom, #39A344 0%, #3D6642 100%);
    background-image: -moz-linear-gradient(bottom, #39A344 0%, #3D6642 100%);
    background-image: -webkit-linear-gradient(bottom, #39A344 0%, #3D6642 100%);
    background-image: -ms-linear-gradient(bottom, #39A344 0%, #3D6642 100%);
    background-image: linear-gradient(to bottom, #39A344 0%, #3D6642 100%);
    padding-bottom: 1em;
}
.nominate-container h2 {
    border-bottom: none;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #333;
}
.nominate-banner {
    text-align: center;
    background-color: #e5e4e7;
    padding-bottom: 2.4em;
    border: 1px solid #3D6642 !important;
}
.nominate-banner img {
    width: 90%;
}
.nominate-banner a {
    color: #333;
}
.nominate-banner a.btn {
    color: #FFF;
    position: absolute;
    bottom: 8px;
    width: 90%;
}
.nominate-banner a:hover {
    text-decoration: none;
}
.nominate-banner.scale {
    transition: all .3s;
    display: block;
}
.nominate-banner.scale:hover {
    z-index: 1000;
    transform: scale(1.1);
    box-shadow: 0 10px 20px -6px #333;
}

/* Advisory board */
.about-nav-tab {
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #CCC;
}
.about-nav-tab a {
    color: #FFF;
    font-weight: bold;
    font-size: 100%;
    display: block;
    padding: 8px 0;
    background-color: #14293b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.about-nav-tab a:hover {
    text-decoration: none;
    background-color: #2f6aa1;
    cursor: pointer;
}
.about-nav-tab a div {
    font-weight: normal;
    font-size: 75%;
}
.about-nav-tab a.active {
    background-color: #FFF;
    color: #14293b;
    box-shadow: 0 -2px 2px #333;
    position: relative;
    top: 1px;
}
.about-tab-container {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
}
.about-tab-container .image {
    text-align: center;
    padding-left: 25px;
}
.about-tab-container .avatar img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DDD;
    display: inline-block;
    margin-top: 20px;
}
.about-tab-container .text {
    text-align: center;
}
.about-tab-container .text p {
    text-align: left;
}
.about-tab-container h3 {
    border-bottom: none;
}
@media(min-width: 768px) {
    .about-tab-container .text {
        text-align: left;
    }
}
.board-member-container {
    border-bottom: 1px solid #EEE;
}

.speech-bubble {
    position: relative;
    background: #5a6567;
    border-radius: .4em;
    padding: 1em;
    color: #FFF;
    font-size: 18px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #5a6567;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -20px;
}

.testimonial-provider {
    padding-top: 2em;
    text-align: center;
}
.testimonial-provider img {
    border-radius: 50%;
    width: 75px;
    margin: 0 auto;
}
.testimonial-provider h4 {
    margin-bottom: 0;
}
.testimonial-provider h5 {
    font-style: italic;
}
.btn-news-contact-us {
    max-width: 40rem;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: inherit;
}
.btn-news-contact-us img {
    width: 100%;
}
.btn-news-contact-us:hover, .btn-news-contact-us:focus, .btn-news-contact-us:active {
    outline: none !important;
    box-shadow: none;
    background-color: inherit !important;
    border: none;
    opacity: 0.9;
}

.advisory-board {
    margin-top: 20px;
    margin-bottom: 20px;
}