.header-logo > img {
    width: auto;
}



#homepage-banner-tiles {
        background-color: #eeeeee;
        padding: 50px 0;
}

#homepage-banner-tiles .tile {
        cursor: pointer;
}

#homepage-banner-tiles .tile.main {
        width: 100%;
}

#homepage-banner-tiles .tile.main .img {
        display: block;
        position: relative;
        width: 100%;
        height: 353px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
}

#homepage-banner-tiles .play-btn:before {
        content: "";
        position: absolute;
        width: 110px;
        height: 75px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*background-image: url('/img/play-button-lrg.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        opacity: 0.7;*/
        background-color: #0ab3c3;
        z-index: 99;
}

#homepage-banner-tiles .tile:hover .play-btn:before, .play-btn:hover:before {
        background-color: #12DAE9 !important;
}

#homepage-banner-tiles .play-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 35px; height: 40px;
        border-top: 20px solid transparent;
        border-left: 35px solid #fff;
        border-bottom: 20px solid transparent;
        border-radius: 2px;
        z-index: 99;
}

#homepage-banner-tiles .tile.main .text-block {
        display: block;
        background-color: #fff;
        padding: 28px 30px;
        min-height: 143px;
}

#homepage-banner-tiles .tile.main .text-block h2, #homepage-banner-tiles .tile.main .text-block a {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #222222;
        text-decoration: none;
}

#homepage-banner-tiles .tile.main .text-block span, #homepage-banner-tiles .tile.main .text-block span a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9d9d9d;
    margin: 5px 0 0;
    padding: 0
}

#homepage-banner-tiles .tile.main .text-block p {
        margin: 15px 0 0;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #222222;
}

#homepage-banner-tiles .tile.sub {
        display: block;
        width: 100%;
        height: 233px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
}

#homepage-banner-tiles .tile.sub .gradient {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background: -moz-linear-gradient(top, rgba(255,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */;
}

#homepage-banner-tiles .tile.sub:first-of-type {
        margin-bottom: 30px;
}

#homepage-banner-tiles .tile.sub .tag {
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        padding: 10px 15px;
}

#homepage-banner-tiles .tile.sub .text {
        position: absolute;
        bottom: 20px;
        left: 25px;
}

#homepage-banner-tiles .tile.sub .text a {
        text-decoration: none;
}

#homepage-banner-tiles .tile.sub .title {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
}

#homepage-banner-tiles .tile.sub span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin: 5px 0 0;
    padding: 0;
}

#homepage-banner-tiles .tile.sub.play-btn:before {
    width: 84px;
    height: 54px;
}

#homepage-banner-tiles .tile.sub.play-btn:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 27px solid #fff;
    border-bottom: 15px solid transparent
}

#homepage-banner-tiles .tile.sub:hover .title {
        text-decoration: underline;
}


#home-hubspot-cta {
        background-image: url('/img/banner-background.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 60px 0;
}

#home-hubspot-cta h2 {
        font-size: 30px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #222222;
        margin: 0;
        padding: 0;
}

#home-hubspot-cta p {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #222222;
        margin: 0 0 15px;
        padding: 0;
}

#home-featured-videos {
        padding: 75px 0;
        background-color: #eeeeee;
}

#home-featured-videos .text-right {
        text-align: right;
}

#home-featured-videos .divider {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #000;
        margin: 20px 0 0;
}

#home-featured-videos h2 {
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #222222;
        margin: 0;
        padding: 0;
}

#home-featured-videos .explore {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: right;
        color: #0ab3c3;
        margin: 8px 0 0;
        padding: 0 15px 0 0;
        display: inline-block;
        background-image: url('/img/blue-link-array.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right center;
        text-decoration: none;
}

#home-featured-videos .explore:hover {
        color: #12DAE9;
        background-image: url('/img/blue-link-array-hover.png');
}

#home-featured-videos .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        margin: 25px 0 0;
        padding: 0;
}

#home-featured-videos .videos {
        margin-top: 50px;
}

#home-featured-videos .videos:first-of-type {
        margin-top: 0;
}

#home-featured-videos .video {
        margin: 25px 0 0;
}

#home-featured-videos .video .img {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}

#home-featured-videos .video .img:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        /*background-image: url('/img/play-button-sm.png');*/
        background-color: #0ab3c3;
        width: 41px;
        height: 28px;
}

#home-featured-videos .video .hover {
        cursor: pointer;
}

#home-featured-videos .video .hover:hover .img:before {
        background-color: #12DAE9;
}

#home-featured-videos .video .img:after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 15px;
        width: 0; height: 0;
        border-top: 6px solid transparent;
        border-left: 11px solid #fff;
        border-bottom: 6px solid transparent;
        border-radius: 1px;
}

