/*
Theme Name: Embodied Philosophy
Author: edgar.aguilar   
Description: Custom theme for Embodied Philosophy. 
Version: 1.0
Text Domain: embodied_philosophy
Tags: custom-style
*/
/*Bg images*/
.section {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.brand-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 38px;
}

.bg_dark_blue {
    background-color: #363d59;
}
.menuMain{
    display: none;
}

.menuMain li a {
    color: #212121;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    padding: 0px;
}

.menuMain>li>a {
    padding: 0px 20px 0px 20px;
}

.menuMain li a:hover,
.menuMain li.active a {
    color: #287456;
}

nav ul li.active {
    background-color: #fff;
}

.img_user {
    width: 25px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}

.moreLink {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.menuMain .loginLink {
    font-weight: 400;
}

.menuMain .dropdown-content {
    width: 180px !important;
}

.menuMain .dropdown-content a:hover {
    background-color: transparent;
}

.bg04 {
    background-image: url("assets/image/facultyDefaultBg.png")
}

.bgPage {
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover !important;
}

.bordeDeg {
    position: relative
}

.bordeDeg::before {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363d59+0,363d59+100&0.1+7,1+100 */
    background: -moz-linear-gradient(top, rgba(54, 61, 89, 0.1) 0%, rgba(54, 61, 89, 0.1) 7%, rgba(54, 61, 89, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(54, 61, 89, 0.1) 0%, rgba(54, 61, 89, 0.1) 7%, rgba(54, 61, 89, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(54, 61, 89, 0.1) 0%, rgba(54, 61, 89, 0.1) 7%, rgba(54, 61, 89, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a363d59', endColorstr='#363d59', GradientType=0);
    /* IE6-9 */
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
}

.titlePage {
    margin: 0;
    font-family: 'Merriweather', serif;
    font-weight: normal;
    font-size: 3rem;
}

.textGreen {
    font-size: 18px;
    font-family: "TisaOT";
    line-height: 2.5rem;
}

/*cards styles*/
body {
    background-color: #fff;
    font-family: Lato;
}

.item-card a:hover span {
    text-decoration: underline;
}

.item-card img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.7s linear 0.1s;
    -moz-transition: all 0.7s linear 0.1s;
    transition: all 0.7s linear 0.1s;
}

.item-card.author_image {
    margin-bottom: 15px;
}

.author_image a {
    overflow: hidden;
}

.item-card.author_image:hover img {
    transform: scale(1.05);
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(63, 58, 96, 0);
    top: 0;
    -webkit-transition: all 0.7s linear 0.1s;
    -moz-transition: all 0.7s linear 0.1s;
    transition: all 0.7s linear 0.1s;
}

.item-card:hover .mask {
    background: rgba(63, 58, 96, 0.8);
}

.mask_hover {
    width: 100%;
    height: 100%;
    background: rgba(63, 58, 96, 0);
    top: 0;
    -webkit-transition: all 0.5s linear 0.1s;
    -moz-transition: all 0.5s linear 0.1s;
    transition: all 0.5s linear 0.1s;
}

.item-card:hover .mask_hover {
    background: rgba(63, 58, 96, 0.5);
}

.verticalCenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
}

.verticalCenter .contentVerCenter {
    height: 100%;
}

/*Mini menú*/
nav {
    box-shadow: none;
}

.navbar-fixed nav .nav-wrapper.container {
    width: 98%;
}

.linksNav li {
    margin-bottom: 10px;
}

.linksNav li a {
    padding: 10px 0;
    color: #fff;
    text-shadow: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-family: Montserrat;
    font-weight: 300;
}

.linksNav li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 2px;
    background: white;
    content: "";
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.linksNav li a:hover,
.linksNav li a.active {
    color: #28856a !important;
}

.linksNav li a:hover::before,
.linksNav li a.active::before {
    width: 100%;
    background: #28856a;
}

.linksNav .row {
    margin-bottom: 0px;
}

.bordeSolid {
    border: 6px solid #fff;
    padding: 30px;
    position: relative;
    margin: 0 auto;
}

.fraseText {
    font-size: 21px;
    font-weight: 200;
    font-family: 'Merriweather', serif;
}

.item-card .nameCol {
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.item-card .nameCol a,
.item-card .position {
    font-family: 'Merriweather', serif;
}

.item-card .nameCol a {
    font-size: 18px;
}

.item-card .position {
    font-size: 13px;
    margin: 10px 0px 0px;
}

/*Support styles*/
#supportText .bodyText {
    margin: 30px auto 100px;
}

.bodyText p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7rem;
}

.bordeSmall {
    border: 6px solid #28856a;
    max-width: 375px;
    margin: 0 auto;
}

.bordeSmall::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: #28856a;
    border-radius: 50%;
    top: 27px;
    left: 0;
    right: 0;
    margin: auto;
}

.bordeSmall a {
    padding: 70px 50px 40px;
    width: 100%;
    height: 100%;
}

.content_text h1,
.content_text h2,
.content_text h3,
.titleBlock {
    margin-bottom: 30px;
    font-size: 24px;
    width: 100%;
    line-height: 130%;
    margin-top: 10px;
}

.btn {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: bold;
    border-radius: 0px;
}

.btn_blue {
    background-color: #2D5F9A;
}

.btn_blue:hover,
.btn_blue:active,
.btn_blue:focus {
    background-color: rgb(77, 136, 204);
}

.content_last_block_support h1,
.content_last_block_support h2,
.content_last_block_support h3,
.titleSupportLB {
    font-family: TisaOT-Medi;
    font-size: 49px;
}

#supportLastBlock .parrafoBlock,
#supportLastBlock>* {
    margin-bottom: 60px;
    font-size: 22px;
}

#supportLastBlock {
    padding-bottom: 200px;
}

.bigText {
    font-size: 24px;
    line-height: 100%;
    display: block;
    font-family: 'Merriweather', serif;
    font-weight: 200;
}

.smallText {
    font-size: 20px;
}

.list_support span {
    line-height: 2.5;
    position: relative;
}

.list_support span:before {
    position: absolute;
    width: 15px;
    height: 1.5px;
    background: white;
    left: -20px;
    top: 50%;
    content: "";
}

.content_last_block_support h1 {
    font-size: 36px;
}

.content_last_block_support p {
    font-weight: 200;
    font-size: 21px;
}

/*Contribute styles*/
.content_text>*,
.textSupport,
.textContribute {
    font-size: 15px;
    font-family: 'Merriweather', serif;
    font-weight: 200;
}

.textContribute {
    margin-bottom: 50px;
}

