.resource div, .resource strong {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.resource a, .resource div {
    float: right;
}

.resource a {
    color: #000;
}

.resource a i {
    opacity: .5;
    position: relative;
    top: 3px;
}

.resource a mark, .resource div mark {
    background: #fae073 !important;
    display: inline-block;
    height: 0;
    line-height: 0;
    opacity: 1 !important;
    margin-top: 13px;
}

.resource-modal h1 {
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 500;
}

.resource-modal .modal-header .close {
    margin-top: -34px !important;
    margin-right: -22px;
}

.resource-modal .modal-header .close:hover,
.resource-modal .modal-header .close:active,
.resource-modal .modal-header .close:focus {
    color: #ffffff;
    opacity: 1;
}

.resource-modal .modal-body p {
    color: rgba(0,0,0,0.7);
    font-size: 1rem;   
}

.resource-modal .btn {
    margin-top: 1rem;
}

.wistia_click_to_play {
    height: 100% !important;
}

.resource-subhead {
    color: #fff;
    font-size: 20px;
    margin-bottom: 1.5rem !important;
}

.btn-disabled {
    color: #fff !important;
	cursor: default !important;
	background: #1863ad !important;
	opacity: .65;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .static-content-item {
        justify-content: center;
        text-align: center !important;
    }
    .copy.static-content-item {
        margin-bottom: 3rem;
    }
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .static-content-item {
        justify-content: center;
        text-align: center !important;
    }
    .copy.static-content-item {
        margin-bottom: 3rem;
    }
    .card .btn {
        font-size: .9rem;
    }
}

a.scrollto:hover {
	color: #fff;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }