@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body {
    font-family: 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    counter-reset: item;
    animation: fadeIn ease 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.list-col {
    max-width: 830px;
}
h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    color: #414141;
    font-weight: 800;
    letter-spacing: -.02em;
}
h1 {
    font-weight: 800;
}
p {
    color: #414141;
    font-weight: 400;
}
b, strong {
    font-weight: 600;
}
/*a,
a:visited {
    color: #0000EE;
}
a:hover,
a:active {
    color: #551A8B;
}*/
.tracking-tight {
    letter-spacing: -.02em;
}
.divbordert {
    border-width: 1px 0 0;
    border-style: dotted;
    border-color: #777;
}
.divborderb {
    border-width: 0 0 1px;
    border-style: dotted;
    border-color: #777;
}

.article p,
.article li {
    font-size: 1.12rem;
    line-height: 1.8rem;
    margin-bottom: 1.2rem;
}
.underline {
    text-decoration: underline;
}
.mark,
mark {
    background-color: #FFF5D1;
}
#author {
    padding: 8px 16px 6px;
    background-color: #f4f4f4;
    border-radius:10px 10px 0 0;
}
#author img {
    margin-top: -2px;
}
#author .auth-block {
    color: #999;
    text-transform: uppercase;
    font-size: 80%;
    margin: 0 4px;
    padding: 0 4px;
}

.cta a {
    background-color: #D4422A !important;
    color: #fff !important;
    font-weight: 600;
    line-height: 2rem;
    border-color: #D4422A !important;
    border-radius: 0.5rem;
}
.cta a:hover,
.cta a:active {
    border-color: #CB3529 !important;
    background-color: #CB3529 !important;
}


@media (min-width: 480px) {
   .article h1 {
        font-size: 3.0rem;
    }
    h4 {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .article h1 {
        font-size: 3.5rem;
    }
}
.figure-caption {
    background-color: rgba(0,0,0,.02);
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0.75rem 1rem;
}
.rating-stars {
    color: #FDCC0D;
    text-shadow: 0 0 1px rgba(0,0,0, 0.5);
}
.quote {
    padding: 2rem;
    background-color: #DCFAF7;
    border-left: 6px solid #1BAFA0;
}
.quote .quotetxt {
    margin: 0;
    font-size: 1.2rem;
}
.quote .quotetxt-body {
    font-size: 1rem !important;
}
.quote .attribution {
    margin: 0;
    font-size: 1.0rem;
    font-weight: 400;
}
.verified {
    color: #37a54c;
    font-size: 1rem !important;
}
.verified:before {
    font-family: FontAwesome,sans-serif;
    content: '\f058';
    margin-right: 0.4rem;
}
.video, .videosq {
    position: relative;
    overflow: hidden;
    }
.video .sproutContainer {
    padding-top: 58.98%;
}
.video .sproutContainer.video169 {
    padding-top: 56.25%;
}
.video .sproutContainer.video1x1 {
    padding-top: 100%;
}
.video iframe, .videosq iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#update.card {
    border: none;
    border-radius: 10px;
}
#update .card-header:first-child {
    border-radius: 9px 9px 0 0;
}
#update .card-body {
    background-color: #fff4e2;
    border: 1px solid #e47911;
    border-top: none;
    border-radius: 0 0 9px 9px;
}
#advertorial {
    background-color: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 3px;
}
#advertorial p {
    margin: 0;
    color: #333;
    letter-spacing: 0.5px;
}
#social {
    margin-top: 60px;
}
#social h4,
#sponsored h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}
#social a {
    text-decoration: none;
}
#social button {
    margin: 10px 0;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
#social button:hover {
    opacity: 0.95;
}
#social i {
    margin-right: 10px;
    margin-top: -2px;
    font-size: 20px;
}
#social button.btn-fb {
    background-color: #3b5998;
}
#social button.btn-tw {
    background-color: #1da1f2;
}
#social button.btn-pin {
    background-color: #bd081c;
}
#social button.btn-li {
    background-color: #0077b5;
}

#sponsored {
    margin-top: 60px;
}
#sponsored .card {
    border: none;
    border-radius: 0;
}
#sponsored .card-body {
    padding: 0.75rem 0.6rem 1.75rem 0.6rem;
}
#sponsored .card-body a,
#sponsored .card-body a:hover,
#sponsored .card-body a:active,
#sponsored .card-body a:visited {
    color: #212529;
    text-decoration: none;
}
#sponsored .card-branding {
    display: block;
    color: #777;
    font-size: 0.6rem;
    line-height: 1.0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#sponsored .card-headline {
    /*font-size: 1.5rem;*/
    line-height: 1.2;
    /*max-height: 5.4rem;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
#disclaimer {
    margin-top: 60px;
    margin-bottom: 60px;
}
#disclaimer p {
    color: #999;
    margin: 0;
}
#footer {
    background-color: #fbfbfb;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 30px;
}
#footer h5 {
    color: #888;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
#footer ul {
    list-style: none;
    padding: 0;
}
#footer li, #footer a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 1.8rem;
}
#footer a:hover {
    color: #555;
    text-decoration: none;
}
#legal {
    background-color: #424242;
    padding-top: 15px;
    padding-bottom: 15px;
}
#legal p, #legal a {
    color: #ccc;
    font-size: 12px;
    margin: 0;
    letter-spacing: 0.7px;
}
#legal a:hover {
    color: #fff;
}