.homepage-row {
    background-color: #FFF;
    padding-bottom: 4em;
    padding-top: 2em;
    overflow-x: hidden;
}
.homepage-row h1, .homepage-row h2, .homepage-row h3 {
    border: none;
}
.homepage-row h1 {
    font-weight: bold;
    margin-bottom: 30px;
}

.homepage-banner-row {
    background-color: #FFF;
}
.homepage-banner {
    width: 100%;
    display: block;
}
.homepage-banner img {
    width: 100%;
    box-shadow: 0 2px 5px #666;
    -webkit-transition: opacity .4s; /* Safari */
    transition: opacity .4s;
}
.homepage-banner img:hover {
    opacity: .9;
}
.banner-video-title {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    padding-bottom: 10px;
    text-align: center;
}
.banner-video-description {
    font-size: 16px;
    color: #EEE;
    text-align: center;
    padding-bottom: 1.1em;
}
.banner-video-button {
    text-align: center;
}
@media(min-width: 768px) {
    .banner-video-title {
        font-size: 32px;
        padding-bottom: 25px;
        text-align: left;
    }
    .banner-video-description {
        font-size: 18px;
        text-align: left;
    }
    .banner-video-button {
        text-align: left;
    }
}
@media(min-width: 1200px) {
    .banner-video-title {
        font-size: 50px;
        padding-bottom: 25px;
        text-align: left;
    }
    .banner-video-description {
        font-size: 24px;
        text-align: left;
    }
}

/* Member companies */
.who-uses-link {
    display: block;
    min-height: 3em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    width: 90%;
}
.who-uses-link:hover {
    opacity: .5;
}

.opt-in-container {
    background-color: #333;
    padding-top: 60px;
    padding-bottom: 80px;
    color: #FFF;
}
.opt-in-container h1 {
    color: #5ed4dc;
}
.opt-in-container input {
    border-radius: 0;
}

/* Services */
.homepage-row.services {
    background-color: #EEE;
}

/* Live events */
.row.conferences {
    background-image: url('/img/home/conferences-bg.png');
    background-repeat: repeat;
}
.row.conferences .intro {
    padding-top: 40px;
    padding-bottom: 40px;
}
.row.conferences .intro h1 {
    text-align: center;
    color: #084c71;
}
.row.conferences .intro h3 {
    color: #555;
    text-align: center;
    border-bottom: none;
}
.conference-card .simple-panel {
    padding: 0;
}
.conference-card .header {
    background-size: cover;
    background-position: center center;
}
.conference-card .body {
    padding: 1em;
}
.conference-card h3.title {
    color: #282d5d;
    font-weight: bold;
    text-align: center;
}
.conference-card p.date-location {
    text-align: center;
    font-style: italic;
}
.conference-card p.description {
    text-align: center;
    color: #000;
}
.conference-card .button-container {
    padding-top: 1em;
    text-align: center;
}
.conference-card .button-container a.btn {
    margin-bottom: 1em;
}

/* Chapter/Webinar */
.row.upcoming-events {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #333;
}
.row.upcoming-events  h1{
    text-align: center;
}
.row.upcoming-events h4 {
    text-align: center;
}
.row.upcoming-events .upcoming-event-link:hover {
    text-decoration: none;
}
.row.upcoming-events .upcoming-event-link:hover .event-container {
    box-shadow: 2px 2px 20px #111;
    transform: scale(1.1, 1.1);
}
.row.upcoming-events .event-container {
    background-color: #FFF;
    box-shadow: 2px 2px 5px #111;
    margin-top: 1em;
    padding: 8px;
    transition: all .3s;
}
.row.upcoming-events .event-container h4 {
    color: #0f4573;
    text-align: left;
}
.row.upcoming-events .event-container h5 {
    color: #555;
}
.row.upcoming-events .calendar-container {
    width: 85px;
    height: 85px;
    position: relative;
    background-image: url('/img/events/calendar-date-icon.png');
    background-size: contain;
    margin: 0 auto;
}
.row.upcoming-events .calendar-month {
    width: 72px;
    height: 19px;
    text-align: center;
    position: absolute;
    left: 6px;
    top: 9px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 1px #464646;
}
.row.upcoming-events .calendar-day {
    width: 72px;
    height: 39px;
    text-align: center;
    position: absolute;
    left: 6px;
    top: 32px;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 32px;
}

/* IS Academy */
.row.is-academy {
    background-color: #555;
    padding-top: 75px;
    padding-bottom: 75px;
}
.row.is-academy .logo {

}
.row.is-academy .logo a {
    display: block;
}
.row.is-academy .logo img {
    width: 100%;
    transition: all .3s;
}
.row.is-academy .logo a:hover img {
    filter: brightness(110%);
    box-shadow: 0 0 15px #222;
}
.row.is-academy .text {
    color: #FFF;
}
.row.is-academy .text h1 {
    color: #89d2ff;
    margin-top: 0;
}
.row.is-academy .text h4 {
    color: #FFF;
    line-height: 1.5em;
}
.row.is-academy .certification {
    display: block;
    background-color: #FFF;
    box-shadow: 2px 2px 5px #333;
    margin-top: 1em;
    padding: 8px;
    transition: all .3s;
}
.row.is-academy .certification:hover {
    text-decoration: none;
    box-shadow: 2px 2px 15px #000;
    transform: scale(1.1, 1.1);
}
.row.is-academy .certification td {
    padding: 5px;
}
.row.is-academy .certification .avatar {
    width: 15%;
}
.row.is-academy .certification .avatar img {
    width: 80px;
    border-radius: 50%;
    border: 2px solid #DDD;
}
.row.is-academy .certification .description h2 {
    margin-top: 0;
    font-size: 48px;
}
.row.is-academy .certification .description h2 sup {
    font-size: 14px;
    top: -1.5em;
}
.row.is-academy .certification .description h5 {
    color: #555;
    margin-top: -10px;
    font-style: italic;
}
.row.is-academy .certification .description h5.learn-more {
    color: #0d71bc;
    margin-top: -5px;
    font-style: normal;
}
.row.is-academy .row.graduates {
    padding-top: 60px;
}
.row.is-academy .row.graduates h4 {
    text-align: center;
    color: #FFF;
}

/* Rotating graduates */
.recent-graduates {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.recent-graduates .headline {
    border-bottom: 1px solid #555;
    color: #0e9bfa;
    font-size: 24px;
}
.rotating-graduates li {
    min-height: 100px;
    padding-top: 12px;
}
.rotating-graduates .company-logo {
    display: inline-block;
    width: 65px;
    height: 65px;
    border: 1px solid #EEE;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFF;
}
.recent-graduates .bx-viewport {
    background-color: rgba(0,0,0,.5);
    border: none;
}
.recent-graduate {
    margin: 0 auto;
}
.recent-graduate .company-name {
    font-size: 18px;
    font-style: italic;
    color: #999;
}
.recent-graduate .cert-earned {
    text-transform: uppercase;
}

/* Knowledge Center */
.row.knowledge-center  {
    background-size: cover;
    padding-top: 33px;
    padding-bottom: 33px;
}
.row.knowledge-center h1 {
    color: #FFF;
}
.row.knowledge-center .btn {
    box-shadow: 0 5px 10px #000;
}
/* Card search results */
.kc-item-link {
    display: block;
    transition: all .2s;
    box-shadow: 0 1px 4px #222;
}
.kc-item-link:hover {
    text-decoration: none;
    box-shadow: 0 2px 8px #222;
}
.kc-item-link p {
    color: #333;
}
.kc-card-container {
    position: relative;
}
.kc-card .simple-panel {
    padding: 0;
}
.kc-card .header {
    background-size: cover;
    background-position: center center;
    position: relative;
    border-bottom: 1px solid #BBB;
}
.kc-card .body {
    padding: 1em;
}
.kc-card .body h4 {
    font-weight: bold;
    color: #172459;
}
.kc-card .action-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: larger;
    padding: 7px;
    box-shadow: 3px 3px 4px #444;
    display: block;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
}
a.action-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: larger;
    padding: 4px 10px;
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em;
}
a.action-label:hover {
    filter: brightness(110%);
    text-decoration: none;
}
.kc-card .action-label.read, a.action-label.read {
    color: #FFF;
    background-color: #f68c24;
}
.kc-card .action-label.watch, a.action-label.watch {
    color: #FFF;
    background-color: #3c99f6;
}
.kc-card .action-label.forum, a.action-label.forum {
    color: #FFF;
    background-color: #6cb23e;
}
.kc-card .header .video-duration {
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-weight: bold;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    background-color: rgba(0,0,0,.8);
}
.kc-card-container .add-to-library-container {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 50px;
    height: 50px;
}
.add-to-library-container .add-to-library-button {
    display: block;
    width: 50px;
    height: 50px;
    padding: 12px 5px 5px 5px;
    border-radius: 50%;
    background-color: #0d88c1;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 6px 0px;
    position: relative;
}
.add-to-library-container .add-to-library-button .icon {
    width: 100%;
}
.add-to-library-button span.successful {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
    color: #FFF;
}
.add-to-library-container .dropdown-menu li a:hover {
    background-color: #DDD;
}