#home-featured-videos .video .img img {
        width: 100%;
        visibility: hidden;
}

#home-featured-videos .video a {
        text-decoration: none;
}

#home-featured-videos .video h3 {
        font-family: 'Karla', sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #222222;
        margin: 13px 0 0;
        padding: 0;
}

#home-featured-videos .video span, #home-featured-videos .video span a {
        display: block;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #9d9d9d;
        margin: 5px 0 0;
        padding: 0;
}

#home-featured-videos .video span a:hover {
        text-decoration: underline;
}

.video-overview-featured-videos {
        padding: 75px 0;
        background-color: #ffff;
}

.video-overview-featured-videos .text-right {
        text-align: right;
}

.video-overview-featured-videos .divider {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #000;
        margin: 20px 0 0;
}

.video-overview-featured-videos h2 {
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #222222;
        margin: 0;
        padding: 0;
}

.video-overview-featured-videos .explore {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #0ab3c3;
        margin: 8px 0 0;
        padding: 0 15px 0 0;
        display: inline-block;
        background-image: url('/img/blue-link-array.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right center;
        text-decoration: none;
}

.video-overview-featured-videos .explore:hover {
        color: #12DAE9;
        background-image: url('/img/blue-link-array-hover.png');
}

.video-overview-featured-videos .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        margin: 25px 0 0;
        padding: 0;
}

.video-overview-featured-videos .videos {
        margin-top: 50px;
}

.video-overview-featured-videos .videos:first-of-type {
        margin-top: 0;
}

.video-overview-featured-videos .video {
        margin: 25px 0 0;
}

.video-overview-featured-videos .video .img {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}

.video-overview-featured-videos .video .img:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        /*background-image: url('/img/play-button-sm.png');*/
        background-color: #0ab3c3;
        width: 41px;
        height: 28px;
}

.video-overview-featured-videos .video .hover {
        cursor: pointer;
}

.video-overview-featured-videos .video .hover:hover .img:before {
        background-color: #12DAE9;
}

.video-overview-featured-videos .video .img:after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 15px;
        width: 0; height: 0;
        border-top: 6px solid transparent;
        border-left: 11px solid #fff;
        border-bottom: 6px solid transparent;
        border-radius: 1px;
}

.video-overview-featured-videos .video .img img {
        width: 100%;
        visibility: hidden;
}

.video-overview-featured-videos .video a {
        text-decoration: none;
}

.video-overview-featured-videos .video h3 {
        font-family: 'Karla', sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #222222;
        margin: 13px 0 0;
        padding: 0;
}

.video-overview-featured-videos .video span, .video-overview-featured-videos .video span a {
        display: block;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #9d9d9d;
        margin: 5px 0 0;
        padding: 0;
}

.video-overview-featured-videos .video span a:hover {
        text-decoration: underline;
}

.video-overview #home-hubspot-cta {
	margin: 0px 36px;
	padding: 30px 45px;
}

#volunteer {
        padding: 50px 0;
}

#volunteer h2 {
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #222222;
        margin: 0;
        padding: 0;
}

#volunteer .divider {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #000;
        margin: 20px 0 36px;
}

#volunteer .title {
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #222222;
        margin: 0;
        padding: 0;
}

#volunteer .text {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #7b7b7b;
        margin: 23px 0 0;
        padding: 0;
}

#volunteer .cta_button {
    display:inline-block;
    margin-top: 30px;
}

#volunteer .tile {
        display: block;
        background-color: #222222;
        margin-top: 25px;
        padding: 30px 36px 30px 221px;
        background-repeat: no-repeat;
        background-position: 61px center;
}

#volunteer .tile:first-of-type {
        margin-top: 0;
}

#volunteer .tile a {
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #0ab3c3;
        text-decoration: none;
        margin: 0;
        padding: 0 18px 0 0;
        display: inline-block;
        background-image: url('/img/blue-link-array.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right center;
        text-decoration: none;
}

#volunteer .tile a:hover {
        color: #12DAE9;
        background-image: url('/img/blue-link-array-hover.png');
}

#volunteer .tile p {
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: normal;
        color: #ffffff;
        margin: 12px 0 0;
        padding: 0;
}

#home-content-partners {
        padding: 75px 0 50px;
}

#home-content-partners.volunteer-page {
    padding: 75px 0 100px;
}

#home-content-partners .text-right {
        text-align: right;
}

#home-content-partners .divider {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #000;
        margin: 20px 0 0;
}

#home-content-partners h2 {
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #222222;
        margin: 0;
        padding: 0;
}

#home-content-partners .explore {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: right;
        color: #0ab3c3;
        margin: 8px 0 0;
        padding: 0 15px 0 0;
        display: inline-block;
        background-image: url('/img/blue-link-array.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right center;
        text-decoration: none;
}

