/*region FONTS*/

@font-face {
    font-family: "OFLGoudyStMTT";
    src: url("../fonts/OFLGoudyStMTT.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OFLGoudyStMTT";
    src: url("../fonts/OFLGoudyStMTT-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "EBGaramond";
    src: url("../fonts/EBGaramond-Regular.ttf");
}

@font-face {
    font-family: "SanFranciscoText";
    src: url("../fonts/SanFranciscoText.ttf");
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Hairline.ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-HairlineItalic.ttf");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Black.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-BlackItalic.ttf");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Goudy-Bookletter";
    src: url("../fonts/goudy_bookletter_1911.otf");
    font-weight: 900;
    font-style: italic;
}

/*endregion*/

/*region ICONS*/

.article-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
}

.articles-icon {
    background: url("../icons/articles-icon.svg") no-repeat;
    width: 16px;
}

.articles-icon-grey {
    background: url("../icons/articles-icon-grey.svg") no-repeat;
    width: 16px;
}

.econlog-icon {
    background: url("../icons/econlog-icon.svg") no-repeat;
    width: 18px;
}

.econlog-icon-grey {
    background: url("../icons/econlog-icon-grey.svg") no-repeat;
    width: 20px;
}

.econlib-icon-grey {
    background: url("../icons/econlib-icon-grey.svg") no-repeat;
    width: 22px;
}

.econtalk-icon {
    background: url("../icons/econtalk-icon.svg") no-repeat;
    width: 16px;
}

.econtalk-icon-grey {
    background: url("../icons/econtalk-icon-grey.svg") no-repeat;
    width: 22px;
}

.cee-icon {
    background: url("../icons/cee-icon.svg") no-repeat;
    width: 20px;
}

.cee-icon-grey {
    background: url("../icons/cee-icon-grey.svg") no-repeat;
    width: 20px;
}

.book-icon-grey {
    background: url("../icons/books-icon-grey.svg") no-repeat;
    width: 24px;
}

.videos-icon-grey {
    background: url("../icons/videos-icon-grey.svg") no-repeat;
    width: 24px;
}

.guides-icon-grey {
    background: url("../icons/guides-icon-grey.svg") no-repeat;
    width: 24px;
}

/*endregion*/

/*region HELPERS*/

a {
    color: #389ec2;
}

a:hover,
a:focus,
a:active {
    color: #48cbff;
    text-decoration: none;
    cursor: pointer;
}

hr {
    border: solid 0.5px #93cad4;
}

mark {
  background-color: yellow;
}

.height-full {
    padding-top: 15px;
}

.height-full.flex {
    display: flex;
}

.site-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn.btn-info,
.btn.btn-info:active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    background-color: #44c3da;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    color: #fff;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn.btn-info:hover {
    background-color: #5cd9e2;
    border: 0;
}

.btn.btn-info:focus {
    box-shadow: none;
}

.img-sizer {
    visibility: hidden;
    width: 100%;
}

.p-doubled {
    padding-left: 30px;
    padding-right: 30px;
}

.copy-message {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #44c3da;
    color: white;
    font-family: Lato;
}

#temporary-storage {
    position: absolute;
    top: 0;
    left: -9999px;
}

#loader {
    background-color: white;
}

#loader > td {
    text-align: center;
    background-color: white;
    color: #35aac0;
}

/*endregion*/

/*region HEADER/NAV*/

.heading {
    color: #dbecf1;
    margin-left: 5px;
    font-family: EBGaramond;
    font-size: 20px;
}

.heading .desktop {
    display: inline-block;
}

.heading .mobile {
    display: none;
}

header {
    min-height: 35px;
    background-color: black;
    overflow: hidden;
}

header .logo {
    color: whitesmoke;
    float: left;
    margin-left: 5%;
}

nav.navbar {
    padding: 0;
}

.logo {
    width: 23px;
    height: 25px;
    object-fit: contain;
    background-image: url("../icons/torch-icon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.search-header {
    float: right;
    margin-right: 5%;
    padding-top: 3px;
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
}

.search-header input[type="text"] {
    margin-right: 10px;
    height: 28px;
    width: 210px;
    font-family: Lato;
    border: none;
    padding-left: 6px;
    padding-right: 6px;
}

.search-header input[type="text"]:active,
.search-header input[type="text"]:focus {
    outline: none;
}

.search-header .fa {
    font-size: 26px;
    color: #808080;
    background: transparent;
    border: none;
    cursor: pointer;
}

.navbar-dark .navbar-toggler {
    padding-top: 2px;
    padding-bottom: 2px;
    float: right;
    cursor: pointer;
}

nav {
    line-height: 70px;
    background-color: #0E1534;
    text-align: center;
}

.nav-main .nav-item {
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-main .nav-item:hover {
    background: radial-gradient(circle at 50% 50%, #474e6e, #0e1534 70%);
}

.nav-main .nav-item.active {
    background-color: #21327e;
}

nav a {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 12px;
    display: inline-grid;
    line-height: 14px;
    font-family: SanFranciscoText;
    font-weight: 500;
    color: #a7c0c7;
}

.navbar.nav-main .nav-item.menu-with-icon a:before {
    display: block;
    margin: auto auto 4px;
    height: 26px;
    width: 26px;
    content: "";
}

.navbar.nav-main .nav-item.menu-with-icon.menu-articles a:before {
    background: url("../icons/articles-icon.svg") no-repeat;
    width: 16px;
}

.navbar.nav-main .nav-item.menu-with-icon.menu-econlog a:before {
    background: url("../icons/econlog-icon.svg") no-repeat;
    width: 18px;
}

.navbar.nav-main .nav-item.menu-with-icon.menu-econtalk a:before {
    background: url("../icons/econtalk-icon.svg") no-repeat;
    width: 16px;
}

.navbar.nav-main .nav-item.menu-with-icon.menu-cee a:before {
    background: url("../icons/cee-icon.svg") no-repeat;
    width: 20px;
}

.navbar.nav-main .nav-item.menu-with-icon.menu-books a:before {
    background: url("../icons/books-icon-grey.svg") no-repeat;
    width: 24px;
}

.navbar.nav-main .nav-item.menu-with-icon.menu-videos a:before {
    background: url("../icons/videos-icon-grey.svg") no-repeat;
    width: 24px;
}

.navbar.nav-main .nav-item.menu-with-icon.menu-guides a:before {
    background: url("../icons/guides-icon-grey.svg") no-repeat;
    width: 24px;
}

@media (max-width: 575px) {
    .navbar.nav-main .nav-item.menu-with-icon a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar.nav-main .nav-item.menu-with-icon a:before {
        margin: 0;
    }

    .search-header {
        margin: 0;
    }
}

/*endregion*/

/*region FOOTER/NAV*/

footer {
    width: 100%;
    height: 100%;
    background-color: black;
    text-align: center;
    color: #48CBFF;
    font-family: SanFranciscoText;
}

footer h6 {
    font-size: 12px;
    text-align: center;
    color: #9b9b9b;
    min-height: 36px;
    margin: 0;
    padding-top: 11px;
}

footer .networking {
    background-color: #0E1534;
    padding-bottom: 10px;
    padding-top: 10px;
}

footer .networking .links {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

footer .networking .links a {
    color: #48CBFF;
    margin-right: 25px;
}

form.subscribe p {
    font-family: Lato;
    font-size: 14px;
    color: #35aac0;
    width: 294px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
}

footer .networking .social {
    display: inline;
}

footer .networking .social a {
    margin: 15px;
    text-decoration: none;
    color: #48CBFF;
}

footer .additional-info a:not(:first-child):before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: grey;
    margin-right: 2px;
    vertical-align: middle;
}

footer .additional-info {
    color: white;
    font-size: 8px;
}

footer .additional-info a {
    font-family: SanFranciscoText, serif;
    font-size: 11px;
    text-align: center;
    color: #389ec2;
}

.block-link {
    font-family: SanFranciscoText, serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.62;
    letter-spacing: 0.6px;
    color: #48cbff;
    text-transform: uppercase;
    width: 620px;
}

@media screen and (max-width: 768px) {
    .block-link {
        max-width: 100px;
        text-align: left;
    }

    .block-link#pull-right {
        float: right;
        text-align: right;
        max-width: 105px;
    }

    footer .networking .links a {
        margin-right: 0;
    }

    footer .networking .links {
        max-width: calc(100% - 50px);
    }

    .econtalk-page.econtalk.main-banner .right-section > h6.text-banner {
        margin: 10px;
    }
}

@media screen and (max-width: 320px) {
    footer .networking .links {
        max-width: calc(100% - 50px);
    }
}

@media (min-width: 768px) {
    .econtalk-page.econtalk.main-banner .left-section,
    .econtalk-page.econtalk.main-banner .right-section .last-episod .card-body,
    .econtalk-page.econtalk.main-banner .right-section .last-episod .section-bottom .card-body {
        display: flex;
    }

    .econtalk-page.econtalk.main-banner .left-section .height-full {
        margin-right: 10px;
    }

    .econtalk-page.econtalk.main-banner .left-section .audio-block {
        position: absolute;
        bottom: 94px;
    }

    .econtalk-page.econtalk.main-banner .left-section #block-rating {
        bottom: 0;
        height: 94px;
        position: absolute;
        width: 100%;
        margin: 0;
    }

    .econtalk-page.econtalk.main-banner .left-section #block-rating .col-12 col-md-6 col-lg-4 {
        position: relative;
    }

    .econtalk-page.econtalk.main-banner .right-section .last-episod .card {
        display: flex;
        height: 230px;
        margin-bottom: 10px;
    }

    .econtalk-page.econtalk.main-banner .right-section .last-episod .section-bottom .card {
        height: 235px;
    }

    .econtalk-page.econtalk.main-banner .right-section .d-lg-block {
        padding: 0;
    }

    .econtalk-page.econtalk.main-banner .right-section .d-lg-block .col-sm-12 {
        padding: 0 10px;
    }

    .econtalk-page.econtalk.main-banner .right-section .d-lg-block .col-sm-12 .height-full.twitter {
        height: 475px;
        display: flex;
    }

    .econtalk-page.econtalk.main-banner .text-banner {
        margin: -15px 0px;
    }

    .econtalk-page.econtalk.main-banner .height-full {
        padding: 0;
    }
}

.econtalk-page.econtalk .audio-block .comment {
    text-align: right;
}

.econtalk-page.econtalk.main-banner {
    position: relative;
}

.econtalk-page.econtalk.main-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.torch {
    background: url("../icons/torch-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.torch-text {
    font-family: SanFranciscoText;
    font-size: 22px;
    text-align: center;
    color: #dbecf1;
}

.subscribe-action {
    display: inline-flex;
    margin-bottom: 30px;
}

.subscribe-action input {
    border-radius: 3px;
    width: 193px;
    height: 31px;
}

.subscribe-action button {
    font-family: Lato;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #dbecf1;
    text-transform: uppercase;
    margin-left: 7px;
}

.econlib-logo {
    background: url("../img/footer-logo.png");
    background-size: cover;
    width: 145px;
    height: 45px;
    margin: 22px auto 3px;
}

footer .copyright {
    width: 140px;
    height: 39px;
    font-family: SanFranciscoText;
    font-size: 11px;
    text-align: center;
    color: #9b9b9b;
    margin-right: auto;
    margin-left: auto;
}

.bottom-link {
    font-family: SanFranciscoText;
    font-size: 11px;
    font-weight: 600;
    line-height: 3.1;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 768px;
    margin: 35px auto 30px;
    max-width: 100%;
}

.bottom-link a {
    color: #9b9b9b;
    margin-left: 27px;
}

.bottom-link a:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .bottom-link {
        display: grid;
    }
}

/*endregion*/

/*region SERACH*/

.search-block {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    background-color: #bbd3da;
}

.search-title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #0e1534;
    margin-left: 15px;
}

.search-input {
    width: 630px;
    height: 36px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.22);
    border: solid 1px #7b9aad;
    padding: 0 10px;
    margin-left: 15px;
}

.search-block .btn.btn-info {
    width: 216px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    background-color: #35aac0;
    margin-left: 15px;
}

.search-block .btn.btn-info:hover,
.search-block .btn.btn-info:active {
    background-color: #44c3da;
}

.search-options {
    font-family: Lato;
    font-size: 11px;
    letter-spacing: 0.7px;
    text-align: left;
    color: #1b7180;
    position: absolute;
    margin-left: 80px;
    margin-top: 10px;
}

.search-form {
    display: flex;
    margin: auto;
}

#search-term {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.22);
    border: solid 1px #7b9aad;
    padding: 4px 8px;
}

.search-tabs-container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav.nav-tabs.search-tabs .nav-item .nav-link {
  border-radius: 0;
}

.nav.nav-tabs.search-tabs .nav-item .nav-link.active {
  border-radius: 0;
  background-color: #44c3da;
  color: white;
  border-color: #44c3da;
}

.search-tabs-container #paragraphs > h2 {
  background-color: #0e1534;
  padding: 7px 24px;
  font-size: 14px;
}

.search-tabs-container #paragraphs > h2 > a {
  color: #fff;
  font-size: 14px;
  font-family: Lato;
  text-transform: uppercase;
}

.search-tabs-container #paragraphs > h3 {
  background-color: #bbd3da;
  padding: 7px 24px;
  font-size: 14px;
}

.search-tabs-container #paragraphs > h3 > a {
  color: #0e1534;
  font-size: 14px;
  font-family: Lato;
  font-weight: 600;
}

.search-tabs-container #paragraphs .par-row {
  display: table;
}

.search-tabs-container #paragraphs .par-row + .par-row,
.search-tabs-container #paragraphs .par-row + h3 {
  padding-top: 16px;
}

.search-tabs-container #paragraphs .par-row > .par-link,
.search-tabs-container #paragraphs .par-row > .paragraph {
  display: table-cell;
}

.search-tabs-container #paragraphs .par-row > .par-link {
  min-width: 24px;
  text-align: center;
}

.search-tabs-container #paragraphs .par-row > .paragraph {
  padding-left: 16px;
  text-align: justify;
}


@media screen and (max-width: 1024px) {
    .search-block {
        display: block;
        align-items: center;
        width: 100%;
        height: 150px;
        background-color: #bbd3da;
    }

    .search-form {
        max-width: 645px;
        display: block;
        padding-top: 15px;
    }

    .search-block .btn.btn-info {
        float: right;
        margin-top: 12px;
    }

    .search-options {
        margin-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .search-input {
        max-width: calc(100% - 50px);
    }

    .search-actions {
        max-width: calc(100% - 35px);
    }
}

@media screen and (max-width: 450px) {
    .search-block .btn.btn-info {
        width: 45%;
        font-size: 11px;
    }
}

@media (max-width: 575px) {
  .search-tabs .nav-item .nav-link {
    width: fit-content;
  }
}


/*endregion*/

/*region SEARCH-NAV*/

.navbar-search {
    background-color: #000;
    text-transform: uppercase;
}

.navbar-search ul {
    flex-direction: row;
    list-style: none;
    display: flex;
}

.navbar-search ul .nav-item {
    display: flex;
    overflow: hidden;
    word-break: break-all;
    align-items: center;
    flex: 1;
}

.navbar-search ul .nav-item .nav-link {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.17;
    text-align: center;
    color: #72bdca;
}

.navbar-search ul .nav-item.active,
.navbar-search ul .nav-item:hover,
.navbar-search ul .nav-item.active .nav-link,
.navbar-search ul .nav-item:hover .nav-link,
.navbar-search ul .nav-item:hover .nav-link:hover {
    background-color: #72bdca;
    color: #fff;
}

.navbar-search ul .nav-item .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    margin: 0;
    word-break: normal;
}

@media (max-width: 991px) {
    .navbar-search ul {
        flex-direction: row;
        align-items: center;
    }

    .navbar-search ul .nav-item {
        flex: auto;
    }
}