.btnContribute {
    margin-top: 30px;
    margin-left: 10px;
}

.secCol img {
    width: 100%;
}

.contatBtn {
    max-width: 200px;
    width: 100%;
    text-transform: capitalize;
    font-size: 13px;
}

.borderItems {
    border: 6px solid #28856a;
    max-width: 320px;
    margin: 0 auto 30px;
    height: 83px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
}

/*Mission founders styles*/
#missionText .titleBlock {
    width: 100%;
}

#imgsMissionBlock .position span {
    position: relative;
}

#imgsMissionBlock .position span::before,
#imgsMissionBlock .position span::after {
    content: "";
    background: #28856a;
    height: 1px;
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#imgsMissionBlock .position span::before {
    left: -15px;
}

#imgsMissionBlock .position span::after {
    right: -15px;
}

.imgSection {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.imgSection .row {
    margin-bottom: 0px;
}

.imgSection h4 {
    padding: 0 0.75rem;
    color: #ff485e;
    margin-bottom: 20px;
}

#carruselMission .bordeSolid {
    padding-top: 30px;
    padding-bottom: 70px;
}

.headCarousel {
    font-family: "Montserrat";
    font-style: normal;
    font-size: 16px;
    margin-bottom: 30px;
}

#carruselMission {
    padding-bottom: 80px;
}

#carruselMission .slick-arrow {
    border-radius: 50%;
    background: #363d59;
    width: 60px !important;
    height: 60px !important;
    top: 0px;
}

#carruselMission .slick-slide {
    font-size: 21px;
    font-weight: 200;
}

#carruselMission .slick-arrow::before {
    font-size: 60px;
    color: #28856a;
}

#carruselMission .slick-next {
    right: -95px;
}

#carruselMission .slick-prev {
    left: -95px;
}

#carruselMission .slick-dots li {
    background: #28856a;
    border-radius: 50%;
}

#carruselMission .slick-dots {
    bottom: -50px;
}

/*Faculty detail*/
.textCorner {
    left: 0;
    bottom: 0;
    background: #363d59;
    padding: 10px 10px 0 0;
    width: 76%;
    height: 80px;
    text-align: left;
}

#imgsFacDetBlock .item-card {
    margin-bottom: 20px;
}

.locationText {
    margin-top: 10px;
    margin-bottom: 50px;
}

.contentDetail {
    padding-left: 20px !important;
}

.contentDetail h1 {
    margin: 10px 0 0;
    font-size: 35px;
}

.fraseDetail {
    font-style: italic;
    font-size: 15px;
    line-height: 160%;
}

#wrapperDetail {
    background-size: contain;
}

#wrapperDetail .container {
    z-index: 100;
    position: relative;
}

#topDetail {
    padding: 60px 0 80px;
}

.backLink a {
    font-family: Montserrat;
    font-weight: bold;
    color: #fff;
}

.backLink a i {
    vertical-align: middle;
}

.backLink {
    margin-top: 0;
}

.container_top {
    padding-top: 10%;
}

/*.container{
    width: 75%;
}*/
.detail {
    font-size: 15px;
    line-height: 1.6;
}

/*Begin Estilos home*/
.text-content-card {
    width: 100%;
    bottom: 0;
    padding: 40px 25% 40px 40px;
}

.text-content-card .author_name {
    margin-bottom: 0px;
    margin-top: 5px;
}

.intercalado-block .text-content-card .author_name {
    margin-bottom: 10px;
}

.icon-node {
    width: 14px;
    height: 16px;
    background-image: url(assets/image/icon_node.png);
}

.icon-node-black {
    width: 14px;
    height: 16px;
    background-image: url(assets/image/icon_node_black.png);
}

.icon-card {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
}

.icon-center {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.icon-play {
    background-image: url(assets/image/play_white.png);
    height: 64px;
    width: 64px;
}

.video-icon {
    background-image: url(assets/image/camera_icon.png);
    height: 73px;
    width: 73px;
}

.item-podcast .date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.item-podcast .category {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #28856a;
}

.item-podcast.last_podcast {
    padding: 40px 40px 60px;
}

.item-podcast.last_podcast .date {
    font-size: 18px;
}

.item-podcast.last_podcast .category {
    font-size: 18px;
}

.item-podcast.last_podcast .title-item-podcast {
    font-size: 28px;
    margin-top: 15px;
    line-height: 3rem;
}

.item-podcast.last_podcast .num-podcast {
    font-size: 32px;
}

.item-podcast.last_podcast .item-podcast-bottom {
    height: 60px;
}

.item-podcast.last_podcast .item-podcast-bottom .content-text {
    font-size: 22px;
    color: #686868 !important;
    text-align: center;
    width: 250px;
    height: 60px;
    line-height: 60px;
}

.title-card {
    font-size: 24px;
    line-height: 1.3;
    max-width: 350px;
    position: relative;
}

.title-card.video_title::before,
.video_title {
    position: relative;
}

.cat-text.video_title::before {
    content: " ";
    background-image: url(assets/image/icon_white_video.png);
    width: 32px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: -30px;
}

.summary-course {
    font-weight: 100;
}

.author-card {
    font-size: 16px;
    font-weight: 300;
}

.col-media .video-icon {
    left: 42px;
    top: -2px;
}

.btn-read {
    display: inline-block;
    font-weight: 300;
    margin-top: 10px;
}

.btn-read:hover {
    text-decoration: underline;
}

.item-node-link .title-card {
    font-weight: 300;
    font-size: 21px;
}

.item-node-link a.title-card:hover {
    text-decoration: underline;
}

.item-node-link .cat-text {
    margin-bottom: 5px;
}

.summary-node-link {
    font-weight: 300;
    margin-bottom: 10px;
}

.item-node-link {
    margin-bottom: 30px;
}

#second-block-home>.container>.row {
    margin-bottom: 0px;
}

.slick-slide img {
    width: 100%;
}

.two_column_banners {
    margin-top: 30px;
    margin-bottom: 30px;
}

.two_column_banners .banner {
    background-color: #363d59;
    min-height: 250px;
    color: #fff;
    display: table;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.two_column_banners .banner a {
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    background-color: #ff485e;
}

.two_column_banners .banner a.green_cta {
    background-color: #28856a;
}

.two_column_banners .banner .banner_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 30px;
}

.two_column_banners .banner .banner_inner p {
    font-family: "Merriweather";
    font-weight: 300;
}