#home-content-partners .explore:hover {
        color: #12DAE9;
        background-image: url('/img/blue-link-array-hover.png');
}

#home-content-partners .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        margin: 25px 0 0;
        padding: 0;
}

#home-content-partners .tile {
        margin: 35px 0 0;
        padding: 0;
        cursor: pointer;
}

#home-content-partners .tile img {
        width: 100%;
}

#home-content-partners .tile p {
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        margin: 20px 0 0;
        padding: 0;
}

#home-content-partners .tile:hover p {
        text-decoration: underline;
}

#home-blog-listing {
        padding: 50px 0 100px;
}

#home-blog-listing .text-right {
        text-align: right;
}

#home-blog-listing .divider {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #000;
        margin: 20px 0 0;
}

#home-blog-listing h2 {
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #222222;
        margin: 0;
        padding: 0;
}

#home-blog-listing .explore {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: right;
        color: #0ab3c3;
        margin: 8px 0 0;
        padding: 0 15px 0 0;
        display: inline-block;
        background-image: url('/img/blue-link-array.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right center;
        text-decoration: none;
}

#home-blog-listing .explore:hover {
        color: #12DAE9;
        background-image: url('/img/blue-link-array-hover.png');
}

#home-blog-listing .tile {
        margin: 40px 0 0 0;
        cursor: pointer;
}

#home-blog-listing .tile img {
        width: 100%;
}

#home-blog-listing .tile p {
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
        margin: 18px 0 0;
        padding: 0;
}

#home-blog-listing .tile:hover p {
        text-decoration: underline
}

#home-hubspot-cta-bottom {
        padding: 67px 0;
        background-image: url('/img/banner-background.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}

#home-hubspot-cta-bottom h2 {
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin: 0 0 30px;
        padding: 0;
}

#volunteer-banner-video {
    overflow: hidden;
}

#volunteer-banner-video video {
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-height: 528px;
}

#volunteer-categories  {
    padding: 61px 0 98px;
    background-image: url('/img/banner-background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#volunteer-categories h2 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    margin: 0 0 30px;
}

#volunteer-categories .item-container {
    display: flex;
    flex-flow: row wrap;
    /*margin: 0 -7px;*/
}
#volunteer-categories .item-container .item {
    flex-basis: 20%;
    flex: 1;
    margin: 15px;
    background: #fff;
    width: auto;
    height: 170px;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#volunteer-categories .item-container .item span {
    position: absolute;
    left: 0;
    top: 123px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
    padding: 0 15px;
}

#volunteer-categories .item-container .item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 34px;
}

#volunteer-categories .item-container .item .img.hover {
    opacity: 0;
}

#volunteer-categories .item-container .item:hover .img {
    opacity: 0;
}
#volunteer-categories .item-container .item:hover .img.hover {
    opacity: 1;
}


#volunteer-intro-text {
    background-color: #ffffff;
    padding: 76px 0 80px;
}

#volunteer-intro-text h1 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #222222;
    margin: 0;
    padding: 0 0 0 64px;
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 43px;
}

#volunteer-intro-text p.left {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #222222;
    margin: 15px 0 0;
    padding: 0;
}

#volunteer-intro-text p.right {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #7b7b7b;
    margin: 10px 0 0;
    padding: 0;
}


#volunteer-calendar {
    padding: 82px 0 100px;
}

#volunteer-calendar h2 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #222222;
    margin: 0;
    padding: 0;
}

#volunteer-calendar p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #222222;
    margin: 25px 0 0;
    padding: 0;
}

#volunteer-calendar .explore {
    display: inline-block;
    font-family: GothamRounded, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0ab3c3;
    text-decoration: none;
    margin: 36px 0 0;
    padding: 0 15px 0 0;
    display: inline-block;
    background-image: url('/img/blue-link-array.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
}

#volunteer-calendar .explore:hover {
    color: #12DAE9;
}

#volunteer-calendar .calendar {
    background-color: #eeeeee;
    padding: 35px 55px;
}

#volunteer-calendar .calendar h3 {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
    margin: 0 0 18px;
    padding: 0 0 18px;
    border-bottom: solid 5px #222222;
}

#volunteer-calendar .calendar table {
    border-bottom: 1px solid #222222;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


#volunteer-calendar .calendar span {
    display: block;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
}

#volunteer-calendar .calendar .lrg-date {
    font-size: 18px;
    font-weight: bold;
}

#volunteer-calendar .calendar .lrg-date-num {
    font-size: 36px;
    font-weight: bold;
}

#volunteer-calendar .calendar .date {
    font-size: 14px;
    font-weight: normal;
}

#volunteer-calendar .calendar .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
    color: unset;
    text-decoration: none;
}

#volunteer-calendar .calendar .title:hover {
    text-decoration: underline;
}

#volunteer-calendar .calendar .location {
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
}

#volunteer-calendar .calendar .more {
    font-family: GothamRounded, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0ab3c3;
    text-decoration: none;
    margin: 0;
    padding: 0 15px 0 0;
    display: inline-block;
    background-image: url('/img/blue-link-array.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
}

#volunteer-calendar .calendar .more:hover {
    color: #12DAE9;
}

#volunteer-videos {
    padding: 85px 0 95px;
    background-color: #eeeeee;
}

#volunteer-videos img {
    max-width: 100%;
}

#volunteer-videos .text-items h2 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #222222;
    margin: 0;
    padding: 0;
}

#volunteer-videos .text-items p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #222222;
    margin: 18px 0 0;
    padding: 0;
}

#volunteer-videos .text-items a {
    font-family: GothamRounded, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #0ab3c3;
    margin: 26px 0 0;
    padding: 0 15px 0 0;
    display: inline-block;
    background-image: url('/img/blue-link-array.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
}

#volunteer-videos .text-items a:hover {
    color: #12DAE9;
}

#volunteer-videos #home-featured-videos {
    padding: 60px 0 0;
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
        .row-responsive .column {
                width: 100% !important;
        }

        #homepage-banner-tiles .tile.main .img {
                height: 233px !important;
        }

        #homepage-banner-tiles .tile.main {
                margin-bottom: 30px;
        }

        #home-hubspot-cta h2 {
                margin-bottom: 15px;
        }

        #home-featured-videos .text-right {
                text-align: left;
        }

        #volunteer .text {
                margin-bottom: 25px;
        }

        #volunteer .tile {
                padding: 15px 15px 15px 85px;
                background-position: 15px 15px;
                background-size: 52px;
        }

        #home-content-partners .text-right {
                text-align: left;
        }

        #home-blog-listing .text-right {
                text-align: left;
        }

        #volunteer-categories .item-container {
            display: block;
            margin: 0;
        }

        #volunteer-categories .item-container .item {
            flex: none;
            margin: 15px;
        }

        #volunteer-calendar .calendar {
            margin-top: 30px;
            padding: 35px;
        }

        #volunteer-intro-text {
            padding: 50px 0;
        }

        #volunteer-categories {
            padding: 50px 0;
        }

        #volunteer-calendar {
            padding: 50px 0;
        }

        #volunteer-videos {
            padding: 50px 0;
        }

        #volunteer-videos img {
            margin-top: 30px;
        }

}

/**
 * HubSpot Form
 */

.hs-form input {
    border: solid 1px #979797;
    font-size: 16px;
    height: 50px;
    outline: none;
    padding: 0 20px !important;
}

.hs-form .hs-email .hs-form-required {
    display: none;
}

.hs-form .hs-email {
    float: left;
    padding: 0 20px 0 0;
}

.hs-form .hs-submit {
    float: left;
}

.hs-form .hs-submit .actions,
.hs-form .hs-button {
    margin: 0 !important;
}

.hs-form .hs-button {
    background-color: #222222 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2) !important;
    cursor: pointer;
}

.hs-form .hs-button:hover {
    background-color: #323237 !important;
}

.hs-form .hs-error-msgs {
    font-size: 14px;
    list-style-type: none;
    margin: 8px 0 8px !important;
    padding: 0;
}

.hs-form .hs_error_rollup {
    display: none;
}

@media (max-width: 767px) {
    .hs-form .hs-email {
        float: none;
        padding: 0;
        width: 100% !important;
    }
    .hs-form .hs-submit {
        display: inline-block !important;
        float: none;
        width: auto !important;
    }
    .hs-form .hs-button {
        margin: 15px 0 0 !important;
    }
}

/**
 * HubSpot Form (Top Subscribe Form)
 */

.hs-form[data-form-id='8dc8f21e-701d-42f4-9955-aeb1949f4aa3'] .hs-email {
    width: calc(65% - 20px);
}

.hs-form[data-form-id='8dc8f21e-701d-42f4-9955-aeb1949f4aa3'] .hs-submit {
    width: 35%;
}

/**
* HubSpot Form (Bottom Subscribe Form)
*/

.hs-form[data-form-id='f4760515-b4a3-48e9-bab9-96a5da4cfcb5'] {
    margin: 0 auto;
    max-width: 720px;
}

.hs-form[data-form-id='f4760515-b4a3-48e9-bab9-96a5da4cfcb5'] .hs-email {
    width: 550px;
}

.hs-form[data-form-id='f4760515-b4a3-48e9-bab9-96a5da4cfcb5'] .hs-submit {
    width: 150px;
}