@media (max-width: 575px) {
    .navbar-search ul .nav-item .nav-link {
        margin: 0;
        padding: 0;
    }

    .navbar-search ul {
        flex-direction: column;
    }

    .navbar-search ul .nav-item {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

/*endregion*/

/*region BANNER*/

.jumbotron.main-banner {
    display: block;
    overflow: auto;
    background-size: cover;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-position: center;
    min-height: 500px;
}

.main-page.jumbotron.main-banner {
    min-height: 410px;
    display: flex;
}

.guides-page.jumbotron.main-banner {
    display: flex;
    flex: 1;
}

.main-banner .banner-topic {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 17px;
}

.main-banner .banner-topic .banner-guide-text {
    overflow: hidden;
}

.main-banner .banner-topic h2 {
    font-family: Lato;
    font-size: 24px;
    line-height: 1.33;
    text-align: left;
    color: #000000;
}

.main-banner .banner-topic .author {
    font-family: Lato;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #4a4a4a;
}

.main-banner .banner-topic .main-content {
    font-family: OFLGoudyStMTT;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #4a4a4a;
}

.main-banner .banner-topic .btn.btn-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-banner .info-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}

.main-banner .info-container .article-info-block {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 25px;
    min-width: 200px;
    width: 70%;
}

.main-banner .info-container .article-info-block .article-info {
    padding: 8px 12px;
    background-color: #fff;
}

.main-banner .info-container .article-info-block p {
    margin: 0;
    line-height: 14px;
}

.main-banner .info-container .article-info-block p:first-child {
    text-transform: uppercase;
}

.main-banner .info-container .article-label {
    background-color: black;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 991px) {
    .main-page.main-banner,
    .article-single-page.main-banner,
    .econlog-page.main-banner {
        display: flex;
        flex-direction: column;
    }

    .main-page.main-banner .site-container {
        display: flex;
        justify-content: space-between;
    }

    .main-page.main-banner .info-containe {
        min-height: 386px;
    }

    .main-banner .info-container .article-info-block {
        width: 100%
    }

    .main-banner .info-container .article-info-block .article-label {
        width: 250px;
        margin-bottom: 0px;
    }

    .main-page.main-banner .article-label {
        background-color: black;
        font-family: Lato;
        font-size: 14px;
        letter-spacing: 0.6px;
        text-align: center;
        color: #ffffff;
        padding-top: 6px;
        padding-bottom: 6px;
        text-transform: uppercase;
        width: 100%;
    }

}

/*endregion*/

/*region MAIN BANNER CONTENT*/

.main-banner .card {
    display: inline-block;
    width: 288px;
    border-radius: 0;
    border: 0;
}

.card .icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.main-banner .card.recent-articles {
    height: 410px;
    float: right;
}

.card.recent-articles .card-header {
    background-color: #0e8fa7;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    border-radius: 0;
}

.card.recent-articles .card-header .pull-right {
    line-height: 16px;
    text-align: right;
    font-family: Lato;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: right;
    text-transform: uppercase;
}

.card.recent-articles .card-header .card-title {
    display: inline-block;
    font-size: 28px;
    text-align: left;
    margin-bottom: 0;
    font-family: EBGaramond;
}

.card.recent-articles .card-header .icon {
    vertical-align: baseline;
}

.card.recent-articles .list-group {
    padding: 5px;
    height: 360px;
    overflow-y: auto;
}

.card.recent-articles .list-group .list-group-item {
    padding: 5px;
    font-family: Lato;
    text-align: left;
    border: 0;
}

.card.recent-articles .list-group .list-group-item .subject {
    font-family: Lato;
    font-size: 11px;
    color: #8baab3;
    text-transform: uppercase;
}

.card.recent-articles .list-group .list-group-item .subject-title {
    font-family: Lato;
    font-size: 14px;
    color: #0e8fa7;
    text-transform: uppercase;
    line-height: 1.3;
}

.card.recent-articles .list-group .list-group-item .subject-author {
    font-family: Lato;
    font-size: 12px;
    color: #000000;
}

.main-banner .card.recent-pod-cast {
    margin-top: 290px;
    float: left;
}

.main-banner .card.recent-pod-cast .fa.fa-twitter {
    color: #0e8fa7;
}

.card.recent-pod-cast .card-header {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    padding: 8px 12px;
}

.card.recent-pod-cast .card-footer {
    height: 28px;
    background-color: #000000;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

.card.recent-pod-cast .card-footer:last-child {
    border-radius: 0;
}

.banner-card {
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .jumbotron.main-banner {
        text-align: center;
        padding: 0;
        overflow: hidden;
    }

    .jumbotron.main-banner .card {
        float: initial;
        margin: 5px;
    }
}

/*endregion*/

/*region RECENT CONTENT*/

.extra-content-bordered {
    border: solid 1px #72bdca;
    padding: 10px;
    min-height: 180px;
    overflow: hidden;
}

.marged {
    margin-bottom: 25px;
}

.extra-content-bordered-top-text {
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #529aa7;
}

.btn.btn-info.extra-content-bordered-button {
    position: absolute;
    top: 0;
    right: 16px;
    width: 140px;
    height: 25px;
    background-color: #72bdca;
    font-family: Lato;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.extra-content-bordered-title {
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    color: #333333;
}

.extra-content-bordered-details {
    display: flex;
    justify-content: space-between;
}

.extra-content-text {
    font-family: OFLGoudyStMTT;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #4a4a4a;
}

.extra-content-author {
    font-family: OFLGoudyStMTT;
    font-style: italic;
    font-size: 16px;
}

.btn.btn-info.extra-content-bordered-button:hover,
.btn.btn-info.extra-content-bordered-button:active {
    font-size: 10px;
    background-color: #44c3da;
}

.latest-econtalk-title {
    font-family: Lato;
    font-size: 2em;
    line-height: 1.33;
    text-align: left;
    color: #000000;
    width: 95%;
}

.latest-econtalk-text {
    font-family: OFLGoudyStMTT;
    font-size: 20px;
    line-height: 1.45;
    text-align: left;
    color: #4a4a4a;
}

.latest-econtalk-button-block {
    display: flex;
    justify-content: space-between;
}

.latest-econtalk-button {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    border-radius: 2px;
    background-color: #44c3da;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
}

.latest-econtalk-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #A7C0C7;
    font-size: 22px;
}

.latest-econtalk-comment {
    display: flex;
    justify-content: flex-end;
    color: #93cad4;
}

.latest-econtalk-comment-icon {
    padding-left: 10px;
}

.feature-content-block {
    margin-top: 45px;
    margin-bottom: 20px;
}

.latest-econtalk {
    flex-direction: column;
    display: flex;
}

@media (min-width: 576px) {
    header .navbar-toggler {
        display: none;
    }
}

@media (max-width: 575px) {
    nav.navbar {
        padding: 0;
    }

    .heading .mobile {
        display: inline-block;
    }

    .heading .desktop {
        display: none;
    }

    .nav-item .nav-link {
        display: inline-block;
        width: 90px;
        text-align: left;
    }

    .nav-link img, i {
        margin-right: 5px;
    }
}

/*endregion*/

/*region FEATURED TOPIC*/

.featured-topic {
    background-color: #f1f9fb;
    padding-top: 16px;
    padding-bottom: 30px;
}

.featured-topic h3 {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #4a4a4a;
    margin: 0;
}

.featured-topic .recent-cards .recent-cards-content {
    padding-top: 40px;
}

.featured-topic .recent-cards {
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
    border: none;
}

.featured-topic .recent-cards .article-label {
    max-width: 278px;
}

.featured-topic .recent-cards .article-text h4 {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #4a4a4a;
    margin-top: 0px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-topic .recent-cards .article-text .article-label {
    margin-bottom: 10px;
}

.featured-topic .recent-cards .recent-cards-img {
    margin-top: 20px;
    max-height: 450px;
    min-height: 0;
    width: 100%;
    height: auto;
}

.featured-topic .recent-cards .article-text .main-content {
    max-height: 190px;
}

@media (max-width: 768px) {
    .featured-topic .recent-cards .recent-cards-content {
        padding-top: 0px;
        padding-left: 15px;
    }

    .featured-topic .recent-cards .article-text {
        margin-top: 10px;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .featured-topic h3,
    .featured-topic .recent-cards .article-text h4,
    .featured-topic .recent-cards .article-text .author,
    .featured-topic .recent-cards .article-text .main-content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*endregion*/

/*region GRID*/

.articles-grid {
    margin-top: 40px;
    margin-bottom: 20px;
}

.grid-masonry {
    position: relative;
}

.grid-row {
    margin-bottom: 48px;
}

.articles-page.articles-grid {
    margin-top: 0;
}

.articles-grid .title-date {
    color: #61838d;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .grid-row {
        margin-bottom: 24px;
    }
}

/*endregion*/

/*region CARDS*/

.grid-card {
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    background-color: white;
}

/*region Articles, EconLog, EconTalk, CEE, Books, Videos, Features*/

.grid-card .card-img-top {
    border-radius: 0;
    max-height: 180px;
    height: 180px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}

.logo-standart {
    background-image: url("../img/logo/card-img-standart.svg");
}

.logo-wide {
    background-image: url("../img/logo/default-econlib-wide.svg");
}

.econlog-logo-wide {
    background-image: url("../img/logo/default-econlog-wide.svg");
}

.logo-wide-center {
    background-image: url("../img/logo/default-econlib-wide-center.svg");
}

.econlog-logo-wide-center {
    background-image: url("../img/logo/default-econlog-wide-center.svg");
}

.logo-square {
    background-image: url("../img/logo/default-econlib-square.svg");
}

.econlog-logo-square {
    background-image: url("../img/logo/default-econlog-square.svg");
}

.grid-card .card-img-top.empty {
    height: 110px;
}

.grid-card .card-img-top .article-info {
    background-color: #fff;
    font-family: Lato;
    font-size: 12px;
    text-align: left;
    color: #4a4a4a;
    max-height: 45px;
    margin: 13px 15px;
    padding: 8px 12px;
    max-width: 90%;
}

.grid-card .card-img-top .article-info p {
    margin: 0;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}

.grid-card .card-img-top .article-info p.article-date {
    text-transform: none;
}

.grid-card .card-block {
    padding: 10px;
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.card .transparent-bg {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding-top: 16px;
    padding-right: 13px;
    padding-left: 13px;
}

.card .article-label {
    background-color: black;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    width: 100%;
}

.card .article-label.transparent-bg {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
    text-align: left;
}

.card .article-label:empty {
    display: none;
}

.card-block .card-title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #000000;
}

.card-title-container {
    display: inline-table;
}

.card-title-container .card-title {
    display: table-cell;
    font-weight: 400;
    padding-right: 0;
}

.card-title-container .article-icon {
    display: table-cell;
}

.card-comment {
    display: inline-block;
    background-color: #fff;
    color: #93cad4;
    text-align: right;
}

.card-comment .card-comment-count {
    padding-left: 2px;
    padding-right: 2px;
    font-family: Lato;
    font-size: 16px;
    text-align: left;
}

.card-comment .card-comment-container {
    cursor: pointer;
    color: #93cad4;
}

.card-comment .card-comment-icon:before {
    content: "\f0e5";
    cursor: pointer;
}

.card-comment .card-comment-container:hover {
    color: #75b6c2;
    font-weight: 700;
    text-decoration: none;
}

.card-comment .card-comment-container:hover .card-comment-icon:before {
    content: "\f075";
}

.article-author {
    font-family: Lato;
    font-size: 14px;
    font-style: italic;
    color: #4a4a4a;
}

.article-content {
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    line-height: 1.43;
    color: #4a4a4a;
    margin-top: 4px;
}

.article-btn-block .btn.btn-info {
    width: 100%;
    border-radius: 0;
}

.article-btn-block .article-btns {
    display: flex;
}

.article-btn-block .article-btns .btn-info:first-child {
    margin-right: 6px;
}

.article-btn-block .article-btns .btn-info:last-child {
    margin-left: 6px;
}

/*endregion*/

/*region News*/

.card.news .card-block {
    max-height: none;
    min-height: 1px;
    background-color: #0e1534;
}

.card.news .card-text {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #f4f7f7;
}

.card.news .card-text .highlighted {
    color: #44c3da;
}

/*endregion*/

/*region Guides*/

.card.guides {
    background-size: cover;
    background-position: center;
}

.card.guides .guide-block .card-block,
.card.guides .guide-block .card-block .card-title {
    padding: 0;
    min-height: 1px;
    max-height: none;
}

.card.guides .guide-block .card-block,
.card.guides .guide-block .card-block .card-title,
.card.guides .guide-block .card-block .card-text.article-content,
.card.guides .guide-block .card-block .card-text.article-content a {
    color: #fff;
}

.card.guides .guide-block .guide-main .article-content {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.33;
}

.guides .guide-block .article-btn-block {
    margin-bottom: 24px;
}

.card.guides .guide-block .guide-more .article-content p {
    margin-bottom: 0.6rem;
}

.card.guides .guide-block .guide-more .article-content {
    margin-bottom: 30px;
}

.card.guides .guide-block .guide-more .article-content,
.card.guides .guide-block .guide-more .article-content a {
    color: #fff;
    cursor: pointer;
    font-family: Lato;
    font-size: 12px;
    text-decoration: underline;
    letter-spacing: 0.6px;
    text-align: left;
}

.card.guides .guide-block .guide-more .article-content a:hover,
.card.twitter .article-label .twitter-link:hover {
    color: #17a2b8;
}

.card.guides .guide-block .guide-more .article-content a:active,
.card.twitter .article-label .twitter-link:active {
    color: #44c3da;
}

.simple-grid .card.guides .transparent-bg {
    padding-top: 10px;
}

.simple-grid .card.guides .guide-block .article-btn-block,
.simple-grid .card.guides .guide-block .guide-main .article-content,
.simple-grid .card.guides .guide-block .guide-more .article-content {
    margin-bottom: 15px;
}

/*endregion*/

/*region Subscribe*/

.card.subscribe {
    background-color: #000;
}

.card.subscribe .card-block {
    padding: 10px 13px;
    min-height: 1px;
}

.card.subscribe .card-block h6 {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #82b5c7;
    margin: 0;
}

.card.subscribe .card-block .form-control {
    height: 31px;
    border-radius: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.card.subscribe .card-block .btn.btn-info,
.econtalk-page.extra-episodes .article-text .card-title-container {
    margin-top: 12px;
    margin-bottom: 12px;
}

/*endregion*/

/*region Quote*/

.grid-card.card.quote {
    background-size: cover;
    background-position: center;
}

.grid-card.card.quote .card-block {
    min-height: 1px;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card.quote .card-title {
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.card.quote .article-content {
    font-family: OFLGoudyStMTT;
    font-size: 16px;
    font-style: italic;
    line-height: 1.31;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.card.quote .author,
.card.quote .source {
    font-family: OFLGoudyStMTT;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 0.6px;
    margin: 0;
}


/*endregion*/

/*region EconTalk Explore More*/

.econ-talk-single-page .soundcloud {
    margin-bottom: 25px;
}

.econ-talk-single-page .this-weeks-episode .actions {
    margin-bottom: 20px;
}

.econ-talk-single-page .browse-block {
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
    padding: 10px;
}

.econ-talk-single-page .browse-block .text {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #8baab3;
}

.econ-talk-single-page.explore-block {
    width: 100%;
    min-height: 85px;
    background-color: #8baab3;
    margin-bottom: 50px;
}

.econ-talk-single-page.explore-block .text-center {
    margin-top: 15px;
    font-family: Lato;
    font-size: 18px;
    line-height: 1.39;
    text-align: center;
    color: #ffffff;
}

.econ-talk-single-page.cite-block {
    width: 100%;
    min-height: 200px;
    background-color: #eae8cd;
    margin-bottom: 45px;
    margin-top: 45px;
}

.econ-talk-single-page.cite-block .text-center {
    font-family: OFLGoudyStMTT;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #0e1534;
    margin-top: 15px;
}

.econ-talk-single-page .related {
    display: flex;
}

.econ-talk-single-page .related-title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #3c3e46;
}

.econ-talk-single-page .extra-content-bordered .recent-cards-img {
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
}

.econ-talk-single-page .extra-content-bordered .recent-cards-content {
    padding: 0 15px 0 0;
    justify-content: unset;
}

.econ-talk-single-page .extra-content-bordered .article-label {
    font-family: Lato;
    font-size: 11px;
    text-align: left;
    color: #fff;
    background-color: #666b81;
    padding: 5px 32px;
    text-transform: uppercase;
    margin: 0;
}

.econ-talk-single-page .recent-cards .article-text {
    padding-left: 30px;
    padding-right: 10px;
}

.econ-talk-single-page .recent-cards .article-text h4 {
    font-family: Lato;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-top: 8px;
    margin-bottom: 6px;
}

.econ-talk-single-page .recent-cards .article-text .author {
    font-family: Lato;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 8px;
}

.econ-talk-single-page .recent-cards .article-text .main-content {
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin: 0;
    overflow: hidden;
    max-height: 108px;
}

.econ-talk-single-page .recent-cards .article-text .read-more-container {
    background-color: #fff;
}

.econ-talk-single-page .recent-cards .read-more-container .btn-primary, .btn-primary,
.econ-talk-single-page .recent-cards .read-more-container .btn-primary:active {
    background-color: #72bdca;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.econ-talk-single-page .recent-cards .read-more-container .btn-primary:hover {
    background-color: #89d8e5;
    border: 0;
}

.econ-talk-single-page .recent-cards .read-more-container .btn-primary:focus {
    box-shadow: 0 0 0 0.8px rgba(23, 162, 184, .5);
}

.econ-talk-single-page .card .article-label {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
    text-align: left;
}

.econ-talk-single-page .read-more-container .extra-content-bordered-top-text {
    padding-left: 47px;
    padding-top: 5px;
}

.econ-talk-single-page .delve-title {
    height: 32px;
    background-color: #72bdca;
    width: 113px;
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    padding: 6px 0 6px 10px;
    width: 100%;
}

.econ-talk-single-page .delve-deeper {
    border: solid 1px #bbd2d9;
    width: 100%;
    padding: 10px;
}

.econ-talk-single-page .delve-deeper .author {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #0e8fa7;
}

.econ-talk-single-page .audio-highlight-title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #3c3e46;
}

.econ-talk-single-page .audio-highlight {
    border: solid 1px #bbd2d9;
    width: 100%;
    padding: 10px;
}

.econ-talk-single-page .audio-highlight .time {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #529aa7;
}

.econ-talk-single-page .twitter-block {
    width: 100%;
    max-height: 600px;
    overflow: auto;
}

.econ-talk-single-page.more-econtalk {
    width: 100%;
    min-height: 260px;
    background-color: #f1f9fb;
    padding-bottom: 50px;
}

.econ-talk-single-page.more-econtalk .title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #4a4a4a;
}

.econ-talk-single-page.more-econtalk .econtalk-img {
    width: 277px;
    height: 110px;
}

.econ-talk-single-page.more-econtalk .link {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #0e8fa7;
}

@media (max-width: 576px) {
    .econ-talk-single-page .nomargin {
        margin-right: 0;
        margin-left: 0;
    }
}

.econ-talk-single-page .subscribe-btn {
    padding-left: 0;
}

.econ-talk-single-page .audio-block .comment {
    font-family: Lato;
    font-size: 16px;
    text-align: right;
    color: #75b6c2;
}

.econ-talk-single-page .audio-block .list-inline li,
.econ-talk-single-page .audio-block .list-inline li a {
    text-transform: uppercase;
    font-family: Lato;
    font-size: 12px;
    text-align: center;
    color: #0e8fa7;
}

.econ-talk-single-page .list-inline span {
    color: #0e8fa7;
    font-size: 10px;
}

.econ-talk-single-page .content-subscribe {
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.econ-talk-single-page .content-arrow {
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 120px solid #8baab3;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    margin-left: calc(50% - 90px);
}

@media (max-width: 480px) {
    .econ-talk-single-page .content-arrow {
        border-top: 145px solid #8baab3;

    }
}

@media (max-width: 320px) {
    .econ-talk-single-page .content-arrow {
        border-top: 165px solid #8baab3;
        border-top: 165px solid #8baab3;

    }
}

.econ-talk-single-page form.leave-comment-section {
    margin-top: 25px;
}

.econ-talk-single-page form.leave-comment-section .text-muted {
    text-align: left;
}

.econ-talk-single-page form.leave-comment-section .btn.btn-info {
    font-family: Lato;
    font-size: 11px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.econ-talk-single-page form.leave-comment-section label {
    color: #8baab3;
    font-family: Lato;
    font-size: 14px;
    text-align: right;
}

@media (max-width: 575px) {
    .econ-talk-single-page form.leave-comment-section label {
        text-align: left;
    }

    .econ-talk-single-page form.leave-comment-section .text-muted {
        text-align: right;
    }

    .econ-talk-single-page form.leave-comment-section .btn.btn-info {
        width: 100%;
    }
}

.econ-talk-single-page .econ-talk-single-page.extra-episodes {
    background-color: #ffffff;
    padding-top: 38px;
    padding-bottom: 38px;
}

.econ-talk-single-page.extra-episodes .recent-cards .recent-cards-content {
    justify-content: flex-start;
}

.econ-talk-single-page.extra-episodes .recent-cards .read-more-container h6 {
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #529aa7;
    margin: 0;
}

.econ-talk-single-page.extra-episodes .recent-cards .extra-label {
    padding-top: 8px;
}

.econ-talk-single-page.extra-episodes .recent-cards .read-more-container h6.extra-title {
    text-transform: uppercase;
}

.econ-talk-single-page.extra-episodes .recent-cards .article-text,
.econ-talk-single-page.extra-episodes .recent-cards .read-more-container h6 {
    padding-left: 14px;
    padding-right: 14px;
}

.econ-talk-single-page .player .card-header h5 {
    font-family: Lato;
    font-size: 30px;
    line-height: 1.33;
    text-align: left;
    color: #000000;
}

.econ-talk-single-page .player .card-body {
    font-family: OFLGoudyStMTT;
    font-size: 18px;
    line-height: 1.61;
    text-align: left;
    color: #000000;
}

.econ-talk-single-page .player .card-body a {
    color: #0e8fa7;
}

.econ-talk-single-page.main-banner .right-section .card .card-header,
.econ-talk-single-page.main-banner .right-section .card .card-body {
    padding: 10px 17px 10px 12px;
}

.econ-talk-single-page.main-banner .right-section .card {
    margin-bottom: 10px;
}

.econ-talk-single-page.main-banner .right-section .card .card-body {
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

.econ-talk-single-page .card-footer .btn-info {
    border-radius: 0;
}

.econ-talk-single-page.main-banner .right-section {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.econ-talk-single-page .delve-deeper .additional {
    color: #4a4a4a;
}

.econ-talk-single-page.econtalk-page.econtalk.main-banner .left-section .height-full {
    margin: 0;
}

.econ-talk-single-page .browse-block {
    text-align: center;
}

.econ-talk-single-page .browse-block .fa-headphones {
    font-size: 28px;
    color: #8baab3;
}

/*region Twitter*/

.card.twitter .transparent-bg {
    padding: 0;
}

.card.twitter .article-label {
    text-align: left;
    padding: 6px 13px 0 13px;
    background-color: transparent;
}

.card.twitter .article-label .twitter-link {
    color: #ffffff;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
}

.card.twitter .article-label .twitter-link:hover,
.card.twitter .article-label .twitter-link:active,
.card.twitter .article-label .twitter-link:focus {
    text-decoration: none;
}

.card.twitter .card-block {
    min-height: 240px;
    max-height: none;
    padding: 8px;
}

/*endregion*/

@media (min-width: 320px) and (max-width: 575px) {
    .site-container {
        max-width: 100%;
    }

    .card.subscribe .card-block .subscribe-input {
        padding-right: 0;
    }

    .card.subscribe .card-block .subscribe-btn {
        padding-left: 10px;
    }

    .card.subscribe .card-block .btn.btn-info {
        width: 100%;
    }

    .grid-card {
        margin-bottom: 25px;
    }

    .grid-card .card-block {
        min-height: 160px;
    }
}

@media (max-width: 350px) {
    .card.subscribe .card-block .btn.btn-info {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 576px) {
    .site-container {
        max-width: 100%;
    }

    .nav-main .nav-item .nav-title {
        display: block;
    }

    .card.subscribe .card-block .subscribe-input {
        padding-right: 0;
    }

    .card.subscribe .card-block .subscribe-btn {
        padding-left: 10px;
    }

    .card.subscribe .card-block .btn.btn-info {
        width: 100%;
    }

}

@media (min-width: 768px) {
    .site-container {
        max-width: 758px;
    }

    .nav-main .nav-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .card.subscribe .card-block .subscribe-input {
        padding-right: 0;
    }

    .card.subscribe .card-block .subscribe-btn {
        padding-left: 10px;
    }

    .card.subscribe .card-block .btn.btn-info {
        width: 100%;
    }

    .econtalk-page.econtalk.main-banner.econ-talk-single-page .player .card-body {
        margin-bottom: 300px;
    }
}

@media (min-width: 992px) {
    .site-container {
        max-width: 990px;
    }
}

@media (min-width: 1200px) {
    .site-container {
        max-width: 1260px;
    }

    .card.subscribe .card-block .subscribe-input {
        padding-right: 15px;
    }

    .card.subscribe .card-block .btn.btn-info {
        margin-top: 0;
        margin-bottom: 10px;
        padding: 6px 10px;
    }
}

@media (max-width: 575px) {
    .nav-main .nav-item a {
        display: flex;
        align-items: center;
    }

    .nav-main .nav-item .article-icon {
        display: inline-block;
        min-width: 32px;
    }
}

/*endregion*/

/*region RECENT CARDS*/

.recent-cards {
    background-color: #fff;
    min-height: 200px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: solid 1px #72bdca;
}

.recent-cards .recent-cards-img {
    height: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
}

.recent-cards .recent-cards-content {
    padding: 0 15px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recent-cards .article-label {
    font-family: Lato;
    font-size: 11px;
    text-align: left;
    color: #fff;
    background-color: #666b81;
    padding: 5px 32px;
    text-transform: uppercase;
    margin: 0;
    min-height: 23px;
}

.recent-cards .article-label:empty {
    visibility: hidden;
}

.recent-cards .article-text {
    padding-left: 30px;
    padding-right: 10px;
}

.recent-cards .article-text h4 {
    font-family: Lato;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-top: 12px;
    margin-bottom: 6px;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-cards .article-text .author {
    font-family: Lato;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 8px;
}

.recent-cards .article-text .main-content {
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin: 0;
    overflow: hidden;
    max-height: 163px;
}

.articles-page .recent-cards .article-text .main-content,
.cee-page .recent-cards .article-text .main-content {
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin: 0;
    overflow: hidden;
    max-height: 125px;
}

.recent-cards .article-text .read-more-container {
    background-color: #fff;
}

.recent-cards .read-more-container .btn-primary {
    color: #fff;
    background-color: #72bdca;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
}

.recent-cards .read-more-container .btn-primary:active,
.recent-cards .read-more-container .btn-primary:hover,
.recent-cards .read-more-container .btn-primary:focus {
    background-color: #44c3da;
    color: #fff;
    box-shadow: none;
}

/*endregion*/

/*region MIN CARDS*/

.min-card-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.min-card {
    background-color: #fff;
    min-height: 125px;
    overflow: hidden;
    border: solid 1px #72bdca;
    display: flex;
    position: relative;
}

.min-card hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

.min-card .min-card-img {
    height: 125px;
    width: 125px;
    max-height: 125px;
    max-width: 125px;
    background-size: cover;
    background-position: center;
}

.min-card .min-card-content {
    width: calc(100% - 125px);
    padding: 6px 12px;
}

.min-card .min-card-label {
    font-family: OFLGoudyStMTT;
    font-size: 13px;
    color: #000;
    margin-bottom: 2px;
}

.min-card .min-card-title,
.min-card .min-card-title a {
    font-family: Lato;
    font-size: 22px;
    color: #0e8fa7;
    cursor: pointer;
    margin-bottom: 5px;
}

.min-card .min-card-author {
    font-family: Lato;
    color: #000;
    font-size: 18px;
    margin-bottom: 2px
}

.min-card .min-card-info {
    font-family: OFLGoudyStMTT;
    font-size: 13px;
    color: #000;
    margin: 0;
}

.min-card .min-card-cat {
    float: left;
}

.min-card .min-card-date {
    float: right;
    font-family: OFLGoudyStMTT;
    font-size: 13px;
}

.min-card .min-card-posts-container {
    position: relative;
}

@media (max-width: 575px) {
    .min-card .min-card-img {
        display: none;
    }
}

/*endregion*/

/*region INTEREST CARDS*/

.interest-block {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.interest-block h5 {
    font-family: Lato;
    font-size: 11px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #529aa7;
    padding: 6px 15px;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
}

.interest-card {
    min-height: 250px;
    max-height: 250px;
    display: inline;
    background: white;
}

.interest-card .interest-img {
    background-image: url("../img/logo/default-econlib-square.svg");
    background-position: center;
    background-size: cover;
    max-height: 180px;
    padding: 3px 15px;
    height: 170px;
    width: 100%;
}

.interest-card .interest-title {
    font-family: Lato;
    font-size: 18px;
    text-align: left;
    color: #0e8fa7;
    padding: 3px 15px;
    margin: 0;
    background-color: white;
}

.interest-card .interest-title a {
    color: #0e8fa7;
}

.interest-card .interest-title a:hover {
    color: #75b6c2;
    text-decoration: none;
}

.interest-card .interest-author {
    font-family: Lato;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #4a4a4a;
    padding: 3px 15px;
    background-color: white;
}

/*endregion*/

/*region SUBSCRIBE FORM*/

.subscribe-form {
    background-color: #000;
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #82b5c7;
    padding-top: 12px;
    padding-bottom: 12px;
}

.subscribe-form span {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding-top: 4px;
}

.subscribe-form input.form-control {
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 2px;
}

.subscribe-form .btn.btn-info {
    background-color: #34abc0;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 2px;
    text-transform: uppercase;
}

.subscribe-form .btn.btn-info:hover {
    background-color: #5cd9e2;
    border: 0;
}

@media (min-width: 320px) {
    .subscribe-form span {
        text-align: center;
        padding-bottom: 12px;
        padding-top: 0;
    }

    .subscribe-form input.form-control {
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
    }

    .subscribe-form .btn-block {
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
}

@media (min-width: 576px) {
    .subscribe-form input.form-control {
        margin: 0;
        width: 100%;
    }

    .subscribe-form .btn-block {
        display: block;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .subscribe-form span {
        padding-right: 10%;
        padding-top: 4px;
        padding-bottom: 0;
    }
}

/*endregion*/

/*region MORE BUTTON*/

.more-btn-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.more-btn-container .btn.btn-outline-info {
    font-family: Lato;
    font-size: 16px;
    text-align: center;
    color: #75b6c2;
    text-transform: uppercase;
    border-radius: 6px;
    border: solid 1px #72bdca;
    box-shadow: none;
    cursor: pointer;
}

.more-btn-container .btn.btn-outline-info:hover {
    background-color: #72bdca;
    color: #fff;
}

.more-btn-container .btn.btn-outline-info:focus,
.more-btn-container .btn.btn-outline-info:active {
    background-color: #72bdca;
    color: #fff;
    box-shadow: none;
}

/*endregion*/

/*region COMMENTS*/

.reader-comments {
    margin-top: 10px;
}

.reader-comments h4 {
    display: inline-block;
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #3c3e46;
}

.comments-section .comment-info .comment-author-name {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    color: #529aa7;
}

.comments-section .comment-info .comment-date {
    font-family: Lato;
    font-size: 12px;
    text-align: left;
    color: #a7c0c7;
}

.comments-section .extra-content-bordered .extra-content-bordered-button {
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    line-height: 2;
}

.comments-section .extra-content-bordered {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 12px 16px;
}

.comments-section .extra-content-bordered .extra-content-bordered-button {
    position: initial;
    margin: 0;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
    width: 87px;
}

.comments-section .extra-content-bordered .comment-btn-block {
    margin-top: -12px;
    margin-right: -16px;
}

.comments-section .extra-content-bordered .comment-btn-block .comment-link {
    color: #93cad4;
    margin: 3px 5px;
}

.comments-section .extra-content-bordered .comment-btn-block .comment-link:focus {
    outline: none;
}

.comments-section .extra-content-bordered .comment-btn-block .comment-link:hover {
    color: #75b6c2;
    text-decoration: none;
}

.comments-section .extra-content-bordered .comment-info, .extra-content-bordered-button {
    display: inline-block;
}

.comments-section .extra-content-bordered .comment-info .comment-date {
    color: grey;
}

.comments-section .extra-content-bordered .extra-content-text {
    font-family: OFLGoudyStMTT;
    font-size: 16px;
    text-align: left;
    color: #3c3e46;
}

.comments-section .extra-content-bordered .extra-content-bordered {
    background-color: #f1f9fb;
    padding-left: 40px;
    border: solid 1px #cee6ed;
    border-left: 4px solid #cee6ed;
}

.leave-comment-section {
    margin-top: 25px;
}

.leave-comment-section .text-muted {
    text-align: left;
}

.leave-comment-section .btn.btn-info {
    font-family: Lato;
    font-size: 11px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.leave-comment-section label {
    color: #8baab3;
    font-family: Lato;
    font-size: 14px;
    text-align: right;
}

@media (max-width: 575px) {
    .leave-comment-section label {
        text-align: left;
    }

    .leave-comment-section .text-muted {
        text-align: right;
    }

    .leave-comment-section .btn.btn-info {
        width: 100%;
    }
}

/*endregion*/

/*region BOOK READER*/

.book-reader {
    border: 1px solid #0e1534;
}

.book-reader .book-reader-content {
    padding-left: 36px;
    padding-right: 36px;
}

.book-reader .book-reader-tools {
    background-color: #0e1534;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
}

.book-reader .btn.btn-primary.book-reader-btn {
    margin-left: 8px;
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
}

.book-reader .btn.btn-primary.book-reader-btn:active,
.book-reader .btn.btn-primary.book-reader-btn:hover,
.book-reader .btn.btn-primary.book-reader-btn:focus {
    background-color: #44c3da;
    outline: none;
    border: none;
    box-shadow: none;
}

.book-reader .btn.btn-primary.book-reader-btn.disabled {
    background-color: #dedede;
    color: #8baab3;
    opacity: 1;
}

.book-reader .form-control.book-reader-num {
    height: 34px;
    width: 60px;
    border-radius: 2px;
}

.book-reader .form-control.book-reader-num:active,
.book-reader .form-control.book-reader-num:focus {
    outline: none;
    border-color: #fff;
}

.book-reader .form-control.book-reader-num::-webkit-inner-spin-button,
.book-reader .form-control.book-reader-num::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.book-reader .book-reader-counter {
    font-family: Lato;
    color: #fff;
    margin: 0;
}

.book-reader .book-reader-counter:before {
    content: "/";
    padding-left: 8px;
    padding-right: 4px;
}

@media (max-width: 575px) {
    #first-btn.book-reader-btn {
        display: none;
    }

    #last-btn.book-reader-btn {
        display: none;
    }

    .book-reader .book-reader-tools {
        justify-content: center;
    }

    .book-reader .book-reader-counter-block {
        display: inline-flex;
        margin-bottom: 0;
        align-items: center;
        justify-content: center;
    }
}

/*endregion*/

/*region Articles Page*/

.title-date {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
}

.jumbotron.main-banner .title-date {
    color: #cee6ed;
    margin-bottom: 15px;
    margin-top: 15px;
}

.articles-page.jumbotron.main-banner .title-date .date-wrapper {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(35, 33, 27, 0.47);
}

.articles-page .recent-cards,
.cee-page .recent-cards {
    background-color: #fff;
    min-height: 250px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    border: none;
}

.articles-page .recent-cards .article-text h4
.cee .recent-cards .article-text h4 {
    margin-top: 8px;
}

@media (min-width: 320px) {
    .title-date {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 576px) {
    .title-date {
        margin-right: 0;
        margin-left: 0;
    }
}

/*endregion*/

/*region EconLog Page*/

.econlog-page .grid-card .card-img-top {
    background-image: url("../img/logo/default-econlog-wide.svg");
}

.econtalk-page.extra-episodes {
    background-color: #dbecf1;
    padding-top: 38px;
    padding-bottom: 38px;
}

.econtalk-page.extra-episodes .recent-cards .recent-cards-content {
    justify-content: flex-start;
}

.econtalk-page.extra-episodes .recent-cards .read-more-container h6 {
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #529aa7;
    margin: 0;
}

.econtalk-page.extra-episodes .recent-cards .extra-label {
    padding-top: 8px;
}

.econtalk-page.extra-episodes .recent-cards .read-more-container h6.extra-title {
    text-transform: uppercase;
}

.econtalk-page.extra-episodes .recent-cards .read-more-container .btn.btn-primary {

}

.econtalk-page.extra-episodes .recent-cards .article-text,
.econtalk-page.extra-episodes .recent-cards .read-more-container h6 {
    padding-left: 14px;
    padding-right: 14px;
}

.econtalk-page.extra-episodes.econ-talk-single-page {
    padding: 0;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .econlog-page.main-banner .info-container .article-info-block .article-label {
        width: auto;
        margin-bottom: 0px;
    }
}

/*endregion*/

/*region CEE Page*/

.cee-page .twitter {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.favorite-block {
    width: 100%;
    min-height: 290px;
    background-color: #f1f9fb;
}

.favorite-block .title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #4a4a4a;
    padding-left: 15px;
}

.favorite-block .caption {
    font-family: Lato;
    font-size: 18px;
    text-align: left;
    color: #0e8fa7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 115px;
}

.favorite-block .author {
    font-family: Lato;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

.favorite-image {

}

.favorite-image img {
    height: 65px;
    width: 75px;
    margin-right: 14px;
    margin-bottom: 10px;
}

/*endregion*/

/*region Single Article Page*/

.article-single-page.jumbotron.main-banner {
    display: flex;
    min-height: 300px;
}

.article-single-page.jumbotron.main-banner .info-container .article-info-block,
.econlog-page.jumbotron.main-banner .info-container .article-info-block {
    width: auto;
}

.post-container {
    padding-top: 34px;
    padding-bottom: 68px;
}

.post-header {
    margin-bottom: 26px;
}

.post-container aside {
    flex-direction: column;
}

.post-header .post-title {
    display: table-cell;
    padding: 0;
    font-family: Lato;
    font-size: 36px;
    line-height: 1.33;
    text-align: left;
    color: #000;
}

.post-header .post-comment-counter {
    font-family: Lato;
    font-size: 16px;
    text-align: right;
    color: #75b6c2;
    display: table-cell;
    cursor: pointer;
}

.post-header .post-author {
    font-family: Lato;
    font-size: 18px;
    text-align: left;
    color: #4a4a4a;
}

article.post .post-content {
    font-family: OFLGoudyStMTT;
    text-align: left;
    color: #4a4a4a;
}

article.post .post-content p {
    font-size: 20px;
    line-height: 1.45;
}

article.post .post-content ol {
    padding-left: 14px;
    padding-top: 20px;
}

article.post .post-content ol li {
    padding-top: 10px;
    padding-bottom: 10px;
}

article.post .post-content ol li,
article.post .post-content ol li p {
    font-size: 16px;
    line-height: 1.81;
}

.post-categories {
    font-family: Lato;
    font-size: 12px;
    text-align: left;
    color: #9b9b9b;
}

.post-categories a {
    color: #0e8fa7;
}

.post-categories a:after {
    content: ", \2008";
}

.post-categories a:last-child:after {
    content: "";
}

.post-categories a:hover {
    color: #75b6c2;
}

.share-post-widget {
    background-color: #8baab3;
    height: 50px;
    padding: 8px 44px;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.share-post-widget i.fa,
.share-post-widget a.fa {
    cursor: pointer;
    color: #fff;
}

.share-post-widget a:hover {
    text-decoration: none;
    color: #fff7a7;
}

.share-post-widget .share-text {
    font-family: Lato;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

.related-article {
    border-radius: 0;
    border-color: #72bdca;
}

.card.related-article .card-header {
    background-color: initial;
    border: 0;
    padding: 10px 12px 0 12px;
}

.card.related-article .card-body {
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #4a4a4a;
    padding: 4px 12px 12px 12px;
}

.card.related-article .article-btn-block .btn.btn-info {
    background-color: #72bdca;
}

.related-article .related-article-author {
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #529aa7;
    margin-bottom: 2px;
}

.related-article .related-article-title {
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    color: #333333;
}

.article-single-page aside > * {
    margin-bottom: 25px;
}

.article-single-page aside .recent-articles {
    border: 0;
    margin-bottom: 25px;
}

.article-single-page aside .card.recent-articles .card-header {
    background-color: initial;
    color: #72bdca;
    text-align: left;
    padding: 5px;
    border: 0;
}

.article-single-page aside .card.recent-articles .card-header h6 {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #8baab3;
}

.article-single-page aside .card.recent-articles .list-group {
    overflow-y: initial;
    height: initial;
    padding: 0;
}

.article-single-page aside .card.recent-articles .list-group .list-group-item {
    margin-bottom: 5px;
    border-bottom: solid 1px #bbd2d9;
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    color: #4a4a4a;
}

.article-single-page aside .card.recent-articles .list-group .list-group-item .published-date {
    font-size: 10px;
    text-align: left;
    margin-bottom: 2px;
}

.article-single-page aside .card.recent-articles .list-group .list-group-item .subject-author {
    font-size: 12px;
    color: #9b9b9b;
    text-align: left;
    margin: 0;
}

.article-single-page aside .card.recent-articles .list-group .list-group-item .subject-title,
.article-single-page aside .card.recent-articles .list-group .list-group-item .subject-title a {
    color: #4a4a4a;
    font-size: 16px;
    text-transform: initial;
    margin-bottom: 4px;
}

.article-single-page aside .card.recent-articles .list-group .list-group-item .subject-title a:hover,
.article-single-page aside .card.recent-articles .list-group .list-group-item .subject-title a:focus,
.article-single-page aside .card.recent-articles .list-group .list-group-item .subject-title a:active {
    color: #48cbff;
}

.article-single-page aside .card.recent-articles .list-group .list-group-item {
    margin-bottom: 5px;
    border-bottom: solid 1px #bbd2d9;
}

.article-single-page aside .card.recent-articles .card-img-top {
    min-height: 180px;
    display: flex;
    background-position: center;
    background-size: cover;
}

.article-single-page aside .card.recent-articles .card-img-top .transparent-bg {
    display: flex;
    flex: 1;
    align-items: flex-end;
}

.article-single-page aside .card.recent-articles .list-group .list-group-item .subject-author .article-icon {
    height: 25px;
    float: right;
}

.article-single-page aside .card.subscribe {
    border-radius: 0;
}

.article-single-page aside .card {
    display: block;
}

.article-single-page .card .card-img-top .image-title {
    color: white;
    font-size: 12px;
    margin-left: 10px;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

.categories {
    text-align: left;
    color: #0e8fa7;
    border-bottom: solid 1px #72bdca;
}

.categories span {
    color: grey;
}

@media (max-width: 991px) {
    .article-single-page.jumbotron.main-banner .info-container .article-info-block {
        margin-bottom: 25px;
    }

    .article-single-page.jumbotron.main-banner .article-info-block .article-info {
        margin-bottom: 0;
    }

    .article-single-page.jumbotron.main-banner .info-container .article-label {
        width: 250px;
    }
}

@media (max-width: 575px) {
    .post-container {
        padding-bottom: 0;
    }

    .post-container .post,
    .post-container .comments-section {
        padding-right: 12px;
        padding-left: 12px;
    }

    .post-header .post-title {
        font-size: 20px;
    }

    .post-header .post-author {
        font-size: 14px;
    }

    article.post .post-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    article.post .post-content ol li,
    article.post .post-content ol li p {
        font-size: 14px;
        line-height: 1.43;
    }

    .post-container hr,
    .share-post-widget,
    .related-article,
    .shortened.recent-articles,
    .twitter-frame {
        margin-left: 12px;
        margin-right: 12px;
    }
}

/*endregion*/

/*region EconTalk Page*/

.econtalk .card.this-weeks-episode {
    background-color: #ffffff;
}

.econtalk .nonpadding {
    padding: 0;
}

.econtalk-page.econtalk.main-banner .card {
    width: 100%;
}

.econtalk-page.econtalk.main-banner .card .card-header {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

.econtalk-page.econtalk.main-banner .card .card-header .small-title {
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #529aa7;
    text-transform: uppercase;
}

.econtalk-page.econtalk.main-banner .card .card-img-top {
    height: 100%;
    min-height: 100%;
}

.econtalk-page.econtalk.main-banner .right-section > h6 {
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    margin: 10px -15px;
}

.econtalk-page.econtalk.main-banner .right-section .card .card-header, .card-body {
    padding: 5px 12px;
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

.econtalk-page.econtalk.main-banner .right-section .card .card-header h6 {
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.econtalk-page.econtalk.main-banner .card.this-weeks-episode .player .body {
    height: 220px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.econtalk-page.econtalk.main-banner .card.this-weeks-episode .player .footer {
    background-color: #d4e7ed;
    padding: 10px;
}

.econtalk-page.econtalk.main-banner .card.this-weeks-episode .player .footer .stars-rating {
    width: 105px;
    font-size: 18px;
    display: inline-block;
}

.econtalk-page.econtalk.jumbotron.main-banner.econ-talk-single-page {
    min-height: 300px;
}

.articles-page .text-banner {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    width: fit-content;
    color: #FFFFFF;
}

.econtalk.btn.btn-info {
    border-radius: 0;
    right: 0;
    width: 80px;
}

.econtalk.btn.econtalk.extra-title {
    width: 100%;
    position: relative;
    top: 95px;
    background-color: rgba(0, 0, 0, 0.3);
}

.econtalk.btn.btn-info:hover {
    cursor: default;
}

.rate-episode {
    font-size: 10px;
    line-height: 10px;
    color: #4a4a4a;
}

.rate-episode i {
    font-size: 16px;
}

.rate-episode button {
    float: left
}

@media (max-width: 576px) {
    .econtalk .main-banner .card.this-weeks-episode .player .footer .stars-rating {
        width: 100%;
    }
}

.audio-block {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    margin-top: 30px;
    padding-bottom: 20px;
}

.econtalk .audio-block {
    margin-top: 3px;
}

.audio-block .btn.btn-facebook,
.audio-block .btn.btn-facebook:active {
    background-color: #2E5C9F;
    color: #ffffff;
    width: 125px;
    cursor: pointer;
    border-radius: 0;
}

.audio-block .btn-facebook:hover {
    background-color: #3573bd;
}

.audio-block .btn-facebook:focus {
    box-shadow: none;
}

.audio-block .btn.btn-twitter,
.audio-block .btn.btn-twitter:active {
    background-color: #1F9ED8;
    color: #ffffff;
    width: 125px;
    cursor: pointer;
    border-radius: 0;
}

.audio-block .btn-twitter:hover {
    background-color: #1faee9;

}

.audio-block .btn-twitter:focus {
    box-shadow: none;
}

.audio-block .btn.btn-mail,
.audio-block .btn.btn-mail:active {
    background-color: #57CCEA;
    color: #ffffff;
    width: 125px;
    cursor: pointer;
    border-radius: 0;
}

.audio-block .btn-mail:hover {
    background-color: #55e0ff;
}

.audio-block .btn-mail:focus {
    box-shadow: none;
}

.audio-block .btn.btn-green,
.audio-block .btn.btn-green:active {
    background-color: #02C29D;
    color: #ffffff;
    width: 125px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
}

.audio-block .btn-green:hover {
    background-color: #02dbb4;
}

.audio-block .btn-green:focus {
    box-shadow: none;
}

.econtalk .audio-block .card-comment-count {
    margin-right: 10px;
}

.econtalk .recent-cards .recent-cards-content {
    padding: 0 25px 0 15px;
}

.econtalk .card-header h5 {
    font-family: Lato;
    font-size: 22px;
    line-height: 1.45;
    text-align: left;
    color: #000000;
}

.econtalk .card-header .main-content {
    font-family: OFLGoudyStMTT;
    font-size: 16px;
    line-height: 1.69;
    text-align: left;
    color: #000000;
}

.econtalk .twitter {
    background: #ffffff;
}

@media (max-width: 767px) {
    .econtalk-page.econtalk.jumbotron.main-banner .card {
        float: initial;
        padding: 5px;
        margin: 0;
    }
}

/*endregion*/

/*region EconTalk Explore More*/

.econtalk-single-page .soundcloud {
    margin-bottom: 25px;
}

.econtalk-single-page .this-weeks-episode .actions {
    margin-bottom: 20px;
}

.econtalk-single-page .browse-block {
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
    padding: 10px;
}

.econtalk-single-page .browse-block .text {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #8baab3;
}

.econtalk-single-page.explore-block {
    width: 100%;
    min-height: 85px;
    background-color: #8baab3;
    margin-bottom: 50px;
}

.econtalk-single-page.explore-block .text-center {
    margin-top: 15px;
    font-family: Lato;
    font-size: 18px;
    line-height: 1.39;
    text-align: center;
    color: #ffffff;
}

.econtalk-single-page.cite-block {
    width: 100%;
    min-height: 200px;
    background-color: #eae8cd;
    margin-bottom: 45px;
    margin-top: 45px;
}

.econtalk-single-page.cite-block .text-center {
    font-family: OFLGoudyStMTT;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #0e1534;
    margin-top: 15px;
}

.econtalk-single-page .related {
    display: flex;
}

.econtalk-single-page .related-title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #3c3e46;
}

.econtalk-single-page .extra-content-bordered .recent-cards-img {
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
}

.econtalk-single-page .extra-content-bordered .recent-cards-content {
    padding: 0 15px 0 0;
    justify-content: unset;
}

.econtalk-single-page .extra-content-bordered .article-label {
    font-family: Lato;
    font-size: 11px;
    text-align: left;
    color: #fff;
    background-color: #666b81;
    padding: 5px 32px;
    text-transform: uppercase;
    margin: 0;
}

.econtalk-single-page .recent-cards .article-text {
    padding-left: 30px;
    padding-right: 10px;
}

.econtalk-single-page .recent-cards .article-text h4 {
    font-family: Lato;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-top: 8px;
    margin-bottom: 6px;
}

.econtalk-single-page .recent-cards .article-text .author {
    font-family: Lato;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 8px;
}

.econtalk-single-page .recent-cards .article-text .main-content {
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin: 0;
    overflow: hidden;
    max-height: 108px;
}

.econtalk-single-page .recent-cards .article-text .read-more-container {
    background-color: #fff;
}

.econtalk-single-page .recent-cards .read-more-container .btn-primary, .btn-primary,
.econtalk-single-page .recent-cards .read-more-container .btn-primary:active {
    background-color: #72bdca;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.econtalk-single-page .recent-cards .read-more-container .btn-primary:hover {
    background-color: #89d8e5;
    border: 0;
}

.econtalk-single-page .recent-cards .read-more-container .btn-primary:focus {
    box-shadow: 0 0 0 0.8px rgba(23, 162, 184, .5);
}

.econtalk-single-page .card .article-label {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
    text-align: left;
}

.econtalk-single-page .read-more-container .extra-content-bordered-top-text {
    padding-left: 47px;
    padding-top: 5px;
}

.econtalk-single-page .delve-title {
    height: 32px;
    background-color: #72bdca;
    width: 113px;
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    padding: 6px 0 6px 10px;
    width: 100%;
}

.econtalk-single-page .delve-deeper {
    border: solid 1px #bbd2d9;
    width: 100%;
    padding: 10px;
}

.econtalk-single-page .delve-deeper .author {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #0e8fa7;
}

.econtalk-single-page .audio-highlight-title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #3c3e46;
}

.econtalk-single-page .audio-highlight {
    border: solid 1px #bbd2d9;
    width: 100%;
    padding: 10px;
}

.econtalk-single-page .audio-highlight .time {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #529aa7;
}

.econtalk-single-page .twitter-block {
    width: 100%;
    max-height: 600px;
    overflow: auto;
}

.econtalk-single-page.more-econtalk {
    width: 100%;
    min-height: 260px;
    background-color: #f1f9fb;
    padding-bottom: 50px;
}

.econtalk-single-page.more-econtalk .title {
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    color: #4a4a4a;
}

.econtalk-single-page.more-econtalk .econtalk-img {
    width: 277px;
    height: 110px;
}

.econtalk-single-page.more-econtalk .link {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #0e8fa7;
}

@media (max-width: 576px) {
    .econtalk-single-page .nomargin {
        margin-right: 0;
        margin-left: 0;
    }
}

.econtalk-single-page .subscribe-btn {
    padding-left: 0;
}

.econtalk-single-page .audio-block .comment {
    font-family: Lato;
    font-size: 16px;
    text-align: right;
    color: #75b6c2;
}

.econtalk-single-page .audio-block .list-inline li,
.econtalk-single-page .audio-block .list-inline li a {
    text-transform: uppercase;
    font-family: Lato;
    font-size: 12px;
    text-align: center;
    color: #0e8fa7;
}

.econtalk-single-page .list-inline span {
    color: #0e8fa7;
    font-size: 10px;
}

.econtalk-single-page .content-subscribe {
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.econtalk-single-page .content-arrow {
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 120px solid #8baab3;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    margin-left: calc(50% - 90px);
}

@media (max-width: 480px) {
    .econtalk-single-page .content-arrow {
        border-top: 145px solid #8baab3;

    }
}

@media (max-width: 320px) {
    .econtalk-single-page .content-arrow {
        border-top: 165px solid #8baab3;
        border-top: 165px solid #8baab3;

    }
}

.econtalk-single-page .leave-comment-section {
    margin-top: 25px;
}

.econtalk-single-page .leave-comment-section .text-muted {
    text-align: left;
}

.econtalk-single-page .leave-comment-section .btn.btn-info {
    font-family: Lato;
    font-size: 11px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.econtalk-single-page .leave-comment-section label {
    color: #8baab3;
    font-family: Lato;
    font-size: 14px;
    text-align: right;
}

@media (max-width: 575px) {
    .econtalk-single-page .leave-comment-section label {
        text-align: left;
    }

    .econtalk-single-page .leave-comment-section .text-muted {
        text-align: right;
    }

    .econtalk-single-page .leave-comment-section .btn.btn-info {
        width: 100%;
    }
}

.econtalk-single-page .econtalk-single-page.extra-episodes {
    background-color: #ffffff;
    padding-top: 38px;
    padding-bottom: 38px;
}

.econtalk-single-page.extra-episodes .recent-cards .recent-cards-content {
    justify-content: flex-start;
}

.econtalk-single-page.extra-episodes .recent-cards .read-more-container h6 {
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #529aa7;
    margin: 0;
}

.econtalk-single-page.extra-episodes .recent-cards .extra-label {
    padding-top: 8px;
}

.econtalk-single-page.extra-episodes .recent-cards .read-more-container h6.extra-title {
    text-transform: uppercase;
}

.econtalk-single-page.extra-episodes .recent-cards .article-text,
.econtalk-single-page.extra-episodes .recent-cards .read-more-container h6 {
    padding-left: 14px;
    padding-right: 14px;
}

.econtalk-single-page .player .card-header h5 {
    font-family: Lato;
    font-size: 30px;
    line-height: 1.33;
    text-align: left;
    color: #000000;
}

.econtalk-single-page .player .card-body {
    font-family: OFLGoudyStMTT;
    font-size: 18px;
    line-height: 1.61;
    text-align: left;
    color: #000000;
}

.econtalk-single-page .player .card-body a {
    color: #0e8fa7;
}

.econtalk-single-page.main-banner .right-section .card .card-header,
.econtalk-single-page.main-banner .right-section .card .card-body {
    padding: 10px 17px 10px 12px;
}

.econtalk-single-page.main-banner .right-section .card .card-body {
    font-family: OFLGoudyStMTT;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

.econtalk-single-page .card-footer .btn-info {
    border-radius: 0;
}

.econtalk-single-page.main-banner .right-section {
    margin-top: 12px;
}

.econtalk-single-page .delve-deeper .additional {
    color: #4a4a4a;
}

.quote-left {
    position: absolute;
    color: #DAD7AA;
    font-size: 80px;
    margin-left: 4%;
}

.quote-right {
    position: absolute;
    color: #DAD7AA;
    font-size: 80px;
    right: 4%;
    margin-top: calc(80px - 1%);
}

@media (max-width: 500px) {
    .quote-right {
        margin-top: calc(80px + 25%)
    }
}

@media (max-width: 320px) {
    .quote-right {
        margin-top: calc(80px + 100%)
    }
}

.site-container.econtalk .right-section {
    padding-left: 30px;
}

.grid-card .card-img-top .article-info p.article-date {
    text-transform: capitalize;
}

/*endregion*/

/* region Bios */

p.letter-cell {
    font-size: 20px;
    font-family: Lato;
}

.title-cell span {
    font-size: 12px;
    font-style: italic;
}

.btn.btn-alphabet {
    background-color: transparent;
    color: #737575;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
}

.btn.btn-alphabet:active,
.btn.btn-alphabet.active {
    color: #98C9D4;
}

.btn.btn-alphabet:focus {
    color: #98C9D4;
    box-shadow: unset;
}

.btn.btn-alphabet.not-active,
.btn.btn-alphabet.not-active:hover {
    color: #DDE0E2;
    box-shadow: unset;
    cursor: default;
}

@media (max-width: 576px) {
    .alphabet {
        text-align: center;
    }
}

.alphabet-list {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: Lato;
}

.alphabet-list a.btn.btn-alphabet:first-child {
    padding-left: 0;
}

.row-cells {
    margin-bottom: 25px;
}

.title-cell a {
    color: #0e8fa7;
    font-family: Goudy-Bookletter;
    font-size: 14px;
}

.site-container .row p.title {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 24px;
    font-family: Lato;
}

.bio-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
}

.alphabet-block {
    background: #F1F9FB;
    width: 100%;
}

.alphabets.favorite-block {
    background: none;
}

.bio-img {
    border-radius: 0;
    min-height: 160px;
    max-height: 300px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

/*endregion*/

/*region Articles By Date Page*/

.year-picker {
    padding-top: 30px;
    padding-bottom: 30px;
}

.year-picker-btn {
    cursor: pointer;
}

.year-picker-btn:hover {
    color: #0D8FA7;
}

.year-picker .dropdown-item.active,
.year-picker .dropdown-item:active {
    background-color: #44c3da;
}

/*endregion*/

/*region Articles by Author Letter Page*/

.articles-by-author-letter-page .min-card .min-card-title,
.articles-by-author-letter-page .min-card .min-card-title a {
    color: black;
}

.articles-by-author-letter-page .min-card .min-card-author,
.articles-by-author-letter-page .min-card .min-card-author a {
    color: #0e8fa7;
}

.articles-by-author-letter-page.favorite-block {
    min-height: 160px;
}

.guest-author-title {
    padding-top: 20px;
}

/*endregion*/

/*region Search page*/

.search-panel {
    background-color: #bbd3da;
    padding: 20px 5px;
    font-family: Lato;
}

.search-panel .search-input-container {
    display: flex;
    align-items: center;
}

.search-panel .btn.btn-info {
    margin-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    background-color: #35aac0;
    width: 100px;
}

.search-panel .advanced-search {
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-page .card-header {
    background-color: #0e1534;
    color: white;
    border-radius: 0;
    font-size: 18px;
    font-family: Lato;
}

#count-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

#count-data {
    margin-left: 0;
    margin-right: 0;
    padding: 6px 4px;
    font-family: Lato;
}

.search-table,
.search-table thead tr th,
.search-table tbody tr td,
.search-table tfoot tr td {
    font-family: Lato;
}

.search-table thead tr th:nth-child(1) {
    width: 15%
}

.search-table thead tr th:nth-child(2) {
    width: 55%
}

.search-table thead tr th:nth-child(3) {
    width: 15%
}

.search-table thead tr th:nth-child(4) {
    width: 15%
}

.page-item .page-link {
    font-family: Lato;
    color: #44c3da;
}

.page-item.active .page-link {
    background-color: #44c3da;
    border-color: #44c3da;
    color: #fff;
}

.search-table td.pagination-container {
    padding-right: 0;
}

#paragraphs {
    margin-bottom: 2em;
}

#paragraphs .not-found-message {
    padding: 0.75rem;
    vertical-align: top;
    background-color: #e9ecef;
    font-family: Lato;
}

/*endregion*/

/*region Simple page default template*/

.title-block {
    background-color: #f1f9fb;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.title-block h1 {
    font-size: 36px;
    font-family: Lato;
    text-align: center;
    margin: 0;
}

.simple-page-content,
.simple-page-content * {
    font-family: OFLGoudyStMTT;
}

.title-category h3 {
    text-align: center;
    margin-bottom: 30px;
}

/*endregion*/

/*region Single Book Page*/

#book-accordion {
    margin-bottom: 24px;
}

#book-accordion .card,
#book-accordion .card .card-header {
    border-color: #72bdca;
    border-radius: 0;
}

#book-accordion .card .card-header {
    background-color: #72bdca;
}

#book-accordion .card:first-child {
    margin-bottom: 6px;
}

#book-accordion .card .card-header h5 > a {
    color: #fff;
    font-family: Lato;
}

#book-accordion .card .card-body h6 {
    font-family: Lato;
    font-weight: 600;
}

#book-accordion .card .card-body p {
    font-family: Lato;
    padding-left: 6px;
}

#book-accordion .card .card-body .summary-list li {
    font-family: Lato;
    font-size: 18px;
}

#book-accordion .card .card-body .summary-list li.current {
    font-weight: bold;
}

/*endregion*/

.author-card {
    background-color: #fff;
    min-height: 125px;
    overflow: hidden;
    border: solid 1px #72bdca;
    display: flex;
    position: relative;
}

.author-card .avatar {
    height: 123px;
    width: 123px;
}

.author-post-label {
    font-family: OFLGoudyStMTT;
    font-size: 13px;
    color: #000;
    margin-bottom: 2px;
}

.author-post-title {
    font-family: Roboto;
    font-size: 20px;
    color: #0e8fa7;
    cursor: pointer;
    margin-bottom: 2px;
}

.author-post-title a {
    color: #72bdca;
}

.author-content {
    width: 100%;
    padding: 10px;
}

.author-img {
    height: 125px;
    width: 125px;
    max-height: 125px;
    max-width: 125px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/min-card-bg.png);
}

.author-info-container {
    display: grid;
}

.author-link a {
    color: #000;
}

.econlog-main-author {
    padding-bottom: 30px;
    padding-top: 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px -5px #333;
}

.econlog-author-name {
    font-size: 25px;
    font-family: Lato;
    font-weight: 600;
}

.econlog-author-bio {
    padding-top: 40px;

}

.econlog-min-card-date {
    font-family: OFLGoudyStMTT;
    font-size: 13px;
    color: #000;
    float: right;
}

.ecolog-min-card-author {
    font-size: 20px;
    font-family: Lato;
}

.econlog .min-card-content {
    max-height: none;
}

.category-list .category {
    font-family: Lato;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 4px;
    color: #ffffff;
    background-color: #0E1534;
}

.category-list .link {
    color: #1d2b5a;
    font-family: Lato;
    font-size: 16px;
}

@media (max-width: 575px) and (min-width: 320px) {
    .category-list {
        text-align: center;
    }
}

.category-list .category-card {
    padding: 12px;
    background-color: #F1F9FB;
    margin-bottom: 20px;
}

.category-card .title {
    font-weight: 600;
    font-family: Lato;
}

.category-card a {
    color: #1d2b5a;
    font-family: Lato;
    font-size: 16px;
}

.by-category .min-card-date {
    font-family: OFLGoudyStMTT;
    font-size: 13px;
}

.biography .post-title .avatar {
    width: 150px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.post-header.biography {
    align-items: flex-end;
}

.mt-0.caption a, .caption a {
    color: inherit;
}

.soundcloud {
    margin-bottom: 25px;
    margin-top: 25px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.author-card-img {
    height: 250px;
    width: 200px;
    max-height: 250px;
    max-width: 200px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/default-avatar.png);
}

/* Style rating */
#block-rating .ec-stars-overlay {
    background-color: rgba(247, 247, 247, 0.7);
}

.non-padding {
    padding: 0;
}
.row .post-header h1{
    margin-left: 15px;
}
.next{
    margin-left: 25px;
}

@media (min-width: 992px) {
    .col-9.col-md-6.col-lg-7 {
        margin-right: 15px;
    }
}
.btn.read-more-btn.btn-primary.float-right{
    margin-right: -1px;
}
#cee-interest-widget-2 > div > article:nth-child(3) > div{
    margin-top: 19px;
}
.econ-talk-single-page .audio-highlight table td{
    vertical-align: top;
}

.audio-highlight > table > tbody > tr:nth-child(1) > td:nth-child(1){
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #529aa7;
    vertical-align: middle;
}
.not-found{
   text-align: center;
}

.not-found .text{
    font-size: 100px;
    color: #3D3C3E;
}

table.content.caption {
    text-align: center;
    caption-side: top;
}

.share.padding{
    padding-bottom: 10px;
}

.feature-content-block.marged{
    margin-top: 15px;
}
.econlog-banner .extra-content-bordered{
    background: #ffffff;
}
