@media print{
    body {
        margin: 0;
        color: #000000;
        background-color:#fff;
    }
    .sa-header-menu,
    .sa-homepage-links,
    .sa-related-articles,
    .sa-homepage-share-box,
    header,
    footer,
    nav,
    .sa-widget { display: none !important; }
}

/* Scribendi Academy */
.scribendi-academy { font-family: Lato; }

.text-white,
.sa-featured-post { color: #fff; }

.sa-title-banner { padding-bottom: 25px; }

.article-body-article img { max-width: 100%; height: auto; }

/* Scribendi Academy Header */
#sa-header { z-index: 1; background-color: #fff; position: fixed; top: 0; width: 100%; }
#sa-header .navbar-header { float: left; }
.sa-col-header .navbar-default { background-color: #fff; border-color: #fff; z-index: 2; }
.sa-col-header .navbar-default .navbar-toggle .icon-bar { background-color: #005880; }
.sa-col-header .navbar-toggle .icon-bar { width: 37px; height: 8px; }
.sa-col-header .navbar-toggle .icon-bar + .icon-bar { margin-top: 5px; }
.sa-col-header .navbar-toggle { display: block; margin-top: 10px; }
#sa-header { color: #fff; }
#sa-header .navbar-collapse.collapse { display: none !important; }
#sa-header .navbar-collapse.in { overflow-y: hidden !important; }
#sa-header .collapse.in { display: flex !important; }
.sa-navbar-toggle.navbar-toggle { border: 1px solid transparent; border-radius: 4px; }
.sa-navbar-toggle.navbar-toggle:hover,
.sa-navbar-toggle.navbar-toggle:focus { background-color: #fff; }

#sa-header .navbar-collapse.in, #sa-header  .collapsing { width: 100%; padding: 0; }
#sa-header .navbar-collapse { background-color: #005880; text-align: left;}

.sa-signin { color: #fff; padding: 15px 20px; font-size: 16px; text-transform: uppercase; }
.sa-signin:hover { color: #fff; }
.sa-header-logo-icon { width: 80px; margin-top: 1px; }
.sa-header-search-icon { background-color: #ffbd00; padding: 9px; width: 37px; cursor: pointer; }
#sa-search.width { height: auto; -webkit-transition: width 0.35s ease; -moz-transition: width 0.35s ease; -o-transition: width 0.35s ease; transition: width 0.35s ease; }

/* Scribendi Academy Header Search Bar */
.sa-col-header .col-xs-2 { padding-left: 0; }
.sa-col-header .col-xs-10 { padding: 0; }
.sa-search-text {
    background-color: #ffbd00;
    border: #ffbd00;
    max-width: 120px;
    padding: 10px 10px 9px;
    font-size: 12px;
    position: absolute;
    right: 52px;
    top: 15px;
    display: none;
}
.page-top-banner .sa-search-text { top: 55px; }
@media (max-width: 1100px)and (min-width: 583px) { .page-top-banner .sa-search-text { top: 75px; } }
@media (max-width: 582px) and (min-width: 392px) { .page-top-banner .sa-search-text { top: 95px; } }
@media (max-width: 391px) and (min-width: 338px) { .page-top-banner .sa-search-text { top: 115px; } }
@media (max-width: 337px) { .page-top-banner .sa-search-text { top: 15px; } }
.sa-search-text::-webkit-input-placeholder { color: #fff; }
.sa-search-text::-moz-placeholder { color: #fff; }
.sa-search-text:-ms-input-placeholder { color: #fff; }
.sa-search-text::-ms-input-placeholder { color: #fff; }
.sa-search-text::placeholder { color: #fff; }
.sa-search-text:focus { border: none; outline: none; }
.sa-search-bar { background-color: #FFBD00; padding: 10px; }
.scribendi-carousel,
.article-thumb { border: 1px solid #ddd; }

/* Scribendi Academy Header Columns */
.sa-nav-box-1 { display: flex; align-items: center; justify-content: center; }
.sa-nav-box-1 a { color: #fff; font-size: 20px; text-transform: uppercase; }
.sa-nav-box-1 ul a { font-size: 27px; }
@media (max-width: 1200px) { .sa-nav-box-1 ul a { font-size: 24px; } }
.sa-nav-box-1 .nav-item-close { position: absolute; top: 0; left: 15px; }
.sa-nav-box-2 { background-color: #989898; }
.sa-nav-box-2 p { font-size: 16px; padding: 40px;}
.sa-nav-box-3 { background-color: #349BD0; }
.sa-nav-box-3 a { color: #fff; font-size: 15px; text-transform: uppercase; font-weight: bold; }
.sa-nav-box-3 ul { list-style-type: none; padding-left: 13%; }

.sa-widget { margin-bottom: 35px; overflow: auto; }
@media (min-width: 501px) {
    .sa-widget { margin-top: 30px; }
}

/* Scribendi Academy Homepage */
.sa-header-links { font-size: 14px; padding-top: 10px; padding-bottom: 5px; }
.sa-header-links li { margin-right: 10px; }
.sa-header-links li:last-child { margin-right: 0; }
.sa-header-links a:hover { text-decoration: none; }
.sa-header-links li a.text-scrib-dark { display: flex; align-items: center; }
.sa-header-links li.active a.text-scrib-dark { color: #349BD0; }
.sa-homepage-icon { width: 28px; padding-right: 7px; }
.sa-homepage-img { z-index: -1; }
/*.sa-homepage-subscribe {color:#fff;text-transform: uppercase;font-weight: bold;}*/
.sa-btn-subscribe {
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 5px 25px 7px;
}
.sa-main-image-title .sa-btn-subscribe { position: absolute; top: 10px; left: 25px; }
.sa-homepage-box { background-color: #005880; padding: 118px 60px; }
.sa-homepage-box-2 { line-height: 2; }
.sa-homepage-articles-box {
    font-size: 16px;
    background-color: #349bd0;
    padding-top: 52px;
    padding-bottom: 52px;
    text-align: center;
}

@media (max-width: 420px) {
    .sa-homepage-articles-box { font-size: 12px; padding-top: 35px; padding-bottom: 35px; }
}
.sa-homepage-articles-box a {color: #fff; }
.sa-homepage-previous-posts-box { background-color: #349bd0; padding: 160px; position: relative; }
.sa-homepage-box-mini { background-color: #005880; position: absolute; bottom: -60px; }
.sa-homepage-title-box,
.sa-homepage-title-box .sa-homepage-box { display: flex; flex-direction: column; }
.sa-homepage-title-box .sa-homepage-box { align-items: center; justify-content: center; }

/*.sa-homepage-clients-mini {display: none; color: #fff; font-size: 70px; font-weight: bold; text-transform: uppercase; }*/
.sa-service-icon { height: 100px; padding-top: 32px; padding-bottom: 32px; }
.sa-carousel-item { position:relative; }
.sa-carousel-item .sa-service-icon, .sa-carousel-item .sa-service-link {transition: opacity 0.5s ease-in-out;}
.sa-carousel-item .sa-service-link {
    position: absolute;
    font-size: 21px;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    color: #fff;
}
@media (max-width: 400px) {
    .sa-carousel-item .sa-service-link { font-size: 16px; }
}
.sa-carousel-item:hover .sa-service-icon { opacity:0; }
.sa-carousel-item:hover .sa-service-link { opacity:1; }

/* Scribendi Academy Carousel */
.sa-carousel { position: relative; }
.sa-carousel .owl-prev { position: absolute; top: 10%; left: -60px; }
.sa-carousel .owl-next { position: absolute; top: 10%; right: -60px; }
.sa-carousel .owl-prev span, .sa-carousel .owl-next span { font-size: 100px; color: #ddd; }
.sa-carousel .owl-prev span:hover, .sa-carousel .owl-next span:hover { color: #005880; }
.sa-carousel .owl-nav { text-align: center; }
.single-carousel-item { padding: 8px; text-align: center; color: #fff; }

/* Scribendi Academy General */
.sa-related-articles { color: #fff; padding: 0 13px 13px; }
.sa-podcast-article { color: #fff; padding: 80px; }
.sa-banner-bg-img { width: 100%; background-repeat: no-repeat; background-size: cover; height: 299px; background-position: 0 -70px; }
.sa-title-box {
    background-color: #349bd0;
    position: relative;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;;
    justify-content: center;;
    align-items: center;
}
.article-body { margin-bottom: 35px; }
.page-article-single .article-body img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.page-article-single .sa-title-box { display: block; text-align: left; }
.sa-featured { padding: 25px 35px 40px !important; }
.sa-featured .btn-scrib-cta { margin-top: 20px; margin-bottom: 10px; }
.sa-featured-title {
    font-size: 40px;
    color: #fff;
    line-height: 0.9;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 5px;
    text-shadow: 0 0 3px #777;
}
.sa-title { font-size: 65px; color: #fff; line-height: 0.9; font-weight: bold; }
.page-article-single .sa-title { font-size: 34px; line-height: 1.3; bottom: 20px; left: 22px; position: absolute; width: 85%; }
.sa-title-recent { font-size: 25px; text-shadow: 0 0 3px #777;}
.sa-title-transform { font-weight: bold; text-align: center; }
.sa-title-icon { position: absolute; left: 16px; top: 19px; width: 30px; }
.sa-subtitle { color: #ffbd00; font-size: 20px; letter-spacing: 3px; font-weight: bold; }
.sa-floating-title { margin-bottom: 0; }
.sa-social-icon { padding: 3px 7px; color: #fff; font-size: 30px; }
.a2a_kit { display: flex; justify-content: space-evenly; }
.a2a_kit > *:last-child { display: none; }
.sa-social-box { background-color: #349bd0; }
.sa-social-icon:hover,
.sa-social-box a:hover { color: #66bfed; text-decoration: none; }
.sa-social-box .sa-hashtag a:hover,
.sa-social-box .sa-hashtag a:focus { color: #fff; text-decoration: underline; }
.sa-social-title { font-size: 36px; font-weight: bold; line-height: 1; }
.sa-hashtag { font-size: 20px; }
.sa-subheading {
    color: #005880;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.sa-upcoming {
    width: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('/images/bg-upcoming-blog-post.jpg') center;
    background-size: cover;
    height: 185px;
    padding-top: 50px;
}
.sa-upcoming h1 { font-weight: bold; margin-top: 0; font-size: 24px; margin-bottom: 5px; }
.sa-upcoming p { font-size: 13px; }
.sa-upcoming .sa-btn-subscribe { font-size: 15px; padding-left: 17px; padding-right: 17px; }

.article-pagination .pagination > .active > a,
.article-pagination .pagination > .active > span,
.article-pagination .pagination > .active > a:hover,
.article-pagination .pagination > .active > span:hover,
.article-pagination .pagination > .active > a:focus,
.article-pagination .pagination > .active > span:focus { z-index: auto; }

.sa-upcoming-posts-blurb {
    background-color: #005880;
    position: absolute;
    padding: 10px;
    max-width: 200px;
    top: 10px;
    left: 10px;
}
.sa-upcoming-posts-blurb-date {
    background-color: #005880;
    position:absolute;
    padding: 5px 10px;
    top: 10px;
    right: 10px;
    /*border: #fff solid 3px;*/
    font-size: 12px;
}
.sa-upcoming-posts-blurb-text-1 { font-size: 14px; font-weight: bold; margin-bottom: 3px; }
.sa-upcoming-posts-blurb-text-2 { font-size: 10px; margin-bottom: 4px; }
.sa-upcoming-posts-blurb-text-3 { font-size: 14px; font-weight: bold; line-height: 1.1; margin-bottom: 0;color:#fff; }
@media (max-width: 339px) {
    .sa-upcoming-posts-blurb-text-3 { font-size: 11px; }
}
.sa-upcoming-posts-blurb-text-3:hover{text-decoration: underline;}
#upcoming-carousel .sa-upcoming-posts-blurb-text-3 { font-size: 17px; }
.sa-upcoming-posts-box { background-color: #349bd0; font-size: 15px; font-weight:bold; padding: 21px; }
.sa-upcoming-posts-title { margin-bottom: 0; }
.sa-upcoming-posts-subtitle { color: #005880; font-size: 14px; padding: 15px; }
.sa-upcoming-posts-icon {font-size: 50px; padding: 15px;}
.sa-clients-title h1 {
    background: url(../images/homepage-couple.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    height: 300px;
    margin-top: 0;
    line-height: 475px;
}
@media (max-width: 400px) {
    .sa-clients-title h1 { font-size: 35px; }
}
.sa-clients-carousel { max-width: 768px; }
.sa-clients-carousel .owl-dots { text-align: center; margin-top: 50px; }
.sa-clients-carousel.sa-category-carousel .owl-dots { margin-top: 30px; }
.sa-widget-carousel { overflow: inherit; }
.sa-widget-carousel .carousel-indicators li,
.sa-clients-carousel .owl-dots button { margin-right: 10px; }
.sa-widget-carousel .carousel-indicators { bottom: -50px; z-index: inherit; }
.sa-clients-carousel .owl-dots button:last-child { margin-right: 0; }
.sa-widget-carousel .carousel-indicators li,
.sa-clients-carousel .owl-dots button span {
    display: inline-block;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border: 1px solid #999;
    border-radius: 9px;
    box-shadow: inset 1px 1px 3px 0 #bbb;
}
.sa-clients-carousel button.owl-dot:focus { outline: none; }
.sa-clients-carousel .owl-carousel { z-index: auto; }
.sa-widget-carousel .carousel-indicators li.active,
.sa-clients-carousel .owl-dots button.active span { background-color: #fff; box-shadow: none; }
/*.sa-homepage-categories-blurb { color: #000000; padding: 30px; }*/

.sa-embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.sa-embed-container iframe,
.sa-embed-container object,
.sa-embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.sa-article-summary { color: #fff; padding: 40px; margin-bottom: 25px; }
.sa-article-summary h3 {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.sa-article-summary p { margin-bottom: 0 !important; }

#audioplayer { line-height: 1; margin-bottom: 22px; }

.article-body-infographic { margin-bottom: 25px; }
.article-body-infographic p { margin-bottom: 0 !important; }
.sa-infographic-actions { font-size: 30px; line-height: 1; margin-left: 0; }
.sa-infographic-actions li { padding: 15px 20px; }
.sa-infographic-actions a { color: #fff; }

.sa-title-box-authors { background: url('/images/medium/author-800x600.jpg') bottom center; background-size: cover; }
.sa-title-box-esl { background: url('/images/medium/ESL-800x600.jpg') center center; background-size: cover; }
.sa-title-box-corporate { background: url('/images/medium/corporation-800x600.jpg') center center; background-size: cover; }
.sa-title-box-students { background: url('/images/medium/student-800x600.jpg') center center; background-size: cover; }
.sa-title-box-academics { background: url('/images/medium/academic-800x600.jpg') center center; background-size: cover; }
.sa-title-box-business { background: url('/images/medium/More-800x600.jpg') center center; background-size: cover; }
.sa-title-box-personal { background: url('/images/medium/personal-800x600.jpg') center center; background-size: cover; }
.sa-title-box-other { background: url('/images/medium/couplesmiling-800x600.jpg') center center; background-size: cover; }

.article-body-infographic p { text-align: center; }

.sa-widget-previous-posts { margin-bottom: 80px; }

.sa-articles-link-title { color: #333; }
.sa-articles-link { color: #999; text-decoration: none; }
.sa-articles-hover:hover > p{text-decoration: underline;}

.sa-bg-primary { background-color: #349bd0; margin:auto;max-width: 848px;}
.sa-bg-secondary { background-color: #005880; }
.sa-article-cat .sa-bg-secondary { background-color: transparent; }
.sa-categories-box { background-color: #349bd0; padding: 120px; }
.sa-categories-social-box { color: #fff; text-align: center; background-color: #349bd0; padding: 7px 40px; }
.sa-categories-title { color: #005880; font-size: 24px; font-weight: bold; }
@media (max-width: 767px) {
    .sa-categories-title { font-size: 36px; }
    .sa-related-articles { padding-top: 0; }
    .sa-articles-link-title { color: #333; }
    .sa-articles-link { color: #999; }
}
.sa-selected-color { color: #349bd0; }

/*.sa-addthis,*/
.sa-widget-article-cats,
.sa-widget-carousel .col-xs-12 { max-width: 878px; margin-left: auto; margin-right: auto; float: none; }
.sa-widget-out-clients-copy { margin-top: 30px; margin-bottom: 30px; }

.panel.article .panel-heading { position: relative;  }
.sa-article-heading-overlay {
    position: absolute;
    color: #fff;
    font-size: 70px;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -38px;
}

/* Related Articles */
.related-articles { margin-bottom: 30px; clear: left; }
.related-articles h3 { margin-top: 0 !important; font-weight: 400; font-size: 24px; }

.sa-mobile-service-menu {-moz-column-count: 2;-moz-column-gap: 10px;-webkit-column-count: 2;column-count: 2;}

.articles-index { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 8px; }
.articles-index .article { margin-bottom: 15px; }
.articles-index .article:last-child { margin-bottom: 0; }
.article-title {
    margin: 0 0 10px 0;
}
.article-pagination { text-align: center; }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: none;}

/* Scribendi Academy Desktop */
@media only screen and (max-width: 1199px) {
    .sa-homepage-img { height: 357px; }
    .sa-homepage-box { height: 357px; }
    .sa-upcoming-posts-box { height: 196px; }
    .sa-social-icon { padding: 3px 5px; }
}

/* Scribendi Academy Tablet */
@media only screen and (max-width: 991px) {
    .sa-homepage-img { height: auto; }
    .sa-homepage-box { display: none; }
    .sa-clients-box { display: none; }
    .sa-padding { padding-top: 60px; padding-left: 15px; padding-right: 15px; }
    .sa-upcoming-posts-box { text-align: center; font-size: 14px; }
    .sa-upcoming-posts-icon { font-size: 36px; padding: 5px; }
    .sa-title { font-size: 55px; }
    .sa-social-icon { font-size: 24px; }
}

/* Scribendi Academy Mobile */
@media only screen and (max-width: 768px) {
    #sa-header .navbar-collapse.collapse { margin:0 !important; }
    .sa-carousel .owl-prev { display: none; }
    .sa-carousel .owl-next { display: none; }
    .sa-homepage-links { display: none; }
    .sa-homepage-box { position: absolute; top: 400px; margin-left: auto; margin-right: auto; left: 0; right: 0; width: 350px; height: 170px; padding: 0; }
    .sa-clients-box { display: none; }
    .sa-padding { padding-top: 0; }
    .sa-homepage-box-2 { margin-top: 60px; margin-bottom: 20px; }
    .sa-homepage-box-2 p { margin-left: auto; margin-right: auto; max-width: 33em; }
    .sa-homepage-title { padding-top: 25px; }
    .sa-clients-title { padding-left: 0; padding-right: 0; }
    .sa-mobile-service-menu { -moz-column-count: 1;-moz-column-gap: 10px;-webkit-column-count: 1;column-count: 1;}
    .sa-nav-box-2 p { padding: 20px;}
    .sa-nav-box-3 ul { padding-left: 0; }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: none;}
    .related-articles.mt-90 { margin-top: 40px !important; }
}
@media only screen and (min-width: 767px) {
    .sa-widget { margin-bottom: 45px; }
    .sa-widget-share { margin-top: 80px; }
    .sa-subheading { font-size: 32px; margin-bottom: 22px; }
    .sa-upcoming-posts-blurb { max-width: 250px; }
    .sa-upcoming-posts-blurb-text-2 { font-size: 12px; }
    .sa-upcoming-posts-blurb-text-3 { font-size: 18px; }
    .sa-upcoming-posts-blurb-date { font-size: 14px; }
    .sa-homepage-articles-box { font-size: 24px; }
    .sa-widget-previous-posts { margin-bottom: 90px; }
    .sa-upcoming { height: 230px; }
    .sa-upcoming h1 { font-size: 30px; }
    .sa-upcoming p { margin-bottom: 40px; }
    .sa-clients-title h1 { font-size: 80px; height: 450px; line-height: 730px;}
    .sa-widget-out-clients-copy { margin-top: 40px; margin-bottom: 40px; }
    .sa-widget-out-clients-copy p { font-size: 22px; margin-bottom: 0; }
    .sa-service-icon { height: 175px; padding-top: 60px; padding-bottom: 60px; }
    .sa-carousel-item .sa-service-link { top: 40%; }
    .sa-widget-share { display: flex; }
    .sa-social-box-wrap { flex: 1; display: flex; flex-direction: column; }
    .sa-social-box { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; }
    .sa-social-box .row { width: 100%; }
    .sa-search-text { max-width: 200px; }
    .sa-title-banner,
    .sa-title-banner .col-sm-4 { display: flex; }
    .page-article-single-articles .article-body { margin-bottom: 50px; }
    .sa-article-summary { width: 100%; }
    .sa-article-summary h3 { font-size: 24px; }
    .sa-article-summary p { font-size: 18px; }
    .sa-article-summary-row,
    .sa-article-summary-row > div { display: flex; }
}

@media only screen and (min-width: 992px) {
    .sa-header-links { font-size: 16px; padding-top: 50px; padding-bottom: 10px; }
    .sa-header-links li { margin-right: 20px; }
    .sa-homepage-icon { width: 32px; }
    .sa-widget-share { margin-top: 10px; }
    .sa-upcoming { height: 450px; padding-top: 130px; }
    .sa-upcoming h1 { font-size: 45px; }
    .sa-upcoming p { font-size: 20px; margin-bottom: 50px; }
    .sa-upcoming .sa-btn-subscribe { font-size: 24px; padding-left: 30px; padding-right: 30px; }
    .sa-clients-row,
    .sa-clients-row .sa-clients-title-2 { display: flex; flex-direction: row; }
    .sa-clients-row .sa-clients-title-2 .bg-scrib-dark {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sa-clients-row .sa-clients-title-2 .bg-scrib-dark h1 { font-size: 55px; }
    .sa-clients-carousel { margin-left: auto; margin-right: auto; float: none; }
}

@media only screen and (min-width: 1200px) {
    .sa-homepage-img { height: 435px; }
    .sa-homepage-box {height: 435px; }
    .sa-homepage-img-2 { height: 500px;  }
    .sa-upcoming-posts-box { height: 240px; }
    .sa-header-links { padding-top: 20px; }
    .sa-search-text { width: 300px; }
    .articles-index { margin-bottom: 25px; }
    .sa-title-banner { padding-bottom: 50px; }
    .article-pagination .pagination { margin-bottom: 45px; }
    #audioplayer { margin-bottom: 46px; }
}

@media only screen and (max-width: 600px) {

    .sa-homepage-box { display: none; }
    .sa-featured-title { font-size: 24px; margin: 0; }
    .sa-title-recent {font-size: 15px; }
    .btn-scrib-cta {font-size: 10px;margin-top: 10px;margin-bottom: 0;}
    .sa-clients-box { display: none; }
    .sa-homepage-img { padding-bottom: 20px; }
    .sa-nav-box-1 ul a { font-size: 15px; }
    .sa-homepage-icon { width: 25px; }
    .sa-banner-bg-img { height: 205px; background-position: 0 -30px; }
    .sa-nav-box-2,
    .sa-nav-box-3 img,
    .sa-nav-box-3 .notranslate { display: none; }
    .sa-nav-box-3 ul { margin-top: 0; margin-bottom: 15px !important; }
    .sa-nav-box-3 li.mb-10 { margin-bottom: 0 !important; }
    .sa-title-box { min-height: 250px; }
    .sa-title { font-size: 45px; }
}
@media only screen and (max-width: 400px) {
    .sa-title-box { min-height: 200px; }
    .sa-title { font-size: 24px; }
}

/* Articles Index Page */
.advice-articles .articles h4 {
    font-family: "museo-slab", serif;
    font-size: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 400;
}
.advice-articles .articles h4 a { color: #333; }
.advice-articles .articles h4 a:hover { text-decoration: none; color: #428bca; }
.advice-articles .articles { margin-bottom: 35px; }
.widget-tags a { margin-bottom: 5px !important; }
.aweber-checks label,
.mailchimp-checks label { font-weight: normal; }

/* Glossary */
.glossary dt { color: #333; }

/* Tag Cloud */
ul.tagCloud { list-style: none; margin: 0; }
ul.tagCloud li { list-style: none; display: inline; padding: 3px; }
ul.tagCloud li a span { font-style: italic; }

/* RSS */
a.feed {margin-left:3px;padding:0 0 0 19px;background:url(../images/icons/feed-icon-14x14.png) no-repeat 0 50%;}
.feedList {margin:0 0 15px 15px;padding:0;list-style-type:none;}
.feedList li {margin:0;padding:0;list-style-type:none;}
.feedList li a {padding:0 0 0 19px;background:url(../images/icons/feed-icon-14x14.png) no-repeat 0 50%;list-style-type:none;}
ul.feedList {text-align:center;margin-left:auto;margin-right:auto;margin:0;}
ul.feedList li {margin:0 0 5px 0;padding:0;float:left;}
ul.feedList li a span {display:none;}
ul.feedList li a {background:none;text-align:center;display:block; width:80px;height:15px;}
ul.feedList li a.rss {background:url(../images/icons/feed-rss-icon.png) no-repeat;}
ul.feedList li a.rss2 {background:url(../images/icons/feed-rss2-icon.png) no-repeat;}
ul.feedList li a.atom {background:url(../images/icons/feed-atom-icon.png) no-repeat;}
ul.feedList li a.podcast {background:url(../images/icons/feed-podcast-icon.png) no-repeat;}