/* Sponsors */
.row.sponsors {
    padding-top: 75px;
    padding-bottom: 75px;
}
.sponsor-container {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-origin: content-box;
    height: 8em;
    padding: 1em;
    position: relative;
    border: 1px solid #FFF;
    margin-bottom: 1em;
    margin-top: 1em;
}
.sponsor-container:hover {
    border: 1px solid #DDD;
}
.sponsor-container img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.event-card-container .simple-panel {
    padding: 0;
}
.event-card-container .header {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCC;
    display: block;
}
.event-card-container .header.contain {
    background-size: contain !important;
}
.event-card-container .body {
    padding: 1em;
}
.event-card-container .body h5.title a {
    font-weight: bold;
    color: #0e4263;
    margin-top: 0;
}
.event-card-container .body a {
    color: #0e4263;
}
.event-card-container .body table {
    width: 100%;
    border-bottom: 1px solid #DDD;
}
.event-card-container .body table td {
    vertical-align: middle;
    padding-bottom: 5px;
}
.event-card-container .body table td.date {
    padding-right: 10px;
    width: 75px;
}
.event-card-container .date-label {
    background-color: #FFF;
    border: 2px solid #000;
    text-align: center;
    border-radius: 5px;
}
.event-card-container .date-label .month {
    font-weight: bold;
    background-color: #084c71;
    color: #FFF;
    padding: 3px 15px;
}
.event-card-container .date-label .day {
    color: #084c71;
    font-weight: bold;
    font-size: x-large;
    padding: 3px 15px;
}
.event-card-container div.overview {
    display: none;
}
/* Type Labels */
.event-card-container a.type-label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: larger;
    padding: 10px;
    text-align: center;
}
.event-card-container a.type-label.webinar {
    color: #FFF;
    background-color: #3c99f6;
}
.event-card-container a.type-label.chapter {
    color: #FFF;
    background-color: #ffa51e;
}
.event-card-container a.type-label.conference {
    color: #FFF;
    background-color: #084c71;
}
.event-card-container a.type-label {
    text-decoration: none;
    cursor: default;
}
/* Buttons */
p.button-container {
    padding-top: 1em;
}
a.blue-btn {
    border-radius: 3px;
    display: inline-block;
    border: 2px solid #2f576a;
    padding: 6px 10px;
    font-size: 18px;
    color: #2f576a;
    text-transform: uppercase;
    transition: all .2s;
    margin-bottom: 0.8em;
}
a.blue-btn:hover {
    background-color: #263a4d;
    color: #FFF;
    text-decoration: none;
}