.two_column_banners .banner .banner_inner .title {
    font-family: "Merriweather";
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

/*End Estilos home*/
/*Begin newsletter block*/
.bgNewsletter {
    background-image: url(assets/image/newsletter_background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#newsletter-block .bgNewsletter {
    padding: 40px 50px;
}

#newsletter-block input {
    width: calc(100% - 170px);
    height: 70px;
    border: none;
    margin-bottom: 0;
    padding: 10px;
    box-sizing: border-box;
}

#newsletter-block button {
    height: 70px;
    box-shadow: none;
    border-radius: 0;
    width: 160px;
    background: #ff485e;
    font-size: 15px;
    line-height: 0px;
    font-weight: 400;
}

#newsletter-block input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #28856a;
    font-weight: 300;
}

#newsletter-block input::-moz-placeholder {
    /* Firefox 19+ */
    color: #28856a;
    font-weight: 300;
}

#newsletter-block input:-ms-input-placeholder {
    /* IE 10+ */
    color: #28856a;
    font-weight: 300;
}

#newsletter-block input:-moz-placeholder {
    /* Firefox 18- */
    color: #28856a;
    font-weight: 300;
}

.text-newsletter {
    font-size: 20px;
    margin: 0px;
    font-weight: 400;
}

/*End newsletter block*/
/*Begin carrusel cursos*/
.text-carrusel {
    bottom: 0;
    padding: 30px 30% 30px 30px;
    width: 100%;
}

.text-carrusel .author_name {
    margin-top: 5px;
    margin-bottom: 10px;
}

.greenBox {
    width: 70px;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: 30px;
    top: 30px;
    font-size: 13px;
}

.greenBox_left {
    width: 70px;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 30px;
    top: 30px;
    font-size: 13px;
}

.daily-quote {
    font-style: italic;
}

.daily-quote .cat-course {
    margin-bottom: 40px;
}

.daily-quote .name-course {
    font-size: 20px;
    margin-bottom: 10%;
    font-family: Montserrat;
}

.daily-quote .name-course h5,
.daily-quote .sub-name-course h5 {
    font-size: 1rem;
    margin-top: 0px;
    line-height: 1.5rem;
    font-family: Montserrat;
}

.daily-quote .sub-name-course {
    font-family: Montserrat;
}

#carrusel-courses .slick-prev {
    display: none !important;
}

#carrusel-courses .slick-next:before {
    font-size: 50px;
    color: #28856a;
}

#carrusel-courses .container h4 {
    color: #28856a;
    margin-top: 0px;
    font-size: 30px;
}

#carrusel-courses .container h4 a {
    color: #28856a;
    font-size: 18px;
}

#carrusel-courses .container h4 a:hover {
    text-decoration: underline;
    color: #4ea58b;
}

#carrusel-courses .item-cursos .name-course {
    font-size: 18px;
    line-height: 1.5rem;
}

#carrusel-courses .item-cursos .cat-course {
    text-transform: uppercase;
    font-size: 13px;
}

/*End carrusel cursos*/
/*Begin carruel home*/
.wrap_carousel {
    height: 60vh;
    width: 80%;
    margin: auto;
}

.wrap_carousel {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: background-size 300ms ease-in;
    -moz-transition: background-size 300ms ease-in;
    -o-transition: background-size 300ms ease-in;
    transition: background-size 300ms ease-in;
}

.slick-slide.item-carrusel-home img {
    width: auto;
    display: inline;
}

.title-main-carrusel {
    font-size: 48px;
    max-width: 50%;
    line-height: 1.2;
}

/** Carrousel **/
.carrousel_wrapper {
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0px;
}

.carrousel_wrapper.carrousel_courses {
    background-image: url('assets/image/background_courses.jpg');
    font-family: Lato;
    min-height: 60vh;
    padding: 80px 0px;
}

.carrousel_wrapper.carrousel_podcasts {
    min-height: 60vh;
    padding: 80px 0px;
    background-color: #34384D;
}

.carrousel_wrapper.carrousel_videos {
    background-image: url('assets/image/background_videos.png');
    min-height: 60vh;
    padding: 80px 0px;
}

.carrousel_wrapper.carrousel_posts {
    background-image: url('assets/image/background_courses.jpg');
    font-family: Lato;
    min-height: 60vh;
    padding: 80px 0px;
}

.carrousel_wrapper.carrousel_posts .carrousel_item h3 {
    margin-bottom: 50px;
}

.carrousel_wrapper.carrousel_podcasts .hightlight-title {
    color: #FF495E;
    font-weight: 400;
    font-size: 1.2rem;
}

.carrousel_wrapper .course_item_heading {
    display: table;
    width: 100%;
}

.carrousel_wrapper .course_item_heading>div {
    display: table-cell;
    vertical-align: bottom;
}

.carrousel_wrapper .course_item_heading>div>p {
    color: #FF475E;
    margin: 0px;
    font-weight: 400;
    font-size: 1.4rem;
}

.carrousel_wrapper .carrousel_item {
    outline: 0;
    display: none;
}

.carrousel_wrapper .carrousel_item.slick-current {
    display: block;
}

.carrousel_wrapper .carrousel_item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: auto;
}

.cta-featured-item {
    background-color: #27896B;
    display: inline-block;
    color: #fff;
    padding: 13px 25px;
    font-size: .7rem;
    text-decoration: none !important;
}

.cta-featured-item:hover {
    background-color: #1f6952;
}

.carrousel_wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
}

.carrousel_wrapper .slick-arrow.arrow_prev {
    left: 3.5%;
}

.carrousel_wrapper .slick-arrow.arrow_next {
    right: 3.5%;
}

.carrousel_wrapper .carrousel_item h3 {
    font-size: 2rem;
}

.carrousel_wrapper .carrousel_item p,
.carrousel_wrapper .carrousel_item a {
    color: #fff;
    font-weight: 300;
}

.carrousel_wrapper .carrousel_item p {
    margin: 0px;
}

.carrousel_wrapper .carrousel_item a:hover {
    text-decoration: underline;
}

.carrousel_wrapper .carrousel_item p.teacher_title {
    color: #FF475E;
    font-weight: 100;
    font-size: 0.9rem;
    margin: 0px;
}

.credits_bx {
    background-color: #27896B;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
}

.credits_bx span {
    font-size: 1.1rem;
}

.arrow_green_more {
    margin-left: 10px;
    vertical-align: middle;
    width: 30px;
}

#carousel-home,
#events_carousel {
    height: 70vh;
    margin-bottom: 0px;
}

#carousel-home .slick-list {
    height: 100%;
}

#carousel-home .carrousel_item h3 {
    font-size: 2.8rem;
}

#carousel-home .cta-featured-item {
    font-size: 1rem;
    padding: 15px 35px;
}

#carousel-home .slick-dots {
    bottom: 30px;
}

#carousel-home .slick-dots li {
    width: 32px;
    height: 20px;
    margin: 0 0 0 15px;
}

#carousel-home .slick-dots li:first-child {
    margin-left: 0px;
}

#carousel-home .slick-dots button {
    background: #28856a;
    width: 100%;
    height: 2px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

#carousel-home .slick-dots li.slick-active button {
    background: #fff;
}

#carousel-home .slick-dots button::before {
    display: none;
}

#events_carousel .event_image {
    height: 70vh;
    display: none;
    background-color: #2f3043;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#events_carousel .event_image.slick-current,
#events_carousel .event_image.slick-slide {
    display: block;
}

#events_cards_wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 60%;
    background-color: #fff;
    padding: 30px 20px;
}

#events_cards_wrapper h5 {
    margin: 0px;
    color: #FF475E;
    font-size: 1.1rem;
}

#events_cards_wrapper .event_card {
    padding-top: 10px;
    outline: 0;
    display: none;
}

#events_cards_wrapper .event_card.slick-current,
#events_cards_wrapper .event_card.slick-slide {
    display: block;
}

#events_cards_wrapper .event_card .date {
    font-size: 0.9rem;
    position: relative;
    padding-left: 20px;
}

#events_cards_wrapper .event_card .date::before {
    content: " ";
    width: 15px;
    height: 15px;
    background-image: url(assets/image/clock.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    position: absolute;
}

#events_cards_wrapper .event_card .title {
    color: #27896B;
    font-size: 1.4rem;
    line-height: 1.6rem;
    display: block;
    margin: 5px 0px 15px;
    font-weight: 100;
}

#events_cards_wrapper .event_card .cta-featured-item {
    padding: 10px 25px;
    font-size: .8rem;
}

.event_card .recurring_badge {
    background-color: #2D5F9A;
    color: #fff;
    font-size: 0.75rem;
    display: inline-block;
    padding: 2px 5px;
    margin-left: 4px;
    vertical-align: middle;
}

.carouselh_arrows_wrapper {
    position: absolute;
    right: 20px;
    top: 25px;
}

.carouselh_arrows_wrapper.carousel_bigger {
    right: 10px;
    top: 20px;
}

.carouselh_arrows_wrapper.carousel_bigger .arrows {
    width: 35px;
    height: 35px;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.carouselh_arrows_wrapper.carousel_bigger .arrows:hover {
    opacity: 1;
}

.carouselh_arrows_wrapper.carousel_bigger #arrow_seminars_prev {
    background-position: 0px 0px;
}

.carouselh_arrows_wrapper.carousel_bigger #arrow_seminars_prev:hover {
    background-position: 0px 0px;
}

.carouselh_arrows_wrapper.carousel_bigger #arrow_seminars_next {
    background-position: -70px 0px;
}

.carouselh_arrows_wrapper.carousel_bigger #arrow_seminars_next:hover {
    background-position: -70px 0px;
}

.carouselh_arrows_wrapper .arrows {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(assets/image/arrows_carousel.png);
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.carouselh_arrows_wrapper .arrows:hover {
    opacity: 1;
}

.carouselh_arrows_wrapper #arrow_event_prev {
    background-position: 0px 0px;
}

.carouselh_arrows_wrapper #arrow_event_next {
    background-position: -50px 0px;
}

.carouselh_arrows_wrapper #arrow_event_prev:hover {
    background-position: 0px 0px;
}

.carouselh_arrows_wrapper #arrow_event_next:hover {
    background-position: -50px 0px;
}

.section_title {
    color: #383842;
    font-size: 1.8rem;
    margin: 25px 0px 20px;
}

.chithead_number {
    background-color: #27896B;
    text-align: center;
    height: 100%;
}

.chithead_number p {
    margin: 0px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    padding: 35px 0px;
}

.chithead_number p .number_big {
    color: #fff;
    font-size: 2.5rem;
    display: block;
    line-height: 2.5rem;
    margin-bottom: 5px;
}

.carousel_item {
    display: none;
}

.carousel_item.slick-active {
    display: block;
}

.carousel_item img {
    width: 100%;
}

.carousel_item .title {
    color: #383842;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 10px;
}

/*End carruel home*/
/* Begin last chithead home */
.last_chithead_right_part {
    padding-left: 0px !important;
    height: 100%;
}

.last_chithead_right_part .last_chithead_inner {
    background-color: #33384c;
    height: 100%;
}

.last_chithead {
    height: 132px;
}

.last_chithead .last_chithead_main_info {
    padding-left: 40px;
}

.last_chithead .last_chithead_main_info .chithead_title {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

.last_chithead .last_chithead_main_info .chithead_title:hover {
    text-decoration: underline;
}

.last_chithead .last_chithead_main_info .categories_heading {
    color: #27896B;
    font-size: 0.8rem;
}

.last_chithead .play_podcast {
    background-color: #fff;
    color: #383842;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-size: 0.9rem;
}

.last_chithead .play_podcast i {
    vertical-align: top;
    margin-top: -2px;
}

.last_chithead .play_podcast:hover {
    background-color: #e2e2e2;
}

/* End last chithead home*/
/** Start Courses Home **/
.course_categories_heading {
    background-color: #27896B;
    color: #fff;
    padding: 10px 5px;
}

.course_categories_heading h5 {
    margin: 0px;
    font-family: Lato;
    font-weight: 300;
    font-size: 1rem;
    padding: 0px 5px;
}

.course_categories_heading h5 a {
    color: #fff;
    font-size: 0.8rem;
    float: right;
}

.course_categories_heading h5 a:hover {
    text-decoration: underline;
}

.categories_inner {
    float: left;
    width: 100%;
    margin-top: 10px;
    background-color: #f3f3f1;
}

.categories_inner ul {
    margin: 0px;
}

.categories_inner ul li {
    padding: 5px 15px;
}

.categories_inner ul li:hover {
    background-color: #e6e6e5;
}

.categories_inner ul li a {
    color: #90908e;
    display: block;
}

.categories_inner ul li a.active {
    font-weight: bold;
    color: #FF475E;
}

.categories_inner ul li a:hover {
    text-decoration: underline;
}

/** End Courses Home **/
/** Start COURSES BANNER **/
#last-block-home {
    padding: 50px 0 50px;
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}

.banner_content_wrapper ul {
    list-style-type: circle;
    padding-left: 30px;
    line-height: 1.6rem;
}

.banner_content_wrapper ul li {
    list-style-type: disc;
}

#last-block-home .bigText {
    font-weight: 400;
    line-height: 120%;
}

#last-block-home h4 {
    font-size: 24px;
    line-height: 140%;
}

/** End COURSES BANNER **/
/* Begin footer styles*/
.bottom-footer {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 20px;
    color: #AEB0B8;
    margin-top: 80px;
    margin-bottom: 0px;
}

.bottom-footer a {
    margin-left: 10px;
    color: #AEB0B8;
}

#footer-site {
    background: #353c58;
    border-top: 3px solid #28856a;
    padding-top: 50px;
}

#footer-site .list-footer {
    width: auto;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
}

.header-col {
    font-size: 16px;
}

#footer-site ul li a {
    color: #828593;
    font-family: Lato;
}

#footer-site .footer_newsletter p {
    color: #AEB0B8;
}

#footer-site .ck_form.ck_naked input[type="email"] {
    height: 18px;
    font-family: "Lato";
    font-size: 16px;
    font-style: italic;
    margin-right: 0px;
    width: 50%;
    float: left;
    margin-top: 0px;
}

#footer-site .ck_form.ck_naked .ck_subscribe_button {
    width: 30%;
    min-width: 100px;
    float: left;
    margin-top: 0px;
    height: 40px;
    line-height: 22px;
    font-size: 14px;
    background: #ff485e;
}

.icon-footer {
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    border-radius: 50%;
}

.email-ico {
    background-image: url("assets/image/email_icon.png");
}

.facebook-footer {
    background-image: url("assets/image/facebook_logo.png");
}

.twitter-footer {
    background-image: url("assets/image/twitter_logo.png");
}

.youtube-footer {
    background-image: url("assets/image/youtube_logo.png");
}

.instagram-footer {
    background-image: url("assets/image/instagram_logo.png");
}

.form-footer button {
    height: 42px;
    line-height: 42px;
}

/*End footer styles*/
/*Begin article styles*/
.icon-podcast {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px auto 30px;
    border: 1px solid black;
}

.icon-podcast::before,
.icon-podcast::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    top: 0;
    bottom: 0;
    margin: auto;
}

.icon-podcast::before {
    left: -4px;
}

.icon-podcast::after {
    right: -4px;
}

.icon-rec-arts {
    width: 30px;
    margin: 10px auto 30px;
}

.item-rec-arts {
    width: 21px;
    height: 2px;
    border-bottom: 1px solid #efeeef;
    margin-bottom: 8px;
    margin-left: 9px;
    position: relative;
}

.item-rec-arts:before {
    content: "";
    position: absolute;
    left: -10px;
    border: 1px solid #000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: -3px;
}

.title-recent-art {
    text-transform: capitalize !important;
}

.btn-details {
    display: inline-block;
    font-weight: 300;
}

#body-article .cb_p6_patreon_button img {
    width: auto !important;
}

/*Begin facebook block */
#facebook-box p {
    font-weight: 600;
}

#facebook-box {
    padding: 24px 18px;
    background: #3b5998;
}

.fb_text {
    color: #3b5998;
}

.content-facebook h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 600;
}

.content-facebook {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding: 39px 20px 24px;
}

.btn-facebook {
    padding: 0 10px;
    height: 53px;
    display: inline-block;
    line-height: 53px;
    font-weight: 600;
    width: 100%;
    max-width: 330px;
}

/*End bloque facebook*/
/*Begin footnotes*/
#footnotes-block {
    font-weight: 300;
}

#footnotes-block ol {
    padding-left: 15px;
}

/*End footnotes*/
/*Begin contributor*/
#contributor-wrapper {
    font-weight: 300;
}

.tex-contributor {
    width: calc(100% - 199px);
}

#contributor-wrapper img,
.tex-contributor {
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
}

.tex-contributor h5 {
    font-size: 18px;
    color: #000;
}

.tex-contributor a:hover h5 {
    text-decoration: underline;
}

.border-tag {
    border: 5px solid #28856a;
    height: 46px;
    display: inline-block;
    line-height: 36px;
    padding: 0 40px;
}

.tags-content .border-tag {
    margin: 10px 20px 10px 0;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.tags-content .border-tag:hover {
    background: #28856a;
    border-color: #fff;
    color: #fff !important;
}

/*End contributor*/
.title-article {
    font-size: 40px;
    font-weight: 300;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}

#header-article {
    background-position: center;
    padding: 50px 0;
}

#header-article h2 {
    font-size: 1.6em;
    margin: 0px;
    font-style: italic;
}

.shares-article .icon-footer {
    width: 24px;
    height: 24px;
}

#body-article .easy-footnotes-wrapper {
    margin-bottom: 70px;
    padding-left: 20px;
    font-weight: 100;
}

#body-article .easy-footnotes-wrapper li {
    margin-bottom: 15px;
}

#body-article strong,
#body-article a {
    font-weight: bolder;
}

#body-article a {
    color: #28856a;
}

#body-article img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#body-article p img.alignleft {
    float: left;
    margin-right: 20px;
}

#body-article p {
    font-size: 15px;
    line-height: 1.6rem;
    font-weight: 200;
}

.shares-article {
    margin-top: 15px;
}

.title-article {
    font-size: 2em;
}

.body_content .easy-footnote-title h3 {
    color: #28856a;
    border-top: 1px solid #679e8e;
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 1.5rem;
}

.body_content .alignleft {
    float: left;
    margin-right: 15px !important;
}

.body_content .alignright {
    float: right;
    margin-left: 15px !important;
}

.body_content .wp-caption-text {
    font-size: 12px !important;
    color: #777;
}

.body_content .size-medium,
.body_content .size-full {
    padding-top: 20px;
    margin: 0px !important;
}

/*End article styles*/
/*Begin audio styles*/
#header-podcast {
    padding: 100px 0 0;
}

.audio-content {
    padding: 40px 20px 20px !important;
    margin-top: -240px;
    background: white;
    position: relative;
}

article .audio-content {
    margin-top: -130px;
}

.arrow-down {
    display: inline-block;
    background-color: #34384D;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-30px);
    border-radius: 30px;
}

.arrow-down::after {
    position: absolute;
    top: 28px;
    left: 25px;
    width: 11px;
    height: 17px;
    content: ' ';
    background: url(assets/image/arrow_down.png) no-repeat 0 0;
}

.carrusel-header {
    margin-bottom: 150px !important;
}

.carrusel-header .slick-dots li {
    width: 32px;
    height: 30px;
    padding: 0;
    margin: 0 7px;
    line-height: 30px;
}

.carrusel-header .slick-dots li button {
    width: 30px;
    background: #28856a;
    height: 2px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    left: 0;
}

.carrusel-header .slick-dots li.slick-active button {
    background: #fff;
}

.item-carrusel-header {
    outline: none;
}

.carrusel-header .slick-dots li button::before {
    display: none;
}

/*End audio styles*/
/*Begin video styles*/
#header-video {
    padding: 80px 0;
}

#header-video .responsive-img {
    width: 100%;
}

.media-video {
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0 24px 36px -14px black;
    -moz-box-shadow: 0 24px 36px -14px black;
    box-shadow: 0 24px 36px -14px black;
}

.title-video {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0px;
}

/*End video styles*/
.mb0 {
    margin-bottom: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.body_content * {
    max-width: 100% !important;
}

.body_content strong {
    font-weight: 600 !important;
}

.body_content h1,
.body_content h2,
.body_content h3,
.body_content h4,
.body_content h5,
.body_content h6,
.issue_content h1,
.issue_content h2,
.issue_content h3,
.issue_content h4,
.issue_content h5,
.issue_content h6 {
    color: #28856a;
}

.body_content #ck_subscribe_button {
    height: auto;
    line-height: 1rem;
}

/*Begin Home podcast*/
.podcast_item_box {
    margin-bottom: 1.5rem;
}

.item-podcast {
    padding: 30px 30px 40px;
    overflow: hidden;
    min-height: 35vh;
    float: left;
}

.item-podcast:hover {
    cursor: pointer;
}

.item-podcast:hover .title-item-podcast {
    text-decoration: underline;
}

.item-podcast-bottom {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 46px;
}

.item-podcast-bottom .content-text {
    width: calc(100% - 80px);
    vertical-align: bottom;
    font-size: 12px;
    position: absolute;
    right: 0;
}

.link-download {
    width: 80px;
}

.item-podcast-bottom .content-text,
.link-download {
    height: 46px;
    line-height: 46px;
}

.item-podcast-bottom .content-text,
.link-download {
    display: inline-block;
}

.link-download i,
.item-podcast-bottom .content-text i {
    vertical-align: middle;
}

.item-podcast-bottom .content-text i {
    margin: 0 5px 0 10px;
}

.title-item-podcast {
    font-size: 16px;
    line-height: 140%;
    margin: 0px;
    color: #fff;
}

.num-podcast {
    font-size: 22px;
    line-height: 1.3rem;
}

.title-block-section {
    color: #3d365b;
    margin-bottom: 15px;
    margin-top: 0px;
}

.sort-by .active,
.sort-by a:hover,
.sort-by select:hover {
    color: #ff485e !important;
}

.sort-by .active {
    font-weight: bold;
}

.sort-by a {
    color: #28866A;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#sort-podcast .row {
    position: relative;
}

.bg-podcast-item {
    background-position: center center;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-image: url(assets/image/bg-item-podcast-main.png);
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: cover !important;
    opacity: 0.1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.item-podcast:hover .bg-podcast-item {
    opacity: .6;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.processing_load {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 900;
}

.processing_load p {
    font-family: TisaOT-Bold;
    color: #ff485e;
    font-size: 14px;
    margin-top: 250px;
    text-align: center;
    font-size: 2rem;
}

#course-last-items-wrapper .processing_load p {
    margin-top: 100px;
}

/*End Home podcast*/
/*Begin home videos*/
.item-video {
    position: relative;
    min-height: 150px !important;
}

.item-video .icon-video-pink,
.sort-videos .video-item .icon-video-pink {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: opacity 0.4s linear 0.1s;
    -moz-transition: opacity 0.4s linear 0.1s;
    transition: opacity 0.4s linear 0.1s;
}

.item-video:hover .icon-video-pink,
.sort-videos .video-item:hover .icon-video-pink {
    opacity: 0.7;
}

.icon-video-pink {
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.sort-videos .video-item .icon-video-pink {
    width: 50px;
    height: 50px;
}

.icon-video-pink i {
    height: 22px;
    width: 22px;
    background-image: url(assets/image/play_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.item-video a {
    outline: none;
}

.name-item-carrusel {
    transform: rotate(-90deg);
    left: -30px;
    top: 60%;
    transform-origin: left;
}

.sort-videos .video-item {
    margin-bottom: 20px;
}

.sort-videos .video-item .responsive-img {
    vertical-align: top;
}

.sort-videos .video-item .wrap-video {
    position: relative;
}

.sort-videos .video-item .category {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    color: #28866A;
    font-size: 12px;
}

.sort-videos .video-item .title {
    margin: 0px;
    color: #34384D;
    margin-top: 5px;
    height: 50px;
}

/*End home videos*/
.geometria_circulo_izquierdo {
    position: absolute;
    top: 0%;
    left: 0;
    width: 50%;
    z-index: 0;
}

.geometria_rectangulo_derecho {
    position: absolute;
    top: 17%;
    width: 50%;
    right: 0;
    z-index: 0;
}

.geometria_triangulo_derecho {
    position: absolute;
    top: 30%;
    width: 30%;
    right: 0;
    z-index: 0;
}

.geometria_circulo_bottom {
    position: absolute;
    bottom: 20%;
    width: 100%;
    right: 0%;
    z-index: 0;
}

.yikes-easy-mc-error-message-1,
.yikes-easy-mc-error-message,
.yikes-easy-mc-error-message * {
    color: white;
}

.yikes-easy-mc-error-message-1 a,
.yikes-easy-mc-error-message a {
    text-decoration: underline;
}

.bg_publication_blocks {
    position: absolute;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.bg_publication_blocks:hover .text-content-card {
    text-decoration: underline;
}

.bg_publication_blocks.right {
    right: 0px !important;
}

.bg_publication_blocks .img_cover {
    width: 100%;
    height: 100%;
}

.container_publications {
    min-height: 60vh;
}

.search_wrapper {
    margin-left: 20px;
}

#search_block_form input[type="text"] {
    height: 50px;
    font-size: 30px;
    display: inline-block;
    font-weight: 300;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 18px;
    padding-right: 60px;
}

#search_block_form input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

#search_block_form input[type="text"]:focus {
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
    background-color: #fff;
    padding-right: 0px;
    margin-right: 60px;
}

#search_block_form input[type="submit"] {
    width: 20px;
    height: 19px;
    display: inline-block;
    color: red;
    float: right;
    background-color: transparent;
    background-image: url(assets/image/icon_search.png);
    text-indent: -10000px;
    border: none;
    z-index: 2;
    cursor: pointer;
    transition: opacity .4s ease;
    margin-left: 15px;
    margin-right: 15px;
    margin: 31px 14px;
}

#search_block_form input[type="submit"]:hover {
    opacity: 0.8;
}

.bg_search {
    background: url(assets/image/bg_search.jpg);
    min-height: 35vh;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover !important;
}

.search_container {
    margin-bottom: 150px;
}

.result_search {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 15px;
}

.result_count {
    font-size: 25px;
    margin-bottom: 50px;
}

.result_search h1 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.result_search a:hover h1 {
    text-decoration: underline;
}

.result_search p {
    font-size: 16px;
    margin: 0px;
}

.result_search a:hover p.post-summary {
    text-decoration: underline;
}

.category_search {
    font-size: 14px !important;
}

.page-numbers {
    color: #000 !important;
    padding: 0px 8px;
}

.page-numbers.current {
    text-decoration: underline;
    color: #28856a !important;
}

.page-numbers:hover {
    color: #28856a !important;
}

.wrap_playlits {
    position: absolute;
    right: 0 !important;
    top: 0;
    height: 100%;
    padding-top: 5px !important;
}

.wrap_playlits iframe {
    height: 100%;
}

.publications_row_wrapper {
    margin-bottom: 0px;
}

.posts_grid_wrapper {
    padding-top: 50px;
    position: relative;
}

.posts_grid_wrapper .title-block-section {
    margin-bottom: 15px;
}

.posts_grid_wrapper .no_data_response {
    min-height: 300px;
}

.listing_filters .select_control {
    border: 1px solid #D2D2D2;
    color: #686868;
    padding: 5px 10px;
    font-family: Lato;
    float: left;
    height: 40px;
}

.listing_filters .select_control select {
    width: auto;
    display: inline;
    border: none;
    height: 28px;
    min-width: 100px;
    margin-left: 10px;
    color: #28866A;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-container {
    position: relative;
    display: inline;
    vertical-align: middle;
}

.select-container:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}

.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

select::-ms-expand {
    display: none;
}

.listing_filters .select_control.search_articles {
    float: right;
}

.ep_select {
    width: auto;
    height: 26px;
    display: inline-block;
}

/** COURSE PREVIEW STYLES **/
.course-item {
    position: relative;
    margin-bottom: 20px;
}

.course-item .responsive-img {
    width: 100%;
    vertical-align: top;
}

.course-item .credits_bx {
    position: absolute;
    font-family: Lato;
    right: 25px;
    top: 15px;
    padding: 10px;
}

.course-item .credits_bx p {
    font-size: 13px;
    margin: 0px;
    line-height: 1.1rem;
}

.course-item .course_footer {
    position: relative;
    margin-top: -25px;
    padding: 10px;
}

.course-item .course_footer img {
    width: 50px;
    border: 3px solid #fff;
}

.course-item .course_footer .teacher_info {
    top: 30px;
    left: 70px;
    position: absolute;
    color: #34384D;
    line-height: 1rem;
    font-size: 14px;
}

.course-item .course_footer .teacher_info .teacher_title {
    color: #FF475E;
    font-weight: 400;
    font-size: 0.7rem;
}

.course-item .course_footer .title {
    margin: 0px;
    color: #34384D;
    margin-top: 5px;
    height: 50px;
}

.course-item:hover .course_footer .title {
    text-decoration: underline;
}

/** END OF COURSE PREVIEW STYLES **/
/** READ PAGE STYLES  **/
.article-item {
    margin-bottom: 20px;
}

.article-item .title {
    margin: 0px;
    color: #34384D;
    margin-top: 5px;
    height: 50px;
}

.article-item .responsive-img {
    width: 100%;
    vertical-align: top;
}

.listing_filters h5 {
    margin: 0px;
}

.listing_filters .select_control.search_articles {
    float: right;
    margin-left: 10px;
}

.listing_filters .select_control.search_articles input[type=text] {
    margin: 0px;
    border: none;
    box-shadow: none;
    height: 28px;
    color: #28866A;
    font-size: 12px;
}

.listing_filters .select_control.search_articles label {
    display: inline-block;
}

.listing_filters .select_control.search_articles select {
    min-width: 150px;
    margin: 0px;
    font-size: 12px;
}

.issue-item {
    margin-bottom: 20px;
}

.issue-item img {
    width: 60%;
    display: inline-block;
}

.issue-item .issue-info {
    width: 60%;
    display: inline-block;
    background-color: #fff;
    margin-left: -25%;
    vertical-align: top;
    margin-top: 70px;
    padding: 10px 15px 10px 15px;
}

.issue-item .issue-info p {
    color: #ff485e;
    margin: 0px 0px 5px;
    font-size: 13px;
}

.issue-item .issue-info a {
    color: #34384D;
}

.issue-item .issue-info a:hover {
    text-decoration: underline;
}

.issue_hero {
    background-image: url('assets/image/background_courses.jpg');
    font-family: Lato;
    min-height: 60vh;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #353c58;
}

.issue_hero h3 {
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
}

.issue_hero p.tarka_number {
    color: #FF475E;
    margin: 0px;
    font-weight: 400;
    font-size: 1.4rem;
}

.issue_meta {
    margin-top: 10px;
    margin-bottom: 20px;
}

.issue_meta .author img {
    float: left;
    width: 50px;
}

.issue_meta .author .name {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
}

.issue_meta .author .name p {
    margin: 0px;
}

.issue_meta .duration {
    text-align: right;
    color: #D2D2D2;
}

.issue_content {
    margin-bottom: 100px;
}

.issue_article_detail .issue_content {
    margin-bottom: 0px;
}

.issue_article_detail .issue_content .article_content {
    word-break: break-word;
}

.issue_article_detail .issue_content .article_content ul {
    padding-left: 40px;
}

.issue_article_detail .issue_content .article_content ul li {
    list-style-type: initial;
}

.issue_article_detail .issue_content .article_content a {
    color: #287456;
}

.included_articles {
    background-color: #F3F3F1;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.included_articles.included_articles_below_content {
    margin-top: 60px;
}

.included_articles h5 {
    color: #FF475E;
    margin: 0px;
    padding-left: 30px;
    background: url(assets/image/hamburguer.png) 0px 7px no-repeat;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.included_articles ul li .content_position {
    display: inline-block;
    width: 10%;
    color: #FF475E;
    font-size: 1.3rem;
    text-align: center;
    margin-right: 5px;
    margin-top: -3px;
}

.included_articles.included_articles_below_content ul li .content_position {
    width: 35px;
}

.included_articles ul li {
    margin-bottom: 5px;
}

.included_articles ul li a {
    color: #34384D;
}

.included_articles ul li.active a {
    color: #27896B;
    font-weight: bold;
}

.included_articles ul li a:hover {
    text-decoration: none;
    color: #27896B;
}

.included_articles ul li a span {
    color: #D2D2D2;
    font-size: 14px;
    margin-left: 5px;
}

.ads_container {
    text-align: center;
}

.ads_container img {
    width: 100%;
    height: auto;
}

.nav_controls_row {
    margin-top: 30px;
    float: left;
    max-width: none !important;
}

.nav_controls_row .nav_control {
    background-color: #F3F3F1;
    padding: 20px;
    float: left;
    width: 100%;
}

.nav_controls_row .nav_control:hover {
    background-color: #d8d8d8;
}

.nav_controls_row .nav_control>a {
    color: #44475b;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
}

.nav_controls_row .nav_control.next_control>a {
    float: right;
}

.nav_controls_row .nav_control.prev_control>a img {
    margin-right: 5px !important;
}

.nav_controls_row .nav_control.next_control>a img {
    margin-left: 5px !important;
}

.nav_controls_row .nav_control .nav_content {
    margin-top: 5px;
    float: left;
}

.nav_controls_row .nav_control .nav_content img {
    width: 30%;
    float: left;
}

.nav_controls_row .nav_control .nav_content .nav_content_txt {
    width: 70%;
    float: left;
    padding-left: 20px;
}

.nav_controls_row.chitheads_nav_control .nav_control .nav_content .nav_content_txt {
    padding-left: 0px;
}

.nav_controls_row .nav_control .nav_content .nav_content_txt .issue_number {
    display: block;
    color: #44475b;
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.nav_controls_row .nav_control .nav_content .nav_content_txt a {
    font-size: 1.2rem;
    line-height: 1rem;
    color: #2d9b68;
    font-weight: normal !important;
}

.nav_controls_row .nav_control .nav_content .nav_content_txt a:hover {
    color: #27896B;
}

.nav_controls_row .nav_control span.tarka_number {
    color: #FF475E;
}

.nav_controls_row .nav_control.prev_control span.tarka_number {
    float: right;
}

.nav_controls_row .nav_control.next_control span.tarka_number {
    float: left;
}

.download_form {
    padding-right: 20px;
}

.download_form form {
    background-color: #3c896d;
    padding: 20px;
    margin-top: -80px;
}

.download_form form input[type=text],
.download_form form input[type=email] {
    background-color: #fff;
    padding: 5px 15px;
    box-sizing: border-box;
}

.download_form form input[type=submit] {
    width: 100%;
    color: #fff;
    background-color: #FF475E;
    border: none;
    outline: 0;
    padding: 15px;
    font-size: 0.8rem;
}

.download_form form h5 {
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 0px;
}

.download_form form h5 img {
    margin-right: 10px;
}

.download_form form .form_inner {
    position: relative;
}

.download_form form .form_inner .loading_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 137, 109, 0.9);
}

.download_form form .form_inner .loading_mask p {
    margin: 40px 0px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
}

.download_form form .form_inner .warning {
    background-color: #dcdc01;
    padding: 5px;
    margin-bottom: 15px;
}

.download_form form .form_inner .warning p {
    margin: 0px;
}

.download_form .direct_download_link {
    color: #fff;
    text-decoration: underline;
    position: relative;
    padding-left: 26px;
}

.download_form .direct_download_link::before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(assets/image/download.png) no-repeat 0px 0px;
    width: 16px;
    height: 22px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.download_form .ads_container img,
.ads_container.hide-on-med-and-up img {
    max-width: 300px;
}

/** END OF READ PAGE STYLES  **/
/** START OF ARTICLE DETAIL STYLES  **/
.article_content img,
.article_content .wp-caption {
    max-width: 100%;
    height: auto;
}

.article_content img.alignright {
    float: right;
}

.article_content img.alignleft {
    float: left;
}

.article_content img.aligncenter {
    display: block;
    margin: auto;
}

.article_content .wp-caption {
    float: left;
    padding-right: 15px;
}

.article_content .wp-caption .wp-caption-text {
    margin: 3px 0px;
    font-size: 13px;
    color: #3c896d;
}

.article_content h2 {
    font-size: 1.6rem;
    margin-top: 0px;
}

.article_content h3 {
    font-size: 1.3rem;
    margin-top: 0px;
}

.article_content .footnotes {
    clear: both;
    padding-top: 30px;
}

.issue_article_heading {
    margin-bottom: 0px;
}

.issue_article_heading p {
    color: #d8d8d8;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.issue_article_heading h1 {
    color: #000;
    margin: 0px;
    font-size: 2.4rem;
}

#download_block {
    background-color: #3c896d;
    padding: 30px 40px;
}

#download_block form {
    margin: 0px;
    padding: 0px;
}

#download_block .issue_download_content img {
    max-width: 90%;
    display: block;
    margin: auto;
}

#download_block .issue_heading p {
    color: #FF475E;
    margin: 0px;
}

#download_block .issue_heading h5 {
    color: #fff;
    font-size: 1.64rem;
    margin-top: 10px;
}

#download_block .issue_download_content {
    margin-top: 20px;
}

#download_block .issue_download_content p.help_text {
    margin: 0px;
    color: #fff;
    font-size: 0.9rem;
}

#download_block form .form_inner {
    margin-top: 20px;
}

/** END OF ARTICLE DETAIL STYLES  **/
/** START SUBSCRIPTION BANNER **/
.chithead_channels_add {
    background-color: #44836c;
    color: #fff;
    padding: 30px;
    float: left;
    font-family: "Merriweather";
    margin: 15px 0px;
}

.banner_content {
    float: left !important;
}

.banner_content>p {
    margin: 0px !important;
    font-size: 1.2rem !important;
}

.banner_content .stream_channels {
    float: left !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

.banner_content .stream_channels p {
    display: inline-block !important;
    font-size: 2.2rem !important;
    margin: 10px 0px !important;
    line-height: 3rem !important;
    float: left !important;
}

.banner_content .stream_channels .spotify {
    float: left !important;
    width: 10% !important;
    margin-left: 5% !important;
}

.banner_content .stream_channels .itunes {
    float: left !important;
    width: 28% !important;
    margin-left: 3% !important;
}

.banner_content .stream_channels .stitcher {
    float: left !important;
    width: 20% !important;
    margin-left: 5% !important;
}

.banner_content p {
    float: left !important;
}

/** END SUBSCRIPTION BANNER **/